@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main, input, button, textarea {
	margin: 0;
	padding: 0;
	border: 0; 
	vertical-align: baseline;
	box-sizing: border-box;
} 
*::before,*::after{
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, main {
	display: block;
}  
/* FONTS */
@font-face {
    font-family: 'ProximaNova';
    src: url('./assets/fonts/ProximaNova-Light.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('./assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('./assets/fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* FONTS */

/* COMMON */
html {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
}
/* COMMON */


.lk{
    width: 100%;
    max-width: 81.25em;
    padding: 3em 0.625em;
    margin: 0 auto;
    color: #000;
    font-size: 16px;
}
.lk__subtitle{
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.3;
    margin-bottom: 0.5em;
    color: #063E57;
}
.lk__name{
    font-weight: 600;
    font-size: 3.125em;
    line-height: 1.3; 
    color: #063E57;
    margin-bottom: 0.4em;
}
.lk__toggle{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    height: 6.875em;
    background: #f0f0f0; 
    padding: 0 1.9375em 0 2.625em;
    margin-bottom: 1em;
    transition: 0.3s background;
}
.lk__toggleText{
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.3; 
    color: #0066CB;
    margin-bottom: 0.1em;
    transition: 0.3s color;
}
.lk__toggle svg{
    width: 0.75em;
    height: auto;
}
.lk__toggle.opened,
.lk__toggle:hover{
    background: #0066CB;
}
.lk__toggle.opened .lk__toggleText,
.lk__toggle:hover .lk__toggleText{
    color: #fff;
}
.lk__toggle.opened svg,
.lk__toggle:hover svg{
    transform: scaleY(-1);
}
.lk__toggle.opened path,
.lk__toggle:hover path{
    stroke: #fff; 
}
.lk__toggleContent{
    margin-bottom: 2em;
}
.lk__flex{
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap;
}
.lk__left{
    width: 47.9%;
    background: #F3F4F6; 
    position: relative;
    overflow: hidden;
    border-radius: 0.1875em;
}
.lk__left::after{
    content: "";
    pointer-events: none;
    position: absolute;
    display: block;
    top: 0.9375em;
    left: 0.75em;
    right: 0.75em;
    bottom: 0.9375em;
    border: 0.0625em dashed #B3B3B3; 
    border-radius: 0.3125em;
    opacity: 0.3;
}
.lk__leftTop{
    padding: 2.8125em 2.625em 0.1em;
}
.lk__leftTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.1875em;
}
.lk__leftTitleText{
    color: #000000;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.3;
}
.lk__leftTitleDoc{
    color: #0066CB;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.3;
}
.lk__leftNote{
    line-height: 1.5; 
    color: #868686;
    margin-bottom: 0.625em;
}
.lk__leftRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1.2;
    margin-bottom: 1.25em;
}
.lk__leftRow:last-child{
    margin-bottom: 3em;
}
.lk__leftRow div:nth-child(2){
    font-weight: 700;
}
.blue{
    color: #0066CB;
}
.lk__leftBottom{
    background: #0066CB;
    color: #fff;
    padding: 1.5em 2.625em 2em;
}
.lk__next{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 1.5em;
    border-bottom: solid 0.0625em rgba(255,255,255,0.3);
    margin-bottom: 0.9375em;
}
.lk__next div:nth-child(2){
    font-weight: 700;
}
.lk__formTop{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.9375em;
    border-bottom: solid 0.0625em rgba(255,255,255,0.3);
    margin-bottom: 0.9375em;
}
.lk__formTopLabel{
    margin-right: 0.8em;
}
.lk__formTopInput{
    flex-grow: 1;
    font-size: 1em;
    border: none;
    height: 3.125em;
    border-radius: 0.1875em;
    padding: 0 1.25em;
}
.lk__formTopInput::placeholder{
    color: #A3A3A3;
}
.lk__formTopButton{
    width: 13.125em;
    height: 3.125em;
    margin-left: 0.5em;
    font-size: 1em;
    background: #FFF628;
    border-radius: 0.1875em;
    color: #252B42;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.3s opacity;
}
.lk__formTopButton:hover{
    opacity: 0.7;
}
.lk__formBottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.9375em;
    border-bottom: solid 0.0625em rgba(255,255,255,0.3);
    margin-bottom: 0.9375em;
}
.lk__formText{
    width: 1em;
    flex-grow: 1;
    color: #4CABD6;
    line-height: 1.5;
}
.lk__formBottomInput{
    font-size: 1em;
    border: none;
    height: 3.125em;
    border-radius: 0.1875em;
    text-align: center;
    width: 8.75em;
    margin-left: 0.9em;
}
.lk__formBottomInput::placeholder{
    color: #A3A3A3;
}
.lk__leftBottomNote{
    font-size: 0.75em;
    line-height: 1.5;
}

.lk__right{
    width: 47.9%;
    display: flex;
    flex-direction: column;
}
.lk__rightTitle{
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.3; 
    color: #000000;
    margin-bottom: 1.5em;
}
.lk__rightTable{
    flex-grow: 1;
    background: #F3F4F6; 
    position: relative;
    overflow: hidden;
    border-radius: 0.1875em;
    display: flex;
    flex-direction: column;
    min-height: 14em;
}
.lk__rightTableTh{
    display: flex;
    align-items: center;
    color: #fff;
    background: #0066CB;
    height: 4.125em;
    padding: 0 1.5em;
}
.lk__rightTableTh div{
    font-size: 0.875em;
}
.lk__rightTableTh div:nth-child(1){
    width: 12.786em;
}
.lk__rightTableTh div:nth-child(2){
    width: 14.642em;
}
.lk__rightTableWrapper{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0.625em 0.625em 0.625em 0;
}
.lk__rightTableContent{
    height: 1em;
    flex-grow: 1;
    overflow: auto;
    padding-right: 1em; 
}
.lk__rightTableTd{
    display: flex;
    align-items: center;
    height: 4.0625em;
    padding-left: 1.5em;
}
.lk__rightTableTd div{
    color: #000;
    font-size: 0.875em;
}
.lk__rightTableTd div:nth-child(1){
    width: 12.786em;
}
.lk__rightTableTd div:nth-child(2){
    width: 14.642em;
}
.lk__rightTableTd div:nth-child(3){
    font-weight: 600;
}
.lk__rightTableTd:nth-child(2n){
    background: #fff;
}
.lk__flex:not(:last-child){
    padding-bottom: 3.75em;
    border-bottom: 0.0625em solid #DBDBDB;
    margin-bottom: 3.75em;
}

.lk * {
    scrollbar-color: #0066CB #fff;
    scrollbar-width: thin;
} 
.lk ::-webkit-scrollbar {
	width: 0.5em;
	height: 0.5em;
} 
.lk ::-webkit-scrollbar-thumb {
    background-color: #0066CB;
    border: solid 0.125em #fff; 
    border-radius: 50em;
    box-shadow: none;
} 
.lk ::-webkit-scrollbar-track {  
	background-color: #fff; 
}
.lk ::-webkit-scrollbar-button:vertical:start:decrement,
.lk ::-webkit-scrollbar-button:vertical:end:increment,
.lk ::-webkit-scrollbar-button:horizontal:start:decrement,
.lk ::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
@media(max-width: 1200px){
    .lk__flex{
        font-size: 1.3vw;
        flex-wrap: wrap;
    }
}
@media(max-width: 930px){
    .lk__name{
        font-size: 2em;
    }
}
@media(max-width: 800px){
    .lk__left{
        width: 100%;
        margin-bottom: 1.5em;
    }
    .lk__right{
        width: 100%;
    }
    .lk__rightTable{
        min-height: 25em;
    }
    .lk__rightTitle{
        margin-bottom: 0.8em;
    }
    .lk__flex {
        font-size: 2.8vw;
    }
}


.login{
    height: 100vh;
    font-size: 0.8333vw;
    min-height: 67.5em;
    background: url(/assets/fon.jpg) no-repeat center / cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.4em 0.625em 0; 
    color: #fff;
}
.login__logo{
    margin-bottom: 8.9em;
}
.login__logo img{
    width: 17.2em;
    height: auto;
}
.login__flex{
    flex-grow: 1;
    width: 100%;
    max-width: 65.5em; 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    max-height: 51.0625em;
}
.login__left{
    width: 100%;
    max-width: 25.375em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.login__left>*:not(img){
    position: relative;
    z-index: 2;
}
.login__border{
    position: absolute;
    bottom: 0;
    left: -13.45em;
    height: auto;
    width: 52.8125em;
    z-index: 0;
}
.login__borderPhone{
    position: absolute;
    bottom: 0;
    left: -13.4em;
    height: auto;
    width: 45.1875em;
    z-index: 1;
}
.login__right{
    width: 100%;
    max-width: 26.4375em;
}
.login__leftTitle{
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2; 
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(168.75deg, #D0A96D 25.51%, #ECD09D 68.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.login__leftSvg{
    width: 0.625em;
    height: auto;
    margin: 4.5em 0 4.64em;
}
.login__form{
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.625em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.6875em 1.4375em;
}
.login__form input{
    font-family: 'Gilroy';
    width: 100%;
    font-size: 1em;
    background: #F8F8F8;
    border: 0.0625em solid #D0D0D0; 
    border-radius: 0.3125em;
    height: 4.0625em;
    padding: 0 1.6875em;
    margin-bottom: 0.625em;
}
.login__form input::placeholder{
    color: #848484;
    font-size: 0.875em;
}
.login__button{
    font-family: "Playfair Display", sans-serif;
    font-size: 1em;
    position: relative;
    width: 100%;
    border: none;
    background: none;
    cursor: pointer;
    height: 5.1875em;
    text-transform: uppercase;
    color: #0f5875;
    transition: 0.3s opacity;
}
.login__button:hover{
    opacity: 0.7;
}
.login__button span{
    color: #0f5875;
    font-weight: 700;
    font-size: 0.875em; 
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.login__button::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: linear-gradient(180deg, #ECD09D 0%, #D0A96D 100%);
    border-radius: 0.3125em;
}
.login__button::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.3125em;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #8F764F;
    border-radius: 0.625em;
}
.login__button span::after{
    content: "";
    position: absolute;
    display: block;
    left: 0.285em;
    top: 0.285em;
    right: 0.285em;
    bottom: 0.285em;
    border-radius: 0.215em;
    border: 0.0625em solid #ECD09D;
}
.forgot-open{
    color: #186D93;
    font-size: 1.125em;
    line-height: 1.5;
    margin-top: 1.55em;
}
.login__copyright{
    margin: auto 0 3.4em;
    padding-top: 2em;
    color: #D6D6D6;
    line-height: 1.4;
}
.login__leftNote{
    margin: 2.5em 0;
    line-height: 1.5;
}
.error{
    color: red;
}

.login__right{
    width: 100%;
    max-width: 26.4375em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login__rightTitle{
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(168.75deg, #D0A96D 25.51%, #ECD09D 68.54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.login__footer{
    text-align: center;
    padding-top: 2em;
    margin-top: auto;
    margin-bottom: 3.4em;
}
.login__footerText{
    line-height: 1.4; 
    color: #D6D6D6;
    margin-top: 1.4em;
}
.login__footerText a{
    color: #D6D6D6;
    text-decoration: none;
}
.faq{
    text-align: center;
    margin-top: 2em;
    width: 100%;
}
.faq .login__button{
    max-width: 19.5em;
    margin-top: 1.6em;
}
.faq__ques{
    font-weight: 500;
    font-size: 1.125em;
    line-height: 2;  
    color: #BED8EE;
    cursor: pointer;
    transition: 0.3s color;
}
.faq__ques:hover,
.faq__ques.open{
    color: #ECD09D;
}
.faq__answer{
    display: none;
    font-size: 0.875em;
    color: #D6D6D6;
    line-height: 1.4;
}
.login__footer img{
    height: auto;
    width: 10.9375em;
}
@media(max-width: 900px){
    .login__border,.login__borderPhone{
        display: none;
    }
    .login__flex{
        max-height: inherit;
        max-width: 100%;
        flex-grow: inherit;
    }
    .login{
        justify-content: flex-start;
        height: auto;
        min-height: 100vh;
        font-size: 3vw;
    }
    .login__right{
        max-width: 100%;
    }
    .login__left{
        max-width: 100%;
    }
    .login__logo {
        margin-bottom: 2em;
    }
    .login__leftSvg {  
        margin: 1em 0;
    }

}






/* HEADER */
header {
    overflow: hidden !important;
    padding-bottom: 2px !important;
    background-color: #fff !important;
    background: -o-linear-gradient(bottom, #E9E8ED, #E9E8ED 2px, #fff 3px) !important;
    background: linear-gradient(to top, #E9E8ED, #E9E8ED 2px, #fff 3px) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
.header__content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__logoBlock {
    position: relative !important;
    z-index: 2 !important;
    margin-right: 28px !important;
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}
.header__logoBlock::before {
    content: none !important;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    height: 100% !important;
    width: 100vw !important;
    z-index: -1 !important;
    background-color: #252B42 !important;
}
.header__logoLink {
    display: block !important;
    padding: 18px 30px 18px 6px !important;
}
.header__logo {
        display: block;
    max-width: 100%;
}
.header__nav {
    margin-right: 28px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__nav ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}
.header__nav li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
    color: #252B42 !important;
}
.header__nav li:not(:last-child) {
    margin-right: 40px !important;
}
.header__nav a {
    height: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    position: relative !important;
    color: inherit;
    text-decoration: none;
}
.header__nav a::before {
    content: '' !important;
    display: block !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: rgba(37, 43, 66, 0) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__nav .menu-item a:hover::before,
.header__nav .menu-item a:focus::before {
    background-color: rgba(37, 43, 66, .5) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__nav .current-menu-item a::before {
    position: absolute !important;
    bottom: -2px !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background-color: rgba(37, 43, 66, 1) !important;
    -webkit-transition: background-color .2s !important;
    -o-transition: background-color .2s !important;
    transition: background-color .2s !important;
}
.header__contactsBlock {
    margin-left: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}
.header__tel {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-right: 26px !important;
    -webkit-transition: color .2s !important;
    -o-transition: color .2s !important;
    transition: color .2s !important;
    white-space: nowrap !important;
        color: #252B42;
    text-decoration: none;
}
.header__tel:hover,
.header__tel:focus {
    color: #0066CB !important;
    -webkit-transition: color .2s !important;
    -o-transition: color .2s !important;
    transition: color .2s !important;
}
.header__callback {
    padding: 12px 22px !important;
    font-weight: 400 !important;
    margin-right: 10px;
}
.header__lk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    border: 0;
    background-color: #F1F1F1;
    border-radius: 2px;
    transition: background-color .3s;
}
.header__lk:hover{
    background-color: #FFF628;
    transition: background-color .3s;
}
.header__lkIcon {
    display: block;
    width: 20px;
}
.header__mobileMenu {
	display: none !important;
}
@media (max-width: 1340px) {
	.header__logoBlock {
		width: 200px !important;
	}
	.header__nav li:not(:last-child) {
		margin-right: 20px !important;
	}
}
@media (max-width: 1170px) {
	.header__callback {
		display: none !important;
	}
	.header__tel {
		margin-right: 8px !important;
	}
}
@media (max-width: 990px) {
	.header__nav {
		display: none !important;
	}
	.header__content {
		-webkit-box-align: center !important;
		    -ms-flex-align: center !important;
		        align-items: center !important;
	}
	.header__mobileMenu {
		display: block !important;
		height: 100% !important;
		margin-left: 40px !important;
	}
	.header__mobileMenuIcon {
		width: 40px !important;
		height: 40px !important;
	}
}
@media (max-width: 750px) {
	header {
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 0 !important;
		z-index: 110 !important;
	}
	.header__logoBlock {
		width: 150px !important;
		margin-right: 25px !important;
	}
	.header__logoLink {
		padding: 10px 20px 10px 0px !important;
	}
	.header__tel {
		font-size: 16px !important;
	}
	.header__mobileMenu {
		margin-left: 25px !important;
	}
	.header__mobileMenuIcon {
		width: 35px !important;
		height: 35px !important;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
	.header__logoBlock {
		width: 100px !important;
		margin-right: 10px !important;
	}
	.header__tel {
		font-size: 14px !important;
	}
	.header__mobileMenu {
		margin-left: 15px !important;
	}
	.header__mobileMenuIcon {
		width: 25px !important;
		height: 25px !important;
	}
    .header__lk {
        width: 30px;
        height: 30px;
    }
    .header__lkIcon {
        width: 14px;
    }
}
/* HEADER */


/* CONTAINER */
.fullhdContainer {
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}
.container {
    width: 1310px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1340px) {
    .container {
        width: 1140px;
    }
}
@media (max-width: 1170px) {
    .container {
        width: 960px;
    }
}
@media (max-width: 990px) {
    .container {
        width: 720px;
    }
}
@media (max-width: 750px) {
    .container {
        width: 540px;
    }
}
@media (max-width: 570px) {
    .container {
        width: 450px;
    }
}
@media (max-width: 450px) {
    .container {
        width: 100%;
    }
}
/* CONTAINER */

/* FORM */
.btn {
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 22px 44px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
    cursor: pointer;
}
.btn--transparent {
    border: 1px solid #0066CB;
    color: #0066CB;
    background-color: transparent;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent:hover,
.btn--transparent:focus {
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent-accent {
    border-color: #FFF628;
    color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--transparent-accent:hover,
.btn--transparent-accent:focus {
    color: #252B42;
    background-color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid {
	border: 1px solid #0066CB;
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid:hover,
.btn--solid:focus {
    color: #252B42;
    background-color: #FFF628;
    border-color: #FFF628;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid-accent {
    background-color: #FFF628;
    color: #252B42;
    -webkit-transition: color .2s, background-color .2s, border-color .2s;
    -o-transition: color .2s, background-color .2s, border-color .2s;
    transition: color .2s, background-color .2s, border-color .2s;
}
.btn--solid-accent:hover,
.btn--solid-accent:focus {
    background-color: #0066CB;
    color: #fff;
    -webkit-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
} 
@media (max-width: 1340px) {
}
@media (max-width: 1170px) {
}
@media (max-width: 990px) {
}
@media (max-width: 750px) {
	.btn {
	    padding: 14px 24px;
	}
}
@media (max-width: 570px) {
}
@media (max-width: 450px) {
}
/* FORM */



















.lk--line__wrapper{
    background: #4C4C4C;
    border-radius: 0.1875em;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    row-gap: 15px;
}
.lk--line__wrapper.line-active{
    background: #0066CB;
}
.lk__line{   
    margin-bottom: 1em;
}
.lk--line__text{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
}
.lk--line__text span{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #A5A5A5;
}
.line-active .lk--line__text span{
    color: #252B42;
}
.lk--line__availability{
    font-weight: 700;
    font-size: 16px;
    line-height: 130%; 
    color: #FF3838;
    white-sapce: nowrap;
}
.lk--line__availability2{
    color: #fff;
}
.lk--line__more{ 
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #6D6A73;
    height: 50px;
    width: 210px; 
    border: 2px solid transparent;
    outline: none;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    cursor: pointer; 
    font-style: normal;     
    border-radius: 3px;
    background: #C6C6C6;
    color: #6D6A73;
}
.line-active .lk--line__more{
    background: #FFF628;
    color: #252B42;
}
.lk--line__more:hover{
    border: 2px solid #0E284A;
}
.lk--line__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 15px;
    width: 100%;
} 
.lk--line__price{
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lk--line__price span{
    font-size: 18px;
}
@media(min-width: 800px){ 
    .lk--line__wrapper{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 8px 26px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .lk--line__block{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-column-gap: 28px;
           -moz-column-gap: 28px;
                column-gap: 28px;
        max-width: 600px;
        width: 100%;
    }
    .lk--line__price{
        font-size: 30px;
    }
    .lk--line__availability{
        padding: 0 20px;
        margin-left: auto;
    }
}
.lk__line2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.1875em;
    background: #0066CB;
    padding: 8px 26px;
    margin: 35px 0;
}
.dp23{
    margin-top: 35px;
}
.lk__line2~.dp23{
    margin-top: 0;
}
.lk__line2Left{
    color: #fff;
}
.lk__line2Left span{
    text-transform: uppercase;
    color: #ECD09D;
    font-weight: 700;
}
.lk__line2Right{
    display: flex;
    align-items: center;
}
.lk__line2Btn{
    width: 210px;
    height: 50px; 
    font-size: 16px;
    font-weight: 700; 
    cursor: pointer;
    transition: 0.3s;
    background: #FFF628;
    border-radius: 0.1875em;
    color: #252B42;
}
.lk__line2Btn:hover{
    opacity: 0.7;
}
.lk__line2Sum{
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
}
@media(max-width: 800px){
    .lk__line2{
        flex-direction: column;
        padding: 15px;
    }
    .lk__line2Right{
        flex-direction: column;
        padding-top: 15px;
    }
}

/* MODAL */
.infoModal .modal__overlay{
    padding: 0 20px;
}
.infoModal__container{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 150px rgba(14, 40, 74, 0.25);
            box-shadow: 0px 4px 150px rgba(14, 40, 74, 0.25);
    border-radius: 20px;
    max-width: 670px;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px;
    position: relative;
}
.infoModal__close{
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.75781' y='7.67719' width='2.71429' height='19' transform='rotate(-45 5.75781 7.67719)' fill='%23D9D9D9'/%3E%3Crect x='7.67725' y='21.1122' width='2.71429' height='19' transform='rotate(-135 7.67725 21.1122)' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fff;
    border: none;
    outline: none;
    max-width: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.infoModal__title{ 
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #0E284A;
    margin-bottom: 25px;
}
.infoModal__text{ 
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000000;
    max-height: 300px;
    overflow-y: auto;
}
@media(min-width: 800px){
    .infoModal__container{
        padding: 37px 55px 37px 42px;
    }
    .infoModal__title{
        font-size: 35px;
        margin-bottom: 22px;
    }
    .infoModal__text{
        font-size: 18px;
    }
}



.dp23{
    font-size: 16px;
    color: #fff;
    width: 100%;
}
.dp23__title{
    font-weight: 700;
    width: 100%;
    max-width: 26.0625em;
    background: #0E284A;
    border-radius: 0.3125em;
    padding: 1.4375em 2.625em;
    margin-bottom: 0.875em;
}
.dp23__content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.25em 2.5em;
    border-radius: 0.1875em;
    background: #0066CB;
}
.dp23__left{
    width: 100%; 
    max-width: 35.3em;
    margin: 1.25em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dp23__right{
    width: 100%;
    max-width: 30.125em;
    margin: 1.25em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.dp23__contentTitle{
    width: 100%;
    font-weight: 600;
    font-size: 1.375em;
    line-height: 1.3;
    margin-bottom: 0.6em;
}
.dp23__label{ 
    font-size: 1em;
    line-height: 1.3;
    margin-right: .55em;
}
.dp23__form{ 
    display: flex;
    align-items: center; 
}
.dp23__form input{
    width: 100%;
    max-width: 15em;
    font-size: 1em;
    border-radius: 0.1875em;
    background: #FFF;
    height: 3.125em;
    padding: 0 1.25em;
    border: none;
    margin: 0 0.5em;
    flex-shrink: 0;
}
.dp23__form input::placeholder{
    color: #a3a3a3;
}
.dp23__form button{
    width: 100%;
    max-width: 13.125em; 
    border: none;
    font-weight: 700;
    font-size: 1em; 
    background: #FFF628;
    border-radius: 0.1875em;
    color: #252B42;
    height: 3.125em; 
    cursor: pointer;
    transition: 0.3s transform;
    flex-shrink: 0;
}
.dp23__full:hover,
.dp23__form button:hover{
    transform: scale(1.03);
}
.dp23__sum{  
    font-weight: 700;
    color: #fff;
    font-size: 2.5em;
    line-height: 1.3;     
}
.dp23__full{
    flex-shrink: 0;
    width: 13.125em; 
    background: #FFF628;
    border-radius: 0.1875em;
    color: #252B42;
    border: none;
    font-weight: 700;
    font-size: 1em; 
    cursor: pointer;
    transition: 0.3s transform;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 3.125em;
    margin: 0 1.25em;
}
.dp23__right .dp23__label{
    width: 100%;
    margin: 0 0 1em;
}
@media(max-width: 630px){
    .dp23{
        font-size: 2.05vw;
    }
    .dp23__content{
        font-size: 1.3em;
        padding: 1em;
    }
}




.bonusInfo{
    display: flex;
    margin-left: auto;
    pointer-events: none;
    align-items: center;
    justify-content: flex-end;
    white-space: nowrap;
    margin-bottom: 2.5em;
    margin-top: -5em;
}
.bonusInfo__text{
    color: #868686;
    margin-right: 0.9375em;
}
.bonusInfo__btn{
    pointer-events: all;
    font-weight: 600;
    font-size: 0.875em;
    text-decoration: none;
    border-radius: 0.358em;
    background: linear-gradient(180deg, #ECD09D 0%, #D0A96D 100%);
    width: 16.43em;
    height: 3.571em;
    color: #063E57;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s opacity;
}
.bonusInfo__btn:hover{
    opacity: 0.7;
}

@media (max-width: 1150px){
    .bonusInfo{
        margin-top: 0;
        justify-content: flex-start;
    } 
    body .bonusTop__modal {   
        position: static;
        transform: translateY(7%);
        line-height: 0;
        margin-bottom: 0.3125em;
    }
}

@media (max-width: 500px){
    .bonusInfo{
        flex-direction: column;
    }
    .bonusInfo__text{
        margin: 0 0 1em;
    }
}




.bonusTop{
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 24em;
    margin: -5em 0 2.5em auto;
    border-radius: 0.3125em;
    background: #063E57;
    padding: 0.3125em 1.25em;
    pointer-events: none;
    position: relative;
}
.bonusTop__modal{
    cursor: pointer;
    pointer-events: all;
    position: absolute;
    right: 100%;
    margin-right: 1em; 
    display: inline-flex;        
    justify-content: center;
    align-items: center; 
    border-radius: 100%;
    width: 2.5em; 
    height: 2.5em;
    background: #0E284A;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.bonusTop__modal span{
    font-weight: 700;
    font-size: 1.5em;
}
.bonusTop__text{
    font-size: 0.875em;
    font-weight: 600;
}
.bonusTop__text span{
    font-weight: 700;
    white-space: nowrap;
    color: #ECD09D;
}
.bonusTop__status{
    font-size: 0.875em;
    margin-left: auto;
    min-width: 7.143em;
    height: 2.143em;
    flex-shrink: 0;
    border-radius: 0.357em;
    background: #A9AEB4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1.3em 0 1em;
    font-weight: 600;
}
.bonusTop__img{
    width: 2.5em;
    height: 2.5em;
    margin-left: -0.9375em;
}
@media (max-width: 1150px){
    .bonusTop{
        margin: 0 0 1.5em;
    }
}
@media (max-width: 450px){
    .bonusTop{
        padding-left: 0.75em;
    }
    .bonusTop__text{
        width: 100%;
        text-align: center;
        margin-bottom: 1em;
    }
    .bonusTop__img{
        margin-right: auto;
    }
}




.bonusModalOpen{
    color: #ECD09D;  
    font-weight: 500;
    line-height: 130%;  
    text-decoration-line: underline;
    text-underline-position: under; 
    z-index: 2;
}
.bonusModalOpen:hover{
    text-decoration: none;
} 

#bonusModal .modal__container{
    background: transparent;
    max-width: 63.125em;
    border-radius: 0;
    padding: 0 0 0 29.375em;
    color: #fff;
    overflow: hidden;
}
#bonusModal .modal__close{
    font-size: 1em;
    border: none;
    top: 0.3125em;
    right: 0.375em;
    z-index: 5;
}
#bonusModal .modal__close svg{
    pointer-events: none;
    width: auto;
    height: 1.25em;
}
.bonusModal__content{
    background: #063E57;
    border-radius: 0.625em;
    position: relative;
    z-index: 2;
    padding: 2.8155em 1.875em;
}
.bonusModal__name{ 
    font-size: 2.5em; 
    font-weight: 600;
    line-height: 1.225; 
    margin-bottom: 0.5em;
}
.bonusModal__text{  
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.5; 
    margin-bottom: 0.445em;
}
.bonusModal__count span{
    white-space: nowrap;
}
.bonusModal__count{
    color: #ECD09D; 
    font-size: 2.25em; 
    font-weight: 700;
    line-height: 1.225;
    margin-bottom: 0.556em;
    display: inline-block;
    position: relative;
}
.bonusModal__countStatus{
    position: absolute;
    left: 100%;
    margin-left: 1.5625em;
    min-width: 7.143em;
    border-radius: 0.358em;
    display: flex;
    height: 2.143em;
    justify-content: center;
    align-items: center;
    padding: 0 1.072em 0 0.428em;
    background: #A9AEB4;
    font-weight: 600;
    transform: translateY(-50%);
    color: #fff;
    font-size: 0.35em;
    top: 50%;
}
.bonusModal__countStatuImg{
    position: absolute;
    width: 2.857em;
    height: 2.857em;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -0.643em;
}
.bonusModal__tip{  
    opacity: 0.6;
    margin-bottom: 0.75em;
    font-weight: 400;
    line-height: 150%; 
}
.bonusModal__btns{
    width: 100%;
    max-width: 27.875em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1em;
}
.bonusModal__btn{
    border-radius: 0.1875em;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(122.29deg, #D0A96D 19.67%, #8F764F 84.23%);
    border: 0.1em solid transparent;
    width: 13.125em;
    height: 3.75em;  
    font-weight: 700; 
    transition: 0.3s;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
}
.bonusModal__btn:hover{
    background: transparent; 
    border-color: #fff;
}
.bonusModal__img{
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 29.375em;
    object-fit: cover;
    border-radius: 0.625em;
}
@media (max-width: 900px){
    .bonusModal__img{
        display: none;
    }
    #bonusModal .modal__container{
        padding-left: 0;
        max-width: 34em;
    }
}
@media (max-width: 820px){
    .bonusModal__btn{
        width: 100%; 
    }  
    .bonusModal__name{
        font-size: 2em;
    }
    .bonusModal__content{
        overflow: auto;
        padding: 2em 0.625em;
    } 
    .bonusModal__count{
        font-size: 1.875em;
    }
}


@media (max-width: 550px){
    .bonusModal__count{
        margin-bottom: 90px;
    }
    .bonusModal__countStatus{
        top: inherit;
        left: 0;
        bottom: -70px;
        margin-left: 0;
    }
}






.bonusForm{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;
    padding-bottom: 0.9375em;
    border-bottom: solid 0.0625em #3A6172;
    margin-bottom: 0.9375em;
}
.bonusForm__text{  
    line-height: 130%; 
}

.bonusForm__count{
    color: #ECD09D; 
    font-weight: 600; 
}
.bonusForm__radios{
    display: flex; 
    align-items: center;
    flex-wrap: wrap;
}
.bonusForm__label{
    cursor: pointer;
    margin-left: 0.5em;
    align-items: center;
    display: flex;
}
.bonusForm__label input{
    width: 0;
    height: 0;
    opacity: 0;
}
.bonusForm__label input:checked~span{
    color: #063E57;
    background: #ECD09D;
}
.bonusForm__label span{
    color: #808080;
    text-align: center; 
    font-size: 0.875em;
    font-style: normal;
    font-weight: 500;  
    align-items: center;
    display: flex;
    justify-content: center;
    width: 10em;
    line-height: 2.5em;
    flex-shrink: 0;
    border-radius: 0.214em;
    background: #E0E0E0;
    white-space: nowrap; 
    padding: 0 1em;
}
@media (max-width: 850px){
    .bonusForm__text{
        width: 100%;
        margin-bottom: 1em;
    }
}
@media (max-width: 580px){ 
    .bonusForm__radios{
        justify-content: space-between;
    }
    .bonusForm__label{
        width: 49%;
        margin: 0;
    }
    .bonusForm__label span{
        width: 100%;
    }
}





.lkbonus__banner{
    margin: 3.125em 0;
    width: 100%;
    border-radius: 0.9375em;
    background: linear-gradient(90deg, #063E57 0%, #186D93 100%);
    color: #fff;
    padding: 3em 4.375em;
    position: relative;
    overflow: hidden;
}
.lkbonus__bannerImg{
    position: absolute;
    right: 0;
    top: 0; 
    width: auto;
    height: 100%;
}
.lkbonus__bannerTitle{
    background: linear-gradient(119.81deg, #FFFFFF 31.79%, #57ADD4 90.23%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 4em; 
    font-weight: 500;
    line-height: 1;  
    margin-bottom: 0.3125em;
    position: relative;
    z-index: 2;
}

.lkbonus__bannerText{
    font-size: 1.375em;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    max-width: 24em;
    margin-bottom: 2.36em;
    position: relative;
    z-index: 2;
}
.lkbonus__bannerBottom{
    max-width: 32.75em;
    white-space: nowrap;
    align-items: center;
    display: flex;
    justify-content: space-between;  
    position: relative;
    z-index: 2;
}
.lkbonus__bannerBtn{
    border-radius: 0.3125em;
    background: linear-gradient(180deg, #ECD09D 0%, #D0A96D 100%); 
    width: 100%;
    max-width: 20em;
    height: 4.6875em;
    font-weight: 600;
    border: none;
    color: #063E57;
    cursor: pointer;  
    transition: 0.3s opacity;
    padding: 0;
    font-size: 1em;
} 
.lkbonus__bannerBtn:hover{
    opacity: 0.7;
}
.lkbonus__bannerBtn span{
    font-size: 1.125em;
}
.lkbonus__bannerBottomText{
    font-weight: 500;
}
.lkbonus__bannerBottomText b{
    font-weight: 600;
    font-size: 0.8125em;
    margin-left: 0.6em;
}
.lkbonus__bannerBottomText span{
    color: #ECD09D;
    font-weight: 600;
    font-size: 1.5em;
}
.lkbonus__bannerNote{
    padding: 0.625em 1.25em;
    top: 0;
    margin-top: 2em;
    position: absolute;
    right: 2em;
    color: #fff;
    background: rgba(5, 55, 78, 0.5);
    backdrop-filter: blur(0.625em);
    border-radius: 0.625em;
    font-weight: 600;
    max-width: 21em;
    text-align: center;
}
.lkbonus__bannerNote span{ 
    font-size: 0.8125em;
    line-height: 1.4; 
}

.agent2022__title {
    font-weight: 700;
    font-size: 2.625em;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 1.1em;
    color: #063E57;
}


.profit2022__items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 3.9em;
    border-bottom: 0.0625em solid #E8E6E6;
    margin-bottom: 5.4em;
}
.profit2022__item{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 25.25em;
    margin-bottom: 1.5em;
}
.profit2022__itemIco{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.5em;
    height: 4.5em;
    margin-bottom: 0.2em;
}
.profit2022__itemText{
    font-weight: 500;
    font-size: 1.125em;
    line-height: 1.5; 
    color: #09181F;
}
.profit2022__status{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; 
}
.profit2022__statusItem{ 
    width: 18.875em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.25em 1.35em;
    border-radius: 0.9375em;
    margin: 5.7em 0 2.3em;
}
.profit2022__statusItemImg{
    width: 9.6875em;
    height: 9.6875em;
    margin-top: -4.875em;
    margin-bottom: 1.5em;
}
.profit2022__statusItem:first-child{
    border: 0.0625em solid #DFDFDF;
}
.profit2022__statusItemRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 1em;
}
.profit2022__statusItemRowLeft{
    width: 6em;
    height: 1.875em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 0.1875em; 
    line-height: 1;
}
.profit2022__statusItemRowRight{
    font-size: 0.875em;
    line-height: 1.5; 
    color: #063E57;
}
.profit2022__statusItem:nth-child(1) .profit2022__statusItemRowLeft{
    color: #333C65;
    border: 0.0625em solid #E3E3E3;
    padding: 0 0 0.4em;
}
.profit2022__statusItem:nth-child(2) .profit2022__statusItemRowLeft{
    background: #9E9E9E;
}
.profit2022__statusItem:nth-child(3) .profit2022__statusItemRowLeft{
    background: #CBA85D;
}
.profit2022__statusItem:nth-child(4) .profit2022__statusItemRowLeft{
    background: #05222FBA;
}
.profit2022__statusItem:nth-child(2){
    background: #F5f5f5;
}
.profit2022__statusItem:nth-child(3){
    background: #FFEFCB;
}
.profit2022__statusItem:nth-child(4){
    background: #E0E6E8;
}
.profit2022__statusItemTitle{
    width: 100%;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.5; 
    color: #063E57;
    margin-bottom: 0.2em;
}
.profit2022__statusItemText{
    color: #00000099;
    line-height: 1.5; 
    width: 100%;
}
.profit2022__statusAfter{
    font-size: 0.875em;
    line-height: 1.5; 
    text-align: center;
    color: #09181F;
    margin: 0 auto;
    max-width: 78em;
}



@media (max-width: 1150px){ 
    .lkbonus__bannerImg{
        display: none;
    }
}
@media (max-width: 900px){
    .agent2022__title{
        font-size: 2.25em;
    }
	.profit2022__items{
	    border: none;
	    padding-bottom: 0;
	}
	.profit2022__status{
	    justify-content: space-around;
	}
	.lkbonus__bannerText{
	    font-size: 1.25em;
	}
	.lkbonus__bannerNote{
	    position: static;
	    margin: 1em auto 0;
	}
}
@media (max-width: 750px){
    .lkbonus__banner{
        padding: 2em 1em;
    }
    .lkbonus__bannerTitle{
        font-size: 1.5em;
    }
}
@media (max-width: 640px){
    .lkbonus__bannerBottom{
        flex-direction: column;
        background: transparent;
    }
    .lkbonus__bannerBottomText{
        margin-top: 1em;
    }
} 





.lk__pdl{
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
    
}
.lk__pdlWrapper{
    position: relative;
    width: 100%;
    max-width: 31.6875em;
    display: flex;
}
.lk__pdlImg{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
}
.lk__pdlLink{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.66em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 1.125em;
    font-weight: 700;
    width: 9.88em;
    height: 3.27em;
    background: #FFF628;
    border-radius: 0.1875em;
    color: #252B42;
}
.lk__pdlLink span{
    font-size: 0.889em;
}

.lk__pdlLink:hover{
    opacity: 0.7;
}
@media(max-width: 550px){
    .lk__pdl{
        margin-bottom: 1em;
        font-size: 2.909vw;
    }
}











.oplataConfirm__container{
    background: #FFFFFF;  
    font-size: 16px;
    width: 100%;
    max-width: 30.9375em;
    max-height: 100vh;
    overflow-y: auto; 
    box-sizing: border-box;
    padding: 1.875em 1em;
    position: relative;
}
.oplataConfirm__close{
    outline: none !important;
    position: absolute;
    right: 0.75em;
    top: 0.75em;
    width: 1em;
    height: 1em;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='19.7168' y='2.87939' width='3.40128' height='23.809' transform='rotate(45 19.7168 2.87939)' fill='%232D5E82'/%3E%3Crect x='2.88086' y='5.28467' width='3.40128' height='23.809' transform='rotate(-45 2.88086 5.28467)' fill='%232D5E82'/%3E%3C/svg%3E%0A");
}
.oplataConfirm__close:hover{
    opacity: 0.7;
}
.oplataConfirm__title{
    line-height: 1.3;
    font-size: 1.875em;
    margin-bottom: 0.43em;
    color: #252B42;
    font-weight: 700;
}
.oplataConfirm__text{
    font-size: 1em;
    color: #303030;
    margin-bottom: 1.5625em;
}
.oplataConfirm__img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.875em 0;
    background: #F9F9F9;
    border-radius: 0.125em;
    margin-bottom: 1.5625em;
}
.oplataConfirm__img img{
    display: block;
    width: auto;
    height: 8.125em;
}
.oplataConfirm__btn{
    width: 100%;
    text-decoration: none;
    transition: 0.3s opacity;
    color: #fff;
    font-weight: 600;
    height: 5em;
    background: #0066CB;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 0.125em;
}
.oplataConfirm__btn span{
    font-size: 1em;
}
.oplataConfirm__btn:hover{
    opacity: 0.7;
}

@media (min-width: 800px) {
    .oplataConfirm__container {
        padding: 2.8125em 1.875em;
    }
    .oplataConfirm__close{
        width: 1.5625em;
        height: 1.5625em;
    }
}






.odobModal__container{
    width: 100%;
    max-width: 612px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 15px;
}
.odobModal__content{
    width: 100%; 
    padding: 50px 15px 30px;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.odobModal__img{
    display: block;
    flex-shrink: 0;
    width: 100%;
    max-width: 550px;
    height: auto;
}
.odobModal__img2{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-10%,-56%);
    height: auto;
    display: block;
    width: 56%; 
    pointer-events: none;
}
.odobModal__close{
    position: absolute;
    display: block;
    background-color: transparent;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4023 7.61363C24.2789 7.49003 24.1324 7.39196 23.9711 7.32505C23.8098 7.25815 23.6369 7.22371 23.4622 7.22371C23.2876 7.22371 23.1147 7.25815 22.9534 7.32505C22.7921 7.39196 22.6456 7.49003 22.5223 7.61363L16.0023 14.1203L9.48225 7.6003C9.35881 7.47686 9.21226 7.37894 9.05098 7.31213C8.88969 7.24532 8.71683 7.21094 8.54225 7.21094C8.36768 7.21094 8.19481 7.24532 8.03353 7.31213C7.87224 7.37894 7.72569 7.47686 7.60225 7.6003C7.47881 7.72374 7.38089 7.87029 7.31408 8.03157C7.24728 8.19286 7.21289 8.36572 7.21289 8.5403C7.21289 8.71487 7.24728 8.88774 7.31408 9.04902C7.38089 9.21031 7.47881 9.35686 7.60225 9.4803L14.1223 16.0003L7.60225 22.5203C7.47881 22.6437 7.38089 22.7903 7.31408 22.9516C7.24728 23.1129 7.21289 23.2857 7.21289 23.4603C7.21289 23.6349 7.24728 23.8077 7.31408 23.969C7.38089 24.1303 7.47881 24.2769 7.60225 24.4003C7.72569 24.5237 7.87224 24.6217 8.03353 24.6885C8.19481 24.7553 8.36768 24.7897 8.54225 24.7897C8.71683 24.7897 8.88969 24.7553 9.05098 24.6885C9.21226 24.6217 9.35881 24.5237 9.48225 24.4003L16.0023 17.8803L22.5223 24.4003C22.6457 24.5237 22.7922 24.6217 22.9535 24.6885C23.1148 24.7553 23.2877 24.7897 23.4622 24.7897C23.6368 24.7897 23.8097 24.7553 23.971 24.6885C24.1323 24.6217 24.2788 24.5237 24.4023 24.4003C24.5257 24.2769 24.6236 24.1303 24.6904 23.969C24.7572 23.8077 24.7916 23.6349 24.7916 23.4603C24.7916 23.2857 24.7572 23.1129 24.6904 22.9516C24.6236 22.7903 24.5257 22.6437 24.4023 22.5203L17.8823 16.0003L24.4023 9.4803C24.9089 8.97363 24.9089 8.1203 24.4023 7.61363Z' fill='%237696AE'/%3E%3C/svg%3E%0A");
    width: 32px;
    height: 32px;
    z-index: 2;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}
.odobModal__btns button:hover,
.odobModal__close:hover{
    opacity: 0.7;
}
.odobModal__title{ 
    font-weight: 500;
    font-size: 20px;
    line-height: 1; 
    color: #252B42;
    margin-bottom: 15px;
}
.odobModal__sum{ 
    font-weight: 700;
    font-size: 72px;
    line-height: 1; 
    color: #0066CB;
}
.odobModal__btns{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}
.odobModal__btns button{
    cursor: pointer;
    width: 270px;
    height: 62px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center; 
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    line-height: 0;
    flex-shrink: 0;
    border: none;
    transition: 0.3s;
}
.odobModal__btns button:nth-child(1){
    background: #fff; 
    border: 1px solid #252B4240;
    color: #252B42;
}
.odobModal__btns button:nth-child(2){
    background: #0066CB;
    color: #fff;
}
@media(max-width: 500px){
    .odobModal__sum{
        font-size: 50px;
    }
}
.modal__overlay{
    overflow: auto;
}




