/*:root {
    --color-1: #1A3553;
    --font-gothic: "Gothic A1", serif;
}*/

@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Inter-Regular.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Inter-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Inter-SemiBold.woff2) format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-weight: 900;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Inter-Black.woff2) format('woff2');
}

@font-face {
  font-family: 'Involve';
  font-weight: 400;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Involve-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Involve';
  font-weight: 600;
  font-display: swap;
  src: url(/local/templates/v2/fonts/Involve-Semibold.woff2) format('woff2');
}

@font-face {
  font-family: 'Gothic A1';
  font-weight: 300;
  font-display: swap;
  src: url(/local/templates/v2/fonts/GothicA1-Light.woff2) format('woff2');
}

@font-face {
  font-family: 'Gothic A1';
  font-weight: 500;
  font-display: swap;
  src: url(/local/templates/v2/fonts/GothicA1-Medium.woff2) format('woff2');
}

@font-face {
  font-family: 'Gothic A1';
  font-weight: 700;
  font-display: swap;
  src: url(/local/templates/v2/fonts/GothicA1-Bold.woff2) format('woff2');
}

@font-face {
  font-family: 'Futura PT';
  font-weight: 300;
  font-display: swap;
  src: url(/local/templates/v2/fonts/FuturaPT-Light.woff2) format('woff2');
}

:root {
  --main-font: 'Inter', sans-serif;
  --involve-font: "Involve", sans-serif;
  --gothic-font: "Gothic A1", sans-serif;
  --futura-font: "Futura PT", sans-serif;
}

* {
  box-sizing: border-box;
}

main {
  overflow: hidden;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    min-width: 360px;
    color: rgb(26, 53, 83);
    font-family: var(--main-font);
    margin: 0px;
    background: rgb(254, 246, 223);
}

/*body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 26px;
}*/

/*body::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 1102px;*/
/*    background-image: url(img/bg.png);*/
/*    !* background-size: 1340px auto; *!*/
/*    background-position: right top;*/
/*    background-size: cover;*/
/*    animation: bg-animation 4s infinite linear;*/
/*    z-index: -1;*/
/*}*/

/*@keyframes bg-animation {*/
/*    0% {*/
/*        transform: rotate(0deg) scale(1.2);*/
/*    }*/
/*    25% {*/
/*        transform: rotate(3deg) scale(1.3);*/
/*    }*/
/*    50% {*/
/*        transform: rotate(-1deg) scale(1.3);*/
/*    }*/
/*    75% {*/
/*        transform: rotate(1deg) scale(1.15);*/
/*    }*/
/*    100% {*/
/*        transform: rotate(0deg) scale(1.2);*/
/*    }*/
/*}*/

.container-xxl {
    max-width: 1620px;
}

a {
    color: var(--color-1);
}

section a:hover {
 color:#e8e8e8;
}

h1 {
    font-family: var(--font-gothic);
    font-weight: 500;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: var(--color-1);
    margin-bottom: 60px;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: var(--color-1);
    margin-bottom: 20px;
}

section {
    margin-bottom: 50px;
}

.btn-black, .btn-blue {
    background: #000;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    padding: 6px 15px;
}
.btn-black:hover, .btn-blue:hover {
    color: #fff;
}
.btn-blue {
    background: var(--color-1);
}

.btn-blue_no-bg {
    background: transparent;
    color: var(--color-1) !important;
    border: 1px solid var(--color-1);
}

.color-blue {
    color: var(--color-1);
}

@media (max-width: 991.98px) {
/*
    body {
        background: #F5F5F5 url(img/bg.png) no-repeat right top / 900px auto;
        font-size: 16px;
        line-height: normal;
    }
*/
    body::before {
        display: none;
    }

    h1 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }

}

