.btn-icon span, a, button, svg {
    transition: var(--anim)
}
input.has-error{
    border: 1px solid #eb3434;
    border-radius: 5px;
}
.btn.disabled, .wrapper::after, img {
    pointer-events: none
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
.header__dropdown, .header__img, .main, .wrapper .icon {
    overflow: hidden
}

.btn, .form__remove, .header__link, .lang__opener, .link--1, .search__opener, .search__tag {
    text-transform: uppercase
}

.breadcrumbs, .footer__list, .header__list, .main ul, .menu__list {
    list-style: none
}

@font-face {
    font-display: swap;
    font-family: GothamPro;
    src: local("GothamPro"), local("Gotham-Pro"), url(../fonts/gotham-pro/GothamPro.woff2) format("woff2"), url(../fonts/gotham-pro/GothamPro.woff) format("woff"), url(../fonts/gotham-pro/GothamPro.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: GothamPro;
    src: local("GothamPro"), local("Gotham-Pro"), url(../fonts/gotham-pro/GothamPro-Medium.woff2) format("woff2"), url(../fonts/gotham-pro/GothamPro-Medium.woff) format("woff"), url(../fonts/gotham-pro/GothamPro-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: GothamPro;
    src: local("GothamPro"), local("Gotham-Pro"), url(../fonts/gotham-pro/GothamPro-Bold.woff2) format("woff2"), url(../fonts/gotham-pro/GothamPro-Bold.woff) format("woff"), url(../fonts/gotham-pro/GothamPro-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-display: swap;
    font-family: MADEEvolveSans;
    src: local("MADEEvolveSans"), url(../fonts/made-evolve-sans/MADEEvolveSans-Medium.woff2) format("woff2"), url(../fonts/made-evolve-sans/MADEEvolveSans-Medium.woff) format("woff"), url(../fonts/made-evolve-sans/MADEEvolveSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-display: swap;
    font-family: MADEEvolveSans;
    src: local("MADEEvolveSans"), url(../fonts/made-evolve-sans/MADEEvolveSans-Bold.woff2) format("woff2"), url(../fonts/made-evolve-sans/MADEEvolveSans-Bold.woff) format("woff"), url(../fonts/made-evolve-sans/MADEEvolveSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

:root {
    /* --fs: 1vw;
    --offset: 1vw;
    --offset-sm: calc(0.75 * var(--offset));
    --offset-md: calc(1.25 * var(--offset));
    --offset-lg: calc(2 * var(--offset));
    --offsetH: calc(var(--offset-lg) * 6.5); */
    --c1: #324885;
    --c2: #344988;
    --c3: #26386d;
    --c4: #3b3d43;
    --c5: #778093;
    --c6: #e2e5f0;
    --c7: #f3f6fb;
    --c8: #d5ac52;
    --c9: #eb3434;
    --c10: #ffffff;
    --c11: #dee5fe;
    --c12: #d0d4e1;
    --c13: #4767b1;
    --ct1: #f84646;
    --ct2: #2196F3;
    --ct3: #FF9800;
    --ct4: #4dc852;
    --ct5: #d3471b;
    --ct6: #7a45d8;
    --ct7: #f3bf00;
    --f1: 'GothamPro', sans-serif;
    --f2: 'MADEEvolveSans', sans-serif;
    --anim: 0.3s ease-out
}

::selection {
    background-color: var(--c11)
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-button {
    height: 0
}

::-webkit-scrollbar-track {
    background-color: var(--c7)
}

::-webkit-scrollbar-track-piece {
    background-color: var(--c7)
}

::-webkit-scrollbar-thumb {
    background-color: var(--c6);
    border-radius: 2px
}

.fp-sr-only, .visually-hidden, [hidden], [type=hidden] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

body, button {
    margin: 0;
    color: var(--c5)
}

html {
    --fs: 1vw;
    --offset: 1vw;
    --offset-sm: calc(0.75 * var(--offset));
    --offset-md: calc(1.25 * var(--offset));
    --offset-lg: calc(2 * var(--offset));
    --offsetH: calc(var(--offset-lg) * 6.5);
    height: 100%;
    box-sizing: border-box
}
.help-block{
    color:red;
}
html *, html ::after, html ::before {
    box-sizing: inherit;
    outline: 0
}

body {
    font-family: var(--f1);
    font-weight: 400;
    font-size: var(--fs);
    line-height: 1.4;
    min-width: 360px;
    min-height: 100%;
    background-color: var(--c10)
}
.anketa p {
    font-size: 16px;
}
.anketa td, th {
    font-size: 14px !important;
    /* text-align: center;*/
    border:none;
    color: #003574;
    padding: 4px;
}
.select2-selection{
    border: 0 !important;
    height: 55px !important;
    background-color: var(--c7) !important;
    max-width: 100%;
}
.person_change label {
    padding-right: 85px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: var(--offset-md);
    margin-bottom: var(--offset-md)
}

p {
    font-size: .8em;
    line-height: 1.85;
    margin-top: var(--offset-sm);
    margin-bottom: var(--offset-sm)
}

a {
    text-decoration: none;
    color: var(--c5)
}

a:focus, a:focus-within, a:hover {
    color: var(--c3)
}

button {
    background-color: transparent;
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    text-align: inherit;
    cursor: pointer
}

.btn {
    display: inline-block;
    font-family: var(--f1);
    font-weight: 400;
    font-size: .65em;
    color: var(--c4);
    padding: var(--offset-sm) var(--offset-md);
    text-align: center;
    background-color: var(--c7);
    border-radius: 5px
}

.btn__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: var(--offset-lg)
}

.btn--flex, .btn-icon {
    -ms-flex-direction: row
}

.btn__wrap p {
    margin-top: 0;
    margin-bottom: 0
}

.btn + .btn {
    margin-left: var(--offset-md)
}

.btn--1 {
    color: var(--c10);
    background-color: var(--c1)
}
.btn--7 {
    color: var(--c10);
    background-color: var(--c9)
}



.btn--1:focus, .btn--1:focus-within, .btn--1:hover {
    color: var(--c10);
    background-color: var(--c8) !important
}

.btn--7:focus, .btn--7:focus-within, .btn--7:hover {
    color: var(--c10);
    background-color: var(--c9) !important;
}

.btn--2 {
    color: var(--c10);
    background-color: var(--c8)
}

.btn--2:focus, .btn--2:focus-within, .btn--2:hover {
    color: var(--c10);
    background-color: var(--c3)
}

.btn--3 {
    color: var(--c10);
    background-color: var(--c5)
}

.btn--3:focus, .btn--3:focus-within, .btn--3:hover {
    color: var(--c10);
    background-color: var(--c4)
}

.btn--4 {
    color: var(--c10);
    background-color: var(--c5)
}

.btn--4:focus, .btn--4:focus-within, .btn--4:hover {
    color: var(--c10);
    background-color: var(--c8)
}

.btn--5 {
    color: var(--c10);
    background-color: var(--c5)
}

.btn--5:focus, .btn--5:focus-within, .btn--5:hover {
    color: var(--c10);
    background-color: var(--c3)
}

.btn--flex {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.btn--flex svg {
    width: calc(var(--offset-md) / 1.25);
    height: calc(var(--offset-md) / 1.25);
    margin-right: var(--offset-sm)
}

.btn--flex:focus, .btn--flex:focus-within, .btn--flex:hover {
    background-color: var(--c10);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.btn.disabled {
    background-color: var(--c6);
    color: var(--c5)
}

.btn.disabled:focus, .btn.disabled:focus-within, .btn.disabled:hover {
    background-color: var(--c6) !important;
    color: var(--c5)
}

.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.3);
    height: calc(var(--offset-lg) * 1.3);
    margin-top: calc(0px - var(--offset-sm));
    margin-right: var(--offset-md);
    padding: calc(var(--offset-sm) / 1.2);
    background-color: var(--c10);
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 10
}

.btn-icon svg {
    width: 100%;
    height: 100%;
    fill: var(--c3)
}

.btn-icon:focus, .btn-icon:focus-within, .btn-icon:hover {
    background-color: var(--c8)
}

.btn-icon--1, .btn-icon--1::after, .btn-icon--1:focus, .btn-icon--1:focus-within, .btn-icon--1:hover {
    background-color: var(--c9)
}

.btn-icon:focus svg, .btn-icon:focus-within svg, .btn-icon:hover svg {
    fill: var(--c10)
}

.btn-icon:focus .btn-icon__tooltip, .btn-icon:focus-within .btn-icon__tooltip, .btn-icon:hover .btn-icon__tooltip {
    bottom: calc(100% + var(--offset-sm));
    opacity: 1
}

.btn-icon--1, .btn-icon--2 {
    position: fixed;
    right: var(--offset-lg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(var(--offset-lg) * 1.5);
    height: calc(var(--offset-lg) * 1.5);
    font-family: var(--f2);
    font-weight: 700;
    font-size: .85em;
    text-transform: uppercase;
    color: var(--c10)
}

.btn-icon--1::after, .btn-icon--1::before, .btn-icon--2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: ""
}

.btn-icon--1:focus span, .btn-icon--1:focus-within span, .btn-icon--1:hover span, .btn-icon--2:focus span, .btn-icon--2:focus-within span, .btn-icon--2:hover span {
    font-size: .8em
}

.btn-icon--1::before, .btn-icon--2::before {
    border-radius: 50%;
    border: 1px solid var(--c10);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: var(--anim)
}

.btn-icon--1 span, .btn-icon--2 span {
    transition: .1s
}

.btn-icon--1 {
    bottom: calc((var(--offset-lg) * 1.5) + (var(--offset-lg) * 1.5))
}

.btn-icon--1::before {
    animation: scale-2 1s ease-in-out infinite
}

.btn-icon--1::after {
    border-radius: 50%;
    -ms-transform: scale(.9);
    transform: scale(.9);
    animation: scale 1s ease-in-out .2s infinite;
    z-index: -1
}

.btn-icon--2, .btn-icon--2:focus, .btn-icon--2:focus-within, .btn-icon--2:hover {
    background-color: var(--c8)
}

.btn-icon--1:focus-within::before, .btn-icon--1:focus::before, .btn-icon--1:hover::before {
    -ms-transform: scale(.75);
    transform: scale(.75);
    animation: none
}

.btn-icon--1:focus-within::after, .btn-icon--1:focus::after, .btn-icon--1:hover::after {
    animation: none
}

.btn-icon--2 {
    bottom: var(--offset-lg)
}

.btn-icon__tooltip, .btn-icon__tooltip::after {
    position: absolute;
    left: 50%;
    background-color: var(--c10);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.btn-icon--2:focus-within::before, .btn-icon--2:focus::before, .btn-icon--2:hover::before {
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.btn-icon__tooltip {
    bottom: calc(100% + var(--offset-lg));
    white-space: nowrap;
    font-family: var(--f2);
    font-size: .9em;
    line-height: 1;
    color: var(--c3);
    padding: calc(var(--offset-sm) / 2) var(--offset-sm);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-radius: 5px;
    transition: var(--anim);
    opacity: 0
}

.btn-icon__tooltip::after {
    content: "";
    top: 100%;
    width: calc(var(--offset-sm) / 1.5);
    height: calc(var(--offset-sm) / 1.5);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1
}

@keyframes scale {
    60% {
        transform: scale(1.1)
    }
}

@keyframes scale-2 {
    60% {
        transform: scale(1)
    }
}

.link {
    font-family: var(--f2);
    font-weight: 500;
    color: var(--c8)
}

.header__link, .header__opener, .link--1 {
    font-family: var(--f1)
}

.link--1 {
    position: relative;
    font-weight: 400;
    font-size: .75em;
    color: var(--c1);
    margin-left: var(--offset-lg)
}

.link--1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: var(--c6)
}

.link--1:focus, .link--1:focus-within, .link--1:hover {
    color: var(--c8)
}

.link--leftOffset {
    margin-left: var(--offset-md)
}

.link--notLeftOffset {
    margin-left: 0
}

.link--topOffset {
    margin-top: calc(var(--offset-sm) / 1.5);
    font-size: .7em
}

.cite {
    position: relative;
    margin: 0;
    padding-left: calc(var(--offsetH) / 1.25);
    padding-bottom: var(--offset-lg);
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.35
}

.cite::after, .cite::before {
    position: absolute;
    background-color: var(--c8);
    content: ""
}

.cite::before {
    top: calc((1.2em + 2px) / 2);
    left: 0;
    width: calc(var(--offsetH) / 2);
    height: 2px
}

.cite::after {
    top: calc(((1.2em - var(--offset-sm)) / 2) + 2px);
    left: calc(var(--offsetH) / 2);
    width: var(--offset-sm);
    height: var(--offset-sm);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 100vh
}

.wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    transition: var(--anim);
    visibility: hidden;
    opacity: 0;
    z-index: 997
}

.wrapper.open::after {
    pointer-events: auto;
    visibility: visible;
    opacity: 1
}

.wrapper .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-lg) * 2.2);
    height: calc(var(--offset-lg) * 2.2);
    margin-right: var(--offset-lg);
    padding: var(--offset-sm);
    background-color: var(--c10);
    border-radius: 25px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .05);
    transition: var(--anim);
    z-index: 1
}

.wrapper .icon svg {
    width: 100%;
    height: 100%
}

.main ul {
    margin: 0;
    padding: 0;
    margin-top: var(--offset-md)
}

.main ul + * {
    margin-top: var(--offset-md)
}

.main li {
    position: relative;
    padding-left: var(--offset-lg);
    margin-bottom: var(--offset-lg);
    font-size: .8em;
    line-height: 1.4
}

.main li::before {
    content: "";
    position: absolute;
    top: calc(var(--offset-sm) / 2);
    left: 0;
    width: calc(var(--offset-sm) / 1.5);
    height: calc(var(--offset-sm) / 1.5);
    background-color: var(--c8);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media screen and (max-width: 1500px) and (min-width: 1301px) {
    .main li, p {
        font-size: .95em
    }

    p {
        line-height: 1.6
    }
}

@media screen and (max-width: 1300px) {
    html {
        --fs: 16px;
        --offset: 15px
    }

    .btn__wrap {
        padding-top: var(--offset-md)
    }

    .btn-icon {
        width: calc(var(--offset-lg) * 1.5);
        height: calc(var(--offset-lg) * 1.5)
    }

    .btn-icon--1, .btn-icon--2 {
        right: var(--offset-md);
        margin-right: 0
    }

    .link--1 {
        margin-left: var(--offset-md)
    }

    .link--notLeftOffset {
        margin-left: 0
    }

    .wrapper .icon {
        border-radius: 15px
    }
}

@media screen and (max-width: 600px) {
    .cite {
        padding-top: calc(var(--offset-md) * 2);
        padding-left: 0
    }
    .btn__wrap .link--1 {
        margin-top: var(--offset-md);
        margin-left: auto;
        margin-right: auto;
    }
    .form .btn__wrap .btn {
        margin-left: auto;
        margin-right: auto;
    }

}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-image: linear-gradient(var(--c2) 0, var(--c3) 100%);
    transition: 1s;
    z-index: 9999
}

.preloader .logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    animation: show .5s ease-in-out forwards, leftShift .5s ease-in-out forwards 2.5s;
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.preloader .logo__inner {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 17vw;
    height: 17vw
}

.preloader .logo__elem {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: fixed;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    z-index: 999;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
.preloader .logo__elem svg {
    width: 100%;
    height: 100%;
    fill: var(--c10)
}

.preloader .logo-top {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* animation: logo-top .5s ease-in-out 4 .5s */
}

.preloader .logo-bottom {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /* animation: logo-bottom .5s ease-in-out 4 .5s */
}

.preloader .logo__icons {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2.25vw;
    height: 2.25vw
}

.preloader .logo .icon {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    /* animation: icon .5s ease-in-out .5s */
}

/* .preloader .logo .icon--2 {
    animation-delay: 1s
}

.preloader .logo .icon--3 {
    animation-delay: 1.5s
}

.preloader .logo .icon--4 {
    animation-delay: 2s
} */

.preloader .logo .icon svg {
    width: 100%;
    height: 100%;
    fill: var(--c10)
}

.preloader .logo__text {
    position: absolute;
    top: 53%;
    left: 11.5vw;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 10vw;
    height: 4vw
}

.header__left, .header__top {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    background-color: var(--c1)
}

.preloader .logo__text svg {
    width: 100%;
    height: 100%;
    fill: var(--c10)
}

.preloader .logo-letter {
    -ms-transform: translateX(1vw);
    transform: translateX(1vw);
    opacity: 0;
    animation: letter .2s ease-in-out forwards 2.5s
}
.preloader .logo-letter--1 {
    animation-delay: .5s
}

.preloader .logo-letter--2 {
    animation-delay: .6s
}

.preloader .logo-letter--3 {
    animation-delay: .7s
}

.preloader .logo-letter--4 {
    animation-delay: .8s
}

.preloader .logo-letter--5 {
    animation-delay: .9s
}

.inner-page .preloader .logo {
    animation: show .5s ease-in-out forwards, leftShift 0s forwards 0s
}

.inner-page .preloader .logo .icon, .inner-page .preloader .logo-bottom, .inner-page .preloader .logo-top {
    animation: none
}

.inner-page .preloader .logo-letter--1 {
    animation-delay: .5s
}

.inner-page .preloader .logo-letter--2 {
    animation-delay: .6s
}

.inner-page .preloader .logo-letter--3 {
    animation-delay: .7s
}

.inner-page .preloader .logo-letter--4 {
    animation-delay: .8s
}

.inner-page .preloader .logo-letter--5 {
    animation-delay: .9s
}

.loaded .preloader {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@keyframes show {
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes hide {
    100% {
        transform: scale(0);
        opacity: 0
    }
}

@keyframes leftShift {
    100% {
        transform: translateX(-5vw)
    }
}

/* @keyframes logo-top {
    50% {
        transform: translate(-1.5vw, -1.5vw)
    }
}

@keyframes logo-bottom {
    50% {
        transform: translate(1.5vw, 1.5vw)
    }
} */

@keyframes leftShiftMobile {
    100% {
        transform: translateX(-80px)
    }
}

@keyframes logo-top-mobile {
    50% {
        transform: translate(-30px, -30px)
    }
}

@keyframes logo-bottom-mobile {
    50% {
        transform: translate(30px, 30px)
    }
}

@keyframes icon {
    50% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes letter {
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

@media screen and (max-width: 1300px) {
    .preloader .logo {
        animation: show .5s ease-in-out forwards, leftShiftMobile 0s forwards 0s;
    }

    .inner-page .preloader .logo {
        animation: show .5s ease-in-out forwards, leftShiftMobile 0s forwards 0s
    }

    .preloader .logo__inner {
        width: calc(var(--offsetH) * 1.6);
        height: calc(var(--offsetH) * 1.6)
    }

    .preloader .logo-top {
        animation-name: logo-top-mobile
    }

    .preloader .logo-bottom {
        animation-name: logo-bottom-mobile
    }

    .preloader .logo__text {
        left: calc(var(--offsetH) * 1.1);
        width: calc(var(--offsetH) / 1.2);
        height: calc(var(--offset-lg) * 2)
    }

    .preloader .logo__icons {
        width: calc(var(--offset-lg) * 1.2);
        height: calc(var(--offset-lg) * 1.2)
    }
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    transition: var(--anim)
}

.header.open {
    opacity: 0;
    pointer-events: none
}

.header.sticky {
    -ms-transform: none;
    transform: none
}

.header.sticky ~ .search__wrap {
    top: calc(var(--offset-lg) * 3.6)
}

.header__top {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.header__left {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 54%
}

.header__list, .header__right {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.header__list {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    /* padding: calc(var(--offset-sm) / 1.2) 0 calc(var(--offset-sm) / 1.2) var(--offsetH); */
    padding: 0 0 0 var(--offsetH);
}

.header__item {
    height: calc(100% + (var(--offset-sm) / 1.2));
    margin-right: var(--offset-md);
    z-index: 1;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;

}

.header__item:focus .header__dropdown, .header__item:focus-within .header__dropdown, .header__item:hover .header__dropdown {
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    opacity: 1
}

.header__item:focus .header__dropdown a, .header__item:focus .header__dropdown button, .header__item:focus-within .header__dropdown a, .header__item:focus-within .header__dropdown button, .header__item:hover .header__dropdown a, .header__item:hover .header__dropdown button {
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    transition: all var(--anim), opacity .5s, transform .5s;
    transition-delay: 0s, .4s, .4s;
    opacity: 1
}

.header__item:focus .header__img, .header__item:focus-within .header__img, .header__item:hover .header__img {
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    transition: .5s;
    transition-delay: .4s;
    opacity: 1
}

.header__dropdown, .header__sticky {
    transition: var(--anim);
    background-color: var(--c10)
}
.sc_min_height{
    min-height: 1200px;
}
.header__link {
    font-weight: 500;
    font-size: .69em;
    color: var(--c10)
}

.header__link:focus, .header__link:focus-within, .header__link:hover {
    color: var(--c12)
}

.header__opener, .menu--bg .menu__link, .menu--bg .menu__title {
    color: var(--c10)
}

.header__right {
    position: relative;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: calc(var(--offset-sm) / 1.2) var(--offsetH) calc(var(--offset-sm) / 1.2) 0;
    background-image: linear-gradient(var(--c3) 0, var(--c2) 200%)
}

.header__right::after {
    content: "";
    position: absolute;
    top: -90px;
    right: 100%;
    bottom: 0;
    width: calc(var(--offset-md) * 2);
    background-color: var(--c1);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    pointer-events: none
}

.header__opener {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 500;
    font-size: .65em
}

.header__opener.open, .header__opener:focus, .header__opener:focus-within, .header__opener:hover {
    color: var(--c12)
}

.header__opener svg {
    width: var(--offset-sm);
    height: var(--offset-sm);
    margin-right: calc(var(--offset-md) / 2);
    fill: var(--c10)
}

.header__opener.open svg, .header__opener:focus svg, .header__opener:focus-within svg, .header__opener:hover svg {
    fill: var(--c12)
}

.header__opener span + svg {
    width: calc(var(--offset-sm) / 2);
    height: calc(var(--offset-sm) / 2);
    margin-left: calc(var(--offset-md) / 2);
    margin-right: 0
}

.header__opener.open span + svg {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.header__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    min-height: 17.5vw;
    padding: calc(var(--offset-lg) * 1.5) calc(var(--offsetH) + 30.5%) calc(var(--offset-md) + (var(--offset-lg) * 1.5)) var(--offsetH);
    background-image: linear-gradient(90deg, var(--c10) 56.4%, var(--c7) 56.4%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -ms-transform-origin: top;
    transform-origin: top;
    pointer-events: none
}

.header__dropdown a, .header__dropdown button {
    display: block;
    width: 50%;
    margin-top: var(--offset-md);
    white-space: nowrap;
    font-family: var(--f1);
    font-weight: 500;
    font-size: .95em;
    color: var(--c3);
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    pointer-events: none;
    opacity: 0
}

.header__dropdown-list, .header__sticky {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.header__dropdown a:focus, .header__dropdown a:focus-within, .header__dropdown a:hover, .header__dropdown button:focus, .header__dropdown button:focus-within, .header__dropdown button:hover {
    color: var(--c8)
}

.header__dropdown-list {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__img {
    position: absolute;
    top: 0;
    right: var(--offsetH);
    bottom: 0;
    width: 30.5%;
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    opacity: 0
}

.header__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom
}

.header__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: calc(var(--offset-md) / 1.5) var(--offsetH);
    z-index: 998
}

.phone, .wrapper .logo, .wrapper .logo__wrap {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.header__sticky::before, .search__wrap {
    right: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    z-index: -1
}

.header__sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--c10)
}

.header__sticky .btn {
    min-width: 9.6vw
}

.header__sticky.open .nav__opener::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + var(--offset-md));
    height: calc(100% + var(--offset-md));
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--c1)
}

.header__sticky.open .nav__opener span {
    background-color: var(--c10)
}

.header__sticky.open::before, .header__sticky.open > :nth-child(3), .header__sticky.open > :nth-child(4), .header__sticky.open > :nth-child(5), .header__sticky.open > :nth-child(6) {
    opacity: 0;
    pointer-events: none
}

.wrapper .logo, .wrapper .logo__wrap {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.wrapper .logo svg {
    width: auto;
    height: calc(var(--offset-md) * 2.4);
    fill: var(--c3)
}

.wrapper .logo:focus svg, .wrapper .logo:focus-within svg, .wrapper .logo:hover svg {
    fill: var(--c5)
}

.wrapper .logo--1 {
    position: relative;
    margin-right: var(--offset-sm)
}

.wrapper .logo--1::after {
    content: "";
    position: absolute;
    top: 1px;
    left: calc(100% + var(--offset-sm));
    bottom: 1px;
    width: 1px;
    background-color: var(--c6)
}

.wrapper .logo--1 svg {
    width: calc(var(--offset-md) * 6.4)
}

.wrapper .logo--2 {
    margin-left: var(--offset-sm)
}

.wrapper .logo--2 svg {
    fill: var(--c8)
}

.wrapper .logo--2:focus svg, .wrapper .logo--2:focus-within svg, .wrapper .logo--2:hover svg {
    fill: var(--c5)
}

.wrapper .logo--3 svg {
    width: calc(var(--offset-md) * 8);
    height: calc(var(--offset-md) * 2.4)
}

.phone {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: var(--offset-lg)
}

.phone span {
    font-weight: 400;
    font-size: .75em;
    margin-right: calc(var(--offset-sm) / 2)
}

.phone a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 700;
    font-size: 1.5em;
    color: var(--c3)
}

.phone a span {
    font-weight: 700;
    font-size: inherit;
    margin-right: 0
}

.phone a:focus, .phone a:focus-within, .phone a:hover {
    color: var(--c5)
}

.phone a:focus svg, .phone a:focus-within svg, .phone a:hover svg {
    -ms-transform: translateX(10px) rotate(45deg);
    transform: translateX(10px) rotate(45deg);
    fill: var(--c5)
}

.phone svg {
    width: var(--offset-md);
    height: var(--offset-md);
    margin-right: calc(var(--offset-sm) / 2);
    fill: var(--c3)
}

.search label, .search__wrap--relative label {
    width: 100%
}

.call-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: calc(var(--offset-lg) * 2);
    margin-bottom: var(--offset-sm)
}

.search__btn, .search__form {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.call-center span:first-of-type {
    font-weight: 700;
    font-size: 1.3em;
    color: var(--c8)
}

.call-center span:last-of-type {
    font-weight: 400;
    font-size: .75em
}

.lang__wrap a, .login__wrap a, .opportunities__wrap button {
    font-family: var(--f1);
    font-size: .85em
}

.search {
    margin-left: var(--offset-md)
}

.search__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    padding: var(--offset-md) var(--offsetH);
    background-color: var(--c1);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    pointer-events: none;
    transition: var(--anim)
}

.search__wrap--relative {
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--offset-lg) * 2.3);
    left: auto;
    right: auto;
    -ms-transform: none;
    transform: none;
    margin-top: calc(0px - var(--offset-md));
    padding-top: var(--offset-lg);
    padding-bottom: var(--offset-lg);
    pointer-events: auto;
    background-color: var(--c10);
    z-index: 3
}

.search__wrap.open {
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

.search__form {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.search__btn {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.5);
    margin-left: calc(0px - (var(--offset-lg) * 1.5));
    background-color: var(--c6);
    border-radius: 5px
}

.search__btn svg {
    width: 50%;
    height: 50%;
    fill: var(--c3)
}

.opportunities__wrap button .icon, .opportunities__wrap button svg {
    height: calc(var(--offset-sm) * 1.25);
    width: calc(var(--offset-sm) * 1.25)
}

.opportunities__wrap button.i_switcher span[aria-hidden=false] {
    display: none;
}

.search__btn:focus, .search__btn:focus-within, .search__btn:hover {
    background-color: var(--c8)
}

.lang__wrap, .opportunities__wrap {
    top: calc(100% + ((var(--offset-sm) / 1.2) * 1.5));
    background-color: var(--c10)
}

.search__btn:focus svg, .search__btn:focus-within svg, .search__btn:hover svg {
    fill: var(--c10)
}

.lang {
    position: relative;
    margin-left: var(--offset-md)
}

.lang__wrap {
    position: absolute;
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: calc(var(--offset-md) * 1.37) var(--offset-md);
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    -ms-transform: translateX(-50%) translateY(-105%);
    transform: translateX(-50%) translateY(-105%);
    pointer-events: none;
    transition: var(--anim);
    z-index: -1
}

.login__wrap, .opportunities__wrap {
    left: 0;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    transition: var(--anim);
    z-index: -1
}

.lang__wrap a {
    display: block;
    font-weight: 500;
    color: var(--c5)
}

.lang__wrap a:not(:first-of-type) {
    margin-left: var(--offset-sm)
}

.login, .opportunities {
    margin-left: var(--offset-md)
}

.lang__wrap a:focus, .lang__wrap a:focus-within, .lang__wrap a:hover {
    color: var(--c3)
}

.lang__wrap.open {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: auto
}

.opportunities {
    position: relative
}

.opportunities__opener {
    font-weight: 400
}

.opportunities__wrap {
    position: absolute;
    padding: var(--offset-sm) var(--offset-md);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    pointer-events: none
}

.opportunities__wrap button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 500;
    color: var(--c5)
}

.opportunities__wrap button.active, .opportunities__wrap button:focus, .opportunities__wrap button:focus-within, .opportunities__wrap button:hover {
    color: var(--c3)
}

.opportunities__wrap button:not(:first-of-type) {
    margin-top: var(--offset-sm)
}

.opportunities__wrap button .icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: calc(var(--offset-md) / 2);
    padding: 0
}

.opportunities__wrap button svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: var(--c5)
}

.opportunities__wrap button.active svg, .opportunities__wrap button:focus svg, .opportunities__wrap button:focus-within svg, .opportunities__wrap button:hover svg {
    fill: var(--c3)
}

.opportunities__wrap button span {
    white-space: nowrap;
    line-height: 1.4
}

.opportunities__wrap.open {
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

.login {
    position: relative;
    height: 100%
}

.login__opener {
    font-weight: 400;
    height: calc(100% + (var(--offset-sm) / 1.2) * 2);
    margin-top: calc(0px - (var(--offset-sm) / 1.2));
    margin-bottom: calc(0px - (var(--offset-sm) / 1.2));
    padding-left: var(--offset-sm);
    padding-right: var(--offset-sm);
    background-color: var(--c1)
}

.login__wrap {
    position: absolute;
    top: calc(100% + var(--offset-sm) - 3px);
    padding: var(--offset-sm) var(--offset-md);
    background-color: var(--c10);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    pointer-events: none
}

.menu__info, .menu__phone {
    border-bottom: 1px solid var(--c7)
}

.login__wrap a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: 500;
    color: var(--c5)
}

.form__legend, .tab__link {
    font-family: var(--f2);
    font-weight: 500
}

.login__wrap a:not(:first-of-type) {
    margin-top: var(--offset-sm)
}

.login__wrap a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-sm) * 1.25);
    height: calc(var(--offset-sm) * 1.25);
    margin-right: calc(var(--offset-md) / 2);
    fill: var(--c5)
}

