:focus {
  outline: none;
}

body > * {
  opacity: 1;
}

body {
  background: #EDEDED;
}

[data-scrollbar] {
  height: 100vh;
}

body, input, button {
  font-family: "Futura PT";
}

* {
  -webkit-appearance: none;
  margin: 0;
}

.lazy {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

img:not([src]):not([srcset]) {
  opacity: 0;
  display: block;
}

.main {
  margin: 0px auto;
  width: 100%;
  max-width: calc(90.278vw);
}

.height1{ height: 1vw; }
.height2{ height: 2vw; }
.height3{ height: 3vw; }
.height4{ height: 4vw; }
.height5{ height: 5vw; }
.height6{ height: 6vw; }
.height7{ height: 7vw; }
.height8{ height: 8vw; }
.height9{ height: 9vw; }
.height10{ height: 10vw; }
.height11{ height: 11vw; }
.height12{ height: 12vw; }
.height13{ height: 13vw; }
.height14{ height: 14vw; }
.height15{ height: 15vw; }

.hd_logo_img {
  font-size: 0;
}

.hd_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.hd_logo_text {
  font-weight: 400;
  font-size: 10px;
  line-height: 107.2%;
  text-align: justify;
  color: #262626;
  opacity: 0.44;
  height: 2.292vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 0.5px solid #959595;
  padding: 0 0 0 1.1vw;
  margin: 0 0 0 1.1vw;
  font-size: clamp(10px,0.75vw, 20px);
}

.menu {
  border: 0;
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262626;
  cursor: pointer;
  padding: 12px;
  font-size: clamp(12px,0.90vw, 20px);
}

.hd_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 2.292vw;
}

.hd {
  padding: 0.4vw 0;
  /* border-bottom: 1px solid rgba(38, 38, 38, 0.35); */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  background: rgba(237, 237, 237, 0.5);
  backdrop-filter: blur(12px);
}

.menu:hover {
  text-decoration: underline;
}

.b1 {
  position: relative;
  height: 790px;
  height: clamp(690px, (100vh - 7.8vw), 1104px);
  overflow: hidden;
  /* margin-top: 3vw; */
}

.b1_bg_full {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-image: url(../img/b1_bg_m.jpg);
  position: relative;
  background-position: top 0 center;
}

.b1 .main {
  z-index: 20;
  position: relative;
}

.b1_box {
  padding: 2.8vw 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b1_title_box {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 90.7%;
  text-transform: uppercase;
  color: #3F3635;
  font-size: 70px;
  font-size: clamp(30px, 4.7vw, 219px);
  position: relative;
  z-index: 10;
  /* font-size: 70px; */
  white-space: nowrap;
}

.min_img {
  position: relative;
}

.min_img > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  z-index: 2;
}

.min_img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.b1_title_box span {
  font-family: "Forum";
  font-weight: 400;
  letter-spacing: 0.16vw;
}

.b1_title_box_text {
  width: 100%;
  max-width: clamp(140px, 54.7vw, 1227px);
  position: relative;
}

.b1_box_icon_img {
  width: clamp(4px,4.2vw, 90px);
  height: clamp(4px,4.2vw, 90px);
  background-position: center;
  background-size: cover;
  background-color: #8a6d53;
}

.b1_box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  position: absolute;
  z-index: 10;
  left: 100%;
  margin: -3.2vw 0 0 -4.7vw;
}

.b1_box_icon p {
  width: clamp(95px,16vw, 270px);
  margin: 0 0 0 15px;
  font-weight: 300;
  font-size: 18px;
  font-size: clamp(10px,1.10vw, 24px);
  line-height: 130%;
  text-align: justify;
  color: #262626;
}

.b2 {
  /* padding: 288px 0 151px; */
  padding: 2vw 0 2.5vw;
}

.b2_title_t1 {
  font-style: normal;
  font-weight: 300;
  font-size: 83.3638px;
  line-height: 120.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  display: table;
  font-size: clamp(23px, 5.8vw, 108px);
}

.b2_title_t2 {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 91.7014px;
  line-height: 120.7%;
  text-transform: uppercase;
  color: #3F3635;
  display: table;
  margin: -1.5vw 0 0 198px;
  font-size: clamp(22px, 5.9vw, 219px);
  margin-left: clamp(46px, 14.1vw, 262px);
}

.b2_title_t3 {
  text-align: center;
  font-family: "Arial";
  font-style: italic;
  font-weight: 560;
  font-size: 79.9553px;
  line-height: 88.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  display: table;
  margin: -1.2vw 0 0 0.7vw;
  font-size: clamp(20px, 5.6vw, 104px);
}

.b2_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 41px;
}

.b2_description {
  max-width: 420px;
  max-width: clamp(220px, 30vw, 1104px);
}

.b2_description p {
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  text-align: justify;
  color: #262626;
  font-size: clamp(12px, 1.4vw, 1104px);
}

.b2_description_t1 p span {
  font-style: normal;
  font-weight: 400;
  font-size: 149.995px;
  line-height: 5vw;
  text-transform: uppercase;
  color: #3F3635;
  float: left;
  margin: 0 1vw 0 0;
  -webkit-transform: translate(0px, 0vw);
  -ms-transform: translate(0px, 0vw);
  transform: translate(0px, 0vw);
  font-size: clamp(50px, 10vw, 1104px);
  font-family: "Cigra";
}

.b2_description_t2 {
  padding: 7px 0 0;
}

.b2_photo_img_box_1_img {
  width: 100%;
  min-height: clamp(369px, 54vw, 1030px);
  background-size: cover;
  margin: 6vw 0 0;
}

.b2_photo_left {
  width: 100%;
  max-width: clamp(444px, 58.6vw, 1485px);
}

.b2_photo_img_box_1 {
  overflow: hidden;
  width: 100%;
  max-height: clamp(57px, 33vw, 1013px);
  position: relative;
}

.b2_photo_line_1 i, .b2_photo_line_2 i {
  height: 1px;
  width: 100%;
  background: #262626;
  display: block;
}

.b2_photo_img_box_1_photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.b2_photo_right {
  width: 100%;
  max-width: clamp(120px, 30vw, 1104px);
}

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

.b2_photo_line_2 {
  width: 100%;
  overflow: hidden;
}

.b2_photo_img_box_2 {
  width: 100%;
  height: clamp(10px, 11.1vw, 1013px);
  overflow: hidden;
  position: relative;
}

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

.b2_photo_img_box_2_img {
  background-size: cover;
  width: 100%;
  min-height: clamp(230px, 16vw, 1031px);
  margin: 6vw 0 0;
}

.b2_photo_line_1, .b2_photo_line_2 {
  margin: 0 0 24px;
}

.b2_photo_img_box_3 {
  width: 100%;
  height: clamp(105px, 21.0vw, 1013px);
  overflow: hidden;
  position: relative;
}

.b2_photo_img_box_3_photo {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 0;
}

.b2_photo_img_box_3_img {
  width: 100%;
  overflow: hidden;
  height: clamp(122px, 36vw, 1031px);
  background-size: cover;
  margin: 0 0 15vw;
}

.b2_photo_right_box {
  height: calc(100% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.b2_bottom_number {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 91.7014px;
  line-height: 120.7%;
  /* identical to box height, or 111px */
  text-transform: uppercase;
  color: #554B49;
  width: 6.5%;
  text-align: center;
  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-line-pack: center;
  align-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: clamp(31px, 5.7vw, 144px);
}

.b2_bottom_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: clamp(40px, 7.7vw, 204px);
}

.b2_bottom_title {
  font-size: 51px;
  line-height: 120.7%;
  /* identical to box height, or 62px */
  text-transform: uppercase;
  color: #554B49;
  font-weight: 300;
  width: 100%;
  font-size: clamp(20px, 3.4vw, 104px);
}

.b2_bottom_info p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 135%;
  color: #262626;
  font-size: clamp(18px, 1.27vw, 104px);
  margin: 0;
}

