@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Bebas-Neue";
    font-display: swap;
    src: url("../fonts/Bebas-Neue-Bold.woff2") format("woff2"), url("../fonts/Bebas-Neue-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    -webkit-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    line-height: 1;
    font-family: "Montserrat";
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: "Montserrat";
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
}

body {
    background-color: #161616;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

body._lock {
    overflow: hidden;
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

._container {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
}

.btn {
    display: inline-block;
    padding: 20px 55px;
    border-radius: 30px;
    border: 1px solid #0b65fc;
    color: #0b65fc;
    font-family: "Bebas-Neue";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.title_h1,
.title_h2,
.title_h3,
.title_h4,
.form-modal__title,
.intro__data  > div h1,
.intro__data  > div h2 {
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 44px;
    font-weight: 700;
    line-height: normal;
}

.header__wrap {
    margin: 5px auto;
    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;
}

.menu__icon {
    display: none;
}

.menu__list > li {
    position: relative;
    margin: 0px 0px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu__item {
    padding-right: 15px;
}

.menu__body button {
    background-color: transparent;
    text-align: left;
}

.menu__link {
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.menu__sub-list {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -10px;
    background-color: #1d1d1d;
    padding: 15px;
    min-width: 250px;
}

.menu__sub-list li {
    margin: 0px 0px 10px 0px;
}

.menu__sub-list li:last-child {
    margin: 0;
}

.menu__sub-link {
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.menu__arrow {
    display: inline-block;
    height: 10px;
    width: 10px;
    background-image: url(../img/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 6px;
}

/* ----------------------- */

.menu__list li:hover .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

body._pc .menu__list > li:hover .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    pointer-events: all;
}

body._touch .menu__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body._touch .menu__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

body._touch .menu__list > li .menu__arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

body._touch .menu__list > li._active .menu__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    pointer-events: all;
}

body._touch .menu__list > li._active .menu__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* ----------------------- */

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
}

.logo__img {
    position: relative;
    width: 40px;
    height: 44px;
    overflow: hidden;
}

.logo__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.logo__title {
    display: block;
    color: #04aafd;
    font-family: "Bebas-Neue";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.logo__title span {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    color: #34b2d0;
}

.contacts {
    display: none;
}

.slider-section {
    position: relative;
    padding-left: calc((100% - 1500px) / 2);
}

.slider {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.slid {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 30px;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
}

.slid::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgb(22, 22, 22);
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 22, 22, 0)), to(rgb(22, 22, 22)));
    background: -o-linear-gradient(left, rgba(22, 22, 22, 0) 0%, rgb(22, 22, 22) 100%);
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, rgb(22, 22, 22) 100%);
    pointer-events: none;
}

.slid:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slid__img {
    position: relative;
    height: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.slid__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -webkit-filter: brightness(0.45);
    filter: brightness(0.45);
    -o-object-fit: cover;
    object-fit: cover;
}

.slid__text {
    position: absolute;
    z-index: 3;
    right: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 510px;
}

.slid__title {
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 96px;
    line-height: 1;
}

.slid__descr {
    display: block;
    max-width: 400px;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.slid__btn {
    display: block;
    margin-top: 35px;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    background: -o-linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    background: linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: center;
}

.slid__btn:hover {
    background: -o-linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
    background: linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
}

.swiper-slide-next > .slid__text {
    opacity: 0;
}

.swiper-button-next::after {
    display: none;
}

.slider-buttons {
    position: absolute;
    z-index: 2;
    left: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
    padding: 0 20px;
    height: 9px;
    margin-top: 20px;
}

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.swiper-pagination::after {
    content: "";
    position: absolute;
    right: -105px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 2px;
    background-color: #33c2ff;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #707070;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 24px;
    background-color: transparent;
    border: solid 3px #33c2ff;
}

.swiper-button-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    margin-top: 0;
    width: 24px;
    height: 9px;
    background-image: url("../img/icons/arrow-next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

._no-webp .services {
    background-image: url(../img/bg.png);
}

.services {
    padding-top: 50px;
    background-repeat: repeat-x;
    background-position: center -100px;
}

.services h2 {
    margin-bottom: 30px;
}

.services__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
}

.services-mt {
    margin-bottom: 75px;
}

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

.item__img {
    position: relative;
    padding-bottom: 60%;
    margin-bottom: 25px;
    width: calc(100% - 12px);
    opacity: 0.5;
}

.item__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
}

.item__img::before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    left: 12px;
    bottom: 13px;
    border-radius: 30px;
    border: 1px solid #0b65fc;
}

