@import url("../libs/fancybox/jquery.fancybox.min.css");
@import url("../libs/swiper-bundle.min.css");
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Circe-Light.woff2") format("woff2");
}
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Circe-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Circe-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "Circe";
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Circe-ExtraBold.woff2") format("woff2");
}
::-webkit-input-placeholder {
    color: #D9D9D9;
}
::-moz-placeholder {
    color: #D9D9D9;
}
:-ms-input-placeholder {
    color: #D9D9D9;
}
::-ms-input-placeholder {
    color: #D9D9D9;
}
::placeholder {
    color: #D9D9D9;
}

::-moz-selection {
    background-color: #C90045;
    color: #fff;
}

::selection {
    background-color: #C90045;
    color: #fff;
}

input, textarea {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

html {
    font-family: "Circe", sans-serif;
    font-size: 16px;
    line-height: 120%;
}

body {
    color: #2b2b2b;
    padding: 0;
    margin: 0;
    min-width: 320px;
    position: relative;
    background: #FFF;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0;
}

input,
textarea,
button {
    font-family: inherit;
}

textarea {
    resize: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #2b2b2b;
}

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.container {
    width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
}

.input {
    display: block;
    width: 100%;
    border: 1px solid #C90045;
    background: rgba(0, 0, 0, 0.46);
    padding: 12px 20px;
    font-size: 16px;
    line-height: 106%;
    font-weight: 400;
    color: #fff;
}

.btn {
    border: none;
    background: #C90045;
    padding: 16px 50px;
    text-align: center;
    font-size: 16px;
    line-height: 106%;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
    color: #fff;
}
.btn:hover {
    background: #e7175e;
}
.btn--dark {
    background: #2b2b2b;
}
.btn--dark:hover {
    background: #fff;
    color: #2b2b2b;
}
.btn--download {
    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;
}
.btn--download i {
    width: 22px;
    height: 21px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    margin-right: 10px;
    background: url("../images/icons/download.svg") center no-repeat;
}

.checkbox {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkbox input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    clip: rect(0, 0, 0, 0);
}
.checkbox input:checked + .checkbox__icon::before {
    opacity: 1;
}
.checkbox__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 7px;
    background: #fff;
    position: relative;
}
.checkbox__icon::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C90045;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkbox__text {
    font-size: 14px;
    line-height: 106%;
    font-weight: 400;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(42, 44, 46, 0.75);
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .logo {
    display: block;
    width: 213px;
}
.header .logo img {
    vertical-align: top;
    width: 100%;
}
.header .logo-dark {
    display: none;
}
.header .logo-white {
    display: block;
}
.header .nav__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header .nav__link {
    display: block;
    padding: 37px 19px;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header .nav__link--active {
    font-weight: 700;
}
.header .nav__link:hover {
    color: #C90045;
}
.header .nav .socials {
    display: none;
}
.header .menu-btn {
    display: none;
    padding: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    color: #fff;
    width: 30px;
    height: 30px;
}
.header .menu-btn svg {
    width: 100%;
    height: 100%;
}
.header--fixed {
    background: #fff;
}
.header--fixed .logo-dark {
    display: block;
}
.header--fixed .logo-white {
    display: none;
}
.header--fixed .nav__link {
    color: #2b2b2b;
}
.header--fixed .menu-btn {
    color: #2b2b2b;
}

.promo {
    position: relative;
    padding: 222px 0 360px;
    min-height: 100vh;
    background: url("../images/promo-bg.jpg") center top/cover no-repeat;
    color: #fff;
}
.promo__title {
    font-size: 34px;
    line-height: 106%;
    font-weight: 700;
}
.promo__form {
    margin-top: 29px;
    width: 389px;
}
.promo__form .input {
    margin-bottom: 20px;
}
.promo__form .agree {
    margin-top: 10px;
}
.promo__form .btn {
    margin-top: 28px;
}
.promo__advantages {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 26px 0 47px;
    background: rgba(43, 43, 43, 0.88);
}
.promo__advantages-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.promo__advantages-icon {
    width: 60px;
    height: 60px;
}
.promo__advantages-sub {
    margin-top: 4px;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
}
.promo--dark {
    color: #2b2b2b;
}
.promo--dark .promo__form ::-webkit-input-placeholder {
    color: #7e7e7e;
}
.promo--dark .promo__form ::-moz-placeholder {
    color: #7e7e7e;
}
.promo--dark .promo__form :-ms-input-placeholder {
    color: #7e7e7e;
}
.promo--dark .promo__form ::-ms-input-placeholder {
    color: #7e7e7e;
}
.promo--dark .promo__form ::placeholder {
    color: #7e7e7e;
}
.promo--dark .promo__form .input {
    background: #fff;
}
.promo--dark .promo__form .checkbox__text {
    color: #2b2b2b;
}
.promo--dark .promo__advantages {
    color: #fff;
}

.title {
    font-size: 60px;
    line-height: 106%;
    font-weight: 700;
    color: #2B2B2B;
}
.title--small {
    font-size: 40px;
}
.title--mob {
    display: none;
}

.service {
    padding: 80px 0 105px;
}
.service__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 31px;
}
.service__nav {
    width: 489px;
    margin-top: 23px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style: none;
    border-bottom: 1px solid #D9D9D9;
}
.service__nav-item {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 20px;
    line-height: 106%;
    font-weight: 700;
}
.service__nav-item > a {
    border-top: 1px solid #D9D9D9;
    display: block;
    padding: 14px 18px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service__nav-item > a:hover {
    color: #C90045;
}
.service__nav-link--active {
    color: #C90045;
}
.service__nav-btn, .service__nav-subbtn {
    position: absolute;
    right: 9px;
    top: 16px;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    background: 0;
    cursor: pointer;
    z-index: 10;
}
.service__nav-btn:hover::after, .service__nav-btn:hover::before, .service__nav-subbtn:hover::after, .service__nav-subbtn:hover::before {
    background-image: url("../images/icons/line-active.svg");
}
.service__nav-btn::before, .service__nav-btn::after, .service__nav-subbtn::before, .service__nav-subbtn::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background: url("../images/icons/line.svg") center/contain no-repeat;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service__nav-btn::after, .service__nav-subbtn::after {
    -webkit-transform: rotate(90deg) translate(-1px, -1px);
    -ms-transform: rotate(90deg) translate(-1px, -1px);
    transform: rotate(90deg) translate(-1px, -1px);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.service__nav-btn--active::after, .service__nav-subbtn--active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.service__nav-subbtn {
    top: 3px;
}
.service__sub-nav {
    list-style: none;
}
.service__sub-nav a {
    padding-left: 39px;
}
.service__list, .service__sublist {
    list-style: none;
    padding-left: 55px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service__list--active, .service__sublist--active {
    opacity: 1;
    visibility: visible;
    height: 100%;
    padding-bottom: 10px;
}
.service__list-item, .service__sublist-item {
    position: relative;
}
.service__list-item a, .service__sublist-item a {
    display: block;
    position: relative;
    padding: 5px 0 5px 19px;
    font-size: 19px;
    line-height: 21px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service__list-item a::before, .service__sublist-item a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #C90045;
}
.service__list-item a:hover, .service__sublist-item a:hover {
    color: #C90045;
}
.service__list-item--active a, .service__sublist-item--active a {
    color: #C90045;
}
.service__sublist {
    padding-left: 20px;
    padding-bottom: 0;
}
.service__info {
    max-width: 589px;
    width: 100%;
    padding-bottom: 39px;
    border-bottom: 2px solid #C90045;
}
.service__info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 41px;
}
.service__info-logo::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #C90045;
}
.service__info-logo img {
    margin-right: 31px;
}
.service__title {
    font-size: 40px;
    line-height: 106%;
    font-weight: 700;
}
.service__text {
    margin-top: 12px;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
}

.price {
    padding: 88px 0;
    background: #C90045;
}
.price .title {
    text-align: center;
    color: #fff;
}
.price__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 40px;
}
.price__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 281px;
    min-height: 298px;
    padding: 29px 20px 26px 27px;
    background: #fff;
}
.price__item--big {
    width: 314px;
}
.price__item-icon {
    height: 75px;
    width: 70px;
}
.price__item-sub {
    margin-top: 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
}
.price__item-sub span {
    font-weight: 400;
    color: #7e7e7e;
}
.price__item-num {
    margin-top: auto;
    color: #C90045;
    font-size: 30px;
    line-height: 106%;
    font-weight: 700;
}
.price__item-num--big {
    font-size: 36px;
}
.price__item-num sup {
    font-size: 60%;
}
.price__item-num small {
    display: block;
    font-size: 18px;
    line-height: 106%;
    color: #929292;
    font-weight: 400;
}
.price .mb {
    margin-bottom: 21px;
}
.price__items--small .price__item {
    min-height: 222px;
}
.price__items--small .price__item-icon {
    height: 70px;
}

