body * {
    box-sizing: border-box;
}

body {
    max-width: 100%;
    color: #000;
    background-color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: "Proxima Nova";
    font-size: 19px;
}

main {
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
}

svg,
img {
    max-width: 100%;
    max-height: 100%;
}

.title-1 {
    color: #2766ab;
    font-size: 48px;
    line-height: 62.3px;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .title-1 {
        font-size: 42px;
        line-height: 48px;
    }
}

button {
    border: none;
    cursor: pointer;
}

.btn-main {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    min-height: 50px;
    padding: 16px;
    border-radius: 2px;
    background-color: #2766ab;
    transition: all .2s ease 0s;
    border: none;
    cursor: pointer;
    display: inline-block;
    color: #f0f0f0 !important;
}

.btn-main:hover {
    background-color: #2c2c2c;
}

.main-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.main-wrap main {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.main-wrap .footer {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.container {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

.header {
    background-color: #fff;
}

.header .container {
    height: 32px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    width: 1860px;
}

.header .container>div {
    padding: 10px 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header__logo {
    width: 145px;
    height: 21px;
    font-size: 0px;
    line-height: 0;
    margin-top: 7px;
}

.footer {
    padding: 35px 0;
    background-color: #2c2c2c;
}

.footer .container {
    width: 1200px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer__logo {
    height: 40px;
    opacity: .5;
}

.search__button {
    background-color: #d0021b;
    color: #fff;
    padding: 8px 15px;
}

.footer__text {
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.36px;
}

@media screen and (max-width:767px) {
    .footer .container {
        display: block;
    }

    .footer__logo {
        margin-top: 20px;
    }
}



.firstt {
    position: relative;
    padding-top: 80px;
}

.firstt__bg {
    position: absolute;
    left: 66%;
    right: 0;
    top: 0%;
    height: 760px;
    z-index: -1;
}

.firstt__bg img {
    width: 100%;
    height: auto;
    object-position: 50% 50%;
    object-fit: cover;
}

.firstt .container {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.firstt__left {
    width: calc(50% - 30px);
}

.firstt__img {
    margin-top: 86px;
}

.firstt__right {
    width: calc(50% - 30px);
}

.firstt__title {
    color: #373B94;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-top: 33px;

}

.firstt__title span {
    color: #2766ab;
}

.firstt__subtitle {
    font-size: 27px;
    color: #fff;
    margin-top: 33px;
}

.firstt__text {
    color: #2766ab;
    margin-top: 33px;
    line-height: 30px;
    font-size: 30px;
}

.firstt__action {
    margin-top: 33px;
}

.firstt__footer {
    margin-top: 80px;
}

.firstt__footer .container {
    padding: 30px 50px;
    box-shadow: rgba(1, 1, 1, .22) 0px 6px 11px;
    background-color: #2766ab;
}

.firstt__footer-title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

@media screen and (max-width:1199px) {
    .firstt__left {
        width: 100%;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .firstt__right {
        width: 100%;
    }

    .firstt__img {
        margin-top: 0;
        margin-bottom: -140px;
        max-width: 55%;
    }

    .firstt__text {
        max-width: 600px;
    }

    .firstt__footer {
        padding-top: 40px;
        background-color: #fff;
    }
}

@media screen and (max-width:991px) {
    .firstt__img {
        max-width: 40%;
        margin-bottom: -80px;
    }
}

@media screen and (max-width:767px) {
    .firstt {
        padding-top: 40px;
    }

    .firstt__img {
        display: none;
    }

    .firstt__title {
        margin-top: 20px;
        font-size: 36px;
        line-height: 1.2;
    }

    .firstt__subtitle {
        font-size: 22px;
    }

    .firstt__footer {
        margin-top: 40px;
        padding-top: 0;
    }

    .firstt__footer .container {
        max-width: 100%;
        padding: 40px 15px;
    }

    .firstt__footer-title {
        text-align: center;
        font-size: 20px;
    }
}

.attention {
    font-size: 33px;
    line-height: 47px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 80px;
}

.attention .btn-main {
    margin: 40px auto 0px;
}

.attention .container {
    text-align: center;
    width: 820px;
}

@media screen and (max-width:767px) {
    .attention {
        font-size: 28px;
        line-height: 36px;
        margin-top: 80px;
    }
}

.benefit {
    width: calc(50% - 30px);
    padding-left: 85px;
    position: relative;
    margin-top: 30px;
}

.benefit__icon {
    position: absolute;
    left: 0;
    top: 0;
}

.benefit__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.benefit__text {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

@media screen and (max-width:991px) {
    .benefit {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .benefit {
        padding-left: 0;
        text-align: center;
    }

    .benefit__icon {
        position: static;
        margin-bottom: 15px;
    }

    .benefit__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .benefit:not(:last-child) {
        margin-bottom: 40px;
    }
}

.edu__row {
    display: flex;
    margin: 0 -30px;
}

.edu__col {
    margin-top: 30px;
    width: 50%;
    padding: 0 30px;
    font-size: 26px;
    line-height: 41px;
}

.edu__col .btn-main {
    margin-top: 30px;
}

.edu__item {
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 19px;
    line-height: 32px;
    padding-left: 55px;
    position: relative;
}

.edu__item-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.edu__item-title {
    color: #2766ab;
    font-size: 26px;
}

.edu ._mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .edu {
        margin-bottom: 80px;
    }

    .edu__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .edu__col {
        width: 100%;
    }

    .edu ._desktop {
        display: none;
    }

    .edu ._mobile {
        display: inline-block;
    }
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Regular.eot");
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Regular.woff") format("woff"), url("fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Semibold.eot");
    src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Semibold.woff") format("woff"), url("fonts/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Bold.eot");
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNova-Bold.woff") format("woff"), url("fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_u50.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_u50.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_u50.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.journal__bottom {
    margin: 0 auto 30px;
}

.journal__bottom a {
    background: #d0021b;
    color: #FFFFFF;
}

.title-1 {
    color: #2766ab;
    font-size: 48px;
    line-height: 62.3px;
    font-weight: 400;
}

.h2 {
    text-align: center;
    display: inline;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .title-1 {
        font-size: 42px;
        line-height: 48px;
    }
}

button {
    border: none;
    cursor: pointer;
}

.btn-main {
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #f0f0f0 !important;
    min-height: 50px;
    padding: 16px;
    border-radius: 2px;
    background-color: #2766ab;
    -webkit-transition: .2s;
    transition: .2s;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn-main:hover {
    background-color: #2c2c2c;
}

body {
    max-width: 100%;
    color: #000;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-family: "Proxima Nova";
    font-size: 19px;
    line-height: 30/19;
}

body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

svg,
img {
    max-width: 100%;
    max-height: 100%;
}

.main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
}

.main-wrap main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.main-wrap .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.container {
    width: 1200px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
}

@media screen and (max-width:600px) {
    .container {
        max-width: calc(100% - 30px);
    }
}

.header {
    background-color: #fff;
}

.header .container {
    height: 32px;
    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;
    width: 1860px;
}

.header .container>div {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 145px;
    height: 21px;
    font-size: 0;
    line-height: 0;
    margin-top: 7px;
}

.footer {
    padding: 35px 0;
    background-color: #2c2c2c;
}

.footer .container {
    width: 1200px;
    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;
}

.footer__logo {
    height: 40px;
    opacity: .5;
}

.footer__text {
    color: #b1b1b1;
    font-size: 18px;
    font-weight: 300;
    line-height: 23.36px;
}

@media screen and (max-width:767px) {
    .footer .container {
        display: block;
    }

    .footer__logo {
        margin-top: 20px;
    }
}

.first {
    position: relative;
    padding-top: 80px;
}

.first__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 760px;
    z-index: -1;
}

.first__bg img {
    width: 100%;
    height: 100%;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first .container {
    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;
}

.first__left {
    width: calc(50% - 30px);
}

.first__img {
    margin-top: 86px;
}

.first__right {
    width: calc(50% - 30px);
}

.first__title {
    color: #fff;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

.first__title span {
    color: #2766ab;
}

.first__subtitle {
    font-size: 27px;
    color: #fff;
    margin-top: 33px;
}

.first__text {
    color: #2766ab;
    margin-top: 33px;
    line-height: 30px;
}

.first__action {
    margin-top: 33px;
}

.first__footer {
    margin-top: 80px;
}

.first__footer .container {
    padding: 30px 50px;
    -webkit-box-shadow: 0 6px 11px rgba(1, 1, 1, .22);
    box-shadow: 0 6px 11px rgba(1, 1, 1, .22);
    background-color: #2766ab;
}

.first__footer-title {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    text-transform: uppercase;
}

@media screen and (max-width:1199px) {
    .first__left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first__right {
        width: 100%;
    }

    .first__img {
        margin-top: 0;
        margin-bottom: -140px;
        max-width: 55%;
    }

    .first__text {
        max-width: 600px;
    }

    .first__footer {
        padding-top: 40px;
        background-color: #fff;
    }
}

@media screen and (max-width:991px) {
    .first__img {
        max-width: 40%;
        margin-bottom: -80px;
    }
}

@media screen and (max-width:767px) {
    .first {
        padding-top: 40px;
    }

    .first__img {
        display: none;
    }

    .first__title {
        margin-top: 20px;
        font-size: 36px;
        line-height: 1.2;
    }

    .first__subtitle {
        font-size: 22px;
    }

    .first__footer {
        margin-top: 40px;
        padding-top: 0;
    }

    .first__footer .container {
        max-width: 100%;
        padding: 40px 15px;
    }

    .first__footer-title {
        text-align: center;
        font-size: 20px;
    }
}

.attention {
    font-size: 33px;
    line-height: 47px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 80px;
}

.attention .btn-main {
    margin: 40px auto 0;
}

.attention .container {
    text-align: center;
    width: 820px;
}

@media screen and (max-width:767px) {
    .attention {
        font-size: 28px;
        line-height: 36px;
        margin-top: 80px;
    }
}

.benefit {
    width: calc(50% - 30px);
    padding-left: 85px;
    position: relative;
    margin-top: 30px;
}

.benefit__icon {
    position: absolute;
    left: 0;
    top: 0;
}

.benefit__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
}

.benefit__text {
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}

@media screen and (max-width:991px) {
    .benefit {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .benefit {
        padding-left: 0;
        text-align: center;
    }

    .benefit__icon {
        position: static;
        margin-bottom: 15px;
    }

    .benefit__title {
        font-size: 22px;
        line-height: 1.2;
    }

    .benefit:not(:last-child) {
        margin-bottom: 40px;
    }
}

.edu {
    margin-top: 2rem;
}

.edu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
}

.edu__col {
    margin-top: 30px;
    width: 50%;
    padding: 0 30px;
    font-size: 26px;
    line-height: 41px;
}

.edu__col .btn-main {
    margin-top: 30px;
}

.edu__item {
    margin-bottom: 30px;
    padding-top: 5px;
    font-size: 19px;
    line-height: 32px;
    padding-left: 55px;
    position: relative;
}

.edu__item-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.edu__item-title {
    color: #2766ab;
    font-size: 26px;
}

.edu ._mobile {
    display: none;
}

@media screen and (max-width:991px) {
    .edu {
        margin-bottom: 80px;
    }

    .edu__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .edu__col {
        width: 100%;
    }

    .edu ._desktop {
        display: none;
    }

    .edu ._mobile {
        display: inline-block;
    }
}

.step {
    color: #2766ab;
    padding-top: 80px;
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.step__num {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 96px;
    font-weight: 300;
    line-height: 40px;
}

.step__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.step__text {
    color: #000;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-top: 10px;
    position: relative;
}

.step__text:before {
    top: 17px;
    width: 159px;
    height: 12px;
    content: "";
    position: absolute;
    z-index: 1;
    right: calc(100% + 13px);
    background-image: url(img/stage-arrow.png);
    background-position: 100% 50%;
}

@media screen and (max-width:1199px) {
    .step__text:before {
        width: 110px;
    }
}

@media screen and (max-width:991px) {
    .step {
        margin-top: 40px;
    }

    .step__title {
        padding-right: 100px;
    }
}

@media screen and (max-width:767px) {
    .step {
        display: block;
    }

    .step__title {
        padding-right: 0;
    }

    .step__text:before {
        display: none;
    }
}

/* .service {
    margin-bottom: 80px
} */

.work .title-1,
.service .title-1 {
    margin-bottom: 40px;
}

.work__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
}

.work__col {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    padding: 0 30px;
    font-size: 26px;
    line-height: 41px;
}

@media screen and (max-width:991px) {
    .work__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .work__col {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .work {
        margin-bottom: 80px;
    }
}

html {
    min-width: 100%;
    min-height: 100%;
}

html.popup--active {
    overflow: hidden;
    margin-right: 17px;
}

.insert__title {
    font-size: 21px;
    color: #2d3039;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 11px;
}

.section__insert--specialist {
    width: 534px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-items: center;
}
.insert__list {
    width: 534px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    justify-items: center;
}

.insert {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.insert__list-desc {
    padding-top: 5px;
    font-size: 12px;
    color: #93989c;
    text-align: center;
}

.insert__list-pic {
    width: 66px;
    height: 45px;
    object-fit: contain;
}

.section__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    display: none;
    background: rgba(0, 0, 0, .5)
}

.section__popup .popup__container {
    position: absolute;
    width: 100%;
    height: 100%;
    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;
}

.section__popup .popup__container .popup__content {
    max-width: 750px;
    padding: 25px 35px 18px 30px;
    background-color: #c2c2c2;
    /* background: linear-gradient(238.22deg, #282828 11.72%, #37323C 62.97%);
        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05); */
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .05);
}

.section__popup .popup__container .popup__content .popup__close {
    text-align: right;
    font-size: 0;
}

.section__popup .popup__container .popup__content .popup__close .button__close {
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: transparent;
    border: none;
    outline: none;
}

.section__popup .popup__container .popup__content .popup__close .button__close:hover {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section__popup .popup__container .popup__content .popup {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section__popup .popup__container .popup__content .popup .popup__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 42px;
    color: #2766ab;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc {
    margin-top: 80px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc span {
    display: block;
}

.section__popup .popup__container .popup__content .popup .order__form {
    min-width: 330px;
    margin: 50px 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 12px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label .form__input {
    height: 44px;
    border: none;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 18px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__button {
    margin-top: 4px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    background-color: #2766ab;
    padding: 10px 40px;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
}

.section__popup .popup__container .popup__content .popup .order__form .form__button:hover {
    background-color: red;
}

.section__popup .popup__container .popup__content .popup .order__form .button__desc {
    margin-top: 7px;
    font-size: 12px;
    line-height: 17px;
}

.form-hidden.active {
    opacity: 1;
    position: relative;
}

.form-hidden {
    width: 100%;
    height: auto;
    max-width: 1130px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 163px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    padding: 38px 10px 20px;
    box-sizing: border-box;
    margin-top: 30px;
}

.form-hidden .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 54px;
    width: 100%;
}

input {
    width: 100%;
    box-sizing: border-box;
}

.form-hidden .form .presale__form-label:first-of-type {
    margin-left: 0;
}

.form-hidden .form .presale__form-label {
    width: calc(100%/4);
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #474d5e
}

.form-hidden .form .presale__form-btn {
    min-width: 250px;
    height: 46px;
    padding: 0;
    top: -10px;
    position: relative;
}

.form .button {
    margin-left: auto !important;
}

.button {
    background: #d0021b;
    border-radius: 3px;
    color: #FFFFFF;
    text-decoration: none;
    max-width: 378px;
    display: block;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 2rem auto;
}

.top-button {
    margin-left: 0;
    background: #d0021b;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    max-width: 378px;
    display: block;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 2rem;
}

.demo-button {
    margin: 2rem auto;
    background: #d0021b;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    max-width: 378px;
    display: block;
    padding: 11px 20px;
    box-sizing: border-box;
    text-align: center;

}

.form-hidden .form .presale__form-label .presale__form-input {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding: 0 17px 0 15px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input[type=text] {
    margin-bottom: 10px;
    font-family: 'Proxima Nova';
    font-size: 1.125rem;
    display: inline-block;
    background: #fff;
    border: 1px solid #93989c;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 14px 8px;
}

.form-hidden .form .presale__form-label:last-of-type {
    margin-right: 21px;
}

.form-hidden .form__agreement {
    margin-top: 17px;
    margin-right: 54px;
}

.form__agreement {
    font-size: 12px !important;
    color: #474d5e !important;
}

.advantages {
    padding-top: 20px;
}

.advantages .col_6:first-child:after {
    content: '';
    height: 1px;
    width: 200px;
    bottom: -1px;
    display: block;
    position: absolute;
    right: -200px;
    margin: auto;
}

.advantages .col_6 {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.advantages .col_6:last-child {
    overflow: hidden;
}

.advantages img {
    display: block;
    top: 21px;
    position: absolute;
    max-height: 110%;
    right: 0;
}

.advantages span {
    color: #2766ab;
    border: 1px solid #2766ab;
    box-sizing: border-box;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .8125rem;
    display: table;
    margin-bottom: 8px;
    margin-left: 0;
    padding: 4px 7px 3px;
}

.advantages ul {
    margin-top: 41px;
    padding-left: 0;
}

.advantages li {
    color: #435466;
    list-style: none;
    margin-top: 28px;
    font-size: 1.125rem;
    line-height: 1.4;
}

.advantages .desc {
    color: #2d3039;
    font-size: 1.125rem;
    line-height: 1.55;
    margin-top: 23px;
    padding-bottom: 30px;
}

.advantages li.active p {
    color: #435466;
    font-size: 1.375rem;
    font-weight: 700;
}

.advantages .col_6:first-child {
    padding-right: 5%;
    width: 43%;
}

.experts {
    padding-top: 68px;
    font-size: 1.125rem;
}

.experts .title-block {
    padding-bottom: 20px;
}

.experts .title {
    color: #2766ab;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 30px;
}

.experts .row ul {
    margin-top: 5px;
    margin-bottom: 50px;
}

.experts ul li {
    list-style: none;
}

.experts .row img {
    margin-top: -57px;
}

.experts-slider {
    margin-bottom: 80px !important;
}

.experts-slider .slick-slide {
    margin: 0 10px;
}

.experts-slider .slick-list {
    margin: 0 -10px;
}

.finder {
    margin-top: 53px;
    padding-bottom: 40px;
}

.finder .blocks {
    font-size: 0;
    margin-top: 57px;
    margin-bottom: 52px;
}

.finder .blocks .block {
    border-right: 1px solid #d1d1d1;
    vertical-align: top;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 20px 44px 40px;
    box-sizing: border-box;
    width: 33.3333%;
    padding-top: 0;
}

.finder .blocks .block:after {
    border-bottom: 1px solid #d1d1d1;
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 88px);
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.finder .blocks .block:nth-child(n+4):after {
    content: none;
}

.finder .blocks .block:nth-child(n+4) {
    padding-bottom: 0;
    padding-top: 20px;
}

.finder .blocks .block:nth-child(3n) {
    border-right: none;
}

.finder .blocks .block .title {
    color: #2766ab;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 35px;
}

.finder .blocks .block p {
    color: #2d3039;
    margin-top: 20px;
}

.experts-slider {
    padding: 0 25px;
    margin: 0 -5px 0 -25px;
    text-align: center;
}

.experts-slider img {
    border-radius: 50%;
    margin: 0 auto 5px;
}

.experts-slider .name {
    display: block;
    font-weight: 700;
}

.experts-slider .desc {
    display: block;
    font-style: italic;
    font-size: .875rem;
    margin-top: 5px;
}

.experts-slider .slick-arrow {
    top: 100px;
    opacity: .3;
    height: 34px;
    width: 34px;
    background-color: #376cb9;
    font-size: 0;
    background-size: 33%;
}

.experts-slider .slick-arrow:hover {
    opacity: 1;
}

.title-h {
    color: #2766ab;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    margin-top: 40px;
}

.row {
    display: flex;
    margin: 0 -1%;
}

.col_6 {
    margin: 0 1%;
    width: 48%;
}

.icon1:before {
    height: 25px;
    width: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/screp.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.icon2:before {
    height: 26px;
    width: 25px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/orel.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.icon3:before {
    height: 25px;
    width: 18px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/books.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.icon4:before {
    height: 24px;
    width: 24px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/info.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.icon5:before {
    height: 25px;
    width: 25px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/serv.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.icon6:before {
    height: 24px;
    width: 17px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/video.svg) 0 0 no-repeat;
    display: block;
    background-size: contain;
}

.slick-prev,
.slick-next {
    height: 64px;
    width: 64px;
    background-color: #f6f6f6;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background-color: #777;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    background-image: url(../img/icons/ar-l.svg);
    left: 0;
}

[dir=rtl] .slick-prev {
    right: 0;
    left: auto;
}

.slick-next {
    background-image: url(../img/icons/ar-r.svg);
    right: 0;
}

[dir=rtl] .slick-next {
    right: auto;
    left: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'вЂў';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

@media screen and (max-width:960px) {

    .advantages .row,
    .gendir .row {
        display: block;
    }

    .advantages .col_6:first-child,
    .advantages .col_6 {
        padding-right: 0;
        width: 98%;
    }

    .advantages .col_6:first-child:after {
        content: none;
    }

    .advantages .col_6:first-child {
        border-bottom: none;
    }

    .gendir .col_6,
    .what-think .blocks .block {
        width: 98%;
    }

    .advantages {
        padding-top: 43px;
    }

    .advantages img {
        margin-top: 31px;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:840px) {
    .finder .blocks {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .finder .blocks .block {
        border-right: none;
        padding: 30px 20px 20px !important;
        width: 100%;
    }

    .finder .blocks .block .title,
    .finder .blocks .block p {
        height: auto !important;
    }

    .finder .blocks .block p {
        margin-top: 10px;
    }

    .finder .blocks .block:after {
        content: '' !important;
        width: 100%;
    }

    .experts {
        padding-top: 50px;
    }
}

.step {
    color: #2766ab;
    padding-top: 80px;
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto 80px;
    display: flex;
}

.step__num {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 96px;
    font-weight: 300;
    line-height: 40px;
}

.step__title {
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
}

.step__text {
    color: #000;
    font-size: 19px;
    line-height: 30px;
    font-weight: 400;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    padding-top: 0;
    position: relative;
    ;
}

.step__text:before {
    top: 17px;
    width: 159px;
    height: 12px;
    content: "";
    position: absolute;
    z-index: 1;
    right: calc(100% + 13px);
    background-image: url(img/stage-arrow.png);
    background-position: 100% 50%;
}

@media screen and (max-width:1199px) {
    .step__text:before {
        width: 110px;
    }
}

@media screen and (max-width:991px) {
    .step {
        margin-top: 40px;
    }

    .step__title {
        padding-right: 100px;
    }
}

@media screen and (max-width:767px) {
    .step {
        display: block;
    }

    .step__title {
        padding-right: 0;
    }

    .step__text:before {
        display: none;
    }
}

.work .title-1 {
    margin-bottom: 40px;
}

.work__row {
    display: flex;
    margin: 0 -30px;
}

.work__col {
    margin-top: 30px;
    width: 50%;
    padding: 0 30px;
    font-size: 26px;
    line-height: 41px;
}

@media screen and (max-width:991px) {
    .work__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .work__col {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .work {
        margin-bottom: 80px;
    }
}

html {
    min-width: 100%;
    min-height: 100%;
}

html.popup--active {
    overflow: hidden;
    margin-right: 17px;
}

.section__popup {
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 1043;
    display: none;
    background: rgba(0, 0, 0, .5);
}

/*
.section__popup .popup__container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.section__popup .popup__container .popup__content {
    max-width: 750px;
    padding: 25px 35px 18px 30px;
    background: linear-gradient(238.22deg, #282828 11.72%, #37323c 62.97%);
    box-shadow: rgba(0, 0, 0, .05) 0px 1px 5px;
}

.section__popup .popup__container .popup__content .popup__close {
    text-align: right;
    font-size: 0px;
}

.section__popup .popup__container .popup__content .popup__close .button__close {
    margin: 0;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
    transition: all .3s ease 0s;
    background-color: transparent;
    border: none;
    outline: none;
}

.section__popup .popup__container .popup__content .popup__close .button__close:hover {
    transform-origin: center center;
    transform: rotate(90deg);
}

.section__popup .popup__container .popup__content .popup {
    color: #fff;
    display: flex;
}

.section__popup .popup__container .popup__content .popup .popup__title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 42px;
    color: #2766ab;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc {
    margin-top: 80px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #fff;
}

.section__popup .popup__container .popup__content .popup .popup__title .popup__desc span {
    display: block;
}

.section__popup .popup__container .popup__content .popup .order__form {
    min-width: 330px;
    margin: 50px 0 0 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 12px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__label .form__input {
    height: 44px;
    border: none;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 18px;
}

.section__popup .popup__container .popup__content .popup .order__form .form__button {
    margin-top: 4px;
    height: 44px;
    font-size: 18px;
    color: #fff;
    background-color: #2766ab;
    padding: 10px 40px;
    border-radius: 3px;
    transition: all .3s ease 0s
}

.section__popup .popup__container .popup__content .popup .order__form .form__button:hover {
    background-color: red
}

.section__popup .popup__container .popup__content .popup .order__form .button__desc {
    margin-top: 7px;
    font-size: 12px;
    line-height: 17px;
} */

.form-hidden.active {
    opacity: 1;
    position: relative;
}

.form-hidden {
    width: 100%;
    height: auto;
    max-width: 1130px;
    margin: 30px auto 0px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 163px;
    background-color: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-image: initial;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    padding: 38px 10px 20px;
    box-sizing: border-box;
}

.form-hidden .form {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 54px;
    width: 100%;
}

input {
    width: 100%;
    box-sizing: border-box;
}

.form-hidden .form .presale__form-label:firstt-of-type {
    margin-left: 0;
}

.form-hidden .form .presale__form-label {
    width: calc(25%);
    margin-left: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    color: #474d5e;
}

.form-hidden .form .presale__form-btn {
    min-width: 250px;
    height: 46px;
    padding: 0;
    top: -10px;
    position: relative;
}

.form .button {
    margin-left: auto !important;
}


.form-hidden .form .presale__form-label .presale__form-input {
    display: block;
    width: 100%;
    height: 46px;
    margin-top: 10px;
    padding: 0 17px 0 15px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
}

input[type=text] {
    margin-bottom: 10px;
    font-family: "Proxima Nova";
    font-size: 1.125rem;
    display: inline-block;
    background: #fff;
    border: 1px solid #93989c;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 14px;
}

.form-hidden .form .presale__form-label:last-of-type {
    margin-right: 21px;
}

.form-hidden .form__agreement {
    margin-top: 17px;
    margin-right: 54px;
}

.form__agreement {
    font-size: 12px !important;
    color: #474d5e !important;
}

.advantages {
    padding-top: 20px;
}

.advantages .col_6:firstt-child:after {
    content: "";
    height: 1px;
    width: 200px;
    bottom: -1px;
    display: block;
    position: absolute;
    right: -200px;
    margin: auto;
}

.advantages .col_6 {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.advantages .col_6:last-child {
    overflow: hidden;
}

.advantages img {
    display: block;
    top: 21px;
    position: absolute;
    max-height: 110%;
    right: 0;
}

.advantages span {
    color: #2766ab;
    border: 1px solid #2766ab;
    box-sizing: border-box;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: .8125rem;
    display: table;
    margin-bottom: 8px;
    margin-left: 0;
    padding: 4px 7px 3px;
}

.advantages ul {
    margin-top: 41px;
    padding-left: 0;
}

.advantages li {
    color: #435466;
    list-style: none;
    margin-top: 28px;
    font-size: 1.125rem;
    line-height: 1.4;
}

.advantages .desc {
    color: #2d3039;
    font-size: 1.125rem;
    line-height: 1.55;
    margin-top: 23px;
    padding-bottom: 30px;
}

.advantages li.active p {
    color: #435466;
    font-size: 1.375rem;
    font-weight: 700;
}

.advantages .col_6:firstt-child {
    padding-right: 5%;
    width: 43%;
}

.experts {
    padding-top: 68px;
    font-size: 1.125rem;
}

.experts .title-block {
    padding-bottom: 20px;
}

.experts .title {
    color: #2766ab;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 30px;
    margin-bottom: 30px;
}

.experts .row ul {
    margin-top: 5px;
    margin-bottom: 50px;
}

.experts ul li {
    list-style: none;
}

.experts .row img {
    margin-top: -57px;
}

.experts-slider {
    margin-bottom: 80px !important;
}

.experts-slider .slick-slide {
    margin: 0 10px;
}

.experts-slider .slick-list {
    margin: 0 -10px;
}

.finder {
    margin-top: 53px;
    padding-bottom: 40px;
}

.finder .blocks {
    font-size: 0px;
    margin-top: 57px;
    margin-bottom: 52px;
}

.finder .blocks .block {
    border-right: 1px solid #d1d1d1;
    vertical-align: top;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 0 44px 40px;
    box-sizing: border-box;
    width: 33.3333%;
}

.finder .blocks .block:after {
    border-bottom: 1px solid #d1d1d1;
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 88px);
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.finder .blocks .block:nth-child(n+4):after {
    content: none;
}

.finder .blocks .block:nth-child(n+4) {
    padding-bottom: 0;
    padding-top: 20px;
}

.finder .blocks .block:nth-child(3n) {
    border-right: none;
}

.finder .blocks .block .title {
    color: #2766ab;
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
    position: relative;
    padding-left: 35px;
}

.finder .blocks .block p {
    color: #2d3039;
    margin-top: 20px;
}

.experts-slider {
    padding: 0 25px;
    margin: 0 -5px 0 -25px;
    text-align: center;
}

.experts-slider img {
    border-radius: 50%;
    margin: 0 auto 5px;
}

.experts-slider .name {
    display: block;
    font-weight: 700;
}

.experts-slider .desc {
    display: block;
    font-style: italic;
    font-size: .875rem;
    margin-top: 5px;
}

.experts-slider .slick-arrow {
    top: 100px;
    opacity: .3;
    height: 34px;
    width: 34px;
    background-color: #376cb9;
    font-size: 0px;
    background-size: 33%;
}

.experts-slider .slick-arrow:hover {
    opacity: 1;
}

.title-h {
    color: #2766ab;
    font-size: 32px;
    line-height: 45px;
    font-weight: 400;
    margin-top: 40px;
}

.row {
    display: flex;
    margin: 0 -1%;
}

.col_6 {
    margin: 0 1%;
    width: 48%;
}

.icon1:before {
    height: 25px;
    width: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/screp.svg") 0px 0px/contain no-repeat;
    display: block;
}

.icon2:before {
    height: 26px;
    width: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/orel.svg") 0px 0px/contain no-repeat;
    display: block;
}

.icon3:before {
    height: 25px;
    width: 18px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/books.svg") 0px 0px/contain no-repeat;
    display: block;
}

.icon4:before {
    height: 24px;
    width: 24px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/info.svg") 0px 0px/contain no-repeat;
    display: block;
}

.icon5:before {
    height: 25px;
    width: 25px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/serv.svg") 0px 0px/contain no-repeat;
    display: block;
}

.icon6:before {
    height: 24px;
    width: 17px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/icons/video.svg") 0px 0px/contain no-repeat;
    display: block;
}

.slick-prev,
.slick-next {
    height: 64px;
    width: 64px;
    background-color: #f6f6f6;
    border-radius: 50%;
    font-size: 0px;
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    padding: 0;
    transform: translate(0px, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.slick-prev:hover,
.slick-next:hover {
    color: transparent;
    outline: none;
    background-color: #777;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.slick-prev {
    background-image: url("../img/icons/ar-l.svg");
    left: 0;
}

[dir=rtl] .slick-prev {
    right: 0;
    left: auto;
}

.slick-next {
    background-image: url("../img/icons/ar-r.svg");
    right: 0;
}

[dir=rtl] .slick-next {
    right: auto;
    left: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "вЂў";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}

@media screen and (max-width:960px) {

    .advantages .row,
    .gendir .row {
        display: block;
    }

    .advantages .col_6:firstt-child,
    .advantages .col_6 {
        padding-right: 0;
        width: 98%;
    }

    .advantages .col_6:firstt-child:after {
        content: none;
    }

    .advantages .col_6:firstt-child {
        border-bottom: none;
    }

    .gendir .col_6,
    .what-think .blocks .block {
        width: 98%;
    }

    .advantages {
        padding-top: 43px;
    }

    .advantages img {
        margin-top: 31px;
        position: relative;
        z-index: 1;
    }
}

@media screen and (max-width:840px) {
    .finder .blocks {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .finder .blocks .block {
        border-right: none;
        width: 100%;
        padding: 30px 20px 20px !important;
    }

    .finder .blocks .block .title,
    .finder .blocks .block p {
        height: auto !important;
    }

    .finder .blocks .block p {
        margin-top: 10px;
    }

    .finder .blocks .block:after {
        width: 100%;
        content: "" !important;
    }

    .experts {
        padding-top: 50px;
    }
}
