.body .footer {
    position: relative;
    z-index: 2;
}
.body .footer__top {
    background: #21201f;
}
.body .footer__top .container {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    padding: 60px 0 50px;
}
.body .footer__mid {
    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;
}
.body .footer__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    z-index: 1;
}
.body .footer__logo img {
    width: 100%;
    height: 100%;
}
.body .footer__left {
    width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    margin-top: 40px;
}
.body .footer__left--reks {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 14px 24px;
    font-weight: 500;
    cursor: pointer;
}
.body .footer__left--reks span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.body .footer__menu li {
    margin-bottom: 30px;
}
.body .footer__menu li a {
    color: var(--color-3, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__title {
    color: var(--color-3, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.body .footer__text {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
    max-width: 430px;
}
.body .footer__input {
    border-radius: 20px;
    background: #302e2c;
    color: var(--color-2, #fff);
    padding: 10px 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
}
.body .footer__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__input::-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__input::placeholder {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__btn {
    width: 100%;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.body .footer__form {
    margin-bottom: 20px;
}
.body .footer__policy--text {
    max-width: 430px;
}
.body .footer__policy--text span {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__policy--text a {
    color: #f8b540;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}
.body .footer__bot {
    padding: 30px 0;
    background: #171512;
}
.body .footer__bot .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;
}
.body .footer__bot .container p {
    color: #999;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .footer__policy {
    color: var(--color-2, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .made {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .made span {
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 20px;
}
.body .socials {
    max-width: 290px;
    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;
}
.body .socials a {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #171512;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .socials img {
    width: 25px;
    height: 25px;
}
.body .socials.light {
    display: none;
}
.body.white .footer__top {
    background-color: #514942;
}
.body.white .footer__text {
    color: #fff;
}
.body.white .footer__input {
    background: #f1f1f1;
    color: var(--color-1, #2b2a28);
}
.body.white .footer__input::-webkit-input-placeholder {
    color: var(--color-1, #2b2a28);
}
.body.white .footer__input::-moz-placeholder {
    color: var(--color-1, #2b2a28);
}
.body.white .footer__input:-ms-input-placeholder {
    color: var(--color-1, #2b2a28);
}
.body.white .footer__input::-ms-input-placeholder {
    color: var(--color-1, #2b2a28);
}
.body.white .footer__input::placeholder {
    color: var(--color-1, #2b2a28);
}
.body.white .footer__policy--text span {
    color: #fff;
}
.body.white .footer__thanks {
    background-color: #2b2a28;
}
.body.white .socials.dark {
    display: none;
}
.body.white .socials.light {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body.white .socials a {
    background-color: rgba(255, 255, 255, 0.1);
}
.body .editors b,
.body .editors strong {
    font-weight: 600;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
}
.body .editors b p,
.body .editors b span,
.body .editors strong p,
.body .editors strong span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    margin-bottom: 10px;
}
.body .editors p,
.body .editors span {
    font-style: normal;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    margin-bottom: 10px;
}
.body .editors p b,
.body .editors p strong,
.body .editors span b,
.body .editors span strong {
    font-weight: 600;
}
.body .editors ol li {
    font-style: normal;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    list-style: decimal;
    list-style-position: inside;
}
.body .editors ul li {
    font-style: normal;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    -webkit-font-feature-settings: "tnum" on, "lnum" on;
    font-feature-settings: "tnum" on, "lnum" on;
    color: #fff;
    list-style: disc;
    list-style-position: inside;
}
.body.white .editors b,
.body.white .editors strong {
    color: #0d0d0d;
}
.body.white .editors b p,
.body.white .editors b span,
.body.white .editors strong p,
.body.white .editors strong span {
    color: #0d0d0d;
}
.body.white .editors p,
.body.white .editors span {
    color: #0d0d0d;
}
.body.white .editors p b,
.body.white .editors p strong,
.body.white .editors span b,
.body.white .editors span strong {
    color: #0d0d0d;
}
.body.white .editors ol li {
    color: #0d0d0d;
}
.body.white .editors ul li {
    color: #0d0d0d;
}
.body .banner2 {
    height: 890px;
    position: relative;
    z-index: 2;
}
.body .banner2__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: brightness(0.4);
    filter: brightness(0.4);
}
.body .banner2__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.body .banner2 .container {
    height: 100%;
}
.body .banner2__content {
    height: 100%;
    padding: 90px 0;
}
.body .banner2__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 120px;
}
.body .banner2__left {
    max-width: 650px;
}
.body .banner2__left b {
    color: var(--color-3, #fff);
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    display: block;
    margin-bottom: 40px;
    line-height: 110%;
}
.body .banner2__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .banner2__calc {
    border-radius: 20px;
    background: var(--Orange, #f8b540);
    color: var(--color-1, #2b2a28);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 60px;
    padding: 10px 31px;
    margin-right: 35px;
}
.body .banner2__calc:hover {
    background-color: #fddb92;
}
.body .banner2__adv {
    max-width: 280px;
}
.body .banner2__adv li {
    color: var(--color-3, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
    opacity: 0;
}
.body .banner2__adv li.fade-in {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}
.body .banner2__adv li svg {
    width: 57px;
    height: 56px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-28px);
    -ms-transform: translateY(-28px);
    transform: translateY(-28px);
    left: 0;
}
.body .banner2__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .banner2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .banner2__item img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}
.body .banner2__item span {
    color: var(--color-3, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .banner2__item:last-child span {
    max-width: 170px;
    text-align: center;
}
.body .banner2__video {
    position: relative;
}
.body .banner2__video img {
    -webkit-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}
.body .banner2__video .tringle {
    position: absolute;
    top: 40px;
    left: 43px;
    -webkit-animation: none;
    animation: none;
}
.body .effect {
    margin: 100px 0;
}
.body .effect .container {
    border-radius: 20px;
    background: #222;
    padding: 45px;
}
.body .effect__title {
    text-align: center;
}
.body .effect__subtitle {
    color: var(--Orange, #f8b540);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 45px;
    text-align: center;
}
.body .effect__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .effect__item {
    width: 30%;
    border-radius: 16px;
    background: #2d2d2d;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .effect__item img {
    width: 70px;
    height: 70px;
}
.body .effect__item b {
    margin: 20px 0;
    color: var(--Orange, #f8b540);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}
.body .effect__item p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .projects {
    margin: 100px 0;
}
.body .projects__title {
    text-align: center;
}
.body .projects__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    border: 1px solid var(--Orange, #f8b540);
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.23);
    height: 60px;
    margin: 55px 0;
}
.body .projects__nav--item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--Orange, #f8b540);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}
.body .projects__nav--item:first-child.active {
    border-radius: 20px 0 0 20px;
}
.body .projects__nav--item:last-child.active {
    border-radius: 0 20px 20px 0;
}
.body .projects__nav--item.active {
    background: var(--Orange, #f8b540);
    color: var(--color-5, #000);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: default;
}
.body .projects__content {
    margin-bottom: 60px;
    width: 100%;
}
.body .projects__content--item {
    display: none;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 40px;
    width: 100%;
}
.body .projects__content--item.active {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
}
.body .projects__item {
    width: 100%;
    max-width: 590px;
}
.body .projects__item:first-child .projects__small .slick-track {
    -webkit-transform: translate3d(-20px, 0, 0) !important;
    transform: translate3d(-20px, 0, 0) !important;
}
.body .projects__item--title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 30px 0;
}
.body .projects__item--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body .projects__item--btns span {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.23);
    height: 37px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 11px 25px;
    margin-right: 20px;
    display: block;
}
.body .projects__item--btns span:hover {
    color: #fddb92;
    border: 1px solid #fddb92;
}
.body .projects__item--slider {
    width: 100%;
}
.body .projects__big {
    width: 100%;
    margin-bottom: 30px;
}
.body .projects__big--item {
    width: 100%;
    height: 325px;
}
.body .projects__big--item picture {
    height: 100%;
}
.body .projects__big--item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    cursor: pointer;
}
.body .projects__big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.body .projects__big .slick-arrow svg circle {
    fill: #fff;
}
.body .projects__big .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .projects__big .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .projects__big .slick-arrow.slick-disabled {
    cursor: default;
}
.body .projects__big .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .projects__big .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .projects__big .arrowRight {
    right: 13px;
}
.body .projects__big .arrowLeft {
    left: 13px;
}
.body .projects__small {
    width: 100%;
}
.body .projects__small .slick-list {
    width: 100%;
}
.body .projects__small--item {
    height: 94px;
    margin: 0 15px;
    cursor: pointer;
}
.body .projects__small--item.slick-current {
    border-radius: 20px;
}
.body .projects__small--item.slick-current img {
    border: 2px solid var(--Orange, #f8b540);
}
.body .projects__small--item img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    border: 2px solid transparent;
}
.body .projects__small .slick-track {
    max-height: 94px;
    overflow-y: hidden;
}
.body .projects__more {
    width: 280px;
    height: 70px;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .method {
    position: relative;
    margin-top: 100px;
}
.body .method__title {
    margin-bottom: 50px;
}
.body .method__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.body .method__items.grid14 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
}
.body .method__items.grid14 .method__item:nth-child(1) {
    grid-area: 1/1/2/2;
}
.body .method__items.grid14 .method__item:nth-child(2) {
    grid-area: 1/2/2/3;
}
.body .method__items.grid14 .method__item:nth-child(3) {
    grid-area: 1/3/2/4;
}
.body .method__items.grid14 .method__item:nth-child(4) {
    grid-area: 1/4/2/5;
}
.body .method__items.grid14 .method__item:nth-child(5) {
    grid-area: 2/1/3/2;
}
.body .method__items.grid14 .method__item:nth-child(5) img {
    width: 80px;
}
.body .method__items.grid14 .method__item:nth-child(6) {
    grid-area: 2/2/3/3;
}
.body .method__items.grid14 .method__item:nth-child(6) img {
    width: 106px;
}
.body .method__items.grid14 .method__item:nth-child(7) {
    grid-area: 2/3/3/4;
}
.body .method__items.grid14 .method__item:nth-child(8) {
    grid-area: 2/4/3/5;
}
.body .method__items.grid14 .method__item:nth-child(8) img {
    width: 76px;
}
.body .method__items.grid14 .method__item:nth-child(9) {
    grid-area: 3/1/4/2;
}
.body .method__items.grid14 .method__item:nth-child(10) {
    grid-area: 3/2/4/3;
}
.body .method__items.grid14 .method__item:nth-child(11) {
    grid-area: 3/3/4/4;
}
.body .method__items.grid14 .method__item:nth-child(12) {
    grid-area: 3/4/4/5;
}
.body .method__items.grid14 .method__item:nth-child(13) {
    grid-area: 4/1/5/3;
}
.body .method__items.grid14 .method__item:nth-child(14) {
    grid-area: 4/3/5/5;
}
.body .method__item {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 50px 35px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.body .method__item img {
    margin-bottom: 25px;
    width: 88px;
}
.body .method__item p {
    color: var(--color-3, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .method__item:nth-child(1) {
    grid-area: 1/1/4/4;
}
.body .method__item:nth-child(2) {
    grid-area: 1/4/4/7;
}
.body .method__item:nth-child(3) {
    grid-area: 1/7/4/10;
}
.body .method__item:nth-child(4) {
    grid-area: 1/10/4/13;
}
.body .method__item:nth-child(5) {
    grid-area: 4/1/7/4;
}
.body .method__item:nth-child(5) img {
    width: 80px;
}
.body .method__item:nth-child(6) {
    grid-area: 4/4/7/7;
}
.body .method__item:nth-child(6) img {
    width: 106px;
}
.body .method__item:nth-child(7) {
    grid-area: 4/7/7/10;
}
.body .method__item:nth-child(8) {
    grid-area: 4/10/7/13;
}
.body .method__item:nth-child(8) img {
    width: 76px;
}
.body .method__item:nth-child(9) {
    grid-area: 7/1/10/5;
}
.body .method__item:nth-child(10) {
    grid-area: 7/5/10/9;
}
.body .method__item:nth-child(11) {
    grid-area: 7/9/10/13;
}
.body .kaizen {
    margin: 100px 0;
    border-radius: 20px;
    background: #222;
    padding: 45px;
}
.body .kaizen__title {
    text-align: center;
    margin-bottom: 50px;
}
.body .kaizen__title b {
    color: #f8b540;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .kaizen__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .kaizen__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .kaizen__item p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}
.body .steps {
    margin: 100px 0;
    position: relative;
}
.body .steps__content {
    position: relative;
    padding: 60px 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}
.body .steps__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.body .steps__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.body .steps .container {
    height: 100%;
}
.body .steps__left {
    width: 54%;
    padding: 30px 22px;
}
.body .steps__title {
    max-width: 400px;
    margin-bottom: 35px;
}
.body .steps__items {
    background-color: transparent !important;
}
.body .steps__items li {
    position: relative;
    padding-left: 40px;
    opacity: 0;
    margin-bottom: 24px;
}
.body .steps__items li.fade-in {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}
.body .steps__items li::before {
    content: url(../images/icons/star.svg);
    position: absolute;
    left: -20px;
    top: 0;
}
.body .steps__items li b {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.body .steps__items li p {
    color: var(--color-3, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__container {
    width: 43%;
    padding-top: 170px;
}
.body .steps__input {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 70px;
    margin-bottom: 30px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 20px;
}
.body .steps__input::-webkit-input-placeholder {
    color: var(--color-1, #2b2a28);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__input::-moz-placeholder {
    color: var(--color-1, #2b2a28);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__input:-ms-input-placeholder {
    color: var(--color-1, #2b2a28);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__input::-ms-input-placeholder {
    color: var(--color-1, #2b2a28);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__input::placeholder {
    color: var(--color-1, #2b2a28);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .steps__btn {
    height: 76px;
    width: 100%;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .tarif__title {
    text-align: center;
    margin-bottom: 60px;
}
.body .tarif__item {
    border-radius: 20px;
    background: #222;
    padding: 24px 30px;
    margin: 0 20px;
}
.body .tarif__item.show .tarif__btn {
    background: var(--color-1, #2b2a28);
}
.body .tarif__item.show .tarif__btn img {
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0)
        saturate(0) hue-rotate(20deg) brightness(103%) contrast(102%);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(0)
        hue-rotate(20deg) brightness(103%) contrast(102%);
}
.body .tarif__item.show .tarif__less {
    color: #fff;
}
.body .tarif__item.show .tarif__less {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body .tarif__item.show .tarif__more {
    display: none;
}
.body .tarif__item.show .tarif__info {
    overflow-y: auto;
    max-height: unset;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.body .tarif__item.show .tarif__btn img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.body .tarif__item .tarif__less {
    display: none;
    margin-bottom: 0;
}
.body .tarif__item b {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .tarif__price {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.body .tarif__price p {
    color: var(--Orange, #f8b540);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline;
    margin: 0 5px;
}
.body .tarif__info {
    max-height: 365px;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.body .tarif__info--item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    padding: 24px;
    margin-bottom: 24px;
}
.body .tarif__info--item b {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.body .tarif__info--item ul {
    margin-bottom: 18px;
}
.body .tarif__info--item ul li {
    color: #999;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 0.5px solid rgba(107, 107, 106, 0.3);
}
.body .tarif__info--item ul li:last-child {
    border-bottom: none;
}
.body .tarif__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    border-radius: 20px;
    background: var(--Orange, #f8b540);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
.body .tarif__btn b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .tarif__btn img {
    width: 26px;
    height: 12px;
    margin: 0 0 0 10px;
}
.body .tarif__items .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.body .tarif__items .slick-arrow svg circle {
    fill: #fff;
}
.body .tarif__items .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .tarif__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .tarif__items .slick-arrow.slick-disabled {
    cursor: default;
}
.body .tarif__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .tarif__items .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .tarif__items .arrowRight {
    right: -50px;
}
.body .tarif__items .arrowLeft {
    left: -50px;
}
.body .tarif__more {
    margin-top: 10px;
}
.body .mebel__top {
    margin: 100px 0;
    border-radius: 20px;
    background: #222;
    padding: 45px;
}
.body .mebel__title {
    text-align: center;
    margin-bottom: 50px;
}
.body .mebel__title b {
    color: var(--Orange, #f8b540);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
}
.body .mebel__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
}
.body .mebel__item {
    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;
    opacity: 0;
}
.body .mebel__item.fade-in {
    -webkit-animation: fadeIn 1s forwards;
    animation: fadeIn 1s forwards;
}
.body .mebel__item b {
    color: var(--color-6, #fff8e8);
    font-size: 80px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    display: block;
    margin-right: 16px;
}
.body .mebel__item p {
    color: var(--Orange, #f8b540);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .mebel__bot {
    margin: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .mebel__bot img {
    width: 49%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .faq {
    margin: 100px 0;
}
.body .faq__title {
    margin-bottom: 60px;
    text-align: center;
}
.body .faq__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.body .faq__item.show {
    border: 1px solid transparent;
    background: #222;
}
.body .faq__item.show .faq__ans {
    overflow-y: unset;
    max-height: 2000px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.body .faq__item.show .faq__right .plus {
    display: none;
}
.body .faq__item.show .faq__right .minus {
    display: block;
}
.body .faq__item .minus {
    display: none;
}
.body .faq__right {
    width: 70px;
    cursor: pointer;
}
.body .faq__left {
    width: calc(100% - 150px);
}
.body .faq__qu {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 24px;
}
.body .faq__ans {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    color: #999;
}
.body .faq__ans p,
.body .faq__ans span {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
    color: #999 !important;
    font-family: Montserrat, sans-serif !important;
}
.body .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}
.body .desc__img {
    width: 330px;
    height: 100%;
    margin-top: 3px;
}
.body .desc__img picture {
    height: 100%;
    display: block;
}
.body .desc__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    max-height: 310px;
}
.body .desc__info {
    width: calc(100% - 370px);
}
.body .desc__title {
    margin-bottom: 24px;
}
.body .desc__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999;
}
.body .reviews {
    margin: 100px 0;
    padding: 50px 125px;
    background: #21201f;
    z-index: 2;
    position: relative;
}
.body .reviews__title {
    margin-bottom: 30px;
}
.body .reviews__title.main-title {
    color: #fff;
}
.body .reviews__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body .reviews__img {
    width: 48%;
    height: 300px;
}
.body .reviews__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .reviews__info {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.body .reviews__top b {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    margin-bottom: 22px;
    color: #fff;
}
.body .reviews__top p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #999;
}
.body .reviews__city {
    color: var(--Orange, #f8b540) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body .reviews__bot {
    padding-bottom: 20px;
}
.body .reviews__bot span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
    display: block;
    color: #fff;
}
.body .reviews__items .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.body .reviews__items .slick-arrow svg circle {
    fill: #f8b540;
}
.body .reviews__items .slick-arrow svg path {
    stroke: #2b2a28;
}
.body .reviews__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body .reviews__items .slick-arrow.slick-disabled {
    cursor: default;
}
.body .reviews__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body .reviews__items .slick-arrow.slick-disabled svg path {
    stroke: #fff;
}
.body .reviews__items .arrowRight {
    right: -125px;
}
.body .reviews__items .arrowLeft {
    left: -125px;
}
.body .ques {
    padding: 80px 70px;
    position: relative;
}
.body .ques__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.body .ques__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .ques .container {
    height: 100%;
}
.body .ques__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 15px;
}
.body .ques__title {
    width: 50%;
}
.body .ques__container {
    width: 46%;
}
.body .ques__input {
    height: 70px;
    width: 100%;
    border-radius: 20px;
    background: #fff;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 24px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}
.body .ques__input::-webkit-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__input::-moz-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__input:-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__input::-ms-input-placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__input::placeholder {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 24px;
}
.body .ques__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
}
.body .ques__current img {
    width: 36px;
    height: 14px;
    margin-top: 3px;
}
.body .ques__current b {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .ques__others {
    position: absolute;
    width: 100%;
    bottom: -276px;
    left: 0;
    border-radius: 24px;
    background: #fff;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    display: none;
}
.body .ques__others p {
    color: var(--color-1, #2b2a28);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 32px;
    cursor: pointer;
}
.body .ques__others p:last-child {
    border-bottom: none;
}
.body .ques__btn {
    width: 100%;
    height: 76px;
    color: var(--color-1, #2b2a28);
    text-align: center;
    font-family: Rubik, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .article {
    margin: 150px 0;
}
.body .article__img {
    height: 400px;
}
.body .article__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
.body .article__top {
    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;
}
.body .article__title {
    margin: 60px 0;
}
.body .article__content {
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .article__date {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 50px;
    padding: 10px 16px;
    border-radius: 20px;
    background: var(--Orange, #f8b540);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .error {
    min-height: 880px;
    height: 100vh;
    position: relative;
    z-index: 1;
}
.body .error__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(65%, rgba(0, 0, 0, 0.65)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.65) 65%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.65) 65%,
        rgba(0, 0, 0, 0) 100%
    );
}
.body .error__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.body .error__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
}
.body .error .container {
    height: 100%;
}
.body .error__content {
    position: relative;
    z-index: 4;
    height: 100%;
    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: 0 130px 20%;
}
.body .error__left {
    width: 400px;
    color: var(--color-2, #fff);
    text-align: center;
    font-size: 200px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .error__right {
    width: calc(100% - 550px);
    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;
}
.body .error__right b {
    color: var(--color-2, #fff);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 460px;
}
.body .error__btn {
    height: 60px;
    width: 330px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}
.body .modal {
    display: none;
}
.body .modal.show {
    display: block;
}
.body .modal__content {
    width: 700px;
    left: calc(50% - 350px);
    padding: 60px 0;
    min-height: 400px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.body .modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 500px;
    z-index: -1;
}
.body .modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.body .modal__close:hover svg path {
    fill: #fddb92;
}
.body .modal__close svg {
    width: 45px;
    height: 45px;
}
.body .modal__close svg path {
    fill: #fff;
}
.body .modal__title {
    padding: 0 50px;
    margin-bottom: 40px;
}
.body .modal__input {
    border-radius: 20px;
    background: #1d1c1b;
    height: 70px;
    width: 100%;
    padding: 24px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 35px;
}
.body .modal__input::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__input::-moz-placeholder {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__input:-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__input::-ms-input-placeholder {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__input::placeholder {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    border-radius: 20px;
    background-color: #1d1c1b;
    margin-bottom: 24px;
}
.body .modal__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
}
.body .modal__current svg {
    margin-top: 5px;
}
.body .modal__current svg path {
    fill: #fff;
    margin-top: 7px;
}
.body .modal__current b {
    color: var(--color-2, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.body .modal__others {
    position: absolute;
    width: 100%;
    bottom: -220px;
    left: 0;
    border-radius: 24px;
    background: #fff;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
    display: none;
}
.body .modal__others p {
    color: var(--color-1, #2b2a28);
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 32px;
    cursor: pointer;
}
.body .modal__others p:last-child {
    border-bottom: none;
}
.body .modal__btn {
    width: 100%;
    height: 76px;
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 20px auto 10px;
}
.body .modal__wait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.body .modal__wait svg {
    margin-bottom: 60px;
}
.body .modal__wait svg path {
    fill: #fff;
}
.body .modal--con1 svg {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.body .modal--con2 {
    padding: 0 30px;
}
.body .modal--con2 img {
    margin-bottom: 30px;
}
.body .modal__form {
    padding: 40px 80px 15px;
}
.body .video {
    display: none;
}
.body .video.show {
    display: block;
}
.body .video__content {
    width: 90%;
    left: 5%;
    height: 80%;
    top: 10%;
    padding: 50px 0 0;
    position: relative;
}
.body .video__content iframe {
    width: 100%;
    height: 100%;
    border-radius: 0 0 20px 20px;
}
.body .video__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.body .video__close:hover svg path {
    fill: #fddb92;
}
.body .video__close svg path {
    fill: #fff;
}
.body .thankstype {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    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;
    padding: 30px 20px;
    max-width: 550px;
    display: none;
}
.body .thankstype img {
    width: 130px;
    margin-bottom: 20px;
}
.body .thankstype b {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.body .rekviz {
    display: none;
}
.body .rekviz.show {
    display: block;
}
.body .rekviz__content {
    border-radius: 20px;
    background: #21201f;
    width: 660px;
    position: relative;
    margin: 0 auto;
    padding: 70px;
}
.body .rekviz__content svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
}
.body .rekviz__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 35px;
    height: 35px;
}
.body .rekviz__close svg {
    width: 100%;
}
.body .rekviz__close svg path {
    fill: #fff;
}
.body .rekviz__title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 70px;
}
.body .rekviz__item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.body .rekviz__item b {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-right: 9px;
}
.body .rekviz__item p {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}
.body.white .effect .container {
    background: #514942;
}
.body.white .effect__title {
    color: #fff;
}
.body.white .effect__item {
    background: rgba(255, 255, 255, 0.05);
}
.body.white .projects__big .slick-arrow svg circle {
    fill: #0d0d0d;
    opacity: 0.7;
}
.body.white .projects__big .slick-arrow svg path {
    stroke: #d7d6d4;
}
.body.white .projects__big .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body.white .projects__big .slick-arrow:hover svg path {
    stroke: #fff;
}
.body.white .projects__big .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body.white .projects__big .slick-arrow.slick-disabled svg path {
    stroke: #0d0d0d;
}
.body.white .method__item {
    border: 1px #0d0d0d solid;
}
.body.white .kaizen {
    background: #514942;
}
.body.white .kaizen__title {
    color: #fff;
}
.body.white .steps__title {
    color: #fff;
}
.body.white .tarif__item {
    background: #514942;
}
.body.white .tarif__items .slick-arrow svg circle {
    fill: #0d0d0d;
    opacity: 0.7;
}
.body.white .tarif__items .slick-arrow svg path {
    stroke: #d7d6d4;
}
.body.white .tarif__items .slick-arrow:hover svg circle {
    fill: #fddb92;
}
.body.white .tarif__items .slick-arrow:hover svg path {
    stroke: #fff;
}
.body.white .tarif__items .slick-arrow.slick-disabled svg circle {
    fill: #6b6b6a;
    opacity: 0.7;
}
.body.white .tarif__items .slick-arrow.slick-disabled svg path {
    stroke: #0d0d0d;
}
.body.white .mebel__top {
    background: #514942;
}
.body.white .mebel__title {
    color: #fff;
}
.body.white .faq__item {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.body.white .faq__item.show {
    background: #514942;
}
.body.white .faq__item.show .faq__qu {
    color: #fff;
}
.body.white .faq__item.show .faq__ans {
    color: #999;
}
.body.white .faq__item.show .faq__ans p,
.body.white .faq__item.show .faq__ans span {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 150%;
    color: #999 !important;
    font-family: Montserrat, sans-serif !important;
}
.body.white .faq__qu {
    color: #444;
}
.body.white .desc__text {
    color: #444;
}
.body.white .reviews {
    background: #514942;
}
.body.white .ques__title.main-title {
    color: #fff;
}
.body.white .error__wrapper {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(65%, rgba(83, 81, 81, 0.65)),
        to(rgba(86, 85, 85, 0))
    );
    background: -o-linear-gradient(
        top,
        rgba(83, 81, 81, 0.65) 65%,
        rgba(86, 85, 85, 0) 100%
    );
    background: linear-gradient(
        180deg,
        rgba(83, 81, 81, 0.65) 65%,
        rgba(86, 85, 85, 0) 100%
    );
}
.body.white .modal--con1 svg path {
    fill: #0d0d0d;
}
.body.white .modal__input {
    background-color: #e1e1e1;
    color: #2b2a28;
}
.body.white .modal__input::-webkit-input-placeholder {
    color: #2b2a28;
}
.body.white .modal__input::-moz-placeholder {
    color: #2b2a28;
}
.body.white .modal__input:-ms-input-placeholder {
    color: #2b2a28;
}
.body.white .modal__input::-ms-input-placeholder {
    color: #2b2a28;
}
.body.white .modal__input::placeholder {
    color: #2b2a28;
}
.body.white .modal__select {
    background-color: #e1e1e1;
}
.body.white .modal__select b {
    color: #2b2a28;
}
.body.white .modal__current svg path {
    fill: #0d0d0d;
}
.body.white .modal__others {
    border: 1px #000 solid;
}
.body.white .modal__close svg path {
    fill: #2b2a28;
}
.body.white .video__close:hover svg path {
    fill: #fddb92;
}
.body.white .video__close svg path {
    fill: #2b2a28;
}
.body.white .rekviz__content {
    background-color: #f9f9f9;
}
.body.white .rekviz__close svg path {
    fill: #2b2a28;
}
.body.white .rekviz__title {
    color: #2b2a28;
}
.body.white .rekviz__item b,
.body.white .rekviz__item p {
    color: #2b2a28;
}
@-webkit-keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.fade-in:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.fade-in:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.fade-in:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.fade-in:nth-child(4) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.fade-in:nth-child(5) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.fade-in:nth-child(6) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.fade-in:nth-child(7) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.fade-in:nth-child(8) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
@media (max-width: 1600px) {
    .body .modal__content {
        padding: 37px 0;
    }
    .body .modal__btn {
        margin: 35px auto 10px;
    }
}
@media (max-width: 1200px) {
    .body .footer__top .container {
        grid-template-columns: 3fr 4fr 3fr;
    }
    .body .projects__item {
        max-width: 460px;
    }
    .body .steps {
        margin: 70px 0;
    }
    .body .article {
        margin: 100px 0;
    }
    .body .modal__content {
        padding: 26px 0;
    }
    .body .modal__title {
        margin-bottom: 25px;
    }
    .body .modal__input {
        margin-bottom: 28px;
    }
    .body .modal__btn {
        margin: 23px auto 10px;
    }
}
@media (max-width: 992px) {
    .body .footer__top .container {
        grid-template-columns: 1fr 3fr 3fr;
    }
    .body .footer__logo {
        width: 80px;
    }
    .body .footer__left {
        width: unset;
    }
    .body .footer__left--reks {
        margin-top: 25px;
    }
    .body .footer__mid {
        padding-right: 40px;
    }
    .body .banner2 {
        height: 800px;
    }
    .body .banner2__content {
        padding: 60px 0;
    }
    .body .banner2__top {
        margin: 60px 0 80px;
    }
    .body .banner2__left b {
        font-size: 60px;
    }
    .body .banner2__adv.desktop {
        display: none;
    }
    .body .banner2__adv {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: unset;
    }
    .body .banner2__adv li {
        margin-bottom: 20px;
    }
    .body .projects {
        margin: 70px 0;
    }
    .body .projects__content--item.active {
        grid-template-columns: 1fr;
    }
    .body .projects__item {
        max-width: 730px;
    }
    .body .method__items {
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(12, 1fr);
    }
    .body .method__items.grid14 {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(10, 1fr);
    }
    .body .method__items.grid14 .method__item:nth-child(1) {
        grid-area: 1/1/3/3;
    }
    .body .method__items.grid14 .method__item:nth-child(2) {
        grid-area: 1/3/3/5;
    }
    .body .method__items.grid14 .method__item:nth-child(3) {
        grid-area: 1/5/3/7;
    }
    .body .method__items.grid14 .method__item:nth-child(4) {
        grid-area: 3/1/5/3;
    }
    .body .method__items.grid14 .method__item:nth-child(5) {
        grid-area: 3/3/5/5;
    }
    .body .method__items.grid14 .method__item:nth-child(6) {
        grid-area: 3/5/5/7;
    }
    .body .method__items.grid14 .method__item:nth-child(7) {
        grid-area: 5/1/7/3;
    }
    .body .method__items.grid14 .method__item:nth-child(8) {
        grid-area: 5/3/7/5;
    }
    .body .method__items.grid14 .method__item:nth-child(9) {
        grid-area: 5/5/7/7;
    }
    .body .method__items.grid14 .method__item:nth-child(10) {
        grid-area: 7/1/9/3;
    }
    .body .method__items.grid14 .method__item:nth-child(11) {
        grid-area: 7/3/9/5;
    }
    .body .method__items.grid14 .method__item:nth-child(12) {
        grid-area: 7/5/9/7;
    }
    .body .method__items.grid14 .method__item:nth-child(13) {
        grid-area: 9/1/11/4;
    }
    .body .method__items.grid14 .method__item:nth-child(14) {
        grid-area: 9/4/11/7;
    }
    .body .method__item:nth-child(1) {
        grid-area: 1/1/4/5;
    }
    .body .method__item:nth-child(2) {
        grid-area: 1/5/4/9;
    }
    .body .method__item:nth-child(3) {
        grid-area: 1/9/4/13;
    }
    .body .method__item:nth-child(4) {
        grid-area: 4/1/7/5;
    }
    .body .method__item:nth-child(5) {
        grid-area: 4/5/7/9;
    }
    .body .method__item:nth-child(6) {
        grid-area: 4/9/7/13;
    }
    .body .method__item:nth-child(7) {
        grid-area: 7/1/10/5;
    }
    .body .method__item:nth-child(8) {
        grid-area: 7/5/10/9;
    }
    .body .method__item:nth-child(9) {
        grid-area: 7/9/10/13;
    }
    .body .method__item:nth-child(10) {
        grid-area: 10/1/13/7;
    }
    .body .method__item:nth-child(11) {
        grid-area: 10/7/13/13;
    }
    .body .steps__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 30px 25px;
    }
    .body .steps__left {
        width: 100%;
        margin-bottom: 25px;
    }
    .body .steps__container {
        width: 100%;
        padding-top: 20px;
    }
    .body .desc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body .reviews {
        margin: 65px 0;
        padding: 50px;
    }
    .body .reviews__items .arrowRight {
        right: -20px;
    }
    .body .reviews__items .arrowLeft {
        left: -20px;
    }
    .body .ques__title {
        margin-top: 30px;
    }
    .body .error {
        min-height: 740px;
    }
    .body .error__left {
        font-size: 180px;
    }
    .body .modal__input {
        height: 40px;
        margin-bottom: 23px;
    }
    .body .modal__select {
        height: 40px;
    }
    .body .modal__btn {
        height: 40px;
    }
    .body .rekviz__title {
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .body .footer__top .container {
        grid-template-columns: 1fr;
    }
    .body .footer__left {
        margin-top: 0;
    }
    .body .footer__policy--text {
        max-width: unset;
    }
    .body .footer__mid {
        padding: 30px 0 0;
        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;
        margin-bottom: 25px;
    }
    .body .socials {
        width: 100%;
    }
    .body .banner2__top {
        margin: 35px 0 45px;
    }
    .body .banner2__left b {
        font-size: 50px;
    }
    .body .banner2__bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .body .banner2__item {
        width: 49%;
        margin-bottom: 25px;
    }
    .body .effect__subtitle {
        font-size: 17px;
    }
    .body .effect__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .effect__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .body .projects {
        margin: 30px 0 50px;
    }
    .body .projects__nav {
        margin: 40px 0;
    }
    .body .projects__nav--item {
        font-size: 20px;
    }
    .body .projects__nav--item:first-child.active {
        font-size: 20px;
    }
    .body .projects__item {
        max-width: 560px;
    }
    .body .method {
        margin-top: 40px;
    }
    .body .method__items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
    .body .method__items.grid14 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(1) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(2) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(3) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(4) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(5) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(6) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(7) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(8) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(9) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(10) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(11) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(12) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(13) {
        grid-area: unset;
    }
    .body .method__items.grid14 .method__item:nth-child(14) {
        grid-area: unset;
    }
    .body .method__item:nth-child(1) {
        grid-area: 1/1/2/2;
    }
    .body .method__item:nth-child(2) {
        grid-area: 1/2/2/3;
    }
    .body .method__item:nth-child(3) {
        grid-area: 2/1/3/2;
    }
    .body .method__item:nth-child(4) {
        grid-area: 2/2/3/3;
    }
    .body .method__item:nth-child(5) {
        grid-area: 3/1/4/2;
    }
    .body .method__item:nth-child(6) {
        grid-area: 3/2/4/3;
    }
    .body .method__item:nth-child(7) {
        grid-area: 4/1/5/2;
    }
    .body .method__item:nth-child(8) {
        grid-area: 4/2/5/3;
    }
    .body .method__item:nth-child(9) {
        grid-area: 5/1/6/2;
    }
    .body .method__item:nth-child(10) {
        grid-area: 5/2/6/3;
    }
    .body .method__item:nth-child(11) {
        grid-area: 6/1/7/3;
    }
    .body .kaizen__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .kaizen__item {
        width: 100%;
        margin-bottom: 30px;
    }
    .body .kaizen__item:last-child {
        margin-bottom: 0;
    }
    .body .steps .container {
        max-width: unset;
        width: 100%;
        margin: 0;
    }
    .body .tarif__title {
        margin-bottom: 35px;
    }
    .body .mebel__title b {
        font-size: 24px;
    }
    .body .mebel__items {
        grid-template-columns: 1fr;
    }
    .body .faq {
        margin: 70px 0;
    }
    .body .faq__title {
        margin-bottom: 30px;
    }
    .body .faq__item {
        padding: 20px;
    }
    .body .faq__left {
        width: calc(100% - 100px);
    }
    .body .faq__qu {
        font-size: 30px;
    }
    .body .faq__ans {
        font-size: 15px;
    }
    .body .faq__ans p,
    .body .faq__ans span {
        font-size: 15px !important;
    }
    .body .desc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .desc__img {
        width: 100%;
        margin-top: 0;
        margin-bottom: 25px;
    }
    .body .desc__info {
        width: 100%;
    }
    .body .reviews__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .reviews__img {
        width: 100%;
        margin-bottom: 25px;
    }
    .body .reviews__info {
        width: 100%;
    }
    .body .reviews__bot {
        margin-top: 22px;
    }
    .body .ques {
        height: auto;
        padding: 30px 20px;
    }
    .body .ques__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0;
    }
    .body .ques__title {
        width: 100%;
        margin: 0 0 30px;
    }
    .body .ques__container {
        width: 100%;
    }
    .body .article {
        margin: 50px 0;
    }
    .body .article__title {
        margin: 30px 0;
    }
    .body .error__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .body .error__left {
        font-size: 160px;
    }
    .body .error__right {
        width: 100%;
        margin-top: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body .error__right b {
        text-align: center;
        font-size: 30px;
    }
    .body .modal__content {
        padding: 25px 0;
        width: 90%;
        left: 5%;
    }
    .body .modal__close svg {
        height: 25px;
        width: 25px;
    }
    .body .modal__title {
        padding: 0;
        text-align: center;
        padding-right: 30px;
    }
    .body .modal__input {
        font-size: 15px;
    }
    .body .modal__input::-webkit-input-placeholder {
        font-size: 15px;
    }
    .body .modal__input::-moz-placeholder {
        font-size: 15px;
    }
    .body .modal__input:-ms-input-placeholder {
        font-size: 15px;
    }
    .body .modal__input::-ms-input-placeholder {
        font-size: 15px;
    }
    .body .modal__input::placeholder {
        font-size: 15px;
    }
    .body .modal__current b {
        font-size: 15px;
    }
    .body .modal__others p {
        font-size: 15px;
    }
    .body .modal__btn {
        font-size: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px 27px;
    }
    .body .modal__form {
        padding: 0 35px;
    }
    .body .rekviz__content {
        width: 330px;
        padding: 30px;
    }
    .body .rekviz__title {
        font-size: 28px;
        margin-bottom: 45px;
    }
    .body .rekviz__item b {
        font-size: 20px;
    }
    .body .rekviz__item p {
        font-size: 20px;
    }
    .body.white .faq__item.show .faq__ans p,
    .body.white .faq__item.show .faq__ans span {
        font-size: 15px !important;
    }
}
@media (max-width: 576px) {
    .body .footer__logo {
        width: 40px;
    }
    .body .footer__left--reks span {
        font-size: 16px;
        display: block;
        text-align: center;
    }
    .body .footer__menu {
        width: 100%;
        padding-left: 70px;
        margin-bottom: 20px;
    }
    .body .footer__menu li {
        margin-bottom: 20px;
    }
    .body .footer__btn {
        font-size: 16px;
    }
    .body .footer__bot .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body .footer__policy {
        margin: 32px 0;
    }
    .body .socials a {
        margin: 0 8px;
    }
    .body .socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .body .editors b,
    .body .editors strong {
        font-size: 15px;
    }
    .body .editors b p,
    .body .editors b span,
    .body .editors strong p,
    .body .editors strong span {
        font-size: 15px;
    }
    .body .editors p,
    .body .editors span {
        font-size: 15px;
    }
    .body .editors ol li {
        font-size: 15px;
    }
    .body .editors ul li {
        font-size: 15px;
    }
    .body .banner2 {
        height: 700px;
    }
    .body .banner2__content {
        padding: 25px 0;
    }
    .body .banner2__top {
        margin: 25px 0 35px;
    }
    .body .banner2__left b {
        font-size: 40px;
    }
    .body .banner2__calc {
        height: 45px;
        font-size: 16px;
        border-radius: 10px;
        padding: 10px;
    }
    .body .banner2__adv {
        padding: 0;
        grid-template-columns: 1fr;
    }
    .body .banner2__adv li {
        padding-left: 40px;
    }
    .body .banner2__adv li svg {
        width: 32px;
        height: 32px;
        -webkit-transform: translateY(-16px);
        -ms-transform: translateY(-16px);
        transform: translateY(-16px);
    }
    .body .banner2__video img {
        max-width: 80px;
    }
    .body .banner2__video .tringle {
        top: 30px;
        left: 32px;
    }
    .body .effect {
        margin: 50px 0;
    }
    .body .effect .container {
        margin: 0;
    }
    .body .projects__nav {
        margin: 30px 0;
        height: 44px;
    }
    .body .projects__nav--item {
        font-size: 14px;
        height: 44px;
    }
    .body .projects__nav--item:first-child.active {
        font-size: 14px;
    }
    .body .projects__content {
        margin-bottom: 30px;
    }
    .body .projects__content--item.active {
        max-width: 100%;
        gap: 27px;
    }
    .body .projects__item {
        max-width: unset;
        width: 100%;
    }
    .body .projects__item--title {
        font-size: 22px;
        margin: 17px 0;
    }
    .body .projects__item--btns span {
        font-size: 12px;
    }
    .body .projects__big--item {
        height: 270px;
    }
    .body .projects__big .slick-arrow svg {
        width: 27px;
        height: 27px;
    }
    .body .projects__small--item {
        height: 55px;
        margin: 0 7px;
    }
    .body .projects__small--item img {
        border-radius: 10px;
    }
    .body .projects__small .slick-track {
        max-height: 55px;
    }
    .body .projects__more {
        height: 40px;
    }
    .body .method__title {
        margin-bottom: 30px;
    }
    .body .method__items.grid14 .method__item:nth-child(5) img {
        width: 50px;
    }
    .body .method__items.grid14 .method__item:nth-child(6) img {
        width: 64px;
    }
    .body .method__items.grid14 .method__item:nth-child(8) img {
        width: 61px;
    }
    .body .method__item {
        padding: 20px 15px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .body .method__item img {
        width: 55px;
        margin-bottom: 13px;
    }
    .body .method__item p {
        display: block;
        text-align: center;
        font-size: 17px;
        font-family: Rubik, sans-serif;
    }
    .body .method__item:nth-child(5) img {
        width: 50px;
    }
    .body .method__item:nth-child(6) img {
        width: 64px;
    }
    .body .method__item:nth-child(8) img {
        width: 61px;
    }
    .body .kaizen {
        padding: 30px 25px 50px;
        border-radius: 10px;
    }
    .body .kaizen__title {
        margin-bottom: 30px;
    }
    .body .kaizen__title b {
        font-size: 24px;
    }
    .body .steps__bg img {
        border-radius: 10px;
    }
    .body .steps__input {
        height: 50px;
        margin-bottom: 18px;
        font-size: 16px;
        border-radius: 10px;
    }
    .body .steps__input::-webkit-input-placeholder {
        font-size: 16px;
    }
    .body .steps__input::-moz-placeholder {
        font-size: 16px;
    }
    .body .steps__input:-ms-input-placeholder {
        font-size: 16px;
    }
    .body .steps__input::-ms-input-placeholder {
        font-size: 16px;
    }
    .body .steps__input::placeholder {
        font-size: 16px;
    }
    .body .steps__btn {
        height: 50px;
        padding: 10px 20px;
        margin: 0 auto;
        font-size: 16px;
        border-radius: 10px;
    }
    .body .tarif__item {
        margin: 0;
        padding: 20px 20px 25px;
        margin-bottom: 25px;
    }
    .body .tarif__item b {
        font-size: 20px;
    }
    .body .tarif__info--item {
        border-radius: 10px;
    }
    .body .tarif__btn {
        border-radius: 10px;
    }
    .body .tarif__items .arrowRight {
        right: 0;
    }
    .body .tarif__items .arrowLeft {
        left: 0;
    }
    .body .mebel__top {
        -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
        transform: scale(1.07);
        margin: 50px 0;
    }
    .body .mebel__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .body .mebel__item b {
        font-size: 55px;
    }
    .body .mebel__item p {
        font-size: 16px;
    }
    .body .mebel__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 50px 0;
    }
    .body .mebel__bot img {
        width: 100%;
        border-radius: 10px;
        margin-bottom: 16px;
    }
    .body .faq {
        margin: 40px 0;
    }
    .body .faq__item.show {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
    .body .faq__right {
        width: 35px;
    }
    .body .faq__left {
        width: calc(100% - 70px);
    }
    .body .faq__qu {
        font-size: 20px;
    }
    .body .desc__img img {
        border-radius: 10px;
        max-height: 240px;
    }
    .body .desc__text {
        font-size: 14px;
    }
    .body .reviews {
        margin: 36px 0;
        padding: 50px 10px 15px;
    }
    .body .reviews__img {
        height: 240px;
    }
    .body .reviews__img img {
        border-radius: 10px;
    }
    .body .reviews__top b {
        font-size: 20px;
        text-align: center;
    }
    .body .reviews__top p {
        font-size: 14px;
        text-align: center;
    }
    .body .reviews__city {
        font-size: 14px !important;
    }
    .body .reviews__bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 22px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .body .reviews__bot span {
        font-size: 16px;
    }
    .body .reviews__items .slick-arrow {
        top: 120px;
    }
    .body .reviews__items .slick-arrow svg {
        width: 26px;
        height: 26px;
    }
    .body .ques-container.container {
        margin: 0;
    }
    .body .ques__bg img {
        border-radius: 0;
    }
    .body .ques__input {
        height: 50px;
        margin-bottom: 17px;
        font-size: 16px;
        border-radius: 10px;
    }
    .body .ques__input::-webkit-input-placeholder {
        font-size: 15px;
    }
    .body .ques__input::-moz-placeholder {
        font-size: 15px;
    }
    .body .ques__input:-ms-input-placeholder {
        font-size: 15px;
    }
    .body .ques__input::-ms-input-placeholder {
        font-size: 15px;
    }
    .body .ques__input::placeholder {
        font-size: 15px;
    }
    .body .ques__select {
        height: 50px;
        margin-bottom: 27px;
    }
    .body .ques__current b {
        font-size: 15px;
    }
    .body .ques__btn {
        height: 50px;
        margin-bottom: 17px;
        padding: 10px 20px;
        font-size: 15px;
        margin: 0 auto;
    }
    .body .article__img {
        height: 230px;
    }
    .body .article__title {
        text-wrap: nowrap;
        max-width: calc(100% - 120px);
    }
    .body .article__content {
        font-size: 15px;
    }
    .body .article__date {
        position: relative;
        top: -85px;
        left: -15px;
    }
    .body .error {
        height: 100vh;
        min-height: 680px;
    }
    .body .error__content {
        padding: 20px;
    }
    .body .error__left {
        font-size: 150px;
    }
    .body .error__right {
        margin-top: 10px;
    }
    .body .error__right b {
        font-size: 22px;
        font-weight: 400;
    }
    .body .error__btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: 40px;
        font-size: 15px;
        padding: 10px 27px;
    }
    .body .modal__content {
        min-height: unset;
    }
    .body .video__content {
        height: 500px;
    }
    .body .thankstype img {
        width: 110px;
    }
    .body .thankstype b {
        font-size: 21px;
    }
    .body .rekviz__content {
        width: 90%;
        margin: 50px 5% 0;
        padding: 30px;
    }
    .body .rekviz__title {
        font-size: 24px;
    }
    .body .rekviz__item b {
        font-size: 16px;
    }
    .body .rekviz__item p {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .body .footer__top .container {
        padding: 20px 0 30px;
    }
    .body .footer__left--reks {
        width: 100%;
        margin-bottom: 50px;
    }
    .body .footer__title {
        font-size: 20px;
    }
    .body .footer__text {
        font-size: 14px;
        max-width: unset;
        margin: 15px 0 10px;
    }
    .body .banner2 {
        height: auto;
    }
    .body .banner2__top {
        margin: 20px 0 30px;
    }
    .body .banner2__left b {
        font-size: 35px;
    }
    .body .banner2__calc {
        margin-right: 23px;
    }
    .body .banner2__adv li {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .body .banner2__item span {
        font-size: 15px;
    }
    .body .projects__item--title {
        font-size: 16px;
    }
    .body .projects__big--item {
        height: 200px;
    }
    .body .projects__more {
        font-size: 14px;
        border-radius: 10px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 10px 22px;
    }
    .body .method__title {
        margin-bottom: 24px;
    }
    .body .method__item p {
        font-size: 14px;
    }
    .body .steps {
        margin: 45px 0 0;
        padding: 30px 0 50px;
    }
    .body .steps__left {
        padding: 15px 10px;
    }
    .body .steps__title {
        text-align: center;
    }
    .body .steps__items li {
        margin-bottom: 18px;
    }
    .body .tarif__title {
        margin-bottom: 28px;
    }
    .body .faq__title {
        margin-bottom: 20px;
    }
    .body .faq__qu {
        font-size: 16px;
    }
    .body .reviews__img {
        height: 180px;
        margin-bottom: 17px;
    }
    .body .reviews__items .slick-arrow {
        top: 90px;
    }
    .body .article {
        margin: 23px 0;
    }
}
