@charset "UTF-8";

/*.b1:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:#0000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}*/
/*.b19_right_box .navigation_swiper.video-comment {*/
/*  margin-top: 40px;*/
/*}*/
/*.b1_phone a span {*/
/*    display: none*/
/*}*/
a {
  text-decoration: none;
}

.b1 .bt {
  border-bottom: 3px solid #580C1A;
  -webkit-box-shadow: inset 0 1px 0 #F27786;
  box-shadow: inset 0 1px 0 #F27786;
}

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

img.lazy:not(.loaded) {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

:focus {
  outline: none;
}

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

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

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

.main {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.b1_top {
  background: #2B221D3D;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 9999;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.b1_top .main {
  position: relative;
  padding: 20px 0;
}

.b1_top_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;
}

.logo {
  font-size: 0;
  margin: -13px 0 0;
}

.b1_maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
}

.b1_maps p {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 0 11px;
}

.b1_maps img {
  margin-top: 5px;
}

.b1_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.b1_phone a {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.b1_phone a i {
  margin: 0 7px 0 0;
  font-size: 0;
  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;
}

.b1_phone a img {
  transform: translateY(3px);
}

.b1_phone a.zamer {
  border-radius: 0;
  text-decoration-line: underline;
  text-decoration-color: #FBC110;
}

.b1 h1.h1 b span {
  font-weight: lighter;
}

.h1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 123%;
  text-transform: uppercase;
  color: #fff;
  max-width: 700px;
  margin: 0;
  margin-top: 25%;
}

.h1 b {
  color: #FBC110;
  font-weight: 900;
}

.h1 b span {
  font-size: 30px;
  display: block;
  line-height: 131%;
}

.b1_main_box p {
  font-size: 30px;
  line-height: 140%;
  color: #F0E6E0;
  margin: 31px 0 37px;
}

.b1_main_box p b {
  font-weight: 700;
}

.b1_main_box .b1_zamer {
  font-weight: 400;
  font-size: 24px;
  margin-left: 10px;
}

.bt {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: -o-linear-gradient(top, #FFC372 0%, #D83555 91%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC372), color-stop(91%, #D83555));
  background: linear-gradient(180deg, #FFC372 0%, #D83555 91%);
  -webkit-box-shadow: 0 1px 0 #F27786;
  box-shadow: 0 1px 0 #F27786;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  color: #FFF;
  text-align: center;
  height: 84px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.bt span {
  text-align: left;
  margin: 0 0 0 8px;
  position: relative;
  z-index: 20;
}

.bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #D83555;
  border-radius: 5px;
  background: -o-linear-gradient(top, #f6a26b 0%, #D83555 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f6a26b), to(#D83555));
  background: linear-gradient(180deg, #f6a26b 0%, #D83555 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.bt:hover:before {
  opacity: 1;
}

.bt_icon i {
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -19px 0 0 5px;
  position: relative;
  z-index: 20;
}

.bt.bt_icon {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.b1 {
  background: url(/image/b1_bg_m_new.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 1069px;
  position: relative;
  z-index: 99;
}

.b1 .b1_measure {
  transform: translateY(10px);
}

.b1_svet img {
  position: absolute;
}

.svet_1 {
  top: 0;
  left: 38%;
}

.svet_2 {
  right: 7.5%;
  top: 0;
}

.svet_3 {
  top: -195px;
  right: -15%;
}

.b1_bg_element {
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.b1_bg_element_1 {
  position: absolute;
  left: -344px;
  top: -74px;
  font-size: 0;
}

.b1_bg_element_2 {
  position: absolute;
  font-size: 0;
  top: 156px;
  right: -500px;
  z-index: 2;
}

.b1_bg_element_3 {
  position: absolute;
  font-size: 0;
  right: -1097px;
  top: -9px;
}

.b1_bg {
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 20;
}

.b2 {
  background-color: #1F1814;
  background-position: top center;
  padding: 85px 0 265px;
}

.b2_item {
  background: #2B221D;
  border-radius: 7px;
  width: 100%;
  max-width: 380px;
  position: relative;
  max-height: 440px;
}

.b2_item:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 8px;
  opacity: 0.5;
  border: 1px solid #474443;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  content: "";
  display: block;
}

.b2_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;
}

.b2_item_main {
  padding: 33px 0 0;
  position: relative;
  z-index: 5;
  margin: 0 0 0 25px;
}

.b2_item_main ul {
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1D1D1D;
  min-height: 176px;
}

.b2_item_main ul li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 18px;
  max-width: 312px;
}

.b2_item_main ul li:before {
  content: "";
  display: block;
  background: #FBC110;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}

.b2_t1 {
  font-weight: 700;
  font-size: 23px;
  line-height: 140%;
  color: #FBC110;
  padding: 0 0 20px;
}

.b2_item.b2_item_2 {
  background: #F0E6E0;
}

.b2_item.b2_item_2:before {
  border-color: #CBC5C5;
}

.b2_item.b2_item_2 .b2_t1 {
  color: #1D1D1D;
}

.b2_item.b2_item_2 svg * {
  fill: #BEAA9E;
}

.b2_item.b2_item_2 img {
  top: -16px;
  right: auto;
  left: 16px;
}

.b2_item.b2_item_3 {
  background: #FBC110;
}

.b2_item.b2_item_3:before {
  opacity: 0.7;
  border: 1px solid #FCFCFC;
}

.b2_item.b2_item_3 .b2_t1 {
  color: #1D1D1D;
}

.b2_item.b2_item_3 svg * {
  fill: #4A3F38;
}

.b2_item.b2_item_3 img {
  top: 39px;
  left: -15px;
  right: auto;
}

.b2_item.b2_item_3 li:before {
  background: #fff;
}

.b2_item.b2_item_1 ul {
  color: #FFF;
}

.b2_image {
  position: relative;
  max-width: 346px;
  margin: 0 auto;
  -webkit-transform: translate(-12.5px, 0px);
  -ms-transform: translate(-12.5px, 0px);
  transform: translate(-12.5px, 0px);
}

.b2_image img {
  position: absolute;
  top: 27px;
  right: 9px;
}

.b3 {
  background: #F0E6E0;
  min-height: 631px;
}

.b3 .main {
  position: relative;
}

.b3_bg {
  width: 0;
  margin: -86px 0 0 -381px;
  position: absolute;
  left: 0;
  top: 0;
}

.b3_box {
  position: relative;
  z-index: 20;
  padding: 79px 0 0;
  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;
}

.b3_video {
  margin: 0 0 0 -50px;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 660px;
  position: relative;
}

.b3_video:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  margin: 9px;
}

.b3_bt {
  position: absolute;
  width: 264px;
  height: 264px;
  background: #F0E6E0;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  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;
  top: 58px;
  left: 42px;
}

.b3_bt:before {
  content: "";
  position: absolute;
  border: 1px solid #C2C2C2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 12px;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 50%;
}

.b3_bt a {
  background: -o-linear-gradient(top, #FFC172 0%, #D93956 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC172), to(#D93956));
  background: linear-gradient(180deg, #FFC172 0%, #D93956 100%);
  width: 140px;
  height: 140px;
  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-radius: 50%;
  font-size: 0;
  position: relative;
}

.b3_bt a:before {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: -o-linear-gradient(top, #FFC172 0%, #D93956 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC172), to(#D93956));
  background: linear-gradient(180deg, #FFC172 0%, #D93956 100%);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b3_bt a span {
  position: relative;
  z-index: 20;
}

.b3_bt a:hover:before {
  opacity: 1;
}

.b3_video_img {
  font-size: 0;
  margin: 23px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  display: table;
}

.b3_video_img img {
  border-radius: 5px;
}

.b3_bt_text {
  position: absolute;
  background: #FFF;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #151515;
  display: table;
  padding: 10px 14px;
  width: 178px;
  bottom: 67px;
  right: -160px;
}

.b3_text {
  width: 100%;
  max-width: 460px;
  padding: 50px 0 0;
}

.b3_text p {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: #151515;
  max-width: 428px;
}

.b3_arrows {
  background: #FFF;
  border-radius: 7px;
  width: 156px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b3_arrows i {
  margin-right: 12px;
}

.b3_t1 {
  margin: 24px 0 32px;
  max-width: 400px;
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #151515;
}

.b4 {
  background: #AAB7BD;
  overflow: hidden;
}

.b4_left {
  width: 100%;
  max-width: 575px;
  position: relative;
}

.b4_left_bg_div {
  background-color: #1F1814;
  height: 100%;
  background-position: right top;
}

.b4_text {
  position: relative;
  z-index: 20;
  padding: 153px 0 115px;
}

.b4_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  max-width: 460px;
  margin: 0 0 30px;
}

.b4_text p b {
  font-weight: 700;
}

.b4_left_bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1000px;
  bottom: 0;
}

.b4_tx {
  max-width: 360px;
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #FFF;
  position: relative;
  z-index: 20;
  padding: 0 0 80px;
}

.b4_right {
  width: calc(100% - 575px);
  position: relative;
}

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

.b4_right_man {
  display: table;
  font-size: 0;
  position: absolute;
  z-index: 20;
  top: 17px;
  left: -86px;
}

.b4_right_box {
  font-size: 0;
}

.b5_left {
  width: 100%;
  max-width: 395px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b5_right {
  max-width: 600px;
  width: 100%;
  padding: 80px 0 0;
}

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

.b5 {
  background: #F0E6E0;
}

.b5_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #0B0B0B;
  padding: 0 0 30px;
}

.b5_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #0B0B0B;
  padding: 0 0 30px;
}

.b5_t2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #0B0B0B;
  max-width: 493px;
  margin: 0 0 30px;
}

.b5_info_box {
  background: #FFF;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  position: relative;
  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;
  text-align: center;
  margin: -76px 0 0 -358px;
}

.b5_info_box:before {
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.95;
  border: 1px solid #C1C1C1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 9px;
}

.b5_icon {
  background: #F0E6E0;
  width: 136px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b5_info_box_text_t1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1D1D1D;
  margin: 0 0 19px;
}

.b5_info_box_text_t2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #1D1D1D;
}

.b5_info_box_text_t2 span {
  background: #FBC110;
  padding: 4px 6px;
}

.b5_info {
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form_input {
  margin: 0 0 15px;
}

.form_input * {
  background: #FFF;
  border: 1px solid #D5D5D5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  padding: 23px 22px;
  width: 100% !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #000;
}

.form_input::-webkit-input-placeholder {
  color: #C5C5C5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form_input::-moz-placeholder {
  color: #C5C5C5;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.form_input:-ms-input-placeholder {
  color: #C5C5C5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.form_input::-ms-input-placeholder {
  color: #C5C5C5;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

.form_input::placeholder {
  color: #C5C5C5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.form_input input:focus::-webkit-input-placeholder {
  overflow: hidden;
  font-size: 0;
}

.form_input input:focus::-moz-placeholder {
  overflow: hidden;
  font-size: 0;
}

.form_input input:focus:-ms-input-placeholder {
  overflow: hidden;
  font-size: 0;
}

.form_input input:focus::-ms-input-placeholder {
  overflow: hidden;
  font-size: 0;
}

.form_input input:focus::placeholder {
  overflow: hidden;
  font-size: 0;
}

.form_input textarea {
  height: 126px !important;
  max-height: 126px;
}

form .bt {
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid #580C1A;
}

.b11 {
  background: #F0E6E0;
  padding: 93px 0 22px;
}

.b11 .bt {
  max-width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid #580C1A;
  margin: 0 auto 4px;
  max-width: 380px;
}

.b11 .slider_bottom {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 21px 0 0;
}

.b11 .slider_bottom>div {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16V7Z' fill='%23101010'/%3E%3C/svg%3E%0A");
}

.b11 .slider_bottom i {
  background: #DCD2CC;
}

.form_checkbox {
  position: relative;
  margin: 28px 0 0;
}

.form_checkbox p {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #858585;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_checkbox p span {
  max-width: 350px;
  display: block;
}

.form_checkbox p i {
  opacity: 0.4;
  border: 1px solid #979087;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  margin: -3px 21px 0 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 !important;
  cursor: pointer;
}

.form_checkbox p i:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33234 17.1654L0 10.8449L1.74266 9.10225L6.33234 13.683L17.2573 2.77881L19 4.52146L6.33234 17.1654Z' fill='%23DBC6A7'/%3E%3C/svg%3E");
  width: 19px;
  height: 19px;
  display: block;
  margin: -2px 0 0 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.form_checkbox p i:hover {
  opacity: 0.7;
}

.form_checkbox input {
  -webkit-appearance: button;
  position: absolute;
  top: 12px;
  left: 10px;
  opacity: 0;
}

.form_checkbox input:checked+p i:before {
  opacity: 1;
}

.box_form {
  width: 100%;
  max-width: 540px;
}

.b6 {
  background: #1F1814;
  overflow: hidden;
}

.b6_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;
}

.b6_right {
  width: 100%;
  max-width: 460px;
  font-size: 0;
}

.b6_left {
  width: 100%;
  max-width: 700px;
  padding: 136px 0 0;
}

.b6_left_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 30px;
  max-width: 621px;
}

.b6_left_text p b {
  font-weight: 700;
  font-size: 35px;
}

.b6_left_text p span {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FBC110;
}

.b6_left_text p i {
  font-style: normal;
}

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

.b6_bottom i {
  margin: 0 19px 0 0;
  font-size: 0;
}

.b6_bottom p {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFF;
  max-width: 565px;
}

.b7_left {
  max-width: 364px;
  position: relative;
}

.b7_left:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1000px;
  background: #FAF0EA;
}

.b7_lamp {
  display: table;
  font-size: 0;
  position: absolute;
  right: 153px;
  z-index: 20;
  top: 0;
}

.b7_left_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 138px;
  right: -40px;
  width: 400px;
  height: 588px;
  background-position: top center;
  border-radius: 7px;
  -webkit-filter: drop-shadow(0px 4px 65px rgba(129, 129, 129, 0.25));
  filter: drop-shadow(0px 4px 65px rgba(129, 129, 129, 0.25));
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 6;
}

.b7_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  z-index: 4;
}

.b7_left_box_text {
  background: #FCFCFC;
  border-radius: 7px;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
}

.b7_left_box_text i {
  margin: 0 13px 0 15px;
  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;
}

.b7_left_box_text p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #777;
}

