/*@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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,
caption, tbody, tfoot, thead {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    vertical-align: baseline;
}

label {
    cursor: pointer;
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

sup {
    vertical-align: top;
    font-size: 10px;
}

sub {
    vertical-align: bottom;
    font-size: 10px;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: "Roboto Flex", sans-serif;
    color: #0F1A2C;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    background: #E8EBF0;
}

* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    transition: 0.2s;
}

h1, .h1 {
    position: relative;
    font-size: 72px;
    line-height: 95%;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 40px;
}

h2, .h2 {
    position: relative;
    font-size: 40px;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 24px;
}

h3, .h3 {
    position: relative;
    font-size: 30px;
    line-height: 115%;
    font-weight: 500;
}

h4, .h4 {
    position: relative;
    font-size: 24px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 16px;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

button {
    font-family: "Roboto Flex", sans-serif;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.wp {
    max-width: 1920px;
    position: relative;
    padding: 0 40px;
    margin: 0 auto;
}

.wrapper {
    position: relative;
    padding-top: 172px;
}

.content {
    position: relative;
    padding-bottom: 120px;
}

.section {
    position: relative;
    padding-bottom: 120px;
}

.section-hidden {
    position: relative;
    overflow: clip;
}

.topic {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
}

.topic__title {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.topic__title * {
    margin-bottom: 0;
}

.topic__title .tag {
    padding: 9px 16px;
    color: #0F1A2C;
    font-size: 16px;
    line-height: 135%;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.topic__snippet {
    width: 100%;
    position: relative;
}

.topic.center .topic__title {
    justify-content: center;
}

.topic.center .topic__snippet {
    text-align: center;
}

.block {
    position: relative;
}

.top-radius {
    padding-top: 120px;
    background: #E8EBF0;
    -webkit-border-top-left-radius: 32px;
    -webkit-border-top-right-radius: 32px;
    -moz-border-radius-topleft: 32px;
    -moz-border-radius-topright: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    z-index: 5;
    position: relative;
}

.top-section-radius {
    padding-top: 120px;
}

.bottom-radius {
    padding-bottom: 120px;
    background: #E8EBF0;
    -webkit-border-bottom-right-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -moz-border-radius-bottomright: 32px;
    -moz-border-radius-bottomleft: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    z-index: 5;
}

.text-b_reg {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.text-b_m {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.text-s_reg {
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
}

.text-s_m {
    font-size: 16px;
    line-height: 135%;
    font-weight: 500;
}

.text-l_reg {
    font-size: 24px;
    line-height: 125%;
    font-weight: 400;
}

.text-l_sb {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
}

.text-overline {
    font-size: 16px;
    line-height: 135%;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.base-icon__blue {
    width: 24px;
    height: 24px;
    display: block;
    fill: #447AFF;
}

.base-icon__white {
    width: 24px;
    height: 24px;
    display: block;
    fill: #fff;
}

.base-icon__dark {
    width: 24px;
    height: 24px;
    display: block;
    fill: #0F1A2C;
}

.base-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    gap: 8px;
}

.link, .link-white {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.link-inline {
    display: inline-flex;
}

.link__title, .link-white__title {
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.link__title {
    color: #0F1A2C;
    border-bottom: 1px solid #0F1A2C;
}

.link-white__title {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.link__icon, .link-white__icon {
    width: 24px;
    height: 24px;
    display: block;
    fill: #2259F6;
}

.link:hover .link__title {
    color: #2259F6;
    border-color: #2259F6;
}

.link-white:hover .link-white__title {
    color: #fff;
    border-color: #fff;
}

/* Fields Base */
.form-item {
    position: relative;
    margin-bottom: 20px;
}

.field {
    width: 100%;
    position: relative;
    padding: 20px 32px;
    margin: 0;
    font-family: "Roboto Flex", sans-serif;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 400;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
}

.field:focus::placeholder {
    color: transparent;
}

input.field {
    height: 64px;
}

