@font-face {
    font-family: "HelveticaNeueCyr"; 
    src: url("../font/HelveticaNeueCyr-Medium.woff2") format("woff2"), url('../font/HelveticaNeueCyr-Medium.woff') format('woff') ; 
    font-style: normal; 
    font-weight: 500; 
}
@font-face {
    font-family: "HelveticaNeueCyr"; 
    src: url("../font/HelveticaNeueCyr-Roman.woff2") format("woff2"), url('../font/HelveticaNeueCyr-Roman.woff') format('woff') ; 
    font-style: normal; 
    font-weight: normal; 
}
@font-face {
    font-family: "HelveticaNeueCyr"; 
    src: url("../font/HelveticaNeueCyr-Light.woff2") format("woff2"), url('../font/HelveticaNeueCyr-Light.woff') format('woff') ; 
    font-style: normal; 
    font-weight: 300; 
} 

:root {
    --title-color: #0d3475;
  }

body {
    margin: 0;
    padding: 0;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-weight: normal;
}

h1, h2,h3,h4{
    font-weight: normal;
}
* {
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none; 
    /* text-indent: 0 !important; */
}

ul {
    /* margin-bottom: 0 !important;  */
    margin-left: 0;
    padding-left: 0; 
}

.header {
    color: #ffffff;
    padding: 0 !important;
    background: url('../img/program-merop-header.jpg') no-repeat 90% 50% / cover;
}
.header.is-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: url('../img/program-merop-header.jpg') no-repeat center 40% /cover;
    /* background: url('/images/promo-block-bg.jpg') no-repeat center 40% /cover; */
    z-index: 994;
}
@media screen and (min-width: 981px) {
    .header .container {
        max-width: 1440px;
    }
}

.header-main {
    color: #ffffff;
    padding: 0 !important;
    background: url('../img/back-new.jpg') no-repeat 65% 50% / cover;
    position: relative;
    z-index: 1;
}
.header_no-bg {
    background: none;
}

.header-tpp-rf {
    background: url('../img/tpp-header.jpg') no-repeat 20% 50% / cover !important;
}

.header-logo {
    display: block;
    max-width: 182px;
}
.header-row_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 41px 0;
    gap: 100px;
}
.header-col-menu {
    margin-right: auto;
}

.header-row {
    display: flex;
    transition: padding 200ms ease-out;
}
@media screen and (min-width: 981px) {
    .scrolled-down .header-row {
        padding: 25px 0;
    }
    .scrolled-down .header-logo {
        width: 122px;
    }
    .scrolled-down .menu__item_big .menu__link::before {
        height: 124px;
    }
    .scrolled-down .header-socials-icon {
        top: -20px;
    }
    .scrolled-down .menu__item_search {
        position: relative;
        top: 15px;
    }
}
@media screen and (min-width: 1300px) {
    .scrolled-down .menu__item_big .menu__link::before {
        height: 126px;
    }
}

.logo-img {
    width: 100%;
    height: auto;
}

.header-col:first-child {
    /* width: 444px; */
    flex-shrink: 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0;
}

.menu__item {
    margin-right: 30px;
    border-bottom: 3px solid transparent;
    transition: border-bottom .3s ease-in-out;
    text-indent: 0 !important;
}

.menu__item:last-child{
    margin-right: 0;
}

.menu__item a{
    font-size: 20px;

    /*live block on*/
    font-size: 18px; 

    line-height: 1.2;
    color: #ffffff;
    display: block;
    text-decoration: none;
}
.menu__link_search-button {
    display: flex !important;
    align-items: center;
}
.menu__link_search-button svg {
    margin-right: 10px;
}
.menu__link_search-button svg use {
    fill: none;
	stroke: #fff;
	stroke-width: 1.784;
	stroke-linecap: round;
	stroke-miterlimit: 10;
    transition-duration: .1s;
}

.menu__item:hover, .menu__item.active {
    border-bottom: 3px solid #1090d0;
}

.header__socials {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__socials > * {
    flex-shrink: 0;
}
.header__item-vk {
    width: 23px;
}
.header__item-telegram {
    width: 17px;
}
.header__item-tube {
    width: 23px;
}
.header__item-dzen {
    width: 20px;
}
.promo__button {
    font-family: 'HelveticaNeueCyr', sans-serif;
    display: inline-block;
    padding: 15px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 42px;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: var(--title-color);
    transition: all .3s ease-in-out;
}

.promo__button:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255,255,255, 0) 10%, rgb(220 238 245 / 80%), rgba(255,255,255, 0) 90%);
    top: 0;
    left: -100px;
    animation: shine 3s infinite linear 5s; 
}