.b7_right {
  width: 100%;
  max-width: 710px;
  padding: 133px 0 0;
}

.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;
}

section.b7 {
  background: #F0E6E0;
}

.b7_right_text {
  padding: 30px 0 0;
}

.b7_right_text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
  margin: 0 0 30px;
  max-width: 537px;
}

.icon_red {
  padding: 0 0 0 38px;
  max-width: 600px !important;
  position: relative;
}

.icon_red:before {
  content: "*";
  display: block;
  color: #FF2424;
  position: absolute;
  left: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 140%;
  top: -11px;
}

.b7_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #1C1C1C;
}

.b8_bg_img {
  opacity: 0.1;
  max-width: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  will-change: transform, opacity;
}

section.b8 {
  background: #1F1814;
  overflow: hidden;
}

.b8_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.b8_left {
  padding: 27px 0 1px;
  width: 100%;
  max-width: 660px;
}

.b8_left p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 30px;
}

.b8_left b {
  position: relative;
}

.b8_left b i {
  font-size: 0;
  position: absolute;
  right: -79px;
  top: -12px;
}

.b8_img {
  font-size: 0;
  margin: 0 0 30px;
}

.b8_main {
  height: 790px;
  background-position: top center;
}

.b8_box {
  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;
}

.b8_right {
  width: 100%;
  max-width: 500px;
  margin: 110px 0 0;
  position: relative;
}

.b8_right:before {
  content: "";
  display: block;
  background: #C4C4C4;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 801px 218px #c4c4c4;
  box-shadow: 0 0 801px 218px #c4c4c4;
  right: 0;
  margin: auto;
  bottom: 0;
  height: 0;
  width: 0;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16V7Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  position: static !important;
  font-size: 0;
  margin: 0 !important;
  -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);
}

.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 7H3.8L9.4 1.4L8 0L0 8L8 16L9.4 14.6L3.8 9H16V7Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px !important;
  height: 16px !important;
  display: block !important;
  position: static !important;
  font-size: 0;
  margin: 0 !important;
}

.swiper-button-prev:after {
  display: none;
}

.slider_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0 0;
}

.line {
  background: #787171;
  width: 132px;
  height: 2px;
  margin: 0 18px;
}

.b8_right_box .swiper-slide {
  font-size: 0;
}

.b8_right_box .swiper-slide img {
  border-radius: 7px;
}

.b8_slider_item_info {
  background: #A8988F;
  width: 195px;
  height: 195px;
  border-radius: 50%;
  position: absolute;
  right: -41px;
  top: 108px;
  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;
}

.b8_slider_item_info:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  border: 1px solid #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  margin: 12px;
}

.b8_slider_item_info p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  text-align: center;
  margin: 0 0 -6px;
}

.b9_left {
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.b9 {
  background: #F0E6E0;
}

.b9_right {
  width: 100%;
  max-width: 710px;
  padding: 125px 0 0;
}

.b9_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;
}

.b9_t1 {
  font-weight: 700 !important;
  font-size: 35px !important;
  line-height: 140%;
  color: #1C1C1C;
}

.b9_comment {
  margin: 38px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b9_comment p {
  max-width: 525px;
  margin: 2px 0 0 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
}

.b9_text>p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
  margin: 0 0 30px;
}

.b9_text ul {
  margin: 0 0 30px;
  padding: 17px 0;
  border: 1px solid #C5C5C5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b9_text ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #131313;
  position: relative;
  padding: 0 0 0 24px;
  margin: 0 0 0 16px;
}

.b9_text ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background: #C4C4C4;
  position: absolute;
  top: 7px;
  left: 0;
}

.b9_text ul li:nth-child(1) {
  padding: 0;
  margin: 0 0 0 21px;
}

.b9_text ul li:nth-child(1):before {
  opacity: 0;
}

.b9_box_icon {
  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;
  max-width: 700px;
  margin: -20px 0 20px;
}

.b9_box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 7px;
  width: 100%;
  max-width: 370px;
  margin: 0 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 130px;
}

.b9_box_item:nth-child(2n) {
  max-width: 310px;
}

.b9_box_item:nth-child(2n) p {
  max-width: 185px;
}

.b9_box_item p {
  max-width: 246px;
}

.b9_box_item i {
  width: 44px;
  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;
  margin: 0 23px;
}

section.b10 {
  background: #1F1814;
  overflow: hidden;
}

.b10_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;
}

.b10_left {
  width: 100%;
  max-width: 570px;
  padding: 197px 0 0;
}

.b10_left p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 30px;
  position: relative;
  z-index: 2;
}

.b10_left p span {
  font-weight: 700;
}

.b10_left p i {
  font-style: normal;
}

.b10_right {
  width: 100%;
  max-width: 455px;
  position: relative;
}

p.b10_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
}

p.b10_t2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FBC110;
}

.b10_img>div {
  font-size: 0;
  overflow: hidden;
  border-radius: 7px;
  position: absolute;
  display: table;
}

.b10_bg {
  font-size: 0;
}

.b10_img_1 {
  top: 57px;
  left: -100px;
}

.b10_img_2 {
  top: 360px;
  left: 232px;
}

.b10_img_3 {
  top: 450px;
  left: -45px;
}

.b12 .b3_bt_text {
  bottom: 40px;
  right: -156px;
}

.b12 .b3_box {
  padding: 43px 0 0;
}

.b3.b12 {
  min-height: 0;
  padding: 0 0 106px;
}

.b13 p.b10_t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -32px 0 10px;
}

.b13 p.b10_t1 i {
  margin: 0 24px 0 0;
  margin: 14px 25px 0 0;
}

.b13 .b10_left {
  max-width: 630px;
  padding: 92px 0 0;
}

.b11_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #1C1C1C;
  max-width: 860px;
  margin: 0 0 30px;
}

.b11_t1 i {
  color: #FF1E1E;
}

.b11_t2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: #131313;
}

.b11_slider_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  margin: 0 0 50px;
  justify-content: flex-end;
}

.b11_content {
  width: 100%;
  max-width: 760px;
  background: #fff;
  border-radius: 7px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 53px 0 0;
  min-height: 450px;
}

.b11_content:before {
  content: "";
  border: 1px solid #D6D6D6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: 15px;
}

.b11_photo {
  font-size: 0;
  position: relative;
  z-index: 20;
  max-width: 298px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b11_photo img {
  border-radius: 7px;
}

.b11_photo img.lazy:not(.loaded) {
  opacity: 0;
}

.b11_text {
  margin: 22px 0 0 29px;
  position: relative;
  z-index: 20;
  max-width: 380px;
}

.b11_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #131313;
  padding: 0 0 15px;
}

.b11_content_info p {
  border-bottom: 1px solid #F1F1F1;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b11_content_info p b {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #131313;
}

.b11_content_info p span {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: right;
  color: #131313;
}

.b11_zg {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #131313;
  margin: 14px 0 19px;
}

.b11_about_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #494949;
}

.b10.b14 {
  background: #F0E6E0;
}

.b10.b14 .b10_left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 108px 0 0;
  max-width: 705px;
}

.b10.b14 .b10_left p {
  color: #131313;
}

.b10.b14 .b10_left p.b10_t1 {
  margin: -11px 0 10px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b10.b14 .b10_left p.b10_t1 i {
  margin: 0 25px 0 0;
}

.b10.b14 .b10_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 360px;
}

.b15 p.b10_t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -13px 0 20px;
}

.b15 p.b10_t1 i {
  margin: 0 25px 0 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

.b15 p.b10_t2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FBC110;
}

.b15 .b10_left {
  max-width: 641px;
  padding: 129px 0 0;
}

.b10.b16 .b10_left p.b10_t1 {
  margin: -9px 0 22px;
}

.b17 .b10_left {
  padding: 87px 0 0;
}

.b10.b14.b16 .b10_left {
  padding: 83px 0 0;
}

.b10.b14.b18 .b10_left {
  padding: 180px 0 0;
}

.b19 {
  background: #1F1814;
  overflow: hidden;
}

.b19_t1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
}

.b19_t2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
  margin: 30px 0 0;
}

p.b19_t3 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #fff;
  margin: 15px 0 30px;
}

p.b19_t3 span {
  color: #ABABAB;
}

.b19_right {
  width: 100%;
  max-width: 600px;
  position: relative;
}

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

.b19_left {
  padding: 187px 0 0;
}

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

.b19_tx p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FBC110;
}

.b19_tx i {
  background: #393939;
  border-radius: 7px;
  width: 156px;
  height: 28px;
  margin: 0 0 0 25px;
}

.b19_tx i svg {
  margin: 8px 0 0 12px;
  width: 180px;
}

.b19_bg {
  font-size: 0;
}

.b19_serf {
  position: absolute;
  top: 0;
  font-size: 0;
  left: 30%;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b19_serf_it {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  will-change: transform, opacity;
}

.b19_serf_it img {
  border-radius: 6px;
}

.b19_serf_it:last-child {
  margin: 0 0 0 40px;
}

.b19_serf_it:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.b19_right_box .navigation_swiper.video-comment .btn {
  background: #ffffff;
  width: 50px !important;
  height: 50px !important;
  margin: 50px !important;
}

.b19_right_box .navigation_swiper.video-comment .btn svg {
  margin: -4px;
}

.b19_right_box .navigation_swiper.video-comment .btn:before {
  display: none;
}

.b19_right_box .b19_slider_item {
  display: flex;
  justify-content: center;
}

.b20_left {
  width: 100%;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 0;
}

.b20_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;
}

.b20_box .page_form {
  margin: 0 0 37px;
}

.b20_right {
  width: 100%;
  max-width: 700px;
  padding: 64px 0 0;
}

.b20_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #1C1C1C;
  margin: 0 0 25px;
}

section.b20 {
  background: #F0E6E0;
}

.b20_zg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

.b20_zg p {
  max-width: 510px;
  margin: 0 0 0 28px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
}

.b20_t2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
}

.b20_t3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
  margin: 30px 0 25px;
}

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

.b20_bt .bt {
  margin: 0 30px 0 18px;
  max-width: 280px;
  font-size: 20px;
  height: 60px;
  border-bottom: 3px solid #580C1A;
}

.b20_bt p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #131313;
}

.b20_bt>i {
  font-size: 0;
}

.b21 {
  background: #1F1814;
  padding: 98px 0 51px;
}

.b21_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 50px;
}

.b21_item_number {
  width: 200px;
}

.b21_item_number p {
  font-weight: 100;
  font-size: 125px;
  line-height: 140%;
  color: #4B4B4B;
  position: relative;
}

.b21_item_number p:before {
  content: "";
  background: #FBC110;
  width: 70px;
  height: 2px;
  display: block;
  position: absolute;
  top: 47%;
  right: -13px;
}

.b21_item {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.b21_item_box {
  width: 100%;
  max-width: 900px;
  background: #2D2D2D;
  border-radius: 20px;
  padding: 30px;
  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;
}

.b21_item_box .bt {
  border-bottom: 4px solid #580C1A;
}

.b21_item_box .page_form {
  margin: 23px 0 4px;
}

.b21_item_text {
  width: 100%;
  max-width: 490px;
}

.b21_title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  color: #FBC110;
  margin: 0 0 31px;
  max-width: 360px;
}

.b21_item_text_p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
}

.b21_item_text_p p {
  margin: 0 0 30px;
}

.b21_item_text_p p:last-child {
  margin: 0;
}

.b21_item_text_p p span {
  font-size: 16px;
  margin: -15px 0 0;
  display: block;
}

.b21_item_text_p p i {
  font-style: normal;
}

.b21_item .b21_item_box .b21_item_img img {
  border-radius: 7px;
}

.b21_item_style_2 .b21_item_number {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}

.b21_item_style_2 .b21_item_number p:before {
  right: auto;
  left: -18px;
}

.b21_item_style_2 .b21_item_box {
  background: #F0E6E0;
}

.b21_item_style_2 .b21_item_box .b21_item_img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.b21_item_style_2 .b21_item_box .b21_item_text {
  margin: 0 0 0 11px;
}

.b21_item_style_2 .b21_item_text_p {
  color: #131313;
}

.b21_item_style_2 .b21_item_text_p p {
  max-width: 449px;
}

