/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

::-webkit-scrollbar-track {
    background-color: #888
}

::-webkit-scrollbar-thumb {
    background-color: #2380eb
}

@-webkit-keyframes moveYear {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes moveYear {
    0% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

body,html {
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    font-family: Gilroy,sans-serif;
    color: #131313
}

.h1,h1 {
    font-size: 52px;
    line-height: 68px;
    font-weight: 700
}

.h2,h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700
}

h1,h2,h3,h4,h5,h6,li,ol,p,ul {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

a {
    text-decoration: none
}

.choices__inner,input,select,textarea {
    font-size: 18px;
    line-height: 34px;
    font-family: Gilroy,sans-serif;
    border-radius: 10px;
    border: solid 1px #d0d9e7;
    padding: 24px 30px;
    background: 0 0;
    background-color: #fff;
    display: block;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #131313
}

.choices__inner::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::-moz-placeholder,input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner:-ms-input-placeholder,input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::-ms-input-placeholder,input::-ms-input-placeholder,select::-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner::placeholder,input::placeholder,select::placeholder,textarea::placeholder {
    color: #878c94;
    opacity: 1
}

.choices__inner:focus,input:focus,select:focus,textarea:focus {
    border-color: #2380eb
}

textarea {
    resize: none;
    height: 179px
}

.bread {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    list-style-type: none;
    font-size: 16px;
    line-height: 30px;
    color: #0a2f9a;
    margin-bottom: 30px
}

.bread li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bread li::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    margin: 0 10px;
    background: url(../img/main-old/bread.svg) no-repeat center center/cover
}

.bread li a {
    color: #131313;
    position: relative
}

.bread li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #131313;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.bread li a:hover::after {
    width: 100%
}

.bread li a::after {
    bottom: 0
}

.bread li:last-child::after {
    display: none
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    margin-top: 40px
}

.slick-dots li {
    margin: 0 14px
}

.slick-dots li button {
    font-size: 0;
    border: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 13px;
    height: 13px;
    border: solid 3px #fff;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.slick-dots .slick-active button {
    background-color: #2380eb
}

.ttl {
    text-align: center
}

.slick-arrow {
    font-size: 0;
    border: none;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 2;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-arrow svg {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px)
}

.slick-arrow svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-arrow:hover {
    background-color: #2380eb
}

.slick-arrow:hover svg * {
    stroke: #fff
}

.slick-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: solid 1px #2380eb;
    background: 0 0;
    background-color: #2380eb;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    border-radius: 100px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    font-family: Gilroy,sans-serif
}

.btn:hover {
    background-color: #0a2f9a;
    border-color: #0a2f9a
}

.btn svg {
    margin-left: 10px
}

.btn-primary {
    background-color: #fff;
    color: #2380eb
}

.btn-primary:hover {
    background-color: #2380eb;
    border-color: #2380eb;
    color: #fff
}

.btn-pink {
    background-color: #e62d5b;
    color: #fff;
    border-color: #e62d5b
}

.btn-pink:hover {
    background-color: inherit;
    color: #e62d5b;
    border-color: #e62d5b
}

.ttx {
    font-size: 18px;
    line-height: 30px
}

.ttx a {
    color: #0a2f9a;
    text-decoration: underline
}

.ttx a:hover {
    text-decoration: none
}

.ttx .btn,.ttx h1,.ttx h2,.ttx h3,.ttx h4,.ttx h5,.ttx h6,.ttx img,.ttx li,.ttx ul {
    margin-bottom: 30px
}

.ttx ol,.ttx ul {
    padding-left: 15px
}

.ttx ol li,.ttx ul li {
    margin-bottom: 5px
}

.ttx ol li:last-child,.ttx ul li:last-child {
    margin-bottom: 0
}

.ttx blockquote {
    margin: 40px 0;
    padding: 30px 20px;
    position: relative;
    background: url(../img/main-old/bg-blockquote.png) no-repeat center center/cover;
    border-radius: 20px
}

.ttx blockquote::after,.ttx blockquote::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    left: 20px;
    top: -14px;
    background: url(../img/main-old/quote.svg) no-repeat center center/contain
}

.ttx blockquote::after {
    left: auto;
    top: auto;
    right: 14px;
    bottom: -14px;
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    transform: scale(-1,-1)
}

.ttx p {
    display: block;
    margin-bottom: 30px
}

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

.compensate-for-scrollbar {
    margin: 0!important
}

.wrp {
    margin-bottom: 151px
}

.container {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px
}

.container-w {
    max-width: 1500px
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    border-radius: 0 0 50px 50px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745);
    -webkit-box-shadow: 0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    box-shadow: 0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    -webkit-box-shadow: 0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 100px 80px 0 rgba(0,0,0,.0392156863);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-sticky {
    top: -49px
}

.header-top {
    font-size: 16px;
    line-height: 19px;
    padding: 8px 0;
    background: -o-linear-gradient(left,#0b2f9a 0,#2481eb 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #0b2f9a),to(#2481eb));
    background: linear-gradient(90deg,#0b2f9a 0,#2481eb 100%)
}

.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__nav .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
    font-weight: 600;
    color: #fff
}

.header-top__nav .item span {
    position: relative
}

.header-top__nav .item span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-top__nav .item span:hover::after {
    width: 100%
}

.header-top__nav .item svg {
    margin-right: 12px
}

.header-top__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-top__meta--callback {
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative
}

.header-top__meta--callback::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-top__meta--callback:hover::after {
    width: 100%
}

.header-top__meta--callback::after {
    width: 100%
}

.header-top__meta--callback:hover::after {
    width: 0
}

.header-top__meta--languages {
    background-color: rgba(238,238,238,.1019607843);
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    margin-left: 30px
}

.header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 19px 0
}

.header-wrap__logo {
    display: block;
    max-width: 242px
}

.header-wrap__icon {
    display: none
}

.header-wrap__nav {
    width: 100%;
    max-width: calc(100% - 242px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 46px
}

.header-wrap__nav--email,.header-wrap__nav--top {
    display: none
}

.header-wrap__nav--menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.header-wrap__nav--menu ul li {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-wrap__nav--menu ul li .dropdown {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 8px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.header-wrap__nav--menu ul li .dropdown svg * {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul li .sub-menu {
    position: absolute;
    left: -15px;
    width: 368px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    background-color: #fff;
    border-radius: 10px;
    padding: 22px 25px;
    display: block;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul li .sub-menu li {
    width: 100%;
    margin: 0 0 13px
}

.header-wrap__nav--menu ul li .sub-menu li .dropdown {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: -10px
}

.header-wrap__nav--menu ul li .sub-menu li .dropdown svg * {
    fill: #0a2f9a
}

.header-wrap__nav--menu ul li .sub-menu li:last-child {
    margin-bottom: 0
}

.header-wrap__nav--menu ul li .sub-menu li a {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #131313
}

.header-wrap__nav--menu ul li .sub-menu li a::after {
    display: none
}

.header-wrap__nav--menu ul li .sub-menu .sub-menu {
    top: 0;
    left: 350px;
    opacity: 0;
    visibility: hidden
}

.header-wrap__nav--menu ul li a {
    font-size: 16px;
    line-height: 18px;
    color: #131313;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.header-wrap__nav--menu ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #2380eb;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-wrap__nav--menu ul li a:hover::after {
    width: 100%
}

.header-wrap__nav--menu ul li a::after {
    bottom: -40px;
    height: 2px
}

.header-wrap__nav--menu ul li a:hover {
    color: #2380eb
}

.header-wrap__nav--menu ul .open a {
    color: #2380eb
}

.header-wrap__nav--menu ul .open a::after {
    width: 100%
}

.header-wrap__nav--menu ul .open .dropdown {
    -webkit-transform: rotate(180deg) translateY(-3px);
    -ms-transform: rotate(180deg) translateY(-3px);
    transform: rotate(180deg) translateY(-3px)
}

.header-wrap__nav--menu ul .open .dropdown svg * {
    fill: #2380eb
}

.header-wrap__nav--menu ul .open .sub-menu {
    opacity: 1;
    visibility: visible
}

.header-wrap__nav--menu ul .open .sub-menu li a {
    color: #131313
}

.header-wrap__nav--menu ul .open .sub-menu .open a {
    color: #0a2f9a
}

.header-wrap__nav--menu ul .open .sub-menu .open .sub-menu {
    opacity: 1;
    visibility: visible
}

.header-wrap__nav--menu ul .open .sub-menu .open .sub-menu li a {
    color: #131313
}

.header-wrap__nav--socials {
    text-align: center
}

.header-wrap__nav--socials-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px
}

.header-wrap__nav--socials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-wrap__nav--socials-list a {
    display: block;
    margin: 0 6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header-wrap__nav--socials-list a:hover {
    opacity: .75
}

.form {
    margin: 120px 0
}

.form-wrap {
    border-radius: 50px;
    padding: 60px;
    background: url(../img/main-old/bg-form.svg) no-repeat center center/cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-wrap__content {
    width: 100%;
    max-width: 605px;
    margin-right: 30px
}

.form-wrap__content--text {
    margin: 30px 0 65px;
    font-size: 22px;
    line-height: 24px
}

.form-wrap__content--subtitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 30px
}

.form-wrap__content--phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 46px
}

.form-wrap__content--phone svg {
    margin-right: 12px
}

.form-wrap__content--phone a {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    color: #2380eb;
    position: relative
}

.form-wrap__content--phone a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #2380eb;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-wrap__content--phone a:hover::after {
    width: 100%
}

.form-wrap__content--phone a::after {
    height: 2px
}

.form-wrap__content--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

.form-wrap__content--socials a {
    display: block;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-wrap__content--socials a:hover {
    opacity: .75
}

.form-wrap__data {
    width: 100%;
    max-width: 526px
}

.form-wrap__data--title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 30px
}

.form-wrap__data--text {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px
}

.form-wrap__data--text ul {
    padding-left: 15px
}

.form-wrap__data--text ul li {
    margin-bottom: 10px
}

.form-wrap__data--text ul li:last-child {
    margin-bottom: 0
}

.form-wrap__data .btn {
    margin: 30px 0;
    min-width: 268px;
    padding: 27px
}

.footer {
    background: url(../img/main-old/bg-footer.jpg) no-repeat center center/cover;
    color: #fff;
    border-radius: 50px 50px 0 0
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 57px 0 40px
}

.footer-wrap__meta {
    max-width: 269px
}

.footer-wrap__meta--logo {
    display: block;
    margin-bottom: 50px
}

.footer-wrap__meta .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 189px;
    margin-bottom: 20px
}

.footer-wrap__meta .item-text {
    max-width: calc(100% - 24px);
    padding-left: 12px;
    font-size: 16px;
    line-height: 19px
}

.footer-wrap__meta .item-text a {
    font-weight: 600;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative
}

.footer-wrap__meta .item-text a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-wrap__meta .item-text a:hover::after {
    width: 100%
}

.footer-wrap__meta--subtitle {
    margin: 38px 0 15px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600
}

.footer-wrap__meta--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-wrap__meta--socials a {
    display: block;
    margin-right: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-wrap__meta--socials a:hover {
    opacity: .75
}

.footer-wrap__nav {
    max-width: 241px;
    margin-left: 15px
}

.footer-wrap__nav--subtitle {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 25px
}

.footer-wrap__nav ul {
    list-style-type: none
}

.footer-wrap__nav ul li {
    margin-bottom: 13px
}

.footer-wrap__nav ul li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-wrap__nav ul li a:hover {
    color: #2380eb
}

.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #30343a;
    border-bottom: solid 1px #30343a;
    padding: 20px 0;
    font-size: 16px;
    line-height: 24px
}

.footer-bottom__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.footer-bottom__nav ul li {
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #30343a
}

.footer-bottom__nav ul li:last-child {
    border-right: none
}

.footer-bottom__nav ul li a {
    color: #fff;
    position: relative
}

.footer-bottom__nav ul li a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-bottom__nav ul li a:hover::after {
    width: 100%
}

.footer-bottom__nav ul li a::after {
    width: 100%
}

.footer-bottom__nav ul li a:hover::after {
    width: 0
}

.footer-notice {
    padding: 20px 0 30px;
    font-size: 12px;
    line-height: 24px
}

.to-top {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100
}

.to-top__active {
    opacity: 1;
    visibility: visible
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.modal-active {
    opacity: 1;
    visibility: visible
}

.modal-wrap {
    max-width: 600px;
    background-color: #fff;
    padding: 50px;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    border-radius: 25px;
    position: relative;
}

.modal-wrap .op-header-wrap__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 44px;
        height: 44px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        background-color: #faf7f7;
        z-index: 2;
    }

.modal-wrap .op-header-wrap__icon--active svg:nth-child(2) {
        scale: 1;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -ms-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg);
    }

.modal-wrap .op-header-wrap__icon svg {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
.modal-wrap .op-header-wrap__icon--active svg {
        opacity: 0;
        visibility: hidden;
        scale: 0;
    }
.modal-wrap .op-header-wrap__icon {
        border-radius: 12px;
        background-color: #f0f4f9;
        border: solid 1px #086cdc;
    }
.modal-wrap .op-header-wrap__icon--active {
        border-color: #828282;
    }
@media (max-width: 640px) {
	.modal-wrap {	
		padding: 25px;
	}
}

.modal-wrap__close {
    cursor: pointer;
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    font-weight: 700;
    font-size: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    right: 45px;
    top: 42px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
}

.modal-wrap__close:hover {
    color: #2380eb
}

.first {
    position: relative;
    z-index: 3
}

.main {
    border-radius: 0 0 50px 50px
}

.main-wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 58px
}

.main-nav .slick-arrow {
    position: absolute;
    left: 0;
    top: 35%
}

.main-nav .slick-next {
    left: auto;
    right: 0
}

.main-wrap {
    padding-bottom: 127px
}

.main-wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px
}

