@charset "UTF-8";
@font-face {
  font-family: "TT-Fors-Trial-Black-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Black-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Black-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-Black";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Black.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-ExtraBold-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-ExtraBold-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-ExtraBold-Italic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-ExtraBold";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-ExtraBold.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-Bold-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Bold-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Bold-Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-Bold";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Bold.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-DemiBold-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-DemiBold-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-DemiBold-italic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-DemiBold";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-DemiBold.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-Medium-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Medium-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Medium-Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-Medium";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Medium.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-Regular";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Regular.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-Light-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Light-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Light-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-Light";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Light.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-ExtraLight-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-ExtraLight-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-ExtraLight-Italic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-ExtraLight";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-ExtraLight.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "TT-Fors-Trial-thin-Italic";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Thin-Italic.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Thin-Italic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "TT-Fors-Trial-Thin";
  font-display: swap;
  src: url("../fonts/TT-Fors-Trial-Thin.woff2") format("woff2"), url("../fonts/TT-Fors-Trial-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

html {
  height: 100%;
  background-color: #ffffff;
  font-size: 16px;
}

body {
  max-width: 1920px;
  background: #FFFFFF;
  height: 100%;
  font-size: 16px;
  font-family: "TT-Fors-Trial-Regular", sans-serif;
  margin: 0 auto;
  position: relative;
  color: #000000;
  overflow-x: hidden;
}

h1 {
  max-width: 1230px;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 64px;
  line-height: 89.6px;
  color: #654D31;
}

h2 {
  font-family: "TT-Fors-Trial-Bold";
  font-size: 64px;
  line-height: 89.6px;
  color: #654D31;
}

.container {
  max-width: 1932px;
  margin: 0 auto;
  padding: 0 8.35%;
}

/* Header - шапка сайта */
header {
  min-height: 64px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 31px;
}

/* Логотип */
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.header-logo img {
  width: 56px;
  height: 56px;
}

.header-text {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 24px;
  line-height: 33.6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}

/* Контакты */
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 88px;
}

.header-wrap-tel,
.header-wrap-email {
  height: 27px;
  position: relative;
  white-space: nowrap;
  padding-left: 32px;
  font-family: "TT-Fors-Trial-DemiBold";
}
.header-wrap-tel:before,
.header-wrap-email:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 24px 24px;
  background-position: 50% 50%;
}

.header-wrap-tel:before {
  background: url("../img/icon-tel.png") no-repeat;
}

.header-wrap-email {
  cursor: pointer;
}
.header-wrap-email:before {
  background: url("../img/icon-email.png") no-repeat;
}

.header-tel,
.header-email {
  color: #654D31;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  border-bottom: 2px solid #000000;
}

.header-email {
  cursor: pointer;
}

/* Кнопка "Заказать звонок" */
.header-call {
  -ms-flex-preferred-size: 224px;
  flex-basis: 224px;
  height: 64px;
  background: #FFFFFF;
  color: #654D31;
  border-radius: 15px;
  border: 1.5px solid #654D31;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(101, 77, 49, 0.1803921569);
  box-shadow: 0px 4px 7px 0px rgba(101, 77, 49, 0.1803921569);
  padding: 0 0px;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-call:hover {
  border: 2px solid #654D31;
  font-weight: 600;
}
.header-call:active {
  border: 2px solid #9F7F59;
  font-weight: 600;
}

/* Главный верхний блок */
main {
  margin-top: -96px;
}

.main-slider {
  max-width: 100%;
  height: 1000px;
  overflow-x: hidden;
}
.main-slider .slick-slider {
  height: 1000px;
}
.main-slider .slick-slide {
  height: 100%;
}
.main-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.main-slider .slick-list {
  height: 100%;
}

.main-slide {
  height: 100%;
}

.main-wrap-container {
  max-width: 100%;
  height: 100%;
  background: url("../img/main-img.jpg") no-repeat;
  background-size: auto 105%;
  background-position: right top;
  padding-top: 96px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.main-wrap-container-2 {
  max-width: 100%;
  background: url("../img/main-img-2.png") no-repeat;
  background-size: none;
  background-position: right top;
  background-color: #F5F5F5;
}

.main-container {
  width: 100%;
  margin-top: -100px;
}
.main-container h1 {
  position: relative;
  max-width: 833px;
  z-index: 1;
}

.main-text-under-title {
  max-width: 659px;
  font-family: "TT-Fors-Trial-Regular";
  font-size: 24px;
  line-height: 33.6px;
  color: #000000;
  margin: 25px 0 45px 0;
}

.main-btn-call {
  max-width: 226px;
  height: 64px;
  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;
  border-radius: 15px;
  padding: 0 40px;
  background: #BF9E77;
  color: #ffffff;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
}
.main-btn-call:hover {
  background: #654D31;
}
.main-btn-call:active {
  background: #9F7F59;
}

/* Почему мы?   */
.whyus-wrap-container {
  min-height: 437px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("../img/img-blur.png") no-repeat;
  background-size: cover;
  background-position: 100%;
  margin-top: -189px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}

.whyus-container {
  -ms-flex-preferred-size: 1932px;
  flex-basis: 1932px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.whyus-item {
  -ms-flex-preferred-size: 517px;
  flex-basis: 517px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(101, 77, 49, 0.0901960784);
  box-shadow: 0px 4px 8px 0px rgba(101, 77, 49, 0.0901960784);
  border-radius: 20px;
  padding: 32px 75px 44px 32px;
}

.whyus-wrap-img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border-radius: 50%;
  background: #BF9E77;
}

.whyus-title {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 24px;
  line-height: 33.6px;
  color: #654D31;
  margin: 24px 0 8px 0;
}

.whyus-text {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 16px;
  line-height: 22.4px;
  color: #000000;
}

/* Слайдер с видео */
.video-wrap-container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.3)), to(rgba(245, 245, 245, 0)));
  background: linear-gradient(rgba(245, 245, 245, 0.3) 0%, rgba(245, 245, 245, 0) 100%);
  padding-top: 100px;
}

