.buy_btn-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 25px;
}

.buy_btn-wrap .buy_btn {
    width: 300px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    border: 2px solid #426DA9;
    height: 50px;
    background: #426DA9;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.buy_btn-wrap .buy_btn:hover {
    background: transparent;
    color: #426DA9;
}

input[type=checkbox].checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

input[type=checkbox].checkbox + label {
    width: 24px;
    height: 24px;
    display: block;
    border: 2px solid #A4A4A8;
    cursor: pointer;
    position: relative;
}

input[type=checkbox].checkbox + label::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    top: -2px;
    left: -2px;
}

input[type=checkbox].checkbox:disabled + label {
    border: 2px solid #DCDCE0;
}

input[type=checkbox].checkbox + label:hover {
    border: 2px solid #626266;
}

input[type=checkbox].checkbox:focus + label {
    border: 2px solid #000000;
    opacity: .5;
}

input[type=checkbox]:checked.checkbox + label {
    background: #426DA9;
    border-color: #426DA9;
}

input[type=checkbox]:checked.checkbox + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10L0 4v4l6 6L16 4V0L6 10z' fill='%23fff'/%3E%3C/svg%3E");
}

input[type=checkbox].checkbox:checked:disabled + label {
    border-color: #EAEAEE;
    background: #EAEAEE;
}

input[type=checkbox].checkbox:checked:disabled + label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 10L0 4V8L6 14L16 4V0L6 10Z' fill='%23A4A4A8'/%3E%3C/svg%3E%0A");
}

input[type=checkbox].checkbox:checked + label:hover {
    border-color: #143D6F;
    background: #143D6F;
}

input[type=checkbox].checkbox:checked:focus + label {
    border-color: #000000;
    opacity: 1;
    background: #143D6F;
}

.headerNew.headerNew-bg {
    font-family: 'Roboto Mono', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0 auto
}

.headerNew.headerNew-bg .headerNew-container-languages p, .headerNew.headerNew-bg .headerNew-container-languages a {
    line-height: 18px;
    font-family: Roboto Mono, sans-serif;
    font-size: 16px;
}

.headerNew {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    z-index: 150;
    background: 0 0;
    max-width: 1920px
}

.headerNew-bg {
    background: url(./img/inner-header-bg.png) 50% no-repeat
}

.headerNew-main{
    height:300px;
}

.headerNew-wrapper {
    padding: 24px 64px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: background .5s;
}

.headerNew-wrapper.scroll {
    background: #FFFFFF;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.16));
}

.headerNew .sub-list, .headerNew-wrapper {
    justify-content: space-between;
    width: 100%
}

.headerNew .sub-list {
    display: none;
    margin-top: 32px;
    align-items: center;
    list-style: none;
    height: auto
}

.headerNew .sub-list li {
    padding: 0 12px
}

.headerNew .sub-list li:first-of-type {
    padding-left: 0;
    margin-left: 0 !important
}

.headerNew .sub-list li:last-of-type {
    padding: 0
}

.headerNew .sub-list li a {
    font-family: Roboto Mono, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .24em;
    color: #fff;
    position: relative;
    white-space: nowrap;
    border-bottom: none !important;
    text-decoration: none !important;
    text-transform: uppercase
}

.headerNew .sub-list li a:hover:after {
    opacity: 1;
    transform: translateY(24px)
}

.headerNew .sub-list li a:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s ease;
    opacity: 0
}

.headerNew-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    width: 100%;
    margin-right: auto;
    max-width: max-content;
}

.headerNew-container-logo {
    border-bottom: none !important
}

.headerNew-container-logo svg{
    fill: #F0F0F1;
}

.scroll .headerNew-container-logo svg{
    fill: #002855;
}