.main-wrap .item-content {
    width: 100%;
    max-width: 766px
}

.main-wrap .item-content__title {
    font-size: 52px;
    line-height: 68px;
    margin-bottom: 33px;
    font-weight: 700
}

.main-wrap .item-content .btn {
    margin-top: 33px
}

.main-wrap .item-image {
    max-width: 682px;
    position: relative;
    margin: 0 -100px
}

.main-wrap .item-image__label {
    position: absolute;
    right: 89px;
    top: 267px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745);
    -webkit-box-shadow: 0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    box-shadow: 0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    -webkit-box-shadow: 0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 100px 80px 0 rgba(0,0,0,.0392156863);
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700
}

.main-wrap .item-image__label span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #0a2f9a
}

.main-wrap .item-image__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 31px;
    bottom: 123px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.main-wrap .item-image__video:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.main-wrap .item-image__video svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.main-wrap .item-image__video span {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #fff
}

.list {
    position: relative;
    z-index: 2;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -100px
}

.list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-wrap .item {
    width: 33%;
    margin-right: .5%;
    margin-bottom: 6px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 0 0 #2483ed,0 100px 80px 0 rgba(0,0,0,.0392156863),0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    box-shadow: inset 0 3px 0 0 #2483ed,0 100px 80px 0 rgba(0,0,0,.0392156863),0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118);
    padding: 30px;
    border-radius: 20px;
    text-align: center
}

.list-wrap .item:nth-child(3n+3) {
    margin-right: 0
}

.list-wrap .item-image {
    margin: 0 auto;
    width: 75px;
    height: 75px
}

.list-wrap .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.list-wrap .item-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px
}

.list-wrap .item-text {
    font-size: 16px;
    line-height: 26px;
    max-width: 329px;
    margin: 0 auto
}

.services {
    background: url(../img/main-old/bg-services.png) no-repeat left top #fff;
    border-radius: 0 0 50px 50px;
    position: relative;
    z-index: 2;
    position: relative
}

.services-wrap {
    padding: 183px 0 120px
}

.services-wrap__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 696px;
    text-align: center;
    margin: 30px auto 60px
}

.services-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.services-wrap__list .row {
    width: 33%
}

.services-wrap__list .row .item {
    width: 100%;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed;
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 24px 20px
}

.services-wrap__list .row .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.services-wrap__list .row .item-top__title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    max-width: calc(100% - 15px)
}

.services-wrap__list .row .item-top__icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.services-wrap__list .row .item-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    display: none
}

.services-wrap__list .row .item-text a {
    color: #2380eb;
    text-decoration: underline
}

.services-wrap__list .row .item-text a:hover {
    text-decoration: none
}

.services-wrap__list .row .item-text ul {
    list-style-type: none
}

.services-wrap__list .row .item-text ul li {
    margin-bottom: 15px;
    padding-left: 24px;
    position: relative
}

.services-wrap__list .row .item-text ul li::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../img/main-old/li.svg) no-repeat center center/contain
}

.services-wrap__list .row .item-text ul li:last-child {
    margin-bottom: 0
}

.services-wrap__list .row .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.for {
    background: url(../img/main-old/bg-for.jpg) no-repeat center center/cover;
    margin-top: -72px
}

.for-wrap {
    text-align: center;
    padding: 192px 0 90px;
    color: #fff
}

.for-wrap__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 534px;
    margin: 30px auto 60px
}

.for-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.for-wrap__list .item {
    border: solid 1px #48525e;
    padding: 40px 17px 17px;
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
    border-radius: 20px;
    cursor: pointer
}

.for-wrap__list .item-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 82px;
    margin: 0 auto
}

.for-wrap__list .item-icon img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.for-wrap__list .item-icon img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-right: -50%;
    opacity: 0;
    visibility: hidden
}

.for-wrap__list .item-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 30px 0 20px
}

.for-wrap__list .item-text {
    font-size: 16px;
    line-height: 26px
}

.for-wrap__list .item:nth-child(4n+4) {
    margin-right: 0
}

.for-wrap__list .item:hover {
    background-color: #2483ed
}

.for-wrap__list .item:hover .item-icon img {
    opacity: 0;
    visibility: hidden
}

.for-wrap__list .item:hover .item-icon img:nth-child(2) {
    opacity: 1;
    visibility: visible
}

.for-wrap__slider {
    display: none
}

.consultation-wrap {
    margin: 120px 0
}

.consultation-wrap__text {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto 60px;
    text-align: center
}

.consultation-wrap__swipe {
    display: none;
    -webkit-animation: moveYear 1s infinite linear;
    animation: moveYear 1s infinite linear
}

.consultation-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.consultation-wrap__list .item {
    width: 48%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 4px 0 0 #2483ed inset;
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 4px 0 0 #2483ed inset;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px
}

.consultation-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.consultation-wrap__list .item-top__image {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.consultation-wrap__list .item-top__image img {
    max-width: 37px;
    max-height: 31px
}

.consultation-wrap__list .item-top__label {
    padding: 10px 20px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background-color: #e62d5b
}

.consultation-wrap__list .item-title {
    margin: 44px 0 38px;
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    max-width: 361px
}

.consultation-wrap__list .item-title p {
    display: inline
}

.consultation-wrap__list .item-title__label {
    display: inline-block;
    padding: 1px 10px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #2483ed;
    border: solid 1px #c1d6ed;
    border-radius: 5px;
    background-color: #e2f0ff
}

.consultation-wrap__list .item-subtitle {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

.consultation-wrap__list .item-text {
    font-size: 16px;
    line-height: 18px
}

.consultation-wrap__list .item-text p {
    display: block;
    margin-bottom: 15px
}

.consultation-wrap__list .item-text p:last-child {
    margin-bottom: 0
}

.consultation-wrap__list .item-text ol {
    padding-left: 15px
}

.consultation-wrap__list .item-text ol li,.consultation-wrap__list .item-text ul li {
    margin-bottom: 15px
}

.consultation-wrap__list .item-text ol li:last-child,.consultation-wrap__list .item-text ul li:last-child {
    margin-bottom: 0
}

.consultation-wrap__list .item-text ul li {
    list-style-type: none;
    position: relative;
    padding-left: 21px
}

.consultation-wrap__list .item-text ul li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #2380eb;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.consultation-wrap__list .item-price {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #0a2f9a;
    margin: 84px 0 20px
}

.consultation-wrap__list .item-notice {
    margin: 20px 0 43px;
    font-size: 16px;
    line-height: 18px;
    min-height: 20px
}

.consultation-wrap__list .item .btn {
    width: 100%
}

.consultation-wrap__slider {
    display: none
}

.clients {
    background-color: #f8fafd;
    border-radius: 50px;
    overflow: hidden
}

.clients .container {
    max-width: 1460px
}

.clients-wrap {
    padding: 120px 0
}

.clients-wrap__text {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto 60px;
    text-align: center;
    max-width: 592px
}

.clients-wrap__list {
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 35px 30px
}

.clients-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients-wrap__list img {
    max-height: 60px;
    width: auto;
    max-width: 150px
}

.clients-wrap__partners {
    position: relative;
    padding: 0 91px
}

.clients-wrap__subtitle {
    margin-top: 81px
}

.clients-wrap__nav .slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.clients-wrap__nav .slick-next {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.clients-wrap__bottom {
    max-width: 1330px;
    margin: 0 auto
}

.clients-wrap__top {
    margin: 22px 0 51px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clients-wrap__top--tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden
}

.clients-wrap__top--tabs .item {
    padding: 8px 13px;
    font-size: 14px;
    line-height: 16px;
    color: #131313;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #ebf1f9;
    min-height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients-wrap__top--tabs .active {
    background-color: #2380eb;
    color: #fff;
    font-weight: 600
}

.clients-wrap__top--title {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin-right: 10%
}

.clients-wrap__top--rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    background-color: #ebf1f9;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 10px
}

.clients-wrap__top--rating img {
    margin-right: 10px
}

.clients-wrap__top--rating span {
    color: #2380eb;
    text-decoration: underline;
    display: block;
    margin-right: 12px
}

.clients-wrap__reviews {
    margin: 0 auto;
    margin-right: -300px;
    margin-left: -15px;
    position: relative
}

.clients-wrap__reviews .slick-dots {
    margin-right: 275px
}

.clients-wrap__reviews--slider {
    display: none
}

.clients-wrap__reviews--slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.clients-wrap__reviews--slider:nth-child(1) {
    display: block
}

.clients-wrap__reviews--slider::after {
    display: none!important
}

.clients-wrap__reviews--slider .wrapper {
    padding: 15px
}

.clients-wrap__reviews--slider .wrapper .item {
    position: relative
}

.clients-wrap__reviews--slider .wrapper .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.clients-wrap__reviews--slider .slick-active .item::after {
    display: none!important
}

.clients-wrap__reviews--slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0025),0 22.34px 17.87px 0 rgba(0,0,0,.0025),0 100px 80px 0 rgba(0,0,0,.0025);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0025),0 22.34px 17.87px 0 rgba(0,0,0,.0025),0 100px 80px 0 rgba(0,0,0,.0025);
    background-color: #fff;
    border-radius: 20px;
    padding: 20px
}

.clients-wrap__reviews--slider .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.clients-wrap__reviews--slider .item-top img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.clients-wrap__reviews--slider .item-top span {
    display: block;
    width: 100%;
    max-width: calc(100% - 45px);
    padding-left: 13px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600
}

.clients-wrap__reviews--slider .item-text {
    margin: 30px 0;
    font-size: 16px;
    line-height: 24px
}

.clients-wrap__reviews--slider .item-text p {
    display: block;
    margin-bottom: 30px
}

.clients-wrap__reviews--slider .item-text p:last-child {
    margin-bottom: 0
}

.clients-wrap__reviews--slider .item-text__video {
    display: block;
    position: relative;
    width: 100%;
    max-width: 217px;
    height: 234px;
    margin: 0 auto
}

.clients-wrap__reviews--slider .item-text__video svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.clients-wrap__reviews--slider .item-text__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.clients-wrap__reviews--slider .item-date {
    font-size: 16px;
    line-height: 24px;
    color: #9b9b9b
}

.how {
    overflow: hidden
}

.how-wrap {
    margin: 60px 0 120px
}

.how-wrap__text {
    text-align: center;
    margin: 30px auto 60px
}

.how-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.how-wrap__flex--image {
    width: 100%;
    max-width: 561px;
    height: 649px
}

.how-wrap__flex--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.how-wrap__flex--list {
    width: 100%;
    max-width: 739px;
    margin-left: -20px
}