.item__content {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.item__title {
    margin-bottom: 10px;
    font-family: "Bebas-Neue";
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}

.item__descr {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 300;
}

.btn {
    margin-top: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}

.btn:hover {
    color: #2182f4;
    border: 1px solid #2182f4;
    background-color: rgba(33, 131, 244, 0.0549019608);
}

._no-webp .advantages {
    background-image: url(../img/bg.png);
}

.advantages {
    padding-top: 75px;
    background-repeat: repeat-x;
    background-position: center -100px;
}

.advantages h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.advantages__title-img {
    display: none;
}

.advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}

.advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 280px;
    padding: 43px 13px 27px;
    border-radius: 10px;
    color: #fff;
    background: #282828;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.advantages__item:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #2182f4), color-stop(0, #0057ff));
    background: -o-linear-gradient(#2182f4 100%, #0057ff 0);
    background: linear-gradient(#2182f4 100%, #0057ff 0);
}

.advantages__img {
    position: relative;
    width: 109px;
    height: 109px;
    margin-bottom: 43px;
}

.advantages__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.advantages__title {
    margin-bottom: 38px;
    font-weight: 700;
}

.advantages__descr {
    font-size: 15px;
    font-weight: 300;
}

.reviews {
    position: relative;
    padding: 75px 0 75px 15px;
}

._no-webp .reviews::after {
    background-image: url(../img/bg.png);
}

.reviews::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -210px;
    width: 100%;
    height: 570px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
}

.reviews h4 {
    margin-bottom: 10px;
}

.reviews__wrap {
    padding-left: calc((100% - 1180px) / 2);
}

.reviews-slider {
    width: 1780px;
    padding-top: 50px;
    overflow: hidden;
}

.reviews-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.slid-reviews {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: -webkit-grab;
    cursor: grab;
}

.slid-reviews:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.reviews-slider-buttons {
    position: absolute;
    left: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
    padding: 0 20px;
    height: 9px;
    margin-top: 20px;
}

.reviews-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.reviews-slider-pagination::after {
    content: "";
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 2px;
    background-color: #33c2ff;
}

.reviews-slider-button-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    margin-top: 0;
    width: 24px;
    height: 9px;
    background-image: url("../img/icons/arrow-next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.slid-reviews {
    padding: 30px 20px 63px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0057ff), to(#2182f4));
    background: -o-linear-gradient(#0057ff 0, #2182f4 100%);
    background: linear-gradient(#0057ff 0, #2182f4 100%);
}

.slid-reviews__person {
    position: relative;
    color: #fff;
}

.slid-reviews__img {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 3px #fff;
    overflow: hidden;
}

.slid-reviews__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slid-reviews__name {
    padding-left: 120px;
    margin-bottom: 30px;
    font-family: "Bebas-Neue";
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.slid-reviews__descr {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.client__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin: 40px 0;
    padding: 30px;
    border-radius: 10px;
    background: #282828;
}

.client__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    height: 96px;
}

.client__item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    scale: 1;
    margin: auto;
}

.client__item img:hover {
    -webkit-transition: scale 1s ease-in-out;
    -o-transition: scale 1s ease-in-out;
    transition: scale 1s ease-in-out;
    scale: 1.2;
}

.cases {
    padding: 75px 0;
}

.cases__slider-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.cases__slider {
    margin-top: 40px;
}

.cases__slider-preview {
    display: none;
}

.cases__btn {
    margin-top: 40px;
    text-align: center;
}

.case {
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.case__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.case__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 350px;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab;
}

.case__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.case__slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.info__title {
    margin-bottom: 30px;
    font-family: "Bebas-Neue";
    font-size: 54px;
    line-height: 1;
}

.info__item {
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 500;
}

.info__item:not(:last-child) {
    margin-bottom: 18px;
}

.preview {
    display: block;
    width: 100%;
}

.preview__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.preview__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
}