.video-container {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  max-width: 100%;
  overflow: hidden;
  padding: 0 7.9%;
}
.video-container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.video-container .slick-slide {
  border-radius: 20px;
  border: 1px solid #BF9E77;
}
.video-container .slick-slide video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-container .slick-prev,
.video-container .slick-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url("../img/icon-arrow.png") no-repeat !important;
  background-size: 25.67px !important;
  background-color: #BF9E77 !important;
  background-position: center !important;
  border: 1px solid rgba(255, 255, 255, 0.4705882353);
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1490196078);
  z-index: 1;
}
.video-container .slick-prev:before,
.video-container .slick-next:before {
  content: none;
}
.video-container .slick-prev:hover,
.video-container .slick-next:hover {
  background: url("../img/icon-arrow.png") no-repeat !important;
  background-size: 25.67px !important;
  background-color: #9F7F59 !important;
  background-position: center !important;
}
.video-container .slick-prev:active,
.video-container .slick-next:active {
  background: url("../img/icon-arrow.png") no-repeat !important;
  background-size: 25.67px !important;
  background-color: #9F7F59 !important;
  background-position: center !important;
}
.video-container .slick-prev {
  left: 7.2%;
}
.video-container .slick-next {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  right: 6.8%;
}

.wrap-video {
  width: 786px;
  border-radius: 20px;
  border: 1px solid #BF9E77;
  overflow: hidden;
  position: relative;
}
.wrap-video video {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon-play {
  position: absolute;
  width: 72px;
  height: 72px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -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;
  cursor: pointer;
}
.icon-play img {
  width: 100%;
}

/* Форма обратной связи 1 */
.wrap-form-1-container {
  background: #F0EAE3;
  border-radius: 20px;
  position: relative;
  margin-top: 200px;
  margin-bottom: 40px;
}

.form-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 8.35% 60px 8.35%;
}

.form-1-item-1 {
  -ms-flex-preferred-size: 947px;
  flex-basis: 947px;
}

.form-1-title {
  font-family: "TT-Fors-Trial-Bold";
  font-size: 48px;
  line-height: 67.2px;
  color: #654D31;
  margin-bottom: 32px;
}

.form-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-input {
  -ms-flex-preferred-size: 324px;
  flex-basis: 324px;
  border-radius: 15px;
}
.wrap-input input {
  width: 100%;
  height: 64px;
  font-family: "TT-Fors-Trial-Medium";
  border-radius: 15px;
  padding: 0 16px;
  outline: 0;
  color: #654D31;
}
.wrap-input input:placeholder {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 16px;
  line-height: 22.4px;
  color: #654D31;
}
.wrap-input input:hover {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}
.wrap-input input:focus {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}

.wrap-input-name {
  margin-right: 24px;
}
.wrap-input-name:last-child {
  margin-right: 0;
}
.wrap-input-name input {
  background: #FFFFFF;
  border: 1px solid rgba(191, 158, 119, 0.4117647059);
  font-size: 16px;
  line-height: 22.4px;
}

.wrap-input-tel {
  margin-right: 32px;
}
.wrap-input-tel input {
  background: #FFFFFF;
  border: 1px solid rgba(191, 158, 119, 0.4117647059);
  font-size: 18px;
  line-height: 25.2px;
  letter-spacing: 0%;
}