.about {
    padding: 147px 0 56px;
}
.about .container {
    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;
}
.about__content {
    max-width: 755px;
}
.about__content--small {
    max-width: 591px;
}
.about__content--small .about__text {
    line-height: 154%;
}
.about .title {
    margin-bottom: 24px;
    max-width: 630px;
}
.about__text {
    font-size: 20px;
    line-height: 140%;
    color: #7e7e7e;
}
.about__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    padding-left: 9px;
}
.about__author-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 27px;
    width: 79px;
    border-radius: 50%;
}
.about__author-box {
    font-size: 20px;
    line-height: 140%;
}
.about__author-name {
    font-weight: 700;
}
.about__author-desc {
    font-weight: 400;
    color: #7e7e7e;
}

.service + .about {
    padding-top: 15px;
    padding-bottom: 120px;
}

.works {
    padding: 95px 0 97px;
}
.works .container {
    position: relative;
}
.works__slider {
    margin-top: 31px;
}
.works__slide img {
    width: 100%;
    vertical-align: top;
}
.works__nav {
    position: absolute;
    right: 12px;
    top: 23px;
    width: 138px;
}

.slider-nav {
    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;
}
.slider-nav__btn {
    width: 37px;
    height: 16px;
    border: 0;
    background: 0;
    padding: 0;
    cursor: pointer;
    color: #2b2b2b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-nav__btn--prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slider-nav__btn svg {
    width: 100%;
    height: 100%;
}
.slider-nav__btn:hover {
    color: #C90045;
}

.border-content {
    position: relative;
    padding: 49px 92px 95px 95px;
    background: url("../images/why/why-bg.svg") center no-repeat;
    border: 4px solid #C90045;
    position: relative;
    z-index: 2;
}
.border-content .title {
    position: absolute;
    left: -3px;
    top: -41px;
}
.border-content .title::before, .border-content .title::after {
    content: "";
    position: absolute;
    left: -1px;
    background: #fff;
    z-index: -1;
}
.border-content .title::before {
    width: calc(100% + 46px);
    top: 36px;
    height: 6px;
}
.border-content .title::after {
    left: -2px;
    width: 6px;
    height: 99px;
    top: 0;
}