.login__wrap a:focus, .login__wrap a:focus-within, .login__wrap a:hover {
    color: var(--c3)
}

.login__wrap a:focus svg, .login__wrap a:focus-within svg, .login__wrap a:hover svg {
    fill: var(--c3)
}

.login__wrap.open {
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

@media screen and (max-width: 1300px) {
    .header__dropdown, .header__list, .header__sticky, .header__sticky ~ .search__wrap, .search__wrap {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .header__right, .header__sticky, .header__sticky ~ .search__wrap, .search__wrap {
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .header__left {
        width: 60%
    }

    .header__dropdown {
        padding-right: calc(((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2)) + 28%);
        background-image: linear-gradient(90deg, var(--c10) 66.2%, var(--c7) 66.2%)
    }

    .header__dropdown a, .header__dropdown button {
        margin-top: var(--offset-sm);
        font-size: .9em
    }

    .header__img {
        right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        width: 28%
    }

    .header__opener svg {
        width: calc(var(--offset-md) / 1.25);
        height: calc(var(--offset-md) / 1.25)
    }

    .opportunities__wrap {
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-110%);
        transform: translateX(-50%) translateY(-110%)
    }

    .opportunities__wrap.open {
        -ms-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0)
    }

    .login__wrap {
        left: auto;
        right: 0
    }

    .call-center {
        margin-left: var(--offset-lg)
    }
}

@media screen and (max-width: 1300px) and (min-width: 1101px), screen and (max-width: 768px) {
    .opportunities__opener svg, .search__opener svg {
        margin-right: 0
    }

    .opportunities__opener span, .search__opener span {
        display: none
    }

    .search__opener {
        margin-left: 0
    }

    .opportunities, .search {
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (max-width: 1200px) {
    .header__dropdown, .header__list, .header__sticky, .header__sticky ~ .search__wrap, .search__wrap {
        padding-left: var(--offset-lg)
    }

    .header__right, .header__sticky, .header__sticky ~ .search__wrap, .search__wrap {
        padding-right: var(--offset-lg)
    }

    .header__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .header__dropdown {
        padding-top: calc(var(--offset-lg) - var(--offset-sm));
        padding-right: calc(((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2)) + 27%);
        padding-bottom: var(--offset-lg);
        background-image: linear-gradient(90deg, var(--c10) 66.9%, var(--c7) 66.9%)
    }

    .header__img {
        right: var(--offset-lg);
        width: 30.5%
    }
}

@media screen and (max-width: 1100px) {
    .header__left, .header__phone > span {
        display: none
    }

    .header__right {
        padding-left: var(--offset-lg)
    }

    .header__right::after {
        content: none
    }

    .search {
        margin-left: 0;
        margin-right: auto
    }
}

@media screen and (max-width: 900px) {
    .header__phone {
        display: none
    }

    .logo__wrap {
        margin-right: auto
    }
}
input::placeholder{
    color:rgb(219, 219, 219) !important;
}
.desktop-label{
    display: block;
}
.mobile-label{
    display: none;
}
.payme-header{
    color: #464545;
}
/* .field-paymentform-method{
    width:40%;
    margin-left: auto;
    margin-right: auto;
} */
.width-limit{
    /*width:40%;*/
    margin-left: auto;
    margin-right: auto;
}
.only-upper{
    text-transform:uppercase;
}
.centered-desktop{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
.travel-1-submit p{
    order: unset;
    margin-bottom: unset;
}

@media screen and (max-width: 768px) {
    .centered-desktop{
        width: 100%;
       
    }
    .travel-submit-2{
        justify-content: center;
    }
    .travel-submit-2 button{
        margin-bottom: 20px;
    }
    .travel-1-submit p{
        order: -1;
        margin-bottom: 25px;
    }
    .select2-selection{
        height: auto !important;
    }
    .travel-1-submit{
        display:flex; 
        flex-direction:column
    }
    
    .no-margin-mobile{
        margin-top:0 !important;
    }
    .field-paymentform-verifycode{
        font-size:14px;
        text-align:center;
    }
    .width-limit{
        width:100%;
    }
    .field-paymentform-method{
        width:100%;
    }
    .card{
        width: 100% !important;
    }
    .card .control-label{
        font-size: 13px;
        font-weight: 400;
    }
    .card #paymentform-expiry{
        width: 89px;
    }
    .payme-icon{
        margin-top: -30px;
    }
    .payme-header{
        font-size: 19px;
    }
    .desktop-label{
        display: none;
    }
    .mobile-label{
        display: block;
    }
    .linksWrap{
        display: none !important;
    }
    .submit_osago_1{
        padding-top: 0px !important;
    }
    .submit_osago_1 p{
        order: -1;
        margin-bottom: 16px;
    }
    .header, .header__sticky {
        transition: none
    }

    .header__sticky .btn, .opportunities, .wrapper .logo--2 {
        display: none
    }

    .header {
        opacity: 0;
        pointer-events: none;
        -ms-transform: none;
        transform: none
    }

    .header.sticky {
        opacity: 1;
        pointer-events: auto;
        -ms-transform: none;
        transform: none
    }

    .header__sticky.open .nav__opener::before {
        background-color: var(--c7)
    }

    .header__sticky.open .nav__opener span {
        background-color: var(--c2)
    }

    .header__right {
        padding-top: var(--offset-sm);
        padding-bottom: var(--offset-sm)
    }

    .header__opener {
        font-size: .85em
    }

    .header__opener svg {
        width: var(--offset-md);
        height: var(--offset-md)
    }

    .logo__wrap {
        -ms-flex-order: -1;
        order: -1
    }

    .wrapper .logo--1 {
        margin-right: var(--offset-md)
    }

    .wrapper .logo--1::after {
        content: none
    }

    .search {
        margin-right: 0
    }

    .lang {
        margin-right: auto
    }

    .login__opener {
        height: calc(100% + (var(--offset-sm) * 2));
        margin-top: calc(0px - var(--offset-sm));
        margin-bottom: calc(0px - var(--offset-sm))
    }
}

.menu--sm .menu__col::after, .menu__img::after, .menu__list--lang::before {
    content: ""
}

.nav__wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100vh;
    padding: calc(var(--offset-lg) * 3.5) var(--offsetH);
    background-color: var(--c10);
    background-image: linear-gradient(90deg, var(--c1) 52.7%, var(--c10) 52.7%);
    -ms-transform: translateY(-105%);
    transform: translateY(-105%);
    pointer-events: none;
    overflow: auto;
    transition: .5s;
    z-index: -2
}

.nav__wrap.open {
    -ms-transform: none;
    transform: none;
    pointer-events: auto
}

.nav__wrap.open .menu__col {
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
    transition: .5s;
    opacity: 1
}

.menu__col, .menu__img, .tab__item {
    pointer-events: none
}

.nav__wrap.open .menu__col:nth-of-type(1) {
    transition-delay: .3s
}

.nav__wrap.open .menu__col:nth-of-type(2) {
    transition-delay: .35s
}

.nav__wrap.open .menu__col:nth-of-type(3) {
    transition-delay: .4s
}

.nav__wrap.open .menu__col:nth-of-type(4) {
    transition-delay: .45s
}

.nav__wrap.open .menu__col:nth-of-type(5) {
    transition-delay: .5s
}

.nav__wrap.open .menu__col:nth-of-type(6) {
    transition-delay: .55s
}

.nav__wrap.open .menu__col:nth-of-type(7) {
    transition-delay: .6s
}

.nav__wrap.open .menu__col:nth-of-type(8) {
    transition-delay: .65s
}

.nav__wrap.open .menu__col:nth-of-type(9) {
    transition-delay: .7s
}

.nav__wrap.open .menu__col:nth-of-type(10) {
    transition-delay: .75s
}

.nav__wrap.open .menu__img img {
    display: inline
}

.nav__opener {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-md) / 1.1);
    height: calc(var(--offset-md) / 1.3);
    margin-right: calc(var(--offset-lg) + var(--offset-sm))
}

.nav__opener .line {
    width: 100%;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--c5);
    transition: var(--anim)
}

.nav__opener .line:nth-of-type(2) {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform-origin: top left;
    transform-origin: top left
}

.nav__opener .line:nth-of-type(3) {
    -ms-transform-origin: left;
    transform-origin: left
}

.nav__opener .line:last-of-type {
    position: absolute;
    left: 0;
    bottom: 0;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.nav__opener.open .line:nth-of-type(2) {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav__opener.open .line:nth-of-type(3) {
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.nav__opener.open .line:last-of-type {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__opener:focus .line, .nav__opener:focus-within .line, .nav__opener:hover .line {
    background-color: var(--c3)
}

.menu {
    width: 50%
}

.menu--bg .menu__link {
    opacity: .9
}

.menu--bg .menu__link:focus, .menu--bg .menu__link:focus-within, .menu--bg .menu__link:hover {
    opacity: 1
}

.menu--sm {
    width: 40%
}

.menu--sm .menu__col::after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 47.3%;
    background-color: var(--c10);
    z-index: -1
}

.menu__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__col {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 50%;
    padding-right: var(--offset-lg);
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    transition: .5s;
    opacity: 0
}

.menu__col--full {
    width: 100%
}

.menu__col--bottom {
    margin-top: var(--offset-lg)
}

.menu__col span {
    display: block;
    font-size: .85em;
    line-height: 1.4
}

.menu__col:focus .menu__img, .menu__col:focus-within .menu__img, .menu__col:hover .menu__img {
    opacity: 1
}

.menu__col:focus .menu__img img, .menu__col:focus-within .menu__img img, .menu__col:hover .menu__img img {
    -ms-transform: scale(1);
    transform: scale(1)
}

.menu__phone {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-md);
    margin-bottom: var(--offset-md);
    padding-bottom: var(--offset-md)
}

.menu__title {
    display: block;
    margin-bottom: var(--offset-sm);
    font-weight: 500;
    font-size: 1.05em;
    color: var(--c2)
}

.menu__title--icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.menu__title--icon svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-sm) * 1.25);
    height: calc(var(--offset-sm) * 1.25);
    margin-right: var(--offset-sm);
    fill: var(--c1)
}

.menu__title a {
    color: inherit
}

.menu__title a:focus, .menu__title a:focus-within, .menu__title a:hover {
    color: var(--c8)
}

.menu__list {
    margin: 0;
    padding: 0;
    margin-bottom: var(--offset-lg)
}

.menu__item, .menu__list--lang {
    margin-top: var(--offset-sm)
}

.menu__list--lang {
    position: relative;
    padding-top: calc(var(--offset-sm) / 1.25)
}

.menu__list--lang::before {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--offset-lg);
    height: 3px;
    background-color: var(--c6)
}

.menu__item--notOffset {
    margin-top: 0
}

.menu__link {
    position: relative;
    display: block;
    -ms-transform-origin: left center;
    transform-origin: left center;
    font-size: .85em;
    transition: .2s
}

.menu__img, .menu__img::after {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0
}

.menu__link:focus, .menu__link:focus-within, .menu__link:hover {
    color: var(--c8);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.menu__info {
    margin-bottom: var(--offset-md);
    padding-bottom: calc(var(--offset-md) - var(--offset-sm))
}

.menu__img {
    z-index: -1;
    width: 52.7%;
    opacity: 0;
    transition: .5s;
    overflow: hidden
}

.menu__img::after {
    right: 0;
    background-color: var(--c1);
    opacity: .9
}

.menu__img img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    transition: .5s
}

@media screen and (max-width: 1300px) {
    .nav__wrap {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }
}

@media screen and (max-width: 1200px) {
    .nav__wrap {
        padding-left: var(--offset-lg);
        padding-right: var(--offset-lg);
        padding-bottom: calc(var(--offset-lg) * 2)
    }
}

@media screen and (max-width: 1100px) {
    .menu__col {
        width: 100%
    }
}