.how-wrap__flex--list .item {
    background-color: rgba(248,250,253,.5019607843);
    border: solid 1px #f0f2f5;
    border-radius: 20px;
    padding: 19px 40px 19px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative
}

.how-wrap__flex--list .item-counter {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    background-color: #e62d5b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

.how-wrap__flex--list .item-title {
    max-width: calc(100% - 59px);
    padding-left: 20px;
    font-size: 16px;
    line-height: 18px
}

.how-wrap__flex--list .item-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #0a2f9a
}

.how-wrap__flex--list .item:nth-child(even) {
    margin-left: 92px
}

.how-wrap__flex--list .item:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 252px;
    height: 139px;
    background: url(../img/main-old/vector-how.svg) no-repeat center center/contain;
    position: absolute;
    top: -6px;
    right: -272px
}

.how-wrap__flex--list .item:nth-child(3)::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 116px;
    height: 146px;
    background: url(../img/main-old/vector-how2.svg) no-repeat center center/contain;
    position: absolute;
    top: 50px;
    right: -171px
}

.how-wrap__flex--list .btn {
    margin: 0 auto
}

.why {
    background: url(../img/main-old/bg-why.png) no-repeat center center/cover;
    border-radius: 50px;
    position: relative;
    z-index: 2
}

.why-wrap {
    padding: 120px 0
}

.why-wrap__text {
    text-align: center;
    margin: 30px 0 60px;
    font-size: 18px;
    line-height: 30px
}

.why-wrap__list {
    max-width: 1011px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.why-wrap__list .item {
    width: 49%;
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: rgba(255,255,255,.8980392157);
    padding: 20px;
    -webkit-box-shadow: 0 4px 0 0 #2483ed inset;
    box-shadow: 0 4px 0 0 #2483ed inset
}

.why-wrap__list .item-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 12px
}

.why-wrap__list .item-text {
    font-size: 16px;
    line-height: 24px
}

.history {
    background: url(../img/main-old/bg-history.jpg) no-repeat center center/cover;
    margin-top: -72px
}

.history-wrap {
    padding: 216px 0 0;
    color: #fff
}

.history-wrap__text {
    text-align: center;
    margin-top: 30px
}

.history-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.history-wrap__flex--image {
    width: 100%;
    max-width: 658px;
    margin-left: -100px;
    margin-top: -200px;
    margin-right: 30px
}

.history-wrap__flex--image img:last-child {
    display: none
}

.history-wrap__flex--content {
    width: 100%;
    max-width: 705px;
    padding-bottom: 30px;
    margin-top: 60px
}

.history-wrap__flex--content-more {
    display: none
}

.history-wrap__flex--content-text {
    font-size: 18px;
    line-height: 29px
}

.history-wrap__flex--content-text p {
    display: block;
    margin-bottom: 30px
}

.history-wrap__flex--content-text p:last-child {
    margin-bottom: 0
}

.history-wrap__flex--content-list {
    margin-top: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.history-wrap__flex--content-list .item {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    position: relative
}

.history-wrap__flex--content-list .item::after {
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25%;
    opacity: .2
}

.history-wrap__flex--content-list .item:first-child::before {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15%;
    opacity: .2
}

.history-wrap__flex--content-list .item:last-child::after {
    width: 15%;
    right: 15%
}

.history-wrap__flex--content-list .item-title {
    position: relative;
    margin-bottom: 114px;
    word-break: break-all
}

.history-wrap__flex--content-list .item-title::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px;
    background-color: #fff;
    opacity: .2
}

.history-wrap__flex--content-list .item-year {
    position: relative
}

.history-wrap__flex--content-list .item-year::after {
    content: "";
    display: block;
    width: 39px;
    height: 39px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -54px;
    background: url(../img/main-old/vector-history.svg) no-repeat center center/contain
}

.history-wrap__flex--content .btn {
    margin-top: 40px
}

.faq-wrap {
    margin: 120px 0
}

.faq-wrap__text {
    text-align: center;
    margin: 30px auto 60px;
    font-size: 18px;
    line-height: 30px
}

.faq-wrap__list {
    max-width: 956px;
    margin: 0 auto
}

.faq-wrap__list .item {
    margin-bottom: 10px;
    border-radius: 20px;
    border: solid 1px #f0f2f5;
    padding: 28px;
    position: relative;
    overflow: hidden
}

.faq-wrap__list .item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/main-old/bg-faq.jpg) no-repeat center center/cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq-wrap__list .item-top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.faq-wrap__list .item-top__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    max-width: calc(100% - 30px)
}

.faq-wrap__list .item-top__icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.faq-wrap__list .item-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    display: none;
    position: relative;
    z-index: 2
}

.faq-wrap__list .item-text p {
    display: block;
    margin-bottom: 20px
}

.faq-wrap__list .item-text p:last-child {
    margin-bottom: 0
}

.faq-wrap__list .open::before {
    opacity: 1;
    visibility: visible
}

.faq-wrap__list .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.top-wrap {
    padding: 30px 0 96px
}

.top-wrap__title {
    margin-bottom: 20px
}

.top-wrap__text {
    font-size: 18px;
    line-height: 30px
}

.price-wrap {
    margin: 120px 0
}

.price-wrap__list {
    margin-top: 60px
}

.price-wrap__list .item {
    border-radius: 5px;
    border: solid 1px #f8fafd;
    background-color: #fff;
    margin-bottom: 10px
}

.price-wrap__list .item-top {
    padding: 24px 30px;
    background-color: #f8fafd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.price-wrap__list .item-top__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #131313;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-wrap__list .item-top__icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-wrap__list .item-text {
    display: none
}

.price-wrap__list .item-text .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 30px;
    border-bottom: solid 1px #f8fafd
}

.price-wrap__list .item-text .row:last-child {
    border-bottom: none
}

.price-wrap__list .item-text .row:nth-child(1) {
    font-weight: 600;
    font-size: 18px
}

.price-wrap__list .item-text .row-item:nth-child(1) {
    font-weight: 600;
    width: 45%
}

.price-wrap__list .item-text .row-item:nth-child(2) {
    width: 35%
}

.price-wrap__list .item-text .row-item:nth-child(3) {
    width: 15%
}

.price-wrap__list .open .item-top__title {
    color: #0a2f9a
}

.price-wrap__list .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sales-wrap {
    margin: 120px 0
}

.sales-wrap__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sales-wrap__list .item {
    width: 32.75%;
    border: solid 1px #2483ed;
    border-radius: 20px;
    margin-right: .875%;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    padding: 40px 30px;
    min-height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sales-wrap__list .item .btn {
    position: relative;
    z-index: 2
}

.sales-wrap__list .item-top {
    margin-bottom: 30px;
    position: relative;
    z-index: 2
}

.sales-wrap__list .item-top__label {
    padding: 8px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
    background-color: #e62d5b
}

.sales-wrap__list .item-top__title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 25px
}

.sales-wrap__list .item-top__text {
    font-size: 16px;
    line-height: 30px
}

.sales-wrap__list .item-image {
    position: absolute;
    right: 0;
    bottom: 0
}

.sales-wrap__list .item:nth-child(3n+3) {
    margin-right: 0
}

.contacts {
    margin: 120px 0
}

.contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 80px
}

.contacts-wrap__content {
    width: 100%;
    max-width: 635px;
    margin-right: 30px
}

.contacts-wrap__content--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-wrap__content--flex .row {
    width: 49%
}

.contacts-wrap__content--flex .row-subtitle {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 600
}

.contacts-wrap__content--flex .row-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px
}

.contacts-wrap__content--flex .row-adress {
    font-size: 18px;
    line-height: 24px
}

.contacts-wrap__content--flex .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.contacts-wrap__content--flex .item-text {
    max-width: calc(100% - 27px);
    padding-left: 12px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600
}

.contacts-wrap__content--flex .item-text a {
    color: #131313;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts-wrap__content--flex .item-text a:hover {
    color: #2380eb
}

.contacts-wrap__content--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.contacts-wrap__content--socials span {
    padding-right: 15px
}

.contacts-wrap__content--socials a {
    display: block;
    margin-right: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contacts-wrap__content--socials a:hover {
    opacity: .75
}

.contacts-wrap__content--form {
    margin-top: 80px;
    border-radius: 50px;
    background: url(../img/main-old/bg-contacts.png) no-repeat center center/cover;
    padding: 40px 50px
}

.contacts-wrap__content--form-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 40px
}

.contacts-wrap__content--form input,.contacts-wrap__content--form select,.contacts-wrap__content--form textarea {
    margin-bottom: 10px
}

.contacts-wrap__content--form .btn {
    margin: 30px 0;
    padding: 27px 31px
}

.contacts-wrap__map {
    width: 100%;
    max-width: 635px
}

.contacts-wrap__map iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.contacts-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-bottom__content {
    width: 100%;
    max-width: 630px;
    margin-right: 30px
}

.contacts-bottom__content--title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 40px
}