.why {
    padding: 85px 0 45px;
}
.why .title {
    color: #C90045;
}
.why__desc {
    width: 100%;
    margin-top: 70px;
    margin-bottom: -11px;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
}
.why__content {
    margin-top: -27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why__item {
    position: relative;
    margin-top: 32px;
    max-width: 490px;
    z-index: 10;
}
.why__item-icon {
    height: 47px;
}
.why__item-text {
    margin-top: 13px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}

.steps {
    padding: 37px 0 52px;
}
.steps__desc {
    margin-top: 10px;
    max-width: 720px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}
.steps__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.steps__item {
    width: calc(50% - 13px);
    min-height: 193px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    padding: 32px;
    background: #f3f3f3;
}
.steps__item--red {
    border: 1px solid #C90045;
}
.steps__item-num {
    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;
    border-radius: 50%;
    width: 51px;
    height: 51px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    background: #7e7e7e;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
.steps__item-num--attention {
    background: #C90045;
    font-size: 24px;
}
.steps__item-sub {
    font-size: 30px;
    line-height: 106%;
    font-weight: 400;
}
.steps__item-text {
    font-size: 22px;
    line-height: 106%;
    font-weight: 400;
}

.steps2 {
    padding-bottom: 99px;
}
.steps2__desc {
    margin-top: 11px;
    font-size: 20px;
    line-height: 154%;
    color: #2b2b2b;
}
.steps2__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 9px;
}
.steps2__item {
    background: #F3F3F3;
    padding: 24px;
    width: calc(50% - 10px);
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.steps2__item-num {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background: #7E7E7E;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.steps2__item-box {
    font-size: 24px;
    line-height: 116%;
    font-weight: 400;
}
.steps2__item-title {
    font-weight: 700;
}
.steps2__item-text {
    margin-top: 11px;
}

.projects {
    padding: 100px 0 106px;
    background: #2B2B2B;
    color: #fff;
}
.projects .title {
    color: #fff;
    text-align: center;
}
.projects__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 51px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
.projects__item {
    width: 386px;
}
.projects__item img {
    width: 100%;
}
.projects__item-text {
    margin-top: 5px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
}

.prof {
    padding: 118px 0 60px;
}
.prof__logo {
    padding: 12px 0 0 22px;
}
.prof__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 74px 65px 74px 104px;
}
.prof__photo {
    width: 383px;
    border-radius: 50%;
}
.prof__info {
    width: 520px;
}
.prof__title {
    font-size: 40px;
    line-height: 106%;
    font-weight: 700;
    color: #000;
}
.prof__text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #7e7e7e;
}

.reviews {
    padding: 57px 0 60px;
}
.reviews .container {
    position: relative;
}
.reviews__slider {
    margin-top: 61px;
}
.reviews__slide {
    width: 388px;
    padding: 32px;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.reviews__slide-quote {
    display: block;
    margin-bottom: 24px;
}
.reviews__slide-text {
    font-size: 20px;
    line-height: 131%;
    font-weight: 400;
}
.reviews__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
}
.reviews__author-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    width: 76px;
    border-radius: 50%;
}
.reviews__author-name {
    font-size: 20px;
    line-height: 106%;
    font-weight: 700;
}
.reviews__author-desc {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
}
.reviews__nav {
    position: absolute;
    right: 16px;
    top: 23px;
    width: 138px;
}
.reviews .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 0;
    font-size: 20px;
}

