@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans/OpenSans-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: "Futura PT Cond";
    src: url(../fonts/futura_pt_cond/futura_pt_cond.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Futura PT Cond";
    src: url(../fonts/futura_pt_cond/futura_pt_cond_bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT/futura_pt_book.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT/futura_pt_demi.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Futura PT";
    src: url(../fonts/FuturaPT/futura_pt_bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: none
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container-fluid .container {
    padding-right: 0;
    padding-left: 0
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Open Sans";
    overflow: hidden;
    position: relative
}

body.hidden {
    max-height: 100vh;
    overflow: hidden
}

body.center {
    min-height: 100vh
}

body.center main {
    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
}

body * {
    -webkit-tap-highlight-color: transparent
}

body main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

img {
    width: 100%;
    height: auto
}

.section-title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #000;
    margin: 0
}

section.top-block {
    background: url(../img/top-block_bg.png) center center/cover no-repeat;
    height: 500px;
    padding-top: 34px;
    padding-bottom: 91px;
    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: 82px
}

section.top-block .logo {
    width: 104px;
    height: 18px;
    background: url(../img/logo-white.svg) center center/100% 100% no-repeat;
    margin-bottom: 78px
}

section.top-block .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    section.top-block {
        background-image: url(../img/top-block_bg-mob.png);
        padding-top: 32px;
        height: auto;
        padding-bottom: 90px;
        margin-bottom: 40px
    }

    section.top-block .logo {
        margin-bottom: 370px
    }

    section.top-block .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

section.top-block .content .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 680px
}

section.top-block .content .text .top-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    background: #fed852;
    margin: 0 0 24px
}

@media (max-width: 767px) {
    section.top-block .content .text {
        position: relative;
        width: auto
    }

    section.top-block .content .text .top-text {
        position: absolute;
        right: 0;
        top: 0;
        width: 115px;
        font-size: 18px;
        line-height: 25px;
        z-index: 1
    }
}

section.top-block .content .text .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 130px;
    line-height: 110px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0, 0, 0, .35);
    margin: 0 0 16px
}

@media (max-width: 920px) {
    section.top-block .content .text .title {
        font-size: 92px;
        line-height: 84px
    }
}

@media (max-width: 767px) {
    section.top-block .content .text .title {
        font-size: 72px;
        line-height: 70px;
        max-width: 340px;
        width: 100%;
        margin-bottom: 16px
    }
}

@media (max-width: 350px) {
    section.top-block .content .text .title {
        font-size: 62px
    }
}

@media (max-width: 330px) {
    section.top-block .content .text .title {
        font-size: 56px
    }
}

section.top-block .content .text .desc {
    max-width: 535px;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-shadow: 0 4px 34px rgba(0, 0, 0, .35);
    margin: 0
}

section.top-block .content .image {
    width: calc(100% - 680px);
    position: relative
}

section.top-block .content .image img {
    width: 603px;
    height: 460px;
    position: absolute;
    top: -50px;
    left: -170px
}

@media (max-width: 920px) {
    section.top-block .content .image img {
        left: -380px
    }
}

section.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.features .section-title {
    margin-bottom: 40px
}

section.features .content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 30px;
    margin-bottom: 80px
}

section.features .content .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.features .content .elem .image {
    width: 48px;
    height: 48px;
    margin: 0 0 16px
}

section.features .content .elem .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.features .content .elem .text .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 16px
}

section.features .content .elem .text .list {
    padding: 0;
    margin: 0;
    list-style: none
}

section.features .content .elem .text .list li {
    padding-left: 18px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px
}

section.features .content .elem .text .list li b {
    font-weight: 700
}

section.features .content .elem .text .list li:last-child {
    margin-bottom: 0
}

section.features .content .elem .text .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 6px;
    left: 7px;
    background: #000;
    border-radius: 50%
}

section.mentor {
    background: url(../img/mentor_bg.png) center center/cover no-repeat;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px
}

section.mentor .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

section.mentor .container .image {
    width: 403px;
    height: 456px;
    margin-right: 128px;
    position: relative
}

@media (max-width: 980px) {
    section.mentor .container .image {
        margin-right: 40px
    }
}

section.mentor .container .image:before {
    content: "";
    width: 50px;
    height: 54px;
    position: absolute;
    top: -8px;
    left: -25px;
    background: url(../img/svg/light.svg) center center/100% 100% no-repeat
}

@media (max-width: 767px) {
    section.top-block .content .text .desc {
        font-weight: 400;
        font-size: 18px;
        line-height: 25px
    }

    section.top-block .content .image img {
        width: 410px;
        height: 312px;
        top: -274px;
        left: -9px
    }

    section.features .content {
        grid-template-columns:1fr;
        grid-row-gap: 40px;
        margin-bottom: 40px
    }

    section.mentor {
        background: url(../img/mentor_bg-mob.png) center center/cover no-repeat;
        margin-bottom: 40px
    }

    section.mentor .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    section.mentor .container .image {
        width: 320px;
        height: 361px;
        margin: 0 0 1px
    }

    section.mentor .container .image:before {
        left: -8px;
        bottom: 146px;
        top: auto
    }
}