.wrap-input-btn {
  width: 100%;
  height: 64px;
  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;
  background: #BF9E77;
  font-family: "TT-Fors-Trial-Medium";
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.wrap-input-btn input {
  width: 100%;
  background: #BF9E77;
  font-family: "TT-Fors-Trial-Medium";
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.wrap-input-btn:hover {
  background: #654D31;
}
.wrap-input-btn:active {
  background: #9F7F59;
}

.form-1-item-2 {
  -ms-flex-preferred-size: 646px;
  flex-basis: 646px;
}
.form-1-item-2 img {
  width: 35%;
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
}

.form-1-text-cont {
  margin-bottom: 100px;
}

.form-1-text {
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
}

.check-container {
  margin-top: 70px;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px;
  margin-bottom: 55px;
}
.check:last-child {
  margin-bottom: 0;
}

.check-1 {
  margin-bottom: 75px;
}

.check-item-1 {
  -ms-flex-preferred-size: 785px;
  flex-basis: 785px;
  min-height: 362px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  padding: 32px 15px 32px 0;
  background-size: contain;
  overflow: hidden;
  background-color: #F0EAE3;
}
.check-item-1:hover {
  scale: 1.035;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.check-1-item-1 {
  background: url("../img/check-1.jpeg") no-repeat;
}

.check-2-item-1 {
  background: url("../img/check-2.jpeg") no-repeat;
}

.check-3-item-1 {
  background: url("../img/check-3.jpeg") no-repeat;
}

.check-4-item-1 {
  background: url("../img/check-4.jpeg") no-repeat;
}

.check-title {
  padding-left: 385px;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 32px;
  line-height: 44.8px;
  color: #654D31;
}

.check-item-2 {
  -ms-flex-preferred-size: 744px;
  flex-basis: 744px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-list {
  list-style: none;
}

.check-li {
  font-family: "TT-Fors-Trial-Regular";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  margin-bottom: 33px;
  position: relative;
  padding-left: 48px;
}
.check-li:last-child {
  margin-bottom: 0;
}
.check-li:before {
  display: block;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  top: -10%;
  background: #BF9E77;
  color: #ffffff;
  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;
  font-family: "TT-Fors-Trial-Medium";
}

.check-1-li-1:before {
  content: "1";
}

.check-1-li-2:before {
  content: "2";
}

.check-1-li-3:before {
  content: "3";
}

.check-2-li-1:before {
  content: "1";
}

.check-2-li-2:before {
  content: "2";
}

.check-2-li-3:before {
  content: "3";
}

.check-2-li-4:before {
  content: "4";
}

.check-3-li-1:before {
  content: "1";
}

.check-3-li-2:before {
  content: "2";
}

.check-3-li-3:before {
  content: "3";
}

.check-3-li-4:before {
  content: "4";
}

.check-3-li-5:before {
  content: "5";
}

.check-3-li-6:before {
  content: "6";
}

.check-3-li-7:before {
  content: "7";
}

.check-4-li-1:before {
  content: "1";
}

.check-4-li-2:before {
  content: "2";
}

.check-4-li-3:before {
  content: "3";
}

/* Форма обратной связи 2 */
.wrap-form-2-container {
  background: #F0EAE3;
  border-radius: 20px;
  position: relative;
  margin-top: 200px;
  margin-bottom: 40px;
}

.form-2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 8.35% 60px 8.35%;
}

.form-2-item-1 {
  -ms-flex-preferred-size: 947px;
  flex-basis: 947px;
}

.form-2-title {
  font-family: "TT-Fors-Trial-Bold";
  font-size: 48px;
  line-height: 67.2px;
  color: #654D31;
  margin-bottom: 32px;
}

.form-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-2-wrap-input {
  -ms-flex-preferred-size: 324px;
  flex-basis: 324px;
  border-radius: 15px;
}
.form-2-wrap-input input {
  width: 100%;
  height: 64px;
  font-family: "TT-Fors-Trial-Medium";
  background: #FFFFFF;
  border: 1px solid rgba(191, 158, 119, 0.4117647059);
  font-size: 16px;
  line-height: 22.4px;
  border-radius: 15px;
  padding: 0 16px;
  outline: 0;
  color: #654D31;
}
.form-2-wrap-input input:placeholder {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 16px;
  line-height: 22.4px;
  color: #654D31;
}
.form-2-wrap-input input:hover {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}
.form-2-wrap-input input:focus {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}

.form-2-wrap-input-name {
  margin-right: 24px;
}
.form-2-wrap-input-name:last-child {
  margin-right: 0;
}

.form-2-wrap-input-tel {
  margin-right: 32px;
}

.form-2-wrap-input-btn {
  width: 100%;
  height: 64px;
  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;
  background: #BF9E77;
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-family: "TT-Fors-Trial-Medium";
}
.form-2-wrap-input-btn input {
  width: 100%;
  background: #BF9E77;
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.form-2-wrap-input-btn:hover {
  background: #654D31;
}
.form-2-wrap-input-btn:active {
  background: #9F7F59;
}

.form-2-item-2 {
  -ms-flex-preferred-size: 646px;
  flex-basis: 646px;
}
.form-2-item-2 img {
  width: 27.2%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
}

.form-2-text {
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  font-family: "TT-Fors-Trial-Medium";
}

.price-container {
  margin-top: 100px;
  background: #BF9E77;
  border: 1px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(101, 77, 49, 0.0784313725);
  box-shadow: 0px 4px 7px 0px rgba(101, 77, 49, 0.0784313725);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  overflow: hidden;
  margin-bottom: 100px;
}

.price-item-1 {
  -ms-flex-preferred-size: 788px;
  flex-basis: 788px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 50px 0 50px 0;
}

.price {
  width: 445px;
  height: 88px;
  border-radius: 15px;
  padding: 0 40px;
  border: 2px solid #654D31;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 24px;
  line-height: 33.6px;
  color: #654D31;
  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;
  background: #ffffff;
}

.price-2 {
  width: 445px;
  height: 88px;
  border-radius: 15px;
  padding: 0 40px;
  border: 2px solid #BABABA;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 24px;
  line-height: 33.6px;
  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;
  background: #F0EAE3;
  color: #685F55;
  margin-top: 55px;
  margin-bottom: 63px;
  position: relative;
}
.price-2:before, .price-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 239px;
  height: 4px;
  background: #654D31;
  left: 50%;
  top: 50%;
}
.price-2:before {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
  -ms-transform: translate(-50%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
}
.price-2:after {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
  -ms-transform: translate(-50%, -50%) rotate(-35deg);
  transform: translate(-50%, -50%) rotate(-35deg);
}

.price-btn {
  width: 445px;
  height: 88px;
  border-radius: 15px;
  padding: 0 40px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.0901960784);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.0901960784);
  font-family: "TT-Fors-Trial-Bold";
  font-size: 18px;
  line-height: 25.2px;
  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;
  background: #654D31;
  color: #FFFFFF;
}
.price-btn:hover {
  background: #9F7F59;
}
.price-btn:active {
  background: #BF9E77;
}

.price-item-2 {
  -ms-flex-preferred-size: 744px;
  flex-basis: 744px;
  max-height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: url("../img/price-bg.png") no-repeat;
  background-position: 87% bottom;
  background-size: 87%;
}

.price-building {
  width: 105%;
}

/* Дополнительно заказать */
.more-h2 {
  display: none;
}

.more-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 80px;
  z-index: 1;
}

.more-container {
  -ms-flex-preferred-size: 1932px;
  flex-basis: 1932px;
  margin: 0 auto;
  padding: 0 8.35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.more-item {
  -ms-flex-preferred-size: 517px;
  flex-basis: 517px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(101, 77, 49, 0.0901960784);
  box-shadow: 0px 4px 8px 0px rgba(101, 77, 49, 0.0901960784);
  border-radius: 20px;
  padding: 32px 32px 70px 32px;
}

.more-wrap-img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  border-radius: 50%;
  background: #BF9E77;
}

.more-title {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 24px;
  line-height: 33.6px;
  color: #654D31;
  margin-top: 24px;
}

.more-text {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 16px;
  line-height: 22.4px;
  color: #000000;
}

/* Footer */
footer {
  border-top: 1px solid #BF9E77;
  padding: 48px 0;
  margin-top: 200px;
}

.footer-container {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px;
}

.footer-item-1 {
  -ms-flex-preferred-size: 577px;
  flex-basis: 577px;
  min-height: 66px;
  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;
  gap: 100px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}

.footer-social-link {
  -ms-flex-preferred-size: 32px;
  flex-basis: 32px;
  height: 32px;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-social-link img {
  width: 100%;
}

.footer-name {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  white-space: nowrap;
}

.footer-inner {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  margin-top: 16px;
  white-space: nowrap;
}

.footer-item-2 {
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
}

.footer-policy {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
}

.footer-copyright {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 8px;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 18px;
  line-height: 25.2px;
  color: #000000;
}
.footer-logo img {
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
  height: 48px;
}

/* Всплывающее окно (popup) с формой */
.popup {
  display: none;
}

.active {
  display: block;
}

.popup-inner {
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  z-index: 9999999;
}

.popup-block {
  -ms-flex-preferred-size: 470px;
  flex-basis: 470px;
  padding: 45px 35px 65px 35px;
  position: relative;
  border-radius: 20px;
  background: #F0EAE3;
}

.popup-form {
  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;
}

.form-popup-title {
  text-align: center;
  margin-bottom: 15px;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 32px;
  line-height: 42px;
  color: #654D31;
  margin-bottom: 37px;
}

.form-popup-wrap-input {
  width: 100%;
  border-radius: 15px;
}
.form-popup-wrap-input:first-child {
  margin-bottom: 24px;
}
.form-popup-wrap-input input {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  border: 1px solid rgba(191, 158, 119, 0.4117647059);
  font-size: 18px;
  line-height: 25.2px;
  border-radius: 15px;
  padding: 0 15px;
  outline: 0;
}
.form-popup-wrap-input input:placeholder {
  font-family: "TT-Fors-Trial-Medium";
  font-size: 16px;
  line-height: 22.4px;
  color: #654D31;
}
.form-popup-wrap-input input:hover {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}
.form-popup-wrap-input input:focus {
  border: 1px solid rgba(191, 158, 119, 0.831372549);
}

.form-popup-wrap-btn {
  width: 100%;
  margin-top: 37px;
  border-radius: 15px;
}
.form-popup-wrap-btn input {
  width: 100%;
  height: 64px;
  background: #BF9E77;
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  padding: 0 15px;
  cursor: pointer;
}
.form-popup-wrap-btn input:hover {
  background: #654D31;
}
.form-popup-wrap-btn input:active {
  background: #9F7F59;
}

.form-popup-wrap-btn-2 {
  width: 100%;
  margin-top: 37px;
  border-radius: 15px;
}
.form-popup-wrap-btn-2 input {
  width: 100%;
  height: 64px;
  background: #BF9E77;
  border-radius: 15px;
  font-size: 18px;
  line-height: 25.2px;
  color: #ffffff;
  border: 0;
  padding: 0 15px;
  cursor: pointer;
}
.form-popup-wrap-btn-2 input:hover {
  background: #654D31;
}
.form-popup-wrap-btn-2 input:active {
  background: #9F7F59;
}

.popup-close {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #F0EAE3;
  top: -43px;
  right: -43px;
  border-radius: 50%;
}
.popup-close span {
  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;
  position: relative;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(240, 234, 227, 0.2);
}
.popup-close span:before, .popup-close span:after {
  content: "";
  display: block;
  position: absolute;
  width: 21.5px;
  height: 2px;
  border-radius: 2px;
  background: #ffffff;
}
.popup-close span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close span:hover {
  background-color: rgba(240, 234, 227, 0.3);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.popup-form-1 {
  display: none;
}

.form-popup-wrap-btn-2 {
  display: none;
}

.thanks-popup {
  display: none;
}

.thanks-popup-inner {
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  z-index: 999999;
}

.thanks-popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
  padding: 45px 35px 65px 35px;
  position: relative;
  border-radius: 20px;
  background: #F0EAE3;
}

.thanks-popup-title {
  text-align: center;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 2em;
  line-height: 1.5em;
  color: #654D31;
  margin-bottom: 0.4em;
}

.thanks-popup-text {
  text-align: center;
  font-family: "TT-Fors-Trial-DemiBold";
  font-size: 1.5em;
  line-height: 1.2em;
  color: rgba(101, 77, 49, 0.9);
  margin: 0 0 1.5em 0;
}

.thanks-popup-btn {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-item: center;
  text-align: center;
  border-radius: 15px;
  padding: 19.5px 40px;
  background: #BF9E77;
  color: #ffffff;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 1.25em;
  line-height: 1.25em;
}
.thanks-popup-btn:hover {
  background: #9F7F59;
}
.thanks-popup-btn:active {
  background: #BF9E77;
}

#after-form-1-btn-2 {
  width: 70%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-item: center;
  text-align: center;
  border-radius: 15px;
  padding: 19.5px 40px;
  background: #BF9E77;
  color: #ffffff;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 1.25em;
  line-height: 1.25em;
}
#after-form-1-btn-2:hover {
  background: #9F7F59;
}
#after-form-1-btn-2:active {
  background: #BF9E77;
}

