.body_content {
  background-color: rgb(44 74 103);
  margin: 0;
}
.youtube {
  width: 100%;
  height: 450px;
}

.wrapper {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  font-family: "Montserrat";
  padding-top: 20px;
  padding-bottom: 50px;
  height: 100vmin;
}

.wrapper_title {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 320px;
}

.project {
  text-shadow: 3px 3px 10px #40403d;
  font-size: 40px;
  color: #f2f2f1;
  font-weight: 100;
}

.burn {
  font-size: 72px;
  text-transform: uppercase;
  color: #f2f2f1;
  text-shadow: 3px 3px 10px #40403d;
  font-weight: 500;
}

.wrapper_icon {
  width: 100%;
  max-width: 330px;
  filter: drop-shadow(1px 1px 10px #777);
}

.menu {
  font-size: 25px;
  text-transform: uppercase;
  color: #395446;
  font-weight: 500;
  position: absolute;
  top: 60px;
  right: 80px;
  cursor: pointer;
  vertical-align: middle;
}

.menu_burger {
  position: absolute;
  top: 60px;
  right: 30px;
  cursor: pointer;
}

.menu-burger__header {
  position: relative;
  width: 30px;
  height: 25px;
  display: block;
}

.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {
  height: 5px;
  width: 100%;
  position: absolute;
  background: #e19e37;
  margin: 0 auto;
  padding: 0;
}

.menu-burger__header span {
  top: 20px;
}

.menu-burger__header:after,
.menu-burger__header:before {
  content: "";
}

.menu-burger__header:after {
  top: 10px;
}

.wrapper_price {
  display: flex;
  width: 320px;
  height: 60px;
  background-color: #e1cb03;
  border-radius: 50px;
  padding: 10px 10px 10px 5px;
  gap: 15px;
  align-items: center;
  position: absolute;
  bottom: 100px;
  right: 5%;
}

.wrapper_price2 {
  display: flex;
  width: 340px;
  height: 60px;
  background-color: #395446;
  border-radius: 50px;
  padding: 10px 10px 10px 5px;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.wrapper_price3 {
  display: none;
  width: 340px;
  height: 60px;
  background-color: #395446;
  border-radius: 50px;
  padding: 10px 10px 10px 5px;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.wrapper_price3:after {
  transform: translateX(100%);
  animation: slide 1s infinite 3s;

  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.head_price {
  font-family: "Montserrat";
  font-size: 40px;
  color: #1F2F15;
  font-weight: 700;
  text-align: center;
}

.wrapper_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 50px;
  position: absolute;
  bottom: 180px;
  right: 120px;
}

.wrapper_info2 {
  display: flex;
  margin-bottom: 50px;
  position: absolute;
  bottom: 180px;
  right: 120px;
}

.ruble_svg {
  width: 50px;
  height: 50px;
}

.btn {
  padding: 10px 20px;
  height: 60px;
  border-radius: 50px;
  background-color: #e1cb03;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #1f2f15;
  font-size: 28px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.btn:hover {
  background-color: #395446;
}

.btn2 {
  width: 300px;
  height: 60px;
  border-radius: 50px;
  background-color: rgb(44 74 103);

  font-family: "Montserrat";
  text-transform: uppercase;
  color: #f2f2f1;
  font-size: 50px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn2:hover {
  background-color: #ac363b;
  color: white;
}
.btn2:hover .colorBrown {
  background-color: #ac363b;
  color: white;
  transition: 0.3s;
}
.colorBrown {
  color: #ac363b;
}

.project_swap {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}

.project_check {
  max-width: 640px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-right: 30px;
  padding-left: 30px;
  height: 70px;
  background-color: #1f2f15;
  border-radius: 50px;
  align-items: center;
}

.project_swap_var {
  height: 64px;
  width: 250px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 600;
  color: transparent;
  align-items: center;
  text-align: center;
  border: 3px solid white;
  -webkit-text-stroke: 1px white;
  line-height: 64px;
}

.project_swap_var:hover {
  background-color: #1f2f15;
  cursor: pointer;
  color: #e1cb03;
}

.swap_left {
  display: none;
}

.swap_right {
  display: none;
}

.left_var {
  border-radius: 0 50px 50px 0;
  border-left: none;
}

.right_var {
  border-radius: 50px 0 0 50px;
  border-right: none;
}

.project_var {
  opacity: 0.45;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #f2f2f1;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.project_var:hover {
  opacity: 1;

  cursor: pointer;
}

.activee {
  opacity: 1;
  color: #e1cb03;
  -webkit-text-stroke: 1px #ffffff9e;
}

.main {
  background-color: #1f2f15;
  padding-left: 70px;
  padding-right: 70px;
}

.slider_wrapper {
  margin-bottom: 50px;
}

.slider_info {
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  align-items: center;
  padding-left: 70px;
}

.slider_text {
  width: 70%;
  font-family: "Montserrat";
  color: #f2f2f1;
}

.text_head {
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.text_bottom {
  font-size: 40px;
  font-weight: 500;
}

.slider_button {
  width: 30%;
}

.slider_btn {
  width: 100%;
  max-width: 400px;
  height: 130px;
  border-radius: 70px;
  background-color: #e1cb03;
  color: #1f2f15;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.slider_btn:hover {
  color: rgb(44 74 103);
  background-color: white;
}

.stages {
  font-family: "Montserrat";
  display: flex;
  gap: 80px;
  margin: 90px 0;
}

.stages_head {
  width: 50%;
}

.stage_head {
  width: 100%;
  margin-bottom: 35px;
}

.stage_rooms {
  width: 100%;
}

.stage {
  text-transform: uppercase;
  color: #f2f2f1;
  font-size: 40px;
  font-weight: 700;
}

.stage_area {
  color: #f2f2f1;
  font-size: 30px;
  font-weight: 300;
  margin-top: 5px;
}

.kvadr {
  font-size: 20px;
  vertical-align: top;
}

.stages_info {
  width: 50%;
}

.stage_image {
  width: 100%;
  position: relative;
  padding-right: 0;
}

.stage_img {
  width: 100%;
  height: 100%;
}

.plus {
  background-image: url(../../images/plus.png);
  background-repeat: no-repeat;
  background-size: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  right: 100px;
  bottom: 0px;
}

.stage_list {
  display: grid;
  grid-template-columns: 100%;
  font-family: "Montserrat";
  color: #f2f2f1;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  margin-top: 35px;
}

.stage_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stage_list li p {
  text-align: right;
  line-height: 120%;
  font-weight: 700;
}

.stage_list-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 40px;
  line-height: 120%;
  font-weight: 700;
  margin-top: 35px;
}

.stage_list_nondec {
  list-style-type: none;
  font-weight: 500;
  padding: 0;
}

.itog1 {
  text-transform: uppercase;
}

.stage_button {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}

.stage_btn {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: none;
  border-radius: 50px;
  padding: 5px 30px;
  font-family: "Montserrat";
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1f2f15;
  cursor: pointer;
  transition: 0.3s;
}

.stage_btn2 {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 6px solid #E1CB03;
  border-radius: 50%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: 70px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}

.stage_btn2:hover {
  opacity: 1;
}

.stage_btn2 span {
  font-size: 64px;
  line-height: 105%;
  font-weight: 600;
  color: #E1CB03;
}

.stage_btn:hover {
  color: rgb(44 74 103);
  background-color: white;
}

.border {
  box-sizing: border-box;
  height: 3px;
  background-color: #f2f2f1;
  margin-bottom: 50px;
}

.container_info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Montserrat";
  color: #f2f2f1;
  margin-bottom: 50px;
}

.container_box {
  width: calc(50% - 1px);
  border-bottom: 1px solid #f2f2f1;
  border-top: 1px solid #f2f2f1;
  padding: 20px 10px;
  box-sizing: border-box;
}

.container_box:nth-child(odd) {
  border-right: 1px solid #f2f2f1;
}

.container_box:nth-child(odd) {
  border-right: 1px solid #f2f2f1;
}

.container_name {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  color: white;
}

.container_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 30px;
}

.container_price_box {
  display: flex;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}

.container_price_box_info {
  width: 50%;
}

.container_price_box_price {
  width: 50%;
}

.cnt_prc {
  border-radius: 50px;
  background-color: #a87830;
  padding-left: 15px;
  width: 200px;
}

.container_box_img_wrap {
  padding: 20px;
}

.container_box_img {
  width: 100%;
}

.calc_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Montserrat";
  color: #f2f2f1;
  font-weight: 500;
}

.calc_title {
  text-transform: uppercase;
  font-size: 80px;
  margin: 0;
  color: white;
}

.calc_title_text {
  margin: 0;
  font-size: 50px;
  font-weight: 300;
}

.calc_boxes {
  display: flex;
  margin-top: 50px;
  gap: 2%;
  align-items: flex-start;
}

.calc_box {
  width: 23%;
  background-color: white;
  border-radius: 25px;
  padding: 10px 20px;
  border: 2px solid #497faa;
  box-shadow: 5px 5px 10px #020d18, -5px -5px 10px #395446;
}

.calc_box_txt {
  color: #ac363b;
  font-weight: 500;
  font-size: 20px;
}

.calc_box_price {
  color: #1f405a;
  font-weight: 500;
  font-size: 33px;
}

.calc_flex {
  display: flex;
  gap: 20px;
  text-align: center;
}

.calc_flex:nth-child(2) {
  margin-top: 15px;
}

.calc_img {
  width: 20%;
  max-width: 50px;
}

.calc_flex_info {
  width: 80%;
}

.calc_box_bottom {
  display: flex;
  justify-content: space-between;
  color: #8f8e8d;
}

.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  background: #ac363b;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: url(../../images/Ellipse1.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url(../../images/Ellipse1.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
}

.calc_check_container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.calc_check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-image: url(../../images/Rectangle\ 39.svg);
  background-size: 25px;
}