section.mentor .container .text {
    padding-top: 11px;
    width: calc(100% - 531px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 980px) {
    section.mentor .container .text {
        width: calc(100% - 443px)
    }
}

section.mentor .container .text .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    margin: 0 0 32px
}

@media (max-width: 860px) {
    section.mentor .container .text .title {
        font-size: 52px;
        line-height: 52px
    }
}

@media (max-width: 767px) {
    section.mentor .container .text {
        width: 100%;
        padding-top: 0;
        margin-bottom: 24px
    }

    section.mentor .container .text .title {
        font-size: 72px;
        line-height: 72px
    }
}

section.mentor .container .text .name {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin: 0 0 8px
}

section.mentor .container .text .list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start
}

section.mentor .container .text .list:before {
    content: "";
    width: 54px;
    height: 48px;
    position: absolute;
    top: -20px;
    right: -64px;
    background: url(../img/svg/light2.svg) center center/100% 100% no-repeat
}

section.mentor .container .text .list li {
    padding-left: 12px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 0 0 12px;
    position: relative
}

section.mentor .container .text .list li:last-child {
    margin-bottom: 0
}

section.mentor .container .text .list li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%
}

section.mentor .container .text .list li a, section.mentor .container .text .list li a:visited {
    color: #00a3ff
}

section.course {
    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: 80px
}

section.course .section-title {
    max-width: 565px;
    margin-bottom: 40px
}

section.course .content {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 30px
}

section.course .content .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.course .content .elem .count {
    width: 28px;
    height: 26px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    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;
    background: #fed852;
    font-size: 12px;
    line-height: 16px;
    color: #000;
    margin: 0 0 8px
}

section.course .content .elem .desc {
    font-family: "Futura PT Cond";
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0 0 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700
}

@media (max-width: 767px) {
    section.mentor .container .text .list:before {
        top: -100px;
        right: 65px
    }

    section.course {
        margin-bottom: 30px
    }

    section.course .content {
        grid-template-columns:1fr;
        grid-row-gap: 40px
    }

    section.course .content .elem .desc {
        margin-bottom: 24px
    }
}