@media screen and (max-width: 1000px) {
    .nav__opener {
        margin-right: var(--offset-md);
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media screen and (max-width: 768px) {
    .nav__opener {
        margin-right: 0
    }

    .nav__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: calc(var(--offset-lg) * 2);
        padding-bottom: calc(var(--offset-lg) * 3);
        background-color: var(--c7);
        background-image: none
    }

    .menu__info, .menu__phone {
        padding-bottom: 0
    }

    .menu {
        width: 100%
    }

    .menu--bg .menu__title {
        color: var(--c2)
    }

    .menu--bg .menu__link {
        color: var(--c5)
    }

    .menu--sm {
        margin-top: calc(var(--offset-lg) - var(--offset-sm))
    }

    .menu__col--bottom, .menu__phone {
        margin-top: 0
    }

    .menu--sm .menu__col::after {
        content: none
    }

    .menu__col {
        width: 50%
    }

    .menu__phone {
        margin-bottom: var(--offset-lg)
    }

    .menu__img {
        display: none
    }
}

.form__checkbox > span:first-of-type::before, .form__icon--circle::before, .form__radio > span:first-of-type::before, .slider__dot::before, .slider__img--full::after, .slider__wrap--decor .tns-inner::before, .tab__link::after, .tab__links::before {
    content: ""
}

@media screen and (max-width: 650px) {
    .menu__col {
        width: 100%
    }

    .menu__list--lang {
        margin-top: var(--offset-lg)
    }
}

.tab__links {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1
}

.tab__links::before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--c7);
    transition: var(--anim)
}

.tab__links--full {
    width: 100%
}

.tab__wrap, .tab__wrap--visible {
    width: calc(100% + (var(--offset-lg) * 2))
}

.tab__links--start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tab__links--center {
    margin-left: auto;
    margin-right: auto
}

.tab__links--center .tab__link:first-of-type {
    margin-left: 0
}

.tab__links + .btn {
    margin-left: calc(var(--offset-lg) * 3)
}

.tab__link {
    position: relative;
    font-size: 1.1em;
    color: var(--c5);
    margin-left: var(--offset-lg);
    padding-bottom: var(--offset-sm);
    z-index: 1
}

.form__legend, .form__remove, .tab__link.open, .tab__link:focus, .tab__link:focus-within, .tab__link:hover {
    color: var(--c4)
}

.tab__link--2, .tab__link:first-of-type {
    margin-left: 0
}

.tab__link::after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--c8);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: var(--anim)
}

.tab__link:last-of-type {
    margin-right: 0
}

.tab__link--1 {
    font-size: 1.5em
}

.tab__link--2 {
    font-size: 1.2em;
    padding-left: var(--offset-lg);
    padding-right: var(--offset-lg)
}

.tab__link--c::after {
    background-color: var(--c6)
}

.tab__link--c1::after {
    background-color: var(--ct1)
}

.tab__link--c2::after {
    background-color: var(--ct2)
}

.tab__link--c3::after {
    background-color: var(--ct3)
}

.tab__link--c4::after {
    background-color: var(--ct4)
}

.tab__link--c5::after {
    background-color: var(--ct5)
}

.tab__link--c6::after {
    background-color: var(--ct6)
}

.tab__link--c7::after {
    background-color: var(--ct7)
}

.tab__link.open::after {
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.tab__wrap {
    position: relative;
    margin: calc(0px - var(--offset-lg));
    padding: var(--offset-lg);
    overflow: hidden
}

.tab__wrap--visible {
    overflow: visible
}

.tab__item {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg))
}

.tab__item.open {
    position: relative;
    height: auto;
    pointer-events: auto;
    opacity: 1;
    -ms-transform: none;
    transform: none;
    transition: var(--anim)
}

@media screen and (max-width: 1300px) {
    .tab__link {
        margin-left: var(--offset-md)
    }
}

@media screen and (max-width: 1200px) {
    .tab__links + .btn {
        margin-left: var(--offset-lg)
    }
}

@media screen and (max-width: 1000px) {
    .section__header + .tab__wrap .tab__links--center {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .section__header + .tab__wrap .tab__links--center .tab__link:not(:first-child) {
        margin-top: var(--offset-sm);
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    .tab__links--center {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%
    }

    .tab__links--center .tab__link:not(:first-child) {
        margin-top: var(--offset-sm);
        margin-left: 0
    }
}

.form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form--lg .form__item {
    margin-top: var(--offset-lg)
}

.form--lg .form__item--offsetN {
    margin-top: 0
}

.form__fieldset {
    position: relative;
    margin: 0;
    padding: 0;
    border: none
}

.form__fieldset:not(:first-child) {
    margin-top: calc(var(--offset-md) * 1.5)
}

.form__fieldset p {
    margin-top: var(--offset-md)
}

.form__fieldset p:first-child {
    margin-top: 0
}

.form__fieldset p:last-child {
    margin-bottom: 0
}

.form [data-show]:not(button) {
    display: none
}

.form [data-show]:not(button) .form__fieldset {
    margin-top: calc(var(--offset-md) * 1.5)
}

.form [data-show]:not(button).visible {
    display: block
}

.form__legend {
    padding: 0;
    font-size: 1.15em
}

.form__remove {
    position: absolute;
    top: -5px;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.5);
    padding: calc(var(--offset-sm) / 1.25) var(--offset-sm);
    font-size: .6em;
    background-color: var(--c7);
    border-radius: 5px
}

.form__checkbox, .form__radio {
    margin-right: var(--offset-md);
    padding-left: calc(var(--offset-sm) * 2);
    font-family: var(--f2);
    cursor: pointer
}



.form__checkbox > input:checked + span:first-of-type, .form__radio > input:checked + span:first-of-type {
    color: var(--c1)
}

.form__remove svg {
    width: 80%;
    height: 60%;
    fill: var(--c4)
}

.form__remove:focus, .form__remove:focus-within, .form__remove:hover {
    background-color: var(--c8)
}

.form__remove:focus svg, .form__remove:focus-within svg, .form__remove:hover svg {
    fill: var(--c10)
}

.form__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form__row--end {
    -ms-flex-align: end;
    align-items: flex-end
}

.form__row--offsetT {
    margin-top: var(--offset-sm)
}

.form__row .btn {
    padding-top: calc(var(--offset-md) / 1.4);
    padding-bottom: calc(var(--offset-md) / 1.4)
}

.form__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-md);
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form__item--offsetR {
    margin-right: var(--offset-md)
}

.form__item--offsetN {
    margin-top: 0
}

.form__item--lg {
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 70%
}

.form__item--sm {
    width: 20%;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.form__item .form__title {
    width: 100%;
    font-weight: 400
}

.form__title {
    display: block;
    font-size: .85em;
    margin-bottom: var(--offset-sm)
}

.form__radioWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(0px - var(--offset-sm))
}

.form__radio {
    position: relative;
    margin-top: var(--offset-sm);
    font-size: .95em
}

.form__radio > span:first-of-type::before {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--c10);
    width: var(--offset-sm);
    height: var(--offset-sm);
    border-radius: 50px;
    border: 2px solid var(--c6);
    transition: var(--anim)
}

.form__radio > input:checked + span:first-of-type::before {
    background-color: var(--c13);
    border-color: var(--c13)
}

.form__radio--full {
    width: 100%
}

.form__radio--full > span:first-of-type {
    display: block;
    font-size: 1.2em;
    font-weight: 800
}

.form__radio--full > span:first-of-type::before {
    top: .35em;
    -ms-transform: none;
    transform: none
}

.form__radio--full > span:not(:first-of-type) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-sm);
    margin-bottom: var(--offset-md);
    padding-top: var(--offset-sm);
    border-top: 1px solid var(--c7)
}

.form__radio--full > span:not(:first-of-type) span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form__file-btn, .form__radio--img {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.form__radio--full > span:not(:first-of-type) span:not(:last-of-type) {
    margin-bottom: var(--offset-sm);
    padding-bottom: var(--offset-sm);
    border-bottom: 1px solid var(--c7)
}

.form__radio--full > span:not(:first-of-type) b {
    font-weight: 400
}

.form__radio--notOffset span {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.form__radio--img {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-lg)
}

.form__radio--single {
    padding-left: 0;
}

.form__radio--img img {
    width: auto;
    height: calc(var(--offset-md) * 1.25);
    object-fit: contain
}

.form__checkbox {
    position: relative;
    display: block;
    font-size: .95em
}

.form__checkbox > span:first-of-type::before {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--c10);
    width: calc(var(--offset-sm) * 1.25);
    height: calc(var(--offset-sm) * 1.25);
    border-radius: 5px;
    border: 2px solid var(--c6);
    transition: var(--anim);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%
}

.form__file .input, .input, input, select, textarea {
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--c5);
    font-family: var(--f1)
}

.form__checkbox > input:checked + span:first-of-type::before {
    background-image: url(../img/svg/checked.svg);
    border-color: var(--c13)
}

.form__checkbox--notOffset span {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.form__file {
    position: relative;
    font-size: 1em
}

.form__file .input {
    display: block;
    width: 100%;
    padding: var(--offset-sm) var(--offset-md);
    font-size: .85em;
    line-height: 1;
    background-color: var(--c7);
    border-radius: 5px
}

.form__file-btn, .form__icon {
    top: 0;
    padding: var(--offset-sm);
    border-radius: 5px
}

.form__file-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.25);
    background-color: var(--c1)
}

.form__icon, .video__btn {
    right: 0;
    bottom: 0;
    -ms-flex-direction: row
}

.form__file-btn svg {
    width: 100%;
    height: 100%;
    fill: var(--c10)
}

.form__extend {
    position: relative
}

.form__icon {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.25);
    height: 100%;
    min-height: calc(var(--offset-lg) * 1.25);
    cursor: pointer
}

.form__icon svg {
    width: 100%;
    height: 100%;
    fill: var(--c5)
}

.form__icon--bg svg, .video__btn svg {
    fill: var(--c10)
}

.form__icon--circle::before {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--c5);
    border-radius: 50px
}

.form__icon--circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20%;
    height: 20%;
    fill: var(--c10)
}

.form__icon--bg {
    background-color: var(--c1)
}

.form .btn__wrap p {
    margin-left: var(--offset-md);
    font-size: .7em;
    line-height: 1.4
}

.form .btn__wrap .btn {
    margin-top: 0
}

.form .btn {
    margin-top: var(--offset-md)
}

[data-add-part-form] .form__fieldset:first-child {
    margin-top: calc(var(--offset-md) * 1.5)
}

.datepicker {
    cursor: pointer
}

.disabled {
    opacity: .5;
    pointer-events: none
}

.disabled .input[disabled], .disabled .input[disabled] + span, .disabled input[disabled], .disabled input[disabled] + span, .disabled select[disabled], .disabled select[disabled] + span, .disabled textarea[disabled], .disabled textarea[disabled] + span {
    opacity: 1;
    pointer-events: none
}

.input, input, select, textarea, .select2-selection {
    width: 100%;
    margin: 0;
    padding: var(--offset-sm) var(--offset-md);
    font-size: .85em;
    background-color: var(--c7);
    border-radius: 5px;
    white-space: nowrap;
    border: none;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input:read-only{
    background-color: #c1c3c5 !important;
    -webkit-box-shadow: inset 0 0 0 70px #c1c3c5 !important;
}
.slider__icon, .slider__title {
    margin-bottom: var(--offset-sm)
}

.input[disabled], .input[disabled] + span, input[disabled], input[disabled] + span, select[disabled], select[disabled] + span, textarea[disabled], textarea[disabled] + span {
    opacity: .5;
    pointer-events: none
}

.input:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--c5)
}

.input::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
    color: var(--c5)
}

.input:-moz-autofill, input:-moz-autofill, select:-moz-autofill, textarea:-moz-autofill {
    -webkit-box-shadow: inset 0 0 0 70px var(--c7);
    -webkit-text-fill-color: var(--c5)
}

.input:-webkit-autofill, input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 70px var(--c7);
    -webkit-text-fill-color: transparent
}

.input:-internal-autofill-selected, input:-internal-autofill-selected, select:-internal-autofill-selected, textarea:-internal-autofill-selected {
    -webkit-text-fill-color: var(--c5)
}

.input::-webkit-calendar-picker-indicator, input::-webkit-calendar-picker-indicator, select::-webkit-calendar-picker-indicator, textarea::-webkit-calendar-picker-indicator {
    display: none
}

.input.success, input.success, select.success, textarea.success {
    box-shadow: 0 0 0 2px var(--ct4)
}

.input.warning, input.warning, select.warning, textarea.warning {
    box-shadow: 0 0 0 2px var(--ct3)
}

.input.error, input.error, select.error, textarea.error {
    box-shadow: 0 0 0 2px var(--ct1)
}

.input.error ~ .error__message, input.error ~ .error__message, select.error ~ .error__message, textarea.error ~ .error__message {
    position: absolute;
    font-size: .85em;
    color: var(--ct1);
    background-color: var(--c10)
}

input[type=number] {
    -moz-appearance: textfield
}

select, .select2-selection{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: calc(var(--offset-md) - 3px);
    padding-right: calc((var(--offset-md) * 2) + (var(--offset-sm) / 2));
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ5MC42NzcgNDkwLjY3NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDkwLjY3NyA0OTAuNjc3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZmlsbD0iIzc3ODA5MyIgZD0iTTQ4OS4yNzIsMzcuMzM5Yy0xLjkyLTMuMzA3LTUuNDQtNS4zMzMtOS4yNTktNS4zMzNIMTAuNjhjLTMuODE5LDAtNy4zMzksMi4wMjctOS4yNTksNS4zMzNjLTEuODk5LDMuMzA3LTEuODk5LDcuMzYsMC4wMjEsMTAuNjY3bDIzNC42NjcsNDA1LjMzM2MxLjg5OSwzLjMwNyw1LjQxOSw1LjMzMyw5LjIzNyw1LjMzM3M3LjMzOS0yLjAyNyw5LjIzNy01LjMzM0w0ODkuMjUxLDQ4LjAwNUM0OTEuMTQ5LDQ0LjcyLDQ5MS4xNDksNDAuNjQ1LDQ4OS4yNzIsMzcuMzM5eiIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+);
    background-size: calc(var(--offset-sm) / 2);
    background-repeat: no-repeat;
    background-position: calc(100% - var(--offset-md)) center
}

@media screen and (max-width: 1300px) {
    .form .btn__wrap {
        padding-top: var(--offset-lg)
    }

    .form__remove {
        top: -4px
    }

    .form__radio--img {
        margin-right: calc(var(--offset-lg) * 1.5)
    }

    .form__radio--img img {
        height: calc(var(--offset-md) * 1.5)
    }
}

@media screen and (min-width: 901px) {
    .form-page .main {
        overflow: visible
    }

    .form-page .main aside {
        position: -webkit-sticky;
        position: sticky;
        top: var(--offset-lg);
        right: 0
    }
}

@media screen and (max-width: 900px) {
    .form__row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form__item {
        width: 100%
    }

    .form__item--offsetR {
        margin-right: 0
    }

    .form__item--offsetN + .form__item--offsetN {
        margin-top: var(--offset-md)
    }
}

@media screen and (max-width: 768px) {
    .form__radio--img {
        width: 100%;
        margin-right: 0
    }
}

.video {
    width: 100%
}

.video__wrap {
    position: relative
}

.video__btn {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%
}

.video__btn svg {
    width: calc(var(--offset-lg) * 1.5);
    height: calc(var(--offset-lg) * 1.5);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, .48));
    transition: var(--anim)
}

.video__btn.play svg {
    opacity: 0
}

.video video {
    width: 100%
}

.slider.slider--lg .slider__block {
    position: absolute;
    left: 0;
    top: calc(100% - (var(--offsetH) + var(--offset-sm)) - (var(--offset-lg) * 1.3));
    width: calc(100% - (var(--offsetH)));
    height: calc(var(--offsetH) + var(--offset-sm));
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.slider.slider--lg .slider__header, .slider.slider--lg .slider__item, .slider__wrap, .slider__wrap--decor .tns-inner {
    position: relative
}

.slider.slider--lg .slider__header {
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    opacity: 0
}

.slider.slider--lg .slider__caption {
    position: relative;
    margin-top: 0;
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    opacity: 0
}

.slider.slider--lg .slider__img {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.slider.slider--lg .tns-slide-active .slider__caption, .slider.slider--lg .tns-slide-active .slider__header {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    transition: .5s;
    transition-delay: .3s
}

.slider.slider--lg .tns-slide-active .slider__caption {
    transition-delay: .35s
}

.slider.slider--lg .tns-slide-active .slider__img {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: 1s
}

.slider.slider--logo .slider__item:last-child {
    padding-right: calc(var(--offsetH) + var(--offset-lg))
}

.slider.slider--logo .slider__item:hover img {
    filter: none;
    opacity: 1
}

.slider.slider--logo .slider__img {
    width: calc(var(--offset-lg) * 7.2);
    height: calc(var(--offset-lg) * 4);
    margin: var(--offset-sm);
    margin-right: calc(var(--offset-md) * 1.5);
    padding: var(--offset-md);
    background-color: var(--c10);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .05)
}

.slider.slider--logo .slider__img img {
    filter: grayscale(1);
    opacity: .5;
    transition: var(--anim);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.slider__wrap {
    width: 100%;
    margin-top: calc(0px - var(--offset-md))
}

.slider__wrap--decor {
    margin-top: 0
}

.slider__wrap--decor .tns-inner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: calc(var(--offset-lg) * 3);
    background-color: var(--c8);
    pointer-events: none;
    z-index: 1
}

.slider__wrap--lg {
    width: calc(100% + var(--offset-sm) + var(--offsetH));
    margin-left: calc(0px - var(--offset-sm));
    margin-right: calc(0px - var(--offsetH))
}

.slider__icon, .slider__img {
    margin-right: var(--offset-lg)
}

.slider__item {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.slider__block {
    position: relative;
    padding: var(--offset-lg);
    background-image: linear-gradient(0deg, var(--c2) 0, var(--c3) 100%);
    background-image: linear-gradient(0deg, #344988b3 0, #26386de3 100%);
    overflow: hidden
}

.slider__inner {
    position: relative;
    padding-left: var(--offset-lg)
}

.slider__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.slider__controls, .slider__icon {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    background-color: var(--c10)
}

.slider__icon {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-lg) * 2.2);
    height: calc(var(--offset-lg) * 2.2);
    margin-top: var(--offset-sm);
    padding: var(--offset-sm);
    border-radius: 25px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .05)
}

.slider__icon svg {
    width: 100%;
    height: 100%
}

.slider__content {
    width: 50%
}

.slider__caption {
    margin-top: var(--offset-lg);
    color: var(--c10)
}

.slider__caption p {
    margin-top: var(--offset-md)
}

.slider__caption b {
    font-weight: 700
}

.slider__title {
    display: block;
    font-weight: 500;
    font-size: 1.05em;
    line-height: 1.2;
    color: var(--c4)
}

.slider__title--1 {
    font-family: var(--f2);
    font-size: 1.8em;
    color: var(--c10);
    margin-bottom: 0;
    padding-right: var(--offset-lg)
}

.slider__elem {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    width: 100%;
    height: 100%;
    fill: var(--c3);
    pointer-events: none
}

.slider__controls, .slider__img--full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0
}

.slider__dot::before, .slider__dots--1 span {
    -ms-transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: var(--anim)
}

.slider__img {
    width: calc(var(--offset-lg) * 4);
    height: calc(var(--offset-lg) * 4)
}

.slider__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.slider__img--full {
    left: 0;
    width: auto;
    height: auto;
    margin-right: 0
}

.slider__img--full::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(var(--offsetH) * 2);
    background-image: linear-gradient(0deg, #000 0, transparent 100%);
    opacity: .6
}

.slider__img--full img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider__controls {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(((var(--offset-sm) * 1.5) * 2) + var(--offset-sm))
}

.slider__next, .slider__prev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-sm) * 1.5);
    height: calc(var(--offset-sm) * 1.5)
}

.slider__next svg, .slider__prev svg {
    width: 100%;
    height: 100%;
    fill: var(--c5)
}

.slider__dot {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--offset-md);
    height: var(--offset-md);
    margin-bottom: var(--offset-sm)
}

.slider__dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--offset-sm) / 2);
    height: calc(var(--offset-sm) / 2);
    transform: translate(-50%, -50%);
    background-color: #a4adcb
}

.irs .irs-single::before, .slider__dots--1 .slider__dot::before {
    content: none
}

.slider__dot svg {
    width: var(--offset-md);
    height: var(--offset-md);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: var(--anim)
}

.slider__dot .crl-1 {
    fill: none;
    stroke: #a4adcb;
    stroke-width: 5px
}

.slider__dot .crl-2 {
    fill: none;
    stroke: var(--c10);
    stroke-width: 5px;
    stroke-dasharray: 63;
    stroke-dashoffset: 63
}

.slider__dot.tns-nav-active::before {
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0
}