.b21_item_style_2 .b21_title {
  color: #131313;
}

.b21_item_img {
  font-size: 0;
}

.b21_item_2 img {
  margin: -58px 0 0;
}

.b21_item_3 img {
  margin: -23px 0 0;
}

.b21_item_6 .b21_title {
  max-width: 390px;
}

.b21_item_7 .b21_item_text_p {
  margin: 0 0 10px;
}

.b21_item_8 .b21_title {
  max-width: 433px;
}

.b22_item {
  width: 100%;
  max-width: 261px;
}

.b22 {
  background: #F0E6E0;
  padding: 72px 0 74px;
}

.b22_zg {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  color: #1C1C1C;
  padding: 0 0 41px;
}

.swiper_3 {
  overflow: hidden;
}

#go_team .slider_bottom {
  display: none;
}

#go_team .navigation_swiper.video-comment {
  display: none;
}

.b22_photo {
  font-size: 0;
  display: table;
  overflow: hidden;
  border-radius: 7px;
  background: #eee;
}

.b22_photo img {
  border-radius: 7px;
}

p.b22_title {
  margin: 34px 0 17px;
}

p.b22_title span {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: #1C1C1C;
}

p.b22_title b {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1C1C1C;
  padding: 0 0 0 38px;
  margin: 5px 0 0;
}

p.b22_title b:before {
  content: "";
  background: #1C1C1C;
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 13px;
}

.b22_info {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #1C1C1C;
  max-width: 258px;
}

span.swiper-pagination-bullet {
  background: #666255;
  width: 40px;
  height: 14px;
  border-radius: 0;
  opacity: 1 !important;
}

.swiper-pagination {
  position: static !important;
  margin: 62px 0 0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E9B418;
}

.b24_box_feedback {
  max-width: 758px;
  margin: 0 auto;
  height: 810px;
  width: 100%;
}

.b24_zg {
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
  text-align: center;
  color: #1C1C1C;
  margin: 0 0 36px;
}

.b24 {
  padding: 72px 0 90px;
}

.b25 {
  background: #1F1814;
  padding: 75px 0 58px;
}

.b25_left {
  width: 100%;
  max-width: 400px;
}

.b25_left .form_input * {
  background: #393939;
  border-color: #626262;
  color: #fff;
}

.b25_left .form_input::-webkit-input-placeholder {
  color: #C5C5C5;
}

.b25_left .form_input::-moz-placeholder {
  color: #C5C5C5;
}

.b25_left .form_input:-ms-input-placeholder {
  color: #C5C5C5;
}

.b25_left .form_input::-ms-input-placeholder {
  color: #C5C5C5;
}

.b25_left .form_input::placeholder {
  color: #C5C5C5;
}

.b25_left .form_checkbox p {
  color: #858585;
}

.b25_left .form_checkbox p i {
  border-color: #9790878f;
  opacity: 1;
}

.b25_left .form_checkbox p span {
  max-width: 345px;
}

.b25_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;
}

.b25_right {
  width: 100%;
  max-width: 685px;
  position: relative;
}

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

.b25_right ul li {
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin: 0 0 30px;
  padding: 0 0 0 98px;
  position: relative;
}

.b25_right ul li b {
  color: #FBC110;
}

.b25_right ul li:before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #FBC110;
  top: 12px;
  position: absolute;
  left: 0;
}

.b25_t1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 23px;
}

.b25_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
}

.b25_icon i {
  font-size: 0;
  margin: 0 32px 0 0;
}

.b25_icon p {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
}

.b25_t2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
  margin: 0 0 35px;
}

.b25_t3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
  padding: 14px 0 0;
}

.b25_t4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: #FFF;
  margin: 31px 0 0;
}

.b25_t4 b {
  color: #FBC110;
}

.ft {
  background: #1F1814;
  border-top: 1px solid #A3A3A3;
  padding: 23px 0 20px;
}

.ft_line_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 32px;
}

.ft_line_1 i {
  opacity: 0.4;
}

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

.ft_logo_text {
  font-weight: 600;
  font-size: 16px;
  line-height: 157%;
  color: #FFF;
  margin: 10px 0 0 36px;
}

.ft_link {
  width: 100%;
  max-width: 409px;
}

.ft_link a {
  display: table;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #A3A3A3;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 11px;
}

.ft_link a:hover {
  color: #fff;
}

.ft_link a:last-child {
  margin: 0;
}

.ft_line_2 {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_info {
  width: 100%;
  max-width: 320px;
}

.ft_info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #A3A3A3;
}

.ft_social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ft_social ul a {
  border: 2px solid #403A37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ft_social ul a:hover {
  border-color: #fff;
}

.ft_social ul li {
  margin: 0 12px 0 0;
}

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

.b25_arrows {
  background: #393939;
  border-radius: 7px;
  width: 156px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 61px;
  right: 14px;
}

.b25_arrows i {
  margin: 0 26px 0 0;
}

.quiz {
  background: #F3F3F3 !important;
  width: 100% !important;
  border-radius: 10px;
  max-width: 620px !important;
  overflow: hidden;
  padding: 0 0 41px;
}

button.fancybox-close-small {
  top: 0;
}

button.fancybox-close-small:after {
  color: #000;
  font-weight: 300;
}

.quiz_main {
  margin: 0 auto;
  width: 100%;
  max-width: 460px;
}

.quiz_top {
  border-bottom: 1px solid #DFDFDF;
}

.quiz_top .quiz_main {
  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: 25px 0;
}

.quiz_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #2D2D2D;
  padding-right: 10px;
}

.quiz_discount {
  background: #FFCE31;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 49px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz_discount_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #2D2D2D;
  margin: 0 0 0 12px;
}

.quiz_discount_number {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  text-align: right;
  color: #2D2D2D;
  margin: 0 8px -5px 0;
}

.quiz_questions_title {
  width: 100%;
  max-width: 460px;
  margin: 22px auto 25px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #101010;
}

.quiz_radio {
  width: 100%;
  max-width: 460px;
  margin: 0 auto 10px;
}

.quiz_radio label {
  background: #fff;
  border-radius: 7px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quiz_radio label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz_radio label p i {
  background: #FFF;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  width: 26px;
  height: 26px;
  display: block;
  margin: 7px;
}

.quiz_radio label p span {
  margin: 0 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #2E2E2E;
}

.quiz_radio label input {
  -webkit-appearance: auto;
  position: absolute;
  left: 10px;
  top: 12px;
  opacity: 0;
}

.quiz_radio label input:checked+p i {
  background: #FBC110;
  border-color: #FBC110;
}

.quiz_radio label:hover {
  -webkit-box-shadow: 0 0 0 1px #FBC110;
  box-shadow: 0 0 0 1px #FBC110;
}

.quiz_bottom {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 11px 0 16px;
}

.quiz_bottom p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #101010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz_bottom p span {
  background: #E8E8E8;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 10px;
}

span.quiz_questions_now {
  background: #FBC110 !important;
}

.quiz_button {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz_button_item {
  max-width: 150px;
  width: 100%;
}

.quiz_button_item button {
  height: 50px;
  font-size: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quiz_button_item button:disabled {
  background: #EAEAEA;
  color: #BEBEBE;
  border-color: #C6C6C6;
  cursor: default;
}

.quiz_button_item button:disabled:before {
  display: none;
}

.quiz_button_item button:disabled i {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='16' viewBox='0 0 29 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99945 15.0001C9.09318 14.9071 9.16758 14.7965 9.21834 14.6747C9.26911 14.5528 9.29525 14.4221 9.29525 14.2901C9.29525 14.1581 9.26911 14.0274 9.21834 13.9055C9.16758 13.7837 9.09318 13.6731 8.99945 13.5801L4.39945 8.9801L27.9395 8.9801C28.2047 8.9801 28.459 8.87474 28.6466 8.68721C28.8341 8.49967 28.9395 8.24532 28.9395 7.9801C28.9395 7.71488 28.8341 7.46053 28.6466 7.27299C28.459 7.08546 28.2047 6.9801 27.9395 6.9801L4.41945 6.9801L8.99945 2.4101C9.1857 2.22274 9.29025 1.96928 9.29025 1.7051C9.29025 1.44091 9.1857 1.18746 8.99945 1.0001C8.81209 0.813848 8.55864 0.709306 8.29445 0.709306C8.03027 0.709306 7.77682 0.813848 7.58945 1.0001L1.22945 7.3601C1.14385 7.44223 1.07574 7.54082 1.02921 7.64994C0.98268 7.75906 0.958695 7.87647 0.958695 7.9951C0.958695 8.11373 0.98268 8.23113 1.02921 8.34026C1.07574 8.44938 1.14385 8.54797 1.22945 8.6301L7.57945 15.0001C7.67241 15.0938 7.78302 15.1682 7.90488 15.219C8.02674 15.2698 8.15744 15.2959 8.28945 15.2959C8.42146 15.2959 8.55217 15.2698 8.67403 15.219C8.79589 15.1682 8.90649 15.0938 8.99945 15.0001Z' fill='%23BEBEBE'/%3E%3C/svg%3E%0A");
}

.quiz_button_item button span {
  margin: 0 21px 0 0;
}

.quiz_button_item button i {
  position: relative;
  width: 29px;
  height: 16px;
  display: block;
  margin: 0 0 0 20px;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='16' viewBox='0 0 29 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.10102 14.9947C8.19474 14.9018 8.26914 14.7912 8.31991 14.6693C8.37067 14.5474 8.39681 14.4167 8.39681 14.2847C8.39681 14.1527 8.37067 14.022 8.31991 13.9002C8.26914 13.7783 8.19474 13.6677 8.10101 13.5747L3.50101 8.97473L27.041 8.97473C27.3062 8.97473 27.5606 8.86937 27.7481 8.68184C27.9357 8.4943 28.041 8.23994 28.041 7.97473C28.041 7.70951 27.9357 7.45516 27.7481 7.26762C27.5606 7.08009 27.3062 6.97473 27.041 6.97473L3.52101 6.97473L8.10101 2.40473C8.28726 2.21737 8.39181 1.96392 8.39181 1.69973C8.39181 1.43554 8.28726 1.18209 8.10101 0.994731C7.91365 0.80848 7.6602 0.703938 7.39601 0.703938C7.13183 0.703938 6.87838 0.80848 6.69101 0.994731L0.331014 7.35473C0.245412 7.43686 0.177301 7.53545 0.130771 7.64457C0.0842412 7.7537 0.0602563 7.8711 0.0602563 7.98973C0.0602563 8.10836 0.0842412 8.22577 0.130771 8.33489C0.177301 8.44401 0.245412 8.5426 0.331014 8.62473L6.68101 14.9947C6.77398 15.0885 6.88458 15.1629 7.00644 15.2136C7.1283 15.2644 7.259 15.2905 7.39102 15.2905C7.52303 15.2905 7.65373 15.2644 7.77559 15.2136C7.89745 15.1629 8.00805 15.0885 8.10102 14.9947Z' fill='white'/%3E%3C/svg%3E%0A");
}

button.bt.quiz_next i {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 20px 0 0;
  -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);
}

button.bt.quiz_next span {
  margin: 0 0 0 20px;
}

.bt.bt_hidden {
  display: none !important;
}

.quiz_questions hr {
  border: 0;
  height: 1px;
  background: #DFDFDF;
  margin: 0 0 24px;
}

.quiz_questions>div {
  width: 100% !important;
}

.quiz_questions_2_box {
  width: 100%;
  max-width: 460px;
  margin: -9px auto 0;
}

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

.input_square input {
  background: #FFF;
  border: 1px solid #D4D4D4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 7px;
  height: 40px;
  width: 90px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  color: #2E2E2E;
}

.input_square p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #101010;
  margin: 0 0 0 11px;
}

p.quiz_bottom_text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 140%;
  color: #101010;
}

.polzunok {
  margin: 31px 0 25px;
}

.filepond--drop-label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filepond--drop-label p span {
  max-width: 235px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #101010;
}

.filepond--drop-label p i {
  background: #FFCE31;
  border-radius: 7px;
  width: 60px;
  height: 50px;
  margin: 0 26px 0 0;
  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;
}

.filepond--drop-label p i:after {
  content: "";
  height: 32px;
  width: 32px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 20V25.3333C28 26.0406 27.719 26.7189 27.219 27.219C26.7189 27.719 26.0406 28 25.3333 28H6.66667C5.95942 28 5.28115 27.719 4.78105 27.219C4.28095 26.7189 4 26.0406 4 25.3333V20' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33398 13.3335L16.0007 20.0002L22.6673 13.3335' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 20V4' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.filepond--drip>div {
  background: #ffce3047 !important;
}