section.course .content .elem .image {
    -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.program {
    background: #e2e6eb;
    padding: 80px 0 0;
    margin-bottom: 120px
}

section.program .section-title {
    margin-bottom: 40px
}

section.program .slider {
    position: relative
}

section.program .slider .arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

section.program .slider .arrows .arrow {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 80px;
    margin: auto;
    cursor: pointer;
    background: url(../img/svg/arrow.svg) center center/48px 16px no-repeat;
    z-index: 9;
    display: none
}

section.program .slider .arrows .arrow.show {
    display: block
}

section.program .slider .arrows .arrow.next {
    right: 24px
}

section.program .slider .arrows .arrow.prev {
    left: 24px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    section.program {
        padding: 40px 0 0;
        margin-bottom: 40px
    }

    section.program .section-title {
        margin-bottom: 32px
    }

    section.program .slider .arrows .arrow {
        width: 45px;
        height: 45px;
        background-size: 45px 15px
    }

    section.program .slider .arrows .arrow.next {
        right: 0
    }

    section.program .slider .arrows .arrow.prev {
        left: 0
    }
}

section.program .program-slider {
    margin: 0 -15px;
    position: relative
}

@media (max-width: 1280px) {
    section.program .program-slider {
        margin: 0 -5px
    }
}

section.program .program-slider.after:after {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(#e2e6eb), to(rgba(226, 230, 235, 0)));
    background: linear-gradient(270deg, #e2e6eb 0, rgba(226, 230, 235, 0) 100%)
}

@media (max-width: 767px) {
    section.program .program-slider.after:after {
        width: 62px;
        right: -2px
    }
}

section.program .program-slider.before:before {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#e2e6eb), to(rgba(226, 230, 235, 0)));
    background: linear-gradient(90deg, #e2e6eb 0, rgba(226, 230, 235, 0) 100%);
    z-index: 1
}

section.program .elem {
    margin: 0 15px 80px;
    background: #fff;
    -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    border-radius: 14px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (max-width: 1280px) {
    section.program .elem {
        margin: 0 5px 40px
    }
}

section.program .elem .image {
    width: 48px;
    height: 48px;
    margin-bottom: 8px
}

section.program .elem .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0 0 8px
}

section.program .elem .list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 21px
}

section.steps {
    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: 105px
}

section.steps .section-title {
    margin-bottom: 48px
}

section.steps .grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-column-gap: 50px
}

section.steps .grid .elem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767px) {
    section.program .program-slider.before:before {
        content: none
    }

    section.steps {
        margin-bottom: 40px
    }

    section.steps .section-title {
        margin-bottom: 32px
    }

    section.steps .grid {
        grid-template-columns:1fr;
        grid-row-gap: 64px
    }

    section.steps .grid .elem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

section.steps .grid .elem:before {
    content: "";
    width: 120px;
    height: 18px;
    left: 90px;
    top: 15px;
    position: absolute;
    background: url(../img/svg/step-arrow.svg) center center/100% 100% no-repeat
}

@media (max-width: 1280px) {
    section.steps .grid .elem:before {
        left: 70px;
        width: 80px
    }
}

@media (max-width: 767px) {
    section.steps .grid .elem:before {
        width: 18px;
        height: 32px;
        background-image: url(../img/svg/step-arrow-mob.svg);
        left: 15px;
        top: 64px
    }
}

section.steps .grid .elem:last-child:before {
    content: none
}

section.steps .grid .elem .image {
    width: 48px;
    height: 48px;
    margin-bottom: 16px
}

@media (max-width: 767px) {
    section.steps .grid .elem .image {
        margin-bottom: 0;
        margin-right: 16px
    }

    section.steps .grid .elem .text {
        width: calc(100% - 64px)
    }
}

section.steps .grid .elem .text {
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

section.variants {
    padding: 80px 0;
    background: #000
}

section.variants .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.variants .section-title {
    color: #fff;
    margin: 0;
    max-width: 575px
}

section.variants .table {
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

section.variants .table .row {
    display: grid;
    grid-template-columns:calc(100% - 570px) 190px 190px 190px;
    margin-bottom: 12px;
    position: relative
}

section.variants .table .row:first-child:before {
    content: none
}

section.variants .table .row:last-child {
    margin-top: 20px;
    margin-bottom: 0
}

section.variants .table .row:last-child:before {
    content: none
}

section.variants .table .row:before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #5a5a5a;
    position: absolute;
    bottom: 1px;
    top: 0;
    left: 0;
    margin: auto
}

section.variants .table .row div {
    position: relative;
    z-index: 1
}

section.variants .table .row div > * {
    background: #000
}

section.variants .table .row div:last-child > :not(a,p) {
    width: 100% !important
}

section.variants .table .row .name-course {
    margin-bottom: 12px;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px
}

section.variants .table .row .name-course p {
    margin: 0;
    position: relative;
    padding-left: 14px
}

section.variants .table .row .name-course p:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

section.variants .table .row .name-course.red p:before {
    background: #871801
}

section.variants .table .row .name-course.green p:before {
    background: #299f00
}

section.variants .table .row .name-course.yellow p:before {
    background: #fed852
}

section.variants .table .row .name {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

section.variants .table .row .name p {
    margin: 0;
    padding-right: 15px
}

section.variants .table .row .text {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.variants .table .row .text p {
    margin: 0;
    width: calc(100% - 30px);
    text-align: center
}

section.variants .table .row .check, section.variants .table .row .cross {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.variants .table .row .check span, section.variants .table .row .cross span {
    display: block;
    position: relative;
    width: calc(100% - 30px)
}

section.variants .table .row .check span:before, section.variants .table .row .cross span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/svg/check.svg) center center/100% 100% no-repeat;
    width: 24px;
    height: 24px
}

section.variants .table .row .cross span:before {
    background: url(../img/svg/cross.svg) center center/100% 100% no-repeat
}

section.variants .table .row .button, .top-block .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.variants .table .row .button a, .top-block .button a {
    background: #fed852;
    border-radius: 23px;
    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;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    height: 46px;
    width: calc(100% - 20px);
    text-align: center
}

.top-block {
    position: relative;
}
.top-block .button {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
}
.top-block .button a{
    width: auto;
    padding: 0 20px;
}
@media (max-width: 1200px) {
    section.variants .table .row {
        grid-template-columns:calc(100% - 300px) 100px 100px 100px
    }

    section.variants .table .row:before {
        width: calc(100% - 5px)
    }

    section.variants .table .row div:last-child > :not(a,p) {
        width: calc(100% - 10px) !important
    }

    section.variants .table .row .button a {
        font-size: 18px;
        line-height: 21px;
        width: calc(100% - 10px)
    }
}

section.variants-mob {
    height: 0;
    overflow: hidden;
    background: radial-gradient(50% 50% at 50% 50%, #212932 0, #000 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

@media (max-width: 767px) {
    section.variants {
        display: none
    }

    section.variants-mob {
        height: auto;
        padding: 40px 0
    }
}

section.variants-mob .section-title {
    color: #fff;
    margin-bottom: 32px
}

section.variants-mob .variants-slider {
    position: relative
}

section.variants-mob .variants-slider .arrows {
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

section.variants-mob .variants-slider .arrows .arrow {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../img/svg/variants-slider-arrow.svg) center center/100% 100% no-repeat
}

section.variants-mob .variants-slider .arrows .arrow.next {
    right: 0
}

section.variants-mob .variants-slider .arrows .arrow.prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.variants-mob .variants-slider .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.variants-mob .variants-slider .elem .name {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    margin: 0 0 24px;
    padding-left: 14px;
    position: relative
}

section.variants-mob .variants-slider .elem .name:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%
}

section.variants-mob .variants-slider .elem .name.red:before {
    background: #871801
}

section.variants-mob .variants-slider .elem .name.green:before {
    background: #299f00
}

section.variants-mob .variants-slider .elem .name.yellow:before {
    background: #fed852
}

section.variants-mob .variants-slider .elem .list {
    padding: 0;
    margin: 0 0 24px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.variants-mob .variants-slider .elem .list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

section.variants-mob .variants-slider .elem .list li:before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/svg/check.svg) center center/100% 100% no-repeat
}

section.variants-mob .variants-slider .elem .list li.cross {
    opacity: .5
}

section.variants-mob .variants-slider .elem .list li.cross:before {
    background-image: url(../img/svg/cross.svg)
}

section.variants-mob .variants-slider .elem .list li:last-child {
    margin-bottom: 0
}

section.variants-mob .variants-slider .elem .link {
    width: 100%;
    max-width: 345px;
    background: #fed852;
    border-radius: 23px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0;
    text-decoration: none
}

section.guarantee {
    background: url(../img/guarantee.png) center center/cover no-repeat;
    padding: 120px 0;
    margin-bottom: 80px
}

@media (max-width: 767px) {
    section.guarantee {
        background-image: url(../img/guarantee-mob.png);
        margin-bottom: 40px
    }
}

section.guarantee .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.guarantee .container .section-title {
    margin-bottom: 16px
}

section.guarantee .container .desc {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0 0 32px
}

section.guarantee .container .desc p {
    margin: 0
}

section.guarantee .container .link {
    background: #00a4ff;
    border-radius: 23px;
    width: 100%;
    max-width: 200px;
    height: 46px;
    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;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start
}

section.unique {
    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: 80px
}

section.unique .section-title {
    margin-bottom: 30px
}

section.unique .grid {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    grid-column-gap: 30px
}

@media (max-width: 940px) {
    section.unique .grid {
        grid-column-gap: 10px
    }
}

section.unique .grid .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.unique .grid .elem .image {
    -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    border-radius: 14px;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.unique .grid .elem .image-mob {
    display: none
}

@media (max-width: 767px) {
    section.unique, section.unique .section-title {
        margin-bottom: 40px
    }

    section.unique .grid {
        grid-template-columns:1fr;
        grid-row-gap: 32px
    }

    section.unique .grid .elem {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    section.unique .grid .elem .image {
        display: none
    }

    section.unique .grid .elem .image-mob {
        -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
        box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
        border-radius: 14px;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 345px
    }
}

section.unique .grid .elem .text {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0
}

section.whom {
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #e2e6eb 100%);
    padding: 120px 0;
    margin-bottom: 80px
}

section.whom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.whom .container .section-title {
    margin-bottom: 48px
}

section.whom .container .grid {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 30px
}

@media (max-width: 767px) {
    section.whom {
        padding: 40px 0;
        margin-bottom: 40px
    }

    section.whom .container .section-title {
        margin-bottom: 40px
    }

    section.whom .container .grid {
        grid-template-columns:1fr;
        grid-row-gap: 40px
    }
}

section.whom .container .grid .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.whom .container .grid .elem .image {
    width: 48px;
    height: 48px;
    margin-bottom: 16px
}

section.whom .container .grid .elem .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 8px
}

section.whom .container .grid .elem .text {
    font-size: 12px;
    line-height: 18px;
    margin: 0
}

section.who {
    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: 80px
}

section.who .section-title {
    max-width: 705px;
    margin-bottom: 50px
}

section.who .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 45px;
}

section.who .grid .row {
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    grid-column-gap: 30px;
    margin: 0 65px;
}

section.who .grid .row.four-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0;
}

section.who .grid .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 275px;
    justify-self: center;
}

section.who .grid .elem .image {
    -webkit-box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-bottom: 24px
}

@media (max-width: 1200px) {
    section.who .grid .row {
        grid-column-gap: 0;
    }
}

@media (max-width: 1024px) {
    section.who .grid .row {
        grid-template-columns: 1fr;
        grid-row-gap: 32px;
        margin: 0;
    }
    section.who .grid .row.four-row {
        grid-template-columns: 1fr;
        grid-row-gap: 32px
    }

    section.who, section.who .section-title {
        margin-bottom: 40px
    }

    section.who .grid {
        grid-template-columns:1fr;
        grid-row-gap: 32px
    }

    section.who .grid .elem {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    section.who .grid .elem .image {
        margin-bottom: 0;
        margin-right: 16px
    }

    section.who .grid .elem .text {
        width: calc(100% - 116px)
    }
}

section.who .grid .elem .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.who .grid .elem .name {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0 0 8px
}

section.who .grid .elem .desc {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0
}

section.partners {
    background: url(../img/partners_bg.png) center center/cover no-repeat;
    padding: 80px 0 24px;
    margin-bottom: 80px
}

section.partners .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.partners .container .section-title {
    max-width: 1020px;
    color: #fff;
    margin-bottom: 70px
}

section.partners .container .slider {
    position: relative
}

section.partners .container .slider .arrows {
    display: none;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

@media (max-width: 767px) {
    section.partners {
        margin-bottom: 40px
    }

    section.partners .container .section-title {
        font-size: 24px;
        line-height: 31px;
        margin-bottom: 40px
    }

    section.partners .container .slider .arrows {
        display: block
    }
}

section.partners .container .slider .arrows .arrow {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    position: absolute;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background: url(../img/svg/variants-slider-arrow.svg) center center/100% 100% no-repeat;
    right: 0
}

section.partners .container .grid {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

@media (max-width: 970px) {
    section.partners .container .grid {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px
    }
}

section.partners .container .grid .elem {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    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: 56px
}

section.partners .container .grid .elem:last-child {
    transform: translateX(calc(-100% - 60px));
}

@media (max-width: 970px) {
    section.partners .container .grid .elem:last-child {
        transform: translateX(calc(-100% - 20px));
    }
}

@media (max-width: 861px) {
    section.partners .container .grid .elem:last-child {
        transform: none;
    }
}

section.partners .container .grid .elem .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px
}

section.partners .container .grid .elem .top-block .image {
    width: 100px;
    margin-right: 16px
}

@media (max-width: 767px) {
    section.partners .container .grid .elem .top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    section.partners .container .grid .elem .top-block .image {
        -ms-flex-item-align: center;
        align-self: center
    }
}

section.partners .container .grid .elem .top-block .text {
    width: calc(100% - 116px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.partners .container .grid .elem .top-block .text .name {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin: 0
}

section.partners .container .grid .elem .top-block .text .short-desc {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0
}

section.partners .container .grid .elem .discount {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 6px
}

section.partners .container .grid .elem .discount span {
    background-color: #ffd843;
    display: inline
}

section.partners .container .grid .elem .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin: 0 0 8px
}

section.partners .container .grid .elem .list {
    margin: 0;
    padding: 0;
    list-style: none
}

section.partners .container .grid .elem .list li {
    position: relative;
    text-indent: 18px;
    color: #fff;
    font-size: 12px;
    line-height: 18px
}

section.partners .container .grid .elem .list li:before {
    content: "";
    width: 2px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    background: #fff
}

section.reviews {
    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: 80px
}

section.reviews .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 56px
}

section.reviews .top-block .section-title {
    width: 785px;
    margin-right: 28px
}

@media (max-width: 1365px) {
    section.variants .table {
        margin-top: 0
    }

    section.reviews .top-block .section-title {
        font-size: 64px;
        line-height: 64px;
        width: 520px
    }
}

@media (max-width: 835px) {
    section.reviews .top-block {
        -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
    }

    section.reviews .top-block .section-title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 32px
    }
}

section.reviews .top-block .buttons {
    width: calc(100% - 813px);
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

@media (max-width: 1365px) {
    section.reviews .top-block .buttons {
        width: calc(100% - 548px)
    }
}

section.reviews .top-block .buttons button {
    height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #f4f8fb;
    border: none;
    cursor: pointer
}

@media (max-width: 835px) {
    section.reviews .top-block .buttons {
        width: 100%;
        max-width: 345px
    }

    section.reviews .top-block .buttons button {
        height: 64px
    }
}

section.reviews .top-block .buttons button:first-child {
    border-radius: 30px 0 0 30px
}

section.reviews .top-block .buttons button:last-child {
    border-radius: 0 30px 30px 0
}

section.reviews .top-block .buttons button.active {
    background: #00a4ff;
    color: #fff
}

section.reviews .sliders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.reviews .sliders .slider {
    height: 0;
    overflow: hidden;
    position: relative
}

section.reviews .sliders .slider.active {
    height: auto
}

section.reviews .sliders .slider .elem {
    margin: 0 15px
}

section.reviews .sliders .slider .slider-content {
    margin: 0 -15px
}

section.reviews .sliders .slider .slider-content.after:after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(24.94%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #fff 0, #fff 24.94%, rgba(255, 255, 255, 0) 100%)
}

section.reviews .sliders .slider .image {
    border-radius: 14px;
    margin: 0 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.reviews .sliders .slider .image iframe {
    width: 100%;
    height: 220px;
    border-radius: 14px
}

section.reviews .sliders .slider .date {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 8px
}

section.reviews .sliders .slider .name {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 4px
}

section.reviews .sliders .slider .desc {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0
}

section.reviews .sliders .slider-arrows {
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: calc(100% - 96px);
    height: 195px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    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
}

section.reviews .sliders .slider-arrows .arrow {
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    background: url(../img/svg/arrow.svg) center center/100% 18px no-repeat;
    display: none;
    right: 0;
    z-index: 1;
    position: absolute
}

@media (max-width: 767px) {
    section.reviews {
        margin-bottom: 40px
    }

    section.reviews .top-block .section-title {
        font-size: 72px;
        line-height: 72px
    }

    section.reviews .sliders .slider .slider-content.after:after {
        width: 100px
    }

    section.reviews .sliders .slider-arrows {
        width: 100%
    }

    section.reviews .sliders .slider-arrows .arrow {
        width: 45px;
        height: 45px
    }
}

section.reviews .sliders .slider-arrows .arrow.show {
    display: block
}

section.reviews .sliders .slider-arrows .arrow.prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    right: auto
}

section.info {
    background: url(../img/info_bg.png) center center/100% 100%;
    padding: 160px 0;
    margin-bottom: 120px
}

section.info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

section.info .container .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    margin: 0
}

@media (max-width: 767px) {
    section.info {
        background-image: url(../img/info_bg-mob.png);
        padding: 140px 0;
        margin-bottom: 80px
    }

    section.info .container .title {
        font-size: 36px;
        line-height: 46px
    }
}

section.media {
    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: 120px
}

section.media .section-title {
    margin-bottom: 56px
}

section.media .grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 20px;
    margin-right: 100px;
    width: 670px;
    align-self: flex-end
}

@media (max-width: 820px) {
    section.media .grid {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    section.media {
        margin-bottom: 80px
    }

    section.media .section-title {
        margin-bottom: 40px
    }

    section.media .grid {
        grid-template-columns:1fr 1fr;
        grid-column-gap: 30px;
        width: 100%;
        align-self: center;
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-around;
    }
}

section.media .grid .elem {
    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
}

section.media .grid .elem img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%
}

section.answers {
    padding: 80px 0;
    background: radial-gradient(50% 50% at 50% 50%, #fff 0, #e2e6eb 100%);
    margin-bottom: 120px
}

section.answers .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.answers .container .section-title {
    margin-bottom: 32px
}

section.answers .container .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.answers .container .flex .elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 0;
    border: dashed #7b828b;
    border-width: 1px 0 0
}

section.answers .container .flex .elem.active .question:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

section.answers .container .flex .elem.active .answer {
    padding-top: 8px
}

section.answers .container .flex .elem:last-child {
    border-width: 1px 0
}

section.answers .container .flex .elem .question {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #000;
    margin: 0;
    padding-right: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

section.answers .container .flex .elem .question:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    background: url(../img/svg/question-arrow.svg) center center/100% 100% no-repeat;
    -webkit-transition: .3s;
    transition: .3s
}

section.answers .container .flex .answer {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s
}

section.answers .container .flex .answer > * {
    margin: 0 0 12px
}

section.answers .container .flex .answer > :last-child {
    margin-bottom: 0
}

footer {
    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: 120px
}

@media (max-width: 767px) {
    section.answers {
        padding: 40px 0 24px;
        margin-bottom: 80px
    }

    footer {
        margin-bottom: 80px
    }
}

footer .logo {
    width: 80px;
    margin-bottom: 32px
}

footer .info {
    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
}

@media (max-width: 767px) {
    footer .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    footer .info .text {
        margin-bottom: 32px
    }
}

footer .info .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 515px
}

footer .info .text p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 12px
}