.slider__dot.tns-nav-active svg {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.slider__dot.tns-nav-active .crl-2 {
    animation: crl-anim 5s forwards
}

.slider__dots {
    position: absolute;
    top: 0;
    right: calc(0px - var(--offset-md));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.breadcrumbs, .slider__dots--1 span {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.slider__dots--1 {
    top: 50%;
    width: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.slider__dots--1 .slider__dot {
    position: relative;
    width: calc(var(--offset-lg) * 1.25);
    height: calc(var(--offset-lg) * 1.25)
}

.slider__dots--1 .slider__dot.tns-nav-active span {
    color: var(--c10);
    background-color: var(--c8)
}

.slider__dots--1 .slider__dot.tns-nav-active svg {
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.slider__dots--1 span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: var(--offset-lg);
    height: var(--offset-lg);
    font-weight: 500;
    font-size: 1em;
    color: var(--c5);
    transform: translate(-50%, -50%);
    background-color: transparent
}

.slider__dots--1 svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(var(--offset-lg) * 1.25);
    height: calc(var(--offset-lg) * 1.25);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slider__dots--1 .crl-1 {
    stroke: var(--c6);
    stroke-width: 2px
}

.slider__dots--1 .crl-2 {
    stroke: #d0d3dd;
    stroke-width: 2px;
    stroke-dasharray: 187;
    stroke-dashoffset: 187
}

@keyframes crl-anim {
    to {
        stroke-dashoffset: 0
    }
}

.irs {
    --cLightBlue: #658fd4;
    --cDarkBlue: #4666b0;
    font-family: var(--f1);
    font-size: var(--fs);
    height: calc(var(--offset-lg) * 1.35)
}

.irs .irs-max, .irs .irs-min, .irs .irs-single {
    font-size: .85em;
    line-height: 1;
    background-color: transparent;
    font-weight: 500
}

.irs .irs-max, .irs .irs-min {
    padding: 0;
    color: var(--c5)
}

.irs .irs-single {
    top: calc(0px - (var(--offset-sm) / 2.25));
    padding: calc(var(--offset-sm) / 2) 0;
    color: var(--c8);
    border-radius: 5px
}

.irs .irs-bar, .irs .irs-line {
    top: var(--offset-lg);
    height: calc(var(--offset-md) / 2)
}

.irs .irs-line {
    background-color: var(--c7);
    border-radius: 5px
}

.irs .irs-handle, .irs .irs-handle > i:first-child {
    width: calc(var(--offset-md) / 1.5);
    height: calc(var(--offset-md) / 1.5)
}

.irs .irs-bar--single {
    background-color: var(--cLightBlue);
    border-radius: 5px 0 0 5px
}

.irs .irs-handle {
    top: calc(var(--offset-lg) - ((var(--offset-md) / 1.5) / 6))
}

.irs .irs-handle > i:first-child {
    top: 50%;
    margin-top: calc(0px - ((var(--offset-md) / 1.5) / 2));
    margin-left: calc(0px - ((var(--offset-md) / 1.5) / 2));
    background-color: var(--cDarkBlue);
    border-radius: 50px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}

.irs .irs-handle.state_hover > i:first-child, .irs .irs-handle:hover > i:first-child {
    background-color: var(--cDarkBlue);
    cursor: pointer
}

@media screen and (max-width: 1300px) {
    .slider__icon {
        border-radius: 15px
    }
}

@media screen and (max-width: 1200px) {
    .slider.slider--lg .slider__block {
        position: relative;
        top: auto;
        left: auto;
        width: calc(100% + (var(--offset-lg) * 1.25));
        height: 100%;
        padding-top: calc(var(--offset-lg) * 2);
        padding-right: calc(var(--offset-lg) * 3);
        padding-bottom: calc(var(--offset-lg) * 2);
        border-radius: 0
    }

    .slider__wrap--decor .tns-inner::before {
        content: none
    }

    .slider__inner {
        padding-left: 0
    }

    .slider__img--full {
        left: calc(50% + (var(--offset-lg) * 1.25))
    }

    .slider__dots {
        right: 0
    }

    .slider__elem {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .slider__dots {
        top: 0;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (max-width: 768px) {
    .slider__content {
        width: 100%
    }

    .slider__controls {
        background-color: transparent
    }

    .slider__img--full {
        display: none
    }

    .slider__wrap--lg {
        width: calc(100% + var(--offset-sm));
        margin-right: 0
    }
}

@media screen and (max-width: 600px) {
    .slider__controls {
        top: calc(0px - (var(--offset-lg) * 1.7));
        right: calc(0px - var(--offset-sm));
        -ms-flex-align: start;
        align-items: flex-start
    }

    .slider__header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .slider__icon {
        margin-top: 0
    }

    .slider__wrap--decor .tns-inner::before {
        content: none
    }

    .slider__elem {
        display: none
    }

    .slider__inner {
        padding-left: 0
    }
}

@media screen and (max-width: 500px) {
    .slider__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 390px) {
    .slider__controls {
        display: none
    }
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding: calc(var(--offset-md) / 1.5) calc(var(--offsetH) * 1.3);
    background-color: var(--c10);
    z-index: 4
}

.breadcrumbs--offsetMd {
    padding: calc(var(--offset-md) / 1.5) var(--offsetH)
}

.breadcrumbs__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: var(--offset-sm)
}

.breadcrumbs__item:not(:last-of-type)::after {
    content: ">";
    position: relative;
    margin-left: var(--offset-sm);
    font-size: .8em
}

.breadcrumbs__link {
    font-size: .75em
}

@media screen and (max-width: 1300px) {
    .breadcrumbs {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }
}

@media screen and (max-width: 1200px) {
    .breadcrumbs {
        padding-left: var(--offset-lg);
        padding-right: var(--offset-lg)
    }
}

@media screen and (max-width: 1000px) {
    .breadcrumbs {
        margin-bottom: calc(0px - var(--offset-sm))
    }

    .breadcrumbs__item {
        margin-bottom: var(--offset-sm)
    }
}

.main-slide {
    position: relative;
    min-height: calc(var(--offsetH) * 2.25);
    padding-left: calc(var(--offsetH) / 1.5);
    padding-right: calc(var(--offsetH) / 1.5)
}

.main-slide--notLinks .main-slide__img {
    bottom: 0
}

.main-slide--bg::after {
    content: "";
    position: absolute;
    top: calc(50% - ((var(--offset-lg) * 3) / 2));
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, var(--c7) 52.7%, var(--c10) 52.7%);
    z-index: -1
}

.main-slide__inner {
    position: relative;
    width: 56%;
    min-height: calc(var(--offsetH) * 2.35);
    padding: calc(var(--offset-lg) * 3) calc(var(--offsetH) / 1.6)
}

.linksWrap .online__item, .main-slide .online__item {
    padding-top: var(--offset-md);
    padding-bottom: var(--offset-md)
}

.main-slide__inner .btn__wrap {
    margin-top: auto
}

.main-slide__title {
    font-family: var(--f2);
    font-size: 2.66em;
    font-weight: 500;
    line-height: 1.2;
    color: var(--c10);
    margin-top: 0;
    margin-bottom: var(--offset-lg)
}

.main-slide__title b {
    font-weight: 700;
    color: var(--c8)
}

.main-slide p {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.35;
    color: var(--c10)
}

.main-slide__img {
    position: absolute;
    top: 0;
    left: calc(var(--offsetH) / 1.5);
    right: calc(var(--offsetH) / 1.5);
    bottom: calc((var(--offset-lg) * 3) / 2);
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--c3)
}

.main-slide__img img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-left: auto;
    object-fit: cover;
    object-position: right bottom
}

.main-slide__img svg {
    position: absolute;
    right: var(--offset-lg);
    top: 62.5%;
    width: 50%;
    height: 100%;
    -ms-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
    fill: var(--c3)
}

.main-slide__img[style] img {
    width: 60%;
    object-fit: contain
}

.main-slide .online, .main-slide .tns-outer {
    width: 100%
}

.main-slide__img[style] svg {
    fill: var(--c4);
    opacity: .05
}

.main-slide__img[style] + .main-slide__inner b {
    color: var(--c7)
}

.main-slide__linksWrap .icon {
    margin-left: calc(var(--offsetH) / 1.6)
}

.main-slide__linksWrap .main-slide__links.links {
    margin-right: calc(var(--offsetH) / 1.6)
}

.main-slide__links.links {
    margin-right: calc(var(--offset-lg) * 2)
}

.links, .linksWrap .icon {
    min-height: calc(var(--offset-lg) * 3);
    margin-right: 0
}

.main-slide .online__title {
    padding-left: 0
}

.main-slide .online__list {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}

.main-slide .online__list::after {
    content: none
}

.main-slide .slider__wrap {
    margin-top: 0
}

.main-slide .slider:not(.tns-slider) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 100%;
    height: 100%
}

.main-slide .tns-outer, .main-slide .tns-ovh {
    height: 100%
}

.main-slide .tns-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%
}

.main-slide .slider__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.main-slide .slider__title {
    position: relative;
    margin-bottom: 0;
    padding-left: calc(var(--offset-md) * 1.45);
    padding-right: calc(var(--offset-md) * 1.45);
    font-size: .9em;
    color: var(--c5)
}

.main-slide .slider__title.current, .main-slide .slider__title:focus, .main-slide .slider__title:focus-within, .main-slide .slider__title:hover {
    color: var(--c3)
}

.main-slide .slider__title.current::after {
    content: "";
    position: absolute;
    top: calc(100% + (var(--offset-md) * 1.45));
    left: calc(var(--offset-md) * 1.45);
    right: calc(var(--offset-md) * 1.45);
    height: 3px;
    background-color: var(--c8)
}

.main-slide .slider__controls {
    display: -ms-flexbox !important;
    display: flex !important;
    left: calc(0px - var(--offset-lg));
    right: calc(0px - var(--offset-lg));
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    background-color: transparent;
    pointer-events: none
}

.main-slide .slider__controls[style] button {
    pointer-events: none;
    opacity: .5
}

.main-slide .slider__controls button {
    pointer-events: auto
}

.main-slide.main-slide--light .main-slide__title {
    color: var(--c4)
}

.main-slide.main-slide--light .main-slide__title b {
    color: var(--c3)
}

.main-slide.main-slide--light p {
    color: var(--c4)
}

.linksWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.linksWrap .icon {
    width: calc(var(--offset-lg) * 3);
    padding: var(--offset-md)
}

.linksWrap .links {
    margin-left: var(--offset-lg);
    padding-left: var(--offset-md);
    padding-right: var(--offset-md)
}

.linksWrap .online {
    width: 100%
}

.linksWrap .online__title {
    padding-left: 0
}

.linksWrap .online__list {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent
}

.links, .online {
    display: -ms-flexbox;
    background-color: var(--c10)
}

.linksWrap .online__list::after {
    content: none
}

.links {
    position: relative;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: calc(var(--offset-lg) * 2);
    padding-left: calc(var(--offset-lg) * 2);
    padding-right: calc(var(--offset-lg) * 2);
    border-radius: 25px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05)
}

.modal, .section__row {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}
.modal.fade:not(.show) {
    z-index: -1;
}

@media screen and (max-width: 1300px) {
    .links, .linksWrap .icon {
        margin-left: 0
    }

    .links, .main-slide__linksWrap .main-slide__links.links {
        margin-right: 0
    }

    .main-slide {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .main-slide .slider__controls {
        left: calc(0px - var(--offset-sm));
        right: calc(0px - var(--offset-sm));
        display: none !important
    }

    .main-slide__inner {
        padding-left: 0
    }

    .main-slide__img {
        left: 0;
        right: 0;
        border-radius: 0
    }

    .linksWrap .links {
        padding-left: var(--offset-sm);
        padding-right: var(--offset-sm)
    }

    .main-slide__links .online__title, .main-slide__links.links {
        padding-right: var(--offset-lg)
    }

    .main-slide__links.links {
        margin-right: 0;
        padding-left: var(--offset-lg)
    }

    .links {
        padding-left: calc(var(--offset-lg) * 1.25);
        padding-right: calc(var(--offset-lg) * 1.25);
        border-radius: 15px
    }
}

@media screen and (max-width: 1200px) {
    .main-slide {
        padding-left: var(--offset-lg);
        padding-right: var(--offset-lg)
    }

    .main-slide__links.links {
        margin-left: calc(0px - var(--offset-lg));
        margin-right: calc(0px - var(--offset-lg));
        overflow: hidden
    }

    .main-slide .slider__item {
        min-width: calc(var(--offset-lg) * 5.5)
    }
}

@media screen and (max-width: 1100px) {
    .main-slide {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        min-height: calc(var(--offsetH) * 2)
    }

    .main-slide__inner {
        min-height: auto;
        padding-top: calc(var(--offset-lg) * 2);
        padding-right: var(--offset-lg);
        padding-bottom: calc(var(--offset-lg) * 2)
    }

    .main-slide__linksWrap {
        -ms-flex-order: -1;
        order: -1;
        margin-top: calc(var(--offset-lg) * 2);
        margin-bottom: calc(0px - var(--offset-md))
    }

    .main-slide__img {
        bottom: 0
    }

    .main-slide__img img {
        object-position: 60% bottom
    }

    .main-slide__img[style] img {
        width: 100%;
        object-position: right;
        margin-right: calc(0px - (var(--offsetH) / 1.5))
    }

    .main-slide__links.links {
        display: none
    }

    .section__inner .linksWrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section__inner .linksWrap .icon {
        margin-top: var(--offset-lg);
        margin-left: var(--offset-lg);
        margin-bottom: calc(0px - (var(--offset-lg) * 2))
    }

    .section__inner .linksWrap .links {
        margin-left: 0;
        padding-top: var(--offset-lg);
        padding-left: 0;
        padding-right: 0
    }
}

.online, .online__list {
    -ms-flex-direction: row;
    overflow: hidden
}

@media screen and (max-width: 900px) {
    .main-slide {
        min-height: auto
    }

    .main-slide__img img {
        display: none
    }

    .main-slide__inner {
        width: 100%;
        min-height: auto;
        padding-right: 0
    }

    .main-slide__title {
        font-size: 2em
    }

    .main-slide p {
        font-size: 1em
    }
}

@media screen and (max-width: 768px) {
    .main-slide__img svg {
        top: 62.5%;
        left: 25%;
        right: auto;
        width: 100%;
        height: 105%
    }
}

.online {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.online__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: var(--offset-lg);
    padding-left: calc(var(--offset-lg) * 2.5);
    padding-right: var(--offsetH);
    background-color: var(--c7)
}

.online__list::after {
    content: "";
    position: absolute;
    top: -70px;
    left: -25px;
    bottom: -50px;
    width: calc(var(--offset-md) * 3);
    background-color: var(--c10);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none
}

.online__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: var(--offset-lg);
    padding-left: var(--offset-md);
    padding-bottom: var(--offset-lg);
    z-index: 1
}

.online__item:not(:last-child) {
    padding-right: var(--offset-md)
}

.online__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--offset-md);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZmlsbD0iI2EyYWJjOSIgZD0iTTM4OC40LDI0MkwxNTEuNiw1LjhjLTcuOC03LjctMjAuMy03LjctMjguMSwwYy03LjcsNy44LTcuNywyMC4zLDAsMjguMUwzNDYuMywyNTZMMTIzLjYsNDc4LjFjLTcuOCw3LjctNy44LDIwLjMsMCwyOC4xYzMuOSwzLjksOSw1LjgsMTQuMSw1LjhjNS4xLDAsMTAuMS0xLjksMTQtNS44TDM4OC41LDI3MGMzLjctMy43LDUuOC04LjgsNS44LTE0UzM5Mi4yLDI0NS43LDM4OC40LDI0MnoiLz48L2c+PC9nPjwvc3ZnPg==);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.online__item svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--offset-lg);
    height: var(--offset-lg);
    margin-right: var(--offset-sm)
}

.online__title {
    padding-left: var(--offsetH);
    padding-right: var(--offset-lg);
    font-weight: 500;
    font-size: 1.3em;
    white-space: nowrap
}

.online__caption {
    font-weight: 500;
    font-size: .8em
}

.online__step {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-lg) * 1.5);
    height: calc(var(--offset-lg) * 1.5);
    margin-right: var(--offset-md);
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
    border: 2px solid var(--c6);
    border-radius: 50px
}

.online--step .online__item.current .online__step, .online--step .online__item.current-part .online__step {
    border-color: var(--c2)
}

.online--step .online__list {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.online--step .online__item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0;
    color: var(--c12)
}

.online--step .online__item.current, .online--step .online__item.current-part {
    color: var(--c3)
}

.online--step .online__item:last-child {
    margin-right: var(--offset-md)
}

.online--step .online__item:not(:last-child) {
    padding-right: calc(var(--offset-md) * 2)
}

.online--step .online__item:not(:last-child)::after {
    opacity: .4
}

.online--step .online__item.current:not(:last-child)::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZmlsbD0iIzM0NDk4OCIgZD0iTTM4OC40LDI0MkwxNTEuNiw1LjhjLTcuOC03LjctMjAuMy03LjctMjguMSwwYy03LjcsNy44LTcuNywyMC4zLDAsMjguMUwzNDYuMywyNTZMMTIzLjYsNDc4LjFjLTcuOCw3LjctNy44LDIwLjMsMCwyOC4xYzMuOSwzLjksOSw1LjgsMTQuMSw1LjhjNS4xLDAsMTAuMS0xLjksMTQtNS44TDM4OC41LDI3MGMzLjctMy43LDUuOC04LjgsNS44LTE0UzM5Mi4yLDI0NS43LDM4OC40LDI0MnoiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: 1
}

.online--step .online__item.current-part:not(:last-child)::after {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PHBhdGggZmlsbD0iI2EyYWJjOSIgZD0iTTM4OC40LDI0MkwxNTEuNiw1LjhjLTcuOC03LjctMjAuMy03LjctMjguMSwwYy03LjcsNy44LTcuNywyMC4zLDAsMjguMUwzNDYuMywyNTZMMTIzLjYsNDc4LjFjLTcuOCw3LjctNy44LDIwLjMsMCwyOC4xYzMuOSwzLjksOSw1LjgsMTQuMSw1LjhjNS4xLDAsMTAuMS0xLjksMTQtNS44TDM4OC41LDI3MGMzLjctMy43LDUuOC04LjgsNS44LTE0UzM5Mi4yLDI0NS43LDM4OC40LDI0MnoiLz48L2c+PC9nPjwvc3ZnPg==);
    opacity: .4
}

@media screen and (max-width: 1300px) {
    .online__title {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-right: 0
    }

    .online__list {
        margin-left: 0;
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .online__item {
        -ms-flex-positive: .2;
        flex-grow: .2;
        padding-top: var(--offset-md);
        padding-bottom: var(--offset-md)
    }

    .online__item:first-child {
        padding-left: 0
    }

    .online__item:not(:last-child) {
        padding-right: calc(var(--offset-md) * 2)
    }

    .online__item:last-child {
        padding-right: 0
    }
}

@media screen and (max-width: 1200px) {
    .online__title {
        padding-left: var(--offset-lg);
        padding-right: var(--offset-sm)
    }

    .online__list {
        padding-left: calc(var(--offset-lg) * 1.5);
        padding-right: var(--offset-lg)
    }

    .online__item:first-child {
        padding-left: var(--offset-md)
    }

    .online--step .online__list {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .online--step .online__item {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .online__step {
        width: var(--offset-lg);
        height: var(--offset-lg);
        margin-bottom: calc(var(--offset-sm) / 2);
        font-size: 1em
    }
}

@media screen and (max-width: 1100px) {
    .online__title {
        display: none
    }

    .online__list {
        background-color: transparent
    }

    .online__list::after {
        content: none
    }

    .online__item:first-child {
        padding-left: 0
    }

    .online--step {
        margin-top: var(--offset-md);
        padding: var(--offset-md) var(--offset-lg) 0
    }

    .online--step .online__item {
        -ms-flex-positive: .5;
        flex-grow: .5
    }
}

@media screen and (max-width: 950px) {
    .online--step .online__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: var(--offset-lg);
        padding-bottom: var(--offset-lg)
    }

    .online--step .online__item {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: var(--offset-md) 0 0
    }

    .online--step .online__item:first-child {
        padding-left: 0
    }

    .online--step .online__item:not(:last-child) {
        padding-right: 0
    }

    .online--step .online__item::after {
        content: none
    }
}

@media screen and (max-width: 768px) {
    .online__item:first-child, .online__list {
        padding-left: var(--offset-md)
    }

    .online__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .online__item {
        width: auto
    }
}

.payment, .payment__list {
    display: -ms-flexbox;
    -ms-flex-direction: row;
    overflow: hidden
}

@media screen and (max-width: 500px) {
    .online__list {
        padding-left: var(--offset-md)
    }

    .online__item {
        width: 100%
    }

    .online__item:first-child {
        padding-top: 0
    }

    .online__item:last-child {
        padding-bottom: 0
    }

    .online__item:not(:last-child)::after {
        content: none
    }
}

.payment {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: calc(0px - (var(--offset-lg) * 2));
    background-color: var(--c10)
}

.payment__list {
    position: relative;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: var(--offset-lg);
    padding-left: calc(var(--offset-lg) * 2.5);
    padding-right: var(--offsetH);
    background-color: var(--c7)
}

.payment__list::after {
    content: "";
    position: absolute;
    top: -70px;
    left: -25px;
    bottom: -50px;
    width: calc(var(--offset-md) * 3);
    background-color: var(--c10);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none
}

.payment__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: var(--offset-lg);
    padding-left: var(--offset-md);
    padding-bottom: var(--offset-lg);
    z-index: 1
}

.payment__item:not(:last-child) {
    padding-right: var(--offset-md)
}

.payment__title {
    padding-left: var(--offsetH);
    padding-right: var(--offset-lg);
    font-weight: 500;
    font-size: 1.3em;
    white-space: nowrap
}

.payment__img {
    width: calc(var(--offset-md) * 3.5);
    height: calc(var(--offset-md) * 1.5)
}

.payment__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.payment + .section {
    margin-top: calc(var(--offsetH) / 1.5)
}

@media screen and (max-width: 1300px) {
    .payment {
        margin-top: 0
    }

    .payment__title {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .payment__list {
        margin-left: 0;
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }
}

@media screen and (max-width: 1200px) {
    .payment__title {
        padding-left: var(--offset-lg);
        padding-right: var(--offset-sm)
    }

    .payment__list {
        padding-left: calc(var(--offset-lg) * 2);
        padding-right: var(--offset-lg)
    }
}

@media screen and (max-width: 1000px) {
    .payment {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .payment__title {
        margin-bottom: var(--offset-lg)
    }

    .payment__list {
        width: 100%;
        padding-left: var(--offset-lg);
        background-color: transparent
    }

    .payment__item {
        padding-top: 0
    }

    .payment__item:first-child {
        padding-left: 0
    }

    .payment__item:last-child {
        padding-right: 0
    }
}

@media screen and (max-width: 768px) {
    .payment__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .payment__item {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 33.3%;
        padding-left: 0;
        padding-right: 0
    }

    .payment__img img {
        object-position: left
    }
}

.modal__footer, .modal__header, .modal__inner {
    padding: var(--offset-md)
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 50%;
    -ms-transform: translate(-50%, calc(-50% + 40px));
    transform: translate(-50%, calc(-50% + 40px));
    background-color: var(--c10);
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transition: all var(--anim), opacity .1s;
    z-index: 999;
    display: initial !important;
    height: auto !important;
}

.modal--md {
    width: calc(var(--offsetH) * 2.5)
}

.modal--sm {
    width: calc(var(--offsetH) * 1.5)
}

.modal__content {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 53.8%;
    height: 100%;
    overflow: auto
}

.modal__content .section__inner {
    width: 80%
}

.modal__content .section__subtitle {
    margin-top: 0;
    margin-bottom: var(--offset-sm);
    font-size: 1em;
    color: var(--c8)
}

.modal__sidebar {
    width: 35%
}

.modal__sidebar b {
    display: block;
    width: 100%;
    color: var(--c3)
}

.modal__sidebar a, .modal__sidebar span {
    font-size: 1.25em
}

.modal__sidebar .section__image {
    width: calc(var(--offsetH) * 1.3);
    height: auto;
    margin-bottom: var(--offset-lg)
}

.modal__sidebar .section__image img {
    width: 100%;
    border-radius: 5px
}

.modal__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid var(--c7)
}

.modal__inner {
    max-height: 65vh;
    overflow: auto
}

.modal__inner img {
    width: 100%
}

.modal__footer {
    border-top: 1px solid var(--c7)
}

.modal__footer .btn, .modal__footer :first-of-type {
    margin-top: 0
}

.modal__footer p {
    line-height: 1.4
}

.modal__footer .btn__wrap {
    padding-top: var(--offset-sm)
}

.modal__title {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 1em;
    line-height: 1.3;
    color: var(--c3)
}

.modal--error, .modal--error .modal__title, .modal--success, .modal--success .modal__title {
    color: var(--c10)
}

.modal__close {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-md) / 1.3);
    height: calc(var(--offset-md) / 1.3);
    margin-left: var(--offset-lg)
}