.contacts-bottom__flex {
    width: 100%;
    max-width: 635px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contacts-bottom__flex .item {
    width: 49%;
    height: 284px;
    border-radius: 20px;
    overflow: hidden
}

.contacts-bottom__flex .item iframe,.contacts-bottom__flex .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-wrap {
    margin: 120px 0
}

.blog-wrap__relative {
    position: relative
}

.blog-wrap__nav .slick-arrow {
    position: absolute;
    left: 0;
    top: 0
}

.blog-wrap__nav .slick-next {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.blog-wrap__nav .slick-next {
    left: auto;
    right: 0
}

.blog-wrap__top {
    position: relative;
    padding-bottom: 10px;
    padding: 0 60px
}

.blog-wrap__top .wrapper {
    margin-right: 15px
}

.blog-wrap__top .item {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #131313;
    padding: 10px 20px;
    border: solid 1px #e6ecf4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px
}

.blog-wrap__top .active {
    background-color: #2380eb;
    color: #fff;
    border-color: #2380eb
}

.blog-wrap__category {
    margin: 50px 0
}

.blog-wrap__list {
    margin: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-wrap__list .item {
    width: 32.75%;
    border-radius: 20px;
    margin-right: .875%;
    background-color: #f8fafd;
    padding: 20px;
    margin-bottom: 15px
}

.blog-wrap__list .item-image {
    position: relative;
    width: calc(100% + 20px);
    margin-left: -10px;
    height: 281px
}

.blog-wrap__list .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px
}

.blog-wrap__list .item-image__date {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #f8fafd;
    position: absolute;
    right: 15px;
    top: 15px
}

.blog-wrap__list .item-title {
    margin: 16px 0 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    height: 24px;
    overflow: hidden
}

.blog-wrap__list .item-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    height: 48px;
    overflow: hidden
}

.blog-wrap__list .item .btn {
    padding: 17px 22px
}

.blog-wrap__list .item:nth-child(3n+3) {
    margin-right: 0
}

.article-wrap {
    margin: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.article-wrap__content {
    width: 100%;
    max-width: 956px;
    margin-right: 30px
}

.article-wrap__content--image {
    position: relative;
    width: 100%;
    height: 458px;
    margin-bottom: 40px
}

.article-wrap__content--image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

.article-wrap__content--image-date {
    font-size: 16px;
    line-height: 20px;
    color: #777;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #f8fafd;
    position: absolute;
    right: 15px;
    top: 15px
}

.article-wrap__sidebar {
    position: sticky;
    top: 200px;
    width: 100%;
    max-width: 302px;
    background: url(../img/main-old/bg-article.png) no-repeat center center/cover;
    padding: 20px;
    border-radius: 20px
}

.article-wrap__sidebar--title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.article-wrap__sidebar a {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.article-wrap__sidebar a:hover {
    color: #2380eb;
    text-decoration: underline
}

.article-wrap__sidebar a:last-child {
    margin-bottom: 0
}

.article-wrap__list {
    width: 100%;
    max-width: 275px;
    position: sticky;
    top: 200px
}

.article-wrap__list--title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px
}

.article-wrap__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: #f6f8fb;
    border-radius: 5px;
    padding: 10px;
    border-radius: 5px;
    color: #131313
}

.article-wrap__list .item-counter {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #eaeff6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600
}

.article-wrap__list .item-title {
    width: 100%;
    max-width: calc(100% - 32px);
    padding-left: 10px;
    font-size: 16px
}

.article-third .article-wrap__content {
    margin-right: 0;
    margin-left: 30px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.adv {
    background: url(../img/main-old/bg-adv.jpg) no-repeat center top/cover;
    border-radius: 50px 50px 0 0
}

.adv-wrap {
    padding: 120px 0 100px;
    color: #fff
}

.adv-wrap__text {
    text-align: center;
    margin: 30px 0 60px;
    font-size: 18px;
    line-height: 30px
}

.adv-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.adv-wrap__list .item {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset;
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset;
    background-color: rgba(36,39,44,.8);
    border-radius: 20px;
    padding: 20px 20px 30px
}

.adv-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.adv-wrap__list .item-top__image {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #303339
}

.adv-wrap__list .item-top__image img {
    max-height: 42px;
    width: auto;
    max-width: 42px
}

.adv-wrap__list .item-top__title {
    width: 100%;
    max-width: calc(100% - 66px);
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600
}

.adv-wrap__list .item-text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px
}

.adv-wrap__list .item:nth-child(3n+3) {
    margin-right: 0
}

.service {
    border-radius: 0 0 50px 50px
}

.service-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-wrap__content {
    width: 100%;
    max-width: 614px;
    margin-right: 30px;
    padding: 15px 0 80px
}

.service-wrap__content--title {
    margin: 74px 0 20px
}

.service-wrap__content--text {
    font-weight: 400
}

.service-wrap__content--text ul {
    padding-left: 20px
}

.service-wrap__content--tabs {
    margin-top: 30px
}

.service-wrap__content--tabs .item {
    background-color: #fff;
    border-radius: 5px;
    padding: 31px 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 4px 0 0 #2483ed inset;
    box-shadow: 0 4px 0 0 #2483ed inset
}

.service-wrap__content--tabs .item-top {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.service-wrap__content--tabs .item-top__title {
    max-width: calc(100% - 20px);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

.service-wrap__content--tabs .item-top__icon {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.service-wrap__content--tabs .item-text {
    display: none;
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px
}

.service-wrap__content--tabs .item:nth-child(1) .item-text {
    display: block
}

.service-wrap__content--tabs .open .item-top__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.service-wrap__image {
    width: 100%;
    max-width: 570px
}

.reason-wrap {
    margin: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reason-wrap__video {
    width: 100%;
    max-width: 510px;
    margin-right: 30px;
    position: relative
}

.reason-wrap__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    max-width: none;
    max-height: none
}

.reason-wrap__video #player {
    border: solid 20px red
}

.reason-wrap__content {
    width: 100%;
    max-width: 738px
}

.reason-wrap__content--subtitle {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}

.reason-wrap__content--title {
    font-size: 42px;
    line-height: 58px;
    font-weight: 700;
    margin: 15px 0 30px
}

.reason-wrap__content--form {
    padding: 43px 40px;
    background: url(../img/main-old/bg-reason.jpg) no-repeat right top/cover;
    border-radius: 50px
}

.reason-wrap__content--form-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 42px
}

@media (max-width: 768px) {
	.reason-wrap__content--form-title p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		font-size: clamp(1.75rem, calc(1.4071316614rem + 0.0146290491 * 100vw), 2.625rem);
	}
}

.reason-wrap__content--form input {
    margin-bottom: 10px
}

.reason-wrap__content--form .btn {
    margin: 23px 0;
    font-size: 18px;
    padding: 26px 30px
}

.check-wrap {
    margin: 120px 0
}

.check-wrap__text {
    text-align: center;
    margin: 30px 0 86px;
    font-size: 18px;
    line-height: 30px
}

.check-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-wrap__flex--image {
    width: 100%;
    max-width: 472px;
    margin-right: 30px;
    margin-left: -150px;
    margin-bottom: 20px
}

.check-wrap__flex--image .btn {
    margin: 40px auto 0
}

.check-wrap__flex--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.check-wrap__flex--list .item {
    width: 49%;
    margin-bottom: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 0 0 #2483ed inset;
    box-shadow: 0 4px 0 0 #2483ed inset;
    padding: 20px 20px 73px
}

.check-wrap__flex--list .item-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    padding: 10px 17px;
    border-radius: 10px;
    background-color: #e62d5b;
    margin-top: -40px;
    margin-bottom: 30px
}

.check-wrap__flex--list .item-top svg {
    margin-left: 10px
}

.check-wrap__flex--list .item-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: 700
}

.check-wrap__flex--list .item-text ol,.check-wrap__flex--list .item-text ul {
    padding-left: 20px
}

.check-wrap__flex--list .item-text a {
    display: block;
    margin: 30px 0 20px;
    font-size: 28px;
    line-height: 32px;
    color: #131313;
    text-decoration: none
}

.check-wrap__flex--list .item-text a:hover {
    text-decoration: underline
}

.happy-wrap {
    margin-bottom: 90px
}

.happy-wrap__text {
    font-size: 18px;
    line-height: 30px;
    margin: 30px 0 60px;
    text-align: center
}

.happy-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.happy-wrap__flex--list {
    width: 100%;
    max-width: 616px;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.happy-wrap__flex--list .item {
    width: 49%;
    height: 303px;
    margin-bottom: 10px
}

.happy-wrap__flex--list .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px 0 0 0
}

.happy-wrap__flex--list .item:nth-child(2) img {
    border-radius: 0 20px 0 0
}

.happy-wrap__flex--list .item:nth-child(3) img {
    border-radius: 0 0 0 20px
}

.happy-wrap__flex--list .item:nth-child(4) img {
    border-radius: 0 0 20px 0
}

.happy-wrap__flex--content {
    width: 100%;
    max-width: 635px
}

.happy-wrap__flex--content-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 30px
}

.happy-wrap__flex--content-text {
    font-size: 16px;
    line-height: 24px
}

.cart {
    background: url(../img/main-old/bg-cart.png) no-repeat center bottom/cover;
    border-radius: 0 0 50px 50px;
    position: relative;
    overflow: hidden
}

.cart::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #282e3a;
    opacity: .85
}

.cart-wrap {
    margin: 120px 0 60px;
    color: #fff;
    padding: 120px 0;
    position: relative;
    z-index: 2
}

.cart-wrap__flex {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 25px;
    border-radius: 50px;
    background: url(../img/main-old/bg-cart2.png) no-repeat center top/cover;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset;
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset
}

.cart-wrap__flex--image {
    margin-right: 30px;
    max-width: 568px
}

.cart-wrap__flex--content {
    width: 100%;
    max-width: 635px
}

.cart-wrap__flex--content ul {
    padding-left: 0
}

.cart-wrap__flex--content ul li {
    list-style-type: none;
    padding-left: 23px;
    position: relative
}

.cart-wrap__flex--content ul li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e62d5b;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cart-wrap__flex--content-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 500px
}

.cart-wrap__flex--content-meta_price {
    font-size: 36px;
    line-height: 36px;
    color: #2380eb
}

@media (max-width: 768px) {
	.cart-wrap__title {
		font-size: 25px;
		line-height: 35px;
	}
}

.compensation {
    overflow: hidden
}

.compensation-wrap__text {
    margin: 30px 0 60px;
    text-align: center;
    font-size: 18px;
    line-height: 30px
}

.compensation-wrap__slider {
    position: relative
}

.compensation-wrap__slider .slick-arrow {
    position: absolute;
    left: -65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #f8fafd
}

.compensation-wrap__slider .slick-arrow:hover {
    background-color: #0a2f9a
}

.compensation-wrap__slider .slick-next {
    left: auto;
    right: -65px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.compensation-wrap__slider--list .wrapper {
    padding: 0 7px;
    text-align: center
}

.compensation-wrap__slider--list .item {
    cursor: pointer
}

.compensation-wrap__slider--list .item img {
    margin: 0 auto;
    border-radius: 20px
}

.compensation-wrap__slider--list .item-title {
    font-size: 18px;
    line-height: 30px;
    max-width: 363px;
    margin: 25px auto 0
}

.compensation-wrap__notice {
    max-width: 956px;
    margin: 80px auto 0
}

.expert {
    margin: 120px 0 0;
    background-color: #f8fafd;
    border-radius: 50px 50px 0 0
}

.expert-wrap {
    padding-top: 120px
}

.expert-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

.expert-wrap__flex--image {
    max-width: 413px;
    margin-right: 30px
}

.expert-wrap__flex--image img {
	width: 100%;
}

.expert-wrap__flex--content {
    width: 100%;
    max-width: 857px;
    background: url(../img/main-old/bg-expert.svg) no-repeat center center/cover;
    border-radius: 20px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset;
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863),0 3px 0 0 #2483ed inset;
    padding: 40px
}

.expert-wrap__flex--content-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px
}

.expert-wrap__flex--content-position {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px
}

.expert-wrap__flex--content-text {
    font-size: 16px
}

.expert-wrap__flex--content-text p {
    margin-bottom: 20px
}

.expert-wrap__flex--content-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px
}

.expert-wrap__flex--content-meta_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background-color: #0077b5;
    margin-right: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.expert-wrap__flex--content-meta_link:hover {
    background-color: #005582
}

.expert-wrap__flex--content-meta_link svg {
    margin-right: 10px
}

.expert-wrap__flex--content-meta .btn {
    padding: 16px 36px
}

.stat-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 120px 0 100px
}

.stat-wrap .item {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 20px;
    border: solid 1px #e6ecf4;
    border-radius: 20px;
    padding: 40px 13px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    cursor: pointer
}

.stat-wrap .item-front {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.stat-wrap .item-front__image {
    max-width: 60px;
    margin: 0 auto
}

.stat-wrap .item-front__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin: 15px 0
}

.stat-wrap .item-front__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600
}

.stat-wrap .item-back {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.stat-wrap .item-back__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #2380eb;
    margin-bottom: 15px
}

.stat-wrap .item-back__subtitle {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px
}

.stat-wrap .item-back__text {
    font-size: 14px;
    line-height: 26px
}

.stat-wrap .item-back .btn {
    margin: 17px auto;
    font-size: 16px;
    padding: 16px 36px
}

.stat-wrap .item-back__notice {
    font-size: 14px;
    line-height: 22px;
    color: #838383
}

.stat-wrap .item:nth-child(4n+4) {
    margin-right: 0
}

.stat-wrap .item:hover {
    -webkit-box-shadow: 0 4px 0 0 #2483ed inset,0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 4px 0 0 #2483ed inset,0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863)
}

.stat-wrap .item:hover .item-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden
}

.stat-wrap .item:hover .item-back {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.year {
    background: url(../img/main-old/bg-year.png) no-repeat center center/cover;
    border-radius: 50px 50px 0 0
}

.year-wrap {
    padding: 120px 0 39px;
    color: #fff
}

.year-wrap__text {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto 60px;
    text-align: center
}

.year-wrap__list {
    position: relative;
    margin-right: 1px
}

.year-wrap__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.year-wrap__list .wrapper {
    height: inherit
}

.year-wrap__list .item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 257px;
    text-align: center;
    position: relative;
    z-index: 2
}

.year-wrap__list .item::after {
    content: "";
    display: block;
    width: 7px;
    height: 38px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-right: -50%;
    top: 43%;
    background: url(../img/main-old/vector-year.svg) no-repeat center center
}

.year-wrap__list .item-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #2380eb;
    margin: 10px 0
}

.year-wrap__list .item-title span {
    display: block;
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    color: #fff
}

.year-wrap__list .item-text {
    font-size: 16px;
    line-height: 22px
}

.year-wrap__list .item-text strong {
    font-weight: 600
}

.year-wrap__list .wrapper:nth-child(even) .item::after {
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    -ms-transform: translate(-50%,-50%) rotate(180deg);
    transform: translate(-50%,-50%) rotate(180deg);
    top: 58%
}

.year-wrap__list .wrapper:nth-child(even) .item-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.year-wrap__list::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0,#fff 25%,#fff 75%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear,left top, right top,color-stop(0, rgba(255,255,255,0)),color-stop(25%, #fff),color-stop(75%, #fff),to(rgba(255,255,255,0)));
    background: linear-gradient(90deg,rgba(255,255,255,0) 0,#fff 25%,#fff 75%,rgba(255,255,255,0) 100%);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.year-wrap__move {
    margin: 38px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-animation: moveYear 1s infinite linear;
    animation: moveYear 1s infinite linear
}