@keyframes shine {
    0% {left: -100px}
    20% {left: 100%}
    100% {left: 100%}
}

.promo__button:hover {
    transform: scale(1.1);
    background:#ededed;
}
/*tpp*/
.header-tpp {
    display: flex;
    max-width: 1100px;
    gap: 250px;
    justify-content: flex-start;
}

.header-row__tpp-title {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-row__tpp-title .header-row__tpp-location {
    font-size: .5em;
    margin-left: 14px;
    line-height: 1.2;
    text-transform: none;
}

.header-row__tpp-title hr {
    border: 1px solid white;
    width: 5.3em;
    margin: 0.2em 0;
}
.header-banner-overlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.promo-block {
    /* background-color: var(--title-color); */
    color: #ffffff;
}


.promo-row {
    display: flex;
}

.promo__text-description-data{
    font-size: 54px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 62px;
}

.promo__text-description-addres {
    width: 234px;
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
}

.promo__text-description-addres a {
    color: #ffffff;
    border-bottom: 3px solid transparent;
    transition: border-bottom .3s ease-in-out;
}

.promo__text-description-addres a:hover {
    border-bottom: 3px solid #1090d0;
}

.promo-col{
    padding: 0 10px;
}
.header-row__right {
    position: relative;
}
.header-socials-icon {
    position: absolute;
    top: -45px;
    /* width: 100px; */
    right: 93px;
}
.header__socials img {
    height: auto;
}

.menu__item_big .menu__link {
    position: relative;
}
.menu__link-text {
    position: relative;
    z-index: 1;
}
.menu__item_big .menu__link::before {
    content: '';
    position: absolute;
    top: -66px;
    height: 100%;
    background: url('/images/reg-button-bg.png') no-repeat center / cover;
    height: 153px;
    left: -18px;
    right: -18px;
    /* width: 161px; */
    
    /* live block on */
    /* width: 140px; */
}
.menu__item_big .menu__link:hover::before,
.menu__item_big.active .menu__link::before {
    background: #0174c4;
}

.header-row__right .menu__item_big {
    display: none;
}

@media (max-width: 1440px) {
    .header-row__tpp-title {
        font-size: 31px;
    }
    
    .header-row__tpp-title .header-row__tpp-location {
        display: block;
        font-size: 20px;
        text-transform: none;
        margin-left: 0px;
        margin-top: 15px;
    }
    
    .promo__text-description-data{
        font-size: 42px;
        margin-bottom: 30px;
    }
    
    .promo__text-description-addres {
        font-size: 14px;
    }

    .promo__button {
        font-size: 14px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1300px) {
    .header-row_menu {
        gap: 30px;
    }
    .header-tpp {
        gap: 150px;
    }
    .menu__item a {
        font-size: 16px;

        /* live block on */
        font-size: 13px;
    }
    .logo-img {
        width: 130px;
    }
    .menu__item_big .menu__link::before {
        height: 140px;
        /* width: 120px; */
    }
    header:not(.right-reg) .menu__item_big .menu__link::before {
        /* live block on */
        /* width: 110px; */
    }
}

@media (max-width: 980px) {
    .header-main {
        background: url('../img/bac-new-mob.jpg') no-repeat 65% 90% / cover;
        background-size: cover;

        position: relative;
    }

    .header-row__tpp-title {
        font-size: 13px;
        padding-left: 20px;
        order: 2;
    }

    .header-row__tpp-title .header-row__tpp-location {
        font-size: 12px;
    }

    .header-row {
        justify-content: space-between;
        align-items: center;
    }
    .header-row__right {
        order: 2;
    }
    .header-row__right .menu__item {
        margin-bottom: -13px !important;
    }
    .header-tpp {
        gap: 30px;
    }

    .logo-img {
        width: 96px;
    }

    .menu__item {
        margin-right: 29px;
        transition: border-bottom .3s ease-in-out;
    }
    
    .menu__item a{
        font-size: 16px;
    }

    .header-logo {
        margin-bottom: 0;
    }
    .header__socials{
        margin-top: 7px;
        gap: 10px;
    }
    .menu__link_search-button svg {
        width: 12px;
    }
    a.menu__link_search-button {
        font-size: 12px;
    }

    .menu {
        margin: 5px 0;
        justify-content: flex-start;
    }

    .header-row_menu {
        padding: 27px 0;
    }

    .header-col-logo {
        order: 1;
        max-width: 33%;
        flex: 33% 0 0;
    }

    .header-socials-icon {
        right: 50px;
        top: -40px;
    }

    .header-col-menu {
        order: 2;
        max-width: 20%;
        flex: 20% 0 0;
        display: flex;
        justify-content: center;
        align-self: center;
    }
    .header__item-telegram{
        width: 11px;
    }
    .header__item-vk {
        width: 15px;
    }
    .header__item-tube {
        width: 15px;
    }
    .header__item-dzen {
        width: 12px;
    }
    .promo__text-description-addres {
        font-size: 15px;
    }
    /* .promo__title {
        font-size: 25px;
        margin-bottom: 36px;
        letter-spacing: 3px;
    } */
    
    .promo__text-description-data{
        font-size: 26px;
        margin-bottom: 32px;
    }

    .header-row__tpp-data {
        display: block;
        margin-top: 15px;
    }

    .header-col-logo-tpp {
        width: 40%;
    }

    .header-row {
        flex-wrap: wrap;
    }

    .header-tpp {
        flex-wrap: nowrap;
    }

    .promo__button {
        font-size: 16px;
        margin-bottom: 32px;
    }
    .header__body .menu__item_big .menu__link::before {
        display: none;
    }
    .header-row__right .menu__item_big {
        position: absolute;
        top: -9px;
        right: 0;
    }
    .menu__item_big .menu__link::before {
        top: -87px;
    }
    .header.right-reg .header-row__right .header-socials-icon,
    .header.right-reg .header-row__right .menu__item_search {
        display: none;
    }
    .header.right-reg .header-row__right .menu__item_big {
        display: block;
    }
}

/*hamburger*/
@media (max-width: 980px) {

    .header-col-menu {
        display: flex;
        justify-content: center;
    }
    .menu__item {
        margin: 0;
        margin-bottom: 15px;
        padding-right: 5px;
    }

    .menu__item:last-child{
        margin-bottom: 0;
    }

    .header__icon {
        display: block;
        width: 20px;
        height: 22px;
        position: relative;
        cursor: pointer;
        z-index: 9;
    }

    .header__icon.open span:first-of-type {
        transform-origin: 50% 50%;
        transform: rotate(45deg) translateZ(1px);
    }
    
    .header__icon.open span:nth-of-type(2) {
        width: 0
    }
    
    .header__icon.open span:nth-of-type(3) {
        transform: rotate(135deg) translateZ(1px);
    }
    
    .header__icon span {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 20px;
        height: 2px;
        background-color: #ffffff;
        transform: translate(0%, 0%);
        transition: all .5s;
    }

    .header__icon span:nth-of-type(1) {
        top: 0px;
    }
    
    .header__icon span:nth-of-type(2) {
        top: 10px;
    }
    
    .header__icon span:nth-of-type(3) {
        top: 20px;
    }

    .header__icon.open span:first-of-type {
        transform-origin: 50% 50%;
        transform: rotate(45deg) translateZ(1px);
        background-color: #ffffff;
        top: 15px
    }
    
    .header__icon.open span:nth-of-type(2) {
        width: 0
    }
    
    .header__icon.open span:nth-of-type(3) {
        transform: rotate(135deg) translateZ(1px);
        top: 15px;
        width: 20px;
    }

    .header__body {
        /* position: fixed; */
        position: absolute;
        top: 0%;
        left: 45% !important;
        width: 66%;
        left: -100%;
        background-color: #001670;
        padding: 37px 20px 35px 70px;
        padding-left: 9%;
        transition: all .5s ease-in-out;
        overflow: auto;
        z-index: 8;
        transform: translateY(-100%);
    }

    .header__body.open {
        /* left: 47%; */
        transform: translateY(0%);
        padding-left: 80px;
    }

    .menu__list {
        align-items: flex-start;
        flex-direction: column;
        margin-left: 40%;
    }

    .menu__item-decoration-desc {
        display: none;
    }

    .menu__item-decoration-mob {
        display: block;
    }

    .menu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    /* .hover__btn {
        font-size: 12px;
        height: 32px;
        padding: 14px 11px 14px 21px;
    }

    .hover__btn:before {
        height: 32px;
    }

    .hover__btn svg {
        width: 11px;
        height: 14px;
    } */

    /* .menu__item-decoration {
        margin-left: auto;
    }

    .menu__link {
        font-size: 18px;
    }

    .menu__item {
        margin-right: 0;
        margin-bottom: 17px;
    } */

    /* .five-taste-mobile {
        display: block;
    } */
}

@media (max-width: 767px) {
    .header__body {
        left: 46% !important;
    }
}
@media (max-width: 568px) {
    .header__body {
        left: 39% !important;
        padding: 37px 20px 70px 64px;
        padding-left: 18%;
    }
}