.modal__close .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--c5);
    transition: .3s
}

.modal__close .line:nth-child(2) {
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal__close .line:nth-child(3) {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.modal__close:focus .line, .modal__close:focus-within .line, .modal__close:hover .line {
    background-color: var(--c8)
}

.modal img {
    display: none
}

.modal.open {
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: auto;
    opacity: 1
}

.modal.open img {
    display: inline
}

.modal--full, .section {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.modal--full {
    top: 0;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding: calc(var(--offsetH) / 2) var(--offsetH);
    border-radius: 0;
    background-image: linear-gradient(90deg, var(--c7) 52.7%, var(--c10) 52.7%);
    -ms-transform: translate(-50%, -105%);
    transform: translate(-50%, -105%);
    opacity: 1;
    transition: .5s
}

.modal--full .modal__close {
    position: fixed;
    top: calc(var(--offsetH) / 2);
    right: var(--offsetH);
    z-index: 1
}

.modal--full .modal__content, .modal--full .modal__sidebar {
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    transition: .5s;
    opacity: 0
}

.modal--full.open {
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.modal--full.open .modal__content, .modal--full.open .modal__sidebar {
    -ms-transform: none;
    transform: none;
    transition-delay: .3s;
    opacity: 1
}

.modal--success {
    background-color: var(--ct4)
}

.modal--success .modal__close .line {
    background-color: var(--c10)
}

.modal--error {
    background-color: var(--ct1)
}

.modal--error .modal__close .line {
    background-color: var(--c10)
}

.modal[data-opener=policy] [data-template-content] .form__item:last-of-type {
    margin-right: 0
}

.modal[data-opener=policy] [data-template-content] .btn {
    display: none
}

@media screen and (max-width: 1300px) {
    .modal--md {
        width: calc(var(--offsetH) * 3)
    }

    .modal--sm {
        width: calc(var(--offsetH) * 2)
    }

    .modal--full {
        padding: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .modal--full .modal__close {
        top: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .modal__content {
        width: 53%
    }

    .modal__sidebar {
        width: 55%;
        height: 100%;
        margin-right: calc(0px - ((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2)));
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        overflow: auto
    }
}

@media screen and (max-width: 1200px) {
    .modal--full {
        padding: calc(var(--offset-lg) * 2) var(--offset-lg)
    }

    .modal--full .modal__close {
        top: calc(var(--offset-lg) * 2);
        right: var(--offset-lg)
    }
}

@media screen and (max-width: 900px) {
    .modal--full {
        -ms-flex-direction: column;
        flex-direction: column;
        background-image: none;
        background-color: var(--c7);
        overflow: auto
    }

    .modal__content, .modal__sidebar {
        width: 100%;
        height: auto;
        padding-left: 0;
        overflow: visible
    }

    .modal__sidebar {
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: calc(var(--offset-lg) * 2)
    }
}

@media screen and (max-width: 768px) {
    .modal {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        max-width: none;
        -ms-transform: scale(0);
        transform: scale(0);
        border-radius: 0
    }

    .modal--error, .modal--response, .modal--success {
        bottom: auto
    }

    .modal.open {
        -ms-transform: none;
        transform: none
    }
}

.section {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: calc(var(--offsetH) / 1.5) var(--offsetH)
}

.section--gradient {
    color: var(--c11);
    background-image: linear-gradient(var(--c3) 0, var(--c2) 100%)
}

.section--gray {
    background-color: var(--c7)
}

.section--white-gray {
    background-image: linear-gradient(90deg, var(--c10) 47.5%, var(--c7) 47.5%)
}

.section--gray-white {
    background-image: linear-gradient(90deg, var(--c7) 52.7%, var(--c10) 52.7%)
}

.section--white-gray-rotate {
    position: relative;
    margin-top: calc(0px - (var(--offsetH) / 2));
    padding-bottom: 0
}

.section--white-gray-rotate::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52.5%;
    background-color: var(--c7);
    -ms-transform: rotate(63deg) scaleY(4);
    transform: rotate(63deg) scaleY(4);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    z-index: -1
}

.section--gray-white-rotate {
    position: relative;
    padding-bottom: 0
}

.section--gray-white-rotate::after, .section--gray-white-rotate::before {
    position: absolute;
    z-index: -2;
    top: 0;
    content: ""
}

.section--gray-white-rotate::before {
    left: 0;
    bottom: -3px;
    width: 52.5%;
    background-color: var(--c7);
    -ms-transform: rotate(-18deg) scaleY(2) scaleX(1.5);
    transform: rotate(-18deg) scaleY(2) scaleX(1.5);
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.section--gray-white-rotate::after {
    right: 0;
    bottom: 0;
    width: 47.3%;
    background-color: var(--c10)
}

.section--notTopOffset {
    padding-top: 0
}

.section--notBottomOffset {
    padding-bottom: 0
}

.section--notOffset {
    padding-top: 0;
    padding-bottom: 0
}

.section--notMargin {
    margin-top: 0;
    margin-bottom: 0
}

.section--offset + .section, .section--topOffset {
    padding-top: calc(var(--offsetH) / 1.5)
}

.section__row--1 .section__col, .section__row--2 {
    padding: calc(var(--offset-lg) * 1.5) calc(var(--offset-lg) * 2)
}

.section__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    background-color: var(--c10);
    border-radius: 5px;
    overflow: hidden
}

.section__row--1 {
    background-image: linear-gradient(0deg, var(--c2) 0, var(--c3) 100%)
}

.section__row--1 .section__subtitle {
    color: var(--c11)
}

.section__col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: calc(var(--offset-lg) * 1.5)
}

.section__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100vw - (var(--offsetH) * 2))
}

.section__caption {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%;
    margin-top: auto;
    margin-bottom: auto
}

.section__caption:last-of-type {
    -ms-flex-positive: 2;
    flex-grow: 2
}

.section__caption p {
    font-family: var(--f2);
    font-weight: 500;
    font-size: 1.1em;
    line-height: 1.1
}

.section__caption img {
    display: block;
    width: calc(var(--offsetH) / 1.8);
    height: calc(var(--offsetH) / 1.6);
    margin-left: auto;
    object-fit: contain
}

.box__wrap, .section__header {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.section__inner--lg .section__img, .section__inner--md .section__img, .section__inner--mdOffset .section__img {
    height: calc(var(--offsetH) * 1.6)
}

.section__inner--lg .section__img img, .section__inner--md .section__img img, .section__inner--mdOffset .section__img img {
    object-fit: cover
}

.section__header {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: calc(var(--offset-lg) + var(--offset-md))
}

.section__header .section__title {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0
}

.section__subtitle, .section__title {
    margin-bottom: var(--offset-lg);
    display: block
}

.section__inner {
    position: relative;
    width: 35%
}

.section__inner--topOffset {
    margin-top: calc(var(--offset-lg) * 2)
}

.section__inner--leftOffset {
    width: calc(35% + (var(--offset-lg) * 2));
    margin-left: calc(var(--offset-lg) * 2)
}

.section__inner--mdOffset {
    width: calc(50% - (var(--offset-md)))
}

.section__inner--lg {
    width: 60%
}

.section__inner--md {
    width: 50%
}

.section__inner--full {
    width: 100%
}

.section__inner--line {
    position: relative;
    margin-left: calc(var(--offset-lg) * 2)
}

.section__inner--line::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(0px - (var(--offset-lg) * 2));
    bottom: 0;
    width: 10px;
    background-image: linear-gradient(var(--c3) 0, var(--c2) 100%)
}

.section__inner--line .section__title {
    margin-top: var(--offset-sm)
}

.section__inner--line p {
    margin-right: calc(0px - var(--offset-lg) * 2);
    text-align: justify
}

.section__error {
    font-family: var(--f2);
    font-weight: 800;
    font-size: 15em;
    line-height: 1;
    letter-spacing: 10px;
    color: var(--c1)
}

.section__title {
    font-family: var(--f2);
    font-size: 2.66em;
    line-height: 1.2
}

.section__title--notOffsetTop {
    margin-top: 0
}

.section__title--1 {
    font-weight: 500;
    color: var(--c4)
}

.section__title--1 b {
    font-weight: 700;
    color: var(--c3)
}

.section__title--2 {
    font-weight: 500;
    color: var(--c8)
}

.section__title--2 b {
    font-weight: 700;
    color: var(--c10)
}

.section__title--3 {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.3;
    color: var(--c4)
}

.section__title--3 b {
    font-weight: 500;
    color: var(--c3)
}

.section__title--4 {
    font-weight: 700;
    color: var(--c8)
}

.section__title--4 b {
    font-weight: 500;
    color: var(--c10)
}

.section__title--4 i {
    font-style: normal;
    font-size: 1.16em;
    line-height: 1
}

.section__title--5 {
    display: block;
    font-weight: 700;
    color: var(--c4);
    margin-top: calc(var(--offset-lg) * 2)
}

.section__title--5 b {
    color: var(--c3)
}

.section__title--6 {
    font-family: var(--f1);
    font-weight: 500;
    font-size: 1.7em;
    line-height: 1.3;
    color: var(--c4)
}

.section__title--6 b {
    font-weight: 700;
    color: var(--c3)
}

.section__subtitle {
    width: 100%;
    margin-top: var(--offset-md);
    font-weight: 500;
    font-size: 1.5em
}

.section__subtitle--mT {
    margin-top: calc(var(--offset-lg) * 2)
}

.section__subtitle--1 {
    font-size: .9em
}

.section__link {
    position: relative;
    display: block;
    font-family: var(--f2);
    font-weight: 500;
    color: var(--c5)
}

.section__link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -ms-transform-origin: left;
    transform-origin: left;
    width: var(--offset-md);
    height: 2px;
    background-color: var(--c8);
    transition: var(--anim)
}

.section__link:not(:last-of-type) {
    margin-bottom: var(--offset-md)
}

.section__link.current, .section__link.open {
    padding-left: var(--offset-lg);
    color: var(--c3);
    pointer-events: none
}

.section__link.current::before, .section__link.open::before {
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1)
}

.section__link:focus, .section__link:focus-within, .section__link:hover {
    color: var(--c8)
}

.section__link.open:focus, .section__link.open:focus-within, .section__link.open:hover {
    color: var(--c3)
}

.section__video {
    width: 100%
}

.section__img-wrap {
    position: relative;
    margin-left: auto;
    pointer-events: none
}

.section__img {
    position: relative;
    width: calc(var(--offsetH) * 3);
    height: 50vh
}

.section__img--1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 80%
}