footer .info .text p:last-child {
    margin-bottom: 0
}

footer .info .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .info .links a {
    font-size: 12px;
    line-height: 18px;
    color: #00a3ff;
    text-decoration: none
}

section.wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
    cursor: pointer;
    display: none
}

section.wrapper.open {
    display: block
}

section.wrapper .popup {
    cursor: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 30px);
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    -webkit-box-shadow: 0 14px 24px -10px rgba(0, 0, 0, .25);
    box-shadow: 0 14px 24px -10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    max-width: 400px
}

section.wrapper .popup.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.wrapper .popup .title {
    max-width: 240px;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #000;
    margin: 0 0 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-item-align: start;
    align-self: flex-start
}

section.wrapper .popup form {
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

section.wrapper .popup 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: 16px
}

section.wrapper .popup form label span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 0 8px
}

section.wrapper .popup form label input {
    background: #ecf0f4;
    border-radius: 4px;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    color: #000;
    border: none;
    outline: 0
}

section.wrapper .popup form label input.phone-input {
    padding-left: 52px
}

section.wrapper .popup form .bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 576px) {
    section.wrapper .popup form .bottom-block {
        -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
    }

    body.thanks section.thanks {
        margin-bottom: 79px
    }
}

section.wrapper .popup form .bottom-block .section-btn {
    max-width: 320px;
    width: 100%;
    height: 46px;
    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;
    background: #fed852;
    border-radius: 23px;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #000;
    text-decoration: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: 0
}