.b2_bottom_photo {
  width: 22%;
  overflow: hidden;
  /* height: 0; */
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b2_bottom_text {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.b2_bottom_photo_img {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: 150px;
  height: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: #26262612;
}

.b2_bottom_info {
  display: none;
  width: 100% !important;
}

.b2_line i {
  width: 100%;
  height: 1px;
  background: #262626;
  display: block;
}

.b2_bottom {
  margin: 7.6vw 0 0;
}

.b2_bottom_item_active .b2_bottom_photo_img {
  height: 155px;
  margin: 20px 0;
  height: clamp(155px, 10.7vw, 404px);
}

.b3_title {
  font-size: 81.9875px;
  line-height: 103.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  font-weight: 300;
  font-size: clamp(31px, 5.7vw, 219px);
  margin-bottom: clamp(31px, 5.48vw, 159px);
}

.b3_title i.Окна Люкс_logo {
  font-family: "Arial";
  font-style: normal;
  font-weight: 900;
  line-height: 120.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
}

.b3 {
  padding: 10.5vw 0 0;
  padding-bottom: clamp(43px, 7.85vw, 219px);
}

.b3_line i {
  width: 100%;
  height: 1px;
  background: #262626;
  display: block;
}

.b3_photo {
  width: 100%;
  height: clamp(121px, 15.4vw, 1219px);
  overflow: hidden;
  position: relative;
}

.b3_photo_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #676767;
}

.b3_item {
  width: 15.903vw;
  padding-top: calc(2.69vw / 2);
  height: 100%;
}

.b3_box {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.b3_item_line i {
  width: 1px;
  height: 100%;
  background: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b3_item_line {
  height: 100%;
  width: 1px;
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
}

.b3_line {
  width: 100%;
  margin: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b3_item_text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120.7%;
  text-transform: uppercase;
  color: #3F3635;
  font-size: clamp(11px, 1.26vw, 219px);
}

.b3_item_text {
  padding-top: clamp(17px, 1.2vw, 40px);
  padding-bottom: clamp(13px, 1vw, 40px);
}

.b4 {
  padding: 0 0 10.5vw;
}

.b4_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11vw 0 0;
}

.b4_text p {
  font-size: 18px;
  line-height: 142%;
  text-align: justify;
  color: #262626;
  font-weight: 300;
  font-size: clamp(12px, 1.26vw, 1104px);
}

.b4_text p span {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 149.995px;
  line-height: 60%;
  text-transform: uppercase;
  color: #3F3635;
  font-family: "Cigra";
  padding: 0 0.7vw 0 0;
  font-size: clamp(50px, 10.8vw, 1104px);
  margin: 0 0 0 -0.51vw;
}

.b4_text {
  max-width: 420px;
  max-width: clamp(220px, 29.2vw, 1104px);
}

.bt {
  text-decoration: none;
  position: relative;
  font-weight: 500;
  font-size: 26px;
  line-height: 120.7%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3F3635;
  font-size: 1.8vw;
  border: 0;
  cursor: pointer;
  padding: 0;
  
}
button {
    background: transparent!important;
}
.bt i {
  position: absolute;
  font-size: 0;
  top: -2.45vw;
  left: -1.55vw;
}

.b4_bt {
  margin: 0 0 0 12vh;
}

.bt span {
  position: relative;
}

.b5_img {
  height: 100%;
  /* width: 702px; */
  background-size: 100%;
  min-width: clamp(240px, 37.7vw, 840px);
  background-repeat: no-repeat;
  transition: opacity 0.5s;
}

section.b5 {
  padding: 5vw 0;
}

.b5_photo_1 {
  height: clamp(256px, 31.7vw, 715px);
}

.b5_item {
  width: 29vw;
  position: relative;
  margin-left: 1.63vw;
}

.b5_photo {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: opacity 0.5s;
  background: #000;
}

.b5_line i {
  display: block;
  height: 1px;
  width: 100%;
  background: #262626;
}

.b5_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5vw;
  justify-content: flex-end;
}

.b5 .b2_top {
  padding-bottom: clamp(44px, 5.1vw, 159px);
}

.b5_item_text_t {
  font-size: 17.8611px;
  line-height: 120.7%;
  text-transform: uppercase;
  color: #3F3635;
  white-space: nowrap;
  font-size: clamp(11px, 1.2vw, 28px);
}

.b5_item_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.2vw 0;
}

.b5_item_text hr {
  border: 0;
  height: 1px;
  background: #3F3635;
  width: 100%;
  margin: 0 1vw;
}

.b5_item_text_l {
  font-weight: 400;
  font-size: 17.8611px;
  line-height: 120.7%;
  text-transform: uppercase;
  color: #3F3635;
  font-family: "Arial";
  font-weight: 600;
  font-size: clamp(11px, 1.2vw, 28px);
}