.ob-card {
    padding: 15px;
    background: #fff;
    border-radius: 30px;
}
.ob-card .tag {
    background: rgba(61, 146, 166, 0.2);
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 500 !important;
}
.ob-card .ob-card__flag {
    position: absolute;
    top: 28px;
    right: 20px;
    width: 20px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
}
.ob-card .photo {
    margin: 7px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    mix-blend-mode: multiply;
}
.ob-card .tag,
.ob-card .number,
.ob-card .classes {
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
}
.ob-card .tag {
    font-size: 11px;
}
.ob-card .number {
    font-size: 16px;
}
.ob-card .classes {
    min-height: 30px;
    font-size: 14px;
    margin-bottom: 8px;
}
.ob-card .price {
    font-size: 19px;
    line-height: 110%;
}
.ob-card a {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    margin: 20px 0;
    color: #0e0e0e;
}
.ob-card .more {
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
    border: 1px solid var(--color-1);
    text-align: center;
    color: #0e0e0e;
    height: 40px;
    border-radius: 30px;
}
.ob-card:hover .more {
    background: var(--color-1);
    color: #fff;
}
.ob-card_list {

}
.ob-card_no-author {
    padding-bottom: 45px;
}
.ob-card_list .photo {
    margin: 20px 0 0;
    width: 130px;
}
.ob-card_list .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ob-card_list .classes {
    /*position: absolute;*/
    /*top: 2px;*/
    /*left: 200px;*/
}
.ob-card_list a {

}
.ob-card_list .number {
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}
.ob-card_list .price {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 40px;*/
}
.ob-card_list .more {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 90px;*/
}
.ob-card_list__order {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    background-color: var(--color-1);
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    padding: 2px 15px;
    cursor: pointer;
}
.ob-card_list__order:hover {
    background-color: var(--color-1);
}
.ob-card_list__order_detail {
    border-bottom: 1px dashed #05966c;
    display: inline;
    color: #05966c;
    cursor: pointer;
}
.ob-card_list__contacts {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    padding: 2px 15px 2px 0;
    text-align: center;
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #05966c;
}
.ob-card_list__contacts > div {
    margin-left: 15px;
}

@media (max-width: 991.98px) {

    .ob-card {
        padding: 5px 10px 10px;
    }
    .ob-card .tag {
        margin-bottom: 5px;
    }
    .ob-card .tag,
    .ob-card .number,
    .ob-card .classes {
        font-size: 10px;
        line-height: 12px;
    }
    .ob-card a,
    .ob-card .price {
        font-size: 14px;
        line-height: 17px;
    }
    .ob-card a {
        margin: 4px 0 6px;
    }
    .ob-card .more {

    }

}

.modal-content {
    box-shadow: 0 0 14px rgb(0 0 0 / 25%);
    border-radius: 20px;
    padding: 40px;
}
.modal-content .close {
    background: url(img/close.svg) no-repeat center / contain;
    width: 34px;
    height: 34px;
    cursor: pointer;
    right: 20px;
    top: 20px;
}
.modal-content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {

    .modal-content {
        padding: 20px;
    }

}

.article-block .tag {
    /*background: rgba(20, 0, 255, .1);*/
    background: rgb(11 99 128 / 10%);
    font-size: 12px;
    line-height: 15px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 2px 6px;
}
.article-block .photo {
    background-color: #eaeafe;
    background-size: cover;
    background-position: center;
    margin-bottom: 28px;
    height: 220px;
    border-radius: 20px;
}
.article-block a {
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
    color: #000
}
.article-block .more {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

@media (max-width: 991.98px) {

    .article-block .photo {
        margin-bottom: 12px;
        height: 180px;
    }

}

#panel {
    z-index: 1040;
}

header {
    padding: 30px 0;
    transition: all .3s;
    top: 10px;
    position: fixed;
    width: calc(100% - 20px);
    left: 10px;
    border-radius: 40px;
    z-index: 1000;
}
/*header.header_active,
.header_inner {
    background-color: #fff;
    opacity: .95;
    padding: 15px 0;
}*/
header a {
    text-decoration: none;
}
header .logo {
    background: url(img/logo_2.svg) no-repeat center / contain;
    height: 56px;
    width: 217px;
}
header .menu li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    color: var(--color-1);
    margin-right: 50px;
}
header .menu li a.active {
    color: var(--color-1);
}
header .contacts a {
    margin-right: 30px;
    color: #000;
}
header .buttons a {
    margin-left: 30px;
    width: 226px;
    height: 56px;
    font-weight: 400;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    border-radius: 30px;
    background: #3d92a6;
    text-align: center;
}
header .lang {
    margin-left: 30px;
}
header .lang a {
    color: var(--color-1);
}
header .lang a:first-child {
    /*margin-right: 10px;*/
}
header .lang a.active {
    text-decoration: underline;
}
header .i-menu {
    width: 24px;
    height: 24px;
    background: url(img/menu.svg) no-repeat center / contain;
    cursor: pointer;
}