.filepond--root:hover .filepond--drop-label p i:after {
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.quiz_questions_title.quiz_questions_title_2 {
  margin-top: -10px;
}

.quiz_questions_8_photo {
  width: 100%;
  max-width: 460px;
  margin: 15px auto 18px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.quiz_questions_8_photo>div {
  overflow: hidden;
  border-radius: 7px;
  font-size: 0;
  position: absolute;
  top: 0;
}

.quiz_questions_8_photo.quiz_final_box_gift {
  height: 140px;
  overflow: hidden;
  border-radius: 7px;
  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;
}

.quiz_questions_8_photo.quiz_final_box_gift>div {
  position: absolute;
  top: -49%;
}

.quiz_final_box_val {
  width: 100%;
  max-width: 460px;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quiz_final_box_val i {
  background: #FFCE31;
  border-radius: 5px;
  width: 80px;
  height: 70px;
  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;
  font-size: 0;
  margin: 0 25px 0 0;
}

.quiz_final_box_val_text_t1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #101010;
  margin: 0 0 5px;
}

.quiz_final_box_val_text_t2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #101010;
}

.final_form {
  max-width: 460px;
  margin: 0 auto;
}

.b11_photo_slider {
  width: 697px;
  min-width: 697px;
}

button.bt:disabled {
  opacity: 0.7;
}

button.bt:disabled:after {
  content: "Ожидайте... Идёт отправка...";
  display: block !important;
  position: absolute;
  bottom: 3px;
  font-weight: 200;
  font-size: 13px;
}

.message {
  padding: 41px;
}

.fm {
  width: 100% !important;
  max-width: 620px !important;
  background: #F3F3F3 !important;
  border-radius: 10px;
}

.fm_main {
  max-width: 460px;
  margin: 0 auto;
  padding: 53px 0;
}

.fm_title {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #2D2D2D;
  margin: 0 0 21px;
}

.b23 {
  background-color: #1F1814;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 67px 0 91px;
  background-size: 100%;
}

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

.b23_h2 {
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  color: #FFF;
  margin: 0 70px 0 0;
}

.b23_top_buttom button {
  border: 2px solid #848484;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 28px;
  background: none;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  text-align: center;
  color: #848484;
  margin: 0 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.b23_top_buttom button:hover {
  border-color: #fff;
}

button.active_bt {
  border-color: #fff;
  color: #FBC110;
}

.b23_item {
  width: 100%;
  max-width: 360px;
  margin: 41px auto 0;
  position: relative;
  z-index: 20;
}

.b23_item_title {
  margin: 20px 26px 12px;
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  color: #FFF;
}

.b23_item_price {
  background: #554C48;
  border-radius: 7px;
  padding: 1px 25px;
}

.b23_item_price_1 {
  display: table;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #B0A69F;
  padding: 13px 0 0;
}

.b23_item_price_2 {
  font-weight: 700;
  font-size: 33px;
  line-height: 140%;
  color: #FBC110;
  margin: -4px 0 0;
}

.b23_item_price_3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
  margin: -6px 0 15px;
}

.b23_item_info {
  padding: 1px 0 8px;
  margin: 0 0 12px;
  background: #595452;
  background: -o-radial-gradient(50% 50%, 50% 50%, #595452 0%, #433C38 100%);
  background: radial-gradient(50% 50% at 50% 50%, #595452 0%, #433C38 100%);
  border-radius: 7px;
}

.b23_item_info ul {
  list-style: none;
  padding: 0;
  margin: 27px 0 0 27px;
  max-width: 87%;
}

.b23_item_info ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #FFF;
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 0 14px;
}

.b23_item_info ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  background: #FBC110;
  display: block;
  width: 20px;
  height: 3px;
  left: 0;
}

.swiper_4 {
  overflow: hidden;
}

.swiper_5 {
  overflow: hidden;
}

.b23_box {
  margin: 0 0 0 -15px;
}

.page {
  overflow: hidden;
}

.b23_item.b23_item_style2 .b23_item_info {
  background: -o-radial-gradient(50% 50%, 50% 50%, #675A55 0%, #54453F 100%);
  background: radial-gradient(50% 50% at 50% 50%, #675A55 0%, #54453F 100%);
  -webkit-box-shadow: 0 4px 65px rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 65px rgba(255, 255, 255, 0.25);
  border-radius: 7px;
}

br.m {
  display: none;
}

.b8_slider_item img.lazy:not(.loaded) {
  opacity: 0;
}

.ths .b1_top {
  background: -o-linear-gradient(top, #1C140F 0%, rgba(28, 20, 15, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#1C140F), to(rgba(28, 20, 15, 0)));
  background: linear-gradient(180deg, #1C140F 0%, rgba(28, 20, 15, 0) 100%);
}

.ths .b1_top .main {
  padding: 24px 0;
}

.ths .b1 {
  background: none !important;
}

.ths .ft {
  background: none;
  border-color: rgba(196, 196, 196, 0.2);
}

.ths .b1_top_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.th_icon {
  background: #FFCE31;
  border-radius: 94px;
  width: 160px;
  height: 160px;
  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;
  margin: 0 auto;
}

.th_t1 {
  font-weight: 900;
  font-size: 55px;
  line-height: 123%;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 29px 0 -9px;
  width: 100%;
}

.th_t2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  color: #F0E6E0;
  text-align: center;
  width: 100%;
}

.th_t3 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FFF;
  margin: 16px 0 0;
}

.th_t3 a {
  color: #fff;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.th_t3 a:hover {
  color: #ffce30;
}

.th_box {
  min-height: 483px;
  max-height: 870px;
  height: calc(100vh - 93px);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.b1.ths {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #231c16;
}

.ths_top {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

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

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

.zamer {
  font-weight: 700;
  font-size: 16px;
  line-height: 110%;
  color: #FFF;
  display: table;
  border-bottom: 1px solid;
  margin: 0 0 0 58px;
}

.b1_top_menu {
  border-top: 1px solid rgba(196, 196, 196, 0.4);
}

.b1_top_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 975px;
}

.b1_top_menu ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b1_top_menu ul li a:hover {
  border-bottom: 1px solid;
}

.b1_top_menu .main {
  padding: 0;
}

i.arrows {
  display: inline-block;
  width: 10px;
  -webkit-transform: translate(4px, -2px);
  -ms-transform: translate(4px, -2px);
  transform: translate(4px, -2px);
}

i.arrows span {
  background: #898989;
  border-radius: 7px;
  width: 156px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

i.arrows span svg {
  margin: 0 0 0 16px;
  min-width: 180px;
}

.b1_main {
  padding: 143px 0 0;
}

.b1_main .main {
  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;
}

.b1_main_form {
  width: 100%;
  max-width: 560px;
  position: relative;
  z-index: 20;
  margin: 35px 0 0;
  padding: 35px 0 0;
}

.page_form {
  max-width: 381px;
  margin: 0 0 88px;
}

.page_form .form_checkbox {
  margin: 18px 0 0;
}

.page_form .form_checkbox p span {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #E0E0E0;
}

.page_form .form_checkbox p span a {
  color: #E0E0E0;
  border-bottom: 1px solid;
}

.page_form .form_checkbox p span a:hover {
  color: #fff;
}

.white_bg.page_form .form_checkbox p span {
  color: #757575;
}

.white_bg.page_form .form_checkbox p span a {
  color: #757575;
}

.white_bg.page_form .form_checkbox p span a:hover {
  color: #000;
}

button.menu_bt {
  font-size: 0;
  border: 0;
  background: none;
  padding: 0;
  height: 30px;
  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;
  cursor: pointer;
}

button.menu_bt span {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

button.menu_bt span:after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -9px;
}

button.menu_bt span:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: -9px;
  position: absolute;
}

.active_bt span {
  background: none !important;
}

.active_bt span:before {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  -ms-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
}

.active_bt span:after {
  -webkit-transform: rotate(45deg) translate(-5px, -7px);
  -ms-transform: rotate(45deg) translate(-5px, -7px);
  transform: rotate(45deg) translate(-5px, -7px);
}

.fixed_menu .b1_top_menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #2b221dbf;
}

.b33 .b3_video {
  max-width: 300px;
}

.b33 .b3_t1 {
  max-width: none;
}

.b33 .b3_text {
  max-width: 800px;
}

.b1_top {
  background: rgba(43, 34, 29, 0.5);
}

.b1_redes .h1 {
  color: #FBC110;
}

.b1_redes .h1 b {
  color: #FBC110;
}

.b1_redes .h1 spane {
  background: #FFFFFF;
  padding: 6px 15px 0px 15px;
  border-radius: 10px;
  display: inline-table;
}

.b1_redes .b1_main_box p {
  color: #FFFFFF;
  margin: 0;
  font-size: 24px;
}

.b1_redes b.h1 {
  color: #FBC110;
  padding: 0 10px 6px 10px;
  border-radius: 10px;
  display: table;
  margin: 30px 0 10px;
  font-size: 50px;
  font-weight: 800;
}

.b1_redes i.arrows {
  margin: 10px 0 0;
}

.b1_redes i.arrows span {
  background: #ffffff1c;
}

.b1_redes .quiz {
  -webkit-box-shadow: 0px 15px 85px rgba(107, 73, 50, 0.2);
  box-shadow: 0px 15px 85px rgba(107, 73, 50, 0.2);
}

.b1_redes .final-submit-btn-span {
  text-align: center !important;
}

.b1_redes_vid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  margin: 30px 0 0px;
}

.b1_redes_vid a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b1_redes_vid a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.swiper_redes {
  padding: 0 0 90px;
  background-size: cover;
}

.swiper_redes .h2 {
  font-size: 35px;
  line-height: 120%;
  text-align: center;
  padding: 80px 0 40px;
}

.swiper_video-comment {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper_redes_slide {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  border-radius: 15px;
  padding: 65px 0 0;
}

.swiper_redes_slide a:hover .icon_play {
  -webkit-transform: translateX(-50%) scale(1.05);
  -ms-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.swiper_redes_slide_img {
  margin: 0px auto;
  display: table;
  position: relative;
}

.swiper_redes_slide_img .video {
  border-radius: 10px;
  width: 790px;
  height: 444px;
  background-size: cover;
  background-position: center;
}

.icon_play {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(14.5px);
  backdrop-filter: blur(14.5px);
  border-radius: 120px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icon_play img {
  margin: auto;
}

.swiper_redes_slide_tx1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  text-align: center;
  margin: 66px 0 10px;
}

.swiper_redes_slide_tx2 {
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #ACACAC;
}

.swiper_redes_slide_text {
  padding: 0 0 35px;
}

.navigation_swiper.video-comment .btn {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(50%);
  transform: translateY(-50%);
}

.navigation_swiper.video-comment .btn svg {
  margin: auto;
}

.navigation_swiper.video-comment .btn:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border: 1px solid #F7F2E8;
  border-radius: 90px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.navigation_swiper.video-comment .btn:hover {
  opacity: 0.7;
}

.navigation_swiper.video-comment .btn.next {
  right: 0;
}

.navigation_swiper.video-comment .btn.prev {
  -webkit-transform: translateY(50%) rotate(180deg);
  -ms-transform: translateY(50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.swiper_redes_box {
  position: relative;
}

.b3_redes .b5_box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.b3_redes .b5_info_box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: -55px 0 0 712px;
}

.b3_redes .b5_left {
  margin: 0 -377px 0 0;
}

.b3_redes .b5_left .tb {
  display: none;
}

.b3_redes .b5_right {
  position: relative;
}

.b3_redes .b5_t1 {
  color: #fff;
}

.b3_redes .b5_text p {
  color: #fff;
}

.b3_redes .b5_t2 {
  color: #fff;
}

.b3_redes .form_input * {
  background: #393939;
  border: 1px solid #626262;
  color: #fff;
}

.b5.b3_redes {
  background: #1F1814;
}

.b4_redes {
  background-size: cover;
  padding: 0 0 107px;
}

.b4_redes .h2 {
  font-size: 35px;
  padding: 64px 0 22px;
}

.b4_redes_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}

.b4_redes_item {
  max-width: 560px;
  width: 100%;
}

.b4_redes_item_logo {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b4_redes_item_logo img {
  margin: auto;
}

.b4_redes_item_text p {
  font-size: 20px;
  line-height: 140%;
  padding: 25px 30px;
  background: #F0E6E0;
  border-radius: 7px;
}

.b4_redes_item_text p b {
  font-weight: 700;
}

#politic-modal {
  position: absolute;
  top: 10%;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.wa-button{
  position:fixed; 
  right:20px; 
  bottom:86px; 
  z-index:100000;
}
@media only screen and (max-width: 980px) {
  .wa-button{
    left:20px;
    bottom:20px;
  }
}
@media only screen and (max-width: 680px) {
  
  .main {
    width: 300px;
  }

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


  .b6_left_text p {
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 25px;
  }

  .b6_left_text p i {
    display: block;
    padding: 25px 0 0;
  }

  .b6_left_text p b {
    font-size: 20px;
  }

  .b6_left_text p br {
    display: none;
  }

  .b6_left_text p span {
    font-size: 18px;
  }

  .logo img {
    width: 130px;
  }

  .b1_top_box {
    -ms-flex-wrap: wrap;
    z-index: 99;
  }

  .b1_phone {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 56px -8px 0 0px;
    top: -64px;
    left: 147px;
  }

  .b1_phone a {
    width: 48px;
    border-bottom: 3px solid #580C1A;
    margin: 0;
    border-radius: 5px;
  }

  .b1_phone a i {
    height: 45px;
    background: -o-linear-gradient(top, #FFC372 0%, #D83555 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFC372), to(#D83555));
    background: linear-gradient(180deg, #FFC372 0%, #D83555 100%);
    -webkit-box-shadow: 0 1px 0 #F27786;
    box-shadow: 0 1px 0 #F27786;
    border-radius: 5px;
    width: 48px;
    margin: 0;
  }

  .b1_phone a i img {
    width: 36px;
    height: 36px;
  }

  .b1_maps {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 13px 0 0;
  }

  .b1_maps p {
    font-size: 14px;
    line-height: 140%;
  }

  .b1_svet {
    display: none;
  }

  .b1_top {
    background: #2b221d;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
  }

  .b1_top .main {
    padding: 18px 0 14px;
    z-index: 100;
  }

  .h1 {
    font-weight: 900;
    font-size: 23px;
    line-height: 123%;
    text-transform: uppercase;
    margin: 15px 0 0;
  }

  .h1 b span {
    font-size: 21px;
  }

  .b1_main_box p {
    margin: 15px 0 25px;
    font-size: 16px;
    line-height: 140%;
  }

  .b1_main_box p br {
    display: none;
  }

  .b1 {
    height: auto;
    z-index: 9999;
  }

  .b1 .bt {
    border-bottom: 3px solid #580C1A;
    -webkit-box-shadow: inset 0 1px 0 #F27786;
    box-shadow: inset 0 1px 0 #F27786;
  }

  .b1 .bt span {
    text-align: left;
  }

  .bt {
    font-size: 18px;
    line-height: 130%;
  }

  .bt span {
    margin: 0;
    text-align: center;
  }

  .b1_bg_element {
    display: none;
  }

  .b1_bg {
    background-size: auto;
    background-color: #030202;
    padding-top: 117px;
  }

  .b1_bottom_img_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    margin: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 224px;
  }

  .b2 {
    padding: 80px 0 0;
    background-size: 1127px;
    background-position: top 0 center;
    background-repeat: no-repeat;
  }

  .b2_t1 {
    font-size: 18px;
    line-height: 140%;
    padding: 0 0 15px;
    max-width: 253px;
  }

  .b2_item_main {
    padding: 25px 0 0;
  }

  .b2_item_main ul {
    min-height: 0;
  }

  .b2_item_main ul li {
    font-size: 14px;
    line-height: 150%;
    margin: 0 0 15px;
    width: 87%;
  }

  .b2_item_main ul li br {
    display: none;
  }

  .b2_svg svg {
    width: 260px;
    height: 270px;
    margin: 0 auto;
  }

  .b2_image {
    max-width: 260px;
    margin: -24px auto 0;
  }

  .b2_item.b2_item_1 img {
    width: 223px;
    height: 230px;
    top: 34px;
  }

  .b2_item {
    margin: 0 0 120px;
    max-height: 408px;
  }

  .b2_item.b2_item_2 {
    margin: 0 0 120px;
  }

  .b2_item.b2_item_2 img {
    width: 224px;
    height: 227px;
    top: 33px;
    left: 17px;
  }

  .b2_item.b2_item_3 img {
    width: 248px;
    height: 208px;
    left: 10px;
    top: 57px;
  }

  .b3_bg {
    display: none;
  }

  .b3_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 22px;
    position: relative;
  }

  .b3_text p {
    font-size: 16px;
    line-height: 140%;
    padding: 0 0 0 48px;
  }

  .b3_video {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 347px;
  }

  .b3_t1 {
    font-size: 20px;
    line-height: 140%;
    max-width: 253px;
    margin: 0 0 10px;
    padding: 0 0 0 48px;
    min-height: 84px;
  }

  .b3_box {
    padding: 31px 0 0;
  }

  .b3_arrows {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(270deg) translate(-94px, 0px);
    -ms-transform: rotate(270deg) translate(-94px, 0px);
    transform: rotate(270deg) translate(-94px, 0px);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 90px;
  }

  .b3_arrows i {
    min-width: 127px;
    overflow: hidden;
  }

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

  .b3_video_img img {
    margin: 0 0 0 -137px;
    height: 300px;
    width: 450px;
  }

  .b3_bt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    left: 0;
    top: 58px;
    margin: -118px auto 0;
    width: 120px;
    height: 120px;
  }

  .b3_bt a {
    width: 72px;
    height: 72px;
  }

  .b3_bt:before {
    margin: 10px;
  }

  .b3_bt_text {
    text-align: center;
    right: 0;
    left: -7px;
    bottom: -68px;
    display: none;
  }

  .b3 {
    min-height: 0;
    padding: 50px 0;
    padding-right: 36px;
    padding-left: 36px;
  }

  .fancybox-slide--iframe .fancybox-content {
    max-width: 100% !important;
    width: 96% !important;
    height: 270px !important;
  }

  .b4_right_box {
    display: none;
  }

  .b4_right_man {
    display: none;
  }

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

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

  .b4_left_bg_div {
    min-width: 480px;
    margin: 0 0 0 -1px;
    background-size: 918px;
  }

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

  .b4_text {
    padding: 50px 0 0;
  }

  .b4_text p {
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 25px;
  }

  .b4_tx {
    font-size: 18px;
    line-height: 140%;
    padding: 0 0 36px;
  }

  section.b4 {
    background: #201813;
  }

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

  .b5_right {
    padding: 50px 0 0;
  }

  p.b5_t1 {
    font-size: 20px;
    line-height: 140%;
    padding: 0 0 25px;
  }

  .b5_text p {
    font-size: 16px;
    line-height: 140%;
    padding: 0 0 25px;
  }

  .b5_text p span {
    display: block;
    padding: 25px 0 0;
  }

  p.b5_t2 {
    font-size: 18px;
    line-height: 140%;
    padding: 0 0 8px;
  }

  .form_checkbox p {
    font-size: 12px;
  }

  .form_checkbox p span {
    max-width: 232px;
  }

  .b5 {
    padding: 0 0 32px;
  }

  .b5_info {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 381px;
    position: relative;
  }

  .b5_info_box {
    margin: 0 auto;
    width: 222px;
    height: 222px;
    position: absolute;
    right: 0;
    top: 93px;
  }

  .b5_icon {
    width: 70px;
    height: 70px;
    top: -34px;
  }

  .b5_icon img {
    width: 33px;
    height: 33px;
  }

  .b5_info_box_text_t1 {
    font-size: 13px;
    line-height: 140%;
    margin: 0 0 13px;
  }

  .b5_info_box_text_t2 {
    font-size: 13px;
    line-height: 140%;
  }

  .b5_info_box_text_t2 span {
    padding: 4px;
  }

  .b5_bg_mobile_bg {
    background-position: top center;
    width: 480px;
    height: 380px;
    display: block;
    margin: 0 0 0 -80px;
  }

  .b5_bg_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b5_bg_mobile_bg_man {
    position: absolute;
    left: -48px;
    top: -43px;
  }

  .box_form {
    padding: 31px 0 0;
  }

  .b6_left {
    padding: 50px 0 0;
  }

  .b6_right {
    display: none;
  }

  section.b6 {
    padding: 0 0 45px;
  }

  .b6_bottom img {
    width: 40px;
    height: 40px;
  }

  .b6_bottom p {
    max-width: 227px;
    font-size: 18px;
  }

  .b6_img_mob {
    display: block !important;
    margin: 0 0 25px;
  }

  .b6_img_mob img {
    border-radius: 7px;
  }

  .b7_left {
    display: none;
  }

  .b7_right {
    padding: 50px 0 21px;
  }

  .b7_t1 {
    font-size: 20px;
  }

  .b7_t1 br {
    display: none;
  }

  .b7_right_text {
    padding: 25px 0 0;
  }

  .b7_right_text p {
    margin: 0 0 25px;
    font-size: 16px;
  }

  .b7_right_text p br {
    display: none;
  }

  .icon_red:before {
    font-size: 45px;
    top: -10px;
  }

  p.icon_red {
    padding: 0 0 0 34px;
  }

  p.icon_red span {
    display: block;
    padding: 25px 0 0;
  }

  br.m {
    display: block !important;
  }

  .b1_svet_mob {
    position: absolute;
    display: table !important;
    font-size: 0;
    right: -31px;
    top: 0;
  }

  .b7_img_mobile {
    margin: 0 0 25px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b7_img_mobile_bg {
    width: 480px;
    background-position: top center;
    overflow: hidden;
    min-width: 480px;
  }

  .b7_img_mobile_svet {
    text-align: center;
    position: relative;
    z-index: 2;
  }

  .b7_img_mobile_img {
    display: table;
    margin: -140px auto 0;
    font-size: 0;
  }

  .b7_img_mobile_img img {
    border-radius: 7px;
    -webkit-filter: drop-shadow(0px 4px 65px rgba(129, 129, 129, 0.25));
    filter: drop-shadow(0px 4px 65px rgba(129, 129, 129, 0.25));
  }

  .b7_left_box_text {
    max-width: 300px;
    margin: 11px auto 0;
  }

  .b7_left_box_text p {
    font-size: 12px;
    line-height: 140%;
    font-weight: 700;
    color: #777;
    margin: 0;
  }

  .b7_left_box_text p br {
    display: block;
  }

  .b7_img_mobile_img_bottom {
    font-size: 0;
    text-align: center;
    margin: -41px 0 -3px;
    position: relative;
    z-index: 20;
  }

  .b8_bg {
    display: none;
  }

  .b8_img {
    position: relative;
  }

  .b8_img img {
    width: 240px;
    height: 289px;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 20;
  }

  .b8_img:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0 0 138px 133px #c4c4c4;
    box-shadow: 0 0 138px 133px #c4c4c4;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom: 116px;
    margin: auto;
  }

  .b8_left p {
    font-size: 16px;
    margin: 0 0 25px;
    position: relative;
    z-index: 20;
  }

  .b8_left p br {
    display: none;
  }

  .b8_left b i {
    right: -54px;
    top: -4px;
  }

  .b8_left b i img {
    width: 37px;
    height: 27px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }

  .b9_left {
    display: none;
  }

  .b8_main {
    height: auto;
    background-size: 1212px;
    background-repeat: no-repeat;
  }

  .b8_right {
    margin: 7px 0 0;
  }

  .b8_right:before {
    display: none;
  }

  .b8_right_box {
    padding: 61px 0 70px;
  }

  .b8_right_box .swiper-slide img {
    width: 300px;
    height: 342px;
  }

  .b8_slider_item_info {
    left: 0;
    right: 0;
    margin: auto;
    top: -61px;
    width: 122px;
    height: 122px;
  }

  .b8_slider_item_info:before {
    margin: 9px;
  }

  .b8_slider_item_info p {
    font-size: 14px;
  }

  .b8_bg_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.1;
    height: 39px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b9_t1 {
    font-size: 20px !important;
    max-width: 250px;
  }

  .b9_right {
    padding: 51px 0 0;
  }

  .b9_comment {
    display: block;
    margin: 11px 0 0;
  }

  .b9_comment img {
    width: 80px;
    height: 54px;
  }

  .b9_comment p {
    margin: 15px 0 25px;
    font-size: 16px;
  }

  .b9_text>p {
    font-size: 16px;
    margin: 0 0 25px;
    max-width: 100% !important;
  }

  .b9_text ul {
    display: block;
    padding: 12px 0;
    margin: 0 0 25px;
  }

  .b9_text ul li {
    font-size: 14px;
    padding: 0 0 0 22px !important;
    margin: 7px 0 7px 16px !important;
  }

  .b9_text ul li:nth-child(1):before {
    opacity: 1;
  }

  .b9_box_item {
    margin: 0 0 10px;
    min-height: 90px;
  }

  .b9_box_item i {
    margin: 0 15px;
  }

  .b9_box_item p {
    max-width: 200px;
    font-size: 14px;
  }

  .b9_box_icon {
    margin: 0;
  }

  .b9_img_mob {
    font-size: 0;
    margin: 0 auto 31px;
  }

  .b9_img_mob img {
    border-radius: 7px;
  }

  .b10_left {
    padding: 50px 0 10px !important;
  }

  .b10_left p {
    font-size: 16px;
    margin: 0 0 25px;
  }

  .b10_left p br {
    display: none;
  }

  .b10_left p i {
    display: block;
    padding: 25px 0 0;
  }

  .b10_right {
    display: none !important;
  }

  p.b10_t2 {
    font-size: 18px;
    max-width: 281px;
  }

  p.b10_t1 {
    font-size: 20px;
    max-width: 100%;
  }

  .b10_img_mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b10.b15 .b13_img_mob img {
    height: 250px;
  }

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

  .ft_line_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 24px;
  }

  .ft_logo_text {
    display: none;
  }

  .ft {
    padding: 17px 0 41px;
    overflow: hidden;
    border-color: rgba(196, 196, 196, 0.2);
  }

  .ft .b1_phone {
    align-items: center;
    justify-content: start;
    margin: 13px 0 0;
  }

  .ft .b1_phone a {
    border: 0;
    width: auto;
    border-radius: 0;
    font-size: 16px;
    margin: 0 0 0 12px;
  }

  .ft .b1_top_box {
    display: block;
  }

  .ft_logo_img {
    font-size: 0;
    margin: 9px 0 30px;
  }

  .ft_link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 20px 0 30px;
  }

  .ft_link a {
    font-size: 14px;
    margin: 0 0 14px;
  }

  .ft_info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .ft_info p {
    font-size: 14px;
  }

  .ft_social ul a {
    width: 60px;
    height: 60px;
  }

  .ft_social ul a img {
    width: auto;
    height: 57%;
  }

  .ft_social ul li {
    margin: 0 8px 0 0;
  }

  .ft_line_2 .ft_logo_text {
    display: block !important;
    margin: 0 0 26px;
    font-size: 14px;
  }

  .b11_t1 {
    font-size: 20px;
    margin: 0 0 25px;
  }

  .b11 {
    padding: 50px 0 6px;
  }

  .b11 .slider_bottom {
    margin: 14px auto 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b11_t2 {
    margin: 0 0 25px;
    font-size: 18px;
  }

  .b11_photo {
    margin: 0 auto;
    width: 280px;
  }

  .b11_photo img {
    width: 280px;
    height: 200px;
  }

  .b11_content {
    display: block;
    padding: 20px 0 0;
  }

  .b11_content:before {
    margin: 10px;
  }

  .b11_photo_slider {
    width: 280px;
    min-width: 0;
  }

  .b11_slider_item {
    min-width: 320px;
    margin: 0 0 22px;
  }

  .b11_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;
  }

  .b11_text {
    margin: 0 24px;
  }

  .b11_title {
    font-size: 19px;
    padding: 0;
  }

  .b11_content_info p {
    font-size: 15px;
  }

  .b11_content_info p b {
    font-size: 16px;
  }

  .b11_content_info p span {
    font-size: 16px;
  }

  .b11_zg {
    font-size: 16px;
    margin: 22px 0 12px;
  }

  p.b11_about_text {
    font-size: 14px;
    padding: 0 0 15px;
    border-bottom: 1px solid #F1F1F1;
    margin: 0 0 33px;
  }

  .b12 .b3_video_img img {
    margin: 0 0 0 -80px;
  }

  .b12 .b3_bt_text {
    bottom: -93px;
  }

  .b3.b12 {
    padding: 0 0 220px;
  }

  .b13 p.b10_t1 {
    margin: -14px 0 18px;
  }

  .b13 p.b10_t1 i {
    margin: 7px 17px 0 0;
    padding: 0;
  }

  .b10.b14 {
    padding: 0 0 14px;
  }

  .b10.b14 .b10_left p.b10_t1 i {
    margin: 0 19px 0 0;
    padding: 0;
  }

  section.b10.b13 {
    padding: 0 0 43px;
  }

  .b13_img_mob {
    display: block !important;
    font-size: 0;
    margin: 0 0 25px;
    position: relative;
  }

  .b13_img_mob img {
    border-radius: 7px;
    position: relative;
    z-index: 2;
  }

  .b15 p.b10_t2 {
    font-size: 18px;
  }

  .b15 .b10_left p {
    max-width: 100%;
  }

  .b10.b14.b16 .b10_left {
    padding-bottom: 0 !important;
  }

  .b16 .b13_img_mob {
    margin-top: -44px;
  }

  section.b10.b15.b17 {
    padding: 0 0 11px;
  }

  .b17 .b13_img_mob:before {
    content: "";
    display: block;
    width: 150vw;
    height: 600px;
    position: absolute;
    top: 40%;
    background: #2B231E;
    left: -25vw;
  }

  .b20_left {
    display: none;
  }

  .b19_bg {
    display: none;
  }

  .b19_serf {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 21px 0 50px;
  }

  .b19_serf img {
    width: 146px;
    height: 207px;
  }

  .b19_serf_it:last-child {
    margin: 0;
  }

  .b19_tx {
    display: block;
  }

  .b19_tx p {
    font-size: 16px;
  }

  .b19_tx i {
    width: 105px;
    height: 28px;
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    left: 0;
    top: 0;
  }

  .b19_tx i svg {
    width: 127px;
    -webkit-transform: translate(16px, 0px);
    -ms-transform: translate(16px, 0px);
    transform: translate(16px, 0px);
  }

  p.b19_t3 {
    font-size: 20px;
    margin: 15px 0 17px;
  }

  p.b19_t2 {
    font-size: 18px;
    margin: 15px 0 0;
  }

  p.b19_t1 {
    font-size: 16px;
  }

  .b19_left {
    padding: 0 0 0 52px;
    margin: 51px 0 0;
    position: relative;
  }

  .b19_right_box .navigation_swiper.video-comment .btn {
    margin-bottom: 0 !important;
  }

  p.b20_t1 {
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 25px;
  }

  p.b20_t1:nth-child(1) {
    padding: 0 0 0 95px;
    margin: 0 0 -52px;
  }

  p.b20_t1 br {
    display: none;
  }

  .b20_zg {
    margin: 0 0 25px;
  }

  .b20_zg p {
    margin: 19px 0 0;
    font-size: 16px;
  }

  .b20_t2 {
    font-size: 16px;
  }

  p.b20_t3 {
    font-size: 16px;
    margin: 25px 0;
  }

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

  .b20_bt .bt {
    margin: 0;
    width: 230px;
    height: 60px;
    font-size: 18px;
  }

  .b20_bt>i img {
    width: 60px;
    height: 60px;
  }

  .b20_bt p {
    font-size: 16px;
    margin: 23px 0 42px;
  }

  .b21_t1 {
    font-size: 20px;
    width: 245px;
    margin: 0 0 -26px;
  }

  .b21_t1 br {
    display: none;
  }

  section.b21 {
    padding: 50px 0 55px;
  }

  .b21_item_number {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: auto;
    margin: 0 29px -17px 0;
    text-align: left !important;
  }

  .b21_item_number p {
    font-size: 65px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b21_item_number p:before {
    width: 41px;
    height: 2px;
    right: -13px !important;
    left: auto !important;
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 12px;
  }

  .b21_item_box {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    border-radius: 7px;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }

  .b21_item_box .page_form {
    margin-right: 9px;
  }

  .b21_item.b21_item_1.b21_item_style_1 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b21_item_img {
    margin: -10px 0 0;
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .b21_item_img img {
    width: 280px;
    height: 196px;
    border-radius: 7px;
  }

  .b21_item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 15px;
  }

  .b21_item_text {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    margin: 20px 11px 31px 21px !important;
  }

  .b21_title {
    font-size: 20px;
    max-width: 241px;
    margin: 0 0 20px;
  }

  .b21_item_text_p {
    font-size: 16px;
  }

  .b21_item_text_p p {
    margin: 0 0 25px;
  }

  .b21_item_text_p p br {
    display: none !important;
  }

  .b21_item_text_p p i {
    display: block;
    padding: 20px 0 0;
  }

  .b21_item_2 .b21_item_img img {
    height: 220px;
    margin: 0;
  }

  .b21_item_2 a.bt {
    display: none;
  }

  .b21_item_3 img {
    margin: 0;
  }

  .b21_item_bt_mob {
    display: block !important;
    margin: 0 0 21px;
  }

  .b22_photo img {
    width: 294px;
    height: 407px;
  }

  p.b22_title {
    margin: 15px 0 14px;
  }

  p.b22_title span {
    font-size: 18px;
  }

  p.b22_title b {
    font-size: 18px;
    padding: 0 0 0 19px;
  }

  p.b22_title b:before {
    width: 10px;
    bottom: 11px;
  }

  .b22 .swiper-pagination {
    margin: 15px 0 0;
    text-align: left;
  }

  .b22#go_team .b22_box {
    margin-left: 3px;
  }

  .b22#go_team .slider_bottom {
    display: block;
  }

  .b22#go_team .swiper-pagination {
    display: none;
  }

  .b22#go_team .navigation_swiper.video-comment {
    display: flex;
  }

  .b22#go_team .navigation_swiper.video-comment .btn {
    background: transparent;
  }

  .b22#go_team .navigation_swiper.video-comment .btn.prev {
    transform: translateY(-440px) rotate(180deg) translateX(28px);
  }

  .b22#go_team .navigation_swiper.video-comment .btn.next {
    transform: translateY(-440px) rotate(0deg) translateX(23px);
  }

  .b22#go_team .navigation_swiper.video-comment .btn:before {
    display: none;
  }

  span.swiper-pagination-bullet {
    height: 13px;
    width: 28px;
  }

  section.b22 {
    padding: 51px 0 49px;
  }

  .b22_zg {
    font-size: 20px;
    max-width: 290px;
    padding: 0 0 13px;
  }

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

  .b23 {
    background-size: 1200px;
    padding: 51px 0 1px;
  }

  .b23 .swiper-pagination {
    margin: 31px 0 60px;
  }

  .b23_h2 {
    margin: 0 0 17px;
    font-size: 25px;
  }

  .b23_top_buttom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .b23_top_buttom button {
    font-size: 18px;
    padding: 12px 17px;
    margin: 0;
  }

  .b23_item.b23_item_style2 .b23_item_info {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .b23_item_title {
    font-size: 20px;
    margin: 15px 20px;
    max-width: 84%;
  }

  .b23_item_info ul {
    padding: 0 0 16px;
    margin: 28px 0 0 20px;
    max-width: 100%;
  }

  .b23_item_info ul li {
    margin: 0 7px 15px 0;
    font-size: 15px;
  }

  .b23_item {
    margin: 31px 5px 0;
    max-width: 290px;
  }

  .b23_box.b23_box_new {
    margin: 0;
  }

  .b23_box.b23_box_old {
    margin: 0;
  }

  .b24_zg {
    font-size: 25px;
    text-align: left;
    margin: 0 0 26px;
  }

  .b24 {
    padding: 50px 0 44px;
  }

  .b24_box_feedback {
    min-width: 310px;
  }

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

  .b25_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 17px 0 52px;
  }

  .b25_t1 {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .b25 {
    padding: 50px 0 0;
  }

  .b25_icon {
    margin: 0 0 20px;
  }

  .b25_icon i {
    margin: 0 18px 0 0;
  }

  .b25_icon p {
    font-size: 18px;
    max-width: 214px;
  }

  .b25_icon p br {
    display: none;
  }

  .b25_t2 {
    font-size: 18px;
    margin: 0 0 25px;
  }

  .b25_right ul li {
    padding: 5px 0 0 39px;
    font-size: 16px;
  }

  .b25_right ul li:before {
    width: 25px;
  }

  .b25_right ul li b {
    display: block;
    padding: 0 0 15px;
  }

  .b25_right ul li br {
    display: none;
  }

  .b25_right ul li span {
    display: block;
    padding: 20px 0 0;
  }

  .b25_t3 {
    font-size: 18px;
    padding: 0;
  }

  p.b25_t4 {
    padding: 0 0 0 62px;
    font-size: 18px;
    margin-bottom: -16px;
  }

  p.b25_t4 span {
    display: block;
    padding: 16px 0 0;
  }

  p.b25_t4 span:first-letter {
    text-transform: uppercase;
  }

  .b25_arrows {
    top: auto;
    bottom: 16px;
    right: auto;
    left: 0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 110px;
  }

  .b25_arrows i {
    margin: 0 12px 0 0;
    min-width: 155px;
    overflow: hidden;
    -webkit-transform: translate(0px, 1px);
    -ms-transform: translate(0px, 1px);
    transform: translate(0px, 1px);
  }

  .b4_right_mob {
    display: block !important;
  }

  .ths .b1_phone {
    margin: -41px 91px 18px 0;
  }

  .th_icon {
    width: 92px;
    height: 92px;
  }

  .th_icon svg {
    width: 56px;
    height: 56px;
  }

  p.th_t1 {
    font-size: 45px;
  }

  p.th_t2 {
    font-size: 25px;
  }

  p.th_t3 {
    font-size: 16px;
  }

  .th_box {
    min-height: 475px;
    max-height: 670px;
    height: calc(100vh - 142px);
  }

  .quiz {
    border-radius: 7px !important;
    width: 99% !important;
    padding: 40px 0 !important;
  }

  .quiz form {
    width: 100%;
    margin: 0;
  }

  .quiz_title {
    font-size: 16px;
    width: 100%;
    padding: 0 0 10px;
  }

  .quiz_discount_text {
    font-size: 10px;
  }

  .quiz_discount_number {
    font-size: 29px;
  }

  .quiz_discount {
    width: 125px;
  }

  .quiz_top {
    padding: 0 20px;
  }

  .quiz_top .quiz_main {
    margin: 20px 0 19px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .quiz_questions_title {
    font-size: 16px;
    margin: 24px 0 13px;
  }

  .quiz_bottom p {
    font-size: 20px;
    padding: 0 20px;
  }

  .quiz_bottom p span {
    width: 38px;
    height: 38px;
  }

  .b1_top_menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100% !important;
    background: rgba(46, 36, 25, 0.95);
    z-index: 99;
  }

  .b1_top_menu .main {
    margin: 117px 0 0;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid rgba(196, 196, 196, 0.2);
  }

  .b1_top_menu nav {
    width: 300px;
    margin: 0 auto;
  }

  .b1_top_menu ul {
    display: block;
  }

  .b1_top_menu ul li {
    margin: 0 0 16px;
  }

  .b1_top_menu ul li a {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    padding: 2px 0;
  }

  .zamer {
    display: none;
  }

  i.arrows {
    display: none;
  }

  .b1_main_form {
    margin: 0;
    padding: 0;
    min-width: 320px;
    margin: 0;
  }

  .quiz_radio label p span {
    font-size: 16px;
  }

  .quiz_questions {
    padding: 0 20px;
  }

  .quiz_button {
    padding: 0 20px;
    width: auto;
  }

  .page_form {
    margin: 0;
  }

  .page_form .form_checkbox p span {
    font-size: 9px;
  }

  .white_bg.page_form .form_checkbox p span {
    max-width: 202px;
  }

  .white_bg.page_form .form_checkbox p span br {
    display: none;
  }

  .mobile_menu_bt {
    display: block !important;
    position: fixed;
    top: 12px;
    right: 8vw;
    z-index: 99;
    background: #0000002b;
    padding: 6px 8px;
    z-index: 9999999;
  }

  .b1_top_box_left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .input_square input {
    font-size: 29px;
  }

  .quiz_button_item {
    width: 47%;
  }

  .quiz_button_item button {
    height: 52px;
    font-size: 17px;
  }

  .quiz_button_item button i {
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .filepond--drop-label p span {
    font-size: 12px;
    width: 185px;
  }

  .filepond--drop-label p i {
    width: 80px;
    height: 67px;
    margin: 0 17px 0 0;
  }

  .b1_top.b1_top_fixed {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 99999;
  }

  .b1_top.b1_top_fixed+div {
    padding: 118px 0 0;
  }

  .b1_main {
    padding: 0;
  }

  .b1_redes .h1 {
    font-size: 30px;
  }

  .b1_redes .b1_bg {
    background-size: cover;
    background-color: #EFECE7;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 140px 0 0;
  }

  .b1_redes .b1_main_box {
    position: relative;
  }

  .b1_redes .b1_main_box p {
    font-size: 16px;
  }

  .b1_redes .b1_main_box p br {
    display: block;
  }

  .b1_redes .b1_main_box>p {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .b1_redes .b1_main_box .b1_zamer {
    margin-left: 0;
  }

  .b1_redes i.arrows {
    top: auto;
    bottom: 70px;
  }

  .b1_redes .h1 spane {
    padding: 6px 7px 3px 8px;
    border-radius: 5px;
  }

  .b1_redes b.h1 {
    border-radius: 5px;
    line-height: 40px;
    margin-bottom: 0;
    font-size: 30px;
    padding-left: 0;
  }

  .b1_redes .quiz {
    padding: 0 0 20px 0 !important;
    margin: 20px 0 0;
  }

  .b1_redes .b1_measure {
    transform: translateY(0) translateX(10px);
    width: 50px;
  }

  .b1_redes_vid {
    gap: 10px;
    margin: 15px 0;
  }

  .b1_redes_vid img {
    width: 72px;
    height: auto;
  }

  .b1_redes_vid p {
    padding: 0;
    width: 100%;
  }

  .b1_redes_vid p br {
    display: none !important;
  }

  .b1.b1_redes {
    z-index: 999 !important;
  }

  .b1.b1_redes .main {
    width: 320px;
  }

  .b1.b1_redes .quiz_discount_number {
    font-size: 24px !important;
  }

  .swiper_redes {
    background-size: cover;
    background-color: #F0E6E0;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .swiper_redes .h2 {
    font-size: 24px;
    padding: 35px 0 25px;
  }

  .swiper_video-comment {
    max-width: 600px;
  }

  .swiper_redes_slide_img .video {
    width: 300px;
    height: 165px;
    margin: 0 auto;
    display: table;
  }

  .swiper_redes_slide_tx1 {
    max-width: 285px;
    margin: 130px auto 15px;
    font-size: 20px;
  }

  .swiper_redes_slide_tx2 {
    max-width: 225px;
    margin: 0 auto;
    font-size: 16px;
  }

  .navigation_swiper.video-comment .btn {
    z-index: 9;
    top: 226px;
    left: 20px;
  }

  .navigation_swiper.video-comment .btn.next {
    right: 20px;
    left: auto;
  }

  .b3_redes .b5_left {
    margin: 0 -190px 0 0;
  }

  .b3_redes .b5_left .tb {
    display: block;
  }

  .b3_redes .b5_left .dt {
    display: none;
  }

  .b3_redes .b5_info_box {
    margin: -5px 0 0 512px;
  }

  .b4_redes_item_text p {
    font-size: 16px;
    padding: 20px;
  }

  .b4_redes_item {
    max-width: 575px;
  }

  .swiper_redes_box {
    width: 320px;
  }

  .icon_play {
    bottom: -107px;
  }

  .b4_redes {
    padding: 0 0 60px;
    background-size: contain;
    background-color: #FFFFFF;
    background-position: center bottom;
    background-repeat: no-repeat;
  }

  .b4_redes .h2 {
    font-size: 25px;
    padding: 35px 0 15px;
  }

  .b4_redes_item_logo {
    height: auto;
    padding: 20px 20px;
  }

  .b4_redes_item_logo img {
    max-height: 60px;
    max-width: 130px;
    height: auto;
    width: auto;
  }

  .b4_redes_box {
    gap: 27px;
  }

  .swiper_redes_slide {
    padding: 10px 0 0 0;
  }
}

@media screen and (max-width: 980px) and (min-width: 681px) {
  .main {
    width: 620px;
  }

  .b1 h1.h1 {
    margin: 170px 0 0;
  }

  .b1_maps {
    margin: 0;
    width: calc(100% - 160px - 32px);
    max-width: 100%;
    margin-bottom: 10px;
  }

  .b1_maps p {
    max-width: 244px;
    font-size: 15px;
  }

  .b1_maps a span {
    margin-left: 5px;
  }

  .b1_top_box {
    width: 575px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    align-items: self-start;
  }

  .logo {
    margin-bottom: 10px;
  }

  .b1_phone {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .b1_phone a {
    font-size: 20px;
    margin: 0;
  }

  .b1_phone a.zamer {
    margin-left: -10px;
  }

  .h1 {
    font-size: 45px;
    margin: 100px 0 0;
  }

  .svet_1 {
    left: 76%;
    width: 198px;
    height: 205px;
  }

  .svet_2 {
    right: -20%;
    width: 198px;
    height: auto;
  }

  .svet_3 {
    width: 182px;
    height: 308px;
    top: -130px;
    right: -29%;
  }

  .b1_bg {
    background-position: top center;
    background-size: auto;
    padding: 0 0 213px;
  }

  .b1_main_box {
    width: 100%;
  }

  .b1_main_box p {
    font-size: 20px;
    margin: 25px 0;
    padding: 0 0 0 57px;
    position: relative;
    width: 392px;
  }

  .b1_main_box p br {
    display: none;
  }

  .b1_main_box p b {
    display: block;
  }

  .b1 {
    height: auto;
  }

  .b1 .bt {
    width: 327px;
  }

  .b1 .bt span {
    text-align: left;
  }

  .b1_bg_element_1 {
    left: -309px;
    top: 887px;
  }

  .b1_bg_element_2 {
    right: -431px;
    top: 1131px;
  }

  .b1_bg_element_3 {
    right: -358px;
    top: 935px;
  }

  .b2_item {
    max-width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
    padding: 0;
  }

  .b2_item_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 0 0;
  }

  .b2_item_main ul {
    max-width: 269px;
  }

  .b2_item_main ul li {
    font-size: 14px;
    margin: 0 0 7px;
  }

  .b2_item_text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 0 0 14px;
  }

  .b2_image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 16px;
  }

  .b2_svg svg {
    width: 276px;
    height: 220px;
  }

  .b2_item.b2_item_1 img {
    width: 245px;
    height: 252px;
    top: 19px;
  }

  .b2_item.b2_item_1 .b2_image {
    margin: 0 0 13px;
  }

  p.b2_t1 {
    font-size: 18px;
    padding: 10px 0 15px;
  }

  .b2_item.b2_item_2 img {
    width: 208px;
    height: 245px;
    top: 17px;
  }

  .b2_item.b2_item_3 img {
    width: 241px;
    height: 202px;
    left: 19px;
    top: 11px;
  }

  .b2 {
    padding: 50px 0 27px;
    background-size: 1200px;
  }

  .b3_bg {
    margin: 20px 0 0 -180px;
  }

  .b3_bg img {
    width: 490px;
    height: auto;
  }

  .b3_box {
    padding: 61px 0 0;
  }

  .b3_video {
    margin: 0;
  }

  .b3_bt {
    width: 188px;
    height: 188px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .b3_video_img {
    max-width: 457px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b3_bt_text {
    right: -186px;
    bottom: -48px;
  }

  .b3_t1 {
    font-size: 25px;
    margin: 0 0 7px;
    max-width: 100%;
  }

  .b3_text {
    padding: 7px 0 0 81px;
    margin: 15px 0 0;
  }

  .b3_text p {
    font-size: 18px;
    max-width: 470px;
  }

  .b3_arrows {
    width: 52px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    position: absolute;
    left: 24px;
    bottom: 50px;
    display: block;
  }

  .b3_arrows i {
    width: 76px;
    overflow: hidden;
    display: block;
    margin: 4px 0 0 -37px;
  }

  .b4_left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b4_right {
    display: none;
  }

  .b4_text {
    padding: 51px 0 0;
  }

  .b4_text p {
    font-size: 16px;
    max-width: 355px;
  }

  .b4_tx {
    font-size: 20px;
    max-width: 216px;
    padding: 21px 0 0;
  }

  .b4_right_man {
    top: auto;
    bottom: 0;
    left: -152px;
  }

  .b4_right_man img {
    width: 430px;
    height: 429px;
  }

  .b4_right_box {
    min-width: 573px;
    overflow: hidden;
  }

  .b4_right_box img {
    height: 470px;
    width: 573px;
    margin: 0 0 0 -53px;
  }

  .b4_left_bg_div {
    background-size: 1203px;
  }

  .b5_left {
    max-width: 206px;
  }

  .b5_left img {
    height: 764px;
    width: auto;
  }

  .b5_right {
    max-width: 380px;
    padding: 50px 0 0;
  }

  .b5_t1 {
    font-size: 20px;
    padding: 0 0 20px;
  }

  .b5_text p {
    font-size: 16px;
    padding: 0 0 20px;
  }

  .b5_t2 {
    font-size: 18px;
    margin: 0 0 21px;
  }

  .b5_info_box {
    width: 222px;
    height: 222px;
    margin: -76px 0 0 -280px;
  }

  .b5_info_box:before {
    margin: 6px;
  }

  .b5_icon {
    width: 70px;
    height: 70px;
    top: -24px;
  }

  .b5_icon img {
    width: 33px;
    height: 33px;
  }

  .b5_info_box_text_t1 {
    font-size: 13px;
    margin: 0 0 13px;
  }

  p.b5_info_box_text_t2 {
    font-size: 13px;
  }

  .bt span {
    text-align: center;
    font-size: 18px;
    width: 231px;
    line-height: 123%;
  }

  .form_checkbox p {
    font-size: 12px;
  }

  .form_checkbox p span {
    width: 308px;
  }

  .form_input textarea {
    height: 70px !important;
  }

  .form_input * {
    font-size: 16px;
    padding: 22px;
  }

  .b6_bottom p {
    font-size: 18px;
    max-width: 409px;
  }

  .b6_left_text p {
    font-size: 16px;
    max-width: 541px;
    margin: 0 0 20px;
  }

  .b6_left_text p b {
    font-size: 20px;
  }

  .b6_left_text p span {
    font-size: 18px;
  }

  .b6_left_text p span br {
    display: none;
  }

  .b6_left {
    padding: 51px 0 35px;
  }

  .b6_right {
    height: 320px;
    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;
    overflow: hidden;
    border-radius: 7px;
    width: 100%;
    max-width: 100%;
  }

  .b6_right img {
    width: 620px;
    height: 664px;
    margin: -125px 0 0;
  }

  section.b6 {
    padding: 0 0 63px;
  }

  .b7_left {
    display: none;
  }

  .b7_right {
    padding: 51px 0 0;
  }

  .b7_t1 {
    font-size: 20px;
  }

  .b7_t1 br {
    display: none;
  }

  .b7_right_text p {
    font-size: 16px;
    margin: 0 0 21px;
  }

  p.icon_red {
    max-width: 478px !important;
  }

  .b7_bottom_img_tb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 13px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b8_img {
    max-width: 240px;
  }

  .b8_img img {
    width: 240px;
    height: 289px;
  }

  .b8_left {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b8_left p {
    font-size: 16px;
    margin: 0 0 21px;
  }

  .b8_left p br {
    display: none;
  }

  .b8_left b i {
    right: -47px;
    top: -8px;
  }

  .b8_left b i img {
    width: 37px;
    height: 27px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .b8_text {
    max-width: 320px;
    padding: 52px 0 0;
  }

  .b8_right_box {
    width: 320px;
  }

  .b8_right_box .swiper-slide img {
    width: 320px;
    height: 365px;
  }

  .b8_main {
    height: auto;
    background-size: 1200px;
  }

  .b8_right {
    max-width: 100%;
    margin: 13px 0 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b8_right:before {
    opacity: 1;
    left: auto;
    right: 95px;
    -webkit-box-shadow: 0 0 201px 118px #c4c4c4;
    box-shadow: 0 0 201px 118px #c4c4c4;
  }

  .b8_slider_item {
    width: 320px;
    position: relative;
  }

  .b8_slider_item_info {
    right: auto;
    left: -152px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .b8_bg_img {
    max-width: 100%;
  }

  .b8_bg_img img {
    margin: 405px 0 0 -114px;
  }

  .b9_left {
    display: none;
  }

  .b9_right {
    padding: 51px 0 0;
  }

  .b9_t1 {
    font-size: 20px !important;
  }

  .b9_comment {
    margin: 21px 0;
  }

  .b9_comment img {
    width: 110px;
    height: 71px;
  }

  .b9_comment p {
    font-size: 16px;
    max-width: 431px;
    margin: 0 0 0 31px;
  }

  .b9_text>p {
    font-size: 16px;
  }

  .b9_text ul {
    padding: 10px 0;
  }

  .b9_text ul li {
    font-size: 14px;
    padding: 0 0 0 21px;
    margin: 0 0 0 12px;
  }

  .b9_text ul li:before {
    top: 6px;
  }

  .b9_box_item {
    max-width: 420px;
    min-height: auto;
    padding: 24px 0;
    margin: 0 0 10px;
  }

  .b9_box_item p {
    max-width: calc(100% - 104px) !important;
  }

  .b9_box_item p br {
    display: none;
  }

  .b9_box_item:nth-child(2) {
    max-width: 540px;
  }

  .b9_box_item:nth-child(4) {
    max-width: 430px;
  }

  .b9_box_icon {
    margin: -15px 0 0;
    padding: 0 0 10px;
  }

  .b9_img_tab {
    display: block !important;
    font-size: 0;
    margin: 0 0 51px;
  }

  .b9_img_tab img {
    border-radius: 7px;
  }

  .b10_left {
    padding: 51px 0 0 !important;
    max-width: 390px;
  }

  .b10_left p {
    font-size: 16px;
  }

  .b10_left p:last-child {
    max-width: 385px;
  }

  p.b10_t1 {
    font-size: 20px;
    max-width: 325px;
    font-size: 20px !important;
    max-width: 100%;
  }

  .b10_right {
    max-width: 190px;
  }

  .b10_bg {
    height: 480px;
    width: 600px;
    overflow: hidden;
  }

  .b10_bg img {
    height: 644px;
    width: 601px;
  }

  .b10_img_1 {
    top: 20px;
    left: -16px;
  }

  .b10_img_1 img {
    width: 194px;
    height: 146px;
  }

  .b10_img_2 {
    top: 199px;
    left: 163px;
  }

  .b10_img_2 img {
    width: 100px;
    height: 132px;
  }

  .b10_img_3 {
    top: 247px;
    left: 13px;
  }

  .b10_img_3 img {
    width: 126px;
    height: 168px;
  }

  p.b11_t1 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 500px;
  }

  section.b11 {
    padding: 51px 0 21px;
  }

  p.b11_t2 {
    text-align: center;
    font-size: 18px;
    margin: 0 0 31px;
  }

  .b11_photo_slider {
    min-width: 0;
    width: 100%;
  }

  .b11_photo_slider img {
    width: 360px;
    height: 294px;
  }

  .b11_photo {
    max-width: 360px;
    margin: 0 auto;
  }

  .b11_content {
    display: block;
    min-height: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b11 .slider_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b11_text {
    max-width: 360px;
    margin: 21px auto 0;
    padding: 0 0 52px;
  }

  .b11_title {
    font-size: 20px;
  }

  section.b10.b13 .b10_bg {
    height: 360px;
    width: 620px;
    border-radius: 7px;
  }

  section.b10.b13 .b10_bg img {
    height: auto;
    width: 100%;
    margin: -23px 0 0;
  }

  section.b10.b13 .b10_right {
    max-width: 100%;
    margin: 21px 0 64px;
  }

  .b13 .b10_left {
    max-width: 505px;
  }

  .b13 p.b10_t2 {
    max-width: 417px;
  }

  p.b10_t2 {
    font-size: 18px !important;
  }

  .b14 .b10_right {
    display: none !important;
  }

  .b14 .b10_left p br {
    display: none;
  }

  .b13_img_tb {
    display: block !important;
    font-size: 0;
    margin: 0 0 51px;
  }

  .b13_img_tb img {
    border-radius: 7px;
  }

  .b15 .b10_bg {
    width: 620px;
    height: 380px;
    border-radius: 7px;
    margin: 0 0 59px;
  }

  .b15 .b10_bg img {
    margin: -40px 0 0;
    width: 100%;
    height: auto;
  }

  .b15 p.b10_t2 {
    max-width: 341px;
  }

  .b16 .b10_left p {
    max-width: 525px;
  }

  .b16 .b10_left p span {
    max-width: 401px;
    display: block;
  }

  .b17 .b10_left p {
    max-width: 513px;
  }

  .b17 .b10_left p i {
    display: block;
    padding: 17px 0 0;
  }

  .b19_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    z-index: 20;
    max-width: 300px;
    padding: 63px 0 0;
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    z-index: 20;
    max-width: 300px;
    padding: 63px 0 0;
    position: relative;
    width: 100%;
  }

  .b19_right {
    max-width: 300px;
    padding: 51px 0;
    max-width: 300px;
    padding: 51px 0;
  }

  .b19_serf {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b19_bg {
    position: absolute;
    top: 0;
    opacity: 0.15;
    left: -185px;
    position: absolute;
    top: 0;
    opacity: 0.15;
    left: -185px;
  }

  .b19_serf_it img {
    width: 146px;
    height: 207px;
    width: 146px;
    height: 207px;
  }

  .b19_serf_it:last-child {
    margin: 0;
    margin: 0;
  }

  section.b19 {
    padding: 0;
    padding: 0;
  }

  p.b19_t1 {
    font-size: 16px;
    font-size: 16px;
  }

  p.b19_t2 {
    font-size: 18px;
    margin: 15px 0 0;
    font-size: 18px;
    margin: 15px 0 0;
  }

  p.b19_t3 {
    font-size: 20px;
    margin: 15px 0 17px;
    font-size: 20px;
    margin: 15px 0 17px;
  }

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

  .b19_tx p {
    font-size: 16px;
    font-size: 16px;
  }

  .b19_tx i {
    margin: 0;
    width: 105px;
    -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);
    margin: 0;
    width: 105px;
    -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);
  }

  .b19_tx i svg {
    width: 127px;
    width: 127px;
  }

  .b19_ipad_hidden {
    display: none;
  }

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

  .b20_bt p {
    width: 100%;
    padding: 21px 0 61px;
  }

  .b20_left {
    display: none;
  }

  .b20_t1 {
    font-size: 20px;
  }

  .b20_zg p {
    font-size: 18px;
    max-width: 449px;
  }

  .b23_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .b23_h2 {
    margin: 0 0 17px;
  }

  .b24_zg {
    font-size: 25px;
  }

  .b25_left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 320px;
  }

  .b25_left .form_checkbox p span {
    max-width: 234px;
  }

  .b25_t1 {
    font-size: 20px;
  }

  .b25_t1 br {
    display: none;
  }

  .b25_icon p {
    font-size: 18px;
  }

  .b25_t2 {
    font-size: 18px;
  }

  .b25_right ul li {
    font-size: 16px;
    max-width: 470px;
    margin: 0 0 20px;
  }

  .b25_t3 {
    font-size: 18px;
    max-width: 510px;
    padding: 0;
  }

  .b25_t4 {
    font-size: 18px;
    margin: 47px 0 -179px 383px;
    max-width: 213px;
  }

  .b25_t4 span {
    display: block;
    padding: 22px 0 0;
  }

  .b25_t4 span:first-letter {
    text-transform: uppercase;
  }

  .b25_arrows {
    top: auto;
    bottom: -236px;
    width: 106px;
    display: block;
    right: 87px;
  }

  .b25_arrows i {
    width: 130px;
    overflow: hidden;
    display: block;
    margin: 5px 0 0 -40px;
  }

  .ft_logo {
    display: block;
  }

  .ft_logo_text {
    margin: 4px 0 0;
    font-size: 14px;
  }

  .ft {
    padding: 37px 0;
  }

  .ft .b1_maps {
    width: 100%;
    max-width: 310px;
  }

  .ft .b1_phone {
    width: 100%;
    max-width: 310px;
  }

  .ft_info {
    max-width: 100%;
    padding: 29px 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .ft_info br {
    display: none;
  }

  .ft_info p {
    font-size: 14px;
  }

  .ft_social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 300px;
  }

  .ft_link {
    max-width: 270px;
  }

  .ft_link a {
    font-size: 14px;
  }

  .b21_item_box {
    display: block;
    padding: 0 0 33px;
  }

  .b21_item_box img {
    width: 300px;
    height: 210px;
  }

  .b21_item_img {
    text-align: center;
    margin: 0;
  }

  .b21_item_img img {
    margin: -20px 0 22px !important;
  }

  .b21_title {
    max-width: 100%;
    font-size: 20px;
    margin: 0 0 13px;
  }

  p.b21_title br {
    display: none;
  }

  .b21_item_text {
    max-width: 100%;
    margin: 0 0 0 60px !important;
  }

  .b21_item_text_p {
    font-size: 16px;
  }

  .b21_item_text_p br {
    display: none;
  }

  .b21_item_number {
    width: 135px;
    position: absolute;
    top: 53px;
    left: 60px;
  }

  .b21_item_number p {
    font-size: 60px;
    text-align: left !important;
  }

  .b21_item_number p:before {
    width: 50px;
    right: 0 !important;
    left: auto !important;
  }

  .b21_item {
    position: relative;
  }

  p.b22_zg {
    font-size: 20px;
  }

  .ths_top {
    display: block;
    width: 100%;
    max-width: 419px;
  }

  .ths_top>div {
    max-width: 100%;
    width: 100%;
  }

  .ths .b1_bg {
    background-size: cover;
    background-position: top -100px center;
  }

  a.zamer {
    display: none;
  }

  .b1_top {
    background: #2b221d;
    border-bottom: 1px solid rgba(196, 196, 196, 0.4);
    position: relative;
    z-index: 999;
  }

  .b1_top .main {
    max-width: 760px;
    width: 100%;
    z-index: 99;
  }

  .b1_top_menu {
    display: none;
    width: 100% !important;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(46, 36, 25, 0.95);
  }

  .b1_top_menu .main {
    margin: 83px 0 0;
    max-width: 100%;
    width: 100%;
    border-top: 1px solid rgba(196, 196, 196, 0.2);
  }

  .b1_top_menu nav {
    width: 460px;
    margin: 48px auto 96px;
  }

  .b1_top_menu ul {
    display: block;
  }

  .b1_top_menu ul li {
    margin: 0 0 16px;
  }

  .b1_top_menu ul li a {
    display: block;
    font-size: 20px;
    border-bottom: 1px solid rgba(196, 196, 196, 0.2);
    padding: 2px 0;
  }

  i.arrows {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    position: absolute;
    left: 28px;
    top: 3px;
  }

  i.arrows span {
    width: 50px;
  }

  i.arrows span svg {
    min-width: 67px;
  }

  .b1_bg_element {
    position: static;
  }

  .b1_main {
    padding: 0;
  }

  .b1_main .main {
    position: relative;
  }

  .b1_main_form {
    margin: -3px 0 0;
  }

  .mobile_menu_bt {
    display: block !important;
    position: absolute;
    right: 1%;
    position: fixed;
    background: #00000075;
    padding: 4px 6px;
  }

  .b1_top_box_right {
    padding-right: 60px;
  }

  .b1_top.b1_top_fixed {
    position: fixed;
  }

  .b1_top_fixed+.b1_main {
    padding: 84px 0 0;
  }

  .b1_redes b.h1 {
    display: table;
  }

  .b1_redes .b1_bg {
    background-size: cover;
    padding: 100px 0 60px;
  }

  .b1_redes .b1_main_box {
    position: relative;
  }

  .b1_redes .b1_main_box p {
    font-size: 25px;
  }

  .b1_redes i.arrows {
    top: auto;
    bottom: 70px;
  }

  .b1_redes_vid img {
    width: 72px;
    height: auto;
  }

  .b1_redes_vid p {
    padding: 0;
    width: 100%;
  }

  .b1.b1_redes .main {
    width: 575px;
  }

  .swiper_redes .h2 {
    font-size: 30px;
  }

  .swiper_video-comment {
    max-width: 600px;
  }

  .swiper_redes_slide_img .video {
    width: 500px;
    height: 294px;
    margin: 0 auto;
    display: table;
  }

  .swiper_redes_slide_tx1 {
    max-width: 450px;
    margin: 80px auto 15px;
  }

  .swiper_redes_slide_tx2 {
    max-width: 460px;
    margin: 0 auto;
  }

  .navigation_swiper.video-comment .btn {
    z-index: 9;
    top: 58%;
    left: 150px;
  }

  .navigation_swiper.video-comment .btn.next {
    right: 150px;
    left: auto;
  }

  .b3_redes .b5_left {
    margin: 0 -190px 0 0;
  }

  .b3_redes .b5_left .tb {
    display: block;
  }

  .b3_redes .b5_left .dt {
    display: none;
  }

  .b3_redes .b5_info_box {
    margin: -5px 0 0 512px;
  }

  .b4_redes_item_text p {
    font-size: 18px;
  }

  .b4_redes_item {
    max-width: 575px;
  }
}

@media screen and (min-width: 981px) and (max-width: 1169px) {
  html {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    width: calc(100% / 0.75);
    height: calc(100% / 0.75);
    min-width: 1200px;
  }

  .fixed_menu .b1_top_menu {
    -webkit-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
}