.section__img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.section__mask {
    width: calc(var(--offsetH) * 3);
    height: calc(var(--offset-lg) * 5);
    margin-top: calc(var(--offset-lg) * 1.5);
    margin-bottom: var(--offset-lg);
    -webkit-mask-image: url(../img/mask.png);
    mask-image: url(../img/mask.png);
    -webkit-mask-position: left center;
    mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.section__mask img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.section__count {
    font-family: var(--f1);
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1;
    color: var(--c8)
}

.section .section__icon {
    position: absolute;
    top: 50%;
    left: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: var(--f2);
    font-weight: 700;
    font-size: 1.5em;
    color: var(--c5);
    background-color: var(--c7)
}

.accordion__header, .accordion__item {
    background-color: var(--c10);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: 5px
}

@media screen and (max-width: 1300px) {
    .section {
        padding: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .section--gray-white-rotate, .section--notBottomOffset, .section--white-gray-rotate {
        padding-bottom: 0
    }

    .section--gray-white {
        background-image: linear-gradient(90deg, var(--c7) 53.3%, var(--c10) 53.3%)
    }

    .section--gray-white-rotate::after {
        width: 46.7%
    }

    .section--white-gray-rotate {
        margin-top: calc(0px - ((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2)))
    }

    .section--notTopOffset {
        padding-top: 0
    }

    .section--notOffset {
        padding-top: 0;
        padding-bottom: 0
    }

    .section--notMargin {
        margin-top: 0;
        margin-bottom: 0
    }

    .section__col {
        padding: var(--offset-lg)
    }

    .section__content {
        width: calc(100vw - (((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2)) * 2))
    }

    .section__inner {
        width: 40%
    }

    .section__inner--leftOffset {
        width: 45%;
        margin-left: 0
    }

    .section__inner--leftOffset + .section__inner {
        margin-left: calc(var(--offset-lg) * 1.75)
    }

    .section__inner--md {
        width: 50%
    }

    .section__inner--lg {
        width: 60%
    }

    .section__inner--lg + .section__inner {
        width: 35%
    }

    .section__inner--mdOffset {
        width: calc(50% - (var(--offset-md)))
    }

    .section__inner--full {
        width: 100%
    }

    .section__inner--line {
        margin-left: 0
    }

    .section__inner--line::before {
        content: none
    }

    .section__subtitle, .section__title {
        margin-bottom: var(--offset-md)
    }

    .section__error {
        font-size: 23vw
    }

    .section__error + .section__title {
        font-size: 4vw;
        white-space: nowrap
    }

    aside.section__inner {
        width: 35%;
        min-width: 360px
    }

    .section__inner--lg, .section__inner--md {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .section__inner--lg ~ .section__inner, .section__inner--md ~ .section__inner {
        min-width: auto;
        margin-left: var(--offset-lg)
    }

    .section__inner--lg .section__img, .section__inner--md .section__img, .section__inner--mdOffset .section__img {
        width: 100%;
        height: auto
    }

    .section__caption {
        width: 50%;
        min-height: 125px
    }

    .section__caption p {
        font-size: 1em
    }

    .section__count {
        font-size: 1.7em
    }

    .section__inner--lg + .section__inner--topOffset .btn__wrap {
        padding-top: var(--offset-lg)
    }
}

@media screen and (max-width: 1200px) {
    .section {
        padding: calc(var(--offset-lg) * 2) var(--offset-lg)
    }

    .section--gray-white-rotate, .section--notBottomOffset, .section--white-gray-rotate {
        padding-bottom: 0
    }

    .section--gray-white {
        background-image: linear-gradient(90deg, var(--c7) 53.3%, var(--c10) 53.3%)
    }

    .section--gray-white-rotate::after {
        width: 46.7%
    }

    .section--white-gray-rotate {
        margin-top: calc(0px - (var(--offset-lg) * 2))
    }

    .section--notTopOffset {
        padding-top: 0
    }

    .section--notOffset {
        padding-top: 0;
        padding-bottom: 0
    }

    .section--notMargin {
        margin-top: 0;
        margin-bottom: 0
    }

    .section__row--1 .section__col, .section__row--2 {
        padding: var(--offset-lg)
    }

    .section__content {
        width: calc(100vw - (var(--offset-lg) * 2))
    }

    .section__img-wrap {
        margin-right: var(--offset-lg)
    }

    .section__inner {
        width: 42%
    }

    .section__inner--leftOffset {
        width: 45%
    }

    .section__inner--leftOffset .section__title {
        margin-top: 0
    }

    .section__inner--mdOffset {
        width: calc(50% - (var(--offset-md)))
    }

    .section__inner--lg {
        width: 60%
    }

    .section__inner--md {
        width: 50%
    }

    .section__inner--full {
        width: 100%
    }

    .section__error {
        font-size: 27vw
    }

    .section__error + .section__title {
        font-size: 4.7vw
    }

    .section .section__icon {
        top: auto;
        left: auto;
        right: var(--offset-lg);
        bottom: var(--offset-lg);
        -ms-transform: none;
        transform: none;
        margin-right: 0
    }

    .section__inner--lg + .section__inner--topOffset .btn__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__inner--lg + .section__inner--topOffset .link--1 {
        margin-top: var(--offset-md);
        margin-left: 0
    }
}

.accordion__header, .accordion__inner {
    padding: var(--offset-lg) calc(var(--offset-lg) * 2)
}

@media screen and (max-width: 1100px) {
    .section__inner {
        width: 43%
    }

    .section__inner--mdOffset {
        width: calc(50% - (var(--offset-md)))
    }

    .section__inner--lg {
        width: 60%
    }

    .section__inner--md {
        width: 50%
    }

    .section__inner--full {
        width: 100%
    }

    .section__img {
        width: calc(var(--offsetH) * 2.5);
        height: auto
    }

    .section__img--1 {
        width: 85%
    }

    .section__title--1 {
        font-size: 2.3em
    }

    .section__title--3 {
        font-size: 1.2em
    }

    .section__title--5 {
        margin-top: 0
    }

    .section__inner--lg .form__row {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__inner--lg .form__item {
        width: 100%
    }

    .section__inner--lg .form__item--offsetR {
        margin-right: 0
    }

    .section__inner--lg .form__item--offsetN + .form__item--offsetN {
        margin-top: var(--offset-md)
    }

    .section__inner--lg .form__radioWrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 1000px) {
    .section__row--2 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section__caption {
        width: 100%;
        min-height: 120px
    }

    .section__caption img {
        margin-left: 0;
        margin-bottom: var(--offset-lg)
    }

    .section__img {
        width: calc(var(--offsetH) * 2)
    }

    .section__img--1 {
        width: 85%
    }

    .section__title--1 {
        font-size: 2em
    }

    .section__subtitle {
        font-size: 1.2em
    }

    .section__inner--line {
        width: 48%
    }

    .section__inner--line p {
        margin-right: 0
    }
}

@media screen and (max-width: 900px) {
    .section {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section--gray-white, .section--white-gray {
        background-image: none
    }

    .section--gray-white-rotate::after, .section--gray-white-rotate::before, .section--white-gray-rotate::before {
        content: none
    }

    .section__inner:not(:first-of-type) .section__row--2 {
        margin-top: calc(var(--offset-lg) * 2)
    }

    .section__inner {
        width: 100%
    }

    .section__inner--leftOffset + .section__inner {
        margin-left: 0;
        margin-top: calc(var(--offset-lg) * 2)
    }

    .section__inner--leftOffset + .section__inner--md {
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-bottom: var(--offset-lg)
    }

    .section__content {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__content .section__inner {
        width: calc(100% - var(--offset-lg))
    }

    .section__img-wrap {
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0;
        margin-bottom: var(--offset-lg)
    }

    .section__img {
        margin-left: 0
    }

    .section__error + .section__title {
        margin-top: 0;
        margin-bottom: 0
    }

    aside.section__inner {
        width: 100%;
        min-width: auto;
        margin-bottom: calc(var(--offset-lg) * 2)
    }

    /* body:not(.form-page) aside.section__inner {
        -ms-flex-order: -1;
        order: -1
    } */

    .section__inner--lg ~ .section__inner, .section__inner--md ~ .section__inner {
        width: 100%;
        margin-left: 0
    }

    .section .section__icon {
        right: var(--offset-sm);
        bottom: var(--offset-sm)
    }

    .section__caption {
        min-height: auto
    }

    .section__caption:last-of-type {
        margin-bottom: var(--offset-md)
    }

    .section__caption img {
        margin-bottom: 0
    }
}

@media screen and (max-width: 768px) {
    .section__header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section__header .tab__links {
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: var(--offset-lg)
    }

    .section__title {
        line-height: 1
    }

    .section__title--3, .section__title--6 {
        line-height: 1.2
    }

    .section__mask {
        width: 100%;
        height: 150px
    }

    .section__inner--lg .btn__wrap p {
        width: 100%;
        margin-top: var(--offset-sm);
        margin-left: 0
    }
}

@media screen and (max-width: 600px) {
    .section__header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__header .btn {
        display: none
    }

    .section__mask {
        height: 100px;
        margin-top: var(--offset-lg)
    }
}

@media screen and (max-width: 500px) {
    .section__img {
        width: 100%
    }

    .section__img--1 {
        width: 85%
    }

    .section__error {
        font-size: 49vw;
        letter-spacing: 2px
    }

    .section__error + .section__title {
        font-size: 2em;
        white-space: normal
    }

    .section__inner--full .btn__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__inner--full .link--1 {
        margin-top: var(--offset-md);
        margin-left: 0
    }
}

@media screen and (max-width: 400px) {
    .section__title--1, .section__title--2, .section__title--4, .section__title--5 {
        font-size: 1.5em
    }

}

.box {
    width: 40%
}

.box__wrap {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: var(--offset-md)
}

.box__wrap .box__list {
    width: calc(50% - var(--offset-md))
}

.box__wrap .box__list:not(:last-of-type) {
    border-right: 2px solid var(--c7)
}

.box__wrap .section__title {
    font-size: 1em
}

.box__wrap .section__title--md {
    font-size: 1.5em
}

.box__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box__list--column {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: var(--offset-md)
}

.box__list--column .form__item {
    width: 100%
}

.box__list--column .box__item {
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: var(--offset-md) 0 0;
    text-align: left
}

.accordion, .box__item {
    -ms-flex-direction: column
}

.box__list--column .box__item--notTopOffset, .box__list--notTopOffset {
    margin-top: 0
}

.box__list--column .box__item > span:not(.section__title) {
    font-size: .85em
}

.box__list--column .section__title {
    margin-bottom: 0;
    font-size: 1.4em
}

.box__list--column small {
    color: var(--c5)
}

.box__item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(50% - (var(--offset-md) * 2));
    margin: var(--offset-md);
    text-align: center
}

.box__item--md .section__title {
    font-size: 1.1em
}

.box__title {
    margin-top: calc(var(--offset-md) * 1.5);
    font-family: var(--f2);
    font-weight: 500;
    font-size: 1.15em;
    color: var(--c4)
}

.accordion__header.open .accordion__title, .accordion__header:not(.open):hover .accordion__title {
    color: var(--c3)
}

.box__title--notTopOffset {
    margin-top: 0
}

.box .section__title {
    margin-bottom: var(--offset-sm)
}

.box .section__title + span {
    font-family: var(--f2);
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.2
}

.box .icon {
    margin-right: 0;
    margin-bottom: var(--offset-md)
}

@media screen and (max-width: 1200px) {
    .box {
        width: 42%
    }
}

@media screen and (max-width: 1100px) {
    .box__list--column .section__title {
        font-size: 1.1em
    }
}

@media screen and (max-width: 1000px) {
    .box {
        width: 44%
    }
}

@media screen and (max-width: 900px) {
    .box {
        width: 100%
    }

    .box__item {
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(50% - (var(--offset-lg) / 2));
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .box__wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .box__wrap .box__list {
        width: 100%
    }

    .box__wrap .box__list:not(:last-of-type) {
        margin-bottom: var(--offset-lg);
        border-right: 0
    }
}

.editor {
    margin-top: calc(0px - var(--offset-sm))
}

.editor img {
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-top: var(--offset-sm);
    margin-bottom: var(--offset-sm)
}

.editor ul + * {
    margin-top: calc(var(--offset-lg) + var(--offset-md))
}

.accordion {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.accordion__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 0;
    overflow: hidden
}

.accordion__item.open {
    height: auto
}

.accordion__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 1
}

.accordion__header svg {
    width: var(--offset-md);
    height: var(--offset-md);
    fill: var(--c6)
}

.accordion__header.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion__header.open svg {
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.accordion__header:not(.open):hover {
    background-color: var(--c7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.accordion__title {
    font-family: var(--f1);
    font-size: 1.5em;
    font-weight: 500;
    color: var(--c4)
}

.accordion__inner {
    background-color: var(--c7)
}

.accordion__inner p {
    font-size: 1.1em;
    line-height: 1.6;
    clear: right
}

.accordion__inner span {
    display: block;
    width: 45%;
    margin-top: calc(var(--offset-lg) * 1.5);
    margin-bottom: var(--offset-lg);
    font-family: var(--f1);
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.2
}

.insurance__title, .map__filterItem, .partner a, .search__tag {
    font-family: var(--f2)
}

.accordion__inner img {
    float: right;
    width: calc(var(--offsetH) * 2.5);
    margin-top: var(--offset-lg);
    margin-left: var(--offset-lg);
    margin-bottom: var(--offset-sm);
    border-radius: 5px
}

.accordion ul {
    width: 45%
}

.accordion--md .accordion__header {
    padding: var(--offset-md) var(--offset-lg)
}

.accordion--md .accordion__title {
    font-size: 1em
}

.accordion--md .accordion__inner {
    padding: var(--offset-lg)
}

.accordion--md .accordion__inner span {
    font-size: .9em;
    margin-bottom: var(--offset-md)
}

.accordion--md .accordion__inner span:first-of-type {
    margin-top: 0
}

.accordion--md ul {
    width: 100%
}

@media screen and (max-width: 1300px) {
    .accordion__header, .accordion__inner {
        padding: var(--offset-lg)
    }

    .accordion__title {
        font-size: 1em
    }

    .accordion__inner p {
        font-size: .9em
    }

    .accordion__inner span {
        width: 100%;
        margin-top: var(--offset-lg);
        font-size: 1.2em
    }

    .accordion__inner img {
        float: none;
        width: 45%;
        margin-left: 0
    }

    .accordion ul {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .accordion--md {
        margin-left: calc(0px - var(--offset-lg));
        margin-right: calc(0px - var(--offset-lg))
    }

    .accordion__header, .accordion__inner {
        padding: var(--offset-md)
    }

    .accordion__header svg {
        margin-left: var(--offset-md)
    }

    .accordion__title {
        line-height: 1.3
    }

    .accordion__inner img {
        width: 100%;
        margin-top: var(--offset-md);
        margin-bottom: 0
    }
}

.datepicker.dropdown-menu {
    padding: var(--offset-md);
    font-size: var(--fs);
    color: var(--c4);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-color: var(--c7);
    border-radius: 5px;
    cursor: auto
}

.datepicker.dropdown-menu.datepicker-orient-bottom {
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.datepicker.dropdown-menu.datepicker-orient-top {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

.datepicker.dropdown-menu table {
    font-size: .95em
}

.datepicker-dropdown:before {
    border-bottom-color: var(--c7);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top-color: var(--c7)
}

.datepicker table tr td, .datepicker table tr th {
    width: var(--offset-lg);
    height: var(--offset-lg);
    padding: calc(var(--offset-sm) / 1.5) !important
}

.datepicker table tr th {
    color: var(--c1)
}

.datepicker table tr .dow {
    color: var(--c8)
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover {
    color: var(--c10);
    background-color: var(--c1);
    border-color: transparent
}

.datepicker table tr td.disabled {
    color: var(--c6);
    pointer-events: none
}

.datepicker table tr td span.active:hover.active:hover, .datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
    color: var(--c10);
    background-color: var(--c8);
    border-color: transparent
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker table tr td.day:hover, .datepicker table tr td.focused, .datepicker tfoot tr th:hover {
    background-color: var(--c7)
}

.datepicker table tr td.new {
    color: var(--c12)
}

.datepicker table tr td.new:focus, .datepicker table tr td.new:hover {
    color: var(--c5)
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    cursor: not-allowed
}

.datepicker table tr td.today, .datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
    color: #fff;
    background-color: var(--c8);
    border-color: transparent
}

.datepicker.dropdown-menu th.next, .datepicker.dropdown-menu th.prev {
    color: #fff;
    text-indent: -9999px;
    position: relative
}

.datepicker.dropdown-menu th.next::before, .datepicker.dropdown-menu th.prev::before {
    opacity: .1;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    margin: auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.004 492.004'%3E%3Cpath d='M382.678 226.804L163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z'/%3E%3C/svg%3E") 50% 50% no-repeat
}

.about__elem, .home__elem {
    fill: var(--c6);
    opacity: .5
}

.home, .home__inner {
    position: relative;
    padding-bottom: var(--offset-md)
}

.datepicker.dropdown-menu th.prev::before {
    -ms-transform: scale(-1);
    transform: scale(-1);
    margin-left: -1px
}

.input-daterange {
    width: auto
}

.input-daterange input {
    text-align: left
}

.datepicker table tr td.range {
    background-color: var(--c7)
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
    border-radius: 5px;
    background-color: var(--c1)
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
    background-color: var(--c8)
}

.input-daterange input:last-child {
    border-radius: 5px
}

@media screen and (max-width: 500px) {
    .datepicker.dropdown-menu {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100vw !important;
        left: 0 !important
    }

    .datepicker-dropdown:after, .datepicker-dropdown:before {
        content: none
    }
}

.footer__phone::after, .history__item::after, .home .section__title i::after, .map__filterItem span::before, .map__info::after, .social__wrap .social::after {
    content: ""
}

.home {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 87vh
}

.home__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    z-index: 1
}

.home__inner .home__elem {
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%)
}

.home__inner.aos-animate .home__elem {
    -ms-transform: none;
    transform: none;
    transition: .8s
}

.home__elem {
    position: absolute;
    top: calc(0px - ((var(--offsetH) / 1.5) / 1.5));
    left: calc(0px - (var(--offsetH) / 1.5));
    right: 0;
    height: calc(var(--offsetH) * 1.5);
    z-index: -1
}

.home .tns-inner::before, .home .tns-outer + .slider__dots {
    top: calc(100% - (var(--offsetH) + var(--offset-sm)) - (var(--offset-lg) * 1.3))
}

.home .section__title {
    font-size: 2.8em
}

.home .section__title b {
    display: block;
    width: 100%;
    font-size: 1.2em
}

.home .section__title i {
    position: relative;
    font-style: normal
}

.home .section__title i::after {
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: 5px;
    height: 18px;
    background-color: var(--c6);
    z-index: -1
}

.home .cite {
    margin-bottom: auto
}

.home .tab__links {
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.home .tab__link {
    margin-left: calc(var(--offset-lg) / 2);
    margin-right: calc(var(--offset-lg) / 2)
}

.home .slider__wrap {
    width: calc(46.3% + var(--offsetH));
    margin: calc(0px - (var(--offsetH) / 1.5)) calc(0px - var(--offsetH)) calc(0px - var(--offset-md)) auto;
    overflow: hidden
}

.home .tns-inner, .home .tns-item, .home .tns-outer, .home .tns-ovh, .home .tns-slider {
    height: 100%
}

.home .tns-inner::before {
    left: var(--offset-lg);
    height: calc(var(--offset-lg) * 4.25);
    margin-top: var(--offset-lg)
}

.home .tns-outer + .slider__dots {
    right: calc(var(--offsetH) - var(--offset-lg));
    height: calc(var(--offsetH) + var(--offset-sm))
}

.home .tns-outer + .slider__dots .crl-1 {
    stroke: #8e776a
}

.home .tns-outer + .slider__dots .slider__dot::before {
    background-color: var(--c10)
}

@media screen and (max-width: 1300px) {
    .home__elem {
        display: none
    }

    .home .tab__link {
        margin-left: var(--offset-sm);
        margin-right: var(--offset-sm)
    }

    .home .tab__link:first-child {
        margin-left: 0
    }

    .home .tab__link:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 1200px) {
    .home {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
        background-color: var(--c7);
        background-image: none
    }

    .home__inner {
        width: 100%
    }

    .home .section__title {
        margin-top: 0
    }

    .home .tab__links {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: var(--offset-md)
    }

    .home .slider__wrap {
        width: calc(100% + (var(--offset-lg) * 2));
        height: calc(var(--offsetH) * 2.5);
        margin: calc(var(--offset-lg) * 2) calc(0px - var(--offset-lg)) 0
    }

    .home .slider__content {
        height: 100%;
        background-color: var(--c2)
    }

    .home .tns-outer + .slider__dots {
        top: auto;
        right: 50%;
        bottom: var(--offset-lg)
    }
}

.chart, .search__list {
    margin-top: var(--offset-lg)
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
    .home .slider__title--1 {
        font-size: 2.5em
    }
}

@media screen and (max-width: 768px) {
    .home .slider__wrap {
        height: auto
    }

    .home .tns-outer + .slider__dots {
        right: var(--offset-lg)
    }
}

@media screen and (max-width: 600px) {
    .home .section__title {
        font-size: 1.7em;
        line-height: 1.2
    }

    .home .tab__links {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .home .tab__link {
        margin-left: 0;
        margin-right: 0
    }

    .home .tab__link:not(:last-child) {
        margin-bottom: var(--offset-sm)
    }
}

.search__item {
    margin-bottom: calc(var(--offset-lg) * 2)
}

.search__tag {
    display: block;
    font-weight: 500;
    font-size: .75em;
    color: var(--c8);
    margin-bottom: calc(var(--offset-sm) / 1.5)
}

.search__title {
    margin-bottom: calc(var(--offset-sm) * 1.5);
    color: var(--c3)
}

.insurance__item:focus .insurance__title, .insurance__item:focus-within .insurance__title, .insurance__item:hover .insurance__title, .search__title:focus, .search__title:focus-within, .search__title:hover {
    color: var(--c12)
}

a.insurance__item:hover {
    text-decoration: none;
}
.about {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.about__inner {
    width: 50%
}
.form__list li .link--1 {
    margin-left: 0;
}
.about .section__inner {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: calc(var(--offset-lg) * 2)
}

.about .section__inner .about__elem {
    -ms-transform: translate(100%, 100%);
    transform: translate(100%, 100%)
}

.about .section__inner.aos-animate .about__elem {
    -ms-transform: none;
    transform: none;
    transition: .8s .5s
}

.about .section__row {
    -ms-flex-direction: column;
    flex-direction: column
}

.about .section__col {
    width: 100%
}

.about .tab__links {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.about .tab__link:first-of-type {
    margin-left: 0
}

.about__elem {
    position: absolute;
    right: calc(0px - (var(--offsetH) / 1.5));
    bottom: calc(0px - (var(--offsetH) / 1.5));
    height: calc(var(--offsetH) * 1.5);
    z-index: -1
}

@media screen and (max-width: 1300px) {
    .about .section__inner {
        padding-bottom: 0
    }

    .about__elem {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .about__inner {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: calc(var(--offset-lg) * 2)
    }
}

@media screen and (max-width: 500px) {
    .about__inner {
        width: calc(100% + (var(--offset-lg) * 2));
        margin-left: calc(0px - var(--offset-lg));
        margin-right: calc(0px - var(--offset-lg))
    }

    .about .tab__links {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about .tab__link {
        margin-left: 0;
        margin-right: 0
    }

    .about .tab__link:not(:last-child) {
        margin-bottom: var(--offset-sm)
    }
}

@media screen and (max-width: 400px) {
    .about .btn__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .about .link--1 {
        margin-top: var(--offset-lg);
        margin-left: 0
    }
}

.insurance + .online {
    margin-top: calc(0px - (var(--offset-lg) * 2))
}

.insurance__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: calc(0px - (var(--offset-lg) / 2));
    margin-right: calc(0px - (var(--offset-lg) / 2));
    margin-bottom: calc(0px - (var(--offset-lg) / 2))
}

.insurance__list--mT {
    margin-top: var(--offset-lg)
}

.insurance__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(33.3% - ((var(--offset-lg) / 2) * 2));
    margin: calc(var(--offset-lg) / 2);
    padding: var(--offset-lg);
    background-color: var(--c10);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    overflow: hidden;
    transition: var(--anim)
}

.insurance__item:focus, .insurance__item:focus-within, .insurance__item:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    z-index: 10
}

.insurance__item:focus .insurance__title b, .insurance__item:focus-within .insurance__title b, .insurance__item:hover .insurance__title b {
    color: var(--c8)
}

.insurance__item:focus .insurance__icon, .insurance__item:focus-within .insurance__icon, .insurance__item:hover .insurance__icon {
    background-color: var(--c7)
}

.insurance__item:focus .icon svg, .insurance__item:focus-within .icon svg, .insurance__item:hover .icon svg {
    animation: translateSvg .4s forwards
}

.insurance__item--1:focus .insurance__title, .insurance__item--1:focus-within .insurance__title, .insurance__item--1:hover .insurance__title, .insurance__item--2:focus .insurance__title, .insurance__item--2:focus-within .insurance__title, .insurance__item--2:hover .insurance__title, .insurance__item--3:focus .insurance__title, .insurance__item--3:focus-within .insurance__title, .insurance__item--3:hover .insurance__title, .insurance__item--4:focus .insurance__title, .insurance__item--4:focus-within .insurance__title, .insurance__item--4:hover .insurance__title, .insurance__item--5:focus .insurance__title, .insurance__item--5:focus-within .insurance__title, .insurance__item--5:hover .insurance__title, .insurance__item--6:focus .insurance__title, .insurance__item--6:focus-within .insurance__title, .insurance__item--6:hover .insurance__title, .insurance__item--7:focus .insurance__title, .insurance__item--7:focus-within .insurance__title, .insurance__item--7:hover .insurance__title {
    color: var(--c10)
}

.insurance__item--1:focus .insurance__title b, .insurance__item--1:focus-within .insurance__title b, .insurance__item--1:hover .insurance__title b, .insurance__item--2:focus .insurance__title b, .insurance__item--2:focus-within .insurance__title b, .insurance__item--2:hover .insurance__title b, .insurance__item--3:focus .insurance__title b, .insurance__item--3:focus-within .insurance__title b, .insurance__item--3:hover .insurance__title b, .insurance__item--4:focus .insurance__title b, .insurance__item--4:focus-within .insurance__title b, .insurance__item--4:hover .insurance__title b, .insurance__item--5:focus .insurance__title b, .insurance__item--5:focus-within .insurance__title b, .insurance__item--5:hover .insurance__title b, .insurance__item--6:focus .insurance__title b, .insurance__item--6:focus-within .insurance__title b, .insurance__item--6:hover .insurance__title b, .insurance__item--7:focus .insurance__title b, .insurance__item--7:focus-within .insurance__title b, .insurance__item--7:hover .insurance__title b {
    transition: 0s;
    color: inherit
}

.insurance__title, .insurance__title b {
    transition: var(--anim);
    font-weight: 500
}

.insurance__item--1:focus, .insurance__item--1:focus-within, .insurance__item--1:hover {
    background-color: var(--ct1)
}

.insurance__item--2:focus, .insurance__item--2:focus-within, .insurance__item--2:hover {
    background-color: var(--ct2)
}

.insurance__item--3:focus, .insurance__item--3:focus-within, .insurance__item--3:hover {
    background-color: var(--ct3)
}

.insurance__item--4:focus, .insurance__item--4:focus-within, .insurance__item--4:hover {
    background-color: var(--ct4)
}

.insurance__item--5:focus, .insurance__item--5:focus-within, .insurance__item--5:hover {
    background-color: var(--ct5)
}

.insurance__item--6:focus, .insurance__item--6:focus-within, .insurance__item--6:hover {
    background-color: var(--ct6)
}

.insurance__item--7:focus, .insurance__item--7:focus-within, .insurance__item--7:hover {
    background-color: var(--ct7)
}

.insurance__item--box {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0
}

.insurance__item--box .insurance__icon {
    margin-top: calc(0px - ((var(--offset-lg) * 2.2) / 2));
    margin-left: calc(var(--offset-lg) * 1.25)
}

.insurance__item--box:focus .insurance__icon, .insurance__item--box:focus-within .insurance__icon, .insurance__item--box:hover .insurance__icon {
    background-color: var(--c10)
}

.insurance__item--visible {
    margin-top: calc(var(--offset-lg) * 1.5);
    overflow: visible
}

.insurance__img {
    position: relative;
    width: 100%;
    height: calc(var(--offsetH) / 1.2);
    background-color: #edf2f8;
    overflow: hidden
}

.insurance__img img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right
}

.review__img img, .team__img img {
    object-fit: cover;
    object-position: top
}

.insurance__img svg {
    position: absolute;
    right: var(--offset-lg);
    top: 63%;
    width: var(--offsetH);
    height: 100%;
    -ms-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
    fill: #dfe5f1
}

.insurance__img[style] svg {
    fill: var(--c4);
    opacity: .05
}

.insurance__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 calc(var(--offset-lg) * 1.25) calc(var(--offset-lg) * 1.25)
}

.insurance__inner p {
    margin-top: auto;
    margin-bottom: 0
}

.insurance__inner .btn__wrap {
    margin-top: 0
}

.insurance__title {
    font-size: 1.2em;
    line-height: 1.2;
    color: var(--c4)
}

.insurance__title b {
    color: var(--c1)
}

@keyframes translateSvg {
    40% {
        transform: translateX(200%)
    }
    59% {
        opacity: 0
    }
    60% {
        transform: translateX(-200%);
        opacity: 1
    }
    100% {
        transform: translateX(0)
    }
}

@media screen and (max-width: 1300px) {
    .insurance + .online {
        margin-top: 0
    }

    .insurance__inner {
        padding: 0 var(--offset-lg) var(--offset-lg)
    }

    .insurance__item--box .insurance__icon {
        margin-left: var(--offset-lg)
    }
}

@media screen and (max-width: 1300px) and (min-width: 1201px), screen and (max-width: 800px) and (min-width: 769px), screen and (max-width: 400px) {
    .insurance__inner .btn__wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .insurance__inner .btn:not(:first-child) {
        margin-top: var(--offset-md);
        margin-left: 0
    }
}

@media screen and (max-width: 1200px) {
    .insurance__item {
        width: calc(50% - ((var(--offset-lg) / 2) * 2))
    }
}

@media screen and (max-width: 1000px) {
    .insurance .section__header {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .insurance .tab__links {
        margin-top: var(--offset-lg)
    }
}

@media screen and (max-width: 768px) {
    .insurance .tab__links {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .insurance .tab__link {
        margin-left: 0
    }

    .insurance .tab__link:not(:last-of-type) {
        margin-bottom: var(--offset-md)
    }

    .insurance__icon.icon {
        margin-left: calc(0px - (var(--offset-md) * 2));
        margin-right: var(--offset-md)
    }

    .insurance__item {
        width: calc(100% - (var(--offset-md) * 2));
        margin-left: calc(var(--offset-md) * 2);
        padding: var(--offset-md);
        overflow: visible
    }

    .insurance__item--box {
        width: 100%;
        margin-left: calc(var(--offset-lg) / 2);
        padding: 0;
        overflow: hidden
    }

    .insurance__item--box .insurance__icon {
        margin-left: var(--offset-md)
    }

    .insurance__item--visible {
        overflow: visible
    }
}

.advantages__block {
    width: 60%;
    background-color: var(--c1)
}

.news__box, .news__list {
    height: calc(var(--offsetH) * 2.3);
    background-color: var(--c10);
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}

.advantages .slider__icon, .advantages .slider__title, .advantages p {
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    opacity: 0
}

.advantages .tns-slide-active .slider__icon, .advantages .tns-slide-active .slider__title, .advantages .tns-slide-active p {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    transition: .5s
}

.advantages .tns-slide-active p:nth-of-type(1) {
    transition-delay: 50ms
}

.advantages .tns-slide-active p:nth-of-type(2) {
    transition-delay: .1s
}

.advantages .tns-slide-active p:nth-of-type(3) {
    transition-delay: .15s
}

.advantages .tns-slide-active p:nth-of-type(4) {
    transition-delay: .2s
}

.advantages .tns-slide-active p:nth-of-type(5) {
    transition-delay: .25s
}

.advantages .tns-slide-active p:nth-of-type(6) {
    transition-delay: .3s
}

@media screen and (max-width: 1100px) {
    .advantages {
        padding-left: 0;
        padding-right: 0
    }

    .advantages .section__row {
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0
    }

    .advantages .section__col {
        width: 100%
    }
}

.doc__img img, .news__box, .news__list, .team__item {
    border-radius: 5px
}

.insurance-slider .btn__wrap, .insurance-slider .section__subtitle, .insurance-slider .section__title, .insurance-slider p {
    -ms-transform: translateY(var(--offset-lg));
    transform: translateY(var(--offset-lg));
    opacity: 0
}

.insurance-slider .section__img {
    -ms-transform: scale(.8) translateX(var(--offsetH));
    transform: scale(.8) translateX(var(--offsetH));
    opacity: 0
}

.insurance-slider .section__img--1 {
    -ms-transform: translateX(-20%);
    transform: translateX(-20%)
}

.insurance-slider .tns-slide-active .btn__wrap, .insurance-slider .tns-slide-active .section__subtitle, .insurance-slider .tns-slide-active .section__title, .insurance-slider .tns-slide-active p {
    -ms-transform: none;
    transform: none;
    opacity: 1;
    transition: .5s;
    transition-delay: .5s
}

.insurance-slider .tns-slide-active .section__subtitle {
    transition-delay: .55s
}

.insurance-slider .tns-slide-active p {
    transition-delay: .6s
}

.insurance-slider .tns-slide-active .btn__wrap {
    transition-delay: .65s
}

.insurance-slider .tns-slide-active .section__img {
    -ms-transform: none;
    transform: none;
    transition: all 1s, opacity .2s;
    transition-delay: .5s, .5s;
    opacity: 1
}

.insurance-slider .tns-slide-active .section__img--1 {
    transition: all .8s, opacity .2s;
    transition-delay: 0s, 0s
}

.news__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.news__wrap--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(0px - var(--offset-md))
}

.news__wrap--wrap .news__box {
    width: calc(50% - var(--offset-md));
    margin-bottom: var(--offset-md)
}

.news__box {
    width: 29%;
    margin-right: var(--offset-md);
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news__list {
    width: 42%
}

.news__img, .news__img img {
    position: relative;
    width: 100%;
    transition: var(--anim)
}

.news__inner {
    height: calc(100% - (var(--offset-md) * 2));
    margin: var(--offset-md);
    margin-right: var(--offset-sm);
    padding-right: var(--offset-md);
    overflow: auto
}

.history .doc, .history ul {
    margin-left: var(--offset-lg)
}

.news__inner .news__title--1 {
    margin-top: 0
}

.news__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.news__content .news__title, .news__content p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.news__link:focus .news__title, .news__link:focus-within .news__title, .news__link:hover .news__title {
    color: var(--c8)
}

.news__link:focus .news__img, .news__link:focus-within .news__img, .news__link:hover .news__img {
    background-color: var(--c2)
}

.news__link:focus img, .news__link:focus-within img, .news__link:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .05
}

.news__link:focus svg, .news__link:focus-within svg, .news__link:hover svg {
    -ms-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2)
}

.news__img {
    height: var(--offsetH);
    overflow: hidden
}

.news__img img {
    height: 100%;
    object-fit: cover;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 1
}

.news__img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
    width: var(--offset-lg);
    height: var(--offset-lg);
    fill: var(--c10);
    transition: var(--anim)
}

.news__content {
    padding: 0 var(--offset-md) var(--offset-md)
}

.news__content .news__title {
    -webkit-line-clamp: 3
}

.news__content p {
    -webkit-line-clamp: 4
}

.news__content .news__date {
    display: block;
    margin-top: var(--offset-lg);
    text-align: right
}

.news__title {
    font-weight: 500;
    font-size: 1.05em;
    color: var(--c4)
}

.news__title--1 {
    color: var(--c5)
}

.news__title--2 {
    font-size: .9em;
    margin-bottom: var(--offset-sm)
}

.news__title--notTopOffset {
    margin-top: 0
}

.news__title a {
    color: inherit
}

.news__title a:focus, .news__title a:focus-within, .news__title a:hover {
    color: var(--c8)
}

.news__date {
    font-size: .85em;
    color: var(--c12)
}

.news__date--offsetBottom {
    display: block;
    margin-bottom: var(--offset-md)
}

@media screen and (max-width: 1300px) {
    .news__box, .news__list {
        height: calc(var(--offsetH) * 2.4)
    }
}

@media screen and (max-width: 1000px) {
    .news__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news__wrap--wrap .news__box {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: var(--offset-lg)
    }

    .news__box {
        margin-right: var(--offset-lg)
    }

    .news__box:nth-child(even) {
        margin-right: 0
    }

    .news__list {
        width: 100%;
        margin-top: calc(var(--offset-lg) * 2)
    }
}

@media screen and (max-width: 900px) {
    .news__wrap--wrap .news__box {
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: calc(50% - (var(--offset-lg) / 2))
    }
}

@media screen and (max-width: 768px) {
    .news__box {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: var(--offset-lg)
    }

    .news__box + .news__list {
        margin-top: var(--offset-lg)
    }
}

@media screen and (max-width: 700px) {
    .news__wrap--wrap .news__box {
        width: 100%
    }
}

.history__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.history__item:not(:last-of-type) {
    padding-bottom: calc(var(--offset-lg) * 2.5)
}

.history__item::after {
    position: absolute;
    left: calc((var(--offset-lg) * 3) / 2);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    border-left: 2px dashed var(--c7)
}

.history .section__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-lg) * 3);
    background-color: var(--c10);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: var(--offset-sm);
    font-size: .9em;
    color: var(--c3);
    text-align: center;
    z-index: 1
}

.history ul {
    margin-top: 0
}

.history li:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 1300px) {
    .history-preview .section__inner--md {
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media screen and (max-width: 900px) {
    .history-preview .section__inner--md {
        margin-bottom: var(--offset-lg)
    }
}

@media screen and (max-width: 500px) {
    .history .doc, .history ul {
        margin-top: var(--offset-md)
    }

    .history__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .history__item::after {
        left: var(--offset-sm)
    }

    .history ul {
        margin-left: calc(var(--offset-sm) / 1.5);
        z-index: 1
    }
}

.review {
    padding-top: 0
}

.review__block {
    position: relative;
    width: 43.2%
}

.review__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: var(--offsetH)
}

.review__content .btn {
    margin-top: var(--offset-sm)
}

.review__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.review__img img {
    width: 100%;
    height: 100%
}

.review .slider__wrap {
    margin-left: calc(0px - var(--offset-sm))
}

.review .slider__img {
    width: calc(var(--offset-lg) * 5.5);
    height: calc(var(--offset-lg) * 4);
    margin: var(--offset-sm);
    margin-right: calc(var(--offset-md) * 1.5);
    padding: var(--offset-md);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .05)
}

@media screen and (max-width: 1300px) {
    .review__block {
        width: 44.3%
    }
}

@media screen and (max-width: 1000px) {
    .review .section__row {
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        overflow: visible
    }

    .review .section__col {
        width: 100%;
        background-color: var(--c10);
        box-shadow: 0 0 30px rgba(0, 0, 0, .05);
        border-radius: 5px;
        overflow: hidden
    }

    .review__block {
        width: 100%;
        margin-bottom: calc(var(--offset-lg) * 2)
    }

    .review__img {
        background-color: #f5f5f5
    }

    .review__img img {
        display: block;
        width: auto;
        margin-left: auto
    }
}

.app, .map__wrap {
    overflow: hidden
}

@media screen and (max-width: 768px) {
    .review .slider__img {
        width: calc(var(--offset-lg) * 8)
    }
}

@media screen and (max-width: 600px) {
    .review .section__col:not(.review__block) .section__title {
        margin-bottom: 0
    }

    .review .section__col:not(.review__block) .btn {
        display: none
    }
}

@media screen and (max-width: 500px) {
    .review .slider__item {
        padding-left: var(--offset-sm);
        padding-right: var(--offset-sm)
    }

    .review .slider__img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: var(--offset-lg)
    }

    .review .section__title {
        pointer-events: none
    }
}

@media screen and (max-width: 450px) {
    .review__img {
        display: none
    }

    .review__content {
        min-height: auto
    }
}

.app {
    padding-top: calc(var(--offsetH) / 2);
    padding-bottom: calc(var(--offsetH) / 2)
}

.app .section__inner {
    width: 45%
}

.app .section__inner.aos-init + .app__img-wrap .elem-top {
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    transition: .5s
}

.app .section__inner.aos-init + .app__img-wrap .elem-bottom {
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    transition: .5s
}

.app .section__inner.aos-init + .app__img-wrap .app__img {
    -ms-transform: translateY(33%);
    transform: translateY(33%);
    transition: .5s
}

.app .section__inner.aos-animate + .app__img-wrap .app__img, .app .section__inner.aos-animate + .app__img-wrap .elem-bottom, .app .section__inner.aos-animate + .app__img-wrap .elem-top {
    -ms-transform: none;
    transform: none;
    transition-delay: .2s
}

.app p {
    width: 70%
}

.app__btn-wrap {
    margin-top: calc(var(--offset-lg) * 2)
}

.app__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: var(--offset-md)
}

.app__img-wrap, .team {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.app__btn svg {
    width: auto;
    height: calc(var(--offset-lg) * 1.6)
}

.app__btn:focus, .app__btn:focus-within, .app__btn:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5))
}

.app__img-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 50%;
    height: 58vh;
    margin: calc(0px - var(--offset-lg)) auto calc(0px - (var(--offsetH) / 2))
}