.header__buttons {
    margin-left: 20px;
}
.header__socials {

}
.header__socials-wa {
    border-radius: 100%;
    backdrop-filter: blur(5px);
    background: rgba(189, 189, 189, .2) url(img/wa_h.svg) no-repeat center / 26px auto;
    width: 46px;
    height: 46px;
}
.header__socials-wa:hover {

}
.header__socials-tg {
    border-radius: 100%;
    backdrop-filter: blur(5px);
    background: rgba(189, 189, 189, .2) url(img/tg_h.svg) no-repeat left 7px center / 29px auto;
    width: 46px;
    height: 46px;
    margin-left: 10px;
}
.header__socials-tg:hover {

}

@media (min-width: 992px) {

    header .menu li a {
        margin-right: 8px;
        padding: 8px 15px;
        border: 1px solid transparent;
    }
    header .menu li a.active {
        border: 1px solid var(--color-1);
        border-radius: 20px;
    }

}

@media (max-width: 991.98px) {

    /*header {
        height: 50px;
        background-color: #fff;
        opacity: .95;
        padding: 0;
    }*/
    /*
    header .logo {
        height: 38px;
        width: 134px;
    }*/
    header .wrap {
        position: absolute;
        height: 100dvh;
        top: -10px;
        width: calc(100% + 20px);
        left: -10px;
        background-color: #fff;
        padding: 100px 0;
        z-index: -1;
        text-align: center;
    }
    header .menu li, header .contacts, header .buttons {
        margin-bottom: 20px;
    }
    header .menu > li {
        border-top: 1px solid #1f3b59;
        padding: 16px 0;
        margin: 0;
    }
    header .menu {
        border-bottom: 1px solid #1f3b59;
    }
    header .menu li a {
        margin-right: 0;
    }
    header .buttons a {
        display: none !important;
    }

}

/*#hero {
    background: url(img/bg_2.svg) no-repeat center / cover;
    border-radius: 40px;
    padding: 220px 0 50px;
    position: relative;
    margin-top: 10px;
    width: 100%;
    margin-left: 10px;
    min-height: 760px;
    margin-bottom: 100px;
}
#hero .text, #hero h1 {
    padding-bottom: 50px;
}
#hero .text sup {
    font-weight: 300;
}
#hero .slogan_0 {
    font-family: var(--font-gothic);
    max-width: 1090px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #1a3553;
}*/
/*#hero h1 {
    max-width: 664px;
    font-weight: 500;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: var(--color-1);
}*/
/*#hero .text.hero-pic_tz {*/
/*    background-image: url(img/hero_bg_2-min.png);*/
/*}*/
/*#hero .text.hero-pic_models {*/
/*    background-image: url(img/hero_bg_4-min.png);*/
/*}*/
/*#hero .text.hero-pic_po {*/
/*    background-image: url(img/hero_bg_5-min.png);*/
/*}*/
#hero form {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
#hero form label {
    font-size: 12px;
    color: #898989;
}
#hero form select,
#hero form input {
    height: 64px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    line-height: 19px;
    border: none;
    border-radius: 0;
}
#hero form select.wb,
#hero form input.wb {
    border-left: 1px solid #B2B6B8;
}
#hero form .search {
    height: 64px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    width: 140px;
    border-radius: 0;
}
#hero .select2-container--default .select2-selection--multiple {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}
/*.hero__btn {*/
/*    background: var(--color-1);*/
/*    border-radius: 60px;*/
/*    width: 344px;*/
/*    height: 70px;*/
/*    font-size: 24px;*/
/*    line-height: 70px;*/
/*    color: #fff !important;*/
/*    margin-top: 50px;*/
/*    padding-left: 22px;*/
/*    cursor: pointer;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*}*/
.hero__btn {
    background: #1a3553a3;
    border-radius: 100%;
    width: 233px;
    height: 233px;
    font-size: 20px;
    line-height: 233px;
    color: #fff !important;
    margin-top: 50px;
    padding-left: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    mix-blend-mode: hard-light;
    position: absolute;
    top: 370px;
    left: calc(50% + 100px);
}
/*.hero__btn:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #F5F5F5 url(img/arrow_2.svg) no-repeat center;*/
/*    width: 56px;*/
/*    height: 56px;*/
/*    border-radius: 100%;*/
/*    right: 7px;*/
/*    top: 7px;*/
/*}*/
.hero__btn:hover {
    opacity: .9;
}