.us {
    background: url(../img/main-old/bg-us.svg) no-repeat right top #f8fafd
}

.us-wrap {
    padding: 120px 0
}

.us-wrap__text {
    font-size: 20px;
    line-height: 28px;
    max-width: 811px;
    margin: 40px auto 60px;
    text-align: center
}

.us-wrap__subtitle {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    max-width: 634px;
    margin: 0 auto;
    text-align: center
}

.us-wrap__list {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.us-wrap__list .item {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
    padding: 26px 20px;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863)
}

.us-wrap__list .item-image {
    max-width: 52px
}

.us-wrap__list .item-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 20px 0
}

.us-wrap__list .item-text {
    font-size: 16px;
    line-height: 24px
}

.us-wrap__list .item:nth-child(4n+4) {
    margin-right: 0
}

.partners-wrap {
    margin: 120px 0
}

.partners-wrap__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 592px;
    margin: 30px auto 60px;
    text-align: center
}

.partners-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1184px;
    margin: 0 auto
}

.partners-wrap__list .item {
    width: 21.5%;
    margin-right: 4.6%;
    margin-bottom: 30px;
    border-radius: 20px;
    border: solid 1px #e6ecf4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px
}

.partners-wrap__list .item img {
    max-height: 90px;
    width: auto
}

.partners-wrap__list .item:nth-child(4n+4) {
    margin-right: 0
}

.recommend-wrap {
    margin-bottom: 120px
}

.recommend-wrap__list {
    background: url(../img/main-old/bg-recommend.png) no-repeat center center/cover;
    border-radius: 50px;
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}

.recommend-wrap__list--content {
    width: 100%;
    max-width: 582px;
    margin-right: 15px;
    padding: 45px 0
}

.recommend-wrap__list--content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.recommend-wrap__list--content-title img {
    max-width: 54px
}

.recommend-wrap__list--content-title span {
    display: block;
    max-width: calc(100% - 54px);
    padding-left: 15px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700
}

.recommend-wrap__list--content-text {
    font-size: 16px;
    line-height: 24px;
    max-width: 571px
}

.recommend-wrap__list--content-text ul {
    list-style-type: none
}

.recommend-wrap__list--content-text ul li {
    margin-bottom: 15px;
    padding-left: 27px;
    position: relative
}

.recommend-wrap__list--content-text ul li::after {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/main-old/li2.svg) no-repeat center center
}

.recommend-wrap__list--image {
    max-width: 651px
}

.map {
    background-color: #f8fafd;
    border-radius: 0 0 50px 50px;
    margin: 120px 0;
    padding: 120px 0
}

.map-wrapper {
    max-width: 1920px;
    margin: 0 auto
}

.map-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px
}

.map-wrap__image {
    max-width: 943px;
    margin-right: 32px
}

.map-wrap__image .marker {
    pointer-events: none;
    width: 20px;
    height: 20px
}

.map-wrap__image .marker path {
    fill: #e72d5c
}

.map-wrap__image svg {
    max-width: 100%
}

.map-wrap__image svg path {
    fill: #9fd0fa;
    stroke: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer
}

.map-wrap__image svg .active {
    fill: #0052cc
}

.map-wrap__content {
    width: 100%;
    max-width: 635px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 0 0 #2483ed inset;
    box-shadow: 0 4px 0 0 #2483ed inset;
    padding: 40px
}

.map-wrap__content--text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.map-wrap__content--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 39px;
    font-weight: 600
}

.map-wrap__content--list ul {
    width: 49%;
    padding-left: 15px
}

.business {
    background: url(../img/main-old/bg-business.png) no-repeat right bottom #f6f7fb;
    border-radius: 0 0 50px 50px
}

.business-wrap {
    padding: 30px 0 220px
}

.business-wrap__content {
    max-width: 704px
}

.business-wrap__content--title {
    margin-top: 99px
}

.business-wrap__content--text {
    margin: 30px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600
}

.business-wrap__content--text p {
    display: block;
    margin-bottom: 30px
}

.business-wrap__content--text p:last-child {
    margin-bottom: 0
}

.business-wrap__content--notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    background-color: #e62d5b
}

.business-wrap__content--notice span {
    display: block;
    max-width: calc(100% - 26px);
    padding-right: 10px
}

.business-wrap__content--notice img {
    max-width: 26px
}

.business-wrap__content--info {
    margin-top: 40px;
    max-width: 634px
}

.create-wrap {
    margin: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.create-wrap__image {
    max-width: 605px;
    margin-right: 30px;
    position: relative
}

.create-wrap__image img:last-child {
    position: absolute;
    max-width: 213px;
    left: -47px;
    bottom: -79px
}

.create-wrap__text {
    max-width: 635px;
    width: 100%
}

.start {
    background: url(../img/main-old/bg-start.png) no-repeat right top #f6f7fb;
    padding: 120px 0 90px
}

.start-wrap__text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 60px
}

.start-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 110px
}

.start-wrap__list .item {
    width: 19%;
    margin-right: 1.25%;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.start-wrap__list .item-front {
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    box-shadow: 0 6.65px 5.32px 0 rgba(0,0,0,.0156862745),0 22.34px 17.87px 0 rgba(0,0,0,.0235294118),0 100px 80px 0 rgba(0,0,0,.0392156863);
    padding: 15px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-bottom: 40px
}

.start-wrap__list .item-front__image {
    max-width: 52px
}

.start-wrap__list .item-front__title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 15px 0
}

.start-wrap__list .item-front__text {
    font-size: 14px;
    line-height: 22px
}

.start-wrap__list .item-back {
    border-radius: 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: solid 1px #ccd6e2;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 100%
}

.start-wrap__list .item-back__title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 15px
}

.start-wrap__list .item-back .btn {
    width: 100%;
    font-size: 16px;
    padding: 20px 15px
}

.start-wrap__list .item-back__text {
    font-size: 12px;
    line-height: 19px;
    color: #888da1;
    margin-top: 20px
}

.start-wrap__list .item:nth-child(5n+5) {
    margin-right: 0
}

.start-wrap__list .item:last-child .item-front {
    display: none
}

.start-wrap__list .item:last-child .item-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.start-wrap__services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.start-wrap__services .item {
    width: 48%;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 0 0 #e72d5c inset;
    box-shadow: 0 4px 0 0 #e72d5c inset;
    padding: 40px
}

.start-wrap__services .item-title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 40px
}

.start-wrap__services .item-text {
    font-size: 20px;
    line-height: 24px
}

.start-wrap__services .item-text ul {
    list-style-type: none;
    padding-left: 0
}

.start-wrap__services .item-text ul li {
    padding-left: 37px;
    position: relative;
    margin-bottom: 25px
}

.start-wrap__services .item-text ul li:last-child {
    margin-bottom: 0
}

.start-wrap__services .item-text ul li::after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/main-old/li3.svg) no-repeat center center
}

.introduction-wrap {
    margin: 120px 0 90px
}

.introduction-wrap__text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 30px 0 60px
}

.introduction-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.introduction-wrap__list .item {
    width: 48%;
    margin-bottom: 30px
}

.introduction-wrap__list .item-image {
    width: 100%;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.introduction-wrap__list .item-content {
    margin-top: 20px;
    border-radius: 20px;
    background-color: #f6f7fb;
    padding: 40px 30px
}

.introduction-wrap__list .item-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.introduction-wrap__list .item-content__top--title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    margin-right: 23px
}

.introduction-wrap__list .item-content__top--position {
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 5px;
    background-color: #e62d5b
}

.introduction-wrap__list .item-content__text {
    font-size: 16px;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.introduction-wrap__list .item-content__more {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #e62d5b;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.introduction-wrap__list .item-content__more span {
    cursor: pointer;
    position: relative
}

.introduction-wrap__list .item-content__more span:last-child {
    display: none
}

.introduction-wrap__list .item-content__more span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #e62d5b;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.introduction-wrap__list .item-content__more span:hover::after {
    width: 100%
}

.introduction-wrap__list .item-content__more span::after {
    width: 100%
}

.introduction-wrap__list .item-content__more span:hover::after {
    width: 0
}

.introduction-wrap__list .full .item-content__text {
    height: auto
}

.introduction-wrap__list .full .item-content__more span {
    display: none
}

.introduction-wrap__list .full .item-content__more span:last-child {
    display: block
}

.help {
    background: url(../img/main-old/bg-help.png) no-repeat center center/cover
}

.help-wrap {
    padding: 120px 0;
    color: #fff
}

.help-wrap__text {
    font-size: 18px;
    line-height: 30px;
    max-width: 534px;
    margin: 30px auto 60px;
    text-align: center
}

.help-wrap__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.help-wrap__flex--sidebar {
    overflow: hidden;
    border-radius: 20px;
    padding: 20px 0 20px 20px;
    margin-right: 20px;
    position: relative;
    background-color: #f6f7fb
}

.help-wrap__flex--sidebar .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 17px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #131313;
    position: relative;
    background-color: #f6f7fb;
    z-index: 2;
    border-radius: 20px 0 0 20px
}

.help-wrap__flex--sidebar .item img {
    max-width: 23px
}

.help-wrap__flex--sidebar .item-title {
    width: calc(100% - 23px);
    padding-left: 13px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}

.help-wrap__flex--sidebar .active {
    color: #fff;
    background: url(../img/main-old/bg-help.png) no-repeat center center/cover
}

.help-wrap__flex--list {
    width: 100%;
    max-width: calc(100% - 392px)
}

.help-wrap__flex--list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.help-wrap__flex--list .slick-list {
    height: 100%
}

.help-wrap__flex--list .wrapper {
    height: inherit
}

.help-wrap__flex--list .item {
    height: 100%;
    border: solid 1px #414251;
    border-radius: 20px;
    padding: 40px
}

.help-wrap__flex--list .item-text img {
    border-radius: 20px
}

.w-bg {
    background: url(../img/main-old/bg-w.png) no-repeat center top #f6f7fb;
    padding: 120px 0
}

.w-bg .partners-wrap {
    margin-top: 0
}

.w-wrap__text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 30px auto 85px
}

.w-wrap__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-wrap__list .row-item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-wrap__list .row-item:nth-child(1),.w-wrap__list .row-item:nth-child(4) {
    left: 150px;
    top: -30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.w-wrap__list .row-item:nth-child(2),.w-wrap__list .row-item:nth-child(5) {
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: right
}

.w-wrap__list .row-item:nth-child(2) .row-title,.w-wrap__list .row-item:nth-child(5) .row-title {
    max-width: 334px;
    margin: 0 40px 0 0
}

.w-wrap__list .row-item:nth-child(3),.w-wrap__list .row-item:nth-child(6) {
    bottom: -30px;
    left: 120px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.w-wrap__list .row-item:nth-child(3) .row-title,.w-wrap__list .row-item:nth-child(6) .row-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 26px 0 0
}

.w-wrap__list .row-item:nth-child(4) {
    left: auto;
    top: -30px;
    right: 65px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.w-wrap__list .row-item:nth-child(5) {
    left: auto;
    right: -30px
}

.w-wrap__list .row-item:nth-child(5) .row-title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 40px;
    text-align: left
}

.w-wrap__list .row-item:nth-child(6) {
    left: auto;
    right: 150px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.w-wrap__list .row-item:nth-child(6) .row-title {
    text-align: left
}

.w-wrap__list .row-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 26px
}

.w-wrap__list .row-image {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 1px #f2d2da;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.w-wrap__list .row-image img {
    max-height: 57px;
    max-width: 57px;
    width: auto
}

.text-wrap {
    max-width: 956px;
    margin: 120px auto;
    font-size: 16px
}

.step {
    background-color: #f6f7fb;
    padding: 120px 0;
    margin-bottom: 120px
}

.step-wrap__text {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto 129px;
    text-align: center;
    max-width: 696px
}

.step-wrap__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 2
}

.step-wrap__list .item {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 20px;
    padding: 43px 30px;
    border-radius: 20px;
    position: relative
}

.step-wrap__list .item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step-wrap__list .item-top__title {
    font-size: 28px;
    line-height: 34px;
    max-width: 193px;
    font-weight: 600
}