.preview__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

._no-webp .form-section {
    background-image: url(../img/bg-form.jpg);
}

.form-section {
    padding: 60px 0 40px;
    background-size: cover;
    background-position: center;
}

.form-section-mt {
    margin-top: 75px;
}

.form-wrap {
    text-align: center;
}

.form-wrap > .title_h4 > span {
    margin: 5px 0 40px;
    display: block;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 300;
}

.form-page {
    margin-top: 50px;
}

.form-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
}

.form-page__form-label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 380px;
    width: 100%;
    height: 86px;
}

.form-page__form-label input {
    display: inline;
}

.form-page__form-label input {
    width: 100%;
    height: 86px;
    padding: 33px 0 33px 20px;
    color: #000;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
}

.form-page__form-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 380px;
    width: 100%;
    height: 86px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
}

.form-page__form-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.just-validate-error-label {
    margin-bottom: 6px;
    font-size: 18px;
}

::-webkit-input-placeholder {
    color: #363636;
}

::-moz-placeholder {
    color: #363636;
}

:-ms-input-placeholder {
    color: #363636;
}

::-ms-input-placeholder {
    color: #363636;
}

::placeholder {
    color: #363636;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    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;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._no-webp .modal {
    background-image: url("../img/bg-form.jpg");
}

.modal {
    position: absolute;
    top: 40px;
    width: 500px;
    padding: 20px;
    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;
    display: none;
    border-radius: 30px;
    background-size: cover;
}

.modal-overlay--visible {
    opacity: 1;
    z-index: 50;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal--visible {
    display: block;
}

.form-modal__title {
    margin-top: 10px;
    text-align: center;
}

.form-modal__title span {
    margin: 5px 0 20px;
    display: block;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
}

.form-modal__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.form-modal__label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 380px;
    width: 100%;
}

.form-modal__label input {
    display: inline;
}

.form-modal__label input {
    width: 100%;
    height: 20px;
    padding: 30px 0 30px 20px;
    color: #000;
    border-radius: 15px;
    border: 1px solid #fff;
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
}

.form-modal__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 380px;
    width: 100%;
    height: 70px;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
}

.form-modal__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.just-validate-error-label {
    margin-bottom: 6px;
    font-size: 18px;
}

.footer {
    padding: 75px 0;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

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

.footer-menu {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.footer-menu__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 7px;
}

.footer-menu__item {
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
}

.footer-menu__link {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.footer__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.footer__data-item {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.footer__data-item:first-child {
    margin-top: 6px;
}

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

.footer__contacts .contacts__link {
    margin-top: 14px;
}

.contacts-footer__item {
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.contacts-footer__link {
    display: block;
    margin-top: 17px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 300;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px;
}

.footer__social img {
    height: 29px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.footer__privacy {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer__copyright {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

._no-webp .intro {
    background-image: url("../img/bg.png");
}

.intro {
    display: block;
    padding-top: 50px;
    background-repeat: repeat-x;
    background-position: center -100px;
    background-size: cover;
    background-position: center;
}

.intro__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 45px;
}

.intro__img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.intro__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    justify-content: center;
}

.intro__text, .intro__data > div {
    /*max-width: 460px;*/
    text-align: justify;
    font-size: 23px;
    font-weight: 300;
    line-height: 27px;
}

.intro__btn {
    max-width: 300px;
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    background: -o-linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    background: linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.intro__btn:hover {
    background: -o-linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
    background: linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
}

.type__wrap {
    margin-top: 75px;
}

.tabs__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
    padding: 30px 0;
}

.tabs__nav-item {
    text-align: center;
}

.tabs__nav-btn {
    width: 100%;
    padding: 0px 30px 5px;
    border-bottom: #fff solid 1px;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    background-color: transparent;
}

.tabs__panel {
    display: none;
}

.tabs__panel--active {
    display: block;
}

.tabs__nav-btn:focus {
    color: #0b65fc;
}

.tabs__nav-btn--active {
    color: #0b65fc;
    border-bottom: #0b65fc solid 3px;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    font-weight: 600;
    padding-bottom: 4px;
}

.parent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 250px 150px 250px 1fr 250px;
    grid-template-rows: 250px 150px 250px 1fr 250px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
}

.div2 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
}

.div3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
}

.div4 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
}

.div5 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
}