@media (max-width: 991.98px) {
    /*
    #hero {
        border-radius: 10px;
        padding-top: 40px;
        padding-bottom: 180px;
        margin-top: 70px;
        min-height: auto;
        margin-bottom: 50px;
    }*/
    /*#hero .text, #hero h1 {
        font-size: 19px;
        line-height: 27px;
        letter-spacing: -0.5px;
        padding-bottom: 48px;
    }
    #hero h1 {
        padding-right: 50px;
    }*/
    #hero .slogan_0 {
        font-size: 27px;
        line-height: 34px;
        letter-spacing: -0.5px;
    }
    #hero .text {
        background-position: left top;
        background-size: auto 175px;
        padding-bottom: 130px;
        padding-left: 0;
        background: none !important;
        padding-top: 10px;
        min-height: auto;
    }
    #hero form select.wb, #hero form input.wb {
        border-left: none;
        border-top: 1px solid #B2B6B8;
    }
    .select2-container--default .select2-selection--multiple {
        border-left: none;
        border-top: 1px solid #B2B6B8;
    }
    #hero form .search {
        width: 100%;
    }
    .hero__btn {
        width: 140px;
        height: 140px;
        font-size: 17px;
        line-height: normal;
        margin-top: 10px;
        padding-left: 0;
        position: absolute;
        left: auto;
        right: 20px;
        top: auto;
        bottom: 180px;
        padding-top: 50px;
    }
    .hero__btn:after {
        /*width: 46px;*/
        /*height: 46px;*/
        /*background-size: 22px;*/
    }
    .hero__services {
        position: absolute;
        width: calc(100% - 24px);
        bottom: 12px;
        left: 12px;
    }
    .hero__service {
        text-align: center;
        text-decoration: none;
        background: var(--color-1);
        margin-top: 5px;
        color: #fff !important;
        font-size: 15px;
        border-radius: 30px;
        padding: 8px 0;
    }

}
@media (max-width: 767px) {

    #hero {
        /*background: url(img/hero_bg_1-mob-min.png) no-repeat left calc(50% + 80px) bottom / auto 75%, linear-gradient(90deg, #000 0%, #0b6380 100%);*/
    }
}


.hero__sections {
    /*max-width: 900px;*/
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}
.hero__section {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
    /*background: linear-gradient(180deg, #0b6380 0%, rgba(255, 255, 255, 0.1) 100%);*/
    background: rgba(0,0,0,.3);
    border: 2px solid rgba(124, 87, 151, 1);
}
.hero__section:hover {
    color: #fff;
    background: #654c80;
}
.hero__section:nth-child(1) {
    border-radius: 7px 0 0 7px;
}
.hero__section:nth-child(2) {
    margin: 0 1px;
}
.hero__section:nth-child(3) {
    border-radius: 0 7px 7px 0;
}

@media (max-width: 991.98px) {

    .hero__section {
        padding: 7px 15px;
        font-size: 15px;
    }
    .hero__section:nth-child(1) {
        border-radius: 7px 7px 0 0;
    }
    .hero__section:nth-child(2) {
        margin: 1px 0;
    }
    .hero__section:nth-child(3) {
        border-radius: 0 0 7px 7px ;
    }

}


.hero__buttons {
    position: absolute;
    right: 0;
    top: calc(50% - 100px);
    background-color: #fff;
    padding: 0 0 0 0;
    border-radius: 6px 0 0 6px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    opacity: .6;
    transition: opacity .3s;
}
.hero__buttons:hover {
    opacity: 1;
}
.hero__button {
    margin: 0;
    width: 55px;
    height: 50px;
    border-radius: 6px 0 0 6px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: block;
}
.hero__button_tg {
    background-image: url(img/tg_2-min.png);
}
.hero__button_wa {
    background-image: url(img/wa_2-min.png);
}

@media (max-width: 991.98px) {

    .hero__button {
        width: 50px;
        height: 44px;
    }

}


#banner {
    /*background: #EAEBFF;*/
    background: url(img/b_bg-min.png) no-repeat right top / 258px auto, linear-gradient(90deg, #000 0%, #0b6380 100%);
    color: #fff;
    border-radius: 45px;
    font-weight: 500;
    font-size: 63px;
    line-height: 58px;
    letter-spacing: -1px;
    height: 360px;
}
#banner a {
    color: #fff;
    position: relative;
}
#banner a span {
    background: url(img/arrow-min.png) no-repeat center / contain;
    width: 89px;
    height: 97px;
}
#banner a:after {
    content: '';
    position: absolute;
    background: url(img/b_bg_2-min.png) no-repeat right top / contain;
    width: 290px;
    height: 260px;
    left: -135px;
    top: -115px;
}
#banner span {
    display: inline-block;
}
#banner .bbg {
    /*background: url(img/i_4-min.png) no-repeat right 100px center / 265px auto;*/
}

