/* Основное */
@font-face {
    font-family: KTFJermilov;
    /*font-style: solid;*/
    font-weight: auto;
    src: local("KTFJermilov"),
    url("./fonts/KTFJermilov-Solid.ttf");
}

@font-face {
    font-family: "HeliosCondBold";
    /*font-style: solid;*/
    font-weight: auto;
    src: local("HeliosCondBold"),
    url("./fonts/HeliosCondBold.ttf");
}

html {
    height: 100%;
}
body {
    height: 100%;
    display: flex;
    flex-direction: column;
}
body,
a {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 100;
    color: white;
    text-decoration: none;
    transition: 0.2s;
}
body,
p  {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
}
main {
    flex-grow: 1;
}
.container-custom {
    max-width: 1048px;
    margin: 0 auto;
    padding: 0 12px;
}
.reflection {
    transform: scale(-1, 1);
}
.visible {
    opacity: 1;
}
/* Верхнее меню */
.header-menu {
    width: 100%;
    height: 56px;
    background-color: #00142D;
}
.header-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: left;
}
.header-logo {
width: 42px;
height: 42px;
overflow: hidden;
margin-top: 7px;
margin-right: 20px;
}
.header-logo img {
width: 100%;
}
.header-contacts-btn {
    margin-right: 26px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.contacts-btn {
    position: relative;
    width: 150px;
    height: 34px;
    background-color: #00142D;
    border: 1px #ffffff solid;
    border-radius: 4px;
    padding: 0 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: left;
    color: #ffffff;
}
.HG_popup_ustc_web_form {
    top: 20% !important;
    margin: auto;
    left: 50% !important;
    transform: translate(-50%, 0);
    position: fixed !important;
    border-radius: 4px;
    padding: 20px;
}

.HG_popup_ustc_web_form h3 {
    font-family: KTFJermilov;
    font-size: 24px;
    line-height: 28px;
    color: #261C24;
    padding-bottom: 10px;
    margin: 0;
}

.HG_popup_ustc_web_form .popup-window-button {
background: #ec9056; 
}

.contacts-btn:after {
    position: absolute;
    right: 11px;
    top: 45%;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-contacts-list {
    position: absolute;
    width: auto;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #00142D;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 2;
}
.contacts-item {
    display: block;
    height: auto;
    text-align: left;
    white-space: normal;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: 0.2s;
}
.header-nav {
    padding-top: 20px;
    /* margin-right: 41px; */
}
.nav-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap:15px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.nav-item {
    padding: 0 5px;
}
.nav-item a {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-transform: lowercase;
    font-variant: small-caps;
    height: auto;
    text-align: left;
    white-space: normal;
    color: #FFFFFF;
    transition: 0.2s;
}
.submenu-item {
    position: relative;
}
.submenu-item:after {
    position: absolute;
    bottom: 0;
    content: '\e80d';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 4px;
    padding-left: 3px;
}
.contact-container {
    margin-top: -10px;
}
.header-info {
    display: flex;
    flex-direction: row;
    /* flex-grow: 1; */
justify-content: center;
    /* margin-right: 5px; */
    padding-top: 22px;
    padding-bottom: 14px;
    font-family: KTFJermilov;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
}
.header-social {
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-top: 15px;
    padding-bottom: 11px;
}
.header-info a {
    font-family: KTFJermilov;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 19px;
    margin-left: 17px;
    transition: 0.2s;
}
.header-info span:before{
    content: '\e80d';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 11px;
    padding-right: 7px;
}
.header-info a:before {
    content: '\e814';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    padding-right: 5px;
}
.social-list {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
}
.social-list li:not(:last-child) {
    padding-right: 5px;
}
.icon-eye {
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}
.icon-vk,
.icon-tg,
.icon-ws,
.icon-ok,
.icon-eye {
    color: #ffffff;
    transition: 0.2s;
}
.icon-tg:before,
.icon-ws:before,
.icon-vk:before,
.icon-ok:before,
.icon-eye:before,
.icon-gis:before {
    content: '';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 30px;
}
.icon-tg:before {
    content: '\e815';
}
.icon-ws:before {
    content: '\e819';
}
.icon-vk:before {
    content: '\e817';
}
.icon-ok:before {
    content: '\e80f';
}
.icon-gis:before {
    content: '\e800';
}
.nav-item a:hover,
.contacts-item:hover,
.header-info a:hover,
.social-list a:hover,
.icon-eye:hover {
    color: #ec9056;
}
/* Главный баннер. Баннер и кнопки*/
.header__carousel {
    position: relative;
    width: 100%;
    height: 430px;
}
.header__carousel-page {
    position: relative;
    width: 100%;
    height: 226px;
}
.header__carousel-banner {
    position: absolute;
    width: 100%;
    height: 430px;
    z-index: 0;
}
.banner-item img{
    width: 100%;
    height: 430px;
    object-fit: cover;
}
.header__carousel-indicators {
    width: 50%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding-bottom: 20px;
}
.indicators-item {
    font-family: KTFJermilov, sans-serif;
    font-size: 16px;
    /*font-weight: solid;*/
    color: white;
    padding-left: 0;
    padding-right: 10px;
    background: none;
    border: none;
    overflow: hidden;
}
.header__carousel-logo {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 152px;
    height: auto;
    padding-top: 40px;
}
.header__carousel-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header__carousel-info {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 56%;
    height: auto;
    padding: 30px 12px 12px 30px;
    background-color: rgba(0, 20, 45, .6);
    border-radius: 4px 0 0 0;
}
.info-container {
    max-width: 562px;
    line-height: 37px;
}
.info-container h3 {
    margin: 0;
    padding-bottom: 16px;
    font-family: KTFJermilov, sans-serif;
    font-size: 32px;
    line-height: 37px;
    color: #ffffff;
}
.info-container p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}
.info-container-control {
    display: flex;
    justify-content: right;
    padding-top: 20px;
}
.info-container-control a {
font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #ffffff;
    margin: 0;
}
.info-container-control a:after {
display: inline-block;
    content: '\e807';
    font-family: "icons";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
transform: scale(-1);
}
.info-container-control a:hover {
color: #ec9056;
}
.info-btn {
    font-size: 30px;
    padding: 0;
    background: none;
    border: none;
    color: #ffffff;
    transition: 0.2s;
}
.info-btn:after {
    content: '\e804';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 34px;
}
.info-btn:hover {
    color: #ec9056;
}
.info-btn:first-child {
    margin-right: 20px;
}
.header.exlusive {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: initial;
    z-index: 3;
}
/* Верхнее меню (моб) */
.header-mobile {
    display: none;
}
.hg_gl_exclusive {
    margin-top: 0;
    display: block;
    position: relative;
    height: calc(var(--vh, 1vh) * 100);
}
@media (max-width: 1100px) {
    .header-contacts-btn {
        margin-right: 15px;
    }
    .header-nav {
        margin-right: 0px;
    }
}
@media (max-width: 1025px) {
    .header {
        display: none;
    }
    .header-mobile {
        display: block;
    }
    .header-contacts-btn {
        padding: 0;
        margin: 0;
    }
    .directions-content {
        flex-direction: column;
    }
    .header-social {
        justify-content: left;
    }
}
@media (max-width: 576px) {
.header__carousel-info {
width: 100%;
}
}
.mobile-menu {
    width: 100%;
    height: 56px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    background-color: #00142D;
}
.mobile-menu-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 1;
}
.header-mobile-logo {
    display: block;
    width: 37px;
    height: 37px;
}
.header-mobile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-burger {
    width: 37px;
    height: 37px;
    padding: 4px 0;
    border: 1px white solid;
    border-radius: 3px;
    float: right;
}
.burger-line {
    width: 20px;
    height: 2px;
    margin: 5px auto;
    border-radius: 2px;
    background-color: white;
    z-index: 1;
}
.mobile-banner {
    width: 100%;
    height: auto;
}
.mobile-banner-img {
    width: 100%;
    height: 285px;
    overflow: hidden;
}
.mobile-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-banner-info {
    width: 100%;
    height: auto;
    padding: 30px 0 15px 0;
    background-color: #00142D;
}
.mobile-banner-info h3 {
    font-family: KTFJermilov, sans-serif;
    font-size: 32px;
    line-height: 35px;
    color: #ffffff;
    margin: 0;
}
.mobile-banner-info p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
    padding-top: 16px;
    margin: 0;
}
.mobile-banner-info-control {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 18px;
}
.mobile-banner-info-control span {
    display: inline-block;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}