.error-popup {
  display: none;
}

.error-popup-inner {
  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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 20px;
  z-index: 999999;
}

.error-popup-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: 430px;
  flex-basis: 430px;
  padding: 45px 35px 65px 35px;
  position: relative;
  border-radius: 20px;
  background: #F0EAE3;
}

.error-popup-title {
  text-align: center;
  font-family: "TT-Fors-Trial-Bold";
  font-size: 2em;
  line-height: 1.5em;
  color: #654D31;
  margin-bottom: 0.4em;
}

.error-popup-text {
  text-align: center;
  font-family: "TT-Fors-Trial-DemiBold";
  font-size: 1.5em;
  line-height: 1.2em;
  color: rgba(101, 77, 49, 0.9);
  margin: 0 0 1.5em 0;
}

.error-popup-btn {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-item: center;
  text-align: center;
  border-radius: 15px;
  padding: 19.5px 40px;
  background: #BF9E77;
  color: #ffffff;
  font-family: "TT-Fors-Trial-Medium";
  font-size: 1.25em;
  line-height: 1.25em;
}
.error-popup-btn:hover {
  background: #9F7F59;
}
.error-popup-btn:active {
  background: #BF9E77;
}

@media (max-width: 1871px) {
  .main-wrap-container-2 {
    background-position: 110% 0;
  }
}
@media (max-width: 1851px) {
  .main-container h1 {
    font-size: 59px;
    line-height: 85px;
  }
  h2 {
    font-size: 59px;
    line-height: 85px;
  }
}
@media (max-width: 1801px) {
  .main-slider {
    height: 900px;
  }
  .main-wrap-container-2 {
    background-position: 115% 0;
  }
}
@media (max-width: 1701px) {
  .main-container h1 {
    font-size: 53px;
    line-height: 79px;
  }
  h2 {
    font-size: 53px;
    line-height: 79px;
  }
  .main-wrap-container-2 {
    background-position: 125% 0;
  }
  .main-text-under-title {
    max-width: 510px;
  }
  /* Слайдер с видео */
  .video-wrap-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.2)), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(rgba(245, 245, 245, 0.2) 0%, rgba(245, 245, 245, 0) 100%);
  }
}
@media (max-width: 1621px) {
  .main-container h1 {
    max-width: 50%;
    font-size: 49px;
    line-height: 73px;
  }
  h2 {
    font-size: 49px;
    line-height: 73px;
  }
}
@media (max-width: 1601px) {
  .main-wrap-container-2 {
    background-position: 125% 0;
  }
  /* Слайдер с видео */
  .video-wrap-container {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 245, 245, 0.1)), to(rgba(245, 245, 245, 0)));
    background: linear-gradient(rgba(245, 245, 245, 0.1) 0%, rgba(245, 245, 245, 0) 100%);
  }
  .video-container .slick-prev {
    left: 6.9%;
  }
  .video-container .slick-next {
    right: 7%;
  }
  /* Что проверяем */
  .check-item-1 {
    min-height: 272px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-position: -100px 0;
  }
  .check-title {
    font-size: 26px;
    line-height: 39px;
    padding-left: 280px;
  }
  .check-item-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .check-li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1521px) {
  .main-wrap-container {
    background-position: 70% top;
  }
  .main-wrap-container-2 {
    background-position: 125% 0;
  }
}
@media (max-width: 1501px) {
  .main-wrap-container-2 .main-text-under-title {
    max-width: 490px;
  }
  .video-container .slick-prev {
    left: 6.6%;
  }
  .video-container .slick-next {
    right: 6.5%;
  }
}
@media (max-width: 1401px) {
  .main-container h1 {
    font-size: 47px;
    line-height: 64px;
  }
  h2 {
    font-size: 47px;
    line-height: 64px;
  }
  /* header */
  header {
    margin-top: 25px;
  }
  .header-call {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    height: 60px;
  }
  /* Главный верхний блок */
  main {
    margin-top: -89px;
  }
  .main-slider {
    height: 729px;
  }
  .main-wrap-container {
    padding-top: 89px;
  }
  .main-wrap-container-2 {
    background-position: 145% 0;
  }
  .main-text-under-title {
    max-width: 496px;
    font-size: 22px;
    line-height: 31.6px;
  }
  .main-btn-call {
    height: 60px;
    padding: 0 35px;
    font-size: 17px;
    line-height: 24.2px;
  }
  /* Почему мы?   */
  .whyus-wrap-container {
    min-height: 400px;
    margin-top: -141px;
  }
  /* Слайдер с видео */
  .icon-play {
    width: 65px;
    height: 65px;
  }
  /* Форма обратной связи 1 */
  .wrap-form-1-container {
    margin-top: 150px;
  }
  .form-1-title {
    font-size: 46px;
    line-height: 64px;
  }
  .form-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
  }
  .form-1-item-1 {
    -ms-flex-preferred-size: 642px;
    flex-basis: 642px;
  }
  .wrap-input {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    margin-right: 0;
  }
  .form-1-item-2 img {
    width: 50%;
    right: 25px;
    top: 50%;
  }
  /* Форма обратной связи 2 */
  .wrap-form-2-container {
    margin-top: 150px;
  }
  .form-2-title {
    font-size: 46px;
    line-height: 64px;
  }
  .form-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 27px;
  }
  .form-2-item-1 {
    -ms-flex-preferred-size: 642px;
    flex-basis: 642px;
  }
  .form-2-wrap-input {
    -ms-flex-preferred-size: 420px;
    flex-basis: 420px;
    margin-right: 0;
  }
  .form-2-item-2 img {
    width: 42%;
    right: 70px;
    top: 50%;
  }
  /* Что проверяем */
  .check-item-1 {
    min-height: 241px;
    background-position: -120px 0;
  }
  .check-title {
    font-size: 24px;
    line-height: 37px;
    padding-left: 240px;
  }
  .check-li {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 24.2px;
  }
  /* Всплывающее окно (popup) с формой */
  .popup-block {
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    padding: 32px 25px 45px 25px;
  }
  .form-popup-title {
    font-size: 27px;
    line-height: 37px;
    margin-bottom: 34px;
  }
  .form-popup-wrap-input input {
    font-size: 18px;
    line-height: 25.2px;
  }
  .popup-close {
    width: 38px;
    height: 38px;
    top: -41px;
    right: -41px;
  }
  .popup-close span:before, .popup-close span:after {
    width: 21px;
  }
}
@media (max-width: 1351px) {
  .main-container-2-inner {
    position: relative;
  }
  .main-container-2-inner h1 {
    max-width: 60%;
  }
  .main-container-2-inner .main-text-under-title {
    max-width: 450px;
  }
  .main-container-2-inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 180%;
    height: 200%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: linear-gradient(95deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 45%, rgba(245, 245, 245, 0.7) 70%, rgba(245, 245, 245, 0) 100%);
    z-index: 0;
  }
  .main-container-2-inner .main-text-under-title {
    font-family: "'TT-Fors-Trial-Medium'";
  }
  .main-wrap-container-2 {
    max-width: 100%;
  }
  .main-text-under-title {
    position: relative;
    z-index: 1;
  }
  .main-btn-call {
    position: relative;
    z-index: 1;
  }
  .header-contacts {
    gap: 32px;
  }
  .header-tel,
  .header-email {
    font-size: 16px;
    line-height: 23.2px;
  }
  .price-item-2 {
    background-size: 96%;
  }
  .price-building {
    width: 115%;
  }
}
@media (max-width: 1251px) {
  footer {
    margin-top: 130px;
  }
}
@media (max-width: 1201px) {
  .main-container h1 {
    font-size: 48px;
    line-height: 64px;
  }
  h2 {
    font-size: 48px;
    line-height: 64px;
  }
  /* Что проверяем */
  .check {
    margin-bottom: 60px;
  }
  .check-item-1 {
    min-height: 225px;
    background-position: -159px -25px;
  }
  .check-title {
    font-size: 22px;
    line-height: 35px;
    padding-left: 207px;
  }
  .check-li {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 24.2px;
  }
}
@media (max-width: 1141px) {
  /* header */
  header {
    margin-top: 15px;
  }
  /* header */
  .header-call {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    height: 58px;
  }
  /* Главный верхний блок */
  main {
    margin-top: -79px;
  }
  .main-slider {
    height: 593px;
  }
  .main-wrap-container {
    padding-top: 100px;
  }
  .main-container h1 {
    max-width: 480px;
    font-size: 37px;
    line-height: 48px;
  }
  h2 {
    font-size: 37px;
    line-height: 48px;
  }
  .main-text-under-title {
    max-width: 450px;
    font-size: 20px;
    line-height: 26.6px;
    margin: 20px 0 40px 0;
  }
  .main-btn-call {
    height: 58px;
    padding: 0 33px;
  }
  /* Почему мы? */
  .whyus-wrap-container {
    min-height: 361px;
    margin-top: -110px;
  }
  .whyus-item {
    -ms-flex-preferred-size: 517px;
    flex-basis: 517px;
    padding: 27px 45px 40px 27px;
  }
  .whyus-wrap-img {
    width: 60px;
    height: 60px;
  }
  .whyus-item-1 img {
    width: 27px;
  }
  .whyus-item-2 img {
    width: 34px;
  }
  .whyus-item-3 img {
    width: 34px;
  }
  /* Слайдер с видео */
  .video-container {
    gap: 20px;
  }
  .video-container .slick-track {
    gap: 20px;
  }
  /* Дополнительно */
  .more-wrap-container {
    margin-top: 50px;
  }
  /* Что проверяем */
  .check-container {
    margin-top: 50px;
  }
}
@media (max-width: 1101px) {
  .header-text {
    font-size: 22.5px;
    line-height: 25.6px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
  /* Логотип */
  .header-logo img {
    width: 50px;
    height: 50px;
  }
  /* Контакты */
  .header-contacts {
    gap: 30px;
    font-size: 17px;
    line-height: 24px;
  }
  .header-wrap-tel,
  .header-wrap-email {
    height: 26px;
  }
  .header-wrap-tel:before,
  .header-wrap-email:before {
    width: 23px;
    height: 23px;
  }
  .header-wrap-tel:before {
    background-size: 23px 23px;
  }
  .header-wrap-email:before {
    background-size: 23px 23px;
  }
  /* Кнопка "Заказать звонок" */
  .header-call {
    font-size: 16px;
  }
  /* Форма обратной связи 1 */
  .form-1-title {
    font-size: 42px;
    line-height: 58px;
  }
  .wrap-input {
    -ms-flex-preferred-size: 337px;
    flex-basis: 337px;
  }
  .form-1-item-2 img {
    right: 10px;
    top: 56%;
  }
  /* Форма обратной связи 2 */
  .form-2-title {
    font-size: 42px;
    line-height: 58px;
  }
  .form-2-wrap-input {
    -ms-flex-preferred-size: 337px;
    flex-basis: 337px;
  }
  .price-container {
    gap: 0;
  }
  /* Что проверяем */
  .check-item-1 {
    min-height: 241px;
    background-position: -171px -35px;
  }
  .check-title {
    font-size: 20px;
    line-height: 33px;
    padding-left: 193px;
  }
  .check-li {
    margin-bottom: 18px;
  }
  .video-container .slick-prev,
  .video-container .slick-next {
    width: 45px;
    height: 45px;
  }
  .video-container .slick-prev {
    left: 6.6%;
  }
  .video-container .slick-next {
    right: 6.4%;
  }
}
@media (max-width: 1001px) {
  .header-tel, .header-email {
    font-size: 15px;
    line-height: 22.2px;
  }
  h2 {
    text-align: center;
  }
  /* Дополнительно заказать */
  .wrap-form-2-container {
    margin-top: 100px;
  }
  .more-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .more-item {
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
  /* Что проверяем */
  .check-item-1 {
    background-position: -175px 0;
  }
  .check-title {
    font-size: 19px;
    padding-left: 179px;
  }
}
@media (max-width: 971px) {
  /* header */
  header {
    margin-top: 7px;
  }
  /* Главный верхний блок */
  main {
    margin-top: -71px;
  }
  .main-wrap-container {
    padding-top: 71px;
    background-position: 25% top;
  }
  .main-container {
    margin-top: -90px;
  }
  .main-container h1 {
    max-width: 423px;
    font-size: 34px;
    line-height: 44px;
  }
  h2 {
    font-size: 37px;
    line-height: 47px;
  }
  .header-tel,
  .header-email {
    display: none;
  }
  .main-text-under-title {
    max-width: 360px;
    font-size: 18px;
    margin: 15px 0 38px 0;
  }
  .main-container-2-inner .main-text-under-title {
    max-width: 360px;
  }
  /* Footer */
  .footer-item-1 {
    -ms-flex-preferred-size: 359px;
    flex-basis: 359px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 951px) {
  .check-1 {
    margin-bottom: 0;
  }
  .check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 36px;
    margin-bottom: 47px;
  }
  .check-item-1 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    min-height: 200px;
    background-position: -50px 50%;
    background-size: 110%;
  }
  .check-title {
    font-size: 20px;
    padding-left: 377px;
    padding-right: 35px;
  }
  .check-item-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .check-li {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 22.2px;
  }
}
@media (max-width: 931px) {
  /* Логотип */
  .header-logo {
    -ms-flex-preferred-size: 191px;
    flex-basis: 191px;
    gap: 13px;
  }
  .header-logo img {
    width: 40px;
    height: 40px;
  }
  /* header */
  .header-call {
    -ms-flex-preferred-size: 194px;
    flex-basis: 194px;
    white-space: nowrap;
  }
  /* Почему мы?   */
  .whyus-container {
    gap: 15px;
  }
  .whyus-item {
    padding: 25px 45px 37px 22px;
  }
  .whyus-wrap-img {
    width: 55px;
    height: 55px;
  }
  .whyus-item-1 img {
    width: 25px;
  }
  .whyus-item-2 img {
    width: 32px;
  }
  .whyus-item-3 img {
    width: 32px;
  }
  .whyus-title {
    font-size: 23px;
    margin: 20px 0 6px 0;
  }
  .whyus-text {
    font-size: 15px;
  }
  /* Слайдер с видео */
  .video-wrap-container {
    padding-top: 90px;
  }
  /* Форма обратной связи 1 */
  .wrap-form-1-container {
    background: #ffffff;
    border-radius: 0;
  }
  .form-1-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;
    gap: 34px;
    background: #F0EAE3;
    border-radius: 20px;
    padding: 32px 16px 23px 16px;
  }
  .form-1 {
    -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;
  }
  .form-1-item-1 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .form-1-title {
    max-width: 550px;
    font-size: 38px;
    line-height: 51px;
    text-align: center;
    margin: 0 auto 33px auto;
  }
  .wrap-input {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 400px;
  }
  .form-1-item-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-1-item-2 img {
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-1-text {
    font-size: 16px;
    line-height: 22px;
  }
  /* Форма обратной связи 2 */
  .wrap-form-2-container {
    background: #ffffff;
    border-radius: 0;
  }
  .form-2-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;
    gap: 54px;
    background: #F0EAE3;
    border-radius: 20px;
    padding: 32px 16px 54px 16px;
  }
  .form-2 {
    -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;
  }
  .form-2-item-1 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .form-2-title {
    max-width: 550px;
    font-size: 38px;
    line-height: 51px;
    text-align: center;
    margin: 0 auto 33px auto;
  }
  .form-2-wrap-input {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 400px;
  }
  .form-2-item-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-2-item-2 img {
    width: 90%;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .form-2-text {
    font-size: 16px;
    line-height: 22px;
  }
  .price-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-item-1 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .price-item-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-size: 65%;
    background-position: center bottom;
  }
  .price-building {
    width: 80%;
    margin-right: 50px;
  }
  .price {
    height: 72px;
    font-size: 18px;
    line-height: 25px;
  }
  .price-2 {
    height: 72px;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .price-2:before, .price-2:after {
    width: 176px;
  }
  .price-btn {
    height: 72px;
    font-size: 18px;
    line-height: 25px;
  }
  /* Footer */
  footer {
    margin-top: 120px;
  }
  /* Всплывающее окно (popup) с формой */
  .form-popup-title {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 32px;
  }
  .form-popup-wrap-input:first-child {
    margin-bottom: 22px;
  }
  .form-popup-wrap-input input {
    height: 60px;
    font-size: 17px;
    line-height: 24px;
  }
  .form-popup-wrap-input input:placeholder {
    font-size: 17px;
    line-height: 24px;
  }
  .form-popup-wrap-btn input {
    height: 60px;
    font-size: 17px;
    line-height: 24px;
  }
  .form-popup-wrap-btn input:placeholder {
    font-size: 17px;
    line-height: 24px;
  }
  .popup-close {
    width: 36px;
    height: 36px;
    top: -39px;
    right: -39px;
  }
}
@media (max-width: 851px) {
  /* Контакты */
  .header-contacts {
    gap: 25px;
    font-size: 17px;
    line-height: 24px;
  }
  .header-wrap-tel,
  .header-wrap-email {
    width: 23px;
    height: 23px;
    padding-left: 0;
  }
  .header-wrap-tel:before,
  .header-wrap-email:before {
    width: 23px;
    height: 23px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* Слайдер с видео */
  .check-item-1 {
    min-height: 200px;
    background-position: -50px 50%;
    background-size: 110%;
  }
  .check-title {
    padding-left: 315px;
    padding-right: 20px;
  }
}
@media (max-width: 801px) {
  /* Что проверяем */
  .check-item-1 {
    min-height: 186px;
  }
  .check-title {
    padding-left: 300px;
  }
}
@media (max-width: 771px) {
  .whyus-item {
    padding: 25px 25px 37px 22px;
  }
  .video-container {
    gap: 0;
  }
  .video-container .slick-track {
    gap: 0;
  }
  .video-container .slick-prev {
    left: 4.5%;
  }
  .video-container .slick-next {
    right: 4.6%;
  }
  .more-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 731px) {
  /* header */
  header {
    margin-top: 7px;
  }
  .header-text {
    font-size: 21px;
    line-height: 22px;
  }
  .header-call {
    height: 56px;
  }
  /* Главный верхний блок */
  main {
    margin-top: -71px;
  }
  .main-slider {
    height: 453px;
  }
  .main-wrap-container {
    padding-top: 5px;
    background-position: 10% top;
  }
  .main-wrap-container-2 {
    background-size: 100% auto;
    background-position: 90px 0;
  }
  .main-wrap-container-2 h1 {
    max-width: 362px;
    font-size: 28px;
    line-height: 31px;
  }
  .main-container-2-inner {
    max-width: 73%;
  }
  .main-container-2-inner .main-text-under-title {
    max-width: 290px;
  }
  .main-container {
    margin-top: 10px;
  }
  .main-container h1 {
    max-width: 362px;
    font-size: 28px;
    line-height: 31px;
  }
  h2 {
    max-width: 362px;
    margin: 0 auto;
    font-size: 33px;
    line-height: 43px;
  }
  .main-text-under-title {
    max-width: 290px;
    font-size: 16px;
    line-height: 22px;
    margin: 11px 0 30px 0;
  }
  .main-btn-call {
    height: 56px;
    padding: 0 31.5px;
    font-size: 16px;
    line-height: 22px;
  }
  /* Почему мы? */
  .whyus-wrap-container {
    min-height: 345px;
    margin-top: -37px;
    background: none;
    padding-bottom: 0;
  }
  .whyus-container {
    display: block;
  }
  .whyus-item {
    padding: 24px 24px 40px 24px;
    margin-bottom: 24px;
  }
  .whyus-item:last-child {
    margin-bottom: 0;
  }
  .whyus-wrap-img {
    width: 48px;
    height: 48px;
  }
  .whyus-item-1 img {
    width: 24px;
  }
  .whyus-item-2 img {
    width: 29px;
  }
  .whyus-item-3 img {
    width: 29px;
  }
  .whyus-title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .whyus-text {
    font-size: 16px;
  }
  /* Слайдер с видео */
  .video-wrap-container {
    background: none;
    padding-top: 100px;
  }
  .video-container {
    gap: 0;
  }
  .video-container .slick-prev,
  .video-container .slick-next {
    background-size: 20.67px;
  }
  /* Форма обратной связи 1 */
  .wrap-form-1-container {
    margin-top: 100px;
  }
  .more-h2 {
    display: block;
  }
  /* Footer */
  footer {
    padding: 32px 0;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
  }
  .footer-item-1 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-item-2 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .footer-policy {
    text-align: center;
  }
  .footer-copyright {
    text-align: center;
  }
}
@media (max-width: 701px) {
  /* Что проверяем */
  .check-title {
    padding-left: 241px;
  }
}
@media (max-width: 661px) {
  /* Всплывающее окно (popup) с формой */
  .form-popup-title {
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 30px;
  }
  .form-popup-wrap-input:first-child {
    margin-bottom: 20px;
  }
  .form-popup-wrap-input input {
    height: 56px;
  }
  .form-popup-wrap-btn input {
    height: 56px;
  }
  .popup-close {
    width: 34px;
    height: 34px;
    top: -37px;
    right: -37px;
  }
  .popup-close:before, .popup-close:after {
    width: 20px;
  }
}
@media (max-width: 601px) {
  .main-container {
    margin-top: 10px;
  }
  .main-wrap-container-2 {
    background-position: 230px 40px;
  }
  .main-container-2-inner {
    max-width: 100%;
  }
  .main-container-2-inner:before {
    background-image: linear-gradient(95deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 35%, rgba(245, 245, 245, 0.7) 55%, rgba(245, 245, 245, 0) 100%);
  }
  /* Форма обратной связи 1 */
  .form-1-item-2 img {
    width: 100%;
  }
  .price-item-2 {
    background-size: 80%;
    background-position: 40% bottom;
    padding-top: 40px;
  }
  .price-building {
    width: 90%;
  }
}
@media (max-width: 581px) {
  header {
    min-height: 56px;
    gap: 15px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  /* Логотип */
  .header-logo {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header-logo img {
    width: 40px;
    height: 40px;
  }
  .header-text {
    display: none;
  }
  /* Кнопка "Заказать звонок" */
  .header-call {
    padding: 0 34px;
    font-size: 16px;
    line-height: 20px;
  }
  /* Форма обратной связи 1 */
  .form-1-title {
    max-width: 100%;
    font-size: 34px;
    line-height: 46px;
  }
  .check-title {
    font-size: 19px;
    padding-left: 195px;
    padding-right: 0;
  }
  .form-1-item-2 img {
    width: 115%;
    margin-left: -43px;
  }
}
@media (max-width: 521px) {
  /* Что проверяем */
  .check-1-item-1 {
    background: url("../img/check-mob-1.jpeg") no-repeat;
  }
  .check-2-item-1 {
    background: url("../img/check-mob-2.jpeg") no-repeat;
  }
  .check-3-item-1 {
    background: url("../img/check-mob-3.jpeg") no-repeat;
  }
  .check-4-item-1 {
    background: url("../img/check-mob-4.jpeg") no-repeat;
  }
  .check-item-1 {
    min-height: 236px;
    background-size: 100%;
    background-position: 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 23px 30px 0 30px;
  }
  .check-title {
    font-size: 18px;
    text-align: center;
    padding: 0 40px;
  }
  .check-3-item-1 {
    padding: 0 20px;
  }
  .check-3-title {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    padding-left: 206px;
  }
  .check-li {
    margin-bottom: 18px;
  }
  .check-li:before {
    top: 0;
  }
}
@media (max-width: 501px) {
  .container {
    padding: 0 20px;
  }
  .video-container .slick-track {
    gap: 0;
  }
  .video-container .slick-prev {
    left: 0;
  }
  .video-container .slick-next {
    right: 0;
  }
  /* Форма обратной связи 1 */
  .wrap-form-1-container {
    padding: 0 16px;
  }
  .form-1-title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .wrap-input {
    width: 100%;
  }
  .form-1-container {
    padding: 32px 16px 27px 16px;
  }
  .check {
    gap: 27px;
  }
  /* Форма обратной связи 2 */
  .wrap-form-2-container {
    padding: 0 16px;
  }
  .form-2-container {
    padding: 32px 16px 27px 16px;
  }
  .form-2-title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .form-2-wrap-input {
    width: 100%;
  }
  .form-2-item-2 img {
    width: 110%;
  }
  .price-wrap-container {
    padding: 0 16px;
  }
  .price-item-1 {
    width: 100%;
    min-height: 236px;
    display: block;
  }
  .price {
    width: 100%;
  }
  .price-2 {
    width: 100%;
  }
  .price-btn {
    width: 100%;
  }
  /* Всплывающее окно (popup) с формой */
  .form-popup-wrap-input:first-child {
    margin-bottom: 18px;
  }
  .form-popup-wrap-btn {
    margin-top: 33px;
  }
  .popup-close {
    top: -31px;
    right: -31px;
  }
  .slick-prev,
  .slick-next {
    width: 32px;
    height: 32px;
  }
  .slick-prev {
    left: 16px;
  }
  .slick-next {
    right: 16px;
  }
}
@media (max-width: 471px) {
  /* Всплывающее окно (popup) с формой */
  .form-popup-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 26px;
  }
  .popup-close {
    top: -45px;
    right: 0;
  }
}
@media (max-width: 451px) {
  /* Слайдер с видео */
  .icon-play {
    width: 48px;
    height: 48px;
  }
  .video-container .slick-prev,
  .video-container .slick-next {
    width: 32px;
    height: 32px;
  }
  .video-container .slick-prev {
    left: 2px;
  }
  .video-container .slick-next {
    right: 2px;
  }
  /* Что проверяем */
  .check-title {
    font-size: 18px;
    line-height: 25px;
  }
  .check-3-title {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    padding-left: 155px;
  }
}
@media (max-width: 421px) {
  .main-wrap-container-2 {
    background-position: 230px 100px;
  }
  .main-container-2-inner {
    max-width: 100%;
  }
  .main-container-2-inner:before {
    background-image: linear-gradient(95deg, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 50%, rgba(245, 245, 245, 0.7) 70%, rgba(245, 245, 245, 0) 100%);
  }
  /* Контакты */
  .header-contacts {
    gap: 16px;
  }
  /* Что проверяем */
  .check-title {
    padding: 0 10px;
  }
  .check-3-title {
    padding-left: 140px;
  }
}
@media (max-width: 391px) {
  /* header */
  header {
    height: 88px;
    margin-top: 0;
    background: #ffffff;
  }
  .header-container {
    height: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-text {
    font-size: 21px;
    line-height: 22px;
  }
  /* Главный верхний блок */
  main {
    margin-top: 0;
  }
  .main-slider {
    height: 579px;
  }
  .main-wrap-container {
    display: block;
    padding-top: 48px;
    background: url("../img/main-img-mob.png") no-repeat;
    background-position: left -84px;
    position: relative;
  }
  .main-wrap-container:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 62%;
    top: 0;
    left: 0;
    background-image: radial-gradient(ellipse closest-side, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0.2) 100%);
  }
  .main-wrap-container:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 65%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 0) 100%);
    z-index: 0;
  }
  .main-container {
    position: relative;
    z-index: 1;
  }
  .main-container h1 {
    max-width: 100%;
    text-align: center;
  }
  h2 {
    max-width: 100%;
  }
  .main-text-under-title {
    max-width: 100%;
    font-size: 16px;
    line-height: 22.4px;
    margin: 16px 0 32px 0;
    text-align: center;
  }
  .main-wrap-container-2 {
    background: url("../img/main-img-2.png") no-repeat;
    background-size: auto 100%;
    background-position: -60px 0;
  }
  .main-wrap-container-2:before {
    height: 100%;
    width: 200%;
    top: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: radial-gradient(at 50% 30%, rgb(245, 245, 245) 0%, rgba(245, 245, 245, 0.7) 40%, rgba(245, 245, 245, 0) 80%);
  }
  .main-wrap-container-2:after {
    width: 120%;
    height: 100%;
    background-image: radial-gradient(at 50% 0, rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 0) 70%);
  }
  .main-container-2-inner {
    height: 100%;
  }
  .main-container-2-inner:before {
    content: none;
  }
  .main-container-2-inner .main-text-under-title {
    max-width: 100%;
  }
  .main-btn-call {
    height: 56px;
    padding: 0 31.5px;
    font-size: 16px;
    line-height: 22px;
    margin: 0 auto;
  }
  .form-2-text {
    display: none;
  }
  .price-container {
    padding: 0;
  }
  .price-item-1 {
    padding: 50px 16px 0 16px;
  }
  .price-item-2 {
    background-size: 120% 100%;
    padding-top: 50px;
    margin-top: 65px;
    background-position: 40% bottom;
  }
  .price-building {
    width: 497px;
  }
  /* Что проверяем */
  .check-title {
    padding: 0 10px;
  }
  .check-3-item-1 {
    padding: 0 5px;
  }
  .check-3-title {
    padding-left: 132px;
    margin-top: 21px;
  }
}
@media (max-width: 387px) {
  /* header - шапка сайта */
  .header-container {
    gap: 15px;
  }
  /* Кнопка "Заказать звонок" */
  .header-call {
    padding: 0 23px;
    font-size: 15px;
    line-height: 16px;
    white-space: wrap;
  }
  .footer-social {
    gap: 20px;
  }
}