.b5_photo_2 {
  height: clamp(220px, 36.2vw, 715px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b5_photo_3 {
  height: clamp(205px, 28.2vw, 715px);
}

.b6 .b2_description {
  max-width: clamp(279px, 30vw, 1104px);
  padding: 2vw 0 0;
}

section.b6 .b2_title_t1, .b7 .b2_title_t1 {
  line-height: 100%;
  margin: 0 0 -5px;
}

section.b6 .b2_description_t1 p span {
  margin: 5px 9px 0 -10px;
}

.b6 {
  padding: 10.5vw 0;
}

.b6_line i {
  height: 1px;
  width: 100%;
  background: #262626;
  display: block;
}

.b6_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b6_slide_text {
  width: calc(31.7% - 1px);
  position: relative;
}

.b6_content_line i {
  width: 1px;
  height: calc(100% + 0px);
  display: block;
  background: #262626;
}

.b6_bt {
  font-size: 24px;
  line-height: 120.7%;
  /* or 29px */
  text-transform: uppercase;
  color: #3F3635;
  text-decoration: none;
  width: 100%;
  /* height: calc(100% - 1.5vw - 0px); */
  /* display: block; */
  /* padding: 1.5vw 0 0 0; */
  font-weight: 300;
  font-size: clamp(14px, 1.7vw, 38px);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b6_content_photo {
  width: 100%;
  background-position: center;
  background-size: cover;
  height: clamp(350px, 24.4vw, 1104px);
  margin: 13vw 0 0;
}

.b6_content_img {
  height: clamp(249px, 17.3vw, 1104px);
  overflow: hidden;
  width: calc(100% - 1.5vw);
  padding: 1.5vw 0 1.5vw 1.5vw;
  position: relative;
}

.b6 .b2_top {
  padding-bottom: clamp(40px, 3.4vw, 204px);
  align-items: flex-start;
}

.b6_bt:hover {
  opacity: 0.6;
}

.b6_slide_img {
  width: 68.3%;
}

.b6_content_img_box {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.b6_bt + .b6_line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.b7_item_number {
  font-style: normal;
  font-weight: 400;
  font-size: 91.7014px;
  line-height: 120.7%;
  /* or 111px */
  text-transform: uppercase;
  color: #3F3635;
  font-family: "Cigra";
  margin: 0 0 0.5vw;
  font-size: clamp(42px, 6.5vw, 138px);
}

.b7_line i {
  height: 1px;
  display: block;
  width: 100%;
  background: #262626;
}

.b7 .b2_title_h2 {
  padding-bottom: clamp(23px, 3.8vw, 108px);
}

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

.b7_item {
  width: calc(25% - 3px);
  padding: 2.1vw 0 0;
}

.b7_item_line i {
  width: 1px;
  display: block;
  height: 100%;
  background: #262626;
}

.b7_item_title {
  font-size: 24px;
  line-height: 120.7%;
  /* or 29px */
  text-transform: uppercase;
  color: #3F3635;
  margin: 0 0 7px;
  font-weight: 300;
  font-size: clamp(4px, 1.7vw, 38px);
}

.b7_item_text {
  font-weight: 300;
  font-size: 16px;
  line-height: 141.2%;
  /* or 23px */
  text-align: justify;
  color: #767676;
  font-size: clamp(12px, 1.2vw, 1104px);
}

.b7_item_main {
  margin: 0 2.3vw 0 2.3vw;
}

.b7_item:nth-child(1) .b7_item_main {
  margin-left: 1.5vw;
}

.b7 {
  padding: 11.2vw 0 7vw;
}

.b8 {
  padding: 5vw 0 17.5vw;
}

.b8_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 74.87vw;
}

.b8_line {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.b8_line i {
  width: 100%;
  height: 1px;
  display: block;
  background: #262626;
}

.b8_title .b2_description {
  padding: 0 0 6vw;
  position: relative;
  max-width: clamp(120px, 29.1vw, 1304px);
}

.b2_description_t1 p span i {
  font-size: clamp(4px,4.5vw, 1104px);
  position: absolute;
  bottom: -1vw;
  font-style: normal;
  left: -2vw;
}

section.b8 .b2_description_t1 p span {
  line-height: 19%;
  -webkit-transform: translate(-0.5vw, -0.5vw);
  -ms-transform: translate(-0.5vw, -0.5vw);
  transform: translate(-0.5vw, -0.5vw);
  margin: 0;
}

.b8_img_photo {
  width: clamp(360px, 60vw, 1304px);
  background-size: cover;
  display: block;
  height: 100%;
  margin: 0 0 0;
}

.b8_item_1 {
  overflow: hidden;
  width: clamp(327px, 43.5vw, 1304px);
  height: clamp(240px, 44.5vw, 1304px);
  margin: -14vw 0 0;
}

.b8_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2vw 0 0;
  position: relative;
}

.b8_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.b8_item_2 {
  overflow: hidden;
  width: clamp(120px, 29.1vw, 1304px);
  height: clamp(219px, 36vw, 1304px);
}

.b8_item_2 .b8_img_photo {
  width: 100%;
  height: clamp(254px, 45.5vw, 1304px);
  margin: 10vw 0 0;
}

.b8_item_3 {
  width: clamp(89px, 13.13vw, 1304px);
  height: clamp(89px, 13.13vw, 1304px);
}

.b8_item_3 .b8_img_photo {
  width: 100%;
  height: clamp(157px, 17.8vw, 1304px);
  margin: -150% 0 0;
}

.b8_item_4 {
  width: clamp(89px, 13.13vw, 1304px);
  height: clamp(45px, 6.6vw, 1304px);
  position: absolute;
  right: 0;
  top: -6.6vw;
  margin: -2vw 0 0;
}

.b8_item_4 .b8_img_photo {
  width: 100%;
  height: clamp(100px, 12.5vw, 1304px);
  margin: 8vw 0 0;
}

.b8_item_5 {
  width: 13.89vw;
  height: 13.89vw;
  position: absolute;
  bottom: -10.5vw;
  left: 11vw;
}

.b8_item_5 .b8_img_photo {
  height: 100%;
  min-width: 19.3vw;
  margin: 0 8vw 0 0;
}

.b9 {
  padding: 6vw 0;
}

.b9_title_t1 {
  font-style: italic;
  font-weight: 400;
  font-size: 31px;
  line-height: 126.2%;
  text-transform: uppercase;
  color: #3F3635;
  font-family: "Futura PT Book";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-size: clamp(11px, 2.2vw, 1304px);
}

.b9_title_t1_line i {
  height: 1px;
  width: 100%;
  display: block;
  background: rgba(38, 38, 38, 0.2);
}

.b9_title_t1_line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 0 2.65vw;
}

.b9_title_t2 {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 138.571px;
  line-height: 102%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3F3635;
  padding: 0 2.1% 0 0;
  display: block;
  text-align: right;
  font-size: clamp(38px, 9.6vw, 1304px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

p.b9_title {
  max-width: 98.5%;
}

.b9_title_t3 {
  font-family: "Forum";
  font-style: normal;
  font-weight: 400;
  font-size: 149.312px;
  line-height: 104%;
  text-transform: uppercase;
  color: #3F3635;
  font-size: clamp(49px, 10.3vw, 1304px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b9_title_t3_text {
  font-family: "Futura PT";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 108.2%;
  /* or 34px */
  text-transform: uppercase;
  color: #3F3635;
  margin: 1vw 0 0 1.2vw;
  font-size: clamp(1px, 2.2vw, 1304px);
}

.b9_img_2_box {
  display: block;
  width: 12.8vw;
  height: 11.4vw;
}

.b9_img_2 {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.b9_img_2_box_img {
  width: 100%;
  height: 16.9vw;
  display: block;
  background-size: cover;
  margin: 14vw 0 0;
  background-color: #cbb2aa3d;
}

span.b9_title_t3 b,
span.b9_title_t3 .like-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5vw 0 0 2vw;
}

.b9_img_1_box {
  width: 6.9vw;
  height: 6.9vw;
  display: block;
  position: relative;
  margin: 0 0 0.3vw;
}

span.b9_img_1 {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.b9_img_1_box_img {
  display: block;
  width: 100%;
  height: 9.1vw;
  background-size: cover;
  background-color: #cbb2aa3d;
}

.hd_logo_img img {
  width: 200px;
  min-width: 8px;
}

.b9_form_p {
  font-size: 18px;
  line-height: 124.7%;
  color: #262626;
  opacity: 0.78;
  font-size: 1.25vw;
  padding: 0 0 2.85vw;
}

.b9_form {
  padding: 1.55vw 0 0;
  position: relative;
}

.form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_box_item {
  width: 24%;
  margin: 0 1.4vw 0 0;
}

.form_box_item input {
  border: 0;
  background: none;
  border-bottom: 1px solid #262626;
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 141.2%;
  color: #000;
  padding: 0 0 0.95vw;
  font-size: 1.1vw;
}

.form_bt .bt i {
  left: -6vw;
  top: -1.7vw;
}

.form_bt {
  margin: 0 0 0 7vw;
}

.bt i {
  height: auto;
  width: 22.4vw;
}

.form_box_item input::-webkit-input-placeholder {
  color: #797979;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.form_box_item input::-moz-placeholder {
  color: #797979;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform-origin: left center;
}

.form_box_item input:-ms-input-placeholder {
  color: #797979;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.form_box_item input::-ms-input-placeholder {
  color: #797979;
  -ms-transition: 0.3s;
  transition: 0.3s;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.form_box_item input::placeholder {
  color: #797979;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.form_box_item input:focus::-webkit-input-placeholder {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.form_box_item input:focus::-moz-placeholder {
  transform: scale(0);
}

.form_box_item input:focus:-ms-input-placeholder {
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_box_item input:focus::-ms-input-placeholder {
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_box_item input:focus::placeholder {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.ft {
  background: #3F3635;
  padding: 0 0 0;
  overflow: hidden;
}

.ft_col_1 {
  padding: 4.1vw 0 1.8vw;
  width: 15vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.ft p.hd_logo_text {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.694vw;
}

.ft_col_polit a {
  font-weight: 300;
  font-size: 13px;
  line-height: 111.2%;
  /* or 11px */
  letter-spacing: 0.03em;
  color: #FFFFFF;
  opacity: 0.44;
  text-decoration: none;
  display: table;
  max-width: 90%;
  margin: 0.7vw 0 0;
  font-size: clamp(13px, 0.9vw, 1304px);
}

.ft_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ft_col_title {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: justify;
  letter-spacing: 0.105em;
  color: #FFFFFF;
  opacity: 0.44;
  display: table;
  padding: 1.5vw 0 1.7vw;
  font-size: clamp(8px, 1.04vw, 1304px);
}

.ft_menu ul {
  padding: 0;
  list-style: none;
}

.ft_menu ul a, .ft_social a, .ft_menu ul span {
  font-size: 12px;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  display: table;
  font-size: clamp(12px, 0.80vw, 1304px);
  cursor: pointer;
}

.ft_menu ul li {
  margin: 0 0 0.7vw;
}

.ft_social a {
  padding: 0 0.8vw;
}

.ft_social {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 0 -0.8vw;
}

.ft_col_2 {
  padding: 0 0 0 1.39vw;
  width: 13.9vw;
}

.ft_col_3 {
  padding: 0 0 0 1.39vw;
  width: 12.5vw;
}

.ft_col_4 {
  width: 45.8vw;
}

.ft_line i {
  display: block;
  width: 1px;
  height: 100%;
  background: #A09A99;
}

.ft_line {
  width: 1px;
}

.ft_menu ul a:hover, .ft_social a:hover, .ft_menu ul span:hover {
  text-decoration: underline;
}

.ft_city p, .ft_city a {
  font-size: clamp(8px, 0.85vw, 1304px);
  text-transform: uppercase;
  line-height: 125%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}

.ft_city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.4vw;
}

.ft_city hr {
  height: 1px;
  border: 0;
  width: 3.3vw;
  background: rgba(255, 255, 255, 0.25);
  margin: 0 1.4vw;
}

.ft_city p {
  min-width: 5.4vw;
}

.ft_line_2 a {
  padding: 1.5vw 0 1.6vw 1.39vw;
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 53.5367px;
  line-height: 120.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #EDEDED;
  opacity: 0.2;
  text-decoration: none;
  display: table;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: clamp(23px, 3.7vw, 1304px);
}

.ft_line_1 {
  padding: 0 0 0 1.39vw;
  min-height: 16vw;
}

.ft_line_2 a:hover {
  opacity: 0.4;
}

.ft_line_box_l i {
  height: 1px;
  display: block;
  background: #A09A99;
  width: calc(100% + 5vw);
}

.bt:hover span {
  /* border-bottom: 1px solid; */
}

.b1_video {
  position: absolute;
  right: 11vw;
  top: 6vw;
  overflow: hidden;
  border-radius: 50%;
}

.b1_video a {
  display: block;
  position: relative;
  width: 13vw;
  height: 13vw;
  text-decoration: none;
  color: #554B49;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b1_video_svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.b1_video_play_text {
  display: block;
  font-size: 13px;
  line-height: 109.2%;
  text-align: justify;
  font-size: clamp(13px,1.10vw, 20px);
  font-weight: 300;
  font-style: normal;
  margin: -0.5vw 0 0 1vw;
}

i.b1_video_play {
  display: table;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  padding: 1vw 0 0 2vw;
  z-index: 19;
}

span.b1_video_play_icon svg {
  width: 1.32vw;
  height: auto;
}

.b1_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.b5_photo_1 .b5_img {
  margin: 0 0 0 -2vw;
}

.b5_photo.b5_photo_2 .b5_img {
  margin: 0 -2vw 0 0;
}

.b5_photo_3 .b5_img {
  margin: 0 0 0 -4vw;
}

.b8_item_5 .b8_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.anim_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ededed;
  z-index: 20;
}

.anim_bg_active {
  -webkit-animation: IMG 1s ease-in-out both;
  animation: IMG 1s ease-in-out both;
  -webkit-animation-timing-function: cubic-bezier(0.62, -0.01, 0.87, 0.48);
  animation-timing-function: cubic-bezier(0.62, -0.01, 0.87, 0.48);
}

.anim_bg.anim_bg_2, .anim_line_2 {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.anim_bg.anim_bg_3, .anim_line_3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.anim_bg.anim_bg_4, .anim_line_4 {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.anim_line i {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 0;
}

.anim_line {
  overflow: hidden;
}

.anim_bg.anim_bg_5 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.b8_item_1 .b8_img_photo {
  margin: 0 0 0 5vw;
}

.anim_line_active i {
  -webkit-animation: LINE 1s ease-in-out both;
  animation: LINE 1s ease-in-out both;
}

.b2_photo_line_2 i {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.anim_line.anim_line_h i {
  width: 1px;
  height: 0;
}

.anim_line.anim_line_h.anim_line_active i {
  -webkit-animation: LINE_H 1s ease-in-out both;
  animation: LINE_H 1s ease-in-out both;
}

@-webkit-keyframes IMG {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
  }
}
@keyframes IMG {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 100%, 0px);
    transform: translate3d(0px, 100%, 0px);
  }
}
@-webkit-keyframes MENU {
  0% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
  }
}
@keyframes MENU {
  0% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
  }
}
@-webkit-keyframes MENU2 {
  0% {
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
}
@keyframes MENU2 {
  0% {
    -webkit-transform: translate3d(0px, 0%, 0px);
    transform: translate3d(0px, 0%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, -100%, 0px);
    transform: translate3d(0px, -100%, 0px);
  }
}
@-webkit-keyframes LINE {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes LINE {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes LINE_H {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes LINE_H {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.b6_line_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ft_line_box_l {
  width: calc(100% + 5vw);
}

.bt img {
  opacity: 0;
}

i.video_cursore {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  border-radius: 50%;
}

.b6_slide_img_box {
  height: 100%;
}

.b6_slide_text_box {
  height: calc(100% - 1.5vw - 2px);
  display: block;
  padding: 1.5vw 0 0 0;
}

.swiper-slide {
  opacity: 0 !important;
}

.swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.sl_bt:after {
  background-image: url("data:image/svg+xml,%3Csvg width='74' height='15' viewBox='0 0 74 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8L72 7.5' stroke='%23262626'/%3E%3Cpath d='M66 1L72.5 7.5L66 14' stroke='%23262626'/%3E%3C/svg%3E%0A");
  border: 0;
  font-size: 0;
  height: 1.05vw;
  width: 2.45vw;
  background-position: right center;
  background-size: cover;
  /* padding: 1vw 0; */
  content: "";
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sl_bt {
  font-size: 0;
  bottom: 0.5vw;
  position: absolute;
  border: 0;
  padding: 0;
  padding: 0.5vw 0;
  cursor: pointer;
  z-index: 99;
}

.sl_bt:hover:after {
  width: 4vw;
}

.svg-animate-img.hidden {
  display: none;
}

.bt:hover path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  stroke: #3f3635;
}

.bt path {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b1_bg_full_m {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: top 0vh center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.b1_bg_full:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  z-index: 1;
}

.b6_content_photo > div {
  background-position: center;
}

.b3_line_m {
  display: none;
}

.b3_item.b3_item_6, .b3_item_line.b3_item_line_5 {
  display: none;
}

.b5_item .b5_line {
  /* display: none; */
}

b.b9_title_t2_line {
  display: none;
}

.box_menu_list {
  position: fixed;
  top: 0;
  z-index: 99990;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate3d(0px, -100%, 0px);
  transform: translate3d(0px, -100%, 0px);
}

.box_menu_list_button {
  position: absolute;
  right: 5vw;
  top: 2.3vw;
  height: 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262626;
  cursor: pointer;
  padding: 12px;
  font-size: clamp(12px,0.90vw, 20px);
}

.box_menu_list nav {
  width: 30vw;
  border-left: 1px solid #000;
  min-width: 310px;
}

.box_menu_soc {
  width: 26vw;
  border-left: 1px solid #000;
  min-width: 300px;
  padding: 0 0 0 2.5vw;
}

.box_menu_list nav ul {
  padding: 0;
  margin: 9vh 0 0 2.5vw;
  list-style: none;
}

.box_menu_list nav ul a, .box_menu_list nav ul span {
  font-size: clamp(10px,1.4vw, 74px);
  color: #3F3635;
  text-decoration: none;
  display: table;
  text-transform: uppercase;
  cursor: pointer;
}

.box_menu_list nav ul li {
  margin: 0 0 1.0vw;
}

.box_menu_soc a, .box_menu_soc p {
  color: #3F3635;
}

.box_menu_soc ul {
  margin: 9vh 0 0;
  padding: 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0 0 5vh;
}

.box_menu_soc .ft_city hr {
  background: #000;
}

.box_menu_soc ul li {
  margin: 0 2vw 0 0;
}

.box_menu_soc ul li a {
  text-decoration: none;
  font-size: 1.5vw;
  text-transform: uppercase;
  margin: 0.9vw 0 0;
  display: table;
  border-bottom: 1px solid #0000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.box_menu_soc ul li a:hover {
  border-color: #000;
}

.box_menu_list nav ul a:after, .box_menu_list nav ul span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  width: 0;
}

.box_menu_list nav ul a:hover:after, .box_menu_list nav ul span:hover:after {
  width: 100%;
}

.box_menu_mail a {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  font-size: 2vw;
  line-height: 120.7%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-decoration: none;
}

.box_menu_mail {
  padding: 5vh 0;
}

body.body_hidden {
  overflow: hidden;
}

.box_menu_list.box_menu_list_active {
  -webkit-animation: MENU 1s ease-in-out both;
  animation: MENU 1s ease-in-out both;
}

.box_menu_list_button:hover {
  text-decoration: underline;
}

.box_menu_list.box_menu_list_close {
  -webkit-animation: MENU2 1s ease-in-out both;
  animation: MENU2 1s ease-in-out both;
}

.button_next {
  right: 1vw;
}

button.sl_bt.button_prev:after {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.b1_title_box b,
.b1_title_box .like-b {
  font-weight: 800;
  position: relative;
  font-family: "Arial";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

i.b1_title_box_text {
  font-weight: 500;
  font-size: 19.8021px;
  line-height: 105.7%;
  font-style: normal;
  /* position: absolute; */
  margin-left: 1vw;
  width: 100%;
  top: 0;
  font-size: clamp(12px, 1.4vw, 219px);
  padding: 0vw 0 0;
  margin: -0.8vw 0 0 4vw;
}

.hd + * {
  /* margin-top: 4.092vw; */
  /* height: calc(100vh - 4.092vw); */
}

.scrollbar-thumb {
  width: 2px !important;
}

.scrollbar-track-y {
  width: 2px !important;
  right: 0;
}

.ft .hd_logo_img img {
  /* height: 0.764vw; */
}

.box_menu_list nav ul ul {
  padding: 0;
}

.box_menu_list nav ul ul {
  margin: 1vw 0 0 2vw !important;
}

.box_menu_list nav ul ul a {
  font-size: 1.5vw;
}

.box_menu_list nav ul ul li {
  margin: 0 0 0.5vw;
}

.box_menu_list nav ul ul li:last-child {
  margin: 0;
}

.ft_menu ul ul {
  margin: 0.7vw 0 0;
}

.ft_menu ul ul a {
  font-size: 0.6vw;
  margin: 0 0 0 1vw;
}

i.Окна Люкс_logo {
  font-size: 0;
}

.hd_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hd_lang a {
  font-size: 0.833vw;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262626;
  text-decoration: none;
  display: table;
  padding: 0.208vw 0.764vw;
  margin: 0 -0.278vw 0 0;
}

.hd_lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2vw 0 0;
}

.hd_lang a:last-child {
  border-left: 0.5px solid #959595;
}

.hd_lang a:hover {
  text-decoration: underline;
}

i.Окна Люкс_logo svg {
  height: 4.097vw;
  width: auto;
  min-width: 10px;
}

.b3_title i.Окна Люкс_logo svg {
  height: 4.922vw;
  margin: 0 0 0vw 1vw;
}

.lang_en .b9_title_t1_line {
  margin: 0;
}

.lang_en span.b9_title_t2 {
  font-size: 8.5vw;
}

.lang_en .b9_title_t1 {
  margin: 0 0 3vw;
}

.lang_en span.b9_title_t3 b,
.lang_en span.b9_title_t3 .like-b{
  padding: 0 0 0 3vw;
}

.lang_en .form_box .bt span {
  margin: 0 0 0 3.5vw;
}

.message {
  width: 100%;
  max-width: 35vw;
  min-width: 320px;
  padding: 3vw 0;
}

.message button {
  top: 0;
}

p.message_1 {
  text-align: center;
  font-size: 2vw;
}

p.message_2 {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 300;
}
a.veonix span {
  display: table;
  border-bottom: 1px solid;
}

a.veonix {
  font-size: 0.7vw;
  opacity: 1;
  color: rgb(255 255 255 / 44%);
}

a.veonix:hover span {
  color: #fff;
}
.ft_col_polit {
  width: 100%;
}
.pol {
  padding: 2vw 0 8vw;
}

.pol h1 {
  font-size: 3vw;
  text-align: center;
  padding: 0 0 3vw;
}

.pol p {
  font-size: 1.2vw;
  margin: 0 0 2vw;
}
.pol h3 {
  font-size: 2vw;
}
.scroll-content > *:nth-child(1) {
  margin-top: 3vw;
}

.b3 .b4_box .bt span {
  margin: 0 0 0 3vw;
}
.b5_item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
}
.b6_content_img_box a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 20;
}
.b6_slide_text_box a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 5;
}
.b6 h2.b2_title_h2 {
  color: #3F3635;
  font-size: 6.389vw;
  line-height: 78%;
}

span.b6_title_t1_1 {
  font-family: 'Forum';
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

span.b6_title_t1_2 {
  font-family: 'Arial';
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5.556vw;
}

.b6_title_t1_3 {
  font-size: 5.694vw;
  font-family: 'Futura PT';
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b6_img_1 {
  position: relative;
  overflow: hidden;
  width: 6.042vw;
  height: 6.042vw;
  display: block;
}

span.b6_img_1_box_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.b6_img_2 {
  position: relative;
  overflow: hidden;
  width: 10.347vw;
  height: 5.278vw;
  display: block;
}

span.b6_img_2_box_img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.top_tel {
  font-weight: 400;
  font-size: 0.833vw;
  line-height: 120%;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #262626;
  text-decoration: none;
  margin: 0 1.083vw 0 2.083vw;
}
a.top_tg svg {
  width: 1.458vw;
  height: 1.181vw;
}

.top_tg {
  font-size: 0;
}

.top_tg * {
  transition: 0.5s;
}

.top_tg:hover * {
  stroke: #9b9b9b;
}
p.b5_item_text_l img {
  width: 7.014vw;
  height: 1.185vw;
}.b5_item.b5_item_2, .b5_item.b5_item_5 {
  margin-bottom: 2.917vw;
}

.b5_item.b5_item_4, .b5_item.b5_item_6 {
  margin-top: calc(-2.917vw - 1.6vw);
}

.b5_item.b5_item_6 {}

.b5_item.b5_item_4 .b5_img {
  margin: 0 0 0 -7vw;
}

.b5_item.b5_item_5 .b5_img {
  margin: 0 -7vw 0 0;
}

.b5_item.b5_item_2 .b5_img {
  margin: 0 -6vw 0 0;
  min-width: 50vw;
}

.b5_item.b5_item_7 {
  width: 59.722vw;
  margin: 0;
}

.b5_item.b5_item_1, .b5_item.b5_item_4 {
  margin-left: 0;
}

.b5_item a:hover + * {
}


.b5_item.b5_item_6 .b5_img {
    margin: 0;
    width: 100%;
    min-width: 100%;
    height: 123%;
}
.b5_bg_1 {
  width: 11.042vw;
  height: 5.833vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.b5_bg_img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.b5_bg_2 {
  width: 11.875vw;
  height: 11.875vw;
  top: 0;
  overflow: hidden;
  float: right;
  margin: 7vw 0 0;
  position: relative;
}

.b5_item.b5_item_7 {}

.b5_item.b5_item_7 .b5_photo {
  height: 36.181vw;
  display: flex;
  justify-content: flex-end;
}
.b5_item a:hover + * .b5_photo {
  opacity: 0.7;
}
section.b5 .b3_title {
  margin: 0;
}
.hd_logo_img.Окна Люкс_part {
  width: 100%;
  margin: 2.5vw 0 0;
}

.hd_logo_img.Окна Люкс_part img {
  width: auto;
  height: 1.944vw;
}
.b5_bg_1 .b5_bg_img {
  width: 127%;
  background-position: center;
  margin: 0 0 0 3vw;
}

.b5_bg_2 .b5_bg_img {
  height: 135%;
  margin: 6vw 0 0;
  background-size: cover;
}
.b5_photo_bgs {
  background: #000;
  display: block;
}
.b5_item.b5_item_7 .b5_img {
  min-width: 120%;
}
i.shemberg_lg img {
  height: 3.819vw;
  margin: 0 0 0 1vw;
}

.prj_box {
  padding: 0 0 6vw;
}


.prj_box h2.b3_title {
    display: table;
    position: relative;
    margin: 0 0 2vw;
    letter-spacing: 0.1vw;
}
.prj_box_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prj_box_block_r {
  max-width: 28.767vw;
  margin: 5vw 0 0;
}
section.prj_box .b2_description_t1 p span {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100%;
  margin: -2.5vw 1vw -2.5vw 0;
  background-size: cover;
  background-position: top center;
}
span.root-item:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 13px;
  border-color: transparent transparent transparent #3f3635;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

span.root-item {
  position: relative;
  align-items: center;
  padding: 0 0 0 17px;
}
.box_menu_list nav ul ul:hover {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
  width: auto !important;
}


@media only screen and (max-width: 680px) {
  p.message_1 {
    text-align: center;
    font-size: 6vw;
  }


a.veonix {
    font-size: 3vw;
   
}
.pol p {
  font-size: 4vw;
  margin: 0 0 4vw;
}
.pol h3 {
  font-size: 6vw;
}

  p.message_2 {
    font-size: 4vw;
  }

  .message {
    padding: 13vw 0;
  }

  .b2_bottom_item:after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='19.79' r='19' stroke='%233F3635'/%3E%3Cline x1='28' y1='20.29' x2='12' y2='20.29' stroke='%233F3635'/%3E%3Cline x1='19.5' y1='27.79' x2='19.5' y2='11.79' stroke='%233F3635'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 9vw;
    height: 9vw;
    position: absolute;
    right: 0;
    top: 3vw;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .b2_bottom_item.b2_bottom_item_active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='19.79' r='19' stroke='%233F3635'/%3E%3Cline x1='28' y1='20.29' x2='12' y2='20.29' stroke='%233F3635'/%3E%3C/svg%3E%0A");
  }

  .b3_item.b3_item_6, .b3_item_line.b3_item_line_5 {
    display: block;
  }

  .hd_logo_img img {
    width: 23.5vw;
    height: auto;
  }

  .hd_box {
    height: 12vw;
  }

  .hd_logo_text {
    padding: 0 0 0 9px;
    margin: 0 0 0 9px;
    height: 27px;
    line-height: 80%;
  }

  .b1_title_box_text {
    max-width: 100%;
    padding: 0vw 0 6vw;
  }

  .b1_video {
    position: static;
    margin: 38vw 4vw 0 0;
  }

  .b1_title_box {
    font-size: clamp(24px, 7vw, 219px);
    line-height: 107%;
  }

  .b1_box {
    padding: 1vw 0 6vw;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b1_box_icon {
    margin: 0;
    width: 100%;
    position: static;
    margin: 9vw 0 -18vw;
  }

  .b1_box_icon_img {
    width: clamp(38px,14.2vw, 90px);
    height: clamp(38px,14.2vw, 90px);
  }

  .b1_box_icon p {
    max-width: clamp(177px,45vw, 270px);
    font-size: clamp(16px, 3.4vw, 20px);
    white-space: nowrap;
  }

  .b1_video a {
    width: 38vw;
    height: 38vw;
  }

  span.b1_video_play_icon svg {
    width: 5vw;
  }

  .b1_video_play_text {
    font-size: clamp(11px,3.1vw, 20px);
    margin: -0.5vw 0 0 3vw;
  }

  i.b1_video_play {
    padding: 7vw 0 0 5vw;
    left: 0 !important;
    top: 0 !important;
  }

  .b1_bg_full_m {
    background-size: auto;
  }

  .b1 {
    height: 760px;
  }

  .b2_title_t1 {
    font-size: clamp(20px, 10vw, 108px);
  }

  span.b2_title_t2 {
    font-size: clamp(43px, 13.4vw, 108px);
    margin: -2vw 4vw 0 0;
    text-align: right;
    display: block;
  }

  h2.b2_title_h2 {
    width: 100%;
  }

  .b2_title {
    width: 100%;
    padding: 0 0 22vw;
  }

  .b2_title_t3 {
    font-size: clamp(26px, 10.9vw, 104px);
    width: 100%;
    margin: -2vw 0 0;
  }

  .b2_description {
    max-width: 100%;
  }

  .b2 {
    padding: 5vw 0 0;
  }

  .b2_description p {
    font-size: clamp(13px, 3.9vw, 1104px);
  }

  .b2_description_t1 p span {
    font-size: clamp(97px, 31.5vw, 1104px);
    line-height: 12vw;
  }

  .anim_bg {
    opacity: 0;
  }

  .anim_line i {
    /* width: 100%; */
  }

  .b2_photo_left {
    max-width: 100%;
  }

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

  .b2_photo_right {
    max-width: 100%;
  }

  .b2_photo_right .b2_photo_line_2 {
    display: none;
  }

  .b2_photo_img_box_1 {
    max-height: clamp(209px, 73vw, 1013px);
    margin: 0 0 4vw;
  }

  .b2_photo_img_box_2 {
    margin: 0 0 4vw;
    height: clamp(10px, 34.1vw, 1013px);
  }

  .b2_photo_img_box_1_img {
    min-height: clamp(269px, 82vw, 1030px);
  }

  .b2_photo_img_box_2_img {
    min-height: clamp(130px, 45vw, 1031px);
  }

  .b2_photo_img_box_3 {
    height: clamp(105px, 64vw, 1013px);
  }

  .b2_photo_img_box_3_img {
    height: clamp(122px, 104vw, 1031px);
  }

  .b2_bottom_number {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 4vw 0 0;
  }

  .b2_bottom_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .b2_bottom_photo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b2_bottom_item {
    min-height: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 3vw;
    position: relative;
  }

  .b2_bottom_title {
    font-size: clamp(16px, 4.85vw, 104px);
  }

  .b2_bottom_info p br {
    display: none;
  }

  .b2_bottom_info p {
    font-size: clamp(16px, 1.27vw, 104px);
    margin: 2vw 0 0;
  }

  .b2_bottom_item_active .b2_bottom_photo_img {
    height: clamp(155px, 46.7vw, 404px);
  }

  .b3_title {
    font-size: clamp(25px, 8.7vw, 219px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .b3 {
    padding: 32vw 0 19vw;
  }

  .b3_item {
    width: 42vw;
    padding: 0;
    height: auto;
    height: 63.5vw;
    position: relative;
  }

  .b3_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .b3_item_line_2 {
    display: none;
  }

  .b3_photo {
    height: 38vw;
    margin: 3vw 0 0;
    width: 42vw;
  }

  .b3_item_text p {
    font-size: clamp(9px, 3.3vw, 219px);
  }

  .b3_line {
    display: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .b4_box {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    padding: 11vw 0 10vw;
  }

  .b3 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b4_text {
    max-width: 100%;
  }

  .b4_text p {
    font-size: clamp(14px, 3.88vw, 1104px);
  }

  .b4_text p span {
    font-size: clamp(90px, 31.8vw, 1104px);
    margin: 0 2vw 0 -1.51vw;
  }

  .b4_box .b4_bt {
    display: none;
  }

  .anim_line.anim_line_h i {
    /* height: 100%; */
  }

  .b3_item_line.b3_item_line_4 {
    display: none;
  }

  .b3_line.b3_line_m {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: calc(100% + 3vw);
  }

  .b3_item_text {
    margin: 0 0 3vw;
    width: 41vw;
  }

  .main {
    max-width: 90vw;
  }

  .b3_item_2 .b3_line.b3_line_m, .b3_item_4 .b3_line.b3_line_m, .b3_item_6 .b3_line.b3_line_m {
    margin: 0 0 0 -3vw;
  }

  .b3_item_text + .b3_line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .b3_item_line {
    height: calc(63.5vw + 1px);
    margin: 0 0 -1px;
  }

  .b3_item.b3_item_1 .b3_line, .b3_item.b3_item_3 .b3_line, .b3_item.b3_item_5 .b3_line {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b3_line {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .b4_bt_mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 13vw 0 0;
  }

  .b4_bt {
    margin: 0;
  }

  .bt {
    font-size: 21px;
    font-size: 5vw;
  }

  .bt i {
    width: 76vw;
    top: -7vw;
    left: -20vw;
  }

  .bt img {
    width: 100%;
    height: auto;
  }

  .b3_item_line.b3_item_line_5 {
    height: calc(57.5vw + 1px);
  }

  .b5_item {
    width: 100%;
  }

  [data-scrollbar] {
    height: auto;
    overflow: hidden;
  }

  .b5_photo_1 {
    height: clamp(311px, 100vw, 715px);
  }

  .b5_photo_2 .b5_img {
    margin: 0 0 0 0vw;
    min-width: clamp(240px, 117vw, 840px);
  }

  .b5_item_text {
    padding: 5vw 0;
  }

  p.b5_item_text_t {
    font-size: clamp(12px, 4vw, 28px);
  }

  .b5_item_text hr {
    margin: 0 3vw;
  }

  .b5_item_text_l {
    font-size: clamp(12px, 4vw, 28px);
  }

  .b5_photo_2 {
    height: clamp(310px, 100vw, 715px);
  }

  .b5_photo.b5_photo_2 .b5_img {
    margin: 0 -16vw 0 0;
    min-width: clamp(240px, 133vw, 840px);
  }

  .b5_photo_3 {
    height: clamp(315px, 100vw, 715px);
  }

  .b5_photo_3 .b5_img {
    min-width: clamp(240px, 132vw, 840px);
    margin: 0 0 0 -24vw;
  }

  .b5_photo_1 .b5_img {
    min-width: clamp(240px,118vw, 840px);
    margin: 0 0 0 -18vw;
  }

  .b5_item .b5_line {
    display: block !important;
    margin: 0 0 12vw;
  }

  .b5_line.b5_line_0 {
    display: none !important;
  }

  .b5 .b2_top {
    padding-bottom: clamp(44px, 15vw, 159px);
  }

  .b6 .b2_title_t1 {
    font-size: clamp(29px, 9.8vw, 108px);
    margin: 0;
    width: 100%;
  }

  .b6 .b2_description {
    max-width: 100%;
  }

  section.b6 .b2_description_t1 p span {
    margin: 0;
  }

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

  .b6_slide_text {
    width: 100%;
    margin: 0 0 4vw;
  }

  .b6_content_img {
    padding: 0;
    width: 100%;
    height: clamp(207px, 51vw, 1104px);
  }

  .b6_slide_img {
    width: 100%;
  }

  .b6_slide_img .b6_line {
    display: none;
  }

  .button_next {
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    left: auto;
    padding: 0;
    height: 87%;
  }

  .b6_bt br {
    display: none;
    font-size: clamp(14px, 1.7vw, 38px);
  }

  p.b6_bt {
    font-size: clamp(13px, 4vw, 38px);
    height: auto;
    display: block;
    max-width: 78%;
  }

  .b6_slide_text_box {
    height: auto;
    padding: 4vw 0;
  }

  .b6_box .swiper-wrapper {
    height: auto;
  }

  .b6_slide_text .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sl_bt:after {
    height: 4vw;
    width: 6vw;
  }

  .b6_slide_text .b6_line {
    position: relative;
    z-index: 20;
  }

  .button_next:hover:after {
    width: 9vw;
  }

  .b6_content_photo {
    margin: 0;
    height: clamp(50px, 75vw, 1104px);
  }

  .b7_box {
    display: block;
  }

  .b7 .b2_title_h2 {
    padding-bottom: clamp(23px, 16vw, 108px);
  }

  section.b7 {
    padding: 24.2vw 0 7vw;
  }

  .b7_item {
    width: 100%;
    padding: 7vw 0 7vw;
  }

  .b7_item_number {
    font-size: clamp(40px, 10vw, 138px);
  }

  .b7_item_title {
    font-size: clamp(21px, 5.7vw, 38px);
  }

  .b7_item_text {
    font-size: clamp(14px, 4vw, 1104px);
    width: 97%;
  }

  .b7_item_line i {
    width: 100%;
    height: 1px !important;
  }

  .b7 .anim_line.anim_line_h.anim_line_active i {
    -webkit-animation: LINE 1s ease-in-out both;
    animation: LINE 1s ease-in-out both;
  }

  .b7_item_title br {
    display: none;
  }

  .b6_slide_text .b6_line:nth-child(1) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b8 .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b8_title {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
    width: 100%;
    padding: 0 0 0;
  }

  section.b8 {
    padding: 13vw 0 16vw;
  }

  .b8_item_1 {
    width: 100%;
    margin: 0 0 3vw;
    height: clamp(240px, 72vw, 1304px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .b8_item_1 .b8_img_photo {
    margin: 0 0 0 -3vw;
    width: clamp(360px, 100vw, 1304px);
  }

  .b8_box {
    margin: 0;
    max-width: 100%;
    margin: 0 0 4vw;
  }

  .b8_item_2 {
    width: 100%;
    height: clamp(219px, 86vw, 1304px);
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .b8_item_2 .b8_img_photo {
    height: clamp(266px, 139.5vw, 1304px);
    margin: -11vw 0 0;
  }

  .b8_item_3 {
    margin: 3vw 0;
    width: 43.5vw;
    height: 33vw;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .b8_item_3 .b8_img_photo {
    margin: -10vw 0 0;
    height: 57vw;
  }

  .b8_item_4 {
    width: 43.5vw;
    height: 17vw;
    top: -15vw;
  }

  .b8_item_5 {
    position: static;
    margin: 3vw 0;
    width: 43.5vw;
    height: 33vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .b8_item_5 .b8_img_photo {
    min-width: 48vw;
    margin: 0 0 0 0;
  }

  .b8_title .b2_description {
    max-width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  section.b8 .b2_description_t1 p span {
    letter-spacing: -2vw;
    -webkit-transform: translate(-1.5vw, -1.5vw);
    -ms-transform: translate(-1.5vw, -1.5vw);
    transform: translate(-1.5vw, -1.5vw);
    font-size: clamp(47px, 28.5vw, 1104px);
    margin: 0 1vw 0 0;
  }

  .b2_description_t1 p span i {
    font-size: clamp(4px,9.5vw, 1104px);
    bottom: -3vw;
    left: -3vw;
  }

  .b8_title .b2_description_t1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 18vw 0 0;
  }

  .b8_line {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    position: static;
  }

  i.b9_img_1_box {
    display: none;
  }

  .b9_title_t1 {
    font-size: clamp(12px, 4vw, 1304px);
    margin: 0 0 1vw;
  }

  span.b9_title_t3_text {
    font-size: clamp(14px, 4vw, 1304px);
    margin: 3vw 0 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
  }

  span.b9_title_t3 {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: clamp(32px, 11.8vw, 1304px);
    margin: 1vw 0vw 0 0vw;
    position: relative;
  }

  .b9_title_t2 {
    font-size: clamp(32px, 11.1vw, 1304px);
    padding: 0;
    margin: 0 0 0 -1vw;
  }

  span.b9_title_t3 b,
  span.b9_title_t3 .like-b {
    width: 100%;
    padding: 0 0 0;
  }

  span.b9_title_t3_text br {
    display: none;
  }

  i.b9_img_2_box {
    position: absolute;
    top: 1vw;
    background: #000;
    width: 24vw;
    height: 10vw;
  }

  p.b9_title {
    max-width: 100%;
    margin: 0 0 16vw;
  }

  .b9_img_2_box_img {
    margin: -6vw 0 0;
    height: 30vw;
  }

  b.b9_title_t2_line {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 2.5vw 0 0;
  }

  span.b9_title_t3 .b9_title_t2_line > i {
    height: 1px;
    width: 100%;
    display: block;
    background: rgba(38, 38, 38, 0.2);
  }

  .b9_form_p {
    font-size: clamp(14px, 4vw, 1304px);
    font-weight: 300;
    padding: 0 0 7vw;
  }

  .form_box_item {
    width: 100%;
    margin: 0 0 8vw;
  }

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

  .form_box_item input {
    font-size: clamp(14px, 4vw, 1304px);
    padding: 0 0 3vw;
  }

  .form_bt {
    margin: 4vw auto 0;
    width: 85%;
  }

  .form_bt .bt {
    width: 100%;
    height: 15vw;
  }

  .form_bt .bt i {
    left: 0;
    top: -4vw;
    width: 100%;
  }

  .form_bt .svg-animate-img {
    width: 100%;
  }

  section.b9 {
    padding: 17.5vw 0 31.8vw;
  }

  .ft_col_1 {
    width: 100%;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

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

  .anim_line_1 {
    width: 100% !important;
    height: 1px !important;
  }

  .anim_line_1 i {
    height: 1px !important;
  }

  .anim_line_1.anim_line_active i {
    -webkit-animation: LINE 1s ease-in-out both !important;
    animation: LINE 1s ease-in-out both !important;
  }

  .ft .hd_logo {
    width: calc(50% - 1px);
  }

  .ft_col_polit {
    width: 50%;
    padding: 14vw 0;
  }

  .ft_col_polit a {
    margin: 0 0 14px 5.15vw;
  }

  .ft_col_polit a:last-child {
    margin-bottom: 0;
  }

  .ft_line i, .ft_line_box_l i {
    background: #A09A994D;
  }

  .ft_col_2 {
    padding: 0;
    width: calc(50% - 1px);
    padding: 0 0 8vw;
  }

  .ft_col_3 {
    width: 50%;
    width: calc(50% - 5.15vw);
    padding-left: 5.15vw;
  }

  .ft_col_title {
    font-size: 12px;
    padding: 4vw 0;
  }

  .ft_col_4 {
    width: 100%;
  }

  .ft_line_box.ft_line_box_1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .ft_menu ul a, .ft_social a {
    margin: 0 0 2vw;
  }

  ul.ft_social li {
    margin: 0 3vw 0 0;
  }

  .ft_city p, .ft_city a {
    font-size: clamp(10px, 2.9vw, 1304px);
  }

  .ft_city p {
    min-width: 18.4vw;
  }

  .ft_city hr {
    width: 10vw;
    margin: 0 5vw;
  }

  .ft_city {
    margin: 0 0 4vw;
  }

  .ft_line_1 {
    padding: 2vw 0 4vw;
  }

  .ft_line_2 {
    text-align: center;
    padding: 7vw 0;
  }

  .ft_line_2 a {
    margin: 0 auto;
    padding: 0;
    font-size: clamp(23px, 7.7vw, 1304px);
  }

  .ft_line.anim_line.anim_line_0 {
    display: block !important;
  }

  .ft_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ft_line_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ft_line_box_l {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .box_menu_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  nav {
    width: 100%;
    border: 0;
  }

  .box_menu_list nav {
    border: 0;
    width: 90%;
    margin: 0 auto;
  }

  .box_menu_list nav ul {
    padding: 0 0 0;
    margin: 57px 0 0 0;
  }

  .box_menu_mail a {
    font-size: 7vw;
  }

  .box_menu_soc {
    width: 100%;
    padding: 0 0 11vw;
    margin: 0 auto;
    width: 90%;
    border: 0;
  }

  .box_menu_soc ul {
    margin: 0;
    padding: 0 0 0;
  }

  .box_menu_soc ul li a {
    font-size: 4vw;
  }

  .box_menu_list nav ul li {
    margin: 0 0 4vh;
  }

  .fancybox-slide--iframe .fancybox-content {
    width: 100% !important;
    max-width: 100% !important;
    height: 40vh !important;
  }

  .b1_bg_full {
    background-image: url(../img/m/b1_bg_m.jpg) !important;
  }

  .box_menu_list nav ul a,  .box_menu_list nav ul span {
    font-size: clamp(15px,5.7vw, 74px);
  }

  .hd + * {
    margin-top: 15vw;
  }

  .ft .hd_logo_img img {
    width: 100px;
    height: 100px;
  }

  .ft p.hd_logo_text {
    font-size: 3vw;
    margin: 0 0 0 2vw;
    padding: 0 0 0 2vw;
  }

  .hd_lang {
    display: none;
  }

  .hd {
    padding: 1.3vw 0;
  }

  i.Окна Люкс_logo svg {
    height: 8.5vw !important;
  }

  .b3_title i.Окна Люкс_logo svg {
    height: 8vw;
    margin: 0 0 0.4vw 2vw;
  }

  .box_menu_soc_box .hd_lang {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .box_menu_soc_box .hd_lang a {
    font-size: 4vw;
    padding: 0 3vw;
  }

  .box_menu_soc_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 11vw 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box_menu_contacts .ft_city p, .box_menu_contacts .ft_city a {
    font-size: 3.9vw;
  }

  .ft_menu ul ul a {
    font-size: 3vw;
  }

  .ft_menu ul ul {
    margin: 2vw 0 4vw;
  }

  .box_menu_list nav ul ul li a {
    font-size: 6vw;
  }
  span.b6_title_t1_1 {
    font-size: 10vw;
}

.b6_img_1 {
    width: 15vw;
    height: 14vw;
    margin: 0 0 1vw;
}

span.b6_title_t1_2 {
    font-size: 9.5vw;
}

.b6 h2.b2_title_h2 {
    line-height: 118%;
}

span.b6_title_t1_3 {
    font-size: 10vw;
}

.b6_img_2 {
    height: 11vw;
    width: 23vw;
    margin: 1vw 0 0;
}
button.sl_bt.button_prev {
  /* display: none; */
  height: 87%;
  right: 8vw;
  padding: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}
.menu {
  padding: 12px 0;
}

a.top_tg svg {
  height: auto;
  width: 5vw;
  min-width: 20px;
}

.top_tel {
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='512' height='512' x='0' y='0' viewBox='0 0 482.6 482.6' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z' fill='%23262626' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 4vh;
  height: 4.5vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 4vw 0 2vw;
}

.b5_img.min_img {}

section.prj_box .b2_title {
  padding: 0 0 3vw;
}

.prj_box_block_l {
  width: 100%;
}

.b5_item.b5_item_7 {
  width: 100%;
}

.b5_item.b5_item_7 .b5_photo {
  height: 57vw;
}

.b5_item.b5_item_7 .b5_img {
  margin: 0 -19vw 0 0;
  min-width: 130%;
}

.prj_box_block_r {
  max-width: 100%;
  margin: 0;
}

.hd_logo_img.Окна Люкс_part img {
  height: 8vw;
}
.b5_item.b5_item_5 .b5_img {
  margin: 0 0 0 -21vw;
}

.b5_item.b5_item_6 .b5_img {
  margin: -17vw 0 0 0;
}

.prj_box h2.b3_title {
  width: 100%;
}

.b5_bg_1 {
  width: 17vw;
  height: 9vw;
}

i.shemberg_lg img {
  margin: 0 0 0.5vw 0;
  height: 5vw;
}

p.b5_item_text_l img {
  width: auto;
  height: 3vw;
}
.b5_bg_2 .b5_bg_img {
  margin: 0 0 0;
}
}
@media screen and (max-width: 680px) and (min-width: 540px) {
  .b1_bg_full_m {
    /* background-size: 100%; */
    background-position: top center;
  }

  .b1_box {
    padding: 6vw 0 6vw;
  }

  .b1_box_icon {
    margin: 4vw 0 -27vw;
  }

  .b1_video a {
    width: 34vw;
    height: 34vw;
  }

  .b1 {
    max-height: 10000px;
  }
}
@media screen and (max-width: 1040px) and (min-width: 681px) {
  .b2_photo_img_box_1_img {
    margin: -7vw 0 0;
  }

  .b2_photo_img_box_2_img {
    margin: -5vw 0 0;
  }

  .b5_photo_1 .b5_img {
    margin: 0 0 0 -4vw;
  }

  .b5_photo.b5_photo_2 .b5_img {
    margin: 0 -4vw 0 0;
  }

  .b5_photo_3 .b5_img {
    margin: 0 0 0 -4vw;
  }

  .b6_content_photo {
    margin: -4vw 0 0;
  }

  .b8_item_1 .b8_img_photo {
    margin: 0 0 0 -8vw;
  }

  .b8_item_2 .b8_img_photo {
    margin: 0vw 0 0;
  }

  .b8_item_3 .b8_img_photo {
    margin: -3vw 0 0;
  }

  .b8_item_5 .b8_img_photo {
    margin: 0 -3vw 0 0;
  }

  .b8_item_4 .b8_img_photo {
    margin: -3vw 0 0;
  }

  .b9_img_2_box_img {
    margin: -4vw 0 0;
  }

  .b1_video {
    right: 5vw;
    top: 13vw;
  }

  .b1_box_icon {
    position: static;
    margin: 0;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }

  .b1_title_box {
    font-size: clamp(30px, 5.7vw, 219px);
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding: 3vw 0 3vw;
  }

  .b1_video a {
    width: 20vw;
    height: 20vw;
  }

  .hd {
    padding: 1.3vw 0;
  }

  .b1_box_icon p {
    font-size: clamp(10px,2.1vw, 24px);
  }

  .b1_box_icon_img {
    width: clamp(4px,7.2vw, 90px);
    height: clamp(4px,7.2vw, 90px);
  }

  .b1_bg_full {
    background-position: top center;
  }

  .b1_bg_full_m {
    background-position: top 0 center;
  }

  .hd + * {
    margin-top: 5.092vw;
    height: calc(100vh - 5.092vw);
  }
}
@media screen and (max-width: 1040px) and (min-width: 831px) {
  .b1_title_box {
    font-size: clamp(30px, 4.7vw, 219px);
  }

  .b1_box_icon p {
    font-size: clamp(10px,1.5vw, 24px);
  }

  .b1_box_icon_img {
    width: clamp(4px,6.2vw, 90px);
    height: clamp(4px,6.2vw, 90px);
  }

  .b1_box_icon {
    position: absolute;
    margin: 2vw 0 0 2vw;
    top: 0;
  }
}
.sitemap_block ul {
    list-style: none;
}

.sitemap_block a {
    font-size: clamp(10px,1.4vw, 74px);
    color: #3F3635;
    text-decoration: none;
    display: table;
    text-transform: uppercase;
    cursor: pointer;
}

.sitemap_block ul li {
    padding-bottom: 10px;
}
.sitemap_block a:after{
    content: "";
    display: block;
    height: 1px;
    background: #000;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 0;
}
.sitemap_block a:hover::after {
    width: 100%;
}
p.f_copy {
    font-weight: 300;
    line-height: 111.2%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 0.44;
    text-decoration: none;
    display: table;
    max-width: 90%;
    margin: 0.7vw 0 0;
    font-size: clamp(13px, 0.9vw, 1304px);
}
.bold
{
  font-weight: 700;
}


/* 404 */
.wrapper-404{
  margin: 110px 0;
}
.wrapper-404 img{
  max-width: 100%;
}
.h1-404{
  color: #3F3635;
  font-family: Futura PT;
  font-size: 108px;
  font-style: normal;
  font-weight: 400;
  line-height: 98px;
  letter-spacing: 2.213px;
  text-transform: uppercase;
}
.h1-404 span{
  font-family: Forum;
}
.text-404{
  color: #3F3635;
  font-family: Arial;
  font-size: 45px;
  font-style: italic;
  font-weight: 700;
  line-height: 84px;
  letter-spacing: 1.413px;
  text-transform: uppercase;
}
.kunst-404{
  vertical-align: sub;
}
.img-404{
  margin: 50px 0;
}
.link-404{
  margin: 30px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.link-404 a{
  color: #3F3635;
}
.link-404 .bt_wh svg * {
    stroke: #BF9C91;
}
.line-404{
  width: 30%;
}
@media (max-width: 901px){
  .h1-404{
    font-size: 48px;
    line-height: 30px;
  }
  .text-404{
    font-size: 36px;
    line-height: 24px;
    margin-top: 20px;
  }
  .kunst-404{
    float: right;
    margin-top: -30px;
    vertical-align: baseline;
  }
}
@media (max-width: 767px){
  .wrapper-404{
    margin-top: 50px;
  }
  .kunst-404,
  .line-404{
    display: none;
  }
  .link-404{
    display: block;
  }
}
@media (max-width: 901px){
  .h1-404{
    font-size: 36px;
  }
  .text-404{
    font-size: 24px;
  }
}
.policy
{
  margin-top: 20px;
    color: #555;
}
.policy a
{
  color: #333;
}



.price-table{
    border: 0px;
    border-collapse: collapse;
    padding-left: 40px;
    width: 100%;
}
.price-table th{
    padding: 25px 10px;
    background: #ffffff;
    color: #262626;
    font-family: Futura PT;
    font-size: 27px;
    font-style: normal;
    font-weight: 450;
    line-height: 34px;
    text-align: left;
}
.price-table td{
    padding: 25px 10px;
    color: #262626;
    text-align: justify;
    font-family: Futura PT;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    max-width: 600px;
}
tr:nth-child(even) {
    background: rgba(203, 178, 170, 0.24);
}
tr:nth-child(odd) {
    background: #EDEDED;
}
.price-table tr th:first-child{
    padding-left: 30px;
}
.price-table tr td:first-child{
    font-weight: 450;
    padding-left: 30px;
}
.price-table-subtext{
    color: #262626;
    text-align: justify;
    font-family: Futura PT;
    font-size: 27px;
    font-style: normal;
    font-weight: 300;
    line-height: 34px;
    margin: 40px 0 60px;
}
@media (max-width: 1200px){
    .price-table tr td,
    .price-table tr th{
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px;
    }
    .price-table tr th:first-child,
    .price-table tr td:first-child{
        padding-left: 10px;
    }
    .price-table-subtext{
        font-size: 12px;
        line-height: 14px;
        margin: 20px 0;
    }
}

.mt-5 {
    margin-top: 5rem;
}

.box_menu_form {
    width: 38vw;
    padding-top: 9vh;
}

.box-menu_form_logo {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding-bottom: 2vw;
}
.box_menu_logo_image {
    padding-right: 20px;
}

.box_menu_logo_desc {
    padding-left: 20px;
    border-left: 1px solid #959595;
    width: 106px;
    font-size: 13px;
    color: #262626;
}
.form_box_column {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}
.form_box_item a {
    color: #262626;
}

.form_box_column .form_box_item {
    width: 27vw;
}

.form_box_column .form_bt .bt i {
    left: 0vw;
    top: -1.7vw;
}
.form_box_column .form_bt {
    margin: 1vw 0 0 3vw;
}

a.callback_button {
    display: block;
    margin-right: 14px;
    margin-top: 4px;
}
.popup_form .form_bt {
    min-height:110px;
}
div#popup_form {
    padding-top: 0!important;
    max-width: unset;
    padding-bottom: 0;
    max-width: 1600px;
}

.popup_form_wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.popup_form_image img {
    display: block;
    max-width: 100%;
}
.popup_form {
    padding-top: 20px;
    padding-left: 40px;
}
.popup_form_image {
    font-size: 0;
    line-height: 0;
}
.popup_form .form_box_item {
    width:90%;
  }
  .popup_form .form_bt button {
    background: #fff;
}
@media screen and (max-width:1279px)
{
  .box_menu_form
  {
    display: none;
  }
  .popup_form_image
  {
    display: none;
  }
}
table.req {
    color: #3F3635;
    font-size: 1.25vw;
    width: 100%;
}

table.req td {
    padding: 5px;
}


/* LINKING */
section.b_links{
  padding: 6vw 0 0vw;
}
.linking-block-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 3vw;
}
.linking-block-wrap .linking-block-link{
  padding: 1vw 1.5vw;
  text-align: center;
  background: transparent;
  text-decoration: none;
  color: #262626;
  font-size: clamp(20px, 1.5vw, 2vw);
  font-weight: 300;
  border: 1px solid #3F3635;
}
.linking-block-wrap .linking-block-link:hover{
  color: #262626;
  text-decoration: underline;
  transition: .4s;
}
.b9_title_t4 {
    font-weight: 400;
    font-size: 31px;
    line-height: 126.2%;
    text-transform: uppercase;
    color: #3F3635;
    font-family: "Futura PT Book";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-size: clamp(14px, 2.6vw, 1304px);
}
@media (max-width: 1200px){
  .linking-block-wrap{
    gap: 20px;
  }
}
@media (max-width: 680px){
  .linking-block-wrap{
    gap: 15px;
    margin-top: 1.5vw;
  }
  .b9_title_t4 {
    font-size: clamp(14px, 4vw, 1304px);
  }
  .b9_title_about{
    margin: 0 0 5vw !important;
  }
}
.hd_right a.callback_button {
    display: none;
}
p.f_copy {
    margin: 0 0 14px 5.15vw;
}