.step-wrap__list .item-top__label {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border-radius: 5px;
    background-color: #e62d5b
}

.step-wrap__list .item-text {
    font-size: 16px;
    line-height: 28px;
    margin-top: 120px;
    min-height: 140px
}

.step-wrap__list .item:nth-child(1) .item-text {
    margin-top: 58px
}

.step-wrap__list .item:nth-child(3n+3) {
    margin-right: 0
}

.step-wrap__list .item:nth-child(3)::after {
    content: "";
    display: block;
    width: 231px;
    height: 231px;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/main-old/vector-step.svg) no-repeat center center/contain;
    top: -180px;
    z-index: -1
}

@media (max-width: 1800px) {
    .business {
        background-position-x:50%
    }
}

@media (max-width: 1550px) {
    .business {
        background-position-x:right;
        background-size: 100%
    }
}

@media (max-width: 1500px) {
    .main {
        border-radius:0
    }

    .main-wrapper {
        margin: 0
    }

    .main-nav {
        display: none
    }

    .main-wrap {
        padding-bottom: 0;
        position: relative
    }

    .main-wrap .slick-dots {
        position: absolute;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 50px
    }

    .list {
        position: relative;
        z-index: 3;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
        margin: -30px 0 0;
        padding-top: 31px;
        background-color: #fff;
        border-radius: 50px 50px 0 0
    }

    .services-wrap {
        padding: 120px 0
    }

    .clients-wrap__top--title {
        margin-right: 0
    }

    .compensation-wrap__slider .slick-dots li button {
        background-color: #3f4349;
        border-color: #3f4349
    }

    .compensation-wrap__slider .slick-dots .slick-active button {
        background-color: #fff
    }

    .compensation-wrap__slider--nav {
        display: none
    }

    .w-wrap__list {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .w-wrap__list .row:nth-child(1n+1) .row-title {
        max-width: 300px
    }
}

@media (max-width: 1400px) {
    .history-wrap__flex {
        -webkit-box-align:end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .history-wrap__flex--image {
        margin-left: 0;
        margin-top: 0
    }

    .check-wrap__flex--image {
        margin-left: 0
    }
}

@media (max-width: 1300px) {
    .business {
        padding-bottom:300px;
        background-size: 1000px
    }
}

@media (max-width: 1250px) {
    .header-wrap__logo {
        max-width:200px
    }

    .header-wrap__nav {
        padding-left: 0;
        max-width: calc(100% - 210px)
    }

    .header-wrap__nav ul li {
        margin: 0 12px
    }

    .services-wrap__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services-wrap__list .row {
        width: 100%
    }

    .check-wrap__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .check-wrap__flex--image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 30px 0 0
    }
}

@media (max-width: 1200px) {
    .main-wrap {
        padding-top:60px
    }

    .main-wrap .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-wrap .item-content {
        max-width: 100%;
        margin: 0
    }

    .main-wrap .item-image {
        margin: -30px 0 0;
        max-width: 500px
    }

    .main-wrap .item-image__video {
        left: 0;
        bottom: 150px
    }

    .for-wrap__list .item {
        width: 32%
    }

    .for-wrap__list .item:nth-child(1n+1) {
        margin: 0 2% 20px 0
    }

    .for-wrap__list .item:nth-child(3n+3) {
        margin-right: 0
    }

    .clients-wrap__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .clients-wrap__top--tabs {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .clients-wrap__top--rating {
        margin: 27px 0 20px
    }

    .clients-wrap__reviews {
        margin-right: -15px
    }

    .clients-wrap__reviews .slick-dots {
        margin-right: 0
    }

    .w-wrap__list {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .w-wrap__list .row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .w-wrap__list .row-item {
        position: static
    }

    .w-wrap__list .row-item:nth-child(1n+1) {
        width: 49%;
        max-width: 100%;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 0 0 15px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .w-wrap__list .row-item:nth-child(1n+1) .row-image {
        width: 80px;
        height: 80px
    }

    .w-wrap__list .row-item:nth-child(1n+1) .row-title {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
        margin: 0;
        padding: 0 0 0 10px;
        max-width: calc(100% - 80px)
    }

    .w-wrap__list--image {
        display: none
    }
}

@media (max-width: 1100px) {
    .service-wrap {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .service-wrap__content {
        max-width: 100%;
        margin: 0 0 30px;
        padding: 30px 0 0
    }

    .service-wrap__content--title {
        margin-top: 0;
    }

    .service-wrap__image {
        max-width: 500px
    }

    .reason-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .reason-wrap__video {
        max-width: 100%;
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: 450px
    }

    .reason-wrap__content {
        max-width: 100%;
        margin: 0 0 30px
    }

    .cart-wrap__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cart-wrap__flex--image {
        margin: 0 0 30px
    }

    .cart-wrap__flex--content {
        max-width: 100%
    }

    .stat-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .stat-wrap .item {
        width: 49%
    }

    .stat-wrap .item:nth-child(1n+1) {
        margin: 0 0 15px
    }

    .start-wrap__list .item {
        width: 24%
    }

    .start-wrap__list .item:nth-child(1n+1) {
        margin: 0 1.3% 20px 0
    }

    .start-wrap__list .item:nth-child(4n+4) {
        margin-right: 0
    }
}

@media (max-width: 1024px) {
    .header-top__nav .item:first-child {
        display:none
    }

    .header-top__meta--callback {
        display: none
    }

    .header-wrap__icon {
        display: block
    }

    .header-wrap__nav {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
        background: url(../img/main-old/bg-header.png) no-repeat center bottom/100% #fff;
        max-width: 100%;
        padding: 0 15px 40px;
        display: block;
        border-radius: 0 0 20px 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .header-wrap__nav--active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .header-wrap__nav--top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
        border-bottom: solid 1px #d6dde7
    }

    .header-wrap__nav--top-title {
        font-size: 18px;
        line-height: 24px;
        font-weight: 600
    }

    .header-wrap__nav--top-callback {
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
        color: #2380eb;
        position: relative
    }

    .header-wrap__nav--top-callback::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #2380eb;
        position: absolute;
        left: 0;
        bottom: -1px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .header-wrap__nav--top-callback:hover::after {
        width: 100%
    }

    .header-wrap__nav--top-callback::after {
        width: 100%
    }

    .header-wrap__nav ul {
        display: block;
        padding: 25px 0;
        width: 100%;
        border-bottom: solid 1px #d6dde7
    }

    .header-wrap__nav ul .menu-item-has-children {
        padding-left: 10px
    }

    .header-wrap__nav ul .menu-item-has-children a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-wrap__nav ul .menu-item-has-children a::before {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        margin-left: 5px;
        background: url(../img/main-old/drp.svg) no-repeat center center/contain;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header-wrap__nav ul li {
        margin: 0 0 15px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-wrap__nav ul li .dropdown {
        display: none
    }

    .header-wrap__nav ul li .sub-menu {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        position: static;
        opacity: 1!important;
        visibility: visible!important;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: no-repeat;
        padding: 0;
        margin: 10px 0 0;
        border: none;
        display: none
    }

    .header-wrap__nav ul li .sub-menu li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #131313!important
    }

    .header-wrap__nav ul li .sub-menu li a::before {
        display: none;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header-wrap__nav ul li .sub-menu .menu-item-has-children a::before {
        display: block
    }

    .header-wrap__nav ul li .sub-menu .opp a::before {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .header-wrap__nav ul li .sub-menu .opp .sub-menu {
        display: block
    }

    .header-wrap__nav ul li .sub-menu .opp .sub-menu li a::before {
        display: none
    }

    .header-wrap__nav ul li .sub-menu .sub-menu {
        display: none
    }

    .header-wrap__nav ul li:last-child {
        margin-bottom: 0
    }

    .header-wrap__nav ul li a {
        font-size: 16px;
        line-height: 24px
    }

    .header-wrap__nav ul li a:hover {
        color: #131313
    }

    .header-wrap__nav ul li a::after {
        display: none
    }

    .header-wrap__nav ul .opn::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header-wrap__nav ul .opn a {
        color: #131313!important
    }

    .header-wrap__nav ul .opn .sub-menu {
        display: block
    }

    .header-wrap__nav ul .opn .sub-menu li a {
        color: #131313!important
    }

    .header-wrap__nav--email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 25px 0 30px;
        font-size: 16px;
        font-weight: 600;
        color: #131313
    }

    .header-wrap__nav--email svg {
        margin-right: 12px
    }

    .list-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .list-wrap .item {
        width: 49%
    }

    .list-wrap .item:nth-child(1n+1) {
        margin: 0 0 10px
    }

    .consultation-wrap__list {
        display: none
    }

    .consultation-wrap__swipe {
        display: block;
        margin-bottom: 30px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto
    }

    .consultation-wrap__slider {
        display: block;
        margin-right: -15px
    }

    .consultation-wrap__slider .item {
        margin-right: 5px
    }

    .clients-wrap__partners {
        padding: 0;
        position: relative;
        margin-bottom: 10 0
    }

    .clients-wrap__partners .slick-dots {
        position: absolute;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
        margin-top: 0
    }

    .clients-wrap__nav {
        display: none
    }

    .how-wrap__flex--image {
        display: none
    }

    .how-wrap__flex--list {
        max-width: 100%;
        margin-left: 0
    }

    .how-wrap__flex--list .item {
        max-width: 100%;
        width: 100%
    }

    .how-wrap__flex--list .item:nth-child(1n+1) {
        margin: 0 0 10px
    }

    .how-wrap__flex--list .item:nth-child(1n+1)::after {
        display: none
    }

    .how-wrap__flex--list .btn {
        margin-top: 30px
    }

    .history-wrap__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px
    }

    .history-wrap__flex--image {
        margin: 0
    }

    .history-wrap__flex--image img {
        display: none
    }

    .history-wrap__flex--image img:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .history-wrap__flex--content {
        width: 100%;
        margin: 0;
        max-width: 100%
    }

    .history-wrap__flex--content-text {
        height: 66px;
        overflow: hidden
    }

    .history-wrap__flex--content-more {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: block;
        font-size: 14px;
        line-height: 22px;
        color: #2380eb;
        margin-top: 20px;
        position: relative
    }

    .history-wrap__flex--content-more::after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background-color: #2380eb;
        position: absolute;
        left: 0;
        bottom: -1px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .history-wrap__flex--content-more:hover::after {
        width: 100%
    }

    .history-wrap__flex--content-more::after {
        width: 100%
    }

    .form-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-wrap__content {
        max-width: 100%;
        margin: 0 0 60px
    }

    .form-wrap__data {
        max-width: 100%
    }

    .footer-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding-bottom: 0
    }

    .footer-wrap__meta--logo {
        max-width: 240px;
        margin: 0 auto 30px
    }

    .footer-wrap__meta .item {
        text-align: left;
        margin: 0 auto 20px;
        font-size: 16px
    }

    .footer-wrap__meta--socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-wrap__meta--socials-title {
        margin-bottom: 15px
    }

    .footer-wrap__meta--socials-title a {
        margin: 0 6px
    }

    .footer-wrap__nav {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px
    }

    .footer-wrap__nav--subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-wrap__nav--subtitle::after {
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        margin-left: 10px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: url(../img/main-old/arr-footer.svg) no-repeat center center
    }

    .footer-wrap__nav:nth-child(2) {
        padding-top: 40px;
        margin-top: 40px;
        border-top: solid 1px #30343a
    }

    .footer-wrap__nav:nth-child(2) ul {
        display: block
    }

    .footer-wrap__nav ul {
        display: none
    }

    .footer-wrap .open .footer-wrap__nav--subtitle::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .footer-bottom__nav {
        margin-bottom: 30px
    }

    .footer-bottom__nav ul {
        display: block
    }

    .footer-bottom__nav ul li {
        margin: 0 0 10px;
        padding: 0;
        border: none
    }

    .footer-bottom__nav ul li:last-child {
        margin-bottom: 0
    }

    .sales-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .sales-wrap__list .item {
        width: 49%
    }

    .sales-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px
    }

    .contacts-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts-wrap__content {
        max-width: 100%;
        margin: 0 0 30px
    }

    .contacts-wrap__map {
        max-width: 100%;
        height: 400px
    }

    .contacts-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contacts-bottom__content {
        max-width: 100%;
        margin: 0 0 30px
    }

    .blog-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .blog-wrap__list .item {
        width: 49%
    }

    .blog-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px
    }

    .article-wrap__content {
        max-width: 100%;
        margin: 0
    }

    .article-wrap__list,.article-wrap__sidebar {
        display: none
    }

    .article-third .article-wrap__content {
        margin-left: 0
    }

    .adv-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .adv-wrap__list .item {
        width: 49%
    }

    .adv-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 15px
    }

    .happy-wrap__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .happy-wrap__flex--list {
        max-width: 100%;
        margin: 0 0 30px
    }

    .happy-wrap__flex--content {
        max-width: 100%;
        width: 100%
    }

    .us-wrap__list .item {
        width: 32%
    }

    .us-wrap__list .item:nth-child(1n+1) {
        margin: 0 2% 15px 0
    }

    .us-wrap__list .item:nth-child(3n+3) {
        margin-right: 0
    }

    .us-wrap__notice {
        margin-top: 30px
    }

    .recommend-wrap__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .recommend-wrap__list--content {
        margin: 0;
        padding-bottom: 0
    }

    .map-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        margin-top: 40px
    }

    .map-wrap__image {
        max-width: 100%;
        margin: 0 0 30px
    }

    .map-wrap__image svg {
        width: auto;
        max-height: 400px
    }

    .map-wrap__content {
        max-width: 100%
    }

    .create-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .create-wrap__image {
        margin: 0 0 130px
    }

    .create-wrap__image img:last-child {
        left: -10px
    }

    .create-wrap__text {
        max-width: 100%
    }

    .help-wrap__flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .help-wrap__flex--sidebar {
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px
    }

    .help-wrap__flex--list {
        max-width: 100%;
        width: 100%
    }

    .step-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .step-wrap__list .item {
        width: 49%
    }

    .step-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 20px
    }

    .step-wrap__list .item:nth-child(3) {
        width: 100%
    }

    .step-wrap__list .item:nth-child(3)::after {
        display: none
    }
}