.faq {
    padding: 60px 0 120px;
}
.faq__items {
    margin-top: 60px;
}
.faq__item {
    border-top: 2px solid #2b2b2b;
    padding: 34px 0;
}
.faq__item--active .faq__item-text {
    margin-top: 20px;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.faq__item--active .faq__item-icon::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.faq__item:last-child {
    border-bottom: 2px solid #2b2b2b;
}
.faq__item-head {
    display: block;
    width: 100%;
    padding: 0 18px;
    border: 0;
    background: 0;
    cursor: pointer;
    text-align: left;
    font-size: 28px;
    line-height: 106%;
    font-weight: 400;
    position: relative;
}
.faq__item-text {
    padding: 0 18px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    font-size: 18px;
    line-height: 24px;
}
.faq__item-icon {
    position: absolute;
    right: 21px;
    top: -11px;
    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;
    width: 48px;
    height: 49px;
    border-radius: 50%;
    border: 1px solid #2b2b2b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.faq__item-icon:hover {
    border-color: #C90045;
}
.faq__item-icon:hover::before, .faq__item-icon:hover::after {
    background-image: url("../images/icons/line-active.svg");
}
.faq__item-icon::before, .faq__item-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../images/icons/line.svg") center/contain no-repeat;
    border-radius: 50px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.faq__item-icon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.feedback {
    padding: 60px 0;
    background: #C90045;
    color: #fff;
}
.feedback .title {
    text-align: center;
    color: #fff;
}
.feedback__desc {
    max-width: 350px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 106%;
    font-weight: 400;
}
.feedback__form {
    margin: 30px auto 0;
    max-width: 388px;
    width: 100%;
}
.feedback__form .input {
    color: #000;
    background: #fff;
    border-color: #fff;
    margin-bottom: 20px;
}
.feedback__form .btn {
    margin: 30px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer {
    padding: 30px 0;
}
.footer .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer__left {
    font-size: 19px;
    line-height: 1.5;
}
.footer__left a {
    color: #C90045;
}
.footer__awards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__awards a {
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px;
}
.footer__awards a img {
    width: 100%;
}
.footer__contacts {
    font-size: 19px;
    line-height: 1.5;
}
.footer__contacts a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer__contacts a:hover {
    color: #C90045;
}

.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials__item {
    width: 47px;
    height: 47px;
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.socials__item img {
    width: 23px;
    height: 23px;
}
.socials__item:hover {
    background: #e0e0e0;
}

.scroll-up {
    position: fixed;
    left: 40px;
    bottom: 170px;
    width: 40px;
    height: 47px;
    background: url("../images/icons/up.svg") center/contain no-repeat;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.scroll-up--active {
    opacity: 1;
    visibility: visible;
}

.prepare {
    padding: 120px 0 48px;
}
.prepare .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.prepare__content {
    width: 591px;
}
.prepare__text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 154%;
    color: #2b2b2b;
}
.prepare__text p {
    margin-bottom: 10px;
}
.prepare__text p:last-child {
    margin-bottom: 0;
}

.comp {
    padding-bottom: 100px;
}
.comp .why__item {
    width: calc(50% - 10px);
}

.example {
    padding-bottom: 60px;
    padding-bottom: 120px;
}
.example__image {
    margin-top: 60px;
    width: 100%;
    display: block;
}
.example__btns {
    margin: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.example__btns--start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.example__btns .btn {
    margin: 0 10px;
}

.constr {
    padding: 36px 0 198px;
}
.constr .title {
    padding-left: 40px;
    color: #C90045;
}
.constr__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 90px 20px 73px 43px;
}
.constr__column {
    width: 560px;
}
.constr__desc {
    position: absolute;
    left: 58px;
    bottom: -81px;
    padding: 22px 30px;
    width: 531px;
    color: #fff;
    background: #2b2b2b;
    font-size: 24px;
    line-height: 106%;
    font-weight: 700;
}
.constr__sub {
    font-size: 24px;
    line-height: 126%;
    font-weight: 700;
}
.constr__sub span {
    color: #C90045;
}
.constr__list {
    margin-top: 24px;
    padding-left: 13px;
    font-size: 20px;
    line-height: 154%;
    list-style: none;
}
.constr__list li {
    padding-left: 18px;
    position: relative;
}
.constr__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #2b2b2b;
    border-radius: 50%;
}

.big-text {
    padding: 110px 0 120px;
}
.big-text__block {
    max-width: 1002px;
    margin: 0 auto 120px;
}
.big-text__block:last-child {
    margin-bottom: 0;
}
.big-text ul {
    padding-left: 12px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    list-style: none;
}
.big-text ul li {
    padding-left: 18px;
    position: relative;
}
.big-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 4px;
    height: 4px;
    background: #2b2b2b;
    border-radius: 50%;
}
.big-text p {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 30px;
}
.big-text p:last-child {
    margin-bottom: 0;
}
.big-text .title {
    margin-bottom: 40px;
}

.types {
    padding: 100px 0 105px;
    color: #fff;
    background: #2B2B2B;
}
.types .title {
    text-align: center;
    color: #fff;
}
.types__tabs {
    margin-top: 70px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 75px;
}
.types__tab {
    font-size: 36px;
    line-height: 140%;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    opacity: 0.4;
}
.types__tab--active {
    color: #fff;
    opacity: 1;
}
.types__tab:hover {
    color: #fff;
    opacity: 0.7;
}
.types__tab:focus, .types__tab:active {
    color: #fff;
}
.types__items {
    margin-top: 36px;
}
.types__item {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.types__item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.types__item-image {
    width: 589px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
}
.types__item-text {
    font-size: 20px;
    line-height: 140%;
}

.about + .example {
    padding-top: 60px;
}

.fasad {
    padding: 22px 0 92px;
}
.fasad .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fasad .title {
    margin-bottom: 24px;
}
.fasad__content {
    max-width: 595px;
}
.fasad__list {
    padding-left: 14px;
    margin-bottom: 22px;
    list-style: none;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
}
.fasad__list li {
    padding-left: 17px;
    position: relative;
}
.fasad__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background: #2b2b2b;
    border-radius: 50%;
    width: 3px;
    height: 3px;
}
.fasad__text {
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
}

.portfolio {
    padding-bottom: 120px;
}
.portfolio__text {
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 52px;
}
.portfolio__tabs {
    margin-top: 40px;
    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;
}
.portfolio__tab {
    font-size: 18px;
}
.portfolio__tab--active, .portfolio__tab:focus {
    color: #C90045;
}
.portfolio__content {
    margin-top: 35px;
}
.portfolio__content--big .portfolio__box {
    width: calc(50% - 10px);
}
.portfolio__item {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.portfolio__item--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.portfolio__box {
    display: block;
    margin: 5px;
    width: 493px;
    height: 369px;
    position: relative;
    overflow: hidden;
}
.portfolio__box:hover .portfolio__box-info {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: #C90045;
}
.portfolio__box img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    width: 100%;
}
.portfolio__box-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(calc(100% - 55px));
    -ms-transform: translateY(calc(100% - 55px));
    transform: translateY(calc(100% - 55px));
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.portfolio__box-stats {
    font-size: 100px;
    line-height: 1;
    font-weight: 700;
}

.benefits {
    padding-bottom: 118px;
}

.consultation {
    padding: 82px 0;
    background: #2B2B2B;
    color: #fff;
}
.consultation .title {
    color: #fff;
    text-align: center;
}
.consultation__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 21px;
}
.consultation__tab {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: calc(50% - 10px);
    border: 0;
    background: 0;
    cursor: pointer;
    padding: 20px 50px 19px;
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.consultation__tab--active, .consultation__tab:hover, .consultation__tab:focus {
    color: #fff;
}
.consultation__tab--active {
    border-bottom-color: #fff;
}
.consultation .tab-mob {
    display: none;
}
.consultation .tab-dp {
    display: block;
}
.consultation__items {
    margin-top: 30px;
}
.consultation__item {
    display: none;
}
.consultation__item--active {
    display: block;
}
.consultation__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.consultation__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 586px;
}
.consultation__item-image img {
    width: auto;
    vertical-align: top;
}
.consultation__item-text {
    padding-right: 20px;
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
}
.consultation__btn {
    text-align: center;
    margin-top: 28px;
}

.faq--consultation {
    padding: 120px 0;
}

.design {
    padding: 120px 0;
}
.design__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 120px;
}
.design__item:last-child {
    margin-bottom: 0;
}
.design__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.design__box {
    max-width: 600px;
}
.design__title {
    font-size: 40px;
    line-height: 106%;
    font-weight: 700;
}
.design__text {
    margin-top: 25px;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
}
.design__text.mt {
    margin-top: 10px;
    line-height: 140%;
}
.design__list {
    list-style: none;
    margin-top: 21px;
    padding-left: 13px;
    font-size: 20px;
    line-height: 154%;
}
.design__list li {
    padding-left: 18px;
    position: relative;
}
.design__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2b2b2b;
}