.calc_check_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.calc_check_container input:checked ~ .checkmark {
  background-color: #ac363b;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.calc_check_container input:checked ~ .checkmark:after {
  display: block;
}

.calc_check_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.calc_button {
  display: flex;
  gap: 50px;
}

.calc_btn {
  margin-top: 30px;
  width: 450px;
  height: 60px;
  border-radius: 50px;
  background-color: #ac363b;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #f2f2f1;
  font-size: 28px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  margin-left: auto;
  transition: 0.3s;
}

.calc_btn:hover {
  color: #1f405a;
  background-color: white;
}

.calc_button_text {
  width: 500px;
  margin-top: 30px;
}

.footer {
  font-family: "Montserrat";
  padding: 50px 0 100px;
  color: #fff;
}

.case {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}

.section__head {
  display: flex;
  align-items: center;
  margin-left: 100px;
  margin-right: 40px;
}

.section__num {
  width: 130px;
  font-size: 130px;
  color: #ac363b;
  font-weight: 300;
}

.contacts_text {
  font-size: 40px;
  font-weight: 500;
  width: 80%;
}

.contacts__text {
  margin-top: 0;
}

.section__text {
  max-width: 650px;
}

.section__title {
  margin-bottom: 20px;
}

h2 {
  font: inherit;
  display: inline;
  margin: 0;
}