@media (max-width: 920px) {
    .expert-wrap__flex {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .expert-wrap__flex--image {
        margin: 0;
        max-width: 100%;
        width: 100%;
    }

    .start-wrap__list .item {
        width: 32%
    }

    .start-wrap__list .item:nth-child(1n+1) {
        margin: 0 2% 20px 0
    }

    .start-wrap__list .item:nth-child(3n+3) {
        margin-right: 0
    }
}

@media (max-width: 868px) {
    .for-wrap__list {
        display:none
    }

    .for-wrap__slider {
        display: block;
        margin-right: -30px
    }

    .for-wrap__slider .item:nth-child(1n+1) {
        width: 100%;
        margin-right: 10px
    }

    .contacts-wrap__content--flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts-wrap__content--flex .row {
        width: 100%
    }

    .start-wrap__services .item {
        width: 100%
    }

    .introduction-wrap__list .item {
        width: 100%
    }

    .step-wrap__list .item {
        width: 100%
    }
}

@media (max-width: 740px) {
    .check-wrap__flex--list .item {
        width:100%;
        margin-bottom: 30px
    }

    .us-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .us-wrap__list .item {
        width: 49%
    }

    .us-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px
    }

    .partners-wrap__list .item {
        width: 32%
    }

    .partners-wrap__list .item:nth-child(1n+1) {
        margin: 0 2% 15px 0
    }

    .partners-wrap__list .item:nth-child(3n+3) {
        margin-right: 0
    }

    .start-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .start-wrap__list .item {
        width: 49%
    }

    .start-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px
    }

    .w-wrap__list .row-item {
        font-size: 16px;
        line-height: 24px
    }

    .w-wrap__list .row-item:nth-child(1n+1) {
        width: 100%
    }
}

@media (max-width: 686px) {
    .list-wrap .item {
        width:100%
    }

    .sales-wrap__list .item {
        width: 100%
    }
}

@media (max-width: 620px) {
    .blog-wrap {
        margin:60px 0
    }

    .blog-wrap__list .item {
        width: 100%
    }

    .blog-wrap__top .item {
        font-size: 16px;
        padding: 10px 30px
    }

    .adv-wrap__list .item {
        width: 100%
    }
}