.div6 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5/1/6/3;
}

.tabs-item__content-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.tabs-item__content-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tabs-item__text {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.93;
}

.price .title_h3 span {
    display: block;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.price__wrap {
    margin-top: 75px;
}

.price__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 50px;
}

.price__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 15px;
}

.price__item {
    padding: 8px 0px 8px 6px;
    border-radius: 10px;
    background-color: #282828;
}

.price__img {
    display: none;
}

.config__title {
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 36px;
    font-weight: 700;
}

.config__table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
}

.config__time {
    margin-bottom: 10px;
    background-color: #0b65fc;
    font-size: 14px;
}

.config__time td {
    padding: 12px 0;
}

.config__price {
    font-size: 11px;
}

.config__price td {
    padding: 14px 0;
}

.checklist {
    position: relative;
    padding: 28px 41px 46px;
    background-color: #282828;
    border-radius: 10px;
}

.checklist::after {
    content: "";
    position: absolute;
    right: -10px;
    top: -17px;
    width: 62px;
    height: 45px;
    background-image: url("../img/icons/check-mark.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.checklist__list {
    margin-bottom: 32px;
    color: #fff;
    font-family: "Bebas-Neue";
    font-size: 36px;
    font-weight: 700;
}

.checklist__item {
    position: relative;
    padding-left: 43px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.checklist__item:first-child {
    margin-top: 16px;
}

.checklist__item:not(:last-child) {
    margin-bottom: 20px;
}

.checklist__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 28px;
    height: 21px;
    background-image: url("../img/icons/check-mark.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.checklist__btn {
    display: block;
    margin: 0 auto;
    padding: 27px 70px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 10px;
    background: -o-linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    background: linear-gradient(rgb(0, 87, 255) 0px, rgb(33, 130, 244) 100%);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.checklist__btn:hover {
    background: -o-linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
    background: linear-gradient(rgb(33, 130, 244) 100%, rgb(0, 87, 255) 0px);
}

.work__wrap {
    padding-left: calc((100% - 1180px) / 2);
    margin-bottom: 120px;
}

.work__slider {
    width: 1970px;
    border-radius: 30px;
    overflow: hidden;
}

.work__slider-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.work__slid {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: -webkit-grab;
    cursor: grab;
}

.work__slid:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.work__slid {
    position: relative;
    width: 100%;
    height: 409px;
    border-radius: 30px;
    overflow: hidden;
}

.work__slid img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.work-slider-buttons {
    position: absolute;
    left: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 130px;
    -moz-column-gap: 130px;
    column-gap: 130px;
    padding: 0 20px;
    height: 9px;
    margin-top: 20px;
}

.work-slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

.work-slider-pagination::after {
    content: "";
    position: absolute;
    right: 65px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 90px;
    height: 2px;
    background-color: #33c2ff;
}

.work-slider-button-next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    position: static;
    margin-top: 0;
    width: 24px;
    height: 9px;
    background-image: url("../img/icons/arrow-next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.work {
    margin-top: 100px;
}

.work__wrap {
    margin-top: 50px;
}

.work__video {
    margin-bottom: 40px;
}

.work__btn {
    text-align: center;
}

.video {
    position: relative;
    padding-bottom: 28%;
    aspect-ratio: 16/9;
    border-radius: 10px;
    overflow: hidden;
}

.video:not(:last-child) {
    margin-bottom: 20px;
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68px;
    height: 48px;
    border: none;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video__button {
    outline: none;
}

.video__shepe {
    fill: #212121;
    fill-opacity: 0.8;
}

.video:hover .video__shepe,
.video__button:focus .video__shepe {
    fill: #ff0000;
    fill-opacity: 1;
}

.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: block;
}

.portfolio__wrap {
    margin-top: 30px;
}

.portfolio__wrap .title_h1 {
    margin: 30px 0;
}

.portfolio__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 10px 0 30px;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.portfolio__nav-item {
    padding-bottom: 10px;
    border-bottom: solid #fff 1px;
    cursor: pointer;
}

.portfolio__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 30px;
}

.portfolio__item-img {
    position: relative;
    width: 100%;
    padding-bottom: 72%;
    border-radius: 35px;
    overflow: hidden;
}

.portfolio__item-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.portfolio__descr {
    margin-top: 14px;
    font-size: 15px;
    font-weight: 300;
}

.hide {
    display: none;
}

.red {
    border: red solid 1px;
}

.footer {
    padding: 75px 0;
}

.footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 50px;
}

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

.footer-menu {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.footer-menu__list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 7px;
}

.footer-menu__item {
    -ms-flex-preferred-size: calc(50% - 50px);
    flex-basis: calc(50% - 50px);
}

.footer-menu__link {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.footer__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.footer__data-item {
    color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}

.footer__data-item:first-child {
    margin-top: 6px;
}

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

.footer__contacts .contacts__link {
    margin-top: 14px;
}

.contacts-footer__item {
    color: #9e9e9e;
    font-weight: 300;
    line-height: 1.25;
}

.contacts-footer__link {
    display: block;
    margin-top: 17px;
    color: #fff;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: 300;
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-top: 30px;
}

.footer__social img {
    height: 29px;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.footer__privacy {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.15px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.footer__copyright {
    display: block;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (min-width: 481px) {
    .advantages__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }

    .advantages__title-img {
        display: block;
        height: 90px;
        position: absolute;
        right: -130px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -o-object-fit: contain;
        object-fit: contain;
        rotate: 15deg;
    }

    .info {
        position: relative;
    }

    ._no-webp .info::after {
        background-image: url(../img/icons/star.png);
    }

    .info::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right;
    }

    .intro__wrap {
        position: relative;
    }

    .intro__img {
        padding: 0;
        margin: 0 auto;
    }

    .intro__img.p-1-1 {
        width: 480px;
        height: 480px;
        flex-basis: 480px;
    }

    .intro__img.p-3-4 {
        width: 360px;
        height: 480px;
        flex-basis: 480px;
    }

    .intro__img.p-4-3 {
        width: 480px;
        height: 360px;
        flex-basis: 360px;
    }

    .intro__img.p-9-16 {
        width: 270px;
        height: 480px;
        flex-basis: 480px;
    }

    .intro__img.p-16-9 {
        width: 480px;
        height: 270px;
        flex-basis: 270px;
    }

    /*._no-webp .intro__wrap::after {*/
    /*  background-image: url("../img/icons/play.png"); }*/
    /*.intro__wrap::after {*/
    /*  content: "";*/
    /*  position: absolute;*/
    /*  right: 8px;*/
    /*  bottom: -3px;*/
    /*  width: 65px;*/
    /*  height: 65px;*/
    /*  background-size: contain;*/
    /*  background-repeat: no-repeat;*/
    /*}*/
    .parent {
        -ms-grid-rows: 300px 200px 300px 1fr 300px;
        grid-template-rows: 300px 200px 300px 1fr 300px;
    }

    .config__time {
        font-size: 16px;
    }

    .config__price {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (min-width: 641px) {
    ._container {
        max-width: 640px;
    }

    .intro__wrap.max-width {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro__img {
        padding: 0;
        margin: 0 auto;
    }

    .intro__img.p-1-1 {
        -ms-flex: 0 0 576px;
        flex: 0 0 576px;
    }

    .intro__img.p-3-4 {
        width: 640px;
        height: 640px;
        flex-basis: 640px;
    }

    .intro__img.p-4-3 {
        width: 640px;
        height: 480px;
        flex-basis: 480px;
    }

    .intro__img.p-9-16 {
        width: 360px;
        height: 640px;
        flex-basis: 640px;
    }

    .intro__img.p-16-9 {
        width: 640px;
        height: 360px;
        flex-basis: 360px;
    }

    .services__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 280px;
        flex: 1 0 280px;
        max-width: 295px;
    }

    .item__title {
        min-height: 70px;
    }

    .cases__slider-preview {
        display: block;
        margin-top: 40px;
    }

    .intro__wrap::after {
        width: 100px;
        height: 100px;
    }

    .tabs__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .price__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding: 20px 0px 32px 20px;
    }

    .price__img {
        display: block;
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        height: 140px;
        border-radius: 10px;
        overflow: hidden;
    }

    .price__img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .price__config {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .checklist::after {
        width: 94px;
        height: 70px;
    }

    .work__video {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .video:not(:last-child) {
        margin-bottom: 0px;
    }

    .portfolio__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .portfolio__nav-item {
        padding: 0 24px 10px;
    }

    .portfolio__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-column-gap: 18px;
        -moz-column-gap: 18px;
        column-gap: 18px;
        row-gap: 46px;
    }
}

@media (min-width: 767px) {
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu__list > li {
        padding: 10px 0;
    }

    .menu__sub-list {
        -webkit-transform: translate(0px, 10%);
        -ms-transform: translate(0px, 10%);
        transform: translate(0px, 10%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@media (min-width: 961px) {
    ._container {
        max-width: 960px;
    }

    .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 290px;
        flex: 1 0 290px;
        max-width: 320px;
    }

    .cases__slider-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        margin-top: 40px;
    }

    .cases__slider {
        margin-top: 0;
        width: 60%;
    }

    .cases__info {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .info::after {
        top: -25px;
    }

    .info__title {
        margin-bottom: 42px;
    }

    .info__item:not(:last-child) {
        margin-bottom: 30px;
    }

    .preview__wrapper {
        height: 145px;
    }

    .intro__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .intro__wrap::after {
        right: 8px;
        bottom: 140px;
    }

    .intro__img {
        height: 576px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding-bottom: 0;
    }

    .intro__wrap.max-width {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro__img.p-1-1 {
        -ms-flex: 0 0 576px;
        flex: 0 0 576px;
        width: 576px;
        height: 576px;
    }

    .intro__img.p-3-4 {
        -ms-flex: 0 0 432px;
        flex: 0 0 432px;
        width: 432px;
        height: 576px;
    }

    .intro__img.p-4-3 {
        -ms-flex: 0 0 768px;
        flex: 0 0 768px;
        width: 768px;
        height: 576px;
    }

    .intro__img.p-9-16 {
        -ms-flex: 0 0 324px;
        flex: 0 0 324px;
        width: 324px;
        height: 576px;
    }

    .intro__img.p-16-9 {
        width: 960px;
        height: 540px;
        flex-basis: 540px;
        margin: 0 auto;
    }

    .intro__data {
        row-gap: 0;
        flex-grow: 1;
    }

    .intro__text {
        margin: 56px 0px 68px;
    }

    .intro__btn {
        padding: 25px 100px;
    }

    .parent {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 4 ];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-rows: 200px 200px 300px;
        grid-template-rows: 200px 200px 300px;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .div1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/3/3;
    }

    .div2 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4;
    }

    .div3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4;
    }

    .div4 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 1/4/3/5;
    }

    .div5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3/1/4/3;
    }

    .div6 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: 3/3/4/5;
    }

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

    .tabs__nav-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width: 1025px) {
    ._container {
        max-width: 1024px;
    }

    .title_h1,
    .title_h2,
    .title_h3,
    .title_h4,
    .form-modal__title,
    .intro__data > div h1,
    .intro__data > div h2 {
        font-size: 64px;
    }

    .services h2 {
        margin-bottom: 85px;
    }

    .item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 290px;
        flex: 1 0 290px;
        max-width: 320px;
    }

    .advantages__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(25% - 60px);
        flex: 1 0 calc(25% - 60px);
    }

    .form-section {
        padding-bottom: 60px;
    }

    .form-page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .price__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .price__list {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 500px;
        flex: 1 0 500px;
    }

    .price__checklist {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
        flex: 0 1 380px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }
}