@media (max-width: 991.98px) {

    #banner {
        background: linear-gradient(90deg, #000 0%, #0b6380 100%);
        border-radius: 30px;
        font-size: 32px;
        line-height: 39px;
        letter-spacing: -0.5px;
        height: 250px;
        padding-top: 50px;
    }
    #banner a:after {
        display: none;
    }
    #banner .bbg {
        /*background-position: right bottom 28px;*/
        /*background-size: 265px auto;*/
    }
    #banner span {
        background: url(img/arrow-min.png) no-repeat right top / 62px auto;
        width: 62px;
        height: 63px;
    }

}

#banners {
    background: #EAEBFF;
    border-radius: 50px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -1px;
    height: 330px;
    margin-top: 100px;
}
#banners .slider {
    background: url(img/i_1-min.png) no-repeat right 100px center / 320px auto;
}
#banners .owl-stage-outer,
#banners .owl-item,
#banners .owl-stage {
    height: 100%;
}
#banners .more {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 21px;
    margin-top: 20px;
}
#banners .owl-prev,
#banners .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    left: 0;
    border-radius: 8px;
    background: #eaeafe url(img/arrow_1.svg) no-repeat center / contain;
}
#banners .owl-prev:hover,
#banners .owl-next:hover {
    background-image: url(img/arrow_1h.svg);
}
#banners .owl-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}
#banners .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#banners .owl-dot {
    width: 6px;
    height: 6px;
    background: #000;
    opacity: .2;
    margin: 0 3px;
    border-radius: 50%;
}
#banners .owl-dot.active {
    background: var(--color-1);
    opacity: 1;
}

@media (max-width: 991.98px) {

    #banners {
        border-radius: 30px;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: -0.5px;
        height: auto;
        margin-top: 60px;
    }
    #banners .slider {
        background-position: center bottom 60px;
        background-size: 275px auto;
        padding: 60px 0 330px;
    }

}

@media (max-width: 400px) {

    #articles-slider h2 {
        max-width: 230px;
    }

}

#tariffs {
    padding-top: 160px;
}
#tariffs:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background: url(img/bg_2.svg) no-repeat center top / cover;
    z-index: -1;
}
#tariffs h1 {
    margin-bottom: 50px;
}
.tariffs__categories {
    margin-bottom: 50px;
}
.tariffs__category {
    border-radius: 60px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, .4);
}
.tariffs__category:hover,
.tariffs__category_active {
    background: var(--color-1);
    color: #fff;
}
#tariffs .tariff {
    background: var(--color-1);
    border-radius: 30px;
    border: 1px solid #4193ab;
    overflow: hidden;
}
#tariffs .tariff .name {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    background: var(--color-1);
    border-radius: 0;
    padding: 45px 45px;
    width: 100%;
    border-bottom: 1px solid #4193ab;
}
#tariffs .tariff.pro .name {
    /*background: var(--color-1);*/
}
#tariffs .tariff .options {
    padding: 45px 45px 120px;
}
#tariffs .tariff .option {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    background: url(img/check_w.svg) no-repeat left center;
    color: #fff;
}
#tariffs .tariff .option_wh {

}
#tariffs .tariff .price {
    font-size: 50px;
    line-height: normal;
    bottom: 30px;
    padding: 0 45px;
    color: #fff;
    font-weight: 600;
}
#tariffs .tariff .price_small {
    font-size: 30px;
}
#tariffs .sub-info {
    background: rgb(255 255 255 / 20%);
    border-radius: 30px;
    padding: 35px;
    font-size: 35px;
    line-height: normal;
}
.sub-info__wrapper {
    max-width: 1280px;
}
#tariffs .sub-info__cards {
    margin: 35px 0;
}
#tariffs .sub-info__cards img {
    height: 30px;
    margin-right: 20px;
}
#tariffs .sub-info ul {
    background: url(img/i_3b-min.png) no-repeat left center / 150px auto;
    padding-left: 225px;
    min-height: 100px;
}
#tariffs select {
    box-shadow: none;
    height: 44px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
}
.tariff-tooltip {
    --bs-tooltip-bg: #fff;
    --bs-tooltip-max-width: 300px;
    --bs-tooltip-opacity: 1;
}