.h2 {
  font-size: 40px;
  letter-spacing: 1px;
}

.t1 {
  font-size: 30px;
}

.contacts__main {
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  align-items: flex-start;
}

.row {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-left: 0;
}

.contacts__info {
  max-width: calc(100% - 700px - 40px);
  padding-right: 80px;
  padding-left: 110px;
  width: 100%;
  margin-right: auto;
  margin-top: 25px;
  box-sizing: border-box;
}

.contacts__list {
  padding-bottom: 78px;
  margin-bottom: 40px;
  border-bottom: 2px solid #fff;
}

.contacts__item {
  margin-bottom: 45px;
}

.contacts__item-name {
  font-size: 35px;
  margin-bottom: 40px;
  color: #ac363b;
  font-weight: 500;
  letter-spacing: 1px;
}

.contacts__item-text {
  font-weight: 300;
}

.contacts__item-text p {
  font-size: 30px;
  margin: 0 0 10px 0;
}

.contacts__item-text p:last-of-type {
  margin-bottom: 0;
}

.contacts__item-text a {
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  font-weight: 300;
  cursor: pointer;
}

.contacts__item:last-of-type {
  margin-bottom: 0;
}

.contacts__item-socials a {
  font-size: 30px;
  margin-right: 40px;
  letter-spacing: 2px;
  color: #fff;
  display: block;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  font-weight: 500;
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.3s;
}

.contacts__item-socials a:hover {
  color: #dca732;
}

.contacts__policy-title {
  font-size: 35px;
  margin-bottom: 20px;
}

.contacts__policy-text {
  font-size: 28px;
  margin-bottom: 65px;
  font-weight: 300;
}

.contacts__policy-copy {
  font-size: 32px;
  padding-left: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}

.contacts__policy-copy img {
  top: 0;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -15px;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
}

.contacts__form {
  padding: 50px;
  max-width: 700px;
  margin-right: 40px;
  margin-left: auto;
  box-sizing: border-box;
  width: 100%;
}

.form__title {
  font-size: 40px;
  margin-bottom: 80px;
  font-weight: 700;
}

.form__input {
  margin-bottom: 80px;
}

.input {
  display: block;
  transition: 0.3s;
  position: relative;
}

.input__area {
  width: 100%;
  color: #32393f;
  font-size: 24px;
  padding-bottom: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  transition: 0.3s;
  position: relative;
  background: transparent;
  border-bottom: 3px solid #32393f;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.input__area::placeholder {
  color: #32393f;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  transition: 0.3s;
}

.input__area:focus::placeholder {
  opacity: 0;
}

.input.--error .input__area {
  border-color: #ff1d1d;
}

.input.--error .input__area::placeholder {
  color: #ff1d1d;
}