@media (min-width: 1281px) {
    ._container {
        max-width: 1210px;
    }

    .logo__img {
        width: 64px;
        height: 71px;
    }

    .contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .contacts__item {
        display: block;
        color: #9e9e9e;
        font-weight: 300;
        line-height: 1.25;
    }

    .contacts__link {
        display: block;
        color: #fff;
        font-family: "Bebas-Neue";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
    }

    .item__img {
        margin-bottom: 34px;
    }

    .item__title {
        margin-bottom: 9px;
    }

    .item__descr {
        margin-bottom: 37px;
    }

    .advantages {
        padding-top: 117px;
    }

    .advantages h3 {
        margin-bottom: 80px;
    }

    .cases__slider-wrap {
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px;
    }

    .cases__slider {
        max-width: 580px;
    }

    .case {
        width: 580px;
        height: 380px;
    }

    .case__slide {
        height: 100%;
    }

    .info::after {
        width: 131px;
        height: 187px;
        top: -40px;
    }

    .info__title {
        font-size: 64px;
    }

    .preview__wrapper {
        height: 214px;
    }

    .intro__wrap::after {
        right: -70px;
        bottom: 130px;
        width: 165px;
        height: 165px;
    }

    .checklist::after {
        right: -105px;
        top: -50px;
        width: 184px;
        height: 138px;
    }
}