@media (max-width: 991.98px) {

    #tariffs {
        padding-top: 100px;
    }
    #tariffs h1 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: normal;
    }
    #tariffs .tariff {
        /*padding: 20px 20px 108px;*/
        border-radius: 10px;
    }
    #tariffs .tariff .options {
        padding: 20px 20px 60px;
    }
    #tariffs .tariff .option {
        font-size: 12px;
        line-height: normal;
        padding-left: 20px;
        background-position: left top 3px;
        background-size: 12px auto;
    }
    #tariffs .sub-info {
        padding: 20px;
        font-size: 16px;
        background-color: var(--color-1);
        color: #fff;
        border-radius: 10px;
    }
    #tariffs .sub-info a {
        color: #fff;
    }
    #tariffs .sub-info ul {
        background-position: center top;
        background-size: 150px auto;
        padding-left: 20px;
        padding-top: 195px;
        min-height: auto;
    }
    #tariffs .tariff .name {
        font-size: 16px;
        padding: 18px 20px;
        text-align: center;
    }
    #tariffs .tariff .price {
        font-size: 27px;
        bottom: 20px;
        padding: 0 20px;
    }
    #tariffs select {
        box-shadow: none;
        height: 44px;
        border: none;
        border-radius: 30px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 30px;
        background: #1a3553;
        color: #fff;
        padding-left: 20px;
    }
    #tariffs .tariff .price_small {
        font-size: 18px;
    }
    #tariffs .sub-info__cards {
        margin: 20px 0;
    }
    #tariffs .sub-info__cards img {
        height: 16px;
        margin-right: 14px;
    }
    .tariff-tooltip {
        --bs-tooltip-max-width: 200px;
    }

}

#add {
    padding: 135px 0 0;
}
#add:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background: url(img/bg_2.svg) no-repeat center top / cover;
    z-index: -1;
}
#add h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 30px;
}
#add .author {
    margin-bottom: 30px;
}
#add .author .name {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 11px;
}
#add .author .type {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px;
}
#add .author .phone {
    font-size: 16px;
    line-height: 19px;
}
#add label {
    font-size: 14px;
    line-height: 20px;
}
#add input[type='text'],
#add select {
    box-shadow: none;
    height: 44px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
}
#add input[type='radio'] {
    outline: none;
    box-shadow: none;
}
#add textarea:not(.select2-search__field) {
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-size: 16px;
    line-height: 19px;
    min-height: 164px;
}
#add .select2-container--default .select2-selection--multiple {
    height: 44px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 0;
}

@media (max-width: 991.98px) {

    #add {
        padding: 90px 0 0;
    }
    #add h1 {
        margin-bottom: 30px;
    }
    #add .author .name {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 15px;
    }

}

#default-page {
    padding-top: 135px;
}
#default-page:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background: url(img/bg_2.svg) no-repeat center top / cover;
    z-index: -1;
}
#default-page h1 {
    margin-bottom: 50px;
    max-width: 1200px;
    line-height: normal;
}

@media (max-width: 991px) {

    #default-page {
        padding-top: 100px;
    }
    #default-page:before {
        background: rgb(255 255 255 / 80%);
    }
    #default-page h1 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 30px;
    }

}


.submenu{
	position: absolute;
    background: #fff;
    z-index: 2;
    padding: 15px 15px 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	width: max-content;
	display: none;
}
header .menu > li{
	position: relative;
}
.submenu ul{
	padding-left: 0;
	list-style: none;
}
.submenu ul li{
	margin-bottom: 10px;
}
.submenu ul li a{
	padding: 0;
	margin: 0;
	border: none;
    font-size: 16px;
}
.parent:hover .submenu{
	display: block;
}
/*header .menu .parent a{
		display: flex;
		align-items: baseline;
		gap: 10px;
	}*/
	header .menu .parent > a:after{
		content: '';
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
		background-size: contain;
		background-repeat: no-repeat;
		width: 10px;
		height: 10px;
		transition: all .3s;
		display: inline-block;
		margin-left: 5px;
	}
	header .menu .parent > a.active:after{
		background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='284.929px' height='284.929px' viewBox='0 0 284.929 284.929' style='enable-background:new 0 0 284.929 284.929;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%2305966C' d='M282.082,76.511l-14.274-14.273c-1.902-1.906-4.093-2.856-6.57-2.856c-2.471,0-4.661,0.95-6.563,2.856L142.466,174.441 L30.262,62.241c-1.903-1.906-4.093-2.856-6.567-2.856c-2.475,0-4.665,0.95-6.567,2.856L2.856,76.515C0.95,78.417,0,80.607,0,83.082 c0,2.473,0.953,4.663,2.856,6.565l133.043,133.046c1.902,1.903,4.093,2.854,6.567,2.854s4.661-0.951,6.562-2.854L282.082,89.647 c1.902-1.903,2.847-4.093,2.847-6.565C284.929,80.607,283.984,78.417,282.082,76.511z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
	}
	header .menu .parent:hover > a:after{
		transform: rotate(180deg);
	}