.number-select {
    font-size: 40px !important;
}
/* Футер */
.footer {
    width: 100%;
    height: 80px;
    background-color: #261c24;
    z-index: 3;
}
.footer__content {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.footer__content-text {
    margin: auto 0;
    color: #ffffff;
    font-weight: 300;
}
.footer__content-text a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
}
.footer__content-text a:hover {
    color: #ec9056;
}
@media (max-width: 991px) {
    .footer__content {
        width: 100%;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: unset;
    }
    .footer__content-text {
        font-weight: 300;
        margin: 0;
    }
}
/* Выпадающее меню */
.menu-dropdown {
    display: none;
    width: auto;
    max-width: 250px;
    position: absolute;
    padding: 20px;
    background-color: #00142D;
    color: white;
    z-index: 3;
}
.nav-item:hover .menu-dropdown {
    display: block;
}
.dropdown-item {
    transition: 0.2s;
    white-space: normal;
}
.dropdown-item:not(:last-child) {
    padding-bottom: 15px;
}
.dropdown-item a {
    display: block;
    height: auto;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    text-transform: unset;
    font-variant: unset;
}
.dropdown-item a:hover {
    color: #ec9056;
}
/* Burger */
.search-mobile {
    display: none;
}
.background {
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 20, 45, .4);
    width: 100%;
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.right-modal {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    flex-direction: column;
    background-color: #031b30;
    padding: 0 40px 40px;
    transform: translate(100%);
    transition: all .25s ease-in-out;
    opacity: 0;
    pointer-events: none;
}
.open {
    transform: translate(0);
    opacity: 1;
    pointer-events: auto;
}
.burger-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 56px;
    padding: 9.5px 0;
}
.burger-logo {
    width: auto;
    height: 37px;
}
.burger-btn {
    width: 37px;
    height: 37px;
    border: 0;
    margin: 0;
    padding: 0;
    color: #ffffff;
    background: none;
    transition: 0.2s;
}
.burger-btn:after {
    content: '\e808';
    font-family: "icons";
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.burger-btn:hover {
    color: #ec9056;
}
.burger-list {
    max-height: calc(100vh - 200px);
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
    overflow: scroll;
}
.burger-list li {
    padding: 10px 0;
}
.burger-list li a {
    font-weight: 500;
    text-transform: uppercase;
}
.burger-submenu {
    list-style-type: none;
    padding-left: 10px;
}
.burger-submenu li {
    padding: 5px 0;
}
.burger-submenu li a {
font-size: 14px;
text-transform: unset;
}
@media (max-width: 767px) {
    .right-modal {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .right-modal {
        width: 100%;
    }
}
/* Направления */
.directions {
    padding-top: 71px;
    padding-bottom: 98px;
}
.directions-title {
    display: flex;
    flex-direction: row;
    padding-bottom: 32px;
}
.directions-item {
    position: relative;
    max-width: 1224px;
    margin: 0 auto;
    padding: 23px 12px 20px 12px;
    background-color: #F4F5F7;
}
.directions-item:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 70%;
    height: 1px;
    background: #D2D9E2;
    margin: 0 auto;
}
.directions-item:not(:last-child) {
    margin-bottom: 30px;
}
.directions-content {
    display: flex;
    flex-direction: row;
}
.directions-image {
    position: relative;
    z-index: 1;
    width: 240px;
    height: 206px;
    padding: 0;
    margin-right: 30px;
    border-radius: 4px 0 0 0;
    overflow: hidden;
    box-shadow: rgba(38, 28, 36, 0.1) 0px 13px 27px -5px, rgba(38, 28, 36, 0.1) 0px 8px 16px -8px;
}
.directions-image-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.directions-image-img:hover {
    transform: scale(1.05);
}
.directions-image-flat {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 22px;
    background-color: #344758;
}
.directions-image-flat div {
    position: absolute;
    width: 201px;
    right: 0;
}
.directions-image-flat:before {
    display: block;
    position: absolute;
    content: "";
    width: 39px;
    height: 18px;
    background: linear-gradient( to top right, #344758 50%, rgba(0, 0, 0, .01) 51%);
    top: 1px;
    left: 0;
    transform: translateY(-100%);
}
.directions-image-flat div:before {
    display: block;
    position: absolute;
    content: "";
    width: 201px;
    height: 53px;
    background: linear-gradient( to top left, #344758 50%,rgba(0, 0, 0, .01) 51%);
    top: 1px;
    left: 0;
    transform: translateY(-100%);
}
.directions-image-icon {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 99px;
    height: auto;
}
.directions-info {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.direction-info-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 8px;
}
.directions-info-title {
    font-family: KTFJermilov, sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #261c24;
    margin: 0;
    text-transform: uppercase;
    user-select: none;
}
.direction-info-price {
    display: block;
    font-family: KTFJermilov, sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #2086BD;
    text-transform: uppercase;
    user-select: none;
}
.direction-info-price-mobile {
    display: none;
}
.directions-info-tags {
    max-width: 753px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding-left: 0;
    padding-bottom: 59px;
    list-style-type: none;
}
.directions-info-tags li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
cursor: default;
}
.directions-info-tags li a {
    padding: 4px 10px;
    background-color: #E5E6E9;
    border-radius: 2px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    color: #344758 !important;
    transition: 0.2s;
}
.directions-info-tags li a:hover {
    background-color: #344758;
    color: #FFF !important;
}
.directions-info-button {
    display: flex;
    flex-direction: row;
}
.button-price {
    padding: 13px 40px;
    background-color: #00142D;
    border-radius: 4px;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    transition: 0.2s;
    cursor: pointer;
}
.button-price:hover {
    background-color: #EC9056;
    color: #FFFFFF;
}
.button-about {
    padding: 13px 40px;
    background: none;
    border: 1px #00142D solid;
    border-radius: 4px;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    color: #00142D;
    transition: 0.2s;
    cursor: pointer;
}
.button-about:hover {
    border: 1px #EC9056 solid;
    color: #EC9056;
}
.button-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    color: #D9D9D9;
    border: none;
    background: none;
    padding: 0;
    transition: 0.2s;
}
.button-arrow:before {
    content: '\e804';
    font-family: "icons";
    font-size: 60px;
    font-style: normal;
    font-weight: normal;
    line-height: 60px;
    transform: scaleX(-1);
}
.button-arrow:hover {
    color: #EC9056;
}
[class^="icon-"]:before {
    margin: 0;
}
/* Направления, мобильная версия */
@media (max-width: 991px) {
    .directions {
        padding-bottom: 50px;
    }
    .directions-item {
        height: auto;
        width: 100%;
        padding: 20px 12px 30px 12px;
    }
    .directions-content {
        flex-direction: column;
    }
    .directions-image {
        margin: 0 auto;
    }
    .directions-info {
        padding-top: 24px;
    }
    .direction-info-content {
        padding-bottom: 11px;
    }
    .directions-info-tags {
        padding-bottom: 14px;
    }
    .directions-item:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .directions {
        padding-top: 35px;
        padding-bottom: 20px;
    }
    .direction-info-price {
        display: none;
    }
    .direction-info-price-mobile {
        display: block;
        font-family: KTFJermilov, sans-serif;
        font-size: 24px;
        line-height: 34px;
        color: #2086BD;
        text-transform: uppercase;
        user-select: none;
        padding-bottom: 20px;
    }
    .directions-info-tags {
        padding-bottom: 0;
    }
    .directions-info-tags li {
        margin-bottom: 20px;
    }
    .directions-info .button-arrow {
        display: none;
    }
    .directions-info-button {
        justify-content: center;
    }
}
/* Стоимость */
.container-custom {
    max-width: 1048px;
    height: auto;
    margin: 0 auto;
    padding: 0 12px;
}
.title-info {
    display: flex;
    flex-direction: row;
    padding-bottom: 41px;
}
.title-text {
    font-family: KTFJermilov, sans-serif;
    font-size: 52px;
    line-height: 52px;
    color: #FFFFFF;
    margin: 0;
    user-select: none;
}
.title-link {
    height: 14px;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding-top: 31px;
    padding-left: 15px;
    transition: 0.2s;
}
.title-link:after {
    display: inline-block;
    content: '\e807';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    padding-right: 10px;
    transform: scale(-1);
}
.title-link:hover {
    color: #ec9056;
}
.light-theme {
    color: #000000;
}
.title-sub {
    font-family: KTFJermilov, sans-serif;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    user-select: none;
    margin: 0;
}
.price {
    padding-top: 81px;
    padding-bottom: 100px;
    background-color: #00142D;
}
.price-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 17px;
}
.price-button-item {
    margin-bottom: 15px;
    padding: 10px 25px;
    border: 0;
    border-radius: 4px;
    background-color: #D2D9E2;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    transition: 0.2s;
}
.price-button-item:hover {
    color: #ffffff;
    background-color: #ec9056;
}
.price-button-item:not(:last-child) {
    margin-right: 20px;
}
/* Стоимость. Таблица */
.table-scroll {
overflow-x: auto;
}
.table {
margin: 0;
}
.price-table {
    width: 100%;
    color: #000000;;
    background-color: #ffffff;
    border-radius: 4px;
}
tr:not(:last-child) {
    border-bottom: 1px #D2D9E2 solid;
}
td:not(:last-child) {
    border-right: 1px #D2D9E2 solid;
}
.table-row-title {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000000;
}
.table-column-title {
    padding: 10px 5px;
    user-select: none;
}
.table-row {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
}
.table-column {
    padding: 10px 20px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #000000;
}
.total-cost,
.total-cost td {
    font-weight: 600;
    text-transform: uppercase;
}
/* Цены, мобильная версия */
@media (max-width: 991px) {
    .price {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .price .title-info {
        padding-bottom: 29px;
    }
}
@media (max-width: 767px) {
    .price {
        padding-top: 61px;
        padding-bottom: 44px;
    }
    .price-button {
        padding-bottom: 10px;
    }
    .price-button-item {
        margin-bottom: 10px;
    }
    .price-button-item:not(:last-child) {
        margin-right: 10px;
    }
    .table-column {
        padding: 10px;
    }
    .price-table {
        margin-bottom: 20px;
    }
    .table::-webkit-scrollbar {
        height: 15px;
    }
    .table::-webkit-scrollbar-track {
        margin: 20px 0;
        background: #344758;
    }
    .table::-webkit-scrollbar-thumb {
        background: #2086BD;
    }
}
@media (max-width: 575px) {
    .table {
        width: 100%;
        overflow-x: auto;
        margin: 0;
    }
    .price-table {
        border-radius: 0;
    }
}
/* Инструкторы */
.instructors {
    padding-top: 83px;
    padding-bottom: 100px;
    background-color: #F4F5F7;
}
.instructors .title-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
}
.instructors .title-text {
    color: #000000;
}
.instructors-item {
    display: flex;
    flex-direction: row;
}
.instructors-carousel {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.instructors-item-photo {
    min-width: 327px;
    height: 327px;
    margin-right: 21px;
    border-radius: 4px;
    overflow: hidden;
}
.instructors-item-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instructors-item-info {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    padding-right: 77px;
}
.instructors-name {
    font-family: KTFJermilov, sans-serif;
    font-size: 24px;
    line-height: 31px;
    color: #412323;
    margin: 0;
}
.instructors-info {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #412323;
    margin: 0;
}
.instructors-item-button {
    display: flex;
    flex-direction: row;
    padding-top: 62px;
}
.instructors-item-button-mobile {
    display: none;
}
.instructors-button {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding: 0;
    color: #D2D9E2;
    border: none;
    background: none;
}
.instructors-button:after {
    content: '\e803';
    font-family: "icons";
    font-size: 60px;
    line-height: 60px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    transition: 0.2s;
}
.instructors-button:hover {
    color: #ec9056;
}
/* Для неактивных карточек */
.cloned {
    width: 154px;
    height: 154px;
    filter: grayscale(100%);
    border-radius: 4px 0 0 0;
    margin-right: 20px;
}
/* Инструкторы, мобильная версия */
@media (max-width: 991px) {
    .instructors {
        padding-top: 70px;
        padding-bottom: 51px;
    }
}
@media (max-width: 767px) {
    .instructors {
        padding-top: 60px;
    }
    .title-sub {
        padding-top: 6px;
    }
    .instructors .title-info {
        padding-bottom: 21px;
    }
}
@media (max-width: 565px) {
    .instructors-carousel {
        flex-direction: column;
    }
    .instructors-name {
        font-size: 18px;
    }
    .instructors-item-photo {
        width: 160px;
        height: 160px;
    }
    .instructors-info {
        font-size: 14px;
    }
    .instructors-item-button {
        display: none;
    }
    .instructors-item-button-mobile {
        display: block;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 27px;
    }
}
/* Медиа */
.media {
    padding-top: 81px;
    padding-bottom: 100px;
    background-color: #00142D;
}
.gallery-item {
    position: relative;
    height: 154px;
    overflow: hidden;
}
.gradient {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 30%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 0%, #080706 100%), rgba(220, 220, 220, 0.0001);
    border-radius: 4px 0 0 0;
}
.gallery-item-info {
    position: absolute;
    top: 0;
    z-index: 2;
}
.gallery-item-info p {
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding: 10px 10px 0 10px;
    margin: 0;
    transition: 0.2s;
}
.gallery-item-info p:hover {
    color: #ec9056;
}
.gallery-item-info span {
    display: block;
    position: absolute;
    padding-left: 10px;
    font-family: KTFJermilov, sans-serif;
    font-size: 12px;
    line-height: 16px;
    user-select: none;
    z-index: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0 0;
    transition: 0.2s;
    overflow: hidden;
}
/* Медиа на главной */
.media-item {
    position: relative;
    width: 100%;
    height: 154px;
    margin-bottom: 10px;
    border-radius: 4px 0 0 0;
    overflow: hidden;
}
.media-info {
    position: absolute;
    top: 0;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 1;
}
.media-info p {
    font-family: KTFJermilov, sans-serif;
    font-size: 18px;
    line-height: 16px;
color: #ffffff;
    margin: 0;
}
.media-info a:hover {
    color: #ec9056;
}
.media-info span {
    display: block;
    padding-top: 5px;
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 14px;
    user-select: none;
    z-index: 1;
}
.media-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s;
    z-index: 0;
}
.media-item img:hover {
    transform: scale(1.05);
}
.media-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 0%, #080706 100%), rgba(220, 220, 220, 0.0001);
    opacity: 0.8;
    z-index: 1;
}
.item-large {
    height: 318px;
}
/* Новости в медиа */
.block-title {
    font-family: KTFJermilov, sans-serif;
    font-size: 52px;
    margin: 0;
    line-height: 73px;
color: #ffffff;
    user-select: none;
}
.block-title-exclusiv {
    font-family: KTFJermilov;
    font-size: 52px;
    line-height: 73px;
    margin: 0;
    user-select: none;
    color: #261C24;
}
.block-link {
    font-family: KTFJermilov, sans-serif;
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
    transition: 0.2s;
}
.block-link:after {
display: inline-block;
    content: '\e807';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
transform: scale(-1);
}
.block-link:hover {
    color: #ec9056;
}
.news__page {
    padding-bottom: 25px;
    padding-top: 20px;
}
.news__page h2 {
    font-family: KTFJermilov, sans-serif;
    font-size: 52px;
    line-height: 52px;
    color: #261c24;
}
.news__page h3 {
    font-family: KTFJermilov, sans-serif;
    font-size: 18px;
    line-height: 52px;
    color: #3e3e3e;
}
.news__page a,
.advantage-info-text a {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-decoration: underline;
}
.news__page-info {
    padding-top: 30px;
}
.news-item-name {
display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: KTFJermilov !important;
    color: white !important;
    text-decoration: none !important;
}
.media-news {
    padding-top: 25px;
}
.hg-news-item {
    width: 100%;
    height: 110px;
    display: flex;
    flex-direction: row;
    border-radius: 4px 0 0 4px;
}
.hg-news-item:not(:last-child) {
    margin-bottom: 10px;
}
.hg-news-item-img {
    width: 90px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}