.about2 {
    padding: 120px 0 110px;
}
.about2 .title {
    margin-bottom: 25px;
}
.about2 .about__text {
    line-height: 154%;
    max-width: 590px;
    color: #2b2b2b;
}
.about2 .about__text p {
    margin-bottom: 12px;
}
.about2 .about__image {
    margin-right: 119px;
}
.about2 .about__big {
    display: block;
    max-width: 100%;
    width: 100%;
    margin-top: 110px;
}

.style {
    background: #F2F2F7;
    padding: 88px 0;
}
.style__desc {
    color: #2B2B2B;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
    margin-top: 25px;
}
.style__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 19px;
}
.style__item {
    width: 384px;
    line-height: 154%;
    color: #2b2b2b;
}
.style__item-image {
    max-width: 100%;
    width: auto;
    display: block;
}
.style__item-title {
    margin-top: 31px;
    font-size: 24px;
    font-weight: 700;
}
.style__item-text {
    line-height: 154%;
    font-size: 20px;
    margin-top: 15px;
}

.gamma {
    padding: 110px 0;
}
.gamma .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.gamma__content {
    width: 585px;
}
.gamma__text {
    margin-top: 24px;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
    color: #2b2b2b;
}
.gamma__text p:not(:last-child) {
    margin-bottom: 16px;
}

.build {
    padding: 88px 0;
    background: #f2f2f7;
}
.build__content {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.build__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    gap: 20px;
    width: 889px;
}
.build__items .build__item:nth-child(even) {
    width: 485px;
}
.build__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    width: 384px;
    padding: 32px 30px 31px 32px;
}
.build__item--big {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 283px;
    padding: 49px 20px 30px 32px;
    display: block;
}
.build__item--big .build__text {
    margin-top: 12px;
}
.build__text {
    font-size: 24px;
    line-height: 106%;
    font-weight: 700;
    color: #2b2b2b;
}
.build__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}

.furniture {
    padding: 110px 0;
}
.furniture__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px;
}
.furniture__item:last-child {
    margin-bottom: 0;
}
.furniture__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.furniture__item-content {
    width: 585px;
}
.furniture__item-image {
    width: 488px;
}
.furniture__item-title {
    color: #2b2b2b;
    font-size: 40px;
    line-height: 106%;
    font-weight: 700;
}
.furniture__item-text {
    margin-top: 24px;
}
.furniture__item-text p {
    color: #2b2b2b;
    font-size: 20px;
    line-height: 154%;
    font-weight: 400;
    margin-bottom: 10px;
}
.furniture__item-text p:last-child {
    margin-bottom: 0;
}

.team {
    padding: 12px 0 120px;
}
.team .title {
    text-align: center;
}
.team__desc {
    margin-top: 39px;
    text-align: center;
}
.team__wrap {
    padding: 0 60px;
    margin-top: 60px;
    position: relative;
}
.team__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.team__slide-photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    width: 120px;
    margin-right: 30px;
}
.team__slide-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.team__slide-desc {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.team__slide-text {
    font-size: 19px;
    line-height: 24px;
    font-weight: 300;
}
.team__nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 10;
}
.team__nav .slider-nav__btn {
    position: absolute;
}
.team__nav .slider-nav__btn--prev {
    left: -40px;
}
.team__nav .slider-nav__btn--next {
    right: -40px;
}