.developer{
	margin: 10px 0;
}
.developer, .developer a{
	font-size: 14px;
    line-height: 17px;
	color: #000;
	display: flex;
	align-items: center;
	gap: 5px;
}

@media (max-width: 991px){
	header .menu .parent > a.drop:after{
		transform: rotate(180deg)!important;
	}
	.submenu{
		position: relative;
		box-shadow: none;
		width: 100%;
		margin-top: 10px;
	}
	.parent:hover .submenu{
		display: none;
	}
	header .menu .parent:hover > a:after{
		transform: rotate(0);
	}
}


.payform-tinkoff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*max-width: 250px;*/
}
.payform-tinkoff-row {
    margin: 2px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #DFE3F3;
    padding: 15px;
    outline: none;
    background-color: #DFE3F3;
    font-size: 15px;
}
.payform-tinkoff-row:focus {
    background-color: #FFFFFF;
    border: 1px solid #616871;
    border-radius: 4px;
}
.payform-tinkoff-btn {
    background-color: #FBC520;
    border: 1px solid #FBC520;
    color: #3C2C0B;
}
.payform-tinkoff-btn:hover {
    background-color: #FAB619;
    border: 1px solid #FAB619;
}


.footer {
    margin-top: 150px;
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0;
}
.footer__wrapper {
    border-radius: 40px;
    padding: 110px 0 90px;
    backdrop-filter: blur(200px);
    background: var(--color-1) url(img/footer_bg.svg?v3) no-repeat right center / cover;
    position: relative;
    overflow: hidden;
}
.footer__section-1 {

}
.footer__section-2 {
    margin-top: 40px;
    position: relative;
}
.footer__btn {
    width: 233px;
    height: 233px;
    border-radius: 100%;
    background: rgb(61 142 162);
    backdrop-filter: blur(5px);
    font-size: 20px;
    line-height: 233px;
    letter-spacing: 0.01em;
    color: #f7f7f7;
    text-align: center;
    margin-right: 59px;
    mix-blend-mode: hard-light;
    display: block;
    transition: all .2s;
    text-decoration: none;
    cursor: pointer;
    bottom: 203px;
    position: absolute;
    right: 27%;
}
.footer__btn:hover {
    opacity: .8;
    color: #f7f7f7;
}
/*.footer__logo {
    width: 260px;
    height: 67px;
    background: url(img/logo_w.svg) no-repeat center / contain;
}*/
.footer__desc {
    font-weight: 300;
    font-size: 31px;
    line-height: 115%;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: 30px;
    max-width: 1060px;
}
.footer__phone {
    margin-top: 18px;
}
.footer__phone a {
    background: url(img/phone.svg) no-repeat left center / auto 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #f7f7f7;
    text-decoration: none;
    padding-left: 33px;
}
.footer__mail {
    margin-top: 18px;
}
.footer__mail a {
    background: url(img/mail.svg) no-repeat left center / auto 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    color: #f7f7f7;
    text-decoration: none;
    padding-left: 38px;
}
.footer__wa {
    /*margin-top: 20px;*/
}
.footer__wa a {
    background: url(img/wa_w.svg) no-repeat left center / auto 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #f7f7f7;
    padding-left: 36px;
    display: inline-block;
}
.footer__tg {
    margin-top: 18px;
}
.footer__tg a {
    background: url(img/tg_w.svg) no-repeat left center / auto 22px;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #f7f7f7;
    padding-left: 34px;
    display: inline-block;
}
.footer__profile-btn {
    width: 170px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    backdrop-filter: blur(5px);
    background: #0e0e0e;
    mix-blend-mode: hard-light;
    cursor: pointer;
    transition: background-color .2s;
    margin-top: 30px;
    display: inline-block;
}
.footer__profile-btn:hover {
    background: #014a3f;
}
.footer__menu {
    margin-right: 160px;
}
.footer__menu-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 110%;
    color: #f7f7f7;
    margin-bottom: 30px;
}
.footer__menu ul {
    margin: 0;
}
.footer__menu li {
    margin-bottom: 10px;
}
.footer__menu a {
    font-size: 16px;
    line-height: 110%;
    color: #f7f7f7;
    text-decoration: none;
}
.footer__sub-menu {
    margin-top: 98px;
}
.footer__sub-menu a {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #f7f7f7;
    text-decoration: none;
    margin-right: 140px;
}
.footer__sub-menu a:last-child {
    margin-right: 0;
}
.footer__copy {
    font-size: 18px;
    line-height: 110%;
    text-align: right;
    color: #f7f7f7;
}
.footer__cards {

}
.footer__cards-text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer__cards-list {

}
.footer__cards img {
    height: 24px;
    margin-right: 20px;
}