.app__img-wrap svg {
    position: absolute;
    top: calc(0px - (var(--offset-lg) * 2));
    left: 0;
    right: 0;
    fill: var(--c3);
    opacity: .7;
    -ms-transform: rotate(315deg) scale(2.8);
    transform: rotate(315deg) scale(2.8);
    -ms-transform-origin: center center;
    transform-origin: center center;
    pointer-events: none
}

.app__img, .map {
    position: relative
}

.app__img {
    width: calc(var(--offsetH) * 1.4);
    z-index: 1
}

.app__img img {
    width: 100%
}

@media screen and (max-width: 1300px) {
    .app {
        padding-top: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-bottom: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .app__btn-wrap {
        margin-top: calc(var(--offset-lg) * 1.5)
    }

    .app__img-wrap {
        height: 50vh;
        margin-top: 0;
        margin-bottom: calc(0px - (var(--offset-lg) * 3.5))
    }
}

@media screen and (max-width: 1200px) {
    .app {
        padding-top: calc(var(--offset-lg) * 2);
        padding-bottom: calc(var(--offset-lg) * 2)
    }

    .app .section__title {
        margin-top: 0
    }

    .app .section__inner {
        width: 50%
    }

    .app p {
        width: 100%
    }

    .app__img-wrap {
        margin-right: 0;
        margin-bottom: calc(0px - (var(--offset-lg) * 5))
    }
}

@media screen and (max-width: 1000px) {
    .app .section__inner {
        width: 55%
    }

    .app__img-wrap {
        width: 40%
    }

    .app__img-wrap svg {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .app {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .app .section__inner {
        width: 100%
    }

    .app__btn {
        width: 125px
    }

    .app__img-wrap {
        display: none
    }
}

.team {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(0px - var(--offset-lg))
}

.doc__item, .team__item {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.team__item {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(50% - (var(--offset-lg) / 2));
    margin-bottom: var(--offset-lg);
    padding: var(--offset-lg);
    background-color: var(--c10);
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}

.team__item p {
    margin-top: calc(var(--offset-sm) / 2);
    margin-bottom: 0
}

.team__img {
    margin: calc(0px - var(--offset-lg)) calc(0px - var(--offset-lg)) var(--offset-lg)
}

.team__img img {
    width: 100%;
    height: 100%
}

.team .section__title {
    margin-top: 0;
    margin-bottom: var(--offset-sm);
    font-size: 1.1em
}

.team .section__subtitle {
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: var(--offset-sm);
    color: var(--c8)
}

.team .btn__wrap {
    margin-top: 0;
    padding-top: var(--offset-md)
}

.doc--mT, .partner {
    margin-top: calc(var(--offset-lg) * 2)
}

@media screen and (max-width: 1100px) {

    .section__inner.section__inner--lg.team2 {
        opacity: 1;
    }

    .team__item {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .team__img {
        width: calc(100% + (var(--offset-lg) * 2));
        background-color: #ebebeb
    }

    .team__img img {
        max-width: calc(360px - (var(--offset-lg) * 2))
    }
}

.doc {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.doc:not(:last-of-type) {
    margin-bottom: calc(var(--offset-lg) * 2.5)
}

.doc__item {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.doc__inner, .partner__item {
    display: -ms-flexbox;
    -ms-flex-direction: row
}

.doc__item:not(:last-of-type) {
    margin-bottom: var(--offset-lg)
}

.doc__inner {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.doc__title {
    width: 100%;
    font-size: .9em;
    color: var(--c4);
    margin-bottom: calc(var(--offset-sm) / 2)
}

.doc__size {
    font-size: .75em;
    color: var(--c8)
}

.doc__date {
    font-size: .75em;
    color: var(--c12)
}

.doc__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offsetH) / 1.5);
    height: auto;
    margin-right: var(--offset-lg)
}

.doc__img img {
    width: 100%
}

.doc__icon.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.doc__icon.icon svg {
    width: 80%;
    height: 80%;
    fill: var(--c3)
}

@media screen and (max-width: 400px) {
    .doc__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .doc__icon.icon, .doc__img {
        margin-right: 0;
        margin-bottom: var(--offset-md)
    }
}

.partner__item {
    display: flex;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.partner__item:not(:last-of-type) {
    margin-bottom: calc(var(--offset-lg) * 2)
}

.partner__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partner__title {
    width: 100%;
    font-size: .9em;
    color: var(--c4);
    margin-bottom: calc(var(--offset-sm) / 2)
}

.partner__size {
    font-size: .75em;
    color: var(--c8)
}

.partner__date {
    font-size: .75em;
    color: var(--c12)
}

.partner__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: calc(var(--offset-lg) * 5.5);
    height: calc(var(--offset-lg) * 4);
    margin-right: var(--offset-lg);
    padding: var(--offset-md);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, .05)
}

.map__wrap .tab__links, .map__zoom {
    background-color: var(--c10);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.partner__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 5px
}

.partner__icon.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.partner__icon.icon svg {
    width: 80%;
    height: 80%;
    fill: var(--c3)
}

.partner p + p {
    margin-top: 0
}

.partner a {
    font-weight: 500;
    font-size: .9em;
    color: var(--c8)
}

.partner a:focus, .partner a:focus-within, .partner a:hover {
    color: var(--c3)
}

@media screen and (max-width: 600px) {
    .partner__item {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partner__img {
        margin-right: 0;
        margin-bottom: var(--offset-lg)
    }
}

.map {
    --cGray: #ced2de;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: var(--offset-lg);
    padding-bottom: var(--offset-lg)
}

.map__left, .map__right {
    position: relative;
    display: -ms-flexbox;
    z-index: 1
}

.map__wrap {
    position: relative
}

.map__wrap .tab__links {
    margin: calc(var(--offset-lg) * 1.5) auto calc(var(--offset-lg) + var(--offset-md));
    padding-top: var(--offset-sm);
    padding-bottom: 3px;
    overflow: hidden
}

.map__wrap .tab__wrap {
    overflow: visible
}

.map__wrap [data-tab=map]:not(button) {
    margin-top: calc(0px - (var(--offset-lg) * 5))
}

.map__left {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.map__left .map__link:nth-of-type(1) {
    margin-top: 0;
    padding-left: 1vw
}

.map__left .map__link:nth-of-type(2) {
    margin-left: -4.5vw
}

.map__left .map__link:nth-of-type(3), .map__left .map__link:nth-of-type(4) {
    margin-left: -7vw
}

.map__left .map__link:nth-of-type(5) {
    margin-left: -4.5vw
}

.map__left .map__link:nth-of-type(6) {
    margin-bottom: 0;
    padding-left: 1vw
}

.map__right {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.map__inner, .map__zoomWrap {
    position: absolute;
    -ms-flex-direction: row
}

.map__right .map__link:nth-of-type(1) {
    margin-top: 0;
    padding-right: 1vw
}

.map__right .map__link:nth-of-type(2) {
    margin-right: -4.5vw
}

.map__right .map__link:nth-of-type(3), .map__right .map__link:nth-of-type(4), .map__right .map__link:nth-of-type(5) {
    margin-right: -7.5vw
}

.map__right .map__link:nth-of-type(6) {
    margin-right: -4.5vw
}

.map__right .map__link:nth-of-type(7) {
    margin-bottom: 0;
    padding-right: 1vw
}

.map__inner {
    top: calc(0px - (var(--offset-lg) * 1.5));
    left: calc(0px - var(--offsetH));
    right: calc(0px - var(--offsetH));
    bottom: calc(0px - (var(--offset-lg) * 1.5));
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-mask-image: url(../img/svg/circle-fill.svg);
    mask-image: url(../img/svg/circle-fill.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
}

.map__inner img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.map__link {
    --cGray: #CACEDA;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-sm);
    margin-bottom: var(--offset-sm)
}

.map__link span {
    font-size: .7em;
    font-weight: 500;
    color: var(--c4);
    margin-top: calc(var(--offset-sm) / 2)
}

.map__link svg {
    width: calc(var(--offset-lg) * 1.6);
    height: calc(var(--offset-lg) * 1.6);
    fill: var(--cGray);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0))
}

.map__link:focus span, .map__link:focus-within span, .map__link:hover span {
    color: var(--c8)
}

.map__link:focus svg, .map__link:focus-within svg, .map__link:hover svg {
    fill: var(--c10);
    stroke: var(--c8);
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, .13))
}

.map__zoomWrap {
    top: 50%;
    left: calc(var(--offsetH) / 1.75);
    right: calc(var(--offsetH) / 1.75);
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none
}

.map .circle, .map__filter, .map__info::after {
    position: absolute;
    left: 50%
}

.map__zoom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(var(--offset-lg) * 1.25);
    height: calc(var(--offset-lg) * 1.25);
    padding: var(--offset-sm);
    pointer-events: auto
}

.map__zoom svg {
    width: 100%;
    height: 100%;
    fill: var(--c4)
}

.map__zoom:focus, .map__zoom:focus-within, .map__zoom:hover {
    background-color: var(--c8)
}

.map__zoom:focus svg, .map__zoom:focus-within svg, .map__zoom:hover svg {
    fill: var(--c10)
}

.map .circle {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 130%;
    fill: none;
    stroke: var(--cGray);
    stroke-width: 1px;
    stroke-dasharray: 3px;
    stroke-dashoffset: 6px;
    pointer-events: none;
    z-index: 1
}

.map .circle--1 {
    width: 100%;
    height: 165%
}

.map__info {
    max-width: calc(var(--offsetH) * 1.7);
    padding: var(--offset-lg)
}

.map__info::after {
    background: linear-gradient(45deg, #fff 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
    height: 15px;
    top: 100%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px
}

.map__info .section__title {
    font-size: 1.1em;
    color: var(--c3);
    width: calc(100% - (var(--offset-md) * 2));
    margin-bottom: var(--offset-md)
}

.map__info p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: calc(var(--offset-sm) / 1);
    margin-bottom: calc(var(--offset-sm) / 1)
}

.map__info p:last-of-type {
    margin-bottom: 0
}

.map__filter {
    bottom: calc(var(--offset-lg) * 1.5);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: var(--offset-sm) var(--offset-md);
    background-color: var(--c10);
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    z-index: 2
}

.map__filterItem {
    position: relative;
    margin-right: var(--offset-md);
    padding-left: calc(var(--offset-sm) * 2);
    cursor: pointer;
    font-size: .95em
}

.map__filterItem:last-of-type {
    margin-right: 0
}

.map__filterItem span::before {
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--c10);
    width: var(--offset-sm);
    height: var(--offset-sm);
    border-radius: 50px;
    border: 2px solid var(--c6)
}

.map__filterItem input:checked + span {
    color: var(--c1)
}

.map__filterItem input:checked + span::before {
    background-color: var(--c13);
    border-color: var(--c13)
}

#map {
    width: 100%;
    height: 100%
}

.gm-style .gm-style-iw {
    font-family: var(--f1);
    font-weight: 400;
    font-size: var(--fs)
}

.gm-style .gm-style-iw b {
    font-weight: 500;
    color: var(--c4);
    margin-right: var(--offset-sm)
}

.gm-style .gm-style-iw-d {
    overflow: auto !important
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05) !important;
    border-radius: 5px !important;
    margin-bottom: var(--offset-lg);
    overflow: visible !important
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect {
    top: var(--offset-lg) !important;
    right: var(--offset-lg) !important;
    width: calc(var(--offset-lg) / 1.5) !important;
    height: calc(var(--offset-lg) / 1.5) !important;
    filter: invert(.6)
}

.gm-style .gm-style-iw-c .gm-ui-hover-effect img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.gm-style-pbc {
    background-color: rgba(243, 246, 251, .95) !important;
    z-index: 999 !important;
    pointer-events: none
}

.gm-style-pbt {
    max-width: calc(var(--offsetH) * 2);
    margin-left: auto;
    margin-right: auto;
    color: var(--c4) !important;
    font-family: var(--f2);
    font-size: var(--fs)
}

.gm-style .gm-style-iw-t::after, .poi-info-window, .poi-info-window + .gm-ui-hover-effect {
    display: none !important
}

[data-active-tab=list] + .map__filter {
    top: calc(var(--offset-lg) * 1.5);
    left: auto;
    right: var(--offsetH);
    bottom: auto;
    -ms-transform: none;
    transform: none
}

.office__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(var(--offset-lg) * 1.5)
}

