body {
  color: #FFF;
}
.poppins {
  font-family: "Poppins", sans-serif;
}
.header_language {
  width: 175px;
}
.header_language_link {
  display: flex;
  align-items: center;
  margin-right: 23px;
  opacity: 0.7;
  transition: 0.2s;
}
.header_language_link img {
  width: 17px;
}
.header_language_link span {
  font-size: 13px;
  color: #3d4460;
  text-transform: uppercase;
  margin-left: 9px;
  font-weight: 600;
}
.header_language_link:hover {
  opacity: 1;
}
.header_language_link.active {
  opacity: 1;
  cursor: default;
}
.header_language_mobileWrap {
  display: none;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .header_language {
    top: 8px;
  }
}
@media screen and (max-width: 992px) {
  .header_language_mobileWrap {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    width: 82px;
  }
  .header_language {
    display: none;
  }
  .header_mob_nav {
    display: none;
  }
  .header_language_mobBtn {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid #e5e5e5;
    width: 100%;
  }
  .header_language_mobBtn img {
    width: 15px;
    margin-right: 8px;
  }
  .header_language_mobBtn span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    color: #3d4460;
  }
  .header_language_mobBtn i {
    font-style: normal;
    transform: rotate(90deg);
    transition: 0.2s;
  }
  .header_mob_nav {
    background: #ffffff;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 0;
    width: 82px;
    border: 1px solid #e5e5e5;
    border-top: none;
  }
  .header_mob_nav .header_language_link {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 6px 10px;
    border-bottom: 1px solid #e5e5e5;
    opacity: 1;
  }
  .header_mob_nav .header_language_link.active {
    font-weight: 700;
  }
  .header_mob_nav .header_language_link:last-child {
    border-bottom: none;
  }
  .header_mob_nav .header_language_link img {
    width: 15px;
    margin-right: 8px;
  }
  .header_mob_nav .header_language_link span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 8px;
    color: #3d4460;
  }
}
body {
  background: #02070B;
}
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header_df {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.header_bars {
  display: flex;
  align-items: center;
  margin-right: 55px;
  height: 40px;
  position: relative;
}
.header_bars:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.header_bars:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.header_bars_ic {
  margin-right: 6px;
}
.header_bars_text {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  margin-right: 5px;
}
.header_catalog {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  margin-left: 48px;
}
.header_mail {
  color: #53585a;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-left: 64px;
}
.header_phone {
  margin-left: 37px;
  background: url('../images/hphone.svg') no-repeat left center / 16px auto;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.header_callback {
  margin-left: 57px;
}
.header_callback .ic {
  min-width: 21px;
  max-width: 21px;
  margin-right: 8px;
}
.header_callback span {
  color: #b5966e;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.header_search {
  margin-left: auto;
  margin-right: 63px;
  position: relative;
}
.lang_button .btn {
  display: flex;
  align-items: center;
  height: 40px;
  position: relative;
  padding-right: 8px;
  padding-left: 2px;
}
.lang_button .btn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin-right: 6px;
  text-transform: uppercase;
}
.lang_button .btn:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to left, #ffffff, #02070B);
}
.lang_button .btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #ffffff, #02070B);
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.footer_logo {
  min-width: 188px;
  max-width: 188px;
}
.footer_nav li {
  display: block;
  margin-bottom: 15px;
}
.footer_nav a {
  color: #ffffff;
  line-height: 1.3;
  font-size: 16px;
  font-weight: 500;
}
.footer_menu li {
  display: block;
  margin-bottom: 15px;
}
.footer_menu a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
}
.footer_socials {
  margin-top: 75px;
}
.footer_bottom {
  padding: 25px 0 30px;
  display: flex;
  align-items: center;
}
.footer_bottom .header_mail {
  margin-left: auto;
}
.footer_bottom_copy {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
}
.main {
  position: relative;
  padding-top: 20px;
  margin-bottom: 12px;
}
.main:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../images/main_bg.png') no-repeat center top / calc(100% - 40px) auto;
}
.main_logo_img {
  margin-bottom: -30px;
  overflow: hidden;
}
.main_logo_text {
  padding-left: 250px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 30px;
}
.main_img_wrap {
  position: relative;
}
.main_container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 105px;
  z-index: 2;
}
.main_container_text {
  min-width: 270px;
  max-width: 270px;
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
}
.main_container_text:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 4px;
  left: 0;
  top: 2px;
  bottom: 6px;
  background: #B5966E;
}
.main_container_df {
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}
.main_container_title {
  font-size: 22px;
  line-height: 1.4;
  color: #ffffff;
}
.main_about {
  background: url('../images/m_about.jpg') no-repeat center top / cover;
  margin-bottom: 12px;
}
.main_about_title {
  transform: rotate(-90deg) translate(-50%, 0);
  transform-origin: left bottom;
  position: absolute;
  color: #ffffff;
  font-size: 164px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: 0%;
  text-align: left;
  text-transform: lowercase;
  bottom: 50%;
  box-sizing: border-box;
  left: 0;
  width: 667px;
}
.main_about_df {
  display: flex;
  position: relative;
}
.main_about_list {
  box-sizing: border-box;
  padding: 100px 33px;
  backdrop-filter: blur(180px);
  background: url(), linear-gradient(270deg, rgba(255, 255, 255, 0.01) -20%, rgba(40, 40, 40, 0.09) 75.758%, rgba(255, 255, 255, 0.01) 123.636%);
  box-shadow: -16px -2px 34px 0px rgba(0, 0, 0, 0.25);
  min-width: 340px;
  max-width: 340px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.main_about_item_title {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.main_about_item_text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.preferences {
  padding: 50px 0 53px;
  margin-bottom: 12px;
  overflow: hidden;
}
.preferences_item {
  min-height: 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 31px 90px 42px;
  position: relative;
  margin-bottom: 15px;
}
.preferences_item:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
}
.preferences_item:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: 0;
}
.preferences_text {
  min-width: 275px;
  max-width: 275px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0%;
}
.preferences_name {
  min-width: 275px;
  max-width: 275px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: lowercase;
}
.preferences_imgs {
  height: 100px;
  width: 150px;
  display: flex;
  position: relative;
}
.preferences_imgs img {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
}
.preferences_imgs img:nth-child(odd) {
  left: 0;
  z-index: 2;
}
.preferences_imgs img:nth-child(even) {
  right: 0;
  z-index: 1;
}
.preferences_bottom {
  padding: 28px 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.preferences_bottom_dots {
  position: relative;
}
.preferences_bottom_dots:before,
.preferences_bottom_dots:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 13px;
  height: 13px;
  background: #ffffff;
  left: 100px;
  top: 50%;
  border-radius: 50%;
  margin-top: -9px;
}
.preferences_bottom_dots:after {
  left: initial;
  right: 100px;
}
.s_title {
  padding-top: 40px;
  margin-bottom: 45px;
}
.s_title_box {
  position: relative;
}
.s_title_text {
  position: absolute;
  padding: 0 100px;
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 81.71%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: lowercase;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  max-width: 1025px;
  width: 100%;
}
.s_title_text span {
  color: rgba(255, 255, 255, 0.4);
}
.s_title_text i {
  color: #B5966E;
}
.brand_box_text {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}
.brand_box_item {
  min-width: 432px;
  max-width: 423px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
.brand_box_item.brand_box_item_grey {
  color: #7B7E80;
}
.brand_box {
  margin-bottom: 40px;
}
.preview_list {
  color: #ffffff;
  margin-bottom: 55px;
  padding-bottom: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.preview_list .item {
  position: relative;
  margin-bottom: 12px;
}
.preview_list .item_img img {
  width: 100%;
}
.preview_list .item_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  z-index: 1;
}
.preview_list .item_title,
.preview_list .item_text {
  min-width: 432px;
  max-width: 432px;
}
.preview_list .item_title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 81.71%;
  letter-spacing: 0%;
  text-transform: lowercase;
}
.preview_list .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0%;
}
.preview_list .item_text span {
  color: #B5966E;
}
.preview_list .item_text i {
  color: rgba(255, 255, 255, 0.4);
}
.preview_list_df {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
  padding: 0 100px;
}
.preview_list_description {
  min-width: 432px;
  max-width: 432px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.opinions {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 70px;
  color: #ffffff;
}
.opinions_title {
  font-family: Poppins;
  font-size: 56px;
  font-weight: 300;
  line-height: 81.71%;
  letter-spacing: 0%;
  text-transform: lowercase;
  padding: 0 100px;
  margin-bottom: 75px;
}
.opinions_title span {
  color: #B5966E;
}
.opinions_title i {
  color: rgba(255, 255, 255, 0.1);
}
.opinions_item {
  display: flex;
}
.opinions_lider_wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
}
.opinions_item {
  position: relative;
  padding: 0 100px;
  min-width: 100%;
}
.opinions_img {
  min-width: 195px;
  max-width: 195px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 134px;
}
.opinions_img img {
  width: 100%;
}
.opinions_content {
  flex-grow: 1;
}
.opinions_name {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 6px;
  text-transform: lowercase;
}
.opinions_track {
  color: #7b7e80;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
  margin-bottom: 32px;
}
.opinions_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.opinions_nav {
  display: flex;
  padding: 0 100px;
  align-items: center;
  margin-top: -10px;
}
.opinions_nav_buts {
  display: flex;
  margin-left: 329px;
  margin-right: 24px;
}
.opinions_nav_buts .btn_sl {
  position: static;
}
.opinions_nav_buts .btn_sl svg {
  width: 24px;
}
.opinions_nav_buts .btn_sl:hover svg path {
  fill: #B5966E;
}
.opinions_nav_buts .swiper-button-next {
  margin-right: 14px;
}
.opinions_slider {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main_video_box {
  position: relative;
  margin-bottom: 55px;
}
.main_video_box.active .video_btn {
  opacity: 0;
}
.main_video {
  padding-top: 55px;
  margin-bottom: 45px;
}
.video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  backdrop-filter: blur(180px);
  background: url(), linear-gradient(270deg, rgba(255, 255, 255, 0.01) -20%, rgba(40, 40, 40, 0.09) 75.758%, rgba(255, 255, 255, 0.01) 123.636%);
}
.video_btn:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 41px;
  height: 53px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/play.svg') no-repeat center center / 100% auto;
}
.main_video_df {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  color: #ffffff;
}
.blog .main_video_item {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 50px;
}
.main_video_item {
  min-width: 333px;
  max-width: 333px;
}
.main_video_title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
  margin-bottom: 20px;
}
.main_video_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 35px;
}
.pagination {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0 35px;
}
.pagination .pager_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .pager_wrap a,
.pagination .pager_wrap span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  color: rgba(255, 255, 255, 0.4);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: lowercase;
}
.pagination .pager_wrap a.active,
.pagination .pager_wrap span.active {
  color: #ffffff;
}
.pagination .pager_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 30px;
  height: 30px;
}
.main_form {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 75px 0;
}
.main_form_title {
  margin-bottom: 55px;
  font-size: 56px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
}
.main_form_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main_form_wrapper .wpcf7-form-control-wrap {
  min-width: calc(33.33% - 12px);
  max-width: calc(33.33% - 12px);
}
.main_form_wrapper .wpcf7-form-control-wrap[data-name="your-message"] {
  min-width: 100%;
  max-width: 100%;
}
.main_form_wrapper input,
.main_form_wrapper textarea {
  background: #02070B;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 10px;
  height: 98px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  padding: 0 32px;
}
.main_form_wrapper input::-webkit-input-placeholder,
.main_form_wrapper textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.main_form_wrapper input::-moz-placeholder,
.main_form_wrapper textarea::-moz-placeholder {
  color: #ffffff;
}
.main_form_wrapper input:-ms-input-placeholder,
.main_form_wrapper textarea:-ms-input-placeholder {
  color: #ffffff;
}
.main_form_wrapper input:-moz-placeholder,
.main_form_wrapper textarea:-moz-placeholder {
  color: #ffffff;
}
.main_form_wrapper textarea {
  height: 169px;
  padding: 27px 32px;
  resize: none;
}
.main_form_wrapper .btn {
  width: 317px;
  height: 100px;
  background: #B5966E;
}
.main_form_wrapper .btn span {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}
.main_form_wrapper .btn:hover {
  opacity: 0.7;
}
.j_breadcrumbs {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.j_breadcrumbs a {
  position: relative;
  margin-right: 21px;
  color: #53585A;
}
.j_breadcrumbs a:hover {
  color: #ffffff;
}
.j_breadcrumbs a:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%) rotate(30deg);
}
.j_breadcrumbs span {
  color: #ffffff;
}
.breadcrumbs {
  padding: 20px 0 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog,
.catalog {
  padding-top: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 25px;
}
.catalog_df {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}
.catalog_item {
  margin: 0 20px 40px;
  min-width: calc(50% - 40px);
  max-width: calc(50% - 40px);
  position: relative;
}
.catalog_item:last-child:nth-child(odd) {
  max-width: calc(100% - 40px);
}
.catalog_item_content {
  position: absolute;
  bottom: 35px;
  left: 40px;
  right: 40px;
}
.catalog_item_content .btn {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
}
.j_tabs_headline {
  display: flex;
}
.j_tabs_headline .btn {
  align-items: center;
  justify-content: center;
  display: flex;
  height: 80px;
  border: 1px solid #ffffff;
  width: 260px;
  margin-right: 14px;
}
.j_tabs_headline .btn span {
  color: #ffffff;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.j_tabs_headline .btn.active {
  border: 1px solid #B5966E;
}
.j_tabs_headline .btn.active span {
  color: #B5966E;
}
.j_tabs_box {
  display: none;
}
.j_tabs_box.j_tabs_box1 {
  display: block;
}
.catalog2_buttons {
  padding-top: 28px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.catalog2_wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.catalog2_df {
  display: flex;
}
.catalog_filters {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 261px;
  max-width: 261px;
  margin-right: 20px;
  position: relative;
}
.catalog_filters__overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 5;
  background-color: #FFFFFF50;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a12" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%23FFFFFF"></stop><stop offset=".3" stop-color="%23FFFFFF" stop-opacity=".9"></stop><stop offset=".6" stop-color="%23FFFFFF" stop-opacity=".6"></stop><stop offset=".8" stop-color="%23FFFFFF" stop-opacity=".3"></stop><stop offset="1" stop-color="%23FFFFFF" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a12)" stroke-width="12" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%23FFFFFF" stroke-width="12" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: 150px;
}
.loaded .catalog_filters__overlay {
  display: block;
}
.catalog_filters_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: left;
  padding: 21px 0 19px;
  padding-right: 15px;
}
.filter_item_title {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0%;
  text-align: left;
  padding: 20px 0;
  padding-right: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.filter_item_title .ic,
.filter_item_title span {
  transition: 0.2s;
}
.filter_item_title:hover {
  color: #B5966E;
}
.filter_item_title.active {
  color: #B5966E;
}
.filter_item_title.active .ic {
  transform: rotate(-180deg);
}
.filter_item_title.active .ic path {
  fill: #B5966E;
}
.filter_item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.filter_item .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.filter_item .checkbox + label {
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  transition: 0.2s;
}
.filter_item .checkbox + label:hover {
  color: #B5966E;
}
.filter_item .checkbox + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: #000;
  border: 1px solid #E2E2E2;
  transition: 0.2s;
}
.filter_item .checkbox:checked + label:after {
  border: 1px solid #B5966E;
  background: #B5966E;
}
.filter_item .checkbox:checked + label {
  color: #B5966E;
}
.filter_item_box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 8px;
  gap: 20px;
  display: none;
  height: 0;
  transition: 0.2s;
}
.filter_item_box.active {
  display: flex;
  height: auto;
}
.filter_item_checkbox {
  margin-bottom: 16px;
}
.catalog2_list {
  padding-top: 20px;
  flex-grow: 1;
}
.catalog2_item {
  display: flex;
  padding: 13px;
  padding-right: 0;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.catalog2_item_content {
  padding-top: 45px;
  color: #ffffff;
  flex-grow: 1;
}
.catalog2_item_title {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
  padding-bottom: 30px;
  padding-left: 35px;
}
.catalog2_item_img {
  position: relative;
  min-width: 355px;
  max-width: 355px;
}
.catalog2_item_img img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.catalog2_item_cost {
  color: #B5966E;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  padding: 17px 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.catalog2_item_df {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.catalog2_item_df:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 1px;
  top: 0;
  bottom: -13px;
  background: rgba(255, 255, 255, 0.1);
}
.catalog2_item_unit {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 17px 35px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  min-width: 50%;
  max-width: 50%;
  background: #02070B;
}
.catalog2_item_unit.catalog2_item_unit_long {
  min-width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.catalog2_item_unit .btn {
  justify-content: space-between;
  width: 100%;
}
.catalog2_item_unit .btn span {
  color: #B5966E;
}
.big_bottom_text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  padding: 45px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product {
  color: #ffffff;
  padding-top: 23px;
}
.product_df {
  display: flex;
  width: 100%;
}
.product_sliders {
  min-width: 560px;
  max-width: 560px;
  margin-right: 40px;
}
.product_sliderMain {
  margin-bottom: 14px;
}
.product_sliderMain .swiper-slide__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 134%;
}
.product_sliderMain .swiper-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product_sliderThumb .swiper-slide {
  border: 1px solid transparent;
}
.product_sliderThumb .swiper-slide__img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 100%;
}
.product_sliderThumb .swiper-slide__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product_sliderThumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #ffffff;
}
.product_container {
  flex-grow: 1;
  padding-top: 32px;
}
.product_title {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product_info_df {
  justify-content: space-between;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
}
.product_info_df .product_info_order {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 60px;
}
.product_info_df .product_info_order .btn {
  height: 60px;
  padding-left: 25px;
}
.product_info_df .product_info_order .btn .ic {
  margin-right: 8px;
}
.product_info_df .product_info_order .btn span {
  color: #B5966E;
}
.product_info_cost {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.product_info_text {
  padding: 33px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product_info_text span {
  color: #B5966E;
}
.product_info_text i {
  color: rgba(255, 255, 255, 0.4);
}
.product_info_list {
  margin-top: 10px;
}
.product_info_list .unit {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 21px 0;
  display: flex;
  display: none;
}
.product_info_list .unit.active {
  display: flex;
}
.product_info_list .name {
  min-width: 305px;
  max-width: 305px;
  color: #53585a;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
.product_info_list .val {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  flex-grow: 1;
}
.product_info_list .js-open-otziv {
  margin-top: 20px;
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}
.product_info_list .js-open-otziv:hover span {
  color: #B5966E;
}
.product_info_list .js-open-otziv span {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  display: none;
}
.product_info_list .js-open-otziv span.active {
  display: block;
}
.product_sliderThumb .btn_sl {
  position: static !important;
  min-width: 132px;
}
.product_sliderThumb_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
  padding-top: 22px;
}
.product_colors_title {
  font-size: 56px;
  font-weight: 300;
  line-height: 81.71%;
  text-transform: lowercase;
  margin-bottom: 60px;
}
.product_colors_title span {
  color: #B5966E;
}
.product_colors {
  padding-bottom: 100px;
  padding-top: 100px;
}
.product_colors_df {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-wrap: wrap;
}
.product_colors_item {
  min-width: calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin: 0 20px;
  padding: 20px 0;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.product_colors_item:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.product_colors_item:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.product_colors_item .val {
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.product_colors_item .name {
  font-size: 16px;
  color: #ffffff;
}
.product_wood_item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 13px;
}
.product_wood_item .name {
  min-width: 570px;
  max-width: 570px;
  padding-right: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
}
.product_wood_item .product_wood_item_df {
  display: flex;
  padding: 44px 0 80px;
}
.product_wood_item .val {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  min-width: 413px;
  max-width: 413px;
}
.product_wood_item .val span {
  color: #B5966E;
}
.product_wood_item .val i {
  color: #7B7E80;
}
.product_wood_list {
  padding-bottom: 14px;
}
.wood_slider_nav {
  display: flex;
  padding-top: 40px;
  justify-content: space-between;
}
.wood_slider_nav .btn_sl {
  position: static !important;
  min-width: 132px;
}
.wood_slider_name {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
  text-align: center;
  padding-top: 14px;
}
.product_wood_slider {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product_resume_text {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 81.71%;
  text-transform: lowercase;
}
.product_resume_text span {
  display: block;
  margin-top: 20px;
  color: #53585A;
}
.product_resume_df {
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 59px;
}
.product_resume_container {
  flex-grow: 1;
  padding-right: 180px;
}
.product_resume_container .product_colors_title {
  margin-bottom: 110px;
}
.product_resume_img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 94px;
  min-width: 360px;
  max-width: 360px;
}
.product_resume {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product_bottom {
  padding-top: 40px;
}
.product_bottom .product_colors_title {
  margin-bottom: 70px;
}
.product_bottom .main_video_df.main_video_df_1 {
  padding-bottom: 43px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 54px;
}
.contacts {
  padding-top: 40px;
  overflow: hidden;
  color: #ffffff;
}
.contacts .product_colors_title {
  margin-bottom: 42px;
}
.contacts_map {
  margin-bottom: 40px;
}
.contacts_map iframe {
  width: 100%;
  filter: brightness(50%) grayscale(1);
}
.contacts_list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contacts_item {
  position: relative;
  padding: 44px 0 110px;
  display: flex;
}
.contacts_item:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  left: -2000px;
  right: -1000px;
  width: auto;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
}
.contacts_item .name {
  min-width: 540px;
  max-width: 540px;
  font-size: 28px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.contacts_item .val {
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.contacts_item .val .ic {
  margin-right: 16px;
}
.about_df {
  display: flex;
  padding-bottom: 70px;
}
.about {
  padding-top: 45px;
  color: #ffffff;
}
.about .opinions_title {
  margin-bottom: 45px;
  text-align: left;
  padding: 0;
  line-height: 1.2;
}
.about_author {
  display: flex;
  margin-right: 130px;
}
.about_author_img {
  min-width: 230px;
  max-width: 230px;
  margin-right: 25px;
}
.about_author_text {
  min-width: 275px;
  max-width: 275px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
}
.about_cite {
  min-width: 362px;
  max-width: 362px;
  display: flex;
  align-items: center;
  padding: 20px 0;
  padding-right: 87px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  font-style: italic;
  position: relative;
}
.about_cite:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.about_cite:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.about_cite .ic {
  text-align: left;
  justify-content: flex-start;
  min-width: 34px;
  max-width: 34px;
  margin-bottom: 8px;
}
.about_list_item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about_list_box {
  display: flex;
  padding: 43px 0 48px;
}
.about_list_box .name {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 81.71%;
  text-transform: lowercase;
  min-width: 660px;
  max-width: 660px;
  padding-right: 60px;
}
.about_list_box .val {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.testimonials {
  color: #ffffff;
  padding-top: 65px;
}
.testimonials .opinions_title {
  padding: 0;
}
.testimonials .testimonials_item {
  padding: 37px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.textpage {
  color: #ffffff;
  padding-top: 65px;
}
.textpage h1 {
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  text-transform: lowercase;
  margin-bottom: 50px;
  font-family: "Poppins", sans-serif;
}
.textpage h2 {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 45px;
  text-transform: lowercase;
  font-weight: 300;
}
.textpage h3 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 1;
  margin-bottom: 45px;
  text-transform: lowercase;
  font-weight: 300;
}
.textpage h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 45px;
  text-transform: lowercase;
  font-weight: 300;
}
.textpage p {
  margin-bottom: 65px;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.textpage p strong {
  font-weight: 400;
}
.textpage p i {
  font-weight: 400;
  color: #7B7E80;
}
.textpage p a {
  text-decoration: underline !important;
  color: #B5966E;
}
.textpage p a:hover {
  text-decoration: none !important;
  color: #ffffff;
}
.textpage ol {
  padding-bottom: 10px;
  list-style: decimal;
  padding-left: 20px;
}
.textpage ol li {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 27px;
  font-weight: 300;
}
.textpage ul {
  padding-bottom: 10px;
}
.textpage ul li {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 17px;
  font-weight: 300;
  padding-left: 18px;
  position: relative;
}
.textpage ul li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.textpage img {
  margin-bottom: 90px;
}
.textpage button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #B5966E;
  border: none;
  padding: 0 120px;
  color: #ffffff;
  transition: 0.2s;
  font-size: 30px;
  height: 98px;
  font-weight: 300;
  border: 1px solid transparent;
}
.textpage button:hover {
  background: transparent;
  border: 1px solid #B5966E;
  color: #B5966E;
  cursor: pointer;
}
.textpage .btn .ic {
  margin-right: 8px;
}
.textpage .btn span {
  color: #B5966E;
  font-size: 16px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.textpage .btn:hover span {
  color: #ffffff;
}
.textpage .btn:hover path {
  fill: #ffffff;
}
.textpage .catalog_item_img img {
  margin-bottom: 0;
}
.textpage .catalog_df {
  padding-top: 100px;
}
.catalog_item_img {
  position: relative;
}
.catalog_item_img:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.catalog_item_img:hover:before {
  opacity: 0;
}
.btn_gold {
  position: relative;
  background: #B5966E;
  border: none;
  padding: 0 120px;
  color: #ffffff;
  transition: 0.2s;
  font-size: 30px;
  height: 98px;
  font-weight: 300;
  border: 1px solid transparent;
}
.btn_gold:hover {
  background: transparent;
  border: 1px solid #B5966E;
  color: #B5966E;
  cursor: pointer;
}
.error_page {
  padding-top: 85px;
  text-align: center;
}
.error_page_text {
  padding-top: 55px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 620px;
  font-weight: 300;
}
.main_container_t_img,
.main_about_img,
.main_about_slider {
  display: none;
}
.modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #02070B;
}
.modals .modalj {
  display: none;
}
.modals .btn_modal_close {
  margin-left: auto;
  margin-right: auto;
  min-width: 35px;
  max-width: 35px;
  display: flex;
}
.lang_button {
  cursor: pointer;
}
.modalj {
  padding: 18px 28px;
}
.modalj_header {
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.btn_modal_close {
  position: absolute;
  right: 8px;
  top: 8px;
}
.modal_logo {
  position: relative;
  margin-top: 29px;
  margin-bottom: 63px;
  width: 154px;
  margin-left: auto;
  margin-right: auto;
}
.modal_logo:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 44px;
  left: 100%;
  margin-left: 18px;
  top: 50%;
  background: linear-gradient(to right, #ffffff, #02070B);
}
.modal_logo:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 1px;
  width: 44px;
  right: 100%;
  margin-right: 18px;
  top: 50%;
  background: linear-gradient(to right, #02070B, #ffffff);
}
.lang_list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.lang_list li {
  margin: 0 14px;
}
.lang_list a {
  color: #7b7e80;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.lang_list a:hover {
  color: #B5966E;
}
.lang_list a.active {
  color: #ffffff;
}
.modal_search .modalj_header {
  border: none;
}
.modal_search_df {
  display: flex;
}
.modal_search_df {
  display: flex;
  align-items: center;
  width: 890px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 60px;
}
.modal_search_df ::-webkit-input-placeholder {
  color: #ffffff;
}
.modal_search_df ::-moz-placeholder {
  color: #ffffff;
}
.modal_search_df :-ms-input-placeholder {
  color: #ffffff;
}
.modal_search_df :-moz-placeholder {
  color: #ffffff;
}
.j_search_button {
  min-width: 40px;
  max-width: 40px;
  margin-right: 30px;
}
.j_search_button .btn {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.j_search_input {
  flex-grow: 1;
}
.j_search_input input {
  width: 100%;
  padding: 0 20px;
  height: 80px;
  box-sizing: border-box;
  background: transparent;
  color: #ffffff;
  font-size: 18px;
}
.modals .modal_search .btn_modal_close {
  position: static;
}
.modals .modal_order .modalj_header,
.modals .modal_call .modalj_header {
  border: none;
}
.modals .modal_order .btn_modal_close,
.modals .modal_call .btn_modal_close {
  position: static;
  margin-left: auto;
  margin-right: auto;
}
.modal_call_form {
  padding-bottom: 110px;
}
.modal_call_form .main_form_wrapper .btn {
  margin-left: auto;
  margin-right: auto;
}
.modal_main .header_bars {
  display: inline-flex;
  margin-right: auto;
}
.modal_main_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal_main_wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 30px 30px;
}
.modalj.modal_main {
  padding-top: 30px;
  padding-bottom: 30px;
  padding: 30px 0 60px;
}
.modalj.modal_main .header_bars {
  cursor: pointer;
}
.modal_main_content {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}
.modal_main_menu,
.modal_main_list {
  display: flex;
  flex-wrap: wrap;
}
.modal_main_menu li,
.modal_main_list li {
  min-width: 50%;
  max-width: 50%;
}
.modal_main_menu a,
.modal_main_list a {
  color: #ffffff;
}
.modal_main_menu a:hover,
.modal_main_list a:hover {
  color: #B5966E;
}
.modal_main_menu {
  min-width: 450px;
  max-width: 450px;
}
.modal_main_menu li {
  min-width: 145px;
  max-width: 145px;
  margin-right: 80px;
  margin-bottom: 50px;
}
.modal_main_menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 32px;
}
.modal_main_list {
  margin-left: auto;
  min-width: 550px;
  max-width: 550px;
}
.modal_main_list li {
  margin-bottom: 25px;
}
.modal_main_list a {
  font-size: 18px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
.modal_main {
  padding-bottom: 70px;
}
.modopen .wrapper {
  position: relative;
}
.modopen .wrapper:before {
  content: '';
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
}