@media (min-width: 992px) {

    .footer__contacts {
        transform: translateY(160px);
        z-index: 1;
        position: relative;
    }

}

@media (max-width: 991px) {
    .footer {
        margin-top: 30px;
    }
    .footer__wrapper {
        border-radius: 10px;
        padding: 20px 0 20px;
        background-size: 200%;
        background-position: center;
    }
    /*.footer__logo {
        width: 117px;
        height: 31px;
    }*/
    .footer__desc {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer__phone {
        margin-top: 20px;
    }
    .footer__phone a {
        font-size: 20px;
    }
    .footer__mail {
        margin-top: 20px;
    }
    .footer__mail a {
        margin-top: 20px;
        font-size: 20px;
    }
    .footer__menu {
        margin-right: 30px;
    }
    .footer__menu_1 {
        width: 35%;
    }
    .footer__menu_2 {
        width: 65%;
    }
    .footer__menu-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .footer__menu li {
        margin-bottom: 5px;
    }
    .footer__menu a {
        font-size: 13px;
        line-height: 130%;
        display: inline-block;
    }
    .footer__sub-menu {
        margin-top: 30px;
    }
    .footer__sub-menu a {
        font-size: 16px;
        margin-right: 30px;
    }
    .footer__copy {
        font-size: 10px;
        text-align: left;
        margin-top: 200px;
    }
    .footer__btn {
        width: 148px;
        height: 148px;
        font-size: 13px;
        line-height: 148px;
        margin-right: 0;
        bottom: 50px;
        right: 27%;
    }
    .footer__cards-text {
        font-size: 12px;
    }
    .footer__cards img {
        height: 20px;
        margin-right: 12px;
    }

}


.holders-page {

}
.holders-page h2 {
    margin: 50px 0;
}
.holders-page__top {
    max-width: 1100px;
    font-size: 22px;
    line-height: normal;
}
.holders-page__pic {

}
.holders-page__pic_v2 {

}
.holders-page__pic_v2 img {
    max-width: 1240px;
}

@media (max-width: 991px) {

    .holders-page__top {
        font-size: 16px;
    }

    .holders-page h2 {
        margin: 30px 0;
        font-size: 18px;
    }

}


.about-page {

}
.about-page h2 {
    margin: 50px 0;
}
.about-page__top {
    max-width: 1100px;
    font-size: 22px;
    line-height: normal;
}
.about-page__pic {
    margin-top: 100px;
}
.about-page__pic img {
    max-width: 1562px;
}

@media (max-width: 991px) {

    .about-page__top {
        font-size: 16px;
    }
    .about-page__pic {
        margin-top: 30px;
    }
    .about-page h2 {
        margin: 30px 0;
        font-size: 18px;
    }

}



.cookie_note {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 100%;
    max-width: 386px;
    padding: 20px;
    background: #fff;
    z-index: 100;
    border: 1px solid #182A46;
}
.cookie_note.show {
    display: block;
}
.cookie_note__text {
    font-size: 12px;
    line-height: 16px;
}
.cookie_note__buttons {
    margin-top: 20px;
}
.cookie_accept {
    background: #182A46;
    width: 107px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
.cookie_more {
    border: 1px solid #182A46;
    width: 107px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
}

/* adaptive height */
@media (max-height: 800px) and (min-width:768px){
    .hero__title{font-size:80px}
    .hero__text{font-size:28px}
    .hero__link{width:200px;height:200px}

    .lets__title{font-size:60px}
    .lets__label{font-size:16px}
    .lets__label:before{width:25px;height:25px}
    .lets__fi{font-size: 20px}
    .lets__input{font-size:16px;padding:16px}
    .lets__link{font-weight:600}
    .lets__wrapper{margin-bottom:40px}
    .lets__tabs{margin-bottom:50px}
    .lets__into{height:4px}
    .lets__tab{height:14px}
    .lets__button{font-weight:500;font-size:18px;padding: 22px 122px}
    .lets__inner{padding: 150px 0 50px}
}