body.thanks {
    background: url(../img/thanks_bg.png) center center/cover no-repeat;
    position: relative
}

body.thanks section.thanks {
    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
}

body.thanks section.thanks .title {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 72px;
    line-height: 72px;
    color: #fff;
    max-width: 750px;
    margin: 0 0 24px;
    text-align: center
}

@media (max-width: 720px) {
    body.thanks {
        background: url(../img/thanks_bg-mob.png) center center/cover no-repeat
    }

    body.thanks section.thanks .title {
        font-size: 48px;
        line-height: 48px
    }
}

@media (max-width: 576px) {
    body.thanks section.thanks .title {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 24px;
        text-align: left;
        padding-left: 15px
    }
}

@media (max-width: 360px) {
    .section-title {
        font-size: 62px;
        line-height: 62px
    }

    section.wrapper .popup {
        padding: 15px 20px
    }

    section.wrapper .popup .title {
        font-size: 41px;
        line-height: 41px
    }

    body.thanks section.thanks .title {
        font-size: 48px;
        line-height: 48px
    }
}

body.thanks section.thanks .desc {
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    max-width: 490px;
    color: #fff;
    margin: 0 0 40px
}

@media (max-width: 576px) {
    body.thanks section.thanks .desc {
        max-width: 265px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left;
        -ms-flex-item-align: start;
        align-self: flex-start;
        padding-left: 15px;
        margin-bottom: 0
    }
}