.headerNew-container-languages, .headerNew-container-logo {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.headerNew-container-languages{
    border: 1px solid transparent;
}

.scroll .headerNew-container-languages{
    border: 1px solid #DCDCE0;
}

.headerNew-container-languages {
    margin-right: 56px;
    margin-left: 32px;
}

.headerNew-container-languages .active {
    border: 1px solid #fff !important
}

.headerNew-container-languages a, .headerNew-container-languages p {
    cursor: pointer;
    color: #fff;
    font-family: Roboto Mono, sans-serif;
    text-transform: uppercase;
    width: 48px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    text-decoration: none !important;
    border-bottom: none !important
}

.scroll .lang_switch .lang_switch__activated_val p{
    color: #626266;
}

.headerNew-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 40px;
}

.headerNew-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    height: 100%
}

.headerNew-nav ul li:not(:last-of-type) {
    margin-right: 30px;
    margin-left: 0
}

.headerNew-nav ul li{
    height: 100%;
    display: flex;
    align-items: center;
}

.headerNew-nav ul li a {
    display: block;
    font-family: Roboto Mono, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .24em;
    color: #fff;
    position: relative;
    white-space: nowrap;
    text-decoration: none !important;
    border-bottom: none !important;
    text-transform: uppercase;
    cursor: pointer;
}

.scroll .headerNew-nav ul li a{
    color: #426DA9;
}

.headerNew-nav ul li a.buy {
    color: #002855;
    letter-spacing: 0.25em;
    font-weight: 700;
    cursor: pointer;
    background: #9DC1F0;
    border-radius: 10px;
    padding:12px;
    transition: background .5s, color .5s;
}

.scroll .headerNew-nav ul li a.buy{
    background: #9DC1F0;
    color: #ffffff;
}

.headerNew-nav ul li a.buy::after{
    content: unset!important;
}

.headerNew-nav ul li a.act{
    cursor: default;
}

.headerNew-nav ul li a:not(.act)::after{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s ease;
    opacity: 0
}

.scroll .headerNew-nav ul li a:not(.act)::after{
    background: #426DA9;
}

.headerNew-nav ul li a:not(.act):hover::after{
    opacity: 1;
    transform: translateY(24px)
}

.headerNew-nav-line {
    display: block;
    width: 70px;
    height: 1px;
    background: #fff;
    margin-right: 50px
}

.headerNew-nav-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 210px;
    width: 100%;
    margin-left: auto;
}

.headerNew-nav-icons svg{
    fill: #FFFFFF;
}

.scroll .headerNew-nav-icons svg{
    fill: #426DA9;
}

.headerNew-nav-icons a {
    padding: 0 8px;
    position: relative;
    border-bottom: none !important
}

.headerNew-nav-icons-basket {
    padding: 0 8px;
    position: relative;
    cursor: pointer
}

.headerNew-nav-icons-basket-counter {
    display: flex;
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: #da291c;
    justify-content: center;
    align-items: center;
    top: -20px;
    right: -6px;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    letter-spacing: 0;
    color: #fff;
    font-family: Roboto Mono, sans-serif
}

.headerNew-basket {
    position: absolute;
    bottom: -48px;
    right: 8px;
    width: 360px;
    height: auto;
    background: #fff;
    transform: translateY(100%);
    padding: 24px 0;
    z-index: -1;
    transition: all .25s ease;
    opacity: 0;
    display: none
}

.headerNew-basket-active {
    opacity: 1;
    z-index: 9999;
    cursor: auto
}

.headerNew-basket:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-100%);
    border-bottom: 20px solid transparent;
    border-right: 20px solid transparent;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 20px;
    transition: all .5s ease
}

.headerNew-basket_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    font-family: Roboto Mono, sans-serif;
    margin-bottom: 8px;
    padding: 0 24px !important
}

.headerNew-basket_title p {
    text-align: left
}

.headerNew-basket_title span {
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap
}

.headerNew-basket_title a {
    font-family: Roboto Mono, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: .2em;
    text-decoration: underline;
    text-transform: uppercase;
    color: #426da9
}

.headerNew-basket_title a:hover {
    color: #002855 !important
}