@media (max-width: 550px) {
    input,select,textarea {
        padding:12px 15px;
        font-size: 14px;
        line-height: 34px
    }

    .h1,.h2,h1,h2 {
        font-size: 26px;
        line-height: 35px
    }

    .btn {
        font-size: 16px;
        line-height: 18px;
        padding: 20px
    }

    .wrp {
        margin-bottom: 123px
    }

    .header {
        border-radius: 0 0 20px 20px
    }

    .header-top {
        padding: 8px 0
    }

    .header-wrap {
        padding: 13px 0
    }

    .header-wrap__logo {
        max-width: 175px
    }

    .main-wrap .item {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        overflow: hidden;
        margin-right: -15px
    }

    .main-wrap .item-content {
        position: relative;
        z-index: 2
    }

    .main-wrap .item-content__title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 25px
    }

    .main-wrap .item-content__text {
        display: none
    }

    .main-wrap .item-image {
        max-width: 397px;
        margin-right: -50px;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    .main-wrap .item-image__label {
        display: none
    }

    .main-wrap .item-image__video {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .list-wrap .item {
        padding: 20px
    }

    .list-wrap .item-image {
        max-width: 49px;
        margin-bottom: 0
    }

    .list-wrap .item-title {
        font-size: 18px;
        line-height: 32px;
        margin: 15px 0
    }

    .list-wrap .item-text {
        font-size: 14px;
        line-height: 20px
    }

    .services {
        border-radius: 0 0 20px 20px
    }

    .services-wrap {
        padding: 60px 0 45px
    }

    .services-wrap__text {
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
        margin: 20px 0 40px
    }

    .services-wrap__list .row .item {
        padding: 18px 20px
    }

    .services-wrap__list .row .item-top__title {
        font-size: 16px;
        line-height: 25px
    }

    .services-wrap__list .row .item-top__icon svg {
        max-width: 15px;
        height: auto
    }

    .services-wrap__list .row .item-text {
        font-size: 16px
    }

    .for-wrap {
        padding: 152px 0 60px
    }

    .for-wrap__text {
        margin: 20px 0 40px;
        font-size: 14px;
        line-height: 20px
    }

    .for-wrap__list .slick-dots {
        margin-top: 30px;
        margin-right: 30px
    }

    .for-wrap__list .slick-dots li button {
        border-color: #3f4349;
        background-color: #3f4349
    }

    .for-wrap__list .slick-dots .slick-active button {
        background-color: #2380eb
    }

    .for-wrap__list .item {
        padding: 30px 17px
    }

    .for-wrap__list .item-icon {
        max-width: 61px
    }

    .for-wrap__list .item-title {
        font-size: 20px;
        line-height: 32px;
        margin: 30px 0 15px
    }

    .for-wrap__list .item-text {
        font-size: 14px;
        line-height: 21px
    }

    .consultation-wrap {
        margin: 60px 0
    }

    .consultation-wrap__slider {
        margin-right: 0
    }

    .consultation-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0
    }

    .consultation-wrap__list .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .consultation-wrap__list .item {
        height: inherit;
        padding: 25px 20px
    }

    .consultation-wrap__list .item-top__image {
        width: 63px;
        height: 63px
    }

    .consultation-wrap__list .item-top__image img {
        max-height: 29px;
        max-width: 29px
    }

    .consultation-wrap__list .item-top__label {
        padding: 5px 20px;
        font-size: 16px;
        line-height: 30px
    }

    .consultation-wrap__list .item-title {
        margin: 42px 0 30px;
        font-size: 22px;
        line-height: 26px
    }

    .consultation-wrap__list .item-price {
        font-size: 20px;
        line-height: 24px
    }

    .consultation-wrap__list .item .btn {
        padding: 13px
    }

    .clients {
        border-radius: 20px
    }

    .clients-wrap {
        padding: 60px 0;
        border-radius: 20px
    }

    .clients-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .clients-wrap__list {
        padding: 25px 15px
    }

    .clients-wrap__list .item img {
        max-height: 35px
    }

    .clients-wrap__top--title {
        font-size: 14px;
        line-height: 20px;
        max-width: 328px;
        margin: 0 auto
    }

    .clients-wrap__top--rating {
        font-size: 14px;
        line-height: 20px
    }

    .clients-wrap__top--tabs {
        width: 100%
    }

    .clients-wrap__top--tabs .item {
        width: 100%;
        font-size: 12px;
        line-height: 30px;
        padding: 5px 3px
    }

    .clients-wrap__reviews {
        padding-left: 15px
    }

    .clients-wrap__reviews .wrapper {
        padding: 0
    }

    .clients-wrap__reviews .wrapper .item {
        margin-right: 10px
    }

    .clients-wrap__reviews .wrapper .item::after {
        display: none
    }

    .clients-wrap__reviews .wrapper .item-text {
        font-size: 14px;
        line-height: 22px
    }

    .clients-wrap__reviews .wrapper .item-text__video {
        height: 150px;
        max-width: 150px
    }

    .how-wrap {
        margin: 60px 0
    }

    .how-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 40px
    }

    .how-wrap__flex--list .item {
        padding: 17px 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .how-wrap__flex--list .item-counter {
        width: 37px;
        height: 37px;
        font-size: 20px;
        line-height: 24px
    }

    .how-wrap__flex--list .item-title {
        max-width: calc(100% - 37px);
        padding-left: 15px;
        font-size: 14px;
        line-height: 20px
    }

    .how-wrap__flex--list .item-title span {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .why {
        border-radius: 20px
    }

    .why-wrap {
        padding: 60px 0
    }

    .why-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 40px
    }

    .why-wrap__list .item {
        width: 100%;
        padding: 20px 15px;
        margin-bottom: 10px
    }

    .why-wrap__list .item:last-child {
        margin-bottom: 0
    }

    .why-wrap__list .item-title {
        font-size: 18px
    }

    .why-wrap__list .item-text {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px
    }

    .history-wrap {
        padding: 150px 0 40px
    }

    .history-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .history-wrap__flex--image {
        max-width: 338px
    }

    .history-wrap__flex--content-text {
        font-size: 14px;
        line-height: 22px
    }

    .history-wrap__flex--content-list {
        margin-left: -15px;
        width: calc(100% + 30px);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .history-wrap__flex--content-list .item {
        width: 50%;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 24px
    }

    .history-wrap__flex--content-list .item-year::after {
        width: 31px;
        height: 31px;
        margin-top: 5px
    }

    .history-wrap__flex--content-list .item:nth-child(2)::after {
        width: 15%;
        right: 15%
    }

    .history-wrap__flex--content-list .item:nth-child(3)::before {
        content: "";
        display: block;
        width: 15%;
        height: 1px;
        background-color: #fff;
        position: absolute;
        top: 65%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15%;
        opacity: .2
    }

    .history-wrap__flex--content .btn {
        margin: 0 auto
    }

    .faq-wrap {
        margin: 60px 0
    }

    .faq-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .faq-wrap__list .open {
        background-position: left top!important
    }

    .faq-wrap__list .item {
        padding: 15px;
        margin-bottom: 10px
    }

    .faq-wrap__list .item-top__title {
        font-size: 18px;
        line-height: 24px;
        max-width: 296px
    }

    .faq-wrap__list .item-top__icon {
        display: none
    }

    .faq-wrap__list .item-text {
        font-size: 14px;
        margin-top: 15px;
        line-height: 22px
    }

    .form {
        margin: 60px 0
    }

    .form-wrap {
        padding: 30px 15px;
        border-radius: 20px;
        background-position: right top!important
    }

    .form-wrap__content--text {
        font-size: 16px;
        line-height: 24px;
        margin: 30px 0
    }

    .form-wrap__content--subtitle {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .form-wrap__content--phone {
        margin-bottom: 36px
    }

    .form-wrap__content--phone a {
        font-size: 20px
    }

    .form-wrap__content--phone svg {
        max-width: 27px
    }

    .form-wrap__content--socials a svg {
        max-width: 37px
    }

    .form-wrap__data--title {
        margin-bottom: 20px
    }

    .form-wrap__data--text {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 20px
    }

    .form-wrap__data--text ul li {
        margin-bottom: 0
    }

    .form-wrap__data .btn {
        font-size: 16px;
        line-height: 24px;
        padding: 20px 23px;
        margin: 20px auto
    }

    .footer {
        border-radius: 20px 20px 0 0
    }

    .footer-wrap {
        padding-top: 60px
    }

    .footer-wrap__meta--logo {
        max-width: 213px
    }

    .footer-wrap__nav--subtitle {
        font-size: 18px;
        margin-bottom: 20px
    }

    .footer-wrap__nav ul li {
        margin-bottom: 15px
    }

    .footer-wrap__nav ul li a {
        font-size: 14px;
        line-height: 16px
    }

    .footer-bottom {
        font-size: 14px;
        line-height: 16px
    }

    .footer-notice {
        font-size: 10px;
        line-height: 18px;
        padding: 30px 0
    }

    .top-wrap {
        padding: 30px 0 60px
    }

    .top-wrap__text {
        font-size: 16px;
        line-height: 24px
    }

    .price-wrap {
        margin: 60px 0
    }

    .price-wrap__list {
        margin-top: 40px
    }

    .price-wrap__list .item-top__title {
        font-size: 16px;
        line-height: 24px
    }

    .price-wrap__list .item-text {
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto
    }

    .price-wrap__list .item-text .row {
        font-size: 14px;
        line-height: 21px
    }

    .price-wrap__list .item-text .row-item {
        min-width: 180px;
        max-width: 100%
    }

    .sales-wrap {
        margin: 60px 0
    }

    .sales-wrap__list {
        margin-top: 40px
    }

    .sales-wrap__list .item {
        padding: 30px 15px;
        min-height: 250px
    }

    .sales-wrap__list .item-top__label {
        font-size: 14px;
        line-height: 21px
    }

    .sales-wrap__list .item-top__title {
        font-size: 20px;
        line-height: 24px
    }

    .sales-wrap__list .item-top__text {
        font-size: 14px;
        line-height: 20px
    }

    .sales-wrap__list .item-image {
        max-width: 150px
    }

    .contacts {
        margin: 60px 0
    }

    .contacts-wrap {
        margin: 40px 0
    }

    .contacts-wrap__content--flex .item svg {
        max-width: 20px
    }

    .contacts-wrap__content--flex .item-text {
        font-size: 16px;
        line-height: 24px
    }

    .contacts-wrap__content--socials {
        margin-top: 40px
    }

    .contacts-wrap__content--form {
        margin-top: 40px;
        padding: 30px 15px;
        border-radius: 20px
    }

    .contacts-wrap__content--form-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .contacts-wrap__content--form .btn {
        font-size: 16px;
        padding: 20px 23px;
        margin: 20px auto
    }

    .contacts-wrap__map {
        height: 300px
    }

    .contacts-bottom__content--title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .contacts-bottom__content--text {
        font-size: 16px;
        line-height: 20px
    }

    .contacts-bottom__flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .contacts-bottom__flex .item {
        width: 100%;
        margin: 0 0 20px
    }

    .contacts-bottom__flex .item:last-child {
        margin-bottom: 0
    }

    .article-wrap {
        margin: 60px 0
    }

    .article-wrap__content--image {
        height: 300px
    }

    .article-wrap__content--text {
        font-size: 16px;
        line-height: 24px
    }

    .adv {
        border-radius: 0
    }

    .adv-wrap {
        padding: 60px 0
    }

    .adv-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px 0 40px
    }

    .adv-wrap__list .item:last-child {
        margin-bottom: 0
    }

    .adv-wrap__list .item-top__image {
        width: 40px;
        height: 40px
    }

    .adv-wrap__list .item-top__image img {
        max-height: 30px;
        max-width: 30px
    }

    .adv-wrap__list .item-top__title {
        max-width: calc(100% - 40px);
        font-size: 18px;
        line-height: 24px
    }

    .adv-wrap__list .item-text {
        font-size: 16px;
        line-height: 24px
    }

    .service {
        border-radius: 0 0 20px 20px
    }

    .service-wrap__content--text {
        font-size: 16px;
        line-height: 24px
    }

    .service-wrap__image {
        max-width: 300px
    }

    .reason-wrap {
        margin: 60px 0
    }

    .reason-wrap__content--title {
        font-size: 28px;
        line-height: 36px
    }

    .reason-wrap__content--form {
        padding: 30px 15px;
        border-radius: 20px
    }

    .reason-wrap__content--form-title {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px
    }

    .reason-wrap__content--form .btn {
        margin: 15px auto;
        font-size: 16px;
        line-height: 20px 23px
    }

    .reason-wrap__video {
        height: 350px
    }

    .check-wrap {
        margin: 60px 0
    }

    .check-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 60px
    }

    .check-wrap__flex--list .item-top {
        font-size: 16px;
        line-height: 24px;
        padding: 5px 20px
    }

    .check-wrap__flex--list .item-top svg {
        max-width: 24px
    }

    .check-wrap__flex--list .item-title {
        font-size: 18px;
        line-height: 24px
    }

    .check-wrap__flex--list .item-text {
        font-size: 16px;
        line-height: 24px
    }

    .check-wrap__flex--list .item-text a {
        font-size: 18px;
        line-height: 24px;
        margin: 10px 0
    }

    .happy-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .happy-wrap__flex--list .item {
        height: auto
    }

    .happy-wrap__flex--list .item:nth-child(1n+1) img {
        border-radius: 20px
    }

    .cart {
        border-radius: 0
    }

    .cart-wrap {
        margin: 60px 0 0;
        padding: 60px 0
    }

    .cart-wrap__flex {
        margin-top: 40px;
        border-radius: 20px
    }

    .cart-wrap__flex--content-text {
        font-size: 16px;
        line-height: 24px
    }

    .cart-wrap__flex--content-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .cart-wrap__flex--content-meta_price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 15px
    }

    .compensation-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .compensation-wrap__slider--list .item-title {
        font-size: 16px;
        line-height: 24px
    }

    .compensation-wrap__notice {
        font-size: 16px;
        line-height: 24px
    }

    .expert-wrap {
        padding-top: 60px
    }

    .expert-wrap__flex {
        margin-top: 40px
    }

    .expert-wrap__flex--content {
        padding: 30px 15px
    }

    .expert-wrap__flex--content-title {
        font-size: 24px;
        line-height: 30px
    }

    .expert-wrap__flex--content-position {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .expert-wrap__flex--content-text {
        font-size: 16px;
        line-height: 24px
    }

    .expert-wrap__flex--content-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px
    }

    .expert-wrap__flex--content-meta .btn {
        margin-top: 10px;
        width: 100%
    }

    .expert-wrap__flex--content-meta_link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .stat-wrap {
        margin: 60px 0 45px
    }

    .stat-wrap .item {
        width: 100%;
        padding: 15px
    }

    .stat-wrap .item-back {
        display: none
    }

    .stat-wrap .item-front {
        opacity: 1;
        visibility: visible;
        position: static
    }

    .stat-wrap .item:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .stat-wrap .item:hover .item-front {
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .year {
        border-radius: 0
    }

    .year-wrap {
        padding: 60px 0
    }

    .year-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .us-wrap {
        padding: 60px 0
    }

    .us-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto
    }

    .us-wrap__subtitle {
        font-size: 18px;
        line-height: 24px
    }

    .us-wrap__list {
        margin-top: 40px
    }

    .us-wrap__list .item {
        width: 100%
    }

    .us-wrap__list .item-title {
        margin: 10px 0
    }

    .partners-wrap {
        margin: 60px 0
    }

    .partners-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .partners-wrap__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .partners-wrap__list .item {
        width: 49%
    }

    .partners-wrap__list .item:nth-child(1n+1) {
        margin: 0 0 10px
    }

    .recommend-wrap {
        margin-bottom: 60px
    }

    .recommend-wrap__list {
        padding: 30px 15px 0;
        border-radius: 20px
    }

    .recommend-wrap__list--content {
        padding-top: 0
    }

    .recommend-wrap__list--content-title {
        font-size: 18px;
        line-height: 24px
    }

    .map {
        margin: 60px 0;
        padding: 60px 0
    }

    .map-wrap {
        margin-top: 0
    }

    .map-wrap__image svg {
        max-height: 250px
    }

    .map-wrap__content {
        padding: 30px 15px
    }

    .map-wrap__content--list {
        font-size: 16px;
        line-height: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .map-wrap__content--list ul {
        width: 100%
    }

    .business {
        background-size: 900px
    }

    .business-wrap__content--title {
        margin-top: 30px
    }

    .business-wrap__content--text {
        font-size: 16px;
        line-height: 24px
    }

    .business-wrap__content--notice {
        font-size: 16px;
        line-height: 24px
    }

    .business-wrap__content--info {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px
    }

    .create-wrap {
        margin: 60px 0
    }

    .create-wrap__text {
        font-size: 16px;
        line-height: 24px
    }

    .start {
        padding: 60px 0 50px
    }

    .start-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .start-wrap__list {
        margin-bottom: 40px
    }

    .start-wrap__list .item {
        width: 100%
    }

    .start-wrap__services .item {
        padding: 30px 15px
    }

    .start-wrap__services .item-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px
    }

    .start-wrap__services .item-text {
        font-size: 16px;
        line-height: 24px
    }

    .start-wrap__services .item-text ul li {
        margin-bottom: 10px
    }

    .introduction-wrap {
        margin: 60px 0 40px
    }

    .introduction-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .introduction-wrap__list .item-content {
        padding: 30px 15px
    }

    .introduction-wrap__list .item-content__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .introduction-wrap__list .item-content__top--title {
        max-width: 100%;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 24px
    }

    .introduction-wrap__list .item-content__top--position {
        font-size: 14px;
        line-height: 21px
    }

    .help-wrap {
        padding: 60px 0
    }

    .help-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .help-wrap__flex--sidebar {
        padding-left: 5px
    }

    .help-wrap__flex--sidebar .item img {
        max-width: 18px
    }

    .help-wrap__flex--sidebar .item-title {
        font-size: 14px;
        line-height: 21px
    }

    .help-wrap__flex--list .item {
        padding: 30px 15px
    }

    .help-wrap__flex--list .item-text {
        font-size: 16px;
        line-height: 24px
    }

    .w-bg {
        padding: 60px 0
    }

    .w-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .step {
        padding: 60px 0;
        margin-bottom: 60px
    }

    .step-wrap__text {
        font-size: 14px;
        line-height: 20px;
        margin: 20px auto 40px
    }

    .step-wrap__list .item {
        padding: 30px 15px
    }

    .step-wrap__list .item-top__title {
        font-size: 18px;
        line-height: 24px
    }

    .step-wrap__list .item-top__label {
        font-size: 12px;
        line-height: 14px
    }

    .step-wrap__list .item-text {
        min-height: auto;
        margin-top: 58px;
        font-size: 14px;
        line-height: 24px
    }

    .blog-wrap__top {
        padding: 0
    }

    .blog-wrap__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px
    }

    .blog-wrap__nav .slick-arrow {
        margin: 0 10px 0 0;
        position: static
    }

    .modal-wrap {
        margin-left: 15px;
        margin-right: 15px
    }
}

#modalConsultation .op-cf7-submit,
#modalCallback .op-cf7-submit,
#modalTwo .op-cf7-submit,
#modalOne .op-cf7-submit,
#modalGift .op-cf7-submit
{
	width: 200px;
}



.choices__list--single, .choices__list--single .choices__item {
    width: var(--choices-width, 100%);
    white-space: nowrap;
    overflow: clip;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
	max-height: 28px!important;
}

@media (max-width: 640px) {
	#modalConsultation .op-cf7-submit,
	#modalCallback .op-cf7-submit,
	#modalTwo .op-cf7-submit,
	#modalOne .op-cf7-submit,
	#modalGift .op-cf7-submit
	{
		width: 100%;
	}
	.modal-wrap .wpcf7-list-item .wpcf7-list-item-label {
    	margin-top: 9px;
	}
	.postid-812 .reason-wrap {
		margin-bottom: 20px;
	}
	.postid-812 .article-wrap {
		margin-top: 20px;
	}
	.service-wrap__content--title {
        font-size: 26px;
        line-height: 35px;
    }
}