body.thanks section.thanks .link {
    max-width: 320px;
    width: 100%;
    background: #fed852;
    border-radius: 23px;
    height: 46px;
    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;
    font-family: "Futura PT Cond";
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-decoration: none;
    color: #000
}

@media (max-width: 576px) {
    body.thanks section.thanks .link {
        position: absolute;
        bottom: 33px;
        right: 0;
        left: 0;
        margin: auto;
        max-width: none;
        width: calc(100% - 55px);
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}


/* info popup*/
section.wrapper .popup.info-popup {
    background: radial-gradient(50% 50% at 50% 50%, #212932 0%, #000000 100%), #FED852;
    border-radius: 20px;
    padding: 44px 54px 48px;
    display: none;
    flex-direction: column;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    position: absolute;
    overflow: hidden;
    align-items: inherit;
}
@media (max-width: 750px) {
    section.wrapper .popup.info-popup {
        padding: 22px 28px 24px;
    }
}

@media (max-width: 675px) {
    section.wrapper .popup.info-popup {
        padding: 40px 24px 141px;
        max-width: 345px;
    }
}
section.wrapper .popup.info-popup.open {
    display: flex;
}
section.wrapper .popup.info-popup .text {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}
section.wrapper .popup.info-popup:before {
    content: "";
    width: 675px;
    height: 675px;
    position: absolute;
    top: -32px;
    right: -239px;
    border-radius: 50%;
    background: #00A4FF;
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup:before {
        width: 616px;
        height: 616px;
        top: auto;
        bottom: -506px;
        right: calc(-50% + 35px);
    }
}
section.wrapper .popup.info-popup .absolute-images .image {
    position: absolute;
    width: 358px;
    height: 179px;
    top: 204px;
    right: 90px;
    filter: drop-shadow(0px 74px 21px rgba(38, 38, 38, 0.01)) drop-shadow(0px 47px 19px rgba(38, 38, 38, 0.04)) drop-shadow(0px 27px 16px rgba(38, 38, 38, 0.15)) drop-shadow(0px 12px 12px rgba(38, 38, 38, 0.26)) drop-shadow(0px 3px 7px rgba(38, 38, 38, 0.29)) drop-shadow(0px 0px 0px rgba(38, 38, 38, 0.3));
    border-radius: 5px;
    background: url("../img/absolute-image1.png") center center/100% 100% no-repeat;
    z-index: 1;
}
@media (max-width: 930px) {
    section.wrapper .popup.info-popup .absolute-images .image {
        width: 261px;
        height: 130px;
    }
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .absolute-images .image {
        width: 190px;
        height: 95px;
        top: auto;
        bottom: -6px;
        right: 74px;
        transform: rotate(5.16deg);
    }
}
section.wrapper .popup.info-popup .absolute-images:before {
    content: "";
    width: 359px;
    height: 175px;
    position: absolute;
    top: 107px;
    right: -6px;
    filter: drop-shadow(0px 74px 21px rgba(38, 38, 38, 0.01)) drop-shadow(0px 47px 19px rgba(38, 38, 38, 0.04)) drop-shadow(0px 27px 16px rgba(38, 38, 38, 0.15)) drop-shadow(0px 12px 12px rgba(38, 38, 38, 0.26)) drop-shadow(0px 3px 7px rgba(38, 38, 38, 0.29)) drop-shadow(0px 0px 0px rgba(38, 38, 38, 0.3));
    border-radius: 5px;
    transform: rotate(-3.91deg);
    background: url("../img/absolute-image2.png") center center/100% 100% no-repeat;
}
@media (max-width: 930px) {
    section.wrapper .popup.info-popup .absolute-images:before {
        width: 261px;
        height: 130px;
    }
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .absolute-images:before {
        right: -8px;
        bottom: 10px;
        top: auto;
        width: 190px;
        height: 93px;
        transform: rotate(8.12deg);
    }
}
section.wrapper .popup.info-popup .absolute-images:after {
    content: "";
    width: 359px;
    height: 177px;
    position: absolute;
    bottom: 56px;
    right: 5px;
    filter: drop-shadow(0px 74px 21px rgba(38, 38, 38, 0.01)) drop-shadow(0px 47px 19px rgba(38, 38, 38, 0.04)) drop-shadow(0px 27px 16px rgba(38, 38, 38, 0.15)) drop-shadow(0px 12px 12px rgba(38, 38, 38, 0.26)) drop-shadow(0px 3px 7px rgba(38, 38, 38, 0.29)) drop-shadow(0px 0px 0px rgba(38, 38, 38, 0.3));
    border-radius: 5px;
    transform: rotate(3.59deg);
    background: url("../img/absolute-image3.png") center center/100% 100% no-repeat;
}
@media (max-width: 930px) {
    section.wrapper .popup.info-popup .absolute-images:after {
        width: 261px;
        height: 130px;
        bottom: 120px;
    }
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .absolute-images:after {
        width: 190px;
        height: 94px;
        left: -13px;
        bottom: -23px;
        right: auto;
        transform: rotate(12.95deg);
        z-index: 1;
    }
}
section.wrapper .popup.info-popup .top-title {
    padding: 0 10px;
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    color: #1A1B25;
    background: #FED852;
    align-self: center;
    margin: 0 0 45px;
    font-family: "Futura PT";
}
@media (max-width: 750px) {
    section.wrapper .popup.info-popup .top-title {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .top-title {
        margin-bottom: 24px;
    }
}
@media (max-width: 368px) {
    section.wrapper .popup.info-popup .top-title {
        font-size: 31px;
        line-height: 36px;
    }
}
section.wrapper .popup.info-popup .title {
    max-width: 335px;
    font-family: "Futura PT";
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #fff;
    margin: 0 0 32px;
}
@media (max-width: 750px) {
    section.wrapper .popup.info-popup .title {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .title {
        margin-bottom: 25px;
    }
}
section.wrapper .popup.info-popup .info {
    padding-left: 38px;
    position: relative;
    margin-bottom: 32px;
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .info {
        margin-bottom: 25px;
    }
}
section.wrapper .popup.info-popup .info:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/computer.png") center center/100% 100% no-repeat;
    filter: drop-shadow(0px 0px 20px #B6B6B6);
}
section.wrapper .popup.info-popup .info .info-text {
    max-width: 375px;
    font-family: "Futura PT";
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
}
@media (max-width: 870px) {
    section.wrapper .popup.info-popup .info .info-text {
        max-width: 245px;
    }
}
@media (max-width: 750px) {
    section.wrapper .popup.info-popup .info .info-text {
        font-size: 16px;
        line-height: 21px;
        max-width: 210px;
    }
}
section.wrapper .popup.info-popup .info .info-text span {
    color: #00A4FF;
}
section.wrapper .popup.info-popup .desc {
    max-width: 335px;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    margin: 0 0 40px;
}
@media (max-width: 675px) {
    section.wrapper .popup.info-popup .desc {
        margin-bottom: 30px;
    }
}
section.wrapper .popup.info-popup .link {
    width: 100%;
    max-width: 290px;
    box-sizing: border-box;
    background: #299F00;
    box-shadow: 0px 33px 13px rgba(41, 159, 0, 0.04), 0px 19px 11px rgba(41, 159, 0, 0.13), 0px 8px 8px rgba(41, 159, 0, 0.21), 0px 2px 5px rgba(41, 159, 0, 0.25), 0px 0px 0px rgba(41, 159, 0, 0.25);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: "Futura PT";
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-decoration: none;
    padding: 10px 16px;
}
@media (max-width: 368px) {
    section.wrapper .popup.info-popup .link {
        padding: 10px 5px;
        font-size: 16px;
        line-height: 21px;
    }
}

/* info popup*/