.headerNew-basket_products {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.headerNew-basket_products-product {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 12px 0 24px
}

.headerNew-basket_products-product-title {
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #426da9;
    font-family: Roboto Mono, sans-serif;
    margin-bottom: 16px;
    margin-top: 16px;
    display: block;
    padding: 0 !important;
    text-align: left
}

.headerNew-basket_products-product-title:hover {
    color: #002855 !important
}

.headerNew-basket_products-product .product-active-bg {
    background: #fafafa
}

.headerNew-basket_products-product .product-active-cross svg rect {
    fill: #da291c
}

.headerNew-basket_products-product .product-disabled {
    background: #fff
}

.headerNew-basket_products-product .product-disabled svg rect {
    fill: #c7c7c7
}

.headerNew-basket_products-product-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: Roboto Mono, sans-serif;
    padding: 16px 24px;
    position: relative;
    text-align: left
}

.headerNew-basket_products-product-container svg {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer
}

.headerNew-basket_products-product-container .black-bold {
    font-weight: 700 !important;
    color: #000 !important
}

.headerNew-basket_products-product-container .product-name {
    width: 100%;
    padding-right: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 18px
}

.headerNew-basket_products-product-container .product-name span {
    color: #b9b9b9;
    font-family: Roboto Mono, sans-serif;
    font-size: 14px;
    font-weight: 400
}

.headerNew-basket_products-product-container .product-name .counter-black {
    color: #000
}

.headerNew-basket_products-product-container .pro {
    color: #963cbd
}

.headerNew-basket_products-product-container .lite, .headerNew-basket_products-product-container .pro {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .12em;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin: 0
}

.headerNew-basket_products-product-container .lite {
    color: #50d691
}

.headerNew-basket_products-product-container .black {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: Roboto Mono, sans-serif;
    color: #000;
    margin: 0
}

.headerNew-basket_products-product-container .price {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin: 12px 0 0 !important
}

.headerNew-basket_price {
    margin-top: 32px;
    width: 100%;
    text-align: center
}

.headerNew-basket_price p {
    font-size: 18px;
    line-height: 21px;
    color: #000
}

.headerNew-basket_price .btn-blue, .headerNew-basket_price p {
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Roboto Mono, sans-serif
}

.headerNew-basket_price .btn-blue {
    width: 220px;
    height: 40px;
    border: 2px solid #426da9;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .2em;
    color: #426da9;
    background: #fff;
    margin: 24px auto;
    cursor: pointer
}

.headerNew-basket_price .btn-blue:focus {
    outline: 0
}

.headerNew-basket_price .btn-blue:hover {
    border-color: #002855;
    color: #002855
}

.headerNew-basket-mask {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #222e54;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    transition: all .75s ease
}

.headerNew-basket-mask-active {
    opacity: .6;
    z-index: 150
}

.headerNew-list-title {
    height: auto;
    text-align: center;
    margin: 0 auto 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: normal;
    color: #fff;
    font-family: Roboto Mono, sans-serif
}

.headerNew-mobile-toggle {
    display: none;
    width: 32px;
    height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 1
}

.headerNew-mobile-toggle span {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0
}

.scroll .headerNew-mobile-toggle span{
    background: #426DA9;
}

.headerNew-mobile-toggle span:first-of-type {
    top: 0
}

.headerNew-mobile-toggle span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%)
}

.headerNew-mobile-toggle span:nth-of-type(3) {
    bottom: 0
}

.headerNew-sub-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 32px 64px 32px;
}

.headerNew-sub-list li {
    margin: 0 0 8px 20px;
}

.headerNew-sub-list li a {
    text-transform: uppercase;
    font-size: 24px;
    color: #C7DEFF;
    font-family: Roboto Mono, sans-serif;
    letter-spacing: .05em !important;
    text-decoration: none;
    border-bottom: none !important;
    margin: 0 !important;
    position: relative;
    white-space: nowrap;
}

