@charset "utf-8";

a {
    text-decoration: none;
}

img {
    border: none;
}

a,
button {
    outline: none;
    cursor: pointer;
}

li {
    list-style: none;
}

button {
    background: none;
    border: none;
}

a,
button,
input,
i,
textarea {
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a,
span,
input,
textarea,
button,
i {
    display: block;
}

/*******input, textarea*******/

textarea {
    resize: none;
    outline: none;
    -webkit-appearance: none;
    font-family: 'Fira Sans', sans-serif;
}

input {
    outline: none;
    -webkit-appearance: none;
    font-family: 'Fira Sans', sans-serif;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
    background: none;
    display: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus:-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

input::-webkit-input-placeholder {
    color: #A0A0A0;
}

input::-moz-placeholder {
    color: #A0A0A0;
}

input:-moz-placeholder {
    color: #A0A0A0;
}

input:-ms-input-placeholder {
    color: #A0A0A0;
}

textarea::-webkit-input-placeholder {
    color: #A0A0A0;
}

textarea::-moz-placeholder {
    color: #A0A0A0;
}

textarea:-moz-placeholder {
    color: #A0A0A0;
}

textarea:-ms-input-placeholder {
    color: #A0A0A0;
}

.container {
    width: 1330px;
    margin: 0 auto;
    min-width: 1330px;
}

.wraper header,
.wraper footer,
.wraper > div {
    min-width: 1330px;
}

body {
    font-family: 'Fira Sans', sans-serif;
    color: #000000;
    background: #F8FAFC;
}

.clear:after {
    content: '';
    clear: both;
    display: block;
}

.wraper > div > div:after {
    content: '';
    clear: both;
    display: block;
}

/*********HEADER**********/

.header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F5F5F5;
    padding: 18px 22px 18px 40px;
}

.header .jq-selectbox__select {
    color: #A0A0A0;
}

.head_icons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 34px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.input_area {
    width: 170px;
    margin-right: 10px;
}

.ctegory_search {
    width: 260px;
}

.search_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ctegory_search .formstyler {
    width: 100%;
}

.input_search {
    height: 34px;
    line-height: 34px;
    border: 1px solid #ECF0F1;
    padding-left: 10px;
    font-size: 16px;
    color: #2E2E2E;
    background: #fff;
}

.input_area input {
    width: 100%;
}

.lang {
    margin-left: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang .jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 46%;
    right: 0;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #ECF0F1;
    background: #FFF;
}

.search_sub_btn {
    width: 34px;
    height: 34px;
    background: url(../images/search.svg) no-repeat center;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    border: none;
    text-indent: -100px;
}

.head_right {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.lang-en, .lang-en .jq-selectbox__select-text {
    background: url(../images/england-3-512.png) no-repeat left 5px center;
    -webkit-background-size: 22px 14px;
    -moz-background-size: 22px 14px;
    -o-background-size: 22px 14px;
    background-size: 22px 14px;
}

.lang-az, .lang-az .jq-selectbox__select-text {
    background: url(../images/azerbaijan.png) no-repeat left 5px center;
    -webkit-background-size: 22px 14px;
    -moz-background-size: 22px 14px;
    -o-background-size: 22px 14px;
    background-size: 22px 14px;

}

.lang-ru, .lang-ru .jq-selectbox__select-text {
    background: url(../images/rus_flag.png) no-repeat left 5px center;
    -webkit-background-size: 22px 14px;
    -moz-background-size: 22px 14px;
    -o-background-size: 22px 14px;
    background-size: 22px 14px;

}

.lang .jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.lang .jq-selectbox__select-text {

    width: 30px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: transparent;
}

.lang .jq-selectbox li {
    min-height: 30px;
    padding: 8px 10px 10px 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20;
}

.lang .jq-selectbox__select {
    padding: 0 40px 0 5px;
}

/********TOP IMAGE********/

.top_image {
    background: url(../pictures/top_img.png) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.top_img_text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 135px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}

.top_img {
    margin-right: 45px;
}

.top_txt {
    text-align: center;
}

.top_txt p {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
}

.top_txt b {
    font-size: 35px;
    line-height: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

/********NAVBAR******/

.menu {
    display: table;
    width: 100%;
    z-index: 9002;
    background: rgba(23, 44, 65, 1);
    background: -moz-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 44, 65, 1)), color-stop(100%, rgba(28, 54, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 44, 65, 1)), to(rgba(28, 54, 81, 1)));
    background: linear-gradient(to bottom, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172c41', endColorstr='#1c3651', GradientType=0);
}

.menu > li {
    display: table-cell;
    position: relative;
    text-align: center;
    border-right: 1px solid #14273C;
}

.menu > li:last-child {
    border-right: none;
}

.menu li:hover > .submenu {
    display: block;
}

.menu li a {
    display: block;
    padding: 12px 8px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.menu > li > a {
    padding: 29px 10px;
}

.menu li a:hover {
    background: #132438;
}

.menu .submenu {
    display: none;
    text-align: left;
}

.submenu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    list-style-type: none;
    display: block;
    width: 200px;
    z-index: 9;
}

.submenu li {
    display: block;
}

.submenu li a {
    display: block;
    font-size: 16px;
    text-transform: unset;
    font-weight: 400;
    background: rgba(23, 44, 65, 1);
    background: -moz-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 44, 65, 1)), color-stop(100%, rgba(28, 54, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 44, 65, 1)), to(rgba(28, 54, 81, 1)));
    background: linear-gradient(to bottom, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172c41', endColorstr='#1c3651', GradientType=0);
    color: #fff;
    padding: 8px 6px 8px 20px;
    border-bottom: 1px solid #14273C;
}

.menu .submenu > li:hover > .submenu {
    display: block;
}

.menu .submenu .submenu {
    position: absolute;
    left: 200px;
    top: 0;
}

.submenu li > a:not(:only-child):after {
    content: "\e258";
    font-family: 'glyphicons-halflings-regular', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-left: 8px;
    font-size: 13px;
}