@media screen and (max-width: 1600px) {
    .header .nav__link {
        padding: 37px 8px;
    }
    .footer__left {
        max-width: 400px;
    }
    .footer__contacts {
        max-width: 230px;
    }
    .team__nav .slider-nav__btn--next {
        right: -30px;
    }
    .team__nav .slider-nav__btn--prev {
        left: -30px;
    }
}
@media screen and (max-width: 1600px) {
    .header .nav__link {
        font-size: 17px;
    }
}
@media screen and (max-width: 1280px) {
    .container {
        width: 992px;
    }
    .header .logo {
        width: 150px;
    }
    .header .nav__link {
        font-size: 13px;
        padding: 25px 7px;
    }
    .service__nav {
        margin-right: 30px;
    }
    .service__title {
        font-size: 30px;
    }
    .promo {
        padding-top: 120px;
    }
    .promo__advantages-sub {
        font-size: 18px;
    }
    .price__items {
        gap: 20px;
    }
    .price__item {
        width: 225px;
        min-height: 260px;
        padding: 25px 20px;
    }
    .price__item-sub {
        font-size: 20px;
    }
    .price__item-num {
        font-size: 24px;
    }
    .prepare__content {
        width: 560px;
    }
    .types__item-image {
        width: 500px;
        margin-right: 20px;
    }
    .fasad__content {
        max-width: 485px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
    }
    .fasad__image {
        max-width: 440px;
        width: 100%;
    }
    .portfolio__box {
        width: 470px;
    }
    .portfolio__box-stats {
        font-size: 80px;
    }
    .steps2__item-text {
        font-size: 20px;
    }
    .why__item {
        max-width: 360px;
    }
    .consultation__item-image {
        width: 500px;
    }
    .consultation__item-image img {
        max-width: 100%;
        width: auto;
    }
    .team__nav .slider-nav__btn--next {
        right: -10px;
    }
    .team__nav .slider-nav__btn--prev {
        left: -10px;
    }
    .about2 .about__image {
        margin-right: 0;
    }
    .gamma__content {
        margin-left: 15px;
    }
    .build__items {
        width: 712px;
    }
    .build__items .build__item:nth-child(even) {
        width: 342px;
    }
    .build__item {
        width: 350px;
    }
    .build__item--big {
        width: 230px;
    }
    .furniture__item {
        margin-bottom: 60px;
    }
    .furniture__item:nth-child(even) .furniture__item-content {
        margin-left: 20px;
        margin-right: 0;
    }
    .furniture__item-content {
        margin-right: 20px;
    }
    .team__wrap {
        padding: 0;
    }
    .team__nav .slider-nav__btn--prev {
        left: -15px;
    }
    .team__nav .slider-nav__btn--next {
        right: -15px;
    }
}
@media screen and (max-width: 1010px) {
    .container {
        width: 768px;
    }
    .container--fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header {
        padding: 15px 0;
    }
    .header .menu-btn {
        display: block;
    }
    .header .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: auto;
        overflow-y: auto;
        background: rgba(42, 44, 46, 0.75);
        padding: 30px 15px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        height: 0;
    }
    .header .nav--active {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .header .nav__list {
        display: block;
    }
    .header .nav__link {
        display: block;
        text-align: left;
        font-size: 14px;
        padding: 7px 0;
    }
    .header .nav .socials {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
    .header--fixed .nav {
        background: #fff;
    }
    .promo {
        padding: 120px 0 300px;
        min-height: auto;
    }
    .promo__advantages-sub {
        font-size: 16px;
    }
    .service {
        padding: 60px 0;
    }
    .service__flex {
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .service__nav {
        width: 100%;
        margin-right: 0;
    }
    .service__info {
        max-width: 100%;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .price {
        padding: 60px 0;
    }
    .price__item {
        width: calc(50% - 10px);
    }
    .about {
        padding: 60px 0;
    }
    .about__text {
        font-size: 18px;
    }
    .about__image {
        margin-left: 10px;
    }
    .title {
        font-size: 32px;
    }
    .works {
        padding: 60px 0;
    }
    .border-content {
        padding: 30px 45px 45px;
    }
    .border-content .title {
        top: -20px;
    }
    .border-content .title::before {
        height: 6px;
        top: 15px;
    }
    .border-content .title::after {
        width: 6px;
        left: -2px;
    }
    .why__item {
        max-width: calc(50% - 15px);
    }
    .steps__item {
        width: calc(50% - 10px);
        padding: 25px;
    }
    .steps__item-sub {
        font-size: 22px;
    }
    .steps__item-text {
        font-size: 16px;
    }
    .projects {
        padding: 60px 0;
    }
    .projects__items {
        margin-top: 30px;
        gap: 30px 20px;
    }
    .projects__item {
        width: calc(50% - 10px);
    }
    .prof {
        padding: 60px 0;
    }
    .prof__content {
        padding: 80px 45px 45px;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .prof__info {
        width: 100%;
    }
    .prof__photo {
        display: block;
        margin: 30px auto 0;
    }
    .reviews {
        padding: 30px 0 60px;
    }
    .reviews__slider {
        margin-top: 30px;
    }
    .reviews .btn {
        margin-top: 30px;
    }
    .faq {
        padding: 30px 0 60px;
    }
    .faq__items {
        margin-top: 30px;
    }
    .faq__item {
        padding: 24px 0;
    }
    .faq__item-head {
        padding: 0 15px;
        font-size: 20px;
    }
    .faq__item-icon {
        width: 36px;
        height: 36px;
    }
    .faq__item-icon::after, .faq__item-icon::before {
        width: 18px;
        height: 18px;
    }
    .footer .container-fluid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .footer__contacts {
        display: none;
    }
    .footer .socials {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prepare .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prepare__content {
        width: 100%;
    }
    .prepare__image {
        margin-top: 40px;
    }
    .big-text__block {
        margin-bottom: 60px;
    }
    .constr__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .constr__column {
        width: 100%;
        margin-bottom: 42px;
    }
    .constr__column:last-child {
        margin-bottom: 0;
    }
    .example__image {
        margin-top: 20px;
    }
    .example__btns {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .example .btn {
        width: 100%;
        margin: 0 auto 20px;
    }
    .example .btn:last-child {
        margin-bottom: 0;
    }
    .types .title {
        text-align: left;
    }
    .types__tabs {
        margin-top: 26px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }
    .types__tab {
        font-size: 30px;
    }
    .types__tab--active {
        text-decoration: underline;
    }
    .types__items {
        margin-top: 20px;
    }
    .types__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .types__item-image {
        max-width: 590px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .types__item-text {
        width: 100%;
        font-size: 16px;
        line-height: 140%;
    }
    .fasad {
        padding: 20px 0 60px;
    }
    .fasad .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fasad__content {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }
    .fasad__image {
        margin-top: 20px;
    }
    .portfolio {
        padding-bottom: 60px;
    }
    .portfolio__tabs {
        margin-top: 30px;
    }
    .portfolio__tab {
        font-size: 14px;
    }
    .portfolio__box {
        width: calc(50% - 10px);
    }
    .portfolio__content {
        margin-top: 20px;
    }
    .consultation__tab {
        padding: 15px 10px;
        font-size: 20px;
    }
    .consultation__item-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .consultation__item-image {
        margin-right: 0;
    }
    .consultation__item-text {
        padding-right: 0;
        margin-top: 20px;
    }
    .design__item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }
    .design__image {
        margin-top: 30px;
    }
    .gamma .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .gamma__content {
        width: 100%;
        margin-left: 0;
    }
    .gamma__image {
        display: block;
        margin: 30px auto 0;
    }
    .build__items {
        width: 100%;
        margin-right: 0;
    }
    .build__items .build__item:nth-child(even) {
        width: calc(50% - 10px);
    }
    .build__item {
        width: calc(50% - 10px);
    }
    .build__item--big {
        margin-top: 20px;
        width: 100%;
    }
    .furniture__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .furniture__item-content {
        margin-right: 0;
        width: 100%;
    }
    .furniture__item-image {
        margin: 30px auto 0;
        max-width: 100%;
        width: auto;
    }
}
@media screen and (max-width: 790px) {
    .container {
        width: 100%;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .nav {
        padding: 15px;
    }
    .promo {
        padding-bottom: 0;
    }
    .promo__title {
        font-size: 32px;
    }
    .promo__form {
        width: 100%;
        margin-top: 28px;
    }
    .promo__advantages {
        margin-top: 52px;
        padding: 0 0 20px;
        position: relative;
    }
    .promo__advantages .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .promo__advantages-item {
        width: calc(50% - 5px);
        margin-top: 15px;
    }
    .promo__advantages-icon {
        width: 40px;
        height: 40px;
    }
    .promo__advantages-sub {
        margin-top: 6px;
        font-size: 12px;
    }
    .title {
        font-size: 32px;
    }
    .title--mob {
        display: block;
    }
    .service__title {
        font-size: 32px;
    }
    .service__nav-btn {
        right: -5px;
    }
    .service__info {
        padding-bottom: 44px;
        margin-top: 50px;
    }
    .service__info-logo img {
        width: 115px;
    }
    .service__text {
        font-size: 16px;
        margin-top: 10px;
    }
    .price {
        padding: 30px 0;
    }
    .price .title {
        text-align: left;
    }
    .price__items {
        gap: 0;
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .price__item {
        margin-top: 14px;
        min-height: auto;
        width: calc(50% - 7px);
        padding: 18px;
    }
    .price__item-icon {
        height: 56px;
        width: 52px;
    }
    .price__item-icon--orig {
        width: 56px;
        height: 56px;
    }
    .price__item-sub {
        margin-top: 14px;
        font-size: 16px;
    }
    .price__item-sub span {
        font-size: 14px;
    }
    .price__item-num {
        margin-top: 14px;
        font-size: 18px;
    }
    .price__items--small .price__item-icon--orig {
        width: 56px;
        height: 56px;
    }
    .about {
        padding-bottom: 25px;
    }
    .about .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about__content {
        max-width: 100%;
    }
    .about__image {
        display: none;
    }
    .about__image--mob-visible {
        display: block;
        width: 150px;
        margin-top: 20px;
        margin-left: 0;
    }
    .about .title {
        margin-bottom: 10px;
    }
    .about__text {
        font-size: 16px;
    }
    .about__author {
        margin-top: 20px;
        padding-left: 10px;
    }
    .about__author-image {
        margin-right: 14px;
        width: 63px;
    }
    .about__author-box {
        font-size: 16px;
    }
    .works {
        padding: 60px 0 12px;
    }
    .works__slider {
        margin-top: 18px;
    }
    .works__nav {
        margin: 13px auto 0;
        position: static;
    }
    .why {
        padding-bottom: 30px;
    }
    .why__item {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .why__item-icon {
        width: 46px;
        height: 46px;
    }
    .why__item-icon img {
        width: 100%;
    }
    .why__item-text {
        font-size: 16px;
    }
    .why__content {
        padding: 25px 26px 32px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .steps {
        padding: 30px 0 60px;
    }
    .steps__desc {
        font-size: 16px;
    }
    .steps__items {
        margin-top: 20px;
    }
    .steps__item {
        width: 100%;
        padding: 32px;
        min-height: auto;
    }
    .steps__item-num {
        width: 44px;
        height: 44px;
        font-size: 20px;
        margin-right: 20px;
    }
    .steps__item-sub, .steps__item-text {
        font-size: 20px;
    }
    .projects {
        padding: 30px 0;
    }
    .projects__items {
        margin-top: 20px;
        gap: 0;
    }
    .projects__item {
        width: 100%;
        margin-bottom: 20px;
    }
    .projects__item:last-child {
        margin-bottom: 0;
    }
    .projects__item-text {
        margin-top: 12px;
    }
    .prof {
        padding: 60px 0 30px;
    }
    .prof__content {
        padding: 73px 22px 51px;
    }
    .prof__title {
        font-size: 32px;
    }
    .prof__text {
        margin-top: 10px;
        font-size: 16px;
    }
    .prof__photo {
        max-width: 383px;
        width: 100%;
        margin-top: 40px;
    }
    .reviews {
        padding: 30px 0;
    }
    .reviews__slider {
        margin-top: 20px;
    }
    .reviews__nav {
        width: 107px;
        top: 9px;
    }
    .reviews__slide {
        padding: 20px;
    }
    .reviews__slide-quote {
        margin-bottom: 20px;
        width: 70px;
    }
    .reviews__slide-text {
        font-size: 16px;
    }
    .reviews__author {
        margin-top: 20px;
    }
    .reviews__author-image {
        width: 74px;
    }
    .reviews__author-name {
        font-size: 16px;
    }
    .reviews__author-desc {
        margin-top: 5px;
        font-size: 16px;
    }
    .reviews .btn {
        margin-top: 40px;
    }
    .faq__items {
        margin-top: 20px;
    }
    .faq__item-head {
        padding: 25px 92px 25px 18px;
    }
    .faq__item-icon {
        width: 48px;
        height: 48px;
        right: 16px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .faq__item-icon::before, .faq__item-icon::after {
        width: 24px;
        height: 24px;
    }
    .faq__item--active .faq__item-text {
        margin-top: 0;
        font-size: 16px;
    }
    .feedback {
        padding: 20px 0;
    }
    .footer .container-fluid {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__left {
        width: calc(100% - 130px);
    }
    .footer__awards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer__awards a {
        margin-bottom: 10px;
        padding: 0;
    }
    .scroll-up {
        left: 15px;
        bottom: 20px;
        width: 30px;
        height: 30px;
    }
    .prepare {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .prepare__text {
        font-size: 16px;
        margin-top: 10px;
    }
    .prepare__image {
        width: 167px;
    }
    .service + .about {
        padding-bottom: 60px;
    }
    .comp .why__item {
        width: 100%;
    }
    .constr {
        padding-bottom: 143px;
    }
    .constr .title {
        padding-left: 0;
    }
    .constr .title::before {
        width: calc(100% + 15px);
    }
    .constr .title::after {
        height: 40px;
    }
    .constr__content {
        padding: 40px 20px 40px;
    }
    .constr__sub {
        font-size: 20px;
    }
    .constr__list {
        margin-top: 16px;
        padding-left: 0;
        font-size: 16px;
    }
    .constr__desc {
        width: calc(100% - 68px);
        font-size: 16px;
        padding: 20px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }
    .big-text {
        padding: 40px 0 80px;
    }
    .big-text__block {
        margin-bottom: 60px;
    }
    .big-text p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .big-text ul {
        padding-left: 5px;
        margin-bottom: 20px;
    }
    .big-text ul li {
        font-size: 16px;
    }
    .big-text .title {
        margin-bottom: 20px;
    }
    .types {
        padding: 40px 0;
    }
    .about + .example {
        padding-bottom: 60px;
    }
    .fasad {
        padding-bottom: 40px;
    }
    .fasad__list {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .fasad__text {
        font-size: 16px;
    }
    .portfolio {
        padding-top: 30px;
    }
    .portfolio__tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .portfolio .title + .portfolio__tabs {
        margin-top: 20px;
    }
    .portfolio__tab {
        font-size: 16px;
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .portfolio__tab:last-child {
        margin-bottom: 0;
    }
    .portfolio__box {
        width: 100%;
        margin: 0 auto 10px;
    }
    .portfolio__box-stats {
        font-size: 60px;
    }
    .portfolio__content--big .portfolio__box {
        width: 100%;
    }
    .steps2 {
        padding-bottom: 20px;
    }
    .steps2__desc {
        margin-top: 10px;
        font-size: 16px;
    }
    .steps2__items {
        margin-top: 10px;
        display: block;
    }
    .steps2__item {
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
        padding: 20px;
    }
    .steps2__item:last-child {
        margin-bottom: 0;
    }
    .steps2__item-num {
        width: 30px;
        height: 30px;
        font-size: 14px;
        margin-right: 14px;
    }
    .steps2__item-box {
        font-size: 18px;
    }
    .steps2__item-text {
        font-size: 18px;
        margin-top: 0px;
    }
    .benefits {
        padding-bottom: 60px;
        overflow: hidden;
    }
    .benefits .title {
        font-size: 40px;
    }
    .benefits .border-content .title::before {
        width: calc(100% - 72px);
    }
    .benefits .why__content {
        padding-right: 13px;
        padding-left: 20px;
    }
    .benefits .why__desc {
        margin-bottom: 0;
    }
    .benefits .why__item-text {
        margin-top: 14px;
        line-height: 154%;
    }
    .why__desc {
        font-size: 16px;
    }
    .consultation {
        padding: 40px 0;
    }
    .consultation .title {
        text-align: left;
        font-size: 40px;
    }
    .consultation__tabs {
        margin-top: 9px;
    }
    .consultation__tab {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        text-align: left;
        padding: 16px 0;
        font-size: 30px;
        line-height: 120%;
    }
    .consultation .tab-mob {
        display: block;
    }
    .consultation .tab-dp {
        display: none;
    }
    .consultation__items {
        margin-top: 20px;
    }
    .consultation__item-image {
        max-width: 100%;
        width: auto;
    }
    .consultation__item-text {
        font-size: 16px;
    }
    .consultation__btn {
        margin-top: 20px;
    }
    .faq__item {
        padding: 14px 0;
    }
    .design {
        padding: 60px 0;
    }
    .design__title {
        font-size: 32px;
    }
    .design__text {
        margin-top: 10px;
        font-size: 16px;
    }
    .design__image {
        margin-top: 10px;
        max-width: 100%;
        width: auto;
    }
    .design__list {
        margin-top: 10px;
        font-size: 16px;
    }
    .portfolio__text {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .about2 {
        padding: 60px 0;
    }
    .about2 .about__image {
        margin: 10px auto 0;
    }
    .about2 .about__big {
        margin-top: 60px;
    }
    .style {
        padding: 44px 0;
    }
    .style__desc {
        margin-top: 24px;
        font-size: 16px;
    }
    .style__items {
        margin-top: 20px;
        display: block;
    }
    .style__item {
        width: 100%;
        margin-bottom: 28px;
    }
    .style__item:last-child {
        margin-bottom: 0;
    }
    .style__item-image {
        width: 100%;
    }
    .style__item-title {
        margin-top: 20px;
        font-size: 20px;
    }
    .style__item-text {
        margin-top: 10px;
        font-size: 16px;
    }
    .gamma {
        padding: 60px 0;
    }
    .gamma__text {
        font-size: 16px;
        margin-top: 10px;
    }
    .gamma__image {
        max-width: 100%;
        width: auto;
        margin-top: 10px;
    }
    .build {
        padding: 44px 0;
    }
    .build__content {
        margin-top: 20px;
        display: block;
    }
    .build__items {
        display: block;
    }
    .build__items .build__item:nth-child(even) {
        width: 100%;
    }
    .build__item {
        margin-bottom: 14px;
        width: 100%;
        padding: 16px;
    }
    .build__text {
        font-size: 18px;
        line-height: 106%;
    }
    .build__item--big {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .build__item .build__icon {
        width: 52px;
    }
    .build__item .build__text {
        margin-top: 0;
    }
    .furniture {
        padding: 60px 0;
    }
    .furniture__item-title {
        font-size: 32px;
    }
    .furniture__item-text {
        margin-top: 10px;
    }
    .furniture__item-text p {
        font-size: 16px;
    }
    .furniture__item-image {
        margin-top: 10px;
    }
    .furniture__item-content {
        margin: 0;
    }
    .furniture__item:nth-child(even) .furniture__item-content {
        margin: 0;
    }
    .team {
        padding: 10px 0 60px;
    }
    .team__wrap {
        margin-top: 30px;
    }
    .team__desc {
        margin-top: 20px;
    }
    .team__slide {
        display: block;
        text-align: center;
    }
    .team__slide-photo {
        margin: auto;
    }
    .team__slide-info {
        margin-top: 20px;
    }
    .team__slide-text {
        font-size: 16px;
    }
    .team__nav {
        top: 55px;
    }
    .team__nav .slider-nav__btn--prev {
        left: 15px;
    }
    .team__nav .slider-nav__btn--next {
        right: 15px;
    }
}