textarea.field {
    height: 240px;
    resize: none;
}

/* светлый фон */
.form-light .field {
    color: rgba(15, 26, 44, .6);
    border: 1px solid #F8F8F9;
    background-color: #F8F8F9;
}

.form-light .field:hover {
    border-color: rgba(15, 26, 44, .2);
}

.form-light .field:disabled {
    color: rgba(15, 26, 44, .2);
    background-color: rgba(248, 248, 249, .5);
}

.form-light .field:focus {
    color: #0F1A2C;
    border-color: rgba(15, 26, 44, .2);
    background-color: transparent;
}

.form-light ::-webkit-input-placeholder {
    color: rgba(15, 26, 44, .6);
}

.form-light ::-moz-placeholder {
    color: rgba(15, 26, 44, .6);
}

.form-light :-moz-placeholder {
    color: rgba(15, 26, 44, .6);
}

.form-light :-ms-input-placeholder {
    color: rgba(15, 26, 44, .6);
}

.form-light .field:valid {
    color: #0F1A2C;
}

/* темный фон */
.form-dark .field {
    color: rgba(255, 255, 255, .6);
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, .2);
}

.form-dark .field:hover {
    border-color: rgba(255, 255, 255, .2);
}

.form-dark .field:disabled {
    color: rgba(255, 255, 255, .2);
    background-color: rgba(255, 255, 255, .1);
}

.form-dark .field:focus {
    color: #fff;
    border-color: rgba(255, 255, 255, .2);
    background-color: transparent;
}

.form-dark ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.form-dark ::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.form-dark :-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.form-dark :-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.form-dark .iti__selected-dial-code {
    color: #fff;
}

.form-dark .iti__arrow {
    border-top-color: #fff;
}

.form-dark .iti__arrow--up {
    border-bottom-color: #fff;
}

input[type="search"] {
    padding-left: 64px;
    background-image: url(../images/icon/i7.svg);
    background-repeat: no-repeat;
    background-position: 32px 50%;
    background-size: 24px;
}

input[type="search"]:focus {
    background-image: url(../images/icon/i7-active.svg);
}

.label-note {
    margin-top: 12px;
    display: block;
    color: rgba(15, 26, 44, .6);
}

.password-note {
    margin-top: 12px;
    display: none;
    color: #FCB00C;
}

.password-ok .password-note {
    color: #25B55B;
    display: block;
}

.password-error .password-note {
    color: #E04242;
    display: block;
}

.error-message {
    color: #E04242;
    display: block;
    margin-bottom: 10px;
}

.password-open .password-note {
    display: none;
}

.password-error .field {
    border-color: #E04242;
}

.password-button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 32px;
    background-image: url(../images/icon/i8.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    background-color: transparent;
}

.password-ok .password-button, .password-error .password-button, .password-open .password-button {
    display: block;
}

.password-open .password-button {
    background-image: url(../images/icon/i8-active.svg);
}

/*
input[type="password"]:focus + label {
    display: block;
}

input[type="password"]:empty + .password-button {
    display: block;
}
*/

/*
input[type="password"]:valid + label { 
	color: #25B55B;
}
input[type="password"]:invalid + label { 
	color: #E04242;
}
*/
/*
input[type="submit"] {
    position: relative;
    padding: 15px 30px;
    display: inline-block;
    color: #f4f4fe;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.12rem;
    text-transform: uppercase;
    font-family: 'Bicubik';
    background: #e30613;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: 1s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="submit"]:hover {
	color: #000;
	background: #f4f4fe;
	transition: 1s;
}	
*/
.fon-dark {
    position: relative;
    padding: 160px 0;
    margin: -40px 0;
    background-color: #0F1A2C;
}

.fon-grey {
    position: relative;
    padding: 160px 0;
    margin: -40px 0;
    background: #BCC4D4;
}

.fon-dark .topic, .fon-grey .topic, .fon-dark .carousel-other_cards-title {
    color: #fff;
}