.menu-btn {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(23, 44, 65, 1);
    background: -moz-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 44, 65, 1)), color-stop(100%, rgba(28, 54, 81, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 44, 65, 1)), to(rgba(28, 54, 81, 1)));
    background: linear-gradient(to bottom, rgba(23, 44, 65, 1) 0%, rgba(28, 54, 81, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#172c41', endColorstr='#1c3651', GradientType=0);
}

/*********CONTENT**********/

.content {
    background: #fff;
    padding: 45px 22px 22px;

}

aside {
    width: 330px;
    float: left;
}

/*******CONTENT CONTENT*********/

.content_content {
    float: right;
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
}

.relize {
    padding-top: 10px;
    float: left;
    width: 340px;
    border-right: 1px solid #ECF0F1;
    padding-right: 20px;
}

.col_title {
    font-size: 24.40px;
    line-height: 30px;
    color: #222222;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ECF0F1;
    padding-bottom: 6px;
}

.relize_item > span {
    font-size: 16px;
    color: #7F7F7F;
    margin-bottom: 10px;
}

.relize_item > a {
    font-size: 16.67px;
    color: #222222;
}

.relize_item {
    margin-top: 20px;
}

.blue_btn {
    width: 180px;
    height: 35px;
    color: #fff;
    background: #1C3651;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.blue_btn:hover {
    background: #132438;
}

.relize_articles {
    margin-bottom: 30px;
}

.relize_articles:last-child {
    margin-bottom: 0;
}

.diagramm {
    float: right;
    width: 280px;
}

.diagramm .nav > li > a {
    background: #1C3550;
    border-left: none;
    padding-left: 20px;
    color: #fff;
}

.diagramm .nav ul {
    padding: 10px;
    margin: 0;
    background: #F5F5F5;
}

.diagramm .nav li > a > span:after {
    content: '';
    background: url(../images/angle-arrow-down.png) no-repeat top center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 0;
    z-index: 33;
    transform: rotate(-90deg);
}

.diagramm .nav li.open > a > span:after {
    content: '';
    background: url(../images/angle-arrow-down.png) no-repeat top center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    right: 0;
    z-index: 33;
    transform: rotate(0deg);
}

.ratings {
    padding-top: 10px;
    float: left;
    width: 300px;
    padding-left: 30px;
}

.relize_item ul {
    margin-bottom: 20px;
}

.relize_item ul li {
    width: 150px;
    font-size: 17px;
    line-height: 27px;
    color: #222222;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.relize_item ul li span {
    margin-left: 15px;
}

.relize_item ul li img {
    position: absolute;
    margin-top: -1px;
    margin-left: 120px;

}

.relize_item > p {
    font-size: 16px;
    line-height: 27px;
    color: #222222;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 50px;
}

.relize_item > p a {
    color: #333;
    display: block;
    outline: none;
    text-decoration: none;
}

.relize_item a:hover,
.relize_item a:active,
.relize_item a:focus {
    color: #336699 !important;
    background: none !important;
}

/*********TABS BLOCK********/

.tabs_block {
    background: #fff;
    padding: 22px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs_content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tabs_content.active {
    opacity: 1;
    position: static;
    z-index: 9;
}

.wr_tabs {
    position: relative;
    background: #F5F5F5;
    padding: 35px;
}

.tabs_container {
    width: 415px;
}

.tabs_caption li {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    width: 160px;
    text-align: center;
    background: #F5F5F5;
    color: #222222;
    font-size: 16px;
    border-bottom: 6px solid #fff;
    border-top: 6px solid #F5F5F5;
    cursor: pointer;
}

.tabs_caption li:first-of-type {
    margin-right: 5px;
}

.tabs_caption li.active {
    border-top: 6px solid #1C3651;
    border-bottom: 6px solid #F5F5F5;
}

.tab_link {
    font-size: 0;
    margin-bottom: 20px;
}

.tab_link img {
    width: 100%;
    height: auto;
    max-width: 100%;
    font-size: 0;
}

.tab_link .youtube_preview {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
    height: auto;
}

.hidd_date {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    background: rgba(17, 46, 65, 0.6);
    padding-left: 10px;
}

.play_btn {
    position: absolute;
    left: 44%;
    top: 44%;
    z-index: 9999 !important;
}

.play_btn img {
    height: 48px;
    width: 48px;
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.play_btn img:hover {
    opacity: 1;
}

.tab_video {
    margin-bottom: 32px;
}

.tab_video iframe {
    width: 100%;
    height: 225px;
    border: none;
}

.tab_icons {
    background: #F5F5F5;
    width: 645px;
    margin-top: 43px;
    padding: 36px;
}

.icon_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.icon_item {
    width: -webkit-calc((100% - 20px) / 2);
    width: -moz-calc((100% - 20px) / 2);
    width: calc((100% - 20px) / 2);
    background: #fff;
    height: 135px;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}

.icon_item:hover {
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.icon_item:nth-child(n+3) {
    margin-bottom: 0;
}

.icon_ico {
    background: #1C3651;
    width: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}

.icon_item > p {
    font-size: 16px;
    color: #222222;
    padding-left: 15px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.squares {
    width: 186px;
    margin-top: 43px;
}

.squares img {
    width: 30%;
}

.first_sq {
    width: 100%;
    height: 174px;
    background: #F5F5F5;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.first_sq:first-of-type {
    margin-bottom: 16px;
}

.first_sq.ecbar {
    background: #141E30;
    background: -webkit-linear-gradient(to right, #243B55, #141E30);
    background: linear-gradient(to right, #243B55, #141E30);
}

.first_sq.bizimpullar {
    background-image: linear-gradient(to top, #839632, #8e9b34, #99a137, #a4a63a, #afab3d);
    color: white;
    border-color: white;
}

.first_sq.ecbar > div, .first_sq.bizimpullar > div {
    color: white;
    border-color: white;
}

.first_sq > div {
    font-size: 18px;
    line-height: 27px;
    color: #1C3651;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 3px solid #1C3651;
}

.sec_sq {
    width: 100%;
    height: 171px;
    margin-top: 21px;
    font-size: 0;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.sec_sq img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec_sq:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(59, 59, 59, .4);
    z-index: 2;
}

.sec_sq:hover:after {
    display: none;
}

.sq_hidd {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 43px;
    line-height: 43px;
    color: #1C3651;
    font-size: 15.28px;
    text-transform: uppercase;
    text-align: center;
    background: #F5F5F5;
    z-index: 3;
}

.sec_sq:before {
    position: absolute;
    content: '';
    background: url(../images/triangle.png) no-repeat top center;
    -webkit-background-size: 46px 51px;
    -moz-background-size: 46px 51px;
    -o-background-size: 46px 51px;
    background-size: 46px 51px;
    width: 46px;
    height: 51px;
    z-index: 4;
    top: 44px;
    left: 50%;
    margin-left: -23px;
}

/**********SLIDER**********/

.slider_block {
    background: #fff;
    padding: 22px;
}

.slide_content {
    position: absolute;
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 3px solid #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.swiper-container-banners .swiper-slide {
    height: 112px;
}

.slide_content {
    padding-right: 20%;
}

/*********FOOTER*********/

.footer {
    background: #F5F5F5;
    padding: 35px 20px;
}

.footer_navs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer_col {
    margin: 0 5px;
}

.footer_col > p {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 20px;

}

.footer_col ul li a {
    font-size: 15px;
    line-height: 30.5px;
    color: #222222;
}

.footer_col ul li a:hover {
    color: #336699;
}

.footer_bottom {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot_item {
    width: 30%;
}

.foot_item > p a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}

.foot_title {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
}

.foot_link {
    height: 28px;
    line-height: 28px;
    background: #1C3651;
    color: #fff;
    margin-bottom: 23px;
    padding-left: 10px;
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.foot_link:hover {
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.f_quest {
    width: 205px;
}

.foot_link span {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 32px;
    height: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}

.foot_link img {
    width: 20px;

}

.f_comp {
    width: 195px;
}

.f_mail {
    width: 130px;
    margin-bottom: 0;
}

.f_hotline {
    width: 170px;
    margin-bottom: 0;
}

.foot_item .mail {
    color: #336699;
}

.content_title {
    font-size: 20px;
    color: #fff;
    background: #1c3651;
    height: 64px;
    min-height: 62px;
    width: 100%;
    line-height: 24px;
    font-weight: 700;
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_title a,
.content_title a:hover,
.content_title a:focus,
.content_title a:active {
    color: inherit !important;
    display: inline-block;
}

.nav4 {
    margin-bottom: 15px;
}

.nav4 > li > a {
    background: #F5F5F5;
    border-left: 8px solid transparent;
}

.inner {
    background: #F6F6F6;
}

.management_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
}

.man_item {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: -10px;
    margin-bottom: 25px;
    width: -webkit-calc((100% - 100px) / 3);
    width: -moz-calc((100% - 100px) / 3);
    width: calc((100% - 100px) / 3);
    background: #fff;
}

.head_man:hover {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
}

.man_item:hover {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.35);
}

.man_txt {
    padding: 20px;
}

.man_txt > p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #222222;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}

.man_img {
    width: 100%;
    margin-bottom: 20px;
    font-size: 0;
}

.man_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.man_txt > span {
    display: block;
    font-size: 16px;
    color: #222222;
    text-align: center;
    padding: 0 20px;
}

.man_btn {
    height: 38px;
    line-height: 38px;
    background: #183651;
    color: #fff;
    font-size: 16px;
    font-style: italic;
    text-align: center;
}

.head_man {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 30px 0;
    padding: 20px;
    background: #fff;

}

.head_col {
    width: 48%;
}

.head_col .man_img {
    margin-bottom: 0;
}

.head_col .man_txt > p {
    padding: 0 90px;
    margin-bottom: 40px;
}

.head_col .man_txt > span {
    padding: 0 80px;
    margin-bottom: 28px;
}

.big_img {
    width: 100%;
    font-size: 0;
}

.big_img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.type_text {
    padding: 20px 20px 20px 35px;
}

.justify {
    text-align: justify;
}

.type_text > p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}

.type_text a,
.type_text a:active,
.type_text a:focus {
    color: #518AC4 !important;
}

.type_text a:hover {
    color: #132438 !important;
    text-shadow: 1px 1px 0 rgba(150, 150, 150, 1);
}

.type_text ol li a {
    display: block;
}


.type_text span, .type_text a {
    display: unset;
}

.type_title {
    font-size: 20px;
    line-height: 26px;
    color: #222222;
    font-weight: 700;
}

.type_text hr {
    margin: 10px 0;
    clear: both;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #9a9a9a;
}

.type_text ul {
    margin: 10px 0
}

.type_text ol li {
    list-style: decimal !important;
    margin-left: 30px;
    padding: 4px 2px;
}

.type_text ol li:first-child {
    margin-top: 5px;
}

.type_text ol li:last-child {
    margin-bottom: 5px;
}

.type_text ul:after {
    position: absolute;
    content: '';
    background: #CBCBCB;
    width: 1px;
    bottom: 6px;
    top: 6px;
    left: 6px;
    z-index: 2;
}

.type_text ul li {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding-left: 25px;
}

.type_text ul li span {
    display: inline-block;
    vertical-align: top;
}

.type_text ul li:after {
    position: absolute;
    content: '';
    background: #CBCBCB;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 6px;
    left: 0;
    z-index: 2;
}

a.download_item {
    border: 1px solid #D1D0D0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: 15px center #fff;
    -webkit-background-size: 44px 57px;
    -moz-background-size: 44px 57px;
    -o-background-size: 44px 57px;
    background-size: 44px 57px;
    min-height: 78px;
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    cursor: pointer;
    margin-top: 10px;
    padding: 11px 20px 11px 0;
}

a.download_item:hover {
    transform: scale(1.01);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
}

a.download_item p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 500;
}

a.download_item span {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding-right: 30px;
    background: url(../images/download.png) no-repeat right center;
    -webkit-background-size: 16px 15px;
    -moz-background-size: 16px 15px;
    -o-background-size: 16px 15px;
    background-size: 16px 15px;
    display: inline-block;
    vertical-align: top;
}

a.download_item img {
    max-width: 60px;
    margin: 0 10px;
    padding: 7px 10px;
}

.bio_wrap {
    background: #fff;
    margin: 20px 30px;
    padding: 20px;
}

.bio_wrap ul:after {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 1px;
    bottom: 6px;
    top: 6px;
    left: 6px;
    z-index: 2;
}

.bio_wrap ul li {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    padding-left: 25px;
}

.bio_wrap ul li span, .bio_wrap ul li st {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    font-style: italic;
}

.bio_wrap ul li:after {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 6px;
    left: 0;
    z-index: 2;
}

.man_profile {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 30px 0;
    background: #fff;
}

.man_col {
    width: 40%;
}

.man_col.main {
    width: 100%;
}

.man_col .man_img {
    margin-bottom: 0;
}

.man_col:nth-child(2) {
    width: 100%;
    margin-top: 50px;
    padding: 20px 30px 20px 60px;
}

.man_col .man_txt {
    width: 95%;
    border-top: 1px solid #D1D1D2;
    border-bottom: 1px solid #D1D1D2;
    padding: 20px 0;
}

.man_col .man_txt > p {
    font-size: 24px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.man_col .man_txt > span {
    text-align: left;
    padding: 0;
}

.shed_man {
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #222;
    background: url(../images/calendar.svg) no-repeat left center;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
}

.tel_man {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    padding-left: 25px;
    background: url(../images/phone-receiver.svg) no-repeat left center;
    -webkit-background-size: 15px 15px;
    -moz-background-size: 15px 15px;
    -o-background-size: 15px 15px;
    background-size: 15px 15px;
}

.tel_man a {
    display: inline-block;
    vertical-align: top;
    color: #222;
}

.man_phone {
    padding-top: 15px;
}

.type_text > a {
    width: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #1C3651;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
}

.table_wrap {
    margin: 40px 30px 20px;
}

.table_wrap input {
    cursor: pointer;
}

.table_head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table_hand_input {
    width: -webkit-calc((100% - 74px) / 3);
    width: -moz-calc((100% - 74px) / 3);
    width: calc((100% - 74px) / 3);
}

.table_hand_submit {
    width: 68px;
}

.ui-datepicker-year {
    display: inline-block;
    vertical-align: top;
}

.ui-datepicker-month {
    display: inline-block;
    vertical-align: top;
}

.table_input {
    width: 100%;
    background: #1C3651;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: none;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
}

.table_hand_input:before {
    position: absolute;
    content: '';
    background: url(../images/calendar2.svg) no-repeat top center;
    -webkit-background-size: 18px 18px;
    -moz-background-size: 18px 18px;
    -o-background-size: 18px 18px;
    background-size: 18px 18px;
    left: 50%;
    margin-left: -80px;
    top: 13px;
    width: 18px;
    height: 18px;
    z-index: 4;
}

.table_hand_input input::-webkit-input-placeholder {
    color: #fff;
}

.table_hand_input input::-moz-placeholder {
    color: #fff;
}

.table_hand_input input:-moz-placeholder {
    color: #fff;
}

.table_hand_input input:-ms-input-placeholder {
    color: #fff;
}

.table_hand_input .formstyler {
    width: 100%;
}

.table_hand_input .jq-selectbox__select {
    height: 45px;
    padding: 0 45px 0 10px;
    border: 1px solid #1C3651;
    background: #1C3651;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

.table_hand_input .jq-selectbox__trigger {
    border-left: 1px solid #1C3651;
}

.table_hand_input .jq-selectbox__trigger-arrow {
    background: url(../images/angle-arrow-down.png) no-repeat top center;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    top: 14px;
}

.table_submit {
    width: 100%;
    background: url(../images/search_white.svg) no-repeat center #1C3651;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    text-align: center;
    border: none;
    height: 45px;
    line-height: 45px;
    text-indent: 100px;
}

.table_body {
    margin-top: 50px;
}

.table_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_title > p {
    height: 56px;
    line-height: 56px;
    background: #1C3651;
    color: #fff;
    padding: 0 20px 0 20px;
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
}

.date_select {
    width: 205px;
}

.white_date {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #CBCBCB;
    font-size: 16px;
    color: #222;
    text-align: center;
}

.date_select:after {
    position: absolute;
    content: '';
    background: url(../images/calendar.svg) no-repeat top center;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    top: 13px;
    left: 50%;
    margin-left: -65px;
    width: 18px;
    height: 18px;
    z-index: 3;
    cursor: pointer;
}

.date_select:before {
    position: absolute;
    content: '';
    background: url(../images/down_arrow.png) no-repeat top center;
    -webkit-background-size: 15px 9px;
    background-size: 15px 9px;
    top: 18px;
    right: 50%;
    margin-right: -65px;
    width: 15px;
    height: 9px;
    z-index: 3;
    cursor: pointer;
}

.table_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    color: #222222;
    line-height: 31px;
    padding: 0 15px;
}

.table_row:nth-child(odd) {
    background: #F5F5F5;
}

.valuta {
    width: 50%;
}

.kod,
.kurs {
    width: 20%;
    text-align: center;
    text-transform: uppercase;
}

.dynamic {
    width: 10%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table_table {
    background: #fff;
    padding: 5px;
}

.table_table p {
    padding: 20px 15px;
}

.valuta_title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.val_title {
    width: 50%;
}

.kurs_title,
.kod_title {
    width: 20%;
    text-align: center;
}

.dynam_title {
    width: 10%;
}

.coin_items {
    margin: 20px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.coin_item {
    width: -webkit-calc((100% - 70px) / 3);
    width: -moz-calc((100% - 70px) / 3);
    width: calc((100% - 70px) / 3);
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    margin-bottom: 35px;
}

.coin_img {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #CBCBCB;
}

.caption.marks p {
    color: #222222;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.coin_text {
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
}

.coin_text > p {
    text-align: center;
    color: #222222;
    font-size: 19px;
    font-weight: 500;
}

.coin_item:hover {
    -webkit-box-shadow: 5px 5px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 5px 5px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 5px 5px 0 0 rgba(166, 166, 166, 1);
}

.sidebar_soc {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 170px;
    margin-top: 30px;
}

.tool_item {
    width: 52px;
    height: 52px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F5F5;
}

.tooltip {
    position: absolute;
    left: -60px;
    top: -45px;
    z-index: 4;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: #183651;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.tooltip div:after,
.tool_item:hover {
    background: #CBCBCB;
}

.tool_item:hover .tooltip {
    display: block;
}

.tool_item:first-child .tooltip {
    left: 0;
}

.arrow_box {
    position: relative;
    background: #183651;
}

.arrow_box:after {
    top: 100%;
    left: 48%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid rgba(24, 54, 81, 0);
    border-top-color: #183651;
    margin-left: -10px;
    background: none !important;
}

.tool_item:first-child .arrow_box:after {
    left: 17%;
}

.image-slider {
    margin: 0 50px;
    height: 165px;
}

.image-slider .swiper-container {
    padding: 20px;
}

.image-slider {
    margin: 0 50px;
    height: 200px;
}

.coin3 p span {
    display: inline-block;
    vertical-align: top;
}

.coin3 .coin_img {
    height: auto;
    display: block;
    font-size: 0;
}

.coin3 .coin_img img {
    width: 100%;
    height: auto;
}

.image-slider .swiper-slide {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.55);
}

.image-slider .swiper-slide:hover {
    -webkit-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.85);
    -moz-box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.85);
    box-shadow: 5px 5px 25px 0 rgba(0, 0, 0, 0.85);
}

.manat_title {
    text-align: center;
}

.manat_title span {
    display: inline-block;
    vertical-align: top;
}

.money_defense {
    background: #F5F5F5;
    padding-top: 30px;
}

.def_titles {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.def_titles > p {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    text-align: center;
    width: 49%;
    background: #fff;
    line-height: 36px;
}

.def_image {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 25px;
}

.def_image img {
    max-width: 100%;
    height: auto;
}

.money_desc {
    background: #F5F5F5;
    margin-top: 30px;
    padding-bottom: 10px;
}

.white_content {
    background: #fff;
}

.money_desc > p {
    background: #fff;
}

.money_desc > p > span {
    background: #F5F5F5;
    display: inline-block;
    vertical-align: text-top;
    padding: 10px 30px;
    font-size: 20px;
    color: #222222;
    font-weight: 700;
}

.money_desc .bio_wrap ul li {
    padding-left: 0;
}

.money_desc .bio_wrap ul:after {
    display: none;
}

.money_desc .bio_wrap ul li:after {
    display: none;
}

.bio_wrap > p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}

.bio_wrap > p > a {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-decoration: underline;
    color: #222222;
}

.money_desc .bio_wrap {
    margin: 20px 20px;
}

.articles {
    margin-top: 10px;
}

.articles .date_select {
    margin-bottom: 10px;
}

.article_item {
    background: #F5F5F5;
    padding: 20px 20px;
    margin-bottom: 10px;
}

.article_item span {
    font-weight: 500;
    margin-bottom: 5px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 5px;
}

.article_item > p {
    font-size: 16px;
    line-height: 20px;
    color: #222;
    padding-top: 3px;
}

.article_btn {
    margin-top: 10px;
    width: 120px;
    height: 30px;
    padding-left: 15px;
    line-height: 30px;
    border: 1px solid #1C3651;
    background: url(../images/article_arrow.png) no-repeat right 30px center;
    -webkit-background-size: 17px 7px;
    -moz-background-size: 17px 7px;
    -o-background-size: 17px 7px;
    background-size: 17px 7px;
    font-size: 18px;
    color: #222222;
}

.article_btn:hover {
    background: url(../images/article_arrow.png) no-repeat right 25px center #CBCBCB;
    -webkit-background-size: 17px 7px;
    -moz-background-size: 17px 7px;
    -o-background-size: 17px 7px;
    background-size: 17px 7px;
}

.pagi_block {
    width: 220px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    background: #fff;
    z-index: 2;
}

.pagi_block > a {
    margin: 0 20px;
}

.pagi_wrap:after {
    position: absolute;
    content: '';
    background: #F5F5F5;
    top: 13px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
}

.info_cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
}

.card_item {
    width: calc((100% - 50px) / 3);
    margin-bottom: 25px;
}

.card_img {
    background: #CBCBCB;
    height: 225px;
}

.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_text {
    background: #F5F5F5;
    padding: 15px 30px;
    height: calc(100% - 225px - 40px);
}

.card_text_title {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    line-height: 28px;
    border-top: 2px solid #D1D1D2;
    border-bottom: 2px solid #D1D1D2;
    margin-bottom: 8px;
}

.card_string {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
}

.card_string span {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    margin-right: 5px;
}

.card_link {
    height: 40px;
    line-height: 40px;
    background: url(../images/pdf.png) no-repeat left 28px center #1C3651;
    -webkit-background-size: 18px 22px;
    background-size: 18px 22px;
    color: #fff;
    padding-left: 53px;
    font-size: 16px;
    font-style: italic;
}

.card_link:hover {
    background: url(../images/pdf.png) no-repeat left 28px center #132438;
    -webkit-background-size: 18px 22px;
    background-size: 18px 22px;
}

.card_link.en {
    background: #1C3651 !important;
}

.money_marks .type_text {
    padding-bottom: 0;
}

.money_sides {
    background: url(../pictures/money_bg.png) no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 232px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.money_sides.coin {
    background: url(../pictures/coin_bg.png) top center/cover no-repeat;
}

.side_name {
    font-size: 15px;
    color: #222222;
    background: #fff;
    padding: 5px 10px;
    width: 135px;
}

.side_name:nth-child(1) {
    text-align: right;
}

.side_img {
    width: calc((100% - 340px) / 2);
    max-height: 170px;
}

.side_img_coin {
    width: calc((100% - 520px) / 2);
}

.side_img img, .side_img_coin img {
    width: 100%;
    object-fit: contain;
    height: 170px;
    max-width: none !important;
}

.money_tabs {
    margin-top: 30px;
}

.money_tabs_content p {
    padding-left: 5px;
}

.money_tabs_content table {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 2px;
    line-height: 38px;
    font-size: 16px;
    color: #222;
    padding-left: 30px;
    border: none;
}

.money_tabs_content table tr td {
    padding: 0 20px;
}

.money_tabs_content table tr td:first-child {
    width: 30% !important;
}

.money_tabs_content ul li {
    padding: 4px 5px;
    text-align: justify;
    text-justify: inter-word;
}

.money_tabs_content ul li:last-of-type {
    margin-bottom: 25px;
}

.money_tabs .wr_tabs {
    padding: 15px;
}

.money_tabs .tabs_caption li {
    border-top: 6px solid #F5F5F5;
    border-bottom: 6px solid #fff;
    font-size: 20px;
    font-weight: 700;
    color: #CBCBCB;
    width: auto;
    padding: 5px 20px;
    margin-right: 5px;
}

.money_tabs .tabs_caption li.active {
    color: #222;
    border-bottom: 6px solid #F5F5F5;
}

/******** Gallery *******/
.gallery .type_text {
    padding-bottom: 5px;
}

.gallery-grid {
    position: relative;
    padding: 10px 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-item p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 3%;
    padding-bottom: 8%;
    border-radius: 20px;
    cursor: pointer;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

.gallery-item span {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 90%;
    padding-left: 8%;
    padding-top: 8%;
    padding-bottom: 3%;
    border-radius: 20px;
    cursor: pointer;
    transition: ease 1s;
    -webkit-transition: ease 1s;
}

.gallery-item {
    width: 31%;
    position: relative;
    background-color: white;
    margin: 1.13%;
    border-radius: 5px;
    transition: 1s;
    -webkit-transition: 0.5s;
    cursor: pointer;
    flex: fit-content;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.gallery-item .image {
    width: 100%;
    height: 150px;
    position: relative;
    border-radius: 5px 5px 0 0;
    background-size: cover;
    background-position: center center;
    background-color: #CBCBCB;
    transition: 1s;
    -webkit-transition: 1s;
}

.gallery-item .image.coins {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.gallery-item .image.coins img {
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    overflow: hidden;
    height: 130px;
}

.gallery-item .image img.play-button {
    height: 48px;
    width: 48px;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery-item .line {
    height: 2px;
    width: 84%;
    margin: auto;
    background-color: #CBCBCB;
}

.thumbnails {
    margin: 0 27px;
    margin-bottom: 10px;
}

.thumbnails .justified-gallery img {
    border: 4px solid #DCE7EB;
}

.thumbnails .justified-gallery img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* FeedBack Page */
.container-feedback input {
    outline: none;
    border: none;
    box-sizing: border-box;
}

.container-feedback textarea {
    outline: none;
    border: none;
    box-sizing: border-box;
}

.container-feedback button {
    outline: none !important;
    border: none;
    background: transparent;
}

.container-feedback {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container-feedback .wrap {
    max-width: 960px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}

.container-feedback form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container-feedback button {
    width: 180px;
    height: 35px;
    margin-top: 10px;
    color: #fff;
    background: #1C3651;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    -webkit-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    -moz-box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
    box-shadow: 3px 3px 0 0 rgba(166, 166, 166, 1);
}

.container-feedback button:hover {
    background: #132438;
}

.container-feedback button:active {
    background: #132438;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.container-feedback .wrap-input {
    width: 100%;
    position: relative;
    background-color: transparent;

}

.container-feedback .responsive-wrap-input {
    width: calc((100% - 30px) / 2);
}

.container-feedback .input {
    display: block;
    width: 100%;
    background: #F5F5F5;
    border-radius: 2px;
    font-size: 18px;
    color: #222222;
    line-height: 1.2;
    padding: 0 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 10px;
}

.container-feedback .input:focus {
    background: #e6e6e6;
}

.container-feedback input.input {
    height: 62px;
}

.container-feedback textarea.input {
    min-height: 162px;
    padding-top: 19px;
    padding-bottom: 13px;
}

@media screen and (max-width: 1200px) {
    .gallery-item, .thumbnails-item {
        width: 30%;
        margin: 1.6%;
    }
}

@media screen and (max-width: 800px) {
    .gallery-item, .thumbnails-item {
        width: 45%;
        margin: 2.5%;
    }
}

@media screen and (max-width: 500px) {
    .gallery-item, .thumbnails-item {
        width: 98%;
        margin: 2%;
    }
}

/******** Other *******/
.filters {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: left;
}

.filters .filters-item {
    margin-right: 10px;
}

.filters .jq-selectbox__select {
    min-width: 155px;
    width: 100% !important;
    height: 45px;
    border-color: #CBCBCB;
    line-height: 45px;
}

.filters .jq-selectbox__trigger-arrow {
    top: 15px;
}

@media (max-width: 1370px) {
    .container {
        width: 1153px;
        margin: 0 auto;
        min-width: 1153px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 1153px;
    }

    .header {
        padding: 18px 22px 18px 25px;
    }

    .top_img_text {
        height: 120px;
    }

    .top_txt p {
        font-size: 23px;
        line-height: 45px;
    }

    .top_txt span {
        font-size: 35px;
        line-height: 45px;
    }

    .menu > li > a {
        padding: 23px 10px;
    }

    .tab_icons {
        width: -webkit-calc(100% - 390px - 186px - 40px);
        width: -moz-calc(100% - 390px - 186px - 40px);
        width: calc(100% - 390px - 186px - 40px);
        margin-top: 43px;
        padding: 25px;
    }

    .tabs_container {
        width: 390px;
    }

    .squares {
        width: 160px;
        margin-top: 43px;
    }

    .sec_sq {
        height: 160px;
    }

    .first_sq {
        height: 160px;
    }

    .wr_tabs {
        padding: 30px;
    }

    .relize {
        float: none;
        width: 100%;
        border-right: none;
        padding-right: 0;
        padding-bottom: 30px;
        border-bottom: 1px solid #ECF0F1;
        margin-bottom: 30px;

    }

    .ratings {
        padding-left: 0;
        width: 50%;
    }

    .icon_item > p {
        font-size: 16px;
        padding-left: 10px;
    }

    .diagramm {
        float: right;
        width: 50%;
    }

    .footer_col ul li a {
        font-size: 14px;
        line-height: 25px;
    }

    .footer_col > p {
        margin-bottom: 10px;
    }

    .tab_video iframe {
        height: 215px;
    }

    .head_col .man_txt > p {
        padding: 0;
        margin-bottom: 12px;
    }

    .head_col .man_txt > span {
        padding: 0;
        margin-bottom: 0;
    }

    .man_txt > p {
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .man_txt > span {
        padding: 0;
    }

    .man_col .man_txt > p {
        width: 100%;
    }

    .man_col .man_txt > span {
        width: 100%;
    }

    .man_col:nth-child(2) {
        padding: 20px 30px 20px 30px;
    }

    .man_col .man_txt {
        padding: 10px 0;
    }

    .def_image {
        display: block;
    }

    .card_text {
        padding: 15px 15px;
        height: calc(100% - 180px - 40px);
    }

    .card_img {
        height: 180px;
    }

    .side_name {
        width: 105px;
    }

    .side_img {
        width: calc((100% - 300px) / 2);
    }

    .side_img_coin {
        width: calc((100% - 380px) / 2);
    }

    .money_sides {
        height: 200px;
    }

    .image-slider {
        height: 230px;
    }
}

@media (max-width: 1170px) {
    .container {
        width: 1063px;
        margin: 0 auto;
        min-width: 1063px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 1063px;
    }

    .header {
        padding: 18px 22px 18px 22px;
    }

    .col_title {
        font-size: 25px;
    }

    .relize_item > span {
        font-size: 17px;
        margin-bottom: 6px;
    }

    .relize_item {
        margin-top: 15px;
    }

    .tabs_container {
        width: 325px;
    }

    .tab_icons {
        width: -webkit-calc(100% - 325px - 160px - 40px);
        width: -moz-calc(100% - 325px - 160px - 40px);
        width: calc(100% - 325px - 160px - 40px);
        margin-top: 43px;
        padding: 25px;
    }

    .icon_item {
        height: 110px;
    }

    .first_sq {
        height: 140px;
    }

    .sec_sq {
        height: 140px;
    }

    .tab_video iframe {
        height: 173px;
    }

    .sec_sq:before {
        top: 27px;
    }

    .man_txt {
        padding: 10px;
    }

    .head_man {
        padding: 10px;
    }

    .man_txt > p {
        padding: 0 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .head_col .man_txt > p {
        margin-bottom: 22px;
    }

    .head_col .man_txt > span {
        margin-bottom: 25px;
    }

    .man_profile .man_txt > span {
        margin-bottom: 0;
    }

    .man_txt > span {
        font-size: 15px;
    }

    .man_profile {
        display: block;
    }

    .man_col {
        width: 100%;
    }

    .coin_text > p {
        font-size: 17px;
    }

    .coin_text {
        height: 85px;
    }

    .coin_img {
        height: 100px;
    }

    .coin_img img {
        width: 80px;
        height: 80px;
    }

    .image-slider {
        height: 200px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }

}

@media (max-width: 1080px) {
    .container {
        width: 963px;
        margin: 0 auto;
        min-width: 963px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 963px;
    }

    .menu li a {
        font-size: 16px;
    }

    .menu > li > a {
        padding: 20px 10px;
    }

    .icon_item > p {
        font-size: 14px;
        padding-left: 5px;
        width: -webkit-calc(100% - 50px);
        width: -moz-calc(100% - 50px);
        width: calc(100% - 50px);
    }

    .icon_ico {
        width: 50px;
    }

    .footer_col > p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .footer_col ul li a {
        font-size: 13px;
        line-height: 20px;
    }

    .foot_title {
        font-size: 16px;
    }

    .foot_item > p {
        font-size: 16px;
    }

    .foot_link {
        font-size: 16px;
    }

    .head_man {
        display: block;
    }

    .head_col {
        width: 100%;
    }

    .management_items {
        display: block;
    }

    .man_item {
        width: 93%;
        margin-left: 20px;
        background: #fff;
        padding: 10px;
        margin-bottom: 20px;
    }

    .man_item:last-child {
        margin-bottom: 0;
    }

    .man_txt {
        padding: 0;
    }

    .head_col .man_img {
        margin-bottom: 20px;
    }

    .man_txt > p {
        margin-bottom: 22px;
    }

    .man_txt > span {
        margin-bottom: 25px;
    }

    .content_title {
        height: auto;
        padding: 12px;
        line-height: 24px;
        padding-left: 30px;
    }

    .table_title > p {
        height: 45px;
        line-height: 45px;
        font-size: 17px;
    }

    .coin_item {
        width: -webkit-calc((100% - 30px) / 2);
        width: -moz-calc((100% - 30px) / 2);
        width: calc((100% - 30px) / 2);
        margin-bottom: 30px;
    }

    .coin_items {
        margin: 20px;
    }

    .article_item {
        padding: 20px 30px;
    }

    .card_item {
        width: calc((100% - 25px) / 2);
    }

    .money_sides {
        height: 150px;
    }

    .image-slider {
        height: 165px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 980px) {
    .container {
        width: 863px;
        margin: 0 auto;
        min-width: 863px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 863px;
    }

    .top_txt p {
        font-size: 20px;
        line-height: 42px;
    }

    .top_txt span {
        font-size: 32px;
        line-height: 42px;
    }

    .menu li a {
        font-size: 14px;
    }

    .submenu {
        width: 160px;
    }

    .menu .submenu .submenu {
        left: 160px;
    }

    .content {
        padding: 30px 15px 22px;
    }

    .content_content {
        width: -webkit-calc(100% - 270px);
        width: -moz-calc(100% - 270px);
        width: calc(100% - 270px);
    }

    aside {
        width: 250px;
    }

    .tabs_block {
        display: block;
    }

    .tab_icons {
        width: -webkit-calc(100% - 325px - 20px);
        width: -moz-calc(100% - 325px - 20px);
        width: calc(100% - 325px - 20px);
        margin-top: 43px;
        padding: 29px 25px;
        float: right;
        margin-bottom: 20px;
    }

    .tabs_container {
        width: 325px;
        float: left;
    }

    .squares {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 0;
    }

    .squares img {
        position: absolute;
        width: 20px;
        margin-left: -12px;
    }

    .first_sq {
        height: 100px;
    }

    .footer_navs {
        display: none;
    }

    .footer_bottom {
        margin-top: 0;
    }

    .head_icons {
        width: 100px;
    }

    .tabs_block {
        padding: 22px 15px;
    }

    .slider_block {
        padding: 22px 15px;
    }

    .footer {
        padding: 35px 15px;
    }

    .head_man {
        margin: 20px 20px 0;
    }

    .management_items {
        padding: 20px 20px;
    }

    .man_col:nth-child(2) {
        padding: 20px;
    }

    .bio_wrap {
        margin: 20px 20px;
    }

    .man_profile {
        margin: 20px 20px 0;
    }

    .table_title > p {
        padding: 0 10px;
    }

    .table_body {
        margin-top: 30px;
    }

    .table_wrap {
        margin: 20px 15px;
    }

    .money_desc > p > span {
        padding: 10px 20px;
        font-size: 18px;
    }

    .side_img {
        width: calc((100% - 250px) / 2);
    }

    .side_img_coin {
        width: calc((100% - 330px) / 2);
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }

}

@media (max-width: 880px) {
    .container {
        width: 751px;
        margin: 0 auto;
        min-width: 751px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 751px;
    }

    .lang {
        margin-left: 30px;
    }

    .header {
        padding: 15px 22px;
    }

    .top_img_text {
        height: 100px;
        padding-left: 30px;
    }

    aside {
        width: 220px;
    }

    .nav li a {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 10px;
    }

    .nav > li > a {
        font-size: 16px;
    }

    .content_content {
        width: -webkit-calc(100% - 235px);
        width: -moz-calc(100% - 235px);
        width: calc(100% - 235px);
    }

    .relize_item > p {
        padding-right: 10px;
    }

    .tabs_container {
        width: 100%;
        float: none;
    }

    .tab_icons {
        width: 100%;
        margin-top: 20px;
        float: none;
        margin-bottom: 20px;
    }

    .icon_item > p {
        font-size: 17px;
    }

    .tab_video iframe {
        height: 400px;
    }

    .menu {
        display: none;
    }

    .menu-btn {
        display: block;
    }

    .table_title > p {
        font-size: 15px;
    }

    .sidebar_soc {
        margin-top: 30px;
    }

    .image-slider {
        height: 165px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .container {
        width: 650px;
        margin: 0 auto;
        min-width: 650px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 650px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }

    .input_area {
        width: 120px;
    }

    .ctegory_search {
        width: 200px;
    }

    aside {
        width: 100%;
        margin-bottom: 20px;
        float: none;
    }

    .content_content {
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }

    .foot_item {
        width: 32%;
    }

    .foot_link {
        font-size: 15px;
        width: 100%;
    }

    .foot_item > p {
        font-size: 15px;
    }

    .tab_video iframe {
        height: 355px;
    }

    .top_img {
        margin-right: 20px;
    }

    .image-slider {
        height: 190px;
    }

    .container-feedback .responsive-wrap-input {
        width: 100%;
    }

}

@media (max-width: 667px) {
    .container {
        width: 551px;
        margin: 0 auto;
        min-width: 551px;
        padding: 0 10px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 551px;
    }

    .search_block {
        display: none;
    }

    .tab_video iframe {
        height: 290px;
    }

    .foot_item {
        width: 100%;
    }

    .footer_bottom {
        display: block;
        text-align: center;
    }

    .footer_links {
        margin-top: 20px;
    }

    .relize_item ul li {
        font-size: 16px;
    }

    .relize_item > p {
        font-size: 16px;
    }

    .download_item p {
        font-size: 15px;
        line-height: 21px;
    }

    .image-slider {
        height: 290px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }
}

@media (max-width: 568px) {
    .container {
        width: 100%;
        margin: 0 auto;
        min-width: 463px;
        padding: 0;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 463px;
    }

    .top_txt p {
        font-size: 18px;
        line-height: 40px;
    }

    .top_txt span {
        font-size: 30px;
        line-height: 40px;
    }

    .menu-btn {
        height: 50px;
        line-height: 50px;
    }

    .ratings {
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .diagramm {
        float: none;
        width: 100%;
        margin-top: 20px;
    }

    .tab_video iframe {
        height: 240px;
    }

    .icon_item {
        height: 70px;
        width: 100%;
    }

    .icon_item:nth-child(n+3) {
        margin-bottom: 25px;
    }

    .icon_item:last-child {
        margin-bottom: 0;
    }

    .man_profile {
        margin: 10px;
    }

    .bio_wrap {
        margin: 10px;
        margin-bottom: 10px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
    }

    .coin_items {
        margin: 10px;
    }

    .article_item {
        padding: 10px 20px;
    }

    .money_sides {
        height: auto;
        display: block;
        padding: 20px 0;
    }

    .side_name {
        text-align: center;
        width: 80%;
        margin: 10px auto;
    }

    .side_name:nth-child(1) {
        text-align: center;
    }

    .side_img {
        width: 80%;
        margin: 10px auto;
    }

    .side_img_coin {
        width: 60%;
        margin: 10px auto;
    }

    .money_tabs .tabs_caption li {
        font-size: 16px;
        padding: 5px 10px;
    }

    .money_string {
        line-height: 34px;
    }

    .money_tabs .wr_tabs {
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .container {
        width: 100%;
        margin: 0 auto;
        min-width: 300px;
    }

    .wraper header,
    .wraper footer,
    .wraper > div {
        min-width: 300px;
    }

    .top_img_text {
        height: 80px;
        padding-left: 10px;
    }

    .top_img {
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 10px;
    }

    .top_img img {
        height: 60px !important;
        max-height: 90% !important;
    }

    .top_txt p {
        font-size: 13px;
        line-height: 34px;
    }

    .top_txt span {
        font-size: 27px;
        line-height: 34px;
    }

    .footer {
        padding: 25px 15px;
    }

    .tabs_caption li {
        width: 49%;
    }

    .wr_tabs {
        padding: 20px;
    }

    .tab_icons {
        padding: 20px;
    }

    .tab_video iframe {
        height: 200px;
    }

    .management_items {
        padding: 10px 10px;
    }

    .head_man {
        margin: 10px 10px 0;
    }

    .type_text {
        padding: 10px;
    }

    .type_text > p {
        font-size: 15px;
        line-height: 23px;
    }

    .type_text ul li {
        font-size: 15px;
        line-height: 23px;
    }

    .download_item p {
        font-size: 13px;
        line-height: 19px;
    }

    .bio_wrap ul li {
        font-size: 14px;
        line-height: 23px;
    }

    .bio_wrap {
        padding: 10px;
    }

    .man_col:nth-child(2) {
        margin-top: 0 !important;
        padding: 10px;
    }

    .shed_man {
        font-size: 12px;
    }

    .tel_man {
        font-size: 12px;
    }

    .table_head {
        display: block;
    }

    .table_hand_input {
        width: 100%;
        margin-bottom: 5px;
    }

    .table_hand_submit {
        width: 100%;

    }

    .table_submit {
        text-indent: 1000px;
    }

    .table_body {
        margin-top: 0;
        padding-top: 20px;
    }

    .table_title {
        display: block;
    }

    .table_title > p {
        font-size: 15px;
        display: block;
        text-align: center;
    }

    .type_text > a {
        font-size: 13px;
    }

    .table_wrap {
        margin: 10px;
    }

    .date_select {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .table_row {
        font-size: 14px;
        padding: 0 5px;
    }

    .valuta_title {
        padding: 0 5px;
        font-size: 14px;
    }

    .ui-widget.ui-widget-content {
        width: 255px;
    }

    .coin_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .tooltip {
        position: absolute;
        left: 0;
        top: -40px;
        z-index: 4;
        width: 155px;
        height: auto;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        background: #183651;
        text-align: center;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: none;
    }

    .def_image {
        padding: 10px;
    }

    .card_item {
        width: 100%;
    }

    .money_tabs .tabs_caption li {
        width: 100%;
    }

    .money_tabs .tabs_caption li.active {
        color: #222;
        border-bottom: 6px solid #fff;
    }

    .money_string {

        line-height: 24px;
        padding: 5px 0;
        padding-left: 10px;
    }

    .image-slider {
        height: 220px;
        margin: 0;
    }

    .swiper-button-next2 {
        right: 0;
    }

    .swiper-button-prev2 {
        left: 0;
    }

    .filters {
        display: unset;
    }

    .filters .jq-selectbox__select {
        margin-top: 10px;
    }
}