.form__input:last-of-type {
  margin-bottom: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.form__check {
  margin-top: 100px;
}

.check {
  cursor: pointer;
  transition: 0.3s;
}

.check__input {
  display: none;
}

.check__wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.check__point {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #6e8090;
  position: relative;
  box-sizing: border-box;
}

.check__point:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #6e8090;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}

.check.--checked .check__point:before {
  width: 20px;
  height: 20px;
  opacity: 1;
  box-sizing: border-box;
  visibility: visible;
}

.check__text {
  width: calc(100% - 70px);
  padding-left: 20px;
  color: #6e8090;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

.check__text a {
  color: #6e8090;
  border-bottom: 2px solid #6e8090;
}

.check__text a:hover {
  border-color: transparent;
}

.form_btn {
  color: #fff;
  background: #32393f;
  min-height: 90px;
  margin-top: 50px;
  font-size: 25px;
  max-width: 370px;
  margin-left: auto;
  border-radius: 100px;
  letter-spacing: 6px;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s;
  border: none;
  outline: none;
  width: 100%;
}

.form_btn:hover {
  background: #2b4966;
}

.form_btn_img {
  width: 40px;
  height: 40px;
  margin-left: 40px;
  display: block;
  max-width: 100% !important;
  max-height: 100% !important;
}

.interior_head {
  display: flex;
  margin-bottom: 30px;
}

.interior_head_text {
  width: 50%;
  font-family: "Montserrat";
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  font-size: 60px;
  letter-spacing: normal;
  text-align: center;
}

.interior_author {
  font-family: "Cinzel";
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  font-size: 40px;
  letter-spacing: normal;
  background-color: #ac363b;
  border-radius: 50px;
  padding: 5px 25px;
  max-width: 560px;
  margin: auto;
}

.interior_text {
  font-weight: 300;
  text-transform: none;
  color: white;
  font-size: 20px;
  letter-spacing: normal;
  font-style: italic;
  text-align: center;
  font-family: "Cinzel";
}

.design_photos_box {
  display: flex;
  flex-wrap: wrap;
}

.design_photo {
  box-sizing: border-box;
  padding: 20px 30px;
  width: 50%;
}

.design_img {
  width: 100%;
}

.design_image {
  position: relative;
}

.design_img_name {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ac363b;
  border-radius: 0 20px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
  padding: 0 10px;
  text-align: center;
  width: 300px;
  height: 60px;
  font-size: 45px;
  color: #ffffff;
}

.element {
  position: relative;
}

.element .overlap-16 {
  position: absolute;
  width: 605px;
  height: 531px;
  top: 230px;
  left: 970px;
}

.element .view-9 {
  position: absolute;
  width: 605px;
  height: 531px;
  top: 0;
  left: 0;
}

.element .overlap-17 {
  position: relative;
  width: 595px;
  height: 531px;
  background-color: #d9d9d9;
  border-radius: 46px;
}

.element .overlap-group-3 {
  position: absolute;
  width: 283px;
  height: 73px;
  top: 437px;
  left: 243px;
  background-color: #15282f;
  border-radius: 28px;

  cursor: pointer;
}

.element .text-wrapper-27 {
  position: absolute;
  top: 19px;
  left: 29px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 27px;
  letter-spacing: 0;
  line-height: normal;
}

.element .mask-group-2 {
  position: absolute;
  width: 54px;
  height: 54px;
  top: 7px;
  left: 213px;
}

.element .text-wrapper-28 {
  top: 51px;
  left: 80px;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #000000;
  font-size: 27px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-29 {
  top: 148px;
  left: 79px;

  font-family: "Montserrat", Helvetica;
  font-weight: 200;
  color: #000000;

  line-height: normal;
  position: absolute;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.element .text-wrapper-29 input {
  font-family: "Montserrat", Helvetica;
  font-weight: 200;
  color: #000000;
  width: 450px;
  font-size: 34px;
  line-height: normal;
  letter-spacing: 0;
  background: transparent;
  border-color: #00000023;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.element .text-wrapper-30 {
  top: 245px;
  left: 79px;
  font-family: "Montserrat", Helvetica;
  font-weight: 200;
  color: #000000;

  line-height: normal;
  position: absolute;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.element .text-wrapper-30 input {
  font-family: "Montserrat", Helvetica;
  font-weight: 200;
  color: #000000;
  font-size: 34px;
  width: 450px;
  line-height: normal;
  letter-spacing: 0;
  background: transparent;
  border-color: #00000023;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.element .div-2 {
  width: 444px;
  height: 70px;
  top: 321px;
  left: 79px;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-31 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
}

.element .text-wrapper-32 {
  text-decoration: underline;
}

.element .line-3 {
  position: absolute;
  width: 444px;
  height: 2px;
  top: 197px;
  left: 79px;
  object-fit: cover;
}

.element .line-4 {
  position: absolute;
  width: 444px;
  height: 1px;
  top: 291px;
  left: 79px;
  object-fit: cover;
}

.element .ellipse-wrapper {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 344px;
  left: 85px;
  background-color: #ffffff;
  border-radius: 14px;
}

.element .ellipse {
  position: relative;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 5px;
  background-color: #15282f;
  border-radius: 9px;
}

.element .text-wrapper-33 {
  top: 0;

  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 62px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-34 {
  top: 901px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 46px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-35 {
  width: 714px;
  top: 979px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #f2f1f1;
  font-size: 42px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-36 {
  position: absolute;
  width: 625px;
  top: 1115px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 42px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-37 {
  top: 220px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 800;
  color: #e18703;
  font-size: 34px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-38 {
  top: 451px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #e18703;
  font-size: 34px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-39 {
  top: 623px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #e18703;
  font-size: 34px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .text-wrapper-40 {
  top: 265px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #f2f1f1;
  font-size: 37px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}
.element .text-wrapper-400 {
  top: 275px;

  width: 524px;
height: 61px;
flex-shrink: 0;
border-radius: 40px;
background: #E1CB03;

  position: absolute;
 
}
.prolo{
    color: #1F2F15;
  position: absolute;
   top: 285px;
  left: 35px;
  width: 456px;
height: 41px;
font-family: Montserrat;
font-size: 34px;
font-style: normal;
font-weight: 900;
line-height: normal;
text-transform: uppercase;
}


.element .text-wrapper-41 {
  position: absolute;
  top: 506px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #f2f1f1;
  font-size: 46px;
  letter-spacing: 0;
  line-height: normal;
}

.element .text-wrapper-42 {
  width: 587px;
  top: 0;
  left: 990px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
  color: #f2f1f1;
  font-size: 30px;
  line-height: normal;
  position: absolute;
  letter-spacing: 0;
}

.element .line-5 {
  position: absolute;
  width: 1508px;
  height: 4px;
  top: 875px;
}
small {
  color: #dc3545;
  display: block;
  width: 100%;
  font-family: "Montserrat", Helvetica;
  font-weight: 400;
}

.form-field.error input {
  border-bottom: 2px solid #dc3545;
  margin-bottom: 9px;
  transition: all 0.5s;
}

.form-field.success input {
  border-bottom: 2px solid #28a745;
  transition: all 0.5s;
}

.thankyou_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;

  & .error_container1 {
    padding: 30px;
    width: 680px;
    height: 260px;
    justify-content: space-around;
  }
}

.thankyou_text {
  line-height: normal;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #15282f;
  font-size: 26px;
  text-align: center;
}

.modal-window-background {
  background-color: rgba(35, 35, 35, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  backdrop-filter: blur(2px);
  overflow: hidden;
  pointer-events: all;
}

.road_modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.road {
  cursor: pointer;
}

.error_container {
  z-index: 30;
  position: relative;
}

.btn-close-road-modal {
  z-index: 30;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
}

.modal-catalog-background {
  background-color: rgba(35, 35, 35, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  backdrop-filter: blur(2px);
  overflow: hidden;
  pointer-events: all;
}

.catalog_modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.booking_modal {
  display: none;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.error_container1 {
  z-index: 30;
  position: relative;
  width: 635px;

  background-color: #d9d9d9;
  border-radius: 40px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.error_container1 form {
  gap: 20px;
  display: flex;
  flex-direction: column;

  align-items: center;
}

.btn-close-catalog-modal {
  z-index: 30;
  position: absolute;
  top: -25px;
  right: -25px;
  cursor: pointer;
}

.slider_btn {
  cursor: pointer;
}

.catalog_input {
  width: 500px;
  height: 60px;
  font-weight: 200;
  color: #000000;
  font-size: 32px;
  border-color: #00000023;
  background-color: transparent;
  font-family: "Montserrat", Helvetica;

  border-top: none;
  border-right: none;
  border-left: none;
}

.modal_button {
  width: 370px;
  border: none;
  height: 60px;
  border-radius: 40px;
  cursor: pointer;
  color: #15282f;

  font-family: "Montserrat";
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
}

.catalog_input:focus-visible {
  outline: none;
}

.thankyou_text1 {
  font-size: 36px;
}
.social {
  display: flex;
  gap: 30px;
  position: absolute;
  top: 679px;

  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 34px;
  letter-spacing: 0;
  line-height: normal;
}

.instagram-YOUTUBE {
  color: white;
}

.instagram-YOUTUBE:hover {
  color: #e18703;
  cursor: pointer;
}

input[type="radio"]:checked,
input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

input[type="radio"]:checked + label,
input[type="radio"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 44px;

  cursor: pointer;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  background-color: #ffffff;
  width: 32px;
  height: 32px;
  top: 4px;
  left: 0;
  border-radius: 800px;
  border: 2px solid;
  border-color: #a1a1a1;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="radio"]:checked + label:after,
input[type="radio"]:not(:checked) + label:after {
  width: 18px;
  height: 18px;
  top: 13px;
  left: 9px;
  border-radius: 100%;
  background-color: #15282f;
}

input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
}

input[type="radio"]:checked + label:after {
  opacity: 1;
}

input[type="radio"].invalid + label:before {
  border-color: red;
}

input[name="name"].invalid::placeholder {
  color: red;
}

input[name="phone"].invalid::placeholder {
  color: red;
}

.mobile_footer {
  display: none;
}

.text-wrapper-22 {
  top: 0;
  left: 0;
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 29px;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.overlap-12 {
  position: absolute;
  width: 100%;
  height: 660px;
  top: 88px;
}

.text-wrapper-2345 {
  width: 100%;
  top: 0;
  left: 0;
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 400;
  color: #f2f1f1;
  font-size: 18px;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.view-2 {
  position: absolute;
  width: 100%;
  height: 531px;
  top: 129px;
  left: 0;
}

.overlap-13 {
  position: relative;
  width: 100%;
  height: 531px;
}

.rectangle-6 {
  position: absolute;
  width: 430px;
  height: 531px;
  top: 0;
  left: -100px;
  background-color: #d9d9d9;
  border-radius: 46px;
}

.rectangle-7 {
  position: absolute;
  width: 303px;
  height: 73px;
  top: 424px;
  left: 0;
  background-color: #15282f;
  border-radius: 28px;
}

.text-wrapper-24 {
  top: 35px;
  left: 0;
  font-weight: 700;
  color: #000000;
  font-size: 27px;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-25 {
  width: 194px;
  top: 443px;
  left: 44px;
  font-weight: 700;
  color: #ffffff;
  font-size: 27px;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-26 {
  top: 148px;
  left: 0;
  font-weight: 200;
  color: #000000;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
  width: 300px;
}

.text-wrapper-26 input {
  width: 100%;
  font-weight: 200;
  color: #000000;
  font-size: 21px;
  line-height: normal;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
  background: transparent;
  border-color: #00000023;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.text-wrapper-27 {
  top: 245px;
  left: 0;
  font-weight: 200;
  color: #000000;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
  background: transparent;
  border: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.mobile_footer .text-wrapper-27 {
  width: 300px;
}

.text-wrapper-27 input {
  width: 100%;
  font-weight: 200;
  color: #000000;
  font-size: 21px;
  line-height: normal;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
  background: transparent;
  border-color: #00000023;
  border-top: none;
  border-right: none;
  border-left: none;
  outline: none !important;
  -webkit-tap-highlight-color: transparent;
}

.img-8 {
  width: 100%;
  border-radius: 28px;
  height: 484px;
  object-fit: cover;
}

.div-2 {
  width: 305px;
  height: 70px;
  top: 321px;
  left: 0;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  line-height: normal;
  position: absolute;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-28 {
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 15px;
  letter-spacing: 0;
}

.text-wrapper-29 {
  text-decoration: underline;
}

.line-3 {
  width: 258px;
  top: 197px;
  left: 0;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.line-4 {
  width: 258px;
  top: 291px;
  left: 0;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.ellipse {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 344px;
  left: 0;
  background-color: #ffffff;
  border-radius: 10px;
}

.ellipse-2 {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 348px;
  left: 39px;
  background-color: #15282f;
  border-radius: 6px;
}

.mask-group {
  position: absolute;
  width: 58px;
  height: 54px;
  top: 434px;
  left: 240px;
}

.footer_info {
  position: absolute;
  width: 100%;
  top: 800px;
}

.text-wrapper-30 {
  font-weight: 800;
  color: #e18703;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 10px;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-302 {
  font-weight: 500;
  color: #f2f1f1;
  font-size: 18px;
  font-family: "Montserrat", Helvetica;
}

.text-wrapper-31 {
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 700;
  color: #e18703;
  font-size: 1.4rem;
  line-height: normal;
  margin-bottom: 10px;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-32 {
  font-weight: 700;
  color: #e18703;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 10px;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.instagram-YOUTUBE {
  margin-bottom: 30px;

  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 27px;
  letter-spacing: 0;
  line-height: normal;
}
.social1{
    font-size: 20px;
}

.element-5 {
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 500;
  color: #f2f1f1;
  font-size: 1.1rem;
  line-height: normal;

  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-33 {
  margin-bottom: 30px;
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 500;
  color: #f2f1f1;
  font-size: 23px;
  letter-spacing: 0;
  line-height: normal;
}

.text-wrapper-34 {
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 19px;
  line-height: normal;

  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-344 {
  text-shadow: 1px 4px 10px #00000040;
  font-weight: 400;
  color: #f2f1f1;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 30px;
  font-family: "Montserrat", Helvetica;
  letter-spacing: 0;
}

.text-wrapper-355 {
  text-shadow: 1px 4px 10px #00000040;
  font-family: "Montserrat", Helvetica;
  font-weight: 700;
  color: #f2f1f1;
  font-size: 16px;
  letter-spacing: 0;
  line-height: normal;
}

.menu_btn {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  & span {
    font-weight: 700;
    color: white;
  }
}

.burger {
  display: inline-block;
  cursor: pointer;
  z-index: 1000;
}

.burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #e1cb03;
  margin: 6px 0;
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55),
    opacity 0.3s ease;
}

.burger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-20px);
}

.burger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100dvh;
  background: #1f2f15;
  z-index: 100;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.menu_wrapper.activeMenu {
  transform: translateY(0);
}

.menu_container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 160px;
  padding-right: 160px;
}

.menu-back {
  position: absolute;
  top: 30%;
  left: 115px;
  font-size: 300px;
  font-weight: 900;
  opacity: 0.3;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.menu_item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  & a {
    color: #fff;
    font-size: 63px;
  }

  & span {
    font-size: 33px;
    font-weight: 800;
    color: #e1cb03;
  }
}

.str {
  color: #e1cb03;
  font-size: 29px;
  font-weight: 800;
}

.srr {
  color: #f2f2f1;
  font-size: 29px;
  font-weight: 500;
}

.social2 {
  color: #f2f2f1;
  font-size: 29px;
  font-weight: 700;
}

.mobile_soc {
  display: none;
}

.video_container {
    display: flex;
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 70px;
    align-items: center;
}

.video {
    width: 45%;
    position: relative;
}

.plan {
    width: 55%;
}

.video_button {
    position: absolute;
    width: 90px;
    height: 90px;
    top: calc(50% - 45px);
    left: calc(50% - 45px);
}

@media (max-width: 1600px) {
  .contacts__info {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts__form {
    margin-right: 0;
    max-width: 650px;
  }

  .section__head {
    margin-left: 0;
    margin-right: 0;
  }

  .design_img_name {
    width: 230px;
    height: 40px;
    font-size: 30px;
  }

  .menu_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  @media (max-width: 1440px) {
    .wrapper_title {
      margin-bottom: 300px;
    }

    .project_swap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
    }
  }
}

@media (max-width: 1280px) {
  .wrapper_title {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 160px;
    margin-left: 100px;
  }

  .burn {
    font-size: 60px;
  }

  .wrapper_icon {
    max-width: 300px;
  }

  .wrapper_info {
    right: 50px;
  }

  .wrapper_info2 {
    right: 50px;
  }

  .slider_wrapper {
    margin-bottom: 20px;
  }

  .slider_info {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .slider_text {
    width: 62%;
  }

  .text_head {
    font-size: 39px;
    margin-bottom: 0;
  }

  .text_bottom {
    font-size: 29px;
    font-weight: 300;
  }

  .slider_button {
    width: 38%;
  }

  .slider_btn {
    font-size: 30px;
  }

  .main {
    padding-left: 40px;
    padding-right: 40px;
  }

  .plus {
    right: 0px;
    bottom: 0px;
  }

  .stage {
    font-size: 40px;
  }

  .container_price_box {
    font-size: 25px;
  }

  .container_price_box_info {
    width: 60%;
    margin-bottom: 5px;
  }

  .container_price_box_price {
    width: 40%;
  }

  .container_name {
    font-size: 30px;
  }

  .cnt_prc {
    border-radius: 50px;
    background-color: #a87830;
    padding-left: 10px;
    width: 150px;
  }

  .container_list {
    font-size: 25px;
  }

  .calc_wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .calc_title {
    font-size: 45px;
  }

  .calc_title_text {
    font-size: 30px;
  }

  .calc_boxes {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
    margin-bottom: 20px;
  }

  .calc_box {
    width: 49%;
  }

  .calc_button {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 0;
    justify-content: center;
  }

  .case {
    width: 100%;
  }

  .section__head {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .contacts__info {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    order: 2;
  }

  .contacts__form {
    margin-right: auto;
    max-width: 900px;
  }

  .design_img_name {
    width: 180px;
    height: 35px;
    font-size: 25px;
  }

  .interior_head_text {
    font-size: 40px;
  }

  .interior_author {
    font-size: 30px;
    max-width: 450px;
  }

  .interior_text {
    font-size: 16px;
  }
}

@media (max-width: 1000px) and (orientation: portrait) {
  .wrapper {
    height: 100vmax;
  }

  .wrapper_text {
    width: 100%;
  }

  .project_swap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
  }

  .design_img_name {
    width: 160px;
    height: 30px;
    font-size: 26px;
  }

  .interior_head_text {
    font-size: 30px;
  }

  .interior_author {
    font-size: 22px;
    max-width: 340px;
  }

  .interior_text {
    font-size: 12px;
  }

  .design_photo {
    padding: 10px 20px;
  }
}

@media (max-width: 700px) and (orientation: portrait) {
  .wrapper {
    padding-top: 10px;
    padding-bottom: 50px;
    height: 100dvh;
  }

  .thankyou_modal .error_container1 {
    padding: 30px;
    width: 90%;
    height: 260px;
    justify-content: space-around;
  }

  .thankyou_text {
    line-height: normal;
    font-family: "Montserrat", Helvetica;
    font-weight: 700;
    color: #15282f;
    font-size: 22px;
    text-align: center;
  }

  .thankyou_text1 {
    font-size: 1.8em;
  }
  .youtube {
    height: 250px;
  }

  .mobile_footer {
    display: block;
    position: relative;
  }

  .element {
    display: none;
  }

  .wrapper_title {
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 550px;
  }

  .wrapper_text {
    width: 100%;
  }

  .wrapper_icons {
    width: 100%;
    max-width: 200px;
  }

  .wrapper_icon {
    max-width: 200px;
  }

  .project {
    font-size: 30px;
    color: #1f405a;
  }

  .burn {
    font-size: 30px;
    color: #1f405a;
  }

  .menu {
    top: 30px;
    right: 80px;
  }

  .menu_burger {
    top: 30px;
    right: 30px;
  }

  .wrapper_info {
    padding-right: 0;
    margin-bottom: 50px;
    position: static;
  }

  .wrapper_info2 {
    padding-right: 0;
    margin-bottom: 0px;
    position: static;
    display: none;
  }

  .wrapper_price {
    border-radius: 50px 0 0 50px;
    width: 260px;
    height: 45px;
    position: absolute;
    bottom: 90px;
    right: 0;
  }
  .wrapper_price2 {
    border-radius: 50px 50px 50px 50px;
    width: 250px;
    height: 45px;
    position: absolute;
    bottom: -30px;
  }

  .wrapper_price3 {
    border-radius: 50px 50px 50px 50px;
    width: 140px;
    height: 45px;
    position: absolute;
    bottom: 30px;
    display: flex;
    right: 50px;
  }

  .ruble_svg {
    width: 35px;
    height: 35px;
  }

  .head_price {
    font-size: 30px;
    margin-left: 20px;
  }

  .wrapper_button {
    position: absolute;
    top: 60%;
  }

  .btn {
    width: 130px;
    height: 60px;
    border-radius: 50px 0 0 50px;
    font-size: 12px;
  }

  .project_check {
    display: flex;
    width: 80%;
    height: 45px;
    margin: auto;
  }

  .project_swap {
    bottom: 50px;
  }

  .project_var {
    width: 50%;
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #f2f2f1;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
  }

  .project_swap_var {
    display: none;
  }

  .slider_wrapper {
    margin-bottom: 20px;
  }

  .slider_info {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .slider_text {
    width: 60%;
  }

  .text_head {
    font-size: 29px;
    margin-bottom: 0;
  }

  .text_bottom {
    font-size: 19px;
    font-weight: 300;
  }

  .slider_button {
    width: 40%;
  }

  .slider_btn {
    width: 100%;
    max-width: 200px;
    height: 60px;
    font-size: 13px;
  }

  .main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stages {
    margin: 30px 0;
  }

  .stage_rooms {
    padding-left: 0;
  }

  .stage {
    font-size: 26px;
  }

  .stage_area {
    font-size: 20px;
  }

  .kvadr {
    font-size: 10px;
    vertical-align: top;
  }

  .stages_info {
    width: 100%;
  }

  .plus {
    background-size: 30px;
    height: 30px;
    width: 30px;
    right: 0px;
    bottom: 0px;
  }

  .stage_list_nondec {
    font-weight: 500;
  }

  .stage_button {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .stage_btn {
    height: 50px;
    font-size: 20px;
  }

  .stage_btn:hover {
    color: rgb(44 74 103);
  }

  .border {
    box-sizing: border-box;
    height: 3px;
    background-color: #f2f2f1;
    margin-bottom: 20px;
  }

  .container_info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .container_box {
    width: 100%;
    border-bottom: 1px solid #f2f2f1;
    border-top: 1px solid #f2f2f1;
    padding: 10px 0;
  }

  .container_box:nth-child(odd) {
    border-right: none;
  }

  .container_box:nth-child(odd) {
    border-right: none;
  }

  .container_name {
    font-size: 24px;
  }

  .container_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 19px;
  }

  .container_price_box {
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 5px;
  }

  .container_price_box_info {
    width: 100%;
    margin-bottom: 5px;
  }

  .container_price_box_price {
    width: 100%;
  }

  .cnt_prc {
    border-radius: 50px;
    background-color: #a87830;
    padding-left: 10px;
    width: 150px;
  }

  .container_box_img_wrap {
    padding: 0;
  }

  .calc_wrapper {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .calc_title {
    font-size: 35px;
  }

  .calc_title_text {
    font-size: 20px;
  }

  .calc_boxes {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
    margin-bottom: 20px;
  }

  .calc_box {
    width: 100%;
  }

  .calc_box_txt {
    color: #a87830;
    font-weight: 500;
    font-size: 20px;
  }

  .calc_check_container {
    padding-left: 65px;
  }

  .checkmark {
    left: 20px;
  }

  .calc_button {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }

  .calc_button_wrapper {
    width: 100%;
  }

  .calc_btn {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    font-size: 25px;
  }

  .calc_btn:hover {
    color: #1f405a;
  }

  .calc_button_text {
    width: 500px;
    margin-top: 10px;
  }

  .swap_left {
    display: none;
    fill: #1f405a;
    background-repeat: no-repeat;
    background-size: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    transform: rotate(-90deg);
    left: 5px;
  }

  .swap_right {
    display: none;
    fill: #1f405a;
    background-repeat: no-repeat;
    background-size: 45px;
    height: 45px;
    width: 45px;
    position: absolute;
    right: 5px;
    transform: rotate(90deg);
  }

  .case {
    width: 100%;
  }

  .section__head {
    flex-wrap: wrap;
    margin: 0;
  }

  .contacts_text {
    font-size: 30px;
    width: 100%;
    margin-bottom: 20px;
  }

  .section__text {
    font-size: 30px;
    width: 100%;
  }

  #footerForm {
    order: -1;
  }

  .contacts__main {
    margin-top: 30px;
  }

  .contacts__form {
    padding: 20px;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .t1 {
    font-size: 20px;
  }

  .form {
    border-radius: 35px;
  }

  .form__title {
    font-size: 26px;
    margin-bottom: 35px;
  }

  .form__input {
    margin-bottom: 40px;
  }

  .input__area {
    padding-bottom: 5px;
  }

  .form__check {
    margin-top: 50px;
  }

  .check__text {
    width: calc(100% - 70px);
    padding-left: 20px;
    color: #6e8090;
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
  }

  .contacts__info {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
    box-sizing: border-box;
  }

  .contacts__item-name {
    font-size: 25px;
    margin-bottom: 10px;
    color: #dca732;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .contacts__item-text p {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  .contacts__item-text a {
    font-size: 20px;
  }

  .contacts__item {
    margin-bottom: 40px;
  }

  .contacts__item-socials a {
    font-size: 20px;
    margin-right: 25px;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-weight: 500;
  }

  .contacts__list {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .contacts__policy-title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contacts__policy-text {
    font-size: 22px;
    margin-bottom: 65px;
    font-weight: 300;
  }

  .contacts__policy-copy {
    font-size: 30px;
    padding-left: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
  }

  .contacts__policy-copy img {
    top: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -15px;
    display: block;
    max-width: 100% !important;
    max-height: 100% !important;
  }

  .form_btn {
    min-height: 80px;
    font-size: 16px;
  }

  .form_btn_img {
    margin-left: 20px;
  }

  .interior_head {
    flex-wrap: wrap;
  }

  .interior_head_text {
    width: 100%;
  }

  .design_photo {
    width: 100%;
    padding: 10px 0;
  }

  .design_img_name {
    padding: 0 10px;
    width: 160px;
    height: 30px;
    font-size: 26px;
    border-radius: 0 15px 0 0;
  }

  .menu_wrapper {
    transform: translateY(-110%);
  }
  .menu_wrapper.activeMenu {
    transform: translateY(0);
  }

  .menu_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-back {
    position: absolute;
    top: 40%;
    left: 15px;
    font-size: 60px;
    font-weight: 900;
    opacity: 0.3;
    color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
  }

  .menu_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu_item {
    & a {
      color: #fff;
      font-size: 23px;
    }

    & span {
      font-size: 13px;
      font-weight: 800;
      color: #e1cb03;
    }
  }

  .menu_contacts {
    display: none;
  }

  .mobile_soc {
    margin-top: 30px;
    display: flex;
    & a {
      font-size: 16px;
    }
  }

  
.video_container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.video {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.plan {
    width: 100%;
}
}

@media (max-width: 370px) and (orientation: portrait) {
  .wrapper_title {
    margin-left: 20px;
  }

  .text_head {
    font-size: 25px;
    margin-bottom: 0;
  }

  .text_bottom {
    font-size: 16px;
    font-weight: 300;
  }

  .slider_btn {
    font-size: 13px;
  }

  .stage_btn {
    font-size: 20px;
  }

  .calc_flex {
    gap: 10px;
  }

  .calc_btn {
    font-size: 20px;
  }

  .checkmark {
    left: 10px;
  }

  .calc_check_container {
    padding-left: 55px;
  }
}
.home-info {
  border-top: 1px solid #F2F2F1;
  padding: 90px 0;
  font-family: "Montserrat";
}
.home-info2 {
  border-top: unset;
}
.home-info__title {
  font-size: 60px;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.home-info__list {
  margin-top: 50px;
}
.home-info__list li {
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
}
.home-info__list li span {
  font-weight: 400;
}

@media screen and (max-width: 1280px) {
  .stages {
    gap: 40px;
    margin: 50px 0;
  }

  .stage_list {
    font-size: 22px;
  }

  .stage_list-total {
    font-size: 22px;
  }

  .stage_btn {
    height: 50px;
    font-size: 20px;
  }

  .stage_btn2 {
    margin-top: 35px;
    margin-right: 35px;
  }

  .home-info {
    padding: 50px 0;
  }

  .home-info__title {
    font-size: 39px;
  }

  .home-info__list li {
    font-size: 29px;
  }
}

@media screen and (max-width: 992px) {
  .stages {
    flex-direction: column;
    gap: 35px;
  }

  .stages_head {
    width: 100%;
  }

  .stages_info {
    width: 100%;
  }

  .stage_btn2 {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .home-info {
    padding: 30px 0;
  }
  .home-info__title {
    font-size: 29px;
  }
  .home-info__list li {
    font-size: 19px;
  }
}

@media screen and (max-width: 576px) {
  .stage_btn {
    width: 100%;
  }
}

@media screen and (max-width: 389px) {
  .home-info__title {
    font-size: 20px;
  }
  .home-info__list li {
    font-size: 16px;
  }
}