.headerNew-sub-list li a.act{
    background: #DEECFF;
    color: #426DA9;
    text-decoration:none;
    cursor:default;
    padding:4px 8px;
}

.headerNew-sub-list li a:not(.act)::after {
    width: 100%;
    height: 2px;
    background: #C7DEFF;
    content: "";
    display: block;
    transition: all .25s ease;
}

.headerNew-sub-list li a:not(.act):hover::after {
    transform: translateY(8px)
}

.new-mobile-menu_icons svg{
    fill: #FFF;
}

.footer__informer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.footer__informer a {
    border: none!important;
}

@media (max-width: 1750px) {
    .headerNew-nav-lines {
        display: none
    }
}

@media (max-width: 1650px) {
    .headerNew-nav ul li:not(:last-of-type) {
        margin-right: 25px
    }

    .headerNew-nav-line {
        display: none
    }
}

@media (max-width: 1480px) {
    .headerNew {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 32px 64px
    }

    .headerNew-wrapper {
        flex-wrap: wrap;
    }

    .headerNew .sub-list {
        display: flex !important
    }

    .headerNew-list-title {
        font-size: 36px
    }

    .headerNew-sub-list {
        padding: 0
    }

    .headerNew-sub-list li a {
        font-size: 14px
    }

    .headerNew-nav {
        width: 100%;
        justify-content: flex-end;
        order: 3;
        margin-top: 32px;
    }

    .headerNew-nav-lines {
        display: flex
    }

    .headerNew-container {
        width: max-content;
        order: 1;
    }

    .headerNew-container-languages {
        margin-right: 0;
        margin-left: 56px;
    }

    .headerNew-nav-icons {
        order: 2;
    }

    .headerNew-nav ul{
        width: 100%;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1080px) {
    .headerNew-list-title {
        font-size: 30px
    }
}

@media (max-width: 970px) {
    .headerNew-nav ul li a {
        font-size: 10px;
        line-height: 14px
    }
}

@media (max-width: 800px) {
    .headerNew-list-title {
        font-size: 28px;
    }

    .headerNew {
        padding: 32px;
        height: max-content
    }

    .headerNew-sub-list {
        flex-wrap: wrap;
        justify-content: center
    }

    .headerNew-sub-list li {
        margin: 8px
    }

    .headerNew-sub-list li:first-of-type {
        margin-left: 0
    }

    .headerNew-sub-list li:last-of-type {
        margin-right: 0
    }

    .headerNew-sub-list li a {
        white-space: nowrap
    }

    .headerNew .sub-list {
        display: none !important
    }

    .headerNew-container-languages, .headerNew-nav {
        display: none
    }

    .headerNew-mobile-toggle {
        display: block
    }

    .headerNew-nav-icons{
        display: none;
    }

    .headerNew-mobile-toggle{
        order: 2;
    }

    .main-slider{
        margin-top: -134px;
    }
}

@media (max-height: 780px) {
    .headerNew {
        padding: 32px
    }
}

@media screen and (max-width: 550px) {
    .headerNew-list-title {
        font-size: 23px
    }

    .footer__informer {
        display: none;
    }
}

@media (max-width: 374px) {
    .headerNew .new-mobile-menu ul, .headerNew .new-mobile-menu_languages {
        margin-top: 24px
    }

    .headerNew .new-mobile-menu ul li {
        height: 40px
    }

    .headerNew .new-mobile-menu_icons {
        margin-top: 24px
    }

    .headerNew .new-mobile-menu_toggle {
        top: 16px;
        right: 16px
    }

    .headerNew .new-mobile-menu {
        padding: 40px 0 70px
    }

    .headerNew .new-mobile-menu_phone {
        margin-top: 24px
    }

    .headerNew .new-mobile-menu_mail {
        margin-top: 12px
    }

    .headerNew {
        padding: 16px
    }

    .headerNew-list-title {
        margin-top: 16px;
        font-size: 24px
    }

    .headerNew-list-title-small {
        font-size: 12px
    }
}