.branch__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: calc(var(--offset-lg) * 1.5)
}

.office__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(33.3% - (var(--offset-lg) / 1.5));
    margin-right: var(--offset-lg);
    margin-bottom: var(--offset-lg);
    padding: var(--offset-lg);
    background-color: var(--c10);
    box-shadow: 0 4px 30px rgba(0, 0, 0, .05);
    border-radius: 5px
}

.office__item:nth-of-type(3n) {
    margin-right: 0
}

.office__item .section__title {
    font-size: 1.1em;
    color: var(--c3);
    width: calc(100% - (var(--offset-md) * 2));
    margin-bottom: auto;
    padding-bottom: var(--offset-md)
}

.office__item p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
    margin-bottom: calc(var(--offset-sm) / 1)
}

.office__item p:last-of-type {
    margin-bottom: 0
}

.office__item b {
    font-weight: 500;
    color: var(--c4);
    margin-right: var(--offset-sm)
}

@media screen and (max-width: 1300px) {
    .map__zoomWrap {
        left: calc(var(--offsetH) / 1.5);
        right: calc(var(--offsetH) / 1.5)
    }

    [data-active-tab=list] + .map__filter {
        right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .office__item .section__title {
        width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .map .circle {
        height: 170%
    }

    .map .circle--1 {
        height: 202%
    }

    .map__left {
        padding-left: calc(var(--offset-lg) * 1.5)
    }

    .map__right {
        padding-right: calc(var(--offset-lg) * 1.5)
    }

    .map__inner {
        -webkit-mask-size: 55%;
        mask-size: 55%
    }

    .map__zoomWrap {
        left: calc(var(--offsetH) / 2);
        right: calc(var(--offsetH) / 2)
    }

    .map__link span {
        display: none
    }

    [data-active-tab=list] + .map__filter {
        right: var(--offset-lg)
    }
}

@media screen and (max-width: 1100px) {
    .office__item, .office__item:nth-child(3n) {
        margin-right: var(--offset-lg)
    }

    .map {
        min-height: calc(var(--offsetH) * 3)
    }

    .map .circle, .map__left, .map__right {
        display: none
    }

    .map__inner {
        -webkit-mask-image: none;
        mask-image: none
    }

    .map__zoomWrap {
        left: 0;
        right: 0
    }

    .office__item {
        width: calc(50% - (var(--offset-lg) / 2))
    }

    .office__item:nth-child(even) {
        margin-right: 0
    }
}

@media screen and (max-width: 1000px) {
    [data-active-tab=list] + .map__filter {
        position: relative;
        top: auto;
        right: auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        margin-bottom: var(--offset-lg)
    }
}

@media screen and (max-width: 768px) {
    .office__item, .office__item:nth-child(3n) {
        margin-right: 0
    }

    .office__item {
        width: 100%
    }

    [data-active-tab=map] + .map__filter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: calc(100% - (var(--offset-lg) * 2))
    }
}

@media screen and (max-width: 450px) {
    .office__item p {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .office__item b {
        margin-right: 0
    }
}

.footer {
    margin-top: auto;
    padding: calc(var(--offsetH) / 1.5) var(--offsetH) var(--offset-lg)
}

.footer__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: var(--offset-lg)
}

.footer__col {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.footer__col--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: calc(var(--offset-lg) * 2)
}

.footer__col:not(:last-of-type) {
    margin-right: calc(var(--offset-lg) * 2)
}

.footer__col span {
    display: block;
    font-size: .85em;
    line-height: 1.4
}

.footer__title {
    display: block;
    margin-bottom: var(--offset-sm);
    font-weight: 500;
    font-size: 1.05em;
    color: var(--c3)
}

.footer__title a {
    color: inherit
}

.footer__title a:focus, .footer__title a:focus-within, .footer__title a:hover {
    color: var(--c8)
}

.footer__list {
    margin: 0;
    padding: 0;
    max-width: 17vw;
    margin-bottom: var(--offset-lg)
}

.footer__item {
    margin-top: var(--offset-sm)
}

.footer__link {
    font-size: .85em
}

.footer__link:focus, .footer__link:focus-within, .footer__link:hover {
    color: var(--c3)
}

.footer__phone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    margin-right: var(--offset-md)
}

.footer__phone::after {
    position: absolute;
    top: 1px;
    left: calc(100% + var(--offset-md));
    bottom: 1px;
    width: 1px;
    background-color: var(--c6)
}

.footer__phone span {
    font-size: .8em;
    margin-right: 0
}

.footer__info {
    margin-left: var(--offset-md)
}

.footer__info p:first-of-type {
    margin-top: 0
}

.footer__info p:last-of-type {
    margin-bottom: 0
}

.footer__copyright {
    padding: calc(var(--offset-sm) / 2) var(--offsetH);
    font-size: .8em;
    color: var(--c10);
    background-color: #979dab
}

.footer__copyright .footer__row {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.footer__copyright p {
    font-size: .985em
}

.footer p {
    line-height: 1.4
}

.social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: var(--offset-sm)
}

.social__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: var(--offset-sm)
}

.social__item:focus svg, .social__item:focus-within svg, .social__item:hover svg {
    fill: var(--c3)
}

.social svg {
    width: calc(var(--offset-sm) * 1.2);
    height: calc(var(--offset-sm) * 1.2);
    fill: var(--c5)
}

.social__wrap {
    position: fixed;
    left: var(--offset-lg);
    bottom: 0
}
.cookies_block {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    background: white;
    width:100vw;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.social__wrap .social {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: var(--offset-lg);
    padding-bottom: var(--offset-lg)
}

.social__wrap .social::after {
    position: absolute;
    top: 100%;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: var(--offset-lg);
    background-color: var(--c6)
}

.social__wrap .social__item {
    margin-bottom: var(--offset-md);
    margin-right: 0
}

.copyright-logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 2vw;
    height: 1.8vw;
    transition: .5s;
    transition-delay: .6s;
    overflow: hidden;
    margin-left: auto;
    z-index: 1
}

.copyright-logo::after {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    right: calc(100% + .5vw);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    white-space: nowrap;
    color: var(--c10);
    font-weight: 500;
    font-size: .85em;
    opacity: 0;
    transition: .3s ease-out .5s
}

.copyright-logo svg {
    width: 4.2vw;
    height: auto;
    opacity: 1;
    -ms-transform: none;
    transform: none;
    top: auto;
    left: auto;
    fill: var(--c10);
    stroke: var(--c10);
    stroke-linecap: round
}

.copyright-logo .st0 {
    stroke-width: 12;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    margin-left: auto;
    animation: st0 2s linear 0s infinite normal
}

.copyright-logo .st01 {
    stroke-width: 0;
    animation: none
}

.copyright-logo .st {
    stroke-width: 0;
    stroke-linejoin: bevel;
    opacity: 0;
    transition: .5s;
    fill: var(--c10);
    stroke: var(--c10)
}

.copyright-logo .st1 {
    transition-delay: .3s
}

.copyright-logo .st2 {
    transition-delay: .2s
}

.copyright-logo .st3 {
    transition-delay: .1s
}

.copyright-logo:focus, .copyright-logo:focus-within, .copyright-logo:hover {
    width: 4.428vw;
    transition-delay: 0s;
    overflow: visible
}

.copyright-logo:focus-within::after, .copyright-logo:focus::after, .copyright-logo:hover::after {
    opacity: 1
}

.copyright-logo:focus .st0, .copyright-logo:focus-within .st0, .copyright-logo:hover .st0 {
    animation: none
}

.copyright-logo:focus .st, .copyright-logo:focus-within .st, .copyright-logo:hover .st {
    opacity: 1;
    transition-delay: .4s
}

.copyright-logo:focus .st2, .copyright-logo:focus-within .st2, .copyright-logo:hover .st2 {
    transition-delay: .5s
}

.copyright-logo:focus .st3, .copyright-logo:focus-within .st3, .copyright-logo:hover .st3 {
    transition-delay: .6s
}

@keyframes st0 {
    100%, 80% {
        stroke-width: 12
    }
    95% {
        stroke-width: 24
    }
}

@media screen and (max-width: 1300px) {
    .footer, .footer__copyright {
        padding-left: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2));
        padding-right: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .footer {
        padding-top: calc((var(--offset-lg) * 2) + (var(--offset-sm) * 1.2))
    }

    .footer__col--flex {
        margin-left: 0
    }

    .footer__copyright {
        padding-top: var(--offset-sm);
        padding-bottom: var(--offset-sm)
    }

    .footer__phone {
        -ms-flex-positive: .5;
        flex-grow: .5;
        margin-left: 0
    }

    .copyright-logo {
        width: 35px;
        height: 35px
    }

    .copyright-logo::after {
        font-size: .95em
    }

    .copyright-logo svg, .copyright-logo:focus, .copyright-logo:focus-within, .copyright-logo:hover {
        width: 60px
    }
}

@media screen and (max-width: 1200px) {
    .footer {
        padding: calc(var(--offset-lg) * 2) var(--offset-lg) 0
    }

    .footer__copyright {
        padding: var(--offset-lg)
    }

    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__row:nth-child(2) .footer__col--flex {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: calc(var(--offset-lg) * 1.5)
    }

    .footer__col {
        width: calc(50% - (var(--offset-lg) * 2))
    }

    .footer__col:nth-child(even) {
        margin-right: 0
    }

    .footer__phone {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer__info {
        width: auto
    }

    .footer__list {
        max-width: none
    }

    .social__wrap {
        display: none
    }

    .social svg {
        width: calc(var(--offset-sm) * 1.5);
        height: calc(var(--offset-sm) * 1.5)
    }

    .social__item {
        margin-right: var(--offset-md)
    }
}

@media screen and (max-width: 768px) {
    .footer .footer__row:nth-of-type(2) .footer__col:last-of-type, .footer__row:first-child .footer__col:first-child {
        margin-top: 0
    }

    .footer .footer__row, .footer__list:last-child, .footer__title:last-child {
        margin-bottom: 0
    }

    .footer__col:not(:last-of-type), .footer__phone {
        margin-right: 0
    }

    .footer {
        padding-bottom: calc(var(--offset-lg) * 2)
    }

    .footer .footer__info, .footer .footer__row:first-of-type, .footer .footer__row:nth-of-type(2) .footer__col:first-of-type {
        display: none
    }

    .footer__col, .footer__info {
        margin-top: var(--offset-lg)
    }

    .footer__col {
        width: 100%
    }

    .footer__col--flex {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__phone::after {
        content: none
    }

    .footer__info {
        margin-left: 0
    }

    .footer__copyright .footer__col {
        width: 50%;
        margin-top: 0
    }
    .form--lg .form__row .form__item+.form__item {
        margin-top: 0 !important;
    }
}
.anketa table.mobile {
    display: none !important;
}

@media only screen and (max-width: 576px) {
    .anketa table.mobile {
        display: table !important;
    }
    .anketa table.desktop {
        display: none !important;
    }
@media screen and (max-width: 600px) {
    .footer__copyright .footer__col {
        width: 100%
    }

    .footer__copyright .footer__col:last-child {
        margin-top: var(--offset-sm)
    }

    .copyright-logo {
        margin-left: 0;
        margin-bottom: var(--offset-sm)
    }

    .copyright-logo::after {
        content: none
    }
}

button.i_switcher [aria-hidden=false] {
    display: none
}

#voce_ico_reader {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: var(--offset-lg);
    height: var(--offset-lg);
    background-color: var(--c3);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: var(--anim);
    z-index: 999
}

#voce_ico_reader svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    height: 50%;
    fill: var(--c10);
    transition: var(--anim)
}

body.opportunity .footer, body.opportunity .footer__copyright, body.opportunity .header, body.opportunity .header__sticky, body.opportunity .main, body.opportunity .modal, body.opportunity .social__wrap, body.opportunity .social__wrap ~ .btn-icon {
    filter: grayscale(1)
}
}


#svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .4s linear;
    stroke: #d5ac52;
    stroke-width: 1em;
  }
  #svg #bar {
    stroke: #2d417a;
  }
  #loader-percent {
    display: none;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: relative;
    position: fixed;
    z-index: 999;
    left: calc(50% - 100px);
    top: calc(50% - 130px);
    /* box-shadow: 0px 0px 10px 1px dodgerblue; */
  }
  #loader-percent:after {
    position: absolute;
    display: block;
    height: 160px;
    width: 160px;
    left: 50%;
    top: 50%;
    
    content: attr(data-pct)"%";
    margin-top: -80px;
    margin-left: -80px;
    border-radius: 100%;
    line-height: 160px;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: aliceblue;
  }
  .disabled.day:before{
    display:block;
    content: ' ';
    background-color: red;
    height: 2px;
    /* top: 12px; */
    /* position: absolute; */
    top: 5px;
    /* width: 100%; */
    /* left: 0; */
    /* align-self: center; */
    position: relative;
    top: 14px;
    transform: rotate(45deg);
  }
  .disabled.day:after{
    display:block;
    content: ' ';
    background-color: red;
    height: 2px;
    /* top: 12px; */
    /* position: absolute; */
    top: 5px;
    /* width: 100%; */
    /* left: 0; */
    /* align-self: center; */
    position: relative;
    top: -14px;
    transform: rotate(-45deg);
  }
  .disabled.day{
    color:black !important;
  }
 
/* .product-list .btn__wrap{
    justify-content: space-between;
} */

.kasko .select2{
    width: 100% !important;
}
.select2 li{
    font-size:17px;
    font-weight: bold;
    color: #000;
}
.title-bb{
    color: rgb(41, 41, 41);
}
.shadowed{
    box-shadow: 0 0 2px 2px silver;
    margin-bottom: 15px;
}

/* 11.10.2021 Shohrux*/

.main ul.form__list {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.main ul.form__list li {
    padding: 0 15px;
    margin: 0;
}

.main .row .list-item-link {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 2px 14px rgba(75, 108, 209, 0.2);
    border-radius: 6px;
}
.main .row .list-item-link:hover {
    background: #FFFFFF;
    box-shadow: 0px 2px 18px rgba(75, 108, 209, 0.8);
    border-radius: 6px;
    text-decoration: none;
}

.product-list-home-header a.link {
    color: #8F93B1;
    border-bottom: 1px solid #8F93B1;
}
.product-list-home-header a.link:hover {
    text-decoration: none;
    color: var(--c3);
    border-bottom: 1px solid var(--c3);
}

.main .list-item-link img{
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.product-list-home-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.main .row .list-item-link span {
    margin: 2px 0;
    padding: 2px 0;
    display: inline-block;
}
input.datepicker:read-only {
    pointer-events: none;
}
label.form__checkbox.has_alcohol_label {
    margin-top: 65px !important;
    margin-left: 15px;
}


.logo__badge {
    /* width: 127px; */
    width: 59px;
    position: absolute;
    /*  right: -55px; */
    left: 43px;
    top: 26px;
    z-index: 99;
    transition: .4s;
}
header.fixed .logo__badge {
    top: 24px;
    right: -56px;
}
.swing1 {
    animation: swing1 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) 1 forwards;
    animation-fill-mode: both;
    transform-origin: top center;
}
.swing2 {
    animation: swing2 2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 5s infinite;
    animation-fill-mode: both;
    transform-origin: top center;
}
.app__btn picture {
    border-radius: 12px;
    overflow: hidden;
}
@keyframes swing1 {
    0% {
        transform: rotate3d(0, 0, 1, 10deg);
    }

    20% {
        transform: rotate3d(0, 0, 1, -9deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, 8deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, -7deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 6deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}
@keyframes swing2 {
    0% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    50% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
}
input.default-datepicker[type="date"]::-webkit-inner-spin-button,
input.default-datepicker[type="date"]::-webkit-calendar-picker-indicator {
    display: initial;
    -webkit-appearance: initial;
}

.dis_input:read-only {
    background-color: #c1c3c5 !important;
    -webkit-box-shadow: inset 0 0 0 70px #c1c3c5 !important;
}
.input_border_red{
    border:1px solid red;
}




#faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #faq .card .card-header .btn-header-link {
    color: #ffffff;
    display: block;
    text-align: left;
    background: #ffffff;
    color: #222;
    padding: 20px;
    width: 100%;
    text-decoration: none;
    border: none;
    font-weight: bold;
    position: relative;
  }
  
  #faq .card .card-header .btn-header-link:after {
    content: "\25BC";
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    color: #000000;
  }
  
  #faq .card .card-header .btn-header-link.collapsed {
    background: #ffffff;
    color: #000000;
  }
  
  #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\25B2";
    color: #000000;
  }
  
  #faq .card .collapsing {
    background: #ffffff;
    line-height: 30px;
  }
  
  #faq .card .collapse {
    border: 0;
  }
  
  #faq .card .collapse.show {
    background: #f3f6fb;
    line-height: 30px;
    color: #222;
  }

  /* ========================================================= */

  #accordion {
    .card {
        transition: background-color 0.4s ease-in-out;
        border-radius: 8%;
        background: #f3f3f398;
        overflow: hidden;
    }

    .card-header {
        margin-bottom: 0.1px;
    }

     .accordion-title {
        position: relative;
        display: block;
        padding: 8px 0 8px 50px;
        background: #ffffff;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        color: #e6e6e6;
        font-size: 1.7em;
        font-weight: 700;
        width: 100%;
        text-align: left;
        transition: all 0.4s ease-in-out;
        text-transform: capitalize;

        &:focus {
            outline: none;
            box-shadow: none;
        }
    }

    .accordion-title svg {
        display: none;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .accordion-title .icon-open {
        display: none;
    }

    .accordion-title .icon-closed {
        display: inline-block;
    }

    .accordion-title[aria-expanded="true"] .icon-closed {
        display: none;
    }

    .accordion-title[aria-expanded="true"] .icon-open {
        display: inline-block;
    }

    .accordion-title:hover {
        padding-left: 60px;
        background: #fff;
        color: #e6e6e6;
    }

    .accordion-title[aria-expanded="true"] {
        background: #fcfcfc98;
        color: #c0c0c0;
    }
    
    .accordion-body ul li {
        color: #c0c0c0;
    }
    .accordion-body ul li::before {
        background-color: #d1d0d0;
    }
}
.form_individual_child {
    font-size: 14px;
    display: none; /* Скрываем */
}