.fon-dark .topic .blue-text, .fon-grey .topic .blue-text {
    color: rgba(255, 255, 255, 0.6);
}

.checkbox {
    position: relative;
    min-height: 24px;
    padding-left: 32px;
    display: block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/check-box/check-box_default.svg);
}

.checkbox:hover {
    background-image: url(../images/check-box/check-box_hover.svg);
}

.checkbox.checked {
    background-image: url(../images/check-box/check-box_inactive.svg);
}

.checkbox input[type="checkbox" i] {
    display: none;
}

.form-dark .checkbox {
    background-image: url(../images/check-box/check-box_default-dark.svg);
}

.form-dark .checkbox:hover {
    background-image: url(../images/check-box/check-box_hover-dark.svg);
}

.form-dark .checkbox.checked {
    background-image: url(../images/check-box/check-box_inactive-dark.svg);
}

.personal {
    position: relative;
    margin-top: 20px;
}

.form-light .personal .checkbox {
    color: rgba(15, 26, 44, .6);
}

.form-dark .personal .checkbox {
    color: rgba(255, 255, 255, .6);
}

.personal .checkbox a {
    text-decoration: underline;
}

.icon-btn {
    width: 64px;
    height: 64px;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.icon-small-btn {
    width: 48px;
    height: 48px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 1s;
    cursor: pointer;
}

.title-icon {
    display: flex;
    align-items: center;
    gap: 16px;
}

.form .title-icon {
    margin-bottom: 24px;
}

.substrateIcon {
    width: 64px;
    height: 64px;
    position: relative;
    background: rgba(34, 89, 246, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
}

.substrateIcon svg {
    width: 32px;
    height: 32px;
    display: block;
    fill: #2259F6;
}

.btn {
    position: relative;
    padding: 20px 48px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: "Roboto Flex", sans-serif;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.btn__title {
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
}

.btn__icon {
    width: 24px;
    height: 24px;
    display: block;
}

/* btn--blue */
.btn--blue {
    background: #2259F6;
}

.btn--blue:hover {
    background: #447AFF;
}

.btn--blue .btn__title {
    color: #fff;
}

.btn--blue .btn__icon {
    fill: #fff;
}

.btn--blue:disabled {
    background: #B0C4FC;
    cursor: default;
}

.btn--blue:disabled .btn__title {
    /*color: rgba(255, 255, 255, .6);*/
}

.btn--blue:disabled .btn__icon {
    /*fill: rgba(255, 255, 255, .2);*/
}

/* btn--white */
.btn--white {
    background: #fff;
}

.btn--white .btn__icon {
    fill: #2259F6;
}

.btn--white .btn__title {
    color: #0F1A2C;
}

.btn--white:hover .btn__title {
    color: #2259F6;
}

.btn--white:disabled {
    background: rgba(255, 255, 255, .1);
}

.btn--white:disabled .btn__title {
    color: rgba(255, 255, 255, .6);
}

.btn--white:disabled .btn__icon {
    fill: rgba(255, 255, 255, .2);
}

/* btn--grey */
.btn--grey {
    background: #EEEFF0;
}

.btn--grey:hover {
    background: #2259F6;
}

.btn--grey .btn__title {
    color: #0F1A2C;
}

.btn--grey:hover .btn__title {
    color: #fff;
}

.btn--grey .btn__icon {
    fill: #2259F6;
}

.btn--grey:hover .btn__icon {
    fill: #fff;
}

.btn--grey:disabled {
    background: #F8F8F9;
}

.btn--grey:disabled .btn__title {
    color: rgba(15, 26, 44, .6);
}

.btn--grey:disabled .btn__icon {
    fill: rgba(15, 26, 44, .2);
}

/* btn--str */
.btn--str {
    background: transparent;
    border: 1px solid rgba(15, 26, 44, 0.2);
}

.btn--str:hover {
    border-color: #2259F6;
}

.btn--str .btn__title {
    color: #0F1A2C;
}

.btn--str:hover .btn__title {
    color: #2259F6;
}

.btn--str .btn__icon {
    fill: #2259F6;
}

.btn--str:hover .btn__icon {
    fill: #2259F6;
}

.btn--str:disabled {
    border-color: rgba(15, 26, 44, 0.1);
}

.btn--str:disabled .btn__title {
    color: rgba(15, 26, 44, .6);
}

.btn--str:disabled .btn__icon {
    fill: rgba(15, 26, 44, 0.2);
}

/* btn--str_w */
.btn--str_w {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn--str_w:hover {
    border-color: #fff;
}

.btn--str_w .btn__title {
    color: #fff;
}

.btn--str_w:hover .btn__title {
    color: #fff;
}

.btn--str_w .btn__icon {
    fill: #fff;
}

.btn--str_w:hover .btn__icon {
    fill: #fff;
}

.btn--str_w.inactive {
    border-color: rgba(255, 255, 255, 0.2);
}

.btn--str_w.inactive .btn__title {
    color: rgba(255, 255, 255, 0.6);
}

.btn--str_w.inactive .btn__icon {
    fill: rgba(255, 255, 255, 0.6);
}

/* btn--str_b */
.btn--str_b {
    background: transparent;
    border: 1px solid rgba(15, 26, 44, 0.1);
}

.btn--str_b .btn__icon {
    fill: rgba(15, 26, 44, 1);
}

.btn--str_b:hover .btn__icon {
    fill: #2259F6;
}

/* btn--blur */
.btn--blur {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(100px);
}

.btn--blur .btn__icon {
    fill: #fff;
}

.btn--blur:hover {
    background: #fff;
}

.btn--blur:hover .btn__icon {
    fill: #2259F6;
}

/* btn-small */
.btn-small {
    position: relative;
    padding: 12px 24px;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: 1s;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.btn-small__title {
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

.btn-small__icon {
    width: 24px;
    height: 24px;
    display: block;
}

.btn-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.btn-box.center {
    justify-content: center;
}

.icon-loupe {
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.icon-loupe .svg__icon {
    fill: #fff;
}

.icon-loupe:hover {
    background-color: #fff;
}

.icon-loupe:hover .svg__icon {
    fill: #2259F6;
}

.icon-loupe:not([href]) .svg__icon {
    fill: rgba(255, 255, 255, 0.2);
}

.svg__icon {
    width: 24px;
    height: 24px;
    display: block;
}

.svg__icon-32 {
    width: 32px;
    height: 32px;
    display: block;
}

/* form */
.form {
    position: relative;
}

.form-button {
    position: relative;
    margin-top: 20px;
}

.form-button .btn {
    width: 100%;
    box-sizing: border-box;
}

.button-noact {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.form-button.inactive .button-noact {
    display: block;
}

.form-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.form-flex .form-item {
    flex: 1 1 0px;
}

.form-title {
    position: relative;
    margin-bottom: 40px;
}

.form-title h2, .form-title .h2 {
    margin-bottom: 0;
}

.social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.social_icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.social_icon img {
    display: block;
}

.social__base {
    width: 64px;
    height: 64px;
}

.social__base img {
    width: 24px;
    height: 24px;
}

.social__small {
    width: 48px;
    height: 48px;
}

.social__small img {
    width: 24px;
    height: 24px;
}

.youtube {
    background-color: #FF0000;
}

.tme {
    background-color: #2787F5;
}

.inst {
    background-image: url(../images/social/inst.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.whatsapp {
    background-color: #25B55B;
}

.vk {
    background-color: #2787F5;
}

.viber {
    background-color: #6F3FAA;
}

.ok {
    background-color: #F96600;
}

.text-btn {
    position: relative;
    display: inline-block;
    padding-right: 36px;
    font-weight: 500;
    background-image: url(../images/icons-base/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center right;
}

.text-btn:hover {
    color: #2259F6;
    background-image: url(../images/icons-base/arrow-right_hover.svg);
}

.fon-dark .text-btn, .fon-grey .text-btn {
    color: #fff;
    background-image: url(../images/icons-base/arrow-right_white.svg);
}

.fon-dark .text-btn:hover, .fon-grey .text-btn:hover {
    color: #fff;
    background-image: url(../images/icons-base/arrow-right_white_hover.svg);
}

.form-account {
    position: relative;
}

.social-account {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.account-btn {
    height: 48px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.account-btn .btn__title {
    font-weight: 600;
}

.account-google {
    flex: 100%;
    background-color: #fff;
    border: 1px solid rgba(15, 26, 44, .2);
}

.account-yandex {
    flex: 1 1 0px;
    background-color: #FC3F1D;
}

.account-apple {
    flex: 1 1 0px;
    background-color: #000000;
}

.account-yandex svg, .account-apple svg {
    fill: #fff;
}

.line-or {
    position: relative;
    margin: 24px 0;
    text-align: center;
}

.line-or span {
    position: relative;
    display: inline-block;
    padding: 0 16px;
    background: #fff;
}

.line-or:before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    background: rgba(15, 26, 44, .1);
    content: '';
}

.form-link {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
}

.form-radio {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.form-radio .radio-label {
    height: 48px;
    padding: 0 24px;
    display: block;
    line-height: 46px;
    font-weight: 500;
    background: #fff;
    border: 1px solid rgba(15, 26, 44, 0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form-radio .radio-label input[type="radio" i] {
    display: none;
}

.form-radio .radio-label.act {
    color: #fff;
    background: #2259F6;
    border-color: #2259F6;
}

.view-all {
    position: absolute;
    top: 10px;
    right: 0;
}

.blue-text {
    color: rgba(15, 26, 44, 0.6);
}

.white-box {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.white-box__img {
    position: relative;
    padding: 12px 12px 0 12px;
}

.white-box__info {
    position: relative;
    padding: 40px;
}

.blue-box {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #2259F6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.blue-box__info {
    position: relative;
    padding: 40px;
}

.blue-box .form-title {
    color: #fff;
}

.img-height {
    height: 300px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.img-box {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.img-box img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    display: block;
}

.white-box:hover .img-box img {
    transform: scale(1.1);
    transition: 0.3s;
}

.white-box:hover .title-box {
    color: #2259F6;
}

.white-box .btn {
    width: 100%;
}

.white-box__icon {
    width: 64px;
    margin-bottom: 60px;
}


.grid-2 {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
}

.grid-3 {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}

.grid-4 {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

.grid-5 {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
}

.grid-6 {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
    align-items: stretch;
}

.grid-item {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
}

.grid-item__start {
    align-self: start;
}

.grid-item__end {
    align-self: end;
}

.grid-item__start .doc-img, .grid-item__start .full-img {
    padding: 12px 12px 0 12px;
}

.grid-item__end .doc-img, .grid-item__end .full-img {
    padding: 0 12px 12px 12px;
}

.doc-img {
    position: relative;
}

.doc-img__box {
    position: relative;
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #BCC4D4;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.doc-img__box img {
    max-width: 250px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.doc-img .icon-loupe {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/* inner */
.page-heading {
    position: relative;
    background: #E8EBF0;
    -webkit-border-bottom-right-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -moz-border-radius-bottomright: 32px;
    -moz-border-radius-bottomleft: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    z-index: 5;
}

.page-heading .bread-crumbs {
    margin: 40px 0 60px 0;
}

.bread-crumbs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bread-crumbs a {
    display: block;
    padding: 9px 16px;
    border: 1px solid rgba(15, 26, 44, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.page-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}

.btns-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-title .text-overline {
    width: 100%;
    margin-bottom: 24px;
    color: rgba(15, 26, 44, 0.6);
}

.input-file-row {
    display: block;
}

.input-file {
    position: relative;
    display: block;
    padding: 20px 0;
    font-weight: 600;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: 1s;
    border: 1px solid rgba(15, 26, 44, .2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.input-file span {
    padding-left: 32px;
    display: inline-block;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    background-image: url(../images/icons-base/pin.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file.error-file {
    border-color: #E04242;
}

.input-file.error-file span {
    color: #E04242;
    background-image: url(../images/icons-base/error-file.svg);
}

.input-file:hover span {
    color: #2259F6;
}

/* Список файлов */
.input-file-list {

}

.input-file-list-item {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(15, 26, 44, .1);
}

.input-file-list-remove {
    width: 24px;
    height: 24px;
    background-image: url(../images/icons-base/delete.svg);
    background-repeat: no-repeat;
    background-position: center;
}


/* Фоновые */
.page-heading__fon {
    position: relative;
    margin-bottom: 120px;
}

.page-heading__fon-img {
    position: relative;
    overflow: hidden;
    padding: 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.page-heading__fon-img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(15, 26, 44, .7);
    content: '';
}

.page-heading__fon .bread-crumbs a {
    border-color: rgba(255, 255, 255, 0.2);
}

.page-heading__fon .topic {
    position: relative;
    margin-top: 60px;
    margin-bottom: 0;
    display: block;
}

.page-heading__fon .topic .text-l_reg {
    max-width: 640px;
}

.plus-carousel {
    position: relative;
    margin-top: 60px;
}

.plus-carousel__item {
    position: relative;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    backdrop-filter: blur(100px);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    gap: 16px;
}

.plus-carousel__item .svg__icon {
    fill: #fff;
}

.plus-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -120px;
}

.plus-carousel__item .blue-text {
    color: rgba(255, 255, 255, 0.6);
}

.catalog-topic {
    position: relative;
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.catalog-topic__left {
    position: relative;
}

.catalog-topic__left h1 {
    margin-top: 24px;
    margin-bottom: 0;
}

.catalog-topic__right {
    position: relative;
}


.simple-text li {
    padding-left: 36px;
    margin-bottom: 12px;
    background-image: url(../images/icons-base/check-blue.svg);
    background-repeat: no-repeat;
    background-position: top left;
}

.list-check li:last-child {
    margin-top: 0;
}

.block_40 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.block_40__item {
    flex: 0 1 100%;
}

.block_24 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.block_24__item {
    flex: 0 1 100%;
}

.block_16 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.block_16__item {
    flex: 0 1 100%;
}


.newsletter-blue {
    position: relative;
    padding: 40px;
    color: #fff;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
    background: #2259F6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.newsletter-blue:before {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 24px;
    right: 40px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    content: ''
}

.newsletter-news:before {
    background-image: url(../images/icon-newsletter-news.svg);
}

.newsletter-tme:before {
    background-image: url(../images/icon-newsletter-tme.svg);
}

.newsletter-blue__start {
    min-height: 130px;
    position: relative;
    align-self: start;
}

.newsletter-blue__end {
    position: relative;
    align-self: end;
}

.newsletter-blue__text .h4 {
    margin-bottom: 24px;
}

.newsletter-blue__text .btn {
    width: 100%;
}

.date {
    color: rgba(15, 26, 44, .6);
}

.tags {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tag {
    position: relative;
    padding: 12px 24px;
    display: inline-block;
    color: #2259F6;
    font-weight: 500;
    background: rgba(34, 89, 246, .1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.card-topBorder {
    padding: 0 40px;
}

.card-topBorderBox {
    padding: 24px 0;
    border-top: 1px solid rgba(15, 26, 44, .1);
}


/* select */
.jq-selectbox {
    width: 100%;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox select {
    display: none;
}

.jq-selectbox__select {
    position: relative;
    height: 64px;
    line-height: 24px;
    padding: 20px 64px 20px 32px;
    font-family: "Roboto Flex", sans-serif;
    color: #0F1A2C;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: -0.01em;
    background: #fff;
    border: 1px solid rgba(15, 26, 44, 0.1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.jq-selectbox.focused {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(15, 26, 44, 0.05);
    -moz-box-shadow: 0px 4px 15px 0px rgba(15, 26, 44, 0.05);
    box-shadow: 0px 4px 15px 0px rgba(15, 26, 44, 0.05);
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid transparent;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.jq-selectbox__trigger-arrow {
    width: 24px;
    height: 24px;
    background-image: url(../images/icons-base/big-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
    background-image: url(../images/icons-base/big-arrow-down-blue.svg);
    transform: rotate(180deg);
}

.jq-selectbox__dropdown {
    width: 100%;
    margin: 0;
    padding: 0 8px 8px 8px;
    background: #FFF;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    box-shadow: 0 4px 15px 0 rgba(15, 26, 44, .05);
    z-index: 20;
}

.jq-selectbox__dropdown:before {
    width: 100%;
    height: 1px;
    display: block;
    margin-bottom: 8px;
    background: rgba(15, 26, 44, 0.1);
    content: '';
}

.jq-selectbox ul {
    max-height: 192px;
    overflow-y: scroll;
    margin: 0;
    padding: 0 8px 0 0;
    scrollbar-width: thin;
}

.jq-selectbox li {
    padding: 10px 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.jq-selectbox li.selected {
    color: #2259F6;
}

.jq-selectbox li:hover {
    color: #2259F6;
    background: #F8F8F9;
}

.jq-selectbox li:first-child {
    /*display: none;*/
}

.jq-selectbox__search {
    display: none;
}

.dropdowns {
    position: relative;
    /* z-index: 100;*/
}

.dropdownsSmall .jq-selectbox__select {
    height: 48px;
    padding: 12px 48px 12px 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.dropdownsSmall .jq-selectbox__trigger {
    right: 24px;
}

.dropdownsSmall .jq-selectbox li {
    padding: 12px 16px;
}


.white-bread-crumbs .bread-crumbs a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
}

.vh {
    height: calc(100vh - 188px);
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 104px;
    transition: all 0.3s ease;
}

.page-about-fon {
    height: 600px;
}

.video-btn {
    width: 250px;
    position: absolute;
    bottom: 40px;
    right: 40px;
    padding: 24px;
    display: block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    backdrop-filter: blur(100px);
}

.video-btn__name {
    display: block;
    font-weight: 500;
    margin-bottom: 60px;
}

.video-btn__icon {
    width: 24px;
    height: 24px;
    display: block;
    fill: #fff;
}

.video-btn__time {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-btn:hover {
    color: #0F1A2C;
    background-color: #fff;
}

.video-btn:hover .video-btn__icon {
    fill: #2259F6;
}

.icons-L {
    width: 64px;
}


/* share */

.share-big {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.share-big .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 64px;
    width: 64px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.share-big .ya-share2__badge {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.share-small {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.share-small .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.share-small .ya-share2__badge {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.lcsvet-share .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: block;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.lcsvet-share .ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.share-big .ya-share2__list.ya-share2__list_direction_horizontal {
    gap: 12px;
}

.share-small .ya-share2__list.ya-share2__list_direction_horizontal {
    gap: 8px;
}

.lcsvet-share .ya-share2__item_service_telegram .ya-share2__badge {
    background-color: #2787F5;
}

.lcsvet-share .ya-share2__item_service_telegram .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/tme.svg);
}

.lcsvet-share .ya-share2__item_service_whatsapp .ya-share2__badge {
    background-color: #25B55B;
}

.lcsvet-share .ya-share2__item_service_whatsapp .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/whatsapp.svg);
}

.lcsvet-share .ya-share2__item_service_vkontakte .ya-share2__badge {
    background-color: #2787F5;
}

.lcsvet-share .ya-share2__item_service_vkontakte .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/vk.svg);
}

.lcsvet-share .ya-share2__item_service_viber .ya-share2__badge {
    background-color: #6F3FAA;
}

.lcsvet-share .ya-share2__item_service_viber .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/viber.svg);
}

.lcsvet-share .ya-share2__item_service_odnoklassniki .ya-share2__badge {
    background-color: #F96600;
}

.lcsvet-share .ya-share2__item_service_odnoklassniki .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/ok.svg)
}

.lcsvet-share .ya-share2__item_copy .ya-share2__badge {
    background-color: #fff;
    border: 1px solid rgba(15, 26, 44, .1);
}

.lcsvet-share .ya-share2__item_copy .ya-share2__badge .ya-share2__icon {
    background-image: url(../images/social/link.svg)
}

.share-big .copy-btn {
    width: 64px;
    height: 64px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.share-small .copy-btn {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.copy-btn {
    position: relative;
    /*overflow: hidden;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid rgba(15, 26, 44, .2);
    cursor: pointer;
}

.copy-btn .svg__icon {
    fill: #0F1A2C;
}

.copy-btn:hover .svg__icon {
    fill: #2259F6;
}

.copy-btn:active .svg__icon {
    fill: rgba(15, 26, 44, .2);
}

.copy-btn span {
    display: none;
}

.copy-btn input {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: none;
}

.docs {
    position: relative;
    padding-left: 52px;
    display: block;
    background-image: url(../images/icons-L/file.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px;
}

.docs-name {
    display: block;
    font-weight: 500;
}

.docs-size {
    display: block;
    margin-top: 4px;
    color: rgba(15, 26, 44, .6);
    font-size: 16px;
}

.seo-info {
    position: relative;
}

.seo-info__left {
    position: relative;
    padding-right: 20px;
}

.seo-info__right {
    position: relative;
}

.seo-info__title {
    position: relative;
    margin-bottom: 24px;
}

.seo-info__img {
    position: relative;
}

.seo-info__text {
    position: relative;
}

.seo-info__text .truncate-text__text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.seo-info__text .truncate-text__more {
    margin-top: 16px;
}

.seo-info__faq {
    position: relative;
    margin-top: 60px;
}

.seo-tabs {
    position: relative;
    margin-top: 60px;
}

.seo-tabs__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.seo-tabs__tab {
    display: block;
    padding: 12px 24px;
    display: flex;
    flex-wrap: wrap;
    color: rgba(15, 26, 44, 0.6);
    align-items: center;
    font-weight: 500;
    gap: 10px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.seo-tabs__tab:hover {
    color: rgba(15, 26, 44, 1);
}

.hint {
    position: absolute;
    bottom: 100%;
    right: 30%;
    margin-bottom: 10px;
    padding: 9px 16px;
    color: rgba(15, 26, 44, 0.6);
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    display: none;
}

.hint-tag {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hint-text {
    min-width: 170px;
    position: absolute;
    bottom: 100%;
    right: -30%;
    margin-bottom: 5px;
    padding: 9px 16px;
    color: rgba(15, 26, 44, 0.6);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    -moz-box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    box-shadow: 0px 0px 15px 0px rgba(15, 26, 44, 0.05);
    z-index: 10;
    display: none;
}

.hint-icon {
    position: relative;
    cursor: pointer;
}

.hint-icon svg {
    width: 20px;
    height: 20px;
    display: block;
    fill: rgba(255, 255, 255, 0.6);
}

.hint-tag:hover .hint-text {
    display: block;
}

.hint-tag:hover .hint-icon svg {
    fill: #fff;
}

.txt {
    display: grid;
    grid-template-columns: 100%;
}

.gap-120 {
    gap: 120px;
}

.gap-60 {
    gap: 60px;
}

.gap-40 {
    gap: 40px;
}

.gap-24 {
    gap: 24px;
}

.gap-20 {
    gap: 20px;
}

.hide-bar {
    overflow: hidden;
}