@media (max-width: 1282px) {
    .reviews {
        max-width: 1210px;
        padding: 50px 15px;
    }

    .reviews-slider {
        width: 100%;
    }

    .reviews-slider-buttons {
        position: absolute;
        right: 30px;
        left: 0;
    }

    .work__wrap {
        max-width: 1210px;
        padding: 0px 15px;
    }

    .work__slider {
        width: 100%;
    }

    .work-slider-buttons {
        position: absolute;
        right: 30px;
        left: 0;
    }
}

@media (max-width: 1281px) {
    .slider-section {
        width: 100%;
        margin: 0 auto;
    }

    .slider {
        width: 100%;
        height: 450px;
    }

    .slider::after {
        display: none;
    }

    .slid__text {
        right: 0px;
        bottom: 45px;
        width: auto;
    }

    .slid__title {
        font-size: 50px;
    }

    .slid__descr {
        font-size: 14px;
    }

    .slider-buttons {
        position: absolute;
        right: 30px;
        left: 0;
    }

    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .footer-menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer-menu__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .footer-menu__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .footer__contacts {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .footer__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__info * {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
    }

    .footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 50px;
    }

    .footer-menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer-menu__list {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .footer-menu__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .footer__contacts {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .footer__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer__info * {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        text-align: left;
    }
}

@media (max-width: 961px) {
    .slid__text {
        bottom: 200px;
    }

    .slid__descr {
        display: none;
    }

    .work__slid {
        height: 300px;
    }
}

@media (max-width: 767px) {
    ._pc .menu__list > li:hover .menu__sub-list {
        display: block;
    }

    .menu__icon {
        z-index: 5;
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
    }

    .menu__icon span,
    .menu__icon::before,
    .menu__icon::after {
        left: 0;
        position: absolute;
        height: 10%;
        width: 100%;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background-color: #fff;
    }

    .menu__icon::before,
    .menu__icon::after {
        content: "";
    }

    .menu__icon::before {
        top: 0;
    }

    .menu__icon::after {
        bottom: 0;
    }

    .menu__icon span {
        top: 50%;
        -webkit-transform: scale(1) translate(0px, -50%);
        -ms-transform: scale(1) translate(0px, -50%);
        transform: scale(1) translate(0px, -50%);
    }

    .menu__icon._active span {
        -webkit-transform: scale(0) translate(0px, -50%);
        -ms-transform: scale(0) translate(0px, -50%);
        transform: scale(0) translate(0px, -50%);
    }

    .menu__icon._active::before {
        top: 50%;
        -webkit-transform: rotate(-45deg) translate(0px, -50%);
        -ms-transform: rotate(-45deg) translate(0px, -50%);
        transform: rotate(-45deg) translate(0px, -50%);
    }

    .menu__icon._active::after {
        bottom: 50%;
        -webkit-transform: rotate(45deg) translate(0px, 50%);
        -ms-transform: rotate(45deg) translate(0px, 50%);
        transform: rotate(45deg) translate(0px, 50%);
    }

    .menu__body {
        position: fixed;
        z-index: 4;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        padding: 100px 30px 30px 30px;
        overflow: auto;
    }

    .menu__body._active {
        left: 0;
    }

    .menu__list > li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0px 0px 30px 0px;
    }

    .menu__list > li:last-child {
        margin-bottom: 0;
    }

    .menu__list > li._active .menu__sub-list {
        display: block;
    }

    .menu__link {
        font-size: 24px;
    }

    .menu__sub-list {
        position: relative;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 20px 0px 0px 0px;
        display: none;
    }

    .menu__sub-link {
        color: #fff;
    }
}

@media (max-width: 641px) {
    .slider-buttons {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .swiper-pagination::after {
        right: -46px;
        width: 35px;
    }

    .reviews-slider-buttons {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .reviews-slider-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .reviews-slider-pagination::after {
        right: 60px;
        width: 30px;
    }

    .footer-menu__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

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

    .footer__info * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer__copyright {
        margin-top: 17px;
    }

    .work-slider-buttons {
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px;
    }

    .work-slider-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
    }

    .work-slider-pagination::after {
        right: 60px;
        width: 30px;
    }

    .footer-menu__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

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

    .footer__info * {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .footer__copyright {
        margin-top: 17px;
    }
}

._webp .services {
    background-image: url(../img/bg.webp);
}

._webp .advantages {
    background-image: url(../img/bg.webp);
}

._webp .reviews::after {
    background-image: url(../img/bg.webp);
}

._webp .form-section {
    background-image: url(../img/bg-form.webp);
}

._webp .modal {
    background-image: url(../img/bg-form.webp);
}

._webp .intro {
    background-image: url(../img/bg.webp);
}

@media (min-width: 481px) {

    ._webp .info::after {
        background-image: url(../img/icons/star.webp);
    }
}

@media (min-width: 481px) {

    /*._webp .intro__wrap::after { background-image: url(../img/icons/play.webp); }*/
}


@media (max-width: 480px) {
    .intro__img {
        padding: 0;
        margin: 0 auto;
    }

    .intro__img.p-1-1 {
        width: 360px;
        height: 240px;
        flex-basis: 360px;
    }

    .intro__img.p-3-4 {
        width: 240px;
        height: 360px;
        flex-basis: 360px;
    }

    .intro__img.p-4-3 {
        width: 360px;
        height: 240px;
        flex-basis: 240px;
    }

    .intro__img.p-9-16 {
        width: 202px;
        height: 360px;
        flex-basis: 360px;
    }

    .intro__img.p-16-9 {
        width: 360px;
        height: 202px;
        flex-basis: 202px;
    }
}
