@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI.eot');
    src: local('Segoe UI'), local('SegoeUI'),
    url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI.woff') format('woff'),
    url('../fonts/SegoeUI.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-SemiBold.eot');
    src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
    url('../fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-SemiBold.woff') format('woff'),
    url('../fonts/SegoeUI-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUI-Bold.eot');
    src: local('Segoe UI Bold'), local('SegoeUI-Bold'),
    url('../fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SegoeUI-Bold.woff') format('woff'),
    url('../fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.eot');
    src: local('Helvetica Light'), local('Helvetica-Light'),
    url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica-Light.woff2') format('woff2'),
    url('../fonts/Helvetica-Light.woff') format('woff'),
    url('../fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*common*/
body {
    color: #313132;
    background: #F6F7F8;
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'SegoeUI', sans-serif;
    font-weight: 600;
}
button {
    font-weight: 700;
    cursor: pointer;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
a {
    text-decoration: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1600px;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
.yellow-btn {
    background: #FFDD2D;
    border-radius: 10px;
    padding: 20px 40px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #313132;
}
.yellow-btn:hover {
    background: #ffc600;
}
h3,
h2 {
    font-size: 64px;
    line-height: 1.2;
    text-align: center;
}
h3 {
    font-size: 48px;
}
/*end common*/

/*header*/
.header {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer__logo,
.logo {
    background: url('../images/logo.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 113px;
    height: 50px;
}
.nav {
    font-size: 0;
}
.nav__link {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 40px;
    padding: 10px 0;
    color: #313132;
}
.nav__link:last-child {
    margin-right: 0;
}
.nav__link:hover {
    text-decoration: underline;
}
.menu-btn {
    display: none;
}
/*end header*/

/*main*/
.main__block {
    padding: 144px 100px 157px;
    background: #E2E8F0;
    border-radius: 10px;
    position: relative;
}
.main__bg {
    position: absolute;
    width: 788px;
    height: 100%;
    top: 0;
    right: 106px;
}
.main__bg:before,
.main__bg:after {
    content: '';
    position: absolute;
    background: url('../images/bg/main-bg.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.main__bg:before {
    z-index: 2;
    background: url('../images/bg/main-bg-arrows.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    mix-blend-mode: multiply;
}
.main__bg-shadow {
    position: absolute;
    background: url('../images/bg/main-shadow.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 149px;
    height: 281px;
    left: 200px;
    z-index: 6;
    top: 0;
    background-blend-mode: screen;
    mix-blend-mode: screen;
}
.main__left {
    max-width: 650px;
    position: relative;
    z-index: 10;
}
h1 {
    font-size: 64px;
    line-height: 100%;
}
.icon-check {
    width: 20px;
    height: 20px;
}
.main__list-title,
.main__list li {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2;
}
.main__list-title {
    margin-top: 26px;
    font-size: 32px;
}
.main__list {
    margin-top: 15px;
}
.main__list li {
    position: relative;
    padding-left: 35px;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.main__list li:last-child {
    margin-bottom: 0;
}
.main__list li .svg-icon {
    position: absolute;
    left: 2px;
    top: 4px;
}
.main__btn {
    margin-top: 37px;
}
/*end main*/

/*advantages*/
.advantages {
    margin-top: 86px;
}
.advantages__list {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 120px;
    flex-wrap: nowrap;
}
.advantage {
    text-align: center;
    margin-right: 20px;
}
.advantage:last-child {
    margin-right: 0;
}
.advantage .svg-icon {
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto 0;
}
.advantage__title {
    margin-top: 18px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
}
/*end advantages*/

/*footer*/
.footer {
    margin-top: 100px;
    padding-bottom: 60px;
}
.footer__logo {
    display: block;
}
.footer__block {
    margin-top: 35px;
}
.footer__left,
.footer__right {
    max-width: 460px;
    width: 100%;
}
.footer__left {
    max-width: 400px;
}
.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #A9A9A9;
}
.copyright i {
    margin-right: 27px;
}
.contacts {
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    color: #A9A9A9;
}
.contacts li {
    margin-bottom: 5px;
}
.contacts li:last-child {
    margin-bottom: 0;
}
.contacts a {
    font-size: 24px;
    color: inherit;
}
/*end footer*/

/*statistics*/
.statistics {
    margin-top: 100px;
}
.statistic {
    background: #E2E8F0;
    border-radius: 10px;
    width: calc(25% - 15px);
    margin-right: 20px;
    padding: 40px 40px 37px;
    box-sizing: border-box;
}
.statistic:last-child {
    margin-right: 0;
}
.statistic__number {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
}
.statistic__desc {
    margin-top: 13px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
}
/*end statistics*/

/*categories*/
.categories {
    padding-top: 95px;
}
.categories__list {
    margin-top: 72px;
    margin-bottom: -20px;
}
.category {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    width: calc(20% - 16px);
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.category:nth-child(5n) {
    margin-right: 0;
}
.category__icon {
    display: block;
    margin: 0 auto;
    background: #FFDD2D;
    border-radius: 50%;
    position: relative;
    width: 88px;
    height: 88px;
}
.category__icon .svg-icon {
    width: 49px;
    height: 48px;
}
.category__desc {
    margin-top: 15px;
    font-size: 20px;
    line-height: 130%;
}
/*end categories*/

/*app*/
.app {
    margin-top: 100px;
}
.app__block {
    background: #E2E8F0;
    border-radius: 10px;
    padding: 57px 20px 60px;
    text-align: center;
}
.app__center {
    max-width: 840px;
    margin: 0 auto;
}
.app p {
    margin-top: 18px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 130%;
}
.app__btn {
    margin-top: 37px;
    font-family: 'SegoeUI', sans-serif;
    font-weight: 600;
}
/*end app*/

/*graph*/
.graph {
    margin-top: 100px;
}
.graph__block {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 157px 20px 100px;
    min-height: 610px;
    box-sizing: border-box;
    position: relative;
}
.graph__block:after {
    content: '';
    position: absolute;
    background: url('../images/bg/graph.webp') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 769px;
    height: 607px;
    top: 3px;
    left: 94px;
}
.graph__right {
    position: relative;
    z-index: 5;
    max-width: 702px;
    margin-left: auto;
}
.graph h3 {
    text-align: left;
}
.graph__list {
    margin-top: 34px;
}
.graph__list li {
    padding-left: 35px;
    position: relative;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.graph__list li:last-child {
    margin-bottom: 0;
}
.graph__list li .svg-icon {
    position: absolute;
    left: 2px;
    top: 2px;
}
/*end graph*/

/*steps*/
.steps {
    padding-top: 95px;
}
.steps__list {
    margin-top: 73px;
    margin-bottom: -60px;
}
.steps__col {
    width: 22.18%;
}
.step {
    padding: 30px 30px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 241px;
    margin-bottom: 60px;
}
.step_fix {
    padding-right: 20px;
}
.step__number {
    background: #FFDD2D;
    border-radius: 50%;
    text-align: center;
    line-height: 88px;
    width: 88px;
    height: 88px;
    font-weight: 700;
    font-size: 40px;
    display: block;
}
.step__desc {
    margin-top: 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
}
/*end steps*/

/*form-block*/
.form-block {
    margin-top: 100px;
}
.form {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 62px 20px 60px;
}
.form h3 {
    font-weight: 700;
    line-height: 126%;
}
.form__center {
    max-width: 700px;
    margin: 61px auto 0;
}
.form__field {
    width: 100%;
    background: #ECF1F7;
    border: 1px solid #D5D7DC;
    border-radius: 5px;
    height: 57px;
    padding-left: 19px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
    color: #313132;
}
.field__wrap {
    font-size: 0;
    display: block;
    margin-bottom: 20px;
}
.field__wrap .form__field {
    margin-bottom: 0;
}
.error__text {
    display: none;
}
.error .error__text {
    display: block;
    padding-top: 4px;
    font-size: 14px;
    line-height: 150%;
    color: red;
}
.form__field::placeholder {
    color: #929598;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #929598;
}
.form__info {
    padding-top: 2px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
}
.form__info a {
    color: #6e73b5;
    text-decoration: underline;
}
.form__info a:hover {
    text-decoration: none;
}
.form__btn {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 28px auto 0;
}
/*end form-block*/

/*guarantees*/
.guarantees {
    padding-top: 95px;
}
.guarantees__list {
    margin-top: 73px;
    margin-bottom: -20px;
}
.guarantee {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 40px 38px;
    box-sizing: border-box;
    width: calc(33.3333% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.guarantee:nth-child(3n) {
    margin-right: 0;
}
.icon-guarantee-1 {
    width: 42px;
    height: 48px;
}
.icon-guarantee-2 {
    width: 48px;
    height: 44px;
}
.icon-guarantee-3 {
    width: 48px;
    height: 40px;
}
.icon-guarantee-4 {
    width: 40px;
    height: 48px;
}
.icon-guarantee-5 {
    width: 60px;
    height: 44px;
}
.guarantee__icon {
    background: #FFDD2D;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: relative;
    display: block;
}
.guarantee__title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 130%;
}
.guarantee__title:first-child {
    margin-top: 0;
}
.guarantee__desc {
    margin-top: 17px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.005em;
}
.send {
    background: #E2E8F0;
    position: relative;
}
.guarantee__btn {
    position: absolute;
    left: 40px;
    bottom: 40px;
}
/*end guarantees*/

/*projects*/
.projects {
    padding-top: 95px;
}
.projects__slider {
    margin-top: 72px;
}
.project {
    padding: 37px 40px 38px 580px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.project__photo {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    width: 530px;
    border-radius: 10px;
    overflow: hidden;
}
.project__title {
    font-size: 32px;
    line-height: 1.2;
}
.projects__wrap {
    max-width: 1059px;
}
.project__params {
    margin-top: 16px;
}
.project__param {
    margin-bottom: 18px;
}
.project__param:last-child {
    margin-bottom: 0;
}
.project__param-title {
    font-size: 20px;
    line-height: 130%;
}
.project__param-desc {
    margin-top: 13px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
}
.project__list {
    margin-top: 22px;
}
.project__list li {
    padding-left: 34px;
    position: relative;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px;
}
.project__list li:last-child {
    margin-bottom: 0;
}
.project__list li .svg-icon {
    position: absolute;
    left: 2px;
    top: 2px;
}
.projects__control {
    font-size: 0;
    text-align: center;
    margin-top: 60px;
}
.projects__prev,
.projects__next {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    background: #FFDD2D;
    border-radius: 5px;
    width: 44px;
    height: 44px;
    position: relative;
}
.projects__prev:hover,
.projects__next:hover {
    background: #ffc600;
}
.projects__prev {
    margin-right: 20px;
}
.projects__prev .svg-icon,
.projects__next .svg-icon {
    width: 24px;
    height: 24px;
}
/*end projects*/

/*results*/
.results {
    margin-top: 95px;
}
.results__list {
    margin-top: 93px;
}
.results__list-col {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.results__list-col:last-child {
    margin-right: 0;
}
.result {
    padding: 40px 40px 38px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.result:last-child {
    margin-bottom: 0;
}
.result:first-child {
    margin-top: 0;
}
.result__photo {
    padding-top: 70.42%;
    position: relative;
}
.result__title {
    margin-top: 40px;
    font-size: 24px;
    line-height: 130%;
}
.result__params {
    margin-top: 22px;
}
.result__params-cols {
    margin-top: 22px;
}
.result__params-cols > * {
    margin-top: 0;
}
.result__params li {
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #49494A;
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
}
.result__params li:last-child {
    margin-bottom: 0;
}
.result__params li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #49494A;
    left: 10px;
    top: 9px;
}
.result__sub-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 130%;
}
.result__sub-title.mt-fix {
    margin-top: 18px;
}
.result__params ol {
    margin-top: 5px;
}
.result__params ol li {
    padding-left: 0;
}
.result__params ol li:after {
    display: none;
}
/*end results*/

/*about*/
.about {
    padding-top: 95px;
}
.block-desc {
    margin-top: 9px;
    text-align: center;
    font-size: 30px;
    line-height: 120%;
}
.about__block {
    margin-top: 77px;
}
.price {
    width: calc(33.75% - 20px);
}
.about__list {
    width: 66.25%;
}
.icon-price-1 {
    width: 48px;
    height: 48px;
}
.icon-price-2 {
    width: 42px;
    height: 48px;
}
.about__item-icon {
    display: block;
    position: relative;
    border-radius: 50%;
    background: #FFDD2D;
    width: 88px;
    height: 88px;
}
.about__item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 40px 38px;
    margin-bottom: 20px;
}
.about__item:last-child {
    margin-bottom: 0;
}
.about__item-title {
    margin-top: 30px;
    font-size: 20px;
    line-height: 130%;
}
.about__item-desc {
    margin-top: 18px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #49494A;
}
.price {
    box-sizing: border-box;
    padding: 60px;
    background: #E2E8F0;
    border-radius: 10px;
    margin-right: 20px;
}
.price__item {
    margin-bottom: 40px;
}
.price__item-title {
    font-size: 20px;
    line-height: 130%;
}
.price__item-title small {
    margin-top: 5px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}
.price__item-number {
    margin-top: 5px;
    font-size: 36px;
    line-height: 130%;
}
.price__btn {
    margin-top: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
/*end about*/

/*popups*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    padding: 20px;
    box-sizing: border-box;
    z-index: 100;
    overflow: auto;
    background: rgba(49, 49, 50, 0.6);
}
.popup {
    display: none;
    opacity: 0;
    top: -100px;
    max-width: 500px;
    margin: 50px auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 31px 50px 50px;
    box-sizing: border-box;
    text-align: center;
}
.popup-thank__btn {
    margin-top: 58px;
    padding-left: 68px;
    padding-right: 68px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.popup__title {
    font-size: 24px;
    line-height: 100%;
    margin-top: 40px;
}
.popup__desc {
    margin-top: 17px;
    font-family: 'Helvetica', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #49494A;
}
.popup-thank__icon {
    background: url('../images/thank-icon.webp') no-repeat center;
    width: 216px;
    height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
    right: 5px;
}
.page-wrap {
    padding-top: 110px;
}
.header {
    position: fixed;
    width: 100%;
    z-index: 80;
    left: 0; top: 0;
    transition: all, 0.3s;
}
.header.scroll {
    background: #F6F7F8;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.menu,
.form__desc {
    display: none;
}
.main__bg img {
    display: none;
}
.results__list_mobile {
    display: none;
}

@media all and (min-width: 1015px) {
.step {
    position: relative;
}
.step__arrow-down,
.step__arrow-up,
.step__arrow-right {
    position: absolute;
    margin: auto;
    width: 16px;
    height: 52px;
}
.step__arrow-down {
    background: url('../images/steps/arrow-down.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: -55px;
}
.step__arrow-right {
    background: url('../images/steps/arrow-right.svg') no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    top: 0;
    bottom: 0;
    right: -55px;
    width: 52px;
    height: 16px;
}
.step__arrow-up {
    background: url('../images/steps/arrow-top.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0;
    right: 0;
    top: -55px;
}
 }
/*end popups*/



















@media all and (min-width: 1025px) {
    .projects__slider .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .project {
        height: 100%;
        min-height: 575px;
    }
    .owl-carousel .owl-stage {
        display: flex;
    }
}

@media all and (max-width: 1700px) {
    .content {
        max-width: 1360px;
    }
    .main__bg {
        right: 20px;
    }
    .main__block {
        padding-left: 40px;
        padding-right: 40px;
    }
    .graph__block:after {
        left: 0;
    }
    .graph__block:after {
        left: -40px;
    }
    .graph__right {
        max-width: 600px;
    }
    .step__desc {
        font-size: 16px;
        line-height: 130%;
        padding-top: 1px;
    }
    .step__desc br {
        display: none;
    }
    .main__list li {
        font-size: 20px;
        line-height: 1.3;
    }
    .main__list li .svg-icon {
        top: 3px;
    }
    h2 {
        font-size: 58px;
    }
    .step__arrow-right {
        right: -48px;
        width: 44px;
    }
}

@media all and (max-width: 1500px) {
    .content {
        max-width: 1160px;
    }
    .main__bg {
        width: 560px;
        right: 0;
    }
    .main__bg-shadow {
        left: 88px;
    }
    .statistic br {
        display: none;
    }
    .statistic {
        padding: 15px;
    }
    .statistic__number {
        font-size: 38px;
    }
    .statistic__desc {
        font-size: 18px;
    }
    .graph__block:after {
        width: 630px;
        height: 497px;
        top: 0; bottom: 0;
        margin: auto;
    }
    .graph__block {
        padding-top: 120px;
        padding-bottom: 120px;
        min-height: inherit;
    }
    .advantages__list {
        padding-left: 80px;
        padding-right: 80px;
    }
    .main__block {
        overflow: hidden;
    }
    .main__bg {
        right: -100px;
    }
    h2,
    h1 {
        font-size: 54px;
    }
    .main__list-title {
        font-size: 28px;
    }
    .main__block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .main__bg-shadow {
        display: none;
    }
    .advantages__list {
        padding: 30px 20px;
    }
    .categories__list {
        margin-top: 40px;
    }
    .graph__block:after {
        width: 500px;
        height: 395px;
        bottom: -30px;
    }
    .graph__block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .guarantee,
    .step {
        padding: 20px;
    }
    .category__desc {
        font-size: 18px;
        line-height: 130%;
    }
    .graph__block:after {
        left: 40px;
    }
    .price__item-title {
        font-size: 19px;
    }
    .form-block,
    .results,
    .app,
    .graph,
    .advantages,
    .statistics {
        margin-top: 70px;
    }
    .steps,
    .guarantees,
    .about,
    .projects,
    .categories {
        padding-top: 70px;
    }
    .projects__slider,
    .steps__list,
    .guarantees__list,
    .about__block,
    .results__list {
        margin-top: 50px;
    }
    h3 {
        font-size: 42px;
    }
    h2 {
        font-size: 48px;
    }
    .footer {
        margin-top: 60px;
        padding-bottom: 50px;
    }
    .main__bg {
        width: 530px;
        height: 100%;
        right: 62px;
    }
    .main__block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .step__arrow-right {
        right: -39px;
        width: 34px;
    }
    .step {
        margin-bottom: 43px;
    }
    .step__arrow-up,
    .step__arrow-down {
        height: 34px;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .step__arrow-down {
        bottom: -39px;
    }
    .step__arrow-up {
        top: -39px;
    }
}

@media all and (max-width: 1300px) {
    .content {
        max-width: 1040px;
    }
    .category__icon {
        width: 54px;
        height: 54px;
    }
    .category__icon .svg-icon {
        width: 24px;
        height: 24px;
    }
    .category {
        padding: 15px;
    }
    .category__desc {
        font-size: 15px;
        line-height: 130%;
    }
    .graph__right {
        max-width: 500px;
    }
    .step__number {
        width: 68px;
        height: 64px;
        line-height: 64px;
        font-size: 24px;
    }
    .project__photo {
        width: 46%;
    }
    .project {
        padding-left: 50%;
    }
    .graph__block:after {
        left: -20px;
    }
    h3 {
        font-size: 32px;
    }
    .advantage__title {
        font-size: 17px;
    }
    .advantages__list {
        padding-left: 40px;
        padding-right: 40px;
    }
    h2 {
        font-size: 38px;
    }
    .main__block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    h1 {
        font-size: 48px;
    }
    .main__list li {
        font-size: 19px;
    }
    .main__list li .svg-icon {
        top: 1px;
    }
    .main__bg {
        width: 490px;
        height: 100%;
        right: 10px;
    }
    .step__arrow-right {
        right: -36px;
    }
    .result__title {
        font-size: 20px;
    }
    .result__params li {
        font-size: 15px;
    }
    .result__params li:after {
        top: 7px;
    }
    .price {
        padding-left: 30px;
        padding-right: 20px;
    }
    .about__item-desc {
        margin-top: 11px;
        font-size: 15px;
    }
    .about__item-title {
        margin-top: 16px;
    }
    h1 {
        font-size: 44px;
    }
    .main__list-title {
        font-size: 24px;
    }
    .main__list li {
        font-size: 17px;
    }
    .main__list li .svg-icon {
        top: 0;
    }
    .main__block {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .main__bg {
        width: 500px;
    }
    .statistic__number {
        font-size: 30px;
    }
    .statistic__desc {
        font-size: 17px;
    }
    .app p {
        font-size: 18px;
    }
    .app__center {
        max-width: 790px;
    }
    .graph__list li {
        font-size: 18px;
    }
    .graph__list li .svg-icon {
        top: 0;
    }
    .project__title {
        font-size: 28px;
    }
    .project__param-title {
        font-size: 18px;
    }
    .project__list li,
    .project__param-desc {
        font-size: 15px;
    }
    .project__list li .svg-icon {
        top: 1px;
    }
    .result__title {
        font-size: 17px;
        letter-spacing: -0.01em;
    }
    .result__sub-title {
        font-size: 16px;
    }
    .result {
        padding: 30px 25px 28px;
    }
    .price__item-number {
        font-size: 28px;
    }
    .price__item-title {
        font-size: 17px;
    }
    .guarantee__title {
        font-size: 18px;
    }
    .step__desc,
    .guarantee__desc {
        font-size: 15px;
    }
    .step {
        min-height: 210px;
    }
    .contacts {
        font-size: 15px;
    }
    .contacts a {
        font-size: 20px;
    }
    .price {
        width: calc(30.75% - 20px);
    }
    .about__list {
        width: 69.25%;
    }
    .price__item-title {
        font-size: 16px;
    }
    .price__item-number {
        font-size: 25px;
    }
    .about__item-icon {
        width: 66px;
        height: 66px;
    }
    .icon-price-1,
    .icon-price-2 {
        width: 32px;
        height: 32px;
    }
}

@media all and (max-width: 1014px) {
    .advantages__list {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main__bg {
        right: 0;
    }
    .page-wrap {
        padding-top: 70px;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer__logo, .logo {
        width: 68px;
        height: 30px;
    }
    .nav__link {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .main__list-title {
        font-size: 24px;
    }
    .main__left {
        max-width: 400px;
    }
    .main__list {
        max-width: 330px;
    }
    .advantage .svg-icon {
        width: 24px;
        height: 24px;
    }
    .advantage__title {
        margin-top: 8px;
        font-size: 16px;
        line-height: 130%;
    }
    .advantages__list {
        padding-bottom: 28px;
    }
    .statistics,
    .advantages {
        margin-top: 40px;
    }
    .statistic__number {
        font-size: 24px;
        line-height: 100%;
    }
    .statistic__desc {
        font-size: 14px;
        line-height: 130%;
    }
    .category__desc {
        font-size: 14px;
    }
    .categories {
        padding-top: 60px;
    }
    .graph__block:after {
        width: 394px;
        height: 311px;
        left: 0;
    }
    .graph__block {
        padding: 283px 20px 20px;
    }
    .graph__right {
        margin-left: auto;
        margin-right: auto;
    }
    .graph__block:after {
        max-width: 100%;
        top: -12px;
        left: 0; right: -4px;
        bottom: auto;
        margin: 0 auto;
    }
    .footer__left {
        max-width: 300px;
    }
    .footer__right {
        max-width: 400px;
    }
    .steps__col {
        width: 100%;
        margin-bottom: 60px;
    }
    .steps {
        padding-top: 60px;
    }
    .step {
        width: 100%;
        margin-bottom: 60px;
        min-height: inherit;
        text-align: center;
    }
    .steps__list {
        margin-bottom: 0;
    }
    .form-block {
        margin-top: 40px;
    }
    .steps__list {
        margin-top: 40px;
    }
    .step__number {
        margin-left: auto;
        margin-right: auto;
    }
    .step:last-child {
        margin-bottom: 0;
    }
    .steps__col:last-child {
        margin-bottom: 0;
    }
    .steps__col:nth-child(2n) {
        display: flex;
        flex-wrap: wrap;
    }
    .steps__col:nth-child(2n) .step:first-child {
        order: 1;
        margin-bottom: 0;
        margin-top: 60px;
    }
    .step {
        position: relative;
    }
    .step:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        background: url('../images/steps/arrow-down-mobile.svg') no-repeat center;
        -webkit-background-size: cover;
        background-size: cover;
        width: 16px;
        height: 52px;
        bottom: -56px;
        margin: 0 auto;
    }
    .guarantee:nth-child(3n),
    .guarantee {
        width: 48%;
        margin-right: 4%;
    }
    .guarantee:nth-child(2n) {
        margin-right: 0;
    }
    .guarantees {
        padding-top: 60px;
    }
    .guarantees__list {
        margin-top: 39px;
    }
    .price {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .block-desc {
        font-size: 24px;
    }
    .about__list {
        width: 100%;
        margin-top: 10px;
    }
    .about__item {
        text-align: center;
        margin-bottom: 10px;
    }
    .about__item-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .results__list {
        margin: 40px 0 0;
        display: flex;
        flex-wrap: wrap;
    }
    .result {
        width: 100%;
        margin: 0 0 10px;
    }
    .results__list_mobile {
        display: flex;
    }
    .results__list_desktop {
        display: none;
    }
    .results {
        margin-top: 60px;
    }
    .result:nth-child(1) {
        order: 1;
    }
    .result:nth-child(2) {
        order: 3;
    }
    .result:nth-child(4) {
        order: 2;
    }
    .result:nth-child(3) {
        order: 9;
    }
    .result:nth-child(5) {
        order: 5;
    }
    .result:nth-child(6) {
        order: 6;
    }
    .result:nth-child(7) {
        order: 7;
    }
    .result:nth-child(8) {
        order: 8;
    }
    .about {
        padding-top: 60px;
    }
    .graph {
        margin-top: 40px;
    }
    .graph__block {
        padding-top: 285px;
    }
    .projects {
        padding-top: 60px;
    }
    .projects__slider {
        margin-top: 40px;
    }
    .project__title {
        font-size: 20px;
        line-height: 100%;
    }
    .project__param-title {
        font-size: 16px;
        line-height: 130%;
    }
    .project__param-desc {
        font-size: 14px;
        line-height: 150%;
        margin-top: 6px;
    }
    .project__param {
        margin-bottom: 14px;
    }
    .project__list li {
        font-size: 14px;
        line-height: 150%;
        padding-left: 34px;
    }
    .project__list li .svg-icon {
        top: 2px;
    }
    .project__list {
        margin-top: 17px;
    }
    .project__list li {
        margin-bottom: 15px;
    }
    .project {
        padding: 20px 20px 18px;
    }
    .project__photo {
        padding-top: 71.42%;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .project__right {
        margin-top: 20px;
    }
    .price__item-title {
        font-size: 16px;
        line-height: 130%;
    }
    .price__item-title small {
        font-size: 10px;
        line-height: 150%;
        margin-top: 3px;
    }
    .price__item-number {
        font-size: 20px;
        line-height: 130%;
    }
    .price__item {
        margin-bottom: 16px;
    }
    .price {
        padding: 20px;
    }
    .price__btn {
        margin-top: 4px;
        max-width: 280px;
        width: 100%;
    }
}

@media all and (max-width: 1300px) {
    .nav__link {
        font-size: 14px;
    }
    .header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-wrap {
        padding-top: 90px;
    }
    h1 {
        font-size: 38px;
    }
    .copyright,
    .contacts a,
    .contacts {
        font-size: 14px;
    }
    h3 {
        font-size: 28px;
    }
    .form__field {
        font-size: 16px;
    }
    .step__number {
        width: 62px;
        height: 62px;
        line-height: 62px;
        font-size: 22px;
    }
    h2 {
        font-size: 34px;
    }
    .about__item-title {
        font-size: 18px;
    }
    .price__item-number {
        font-size: 22px;
    }
    .category__desc,
    .project__list li, .project__param-desc,
    .result__params li,
    .price__item-title,
    .about__item-desc,
    .step__desc, .guarantee__desc {
        font-size: 14px;
    }
    .price__item-title small {
        font-size: 12px;
    }
    .graph__list li,
    .project__param-title,
    .guarantee__title {
        font-size: 16px;
    }
    .project__title,
    .block-desc {
        font-size: 24px;
    }
    .main__list li,
    .advantage__title,
    .statistic__desc,
    .result__title {
        font-size: 15px;
    }
    .main__list li .svg-icon {
        top: -1px;
    }
    .main__list-title {
        font-size: 20px;
    }
    .main__block {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .statistic__number {
        font-size: 26px;
    }
    .project__list li .svg-icon {
        top: 0;
    }
    .app p {
        font-size: 16px;
        line-height: 1.4;
    }
    .app__center {
        max-width: 660px;
    }
}

@media all and (max-width: 850px) {
    .main__block {
        padding: 80px 20px;
    }
    h3,
    h2,
    h1 {
        font-size: 34px;
    }
    .main__list-title {
        font-size: 20px;
    }
    .main__list li {
        font-size: 16px;
        line-height: 130%;
        margin-bottom: 17px;
    }
    .main__list li .svg-icon {
        top: -1px;
    }
}

@media all and (max-width: 767px) {
    .nav {
        display: none;
    }
    .menu-btn {
        display: block;
        position: relative;
        cursor: pointer;
    }
    .menu-btn,
    .menu-btn .svg-icon {
        width: 20px;
        height: 20px;
    }
    .menu-btn:after {
        content: '';
        position: absolute;
        top: -8px;
        bottom: -8px;
        left: -8px;
        right: -8px;
    }
    .menu-btn .svg-icon {
        position: absolute;
        left: 0;
        top: 0;
    }
    .icon-menu-close {
        display: none;
    }
    .menu-btn.open .icon-menu {
        display: none;
    }
    .menu-btn.open .icon-menu-close {
        display: block;
    }
    h3,
    h2,
    h1 {
        font-size: 28px;
    }
    .main__block {
        padding-top: 31px;
        padding-bottom: 30px;
    }
    .main__list-title {
        margin-top: 17px;
    }
    .main__list {
        margin-top: 21px;
    }
    .yellow-btn {
        font-size: 14px;
        padding: 15px 25px;
    }
    .main__btn {
        margin-top: 29px;
    }
    .main__bg {
        width: 400px;
        right: -30px;
    }
    .main__left {
        max-width: 260px;
    }
    .statistics {
        margin-bottom: -10px;
    }
    .statistic {
        width: 48.43%;
        margin-right: 3.14%;
        margin-bottom: 10px;
        padding-right: 14px;
    }
    .statistic:nth-child(2n) {
        margin-right: 0;
    }
    .category:nth-child(5n),
    .category {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
    .category:nth-child(3n) {
        margin-right: 0;
    }
    .footer__left,
    .footer__right {
        max-width: inherit;
        width: 100%;
        text-align: center;
    }
    .footer__logo {
        width: 112px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .contacts a {
        font-size: 20px;
    }
    .contacts {
        font-size: 14px;
    }
    .footer__block {
        margin-top: 23px;
    }
    .copyright {
        margin-top: 20px;
        font-size: 14px;
        line-height: 150%;
    }
    .copyright i {
        margin-right: 23px;
    }
    .footer {
        padding-bottom: 20px;
        margin-top: 60px;
    }
    .guarantee__icon {
        width: 54px;
        height: 54px;
    }
    .guarantee__icon .svg-icon {
        width: 24px;
        height: 24px;
    }
    .guarantee__title {
        margin-top: 16px;
        font-size: 16px;
        line-height: 130%;
    }
    .guarantee__desc {
        margin-top: 13px;
        font-size: 14px;
        line-height: 150%;
    }
    .guarantee {
        padding-bottom: 18px;
    }
    .block-desc {
        font-size: 18px;
        line-height: 130%;
    }
    .about__block {
        margin-top: 38px;
    }
    .about__item {
        padding: 20px 20px 18px;
    }
    .about__item-icon {
        width: 54px;
        height: 54px;
    }
    .icon-price-1,
    .icon-price-2 {
        width: 24px;
        height: 24px;
    }
    .about__item-title {
        font-size: 16px;
        line-height: 130%;
        margin-top: 16px;
    }
    .about__item-desc {
        font-size: 14px;
        line-height: 150%;
        margin-top: 11px;
    }
    .block-desc {
        margin-top: 11px;
        padding-bottom: 1px;
    }
    .about {
        padding-top: 50px;
    }
    .projects__control {
        margin-top: 20px;
    }
    .result {
        padding: 20px 20px 18px;
    }
    .result__title {
        font-size: 16px;
        line-height: 130%;
        margin-top: 16px;
    }
    .result__params {
        margin-top: 12px;
    }
    .result__params li {
        padding-left: 22px;
        font-size: 14px;
        line-height: 150%;
    }
    .result__params li:after {
        width: 5px;
        height: 5px;
        top: 8px;
        left: 9px;
    }
    .result__params-cols {
        margin-top: 12px;
    }
    .result__sub-title {
        font-size: 14px;
        line-height: 130%;
        margin-top: 11px;
    }
    .result__params + .result__sub-title {
        margin-top: 9px;
    }
    .result__params-cols > * {
        margin-top: 0;
    }
    .menu {
        background: #F6F7F8;
        bottom: 0;
        top: 70px;
        z-index: 85;
        position: fixed;
        left: 0; right: 0;
        overflow: auto;
    }
    .menu .nav {
        padding-top: 36px;
        display: block;
    }
    .nav__link {
        font-size: 16px;
        line-height: 130%;
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }
    .nav__link:last-child {
        margin-bottom: 0;
    }
    .menu .contacts {
        padding-left: 20px;
        padding-right: 20px;
        left: 0;
        bottom: 20px;
        position: absolute;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}

@media all and (max-width: 650px) {
    .main__bg {
        right: -120px;
    }
}

@media all and (max-width: 550px) {
    .main__block {
        padding-bottom: 255px;
    }
    .main__list,
    .main__left {
        max-width: inherit;
    }
    .main__btn {
        width: 100%;
    }
    .main__bg:after,
    .main__bg:before {
        display: none;
    }
    .main__bg {
        left: 0; right: 0; bottom: 0;
        margin: 0 auto;
        position: absolute;
        width: 320px;
        max-width: 100%;
        height: 550px;
    }
    .main__bg img {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .advantage {
        width: 46.42%;
        margin-right: 7.16%;
    }
    .advantage:first-child {
        margin-bottom: 30px;
    }
    .advantage:nth-child(2n) {
        margin-right: 0;
    }
    .advantages__list {
        flex-wrap: wrap;
    }
    h3,
    h2 {
        font-size: 24px;
        line-height: 130%;
    }
    .category:nth-child(3n),
    .category:nth-child(5n),
    .category {
        width: 49.06%;
        margin-right: 1.88%;
        margin-bottom: 1.88%;
    }
    .category:nth-child(2n) {
        margin-right: 0;
    }
    .category:last-child {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .categories {
        padding-top: 57px;
    }
    .categories__list {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .app {
        margin-top: 40px;
    }
    .app h3 {
        font-weight: 700;
    }
    .app__block {
        padding: 20px;
    }
    .yellow-btn {
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
    }
    .app p {
        margin-top: 13px;
        font-size: 14px;
        line-height: 130%;
    }
    .app__btn {
        width: 100%;
        margin-top: 17px;
    }
    .form h3 i {
        display: none;
    }
    .form__desc {
        margin-top: 12px;
        display: block;
        font-size: 18px;
        line-height: 130%;
        text-align: center;
    }
    .form__center {
        margin-top: 19px;
    }
    .form {
        padding: 20px;
    }
    .form__btn {
        margin-top: 18px;
    }
    .guarantee:nth-child(3n),
    .guarantee {
        text-align: center;
        width: 100%;
        margin-right: 0;
    }
    .send .guarantee__desc {
        margin-top: 18px;
    }
    .guarantee__btn {
        position: static;
        margin-top: 20px;
        width: 100%;
    }
    .guarantee__icon {
        margin-left: auto;
        margin-right: auto;
    }
    .graph__list li {
        font-size: 16px;
        line-height: 130%;
        padding-left: 23px;
        margin-bottom: 15px;
    }
    .graph__list li .svg-icon {
        top: 3px;
        width: 15px;
        height: 15px;
    }
    .graph__list {
        margin-top: 21px;
    }
    .popup {
        margin: 30px auto;
        padding: 25px 20px 20px;
    }
    .popup-thank__btn {
        width: 100%;
    }
    .popup-thank__icon {
        width: 173px;
        height: 122px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .popup__title {
        font-size: 20px;
        margin-top: 29px;
    }
    .popup__desc {
        margin-top: 12px;
        font-size: 14px;
        line-height: 150%;
    }
    .popup-thank__btn {
        margin-top: 28px;
    }
    .form__field {
        font-size: 18px;
    }
}

@media all and (max-width: 400px) {
    .advantage__title i {
        display: block;
    }
}

@media all and (max-width: 350px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media all and (max-height: 520px) {
    .nav__link {
        margin-bottom: 15px;
    }
}
















