.hg-news-item-img img {
    width: 100%;
height: 100%;
    object-fit: cover;
margin: 0;
}
.hg-news-item-info {
    width: 50%;
    height: 100%;
    padding: 20px 20px 10px 20px;
    background-color: #344758;
    transition: 0.2s;
    flex-grow: 1;
}
.hg-news-item-info a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hg-news-item-info a h3 {
    font-family: KTFJermilov, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    transition: 0.2s;
}
.hg-news-item-info a h3:hover {
    color: #ec9056;
}
.hg-news-item-info {
    color: #ffffff;
    font-size: 15px;
    user-select: none;
}
.detail_picture {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.news-table-img {
width: 100%;
height: 350px;
margin-bottom: 15px;
object-fit: cover;
}
@media (max-width: 768px) {
    .hg-news-item {
    margin-bottom: 20px;
}
.block-title {
    font-size: 36px;
    line-height: 42.48px;
}
}
@media (max-width: 576px) {
.news__page h2 {
font-size: 36px;
}
}
/* Отзывы в медиа */
.media-review-block {
    padding-top: 44px;
}
.review-content {
    padding-top: 24px;
}
.review-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 10px;
    background: #344758;
}
.review-item:not(:last-child) {
    margin-bottom: 10px;
}
.user-photo {
    min-width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #83BDDC;
}
.user-photo:after {
    content: '\e805';
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    margin-left: 28%;
}
.user-info {
    display: flex;
    flex-direction: column;
    max-width: 320px;
    padding-top: 10px;
    padding-left: 10px;
    user-select: none;
    flex-grow: 1;
}
.user-info span {
    font-family: KTFJermilov, sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    /*padding-left: ;*/
}
.user-info p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    max-height: 4rem;
    color: #ffffff;
    padding-top: 15px;
    margin: 0;
}
.visible {
    opacity: 1;
    pointer-events: auto;
}
/* Медиа, мобильная версия */
@media (max-width: 991px) {
    .media {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .item-large {
        height: 154px;
    }
    .media .title-info {
        padding-bottom: 26px;
    }
    .block-title {
        padding-top: 0;
    }
    .media-news {
        padding-top: 20px;
    }
    .media-review-block {
        padding: 0;
    }
    .review-content {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .media {
        padding-bottom: 50px;
    }
}
/* О компании */
.about {
    padding-top: 83px;
    padding-bottom: 135px;
    background-color: #F4F5F7;
}
.about .title-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 11px;
}
.about .title-text {
    color: #000000;
}
.about-content {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.about-container {
    display: flex;
    flex-direction: row;
}
.about-info {
    display: inline-block;
    width: 475px;
    margin-left: -130px;
    margin-top: 190px;
    padding: 22px 40px;
    background-color: #ffffff;
    border-radius: 4px 0 0 0;
    z-index: 3;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
}
.about-img-left {
    width: 330px;
    height: 460px;
    display: inline-block;
    padding: 0;
    z-index: 0;
}
.about-img-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-right {
    width: 415px;
    height: 590px;
    display: inline-block;
    margin-left: -65px;
    margin-top: 85px;
    padding: 0;
    z-index: 0;
}
.about-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-top {
    display: none;
}
/* О компании */
@media (max-width: 991px) {
    .about .title-info {
        padding-bottom: 20px;
    }
    .about {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .about-info {
        width: 100%;
        margin: 0;
        background: none;
        padding: 17px 0 0;
    }
    .about-container {
        flex-direction: column;
    }
    .about-img-left {
        width: 100%;
        height: 154px;
    }
    .about-img-right {
        display: none;
    }
}
@media (max-width: 767px) {
    .about {
        padding-top: 48px;
        padding-bottom: 30px;
    }
}
/* Медиа-запросы */
@media (max-width: 991px) {
    .title-info {
        padding-bottom: 25px;
    }
    .title-info {
        flex-direction: column;
    }
    .title-link {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .title-info {
        padding-bottom: 15px;
    }
    .title-text {
        font-size: 36px;
        line-height: 42.48px;
    }
.block-title {
        font-size: 36px;
        line-height: 42.48px;
}
}
/***** LANDING ******/
.banner-title-h3,
.banner-title-h4 {
    font-family: KTFJermilov;
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 4px;
    user-select: none;
    text-transform: uppercase;
}

.banner-title-h4 {
    font-size: 80px;
    line-height: 93px;
}

.banner-text {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.header-banner {
    /*position: relative;*/
    width: 100%;
    /*height: 900px;*/
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    background-size: cover;
    background-position: 50%;
}
.header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-logo {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: row;
    min-width: 128px;
    height: auto;
    margin-top: 92px;
    overflow: hidden;
}
.banner-logo p {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    margin: auto 0;
    margin-left: 15px;
}
.banner-logo img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.banner-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 120px;
    z-index: 3;
}
.banner-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 38px;
}
.button-call {
    padding: 16px 20px;
    background: none;
    border: 2px #ffffff solid;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    transition: 0.2s;
}
.button-call:hover {
    background: #ec9056;
    border: 2px #ec9056 solid;
}
.button-arrow {
    width: 55px;
    height: 55px;
    color: #D9D9D9;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    transition: 0.2s;
}
.button-arrow:not(:last-child) {
    margin-right: 15px;
}
.button-arrow:hover {
    color: #ec9056;
}
.banner-title {
    font-family: KTFJermilov;
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 4px;
    user-select: none;
}
.banner-text {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(image.png);
}
.education {
    padding-top: 71px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    line-height: 22px;
}

.education-list {
    padding-top: 11px;
}

.education-item {
    position: relative;
    max-width: 1224px;
    background: #F4F5F7;
    border-radius: 4px;
    height: auto;
    margin: 0 auto;
    padding-top: 26px;
    padding-bottom: 36px;
}

.white-theme {
    background: #FFFFFF;
}

.education-block-title {
    font-family: KTFJermilov;
    font-size: 52px;
    line-height: 73px;
    margin: 0;
    user-select: none;
    color: #261C24;
}

.education-item:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    content: '';
    width: 70%;
    height: 1px;
    background: #D2D9E2;
    margin: 0 auto;
}

.education-item-container {
    display: flex;
    flex-direction: row;
}

.education-item-info {
    flex-grow: 1;
    padding-left: 30px;
}

.education-item-img {
    width: 240px;
    height: 270px;
    overflow: hidden;
}

.education-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.education-text h4 {
    font-family: KTFJermilov;
    font-size: 24px;
    line-height: 28px;
    color: #261C24;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin: 0;
}

.education-text p {
    max-width: 450px;
    padding-bottom: 38px;
    margin: 0;
}

.education-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.education-icon {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
    color: #344758;
}

.education-icon li {
    padding: 8px 0;
}

.education-icon li img {
    max-width: 30px;
    max-height: 30px;
    object-fit: cover;
}

.education-price-btn {
    display: flex;
    flex-direction: column;
}

.education-price-info {
    font-family: KTFJermilov;
    font-size: 24px;
    line-height: 28px;
    color: #2086BD;
    padding-top: 5px;
}

.education-price-btn button {
    max-width: 200px;
    font-family: KTFJermilov;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 10px;
    padding: 13px 40px;
    border: none;
    border-radius: 4px;
    background: #00142D;
    text-transform: uppercase;
    transition: 0.2s;
}

.education-price-btn button:hover {
    background: #EC9056;
    border: none;
}
@media (max-width: 768px) {
    .education-item-container {
        flex-direction: column;
    }

    .education-item-img {
        width: 270px;
        margin: 0 auto;
        padding-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .education-price {
        flex-direction: column;
    }

    .education-price-btn {
        padding-top: 20px;
    }
}

@media (max-width: 992px) {
    .banner-info {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 32px;
    }

    .banner-button {
        padding-bottom: 16px;
    }

    .banner-info {
        padding-bottom: 51px;
    }
}
@media (max-width: 992px) {
    .banner-title-h3 {
        font-size: 42px;
        line-height: 48px;
    }

    .banner-title-h4 {
        font-size: 56px;
        line-height: 62px;
    }

    .banner-text {
        font-size: 20px;
    }

    .button-call {
        font-size: 18px;
        padding: 12px 18px;
    }

    .banner-button {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .banner-title-h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .banner-title-h4 {
        font-size: 48px;
        line-height: 60px;
    }

    .banner-text {
        font-size: 18px;
    }

    .button-call {
        font-size: 18px;
        padding: 12px 18px;
    }

    .banner-button {
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .banner-title-h3 {
        font-size: 26px;
        line-height: 32px;
    }

    .banner-title-h4 {
        font-size: 36px;
        line-height: 42px;
    }

    .banner-text {
        font-size: 16px;
    }

    .button-call {
        font-size: 14px;
        padding: 10px 15px;
    }

    .banner-button {
        padding-top: 20px;
    }
}
/* Преимущества */
.advantage {
    padding-top: 71px;
    padding-bottom: 58px;
    background-color: #F4F5F7;
}
.advantage .block-title {
    padding-bottom: 12px;
    color: #261C24;
}
.advantage-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.advantage-button-item {
    margin-bottom: 20px;
    padding: 10px 25px;
    background: #D2D9E2;
    border: none;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: 0.2s;
}
.advantage-button-item:hover,
.advantage-call:hover,
.advantage-button-item.activ {
    color: #ffffff;
    background: #ec9056;
}
.advantage-button-item:not(:last-child) {
    margin-right: 15px;
}
.advantage-info {
    min-height: 645px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.advantage-info-img {
    display: flex;
    flex-direction: row;
}
.img-large {
    width: 414px;
    height: 300px;
}
.img-large img {
    width: 100%;
    height: 100%;
    border-radius: 4px 0 0 0;
    object-fit: cover;
}
.img-small {
    width: 155px;
    height: 155px;
}
.img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantage-info-text p{
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #000000;
    margin: 0;
}
.advantage-call {
    margin-top: 71px;
    padding: 13px 40px;
    background: #00142D;
    border: none;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    transition: 0.2s;
}
@media (max-width: 768px) {
    .advantage .block-title {
        font-size: 36px;
        line-height: 100%;
        padding-bottom: 15px;
    }
    .advantage-button {
        padding-bottom: 30px;
    }
    .img-small {
        display: none;
    }
.advantage-info-text,
.advantage-info-text p,
.advantage-info-text ul {
    font-size: 14px;
}
}
@media (max-width: 575px) {
    .advantage {
        padding-bottom: 50px;
    }
    .img-large {
        width: 100%;
        height: 247px;
        margin-bottom: 23px;
    }
    .advantage-button {
        padding-bottom: 0;
    }
    .advantage-info-text p {
        padding-bottom: 19px;
    }
    .advantage-button-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .advantage-call {
        margin: 0 auto;
    }
}
/* Стоимость */
.exclusiv_price {
    position: relative;
    width: 100%;
    height: 405px;
    z-index: 1;
}
.background-exclusiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(32, 134, 189, 0.3), rgba(32, 134, 189, 0.3)), url(image.png);
    z-index: 1;
}
.price-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.price-info {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 98px;
    text-align: center;
    z-index: 2;
}
.price-info h3 {
    font-family: KTFJermilov;
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    padding-bottom: 7px;
}
.price-info p {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 30px;
}
.price-button-exclusiv {
    padding: 20px 30px;
    background: #ec9056;
    border: none;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 18px;
    color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    transition: 0.2s;
}
.price-button-exclusiv:hover {
    background: #00142D;
    color: #ffffff;
}
@media (max-width: 767px) {
.exclusiv_price {
    height: 505px;
}
.price-info {
    padding-top: 118px;
}
.price-info h3 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 23px;
    margin: 0;
}
.price-info p {
    padding-bottom: 32px;
}
}
@media (max-width: 576px) {
.price-info {
    padding-top: 70px;
}
}

/* Категории */
.category {
    padding: 50px 0;
}
.category .table-column {
    color: #fff;
}
.separator {
    height: 1px;
    margin-top: 31px;
    margin-bottom: 72px;
    background: #D2D9E2;
}
.category-info-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 570px;
}
.category-button {
    padding: 7px 72px;
    border: none;
    font-family: KTFJermilov;
    font-size: 16px;
    line-height: 28px;
    color: #3E3E3E;
}
.category-button:not(:last-child) {
    margin-right: 13px;
}
.button-active {
    padding: 10px 57px;
    background: #344758;
    border: none;
    font-family: KTFJermilov;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
}
.center {
    text-align: center;
}
.category .block-title-exclusiv {
    padding-bottom: 29px;
}
.category-table {
    max-width: 570px;
    height: auto;
    padding: 42px 30px;
    background-color: #344758;
}
.table-column-primary {
    padding-top: 0;
    padding-bottom: 21px;
    font-family: KTFJermilov;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
}
.category-photo {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 49px;
    overflow: hidden;
    z-index: 0;
}
.category-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0;
}
.category-photo {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 49px;
    overflow: hidden;
    z-index: 0;
}
.category-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 0 0;
}
.category-gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px 0 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.01) 22.67%);
    z-index: 1;
}
.category-photo p {
    position: absolute;
    top: 0;
    z-index: 2;
    font-family: KTFJermilov;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 10px 20px;
}
.category .button-control {
    display: flex;
    flex-direction: row;
    justify-content: right;
    padding-top: 10px;
    color: #00142D;
}
@media (max-width: 768px) {
.category .block-title-exclusiv {
    padding-bottom: 14px;
}
.block-title-exclusiv {
    font-size: 36px;
    line-height: 36px;
}
.category .group-table-column {
    padding: 15px 5px;
}
}
/* Таблица */
.group {
    padding-top: 81px;
    padding-bottom: 72px;
    background-color: #00142D;
}
.group-table {
    width: 100%;
    overflow-y: auto;
}
.group-table::-webkit-scrollbar {
    height: 10px;
}
.group-table::-webkit-scrollbar-track {
    background: #344758;
}
.group-table::-webkit-scrollbar-thumb {
    background: #2086BD;
}
.table-content {
    width: 100%;
    margin-bottom: 20px;
    background-color: #F4F5F7;
    border-radius: 4px;
    overflow: hidden;
}
.group .block-title {
    color: #ffffff;
    padding-bottom: 41px;
}
.group-btn {
    display: flex;
    flex-direction: row;
    justify-content: left;
    padding-bottom: 30px;
}
.group-button {
    padding: 10px 25px;
    background: #D2D9E2;
    border: none;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: 0.2s;
}
.group-button:not(:last-child) {
    margin-right: 15px;
}
.group-button:hover {
    background: #ec9056;
    color: #ffffff;
}
.group-button.activ {
    background: #ec9056;
    color: #ffffff;
}
.block-button.active {
    background: #ec9056;
    color: #ffffff;
}
.group-table {
    width: 100%;
}
.group-table-row-primary {
    background: #F4F5F7;
    border-bottom: 1px #D2D9E2 solid;
}
.group-table-column-primary {
    padding: 10px 20px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-variant: small-caps;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    border: 1px #D2D9E2 solid;
}
.group-table-row {
    background: #ffffff;
    border-bottom: 1px #D2D9E2 solid;
}
.group-table-column {
    width: 128px;
    padding: 20px 10px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    color: #000000;
    text-align: left;
    border: 1px #D2D9E2 solid;
}
@media (max-width: 768px) {
.group .block-title {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 20px;
}
}
/* Карта */
.map {
    position: relative;
    width: 100%;
    height: 600px;
    background: #F4F5F7;
}
.map_block {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.map-container {
    position: relative;
    width: 100%;
    height: 600px;
}
.map-info {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 40px;
    padding: 52px 57px 42px 40px;
    background: #344758;
    z-index: 2;
}
.map-info h4 {
    margin: 0;
    padding-bottom: 40px;
    font-family: KTFJermilov;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    user-select: none;
}
.map-contact {
    padding-bottom: 40px;
}
.map-info h5 {
    font-family: KTFJermilov;
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 4px;
    user-select: none;
}
.map-contact span {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.map-contact p {
    margin: 0;
}
.map-social {
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}
.map-social a {
    display: block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    transition: 0.2s;
}
.map-social a:not(:last-child) {
    margin-right: 10px;
}
.map-social a:hover {
    color: #ec9056;
}
@media (max-width: 768px) {
.map {
height: auto;
}
.map-info {
position: relative;
width: 100%;
}
.map_block {
position: relative;
width: 100%;
height: 370px;
}
.map .container-custom {
padding: 0;
}
.map-container {
height: 100%;
}
.map-info {
padding: 42px 20px;
margin: 0;
}
.map-info h4 {
padding-bottom: 20px;
}
.map-contact {
padding: 0;
}
.map-contact p {
font-size: 14px;
}
.map-info h5 {
font-size: 16px;
}
.map-social {
padding-top: 15px;
}
}
/* Header */
.header-banner-sm {
    height: 136px;
    overflow: hidden;
}
.header-banner-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-banner-sm .banner-logo {
    width: 67px;
    height: 67px;
}
.header-banner-sm .banner-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Галерея */
.gallery {
    padding-top: 53px;
    padding-bottom: 60px;
    background: #ffffff;
}
.block-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 22px;
}
.block-info h2 {
    font-family: KTFJermilov;
    font-size: 52px;
    line-height: 73px;
    color: #261C24;
    margin: 0;
}
.block-return {
    font-family: KTFJermilov !important;
    font-size: 14px;
    line-height: 20px;
    color: #00142D;
    transition: 0.2s;
    text-decoration: none !important;
}
.block-return:before {
    display: inline-block;
    content: '\e807';
    font-family: 'icons';
    padding-right: 10px;
}
.block-return:hover {
    color: #ec9056;
}
.block-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.block-button {
    margin-bottom: 10px;
    padding: 13px 40px;
    background-color: #00142D;
    border-radius: 4px;
    border: none;
    font-family: KTFJermilov;
    font-size: 14px;
    line-height: 20px;
    color: #F4F5F7;
    transition: 0.2s;
}
.block-button:not(:last-child) {
    margin-right: 15px;
}
.block-button:hover {
    background-color: #ec9056;
}
.gallery-content {
    padding-bottom: 40px;
}
.gallery-content-item {
    display: flex;
    flex-wrap: wrap;
}
.gallery-item {
    height: 252px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .block-info h2 {
        font-size: 36px;
        line-height: 42.48px;
    }
    .gallery-item {
        height: 200px;
    }
    .block-button {
        padding: 10px 30px;
    }
}
/* Новости */
.news {
    padding-top: 20px;
    padding-bottom: 80px;
}
.news-content {
    padding-bottom: 30px;
}
.news-content-item {
    display: flex;
    flex-wrap: wrap;
}
.news-item-bord {
    padding: 0 8px;
}
.news-item {
    height: auto;
    padding-bottom: 20px;
}
.news-item-img {
    width: 100%;
    height: 200px;
    border-radius: 4px 0 0 0;
    overflow: hidden;
}
.news-item-img a {
    display: block;
    height: 200px;
}
.news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.news-item-img img:hover {
    transform: scale(1.05);
}
.news-item-info {
    width: 100%;
    height: auto;
    padding: 20px;
    background-color: #344758;
    transition: 0.2s;
}
.news-item-info:hover {
    background-color: #2086BD;
}
.news-item-info h4 {
    height: 1.8rem;
    font-family: KTFJermilov;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin-bottom: 6px;
    overflow: hidden;
}
.news-item-info p {
    height: 2.8rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 15px;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item-info span {
    font-family: KTFJermilov;
    font-size: 14px;
    line-height: 20px;
    color: #D8ECED;
    user-select: none;
}
.news-button-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.news-button {
    padding: 13px 39px;
    border: 1px #00142D solid;
    border-radius: 4px;
    font-family: KTFJermilov;
    font-size: 14px;
    color: #261C24;
    cursor: pointer;
    transition: 0.2s;
}
.news-button:hover {
    border: 1px #EC9056 solid;
    color: #EC9056;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    /*width: 60px;*/
    /*height: 60px;*/
    display: block;
    margin: auto;
    margin-top: -30px;
}
.hg_priloder {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    /*background: #fff;*/
    filter: contrast(20);
}
.hg_priloder .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #fff;
    border-radius: 50%;
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}
.hg_priloder .dots {
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}
.hg_priloder .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #fff;
    border-radius: 50%;
}
@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}