.wrapper {
  position: relative;
}

.content {
  padding-bottom: 1000px;
}

.header {
  padding: 32px 0 40px;
  background: #ffffff;
  top: 0px;
  -webkit-transition: height .2s;
  transition: height .2s;
  z-index: 999;
}

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

.header_logo {
  min-width: 171px;
  max-width: 171px;
  margin-right: 35px;
}

.header_logo_fixed {
  display: none;
}

.header_box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

body.active {
  padding-top: 198px;
}

.header.active {
  padding: 18px 0 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(9, 63, 71, 0.28);
  box-shadow: 0px 1px 12px 0px rgba(9, 63, 71, 0.28);
}

.header.active .header_logo_fixed {
  display: block;
  min-width: 200px;
  max-width: 200px;
}

.header.active .header_logo_static {
  display: none;
}

.header.active .header_top_contacts {
  display: none;
}

.header.active .header_top_slogan .text {
  display: none;
}

.header.active .header_df {
  position: relative;
}

.header.active .header_top_slogan {
  position: absolute;
  left: 63px;
  top: 30px;
}

.header.active .header_menu a.upper {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 !important;
}

.header.active .header_menu {
  padding-top: 12px;
}

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

.header_top_slogan {
  min-width: 170px;
  max-width: 170px;
  margin-right: 28px;
}

.header_top_slogan .text {
  font-size: 9px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1f1f1f;
  text-transform: uppercase;
  font-family: 'HelveticaNeueCyr';
  margin-bottom: 5px;
}

.header_top_slogan .info {
  font-family: 'HelveticaNeueCyr';
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 15px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00b0dc), to(#a1c837));
  background-image: linear-gradient(90deg, #00b0dc 0%, #a1c837 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  padding-top: 3px;
}

.header_top_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header_contact_item {
  padding-left: 63px;
  position: relative;
  margin-right: 33px;
}

.header_contact_item:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 47px;
  height: 47px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #158fa0;
}

.header_contact_item .header_phone {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 2px;
}

.header_contact_item .lab {
  font-size: 12px;
  color: #1f1f1f;
}

.header_contact_item_phone:before {
  background: url("/images/phone.svg") no-repeat center center/16px auto;
}

.header_contact_item_messangers:before {
  background: url("/images/phone-2.svg") no-repeat center center/14px auto;
}

.header_contact_item_inst:before {
  display: none;
}

.header_contact_item_inst {
  min-width: 47px;
  max-width: 47px;
  padding-left: 0;
  margin-right: 0;
}

.header_contact_item_inst .btn {
  width: 47px;
  height: 47px;
  background: url("/images/instagram.svg") no-repeat center center/19px auto;
  border: 1px solid #158fa0;
  border-radius: 50%;
}

.header_contact_item_inst .btn:hover {
  background: #158fa0 url("/images/instagramh.svg") no-repeat center center/19px auto;
}

.header_contact_item_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 0;
}

.header_contact_item_line .btn {
  margin-right: 10px;
}

.header_contact_item_line .btn.header_line_tg {
  margin-right: 0;
}

.header_contact_item_line .btn .ic {
  margin-right: 7px;
}

.header_contact_item_line .btn .val {
  font-size: 11px;
  color: #181818;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_line_phone {
  font-size: 18px;
  color: #1f1f1f;
  margin-right: 12px;
  font-weight: 500;
  color: #1f1f1f;
}

.header_line_wa img {
  width: 18px;
}

.header_line_wa:hover .val {
  color: #57b133;
}

.header_line_tg img {
  width: 18px;
}

.header_line_tg:hover .val {
  color: #1894d0;
}

.header_menu {
  padding-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.header_menu ul li {
  margin-right: 9px;
}

.header_menu a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  border: 2px solid #158fa0;
  border-radius: 19px;
  padding: 0 19px;
  font-family: "Evolventa bold";
  padding-top: 2px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #181818;
}

.header.active .header_menu ul li {
  margin-right: 8px;
}
.header.active .header_menu a {
  padding: 0 18px;
}

.header_menu a:hover {
  color: #ffffff;
  background: #158fa0;
}

.header_menu a.upper {
  margin-right: 10px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  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;
  padding: 0;
  border: 1px solid #158fa0;
  display: none;
  background: #158fa0 url("/images/arrow-up.svg") no-repeat center center/12px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_menu a.upper i {
  color: #ffffff;
}

.header_menu a.upper:hover {
  cursor: pointer;
  background: #ffffff url("/images/arrow-uph.svg") no-repeat center center/12px auto;
}

.header_menu a.upper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.header_delivery {
  position: relative;
  margin: 40px 0 -40px;
  padding: 16px 0;
  font-family: "Evolventa bold";
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  background: rgb(10,177,215);
  background: -moz-linear-gradient(90deg, rgba(10,177,215,1) 0%, rgba(158,199,58,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(10,177,215,1) 0%, rgba(158,199,58,1) 100%);
  background: linear-gradient(90deg, rgba(10,177,215,1) 0%, rgba(158,199,58,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ab1d7",endColorstr="#9ec73a",GradientType=1);
}
.header.active .header_delivery {
  margin: 15px 0 -15px;
  padding: 12px 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .header_delivery {
    margin: 20px 0 -20px;
    padding: 12px 0;
    font-size: 10px;
  }
}

.main img {
  width: 100%;
}

.main_headline {
  text-align: center;
  background: #9ec617;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 54px;
}

.main_headline h1,
.main_headline h2,
.main_headline .text {
  font-family: "Evolventa bold";
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
  font-family: "Evolventa bold";
}

.about {
  background: url("/images/about.webp") repeat-x 50% -1px/100% 283px;
  position: relative;
  padding: 45px 0 50px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.about:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 283px;
  height: 25px;
  width: 100%;
  margin-top: -25px;
  background: url("/images/aboutb.webp") repeat-x center bottom/auto 25px;
}

.about:after {
  content: '';
  position: absolute;
  z-index: 4;
  width: 390px;
  height: 367px;
  left: 50%;
  top: -30px;
  background: url("/images/about_bulbs.webp") no-repeat left center/100% auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.about_df {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_right_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about_right_items .j_item {
  margin-left: 10px;
  margin-right: 10px;
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.about_right_items .j_item_img {
  min-width: 53px;
  max-width: 53px;
  height: 52px;
  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;
  overflow: hidden;
  margin-right: 20px;
}

.about_right_items .j_item_img img {
  width: auto;
  max-width: initial;
  height: 52px;
}

.about_right_items .j_item_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about_right_items .j_item_title {
  margin-bottom: 10px;
}

.about_right_items .j_item_text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
}

.about_left {
  min-width: 550px;
  max-width: 550px;
  margin-right: 75px;
}

.about_title {
  font-family: "Evolventa bold";
  font-size: 26px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  width: 332px;
  margin-bottom: 15px;
}

.about_subtitle {
  width: 332px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 100px;
}

.about_left_text p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 15px;
  text-align: justify;
}

.about_left_text p span {
  display: inline-block;
}

.about_left_text a {
  text-decoration: underline !important;
  color: #158fa0;
}

.about_left_text a:hover {
  text-decoration: none !important;
}

.about_left_buttons {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about_left_buttons .btn {
  height: 49px;
  border: 1px solid #ffffff;
  border-radius: 24.3px;
  padding: 0 40px;
  margin-right: 15px;
}

.about_left_buttons .btn span {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.about_left_buttons .btn_green {
  margin-right: 0;
}

.about_right_title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  padding-left: 70px;
  margin-bottom: 100px;
  text-align: justify;
}

.about_right_img {
  margin-bottom: 38px;
}

.about_right_img img {
  display: block;
  width: 100%;
}

.about_right_subtitle {
  font-family: 'Evolventa bold';
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f0f0f;
  margin-bottom: 20px;
}

.about_right_text {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 0px;
  text-align: justify;
}

.arenda {
  position: relative;
  background: #e3f1f7;
  padding: 75px 0;
}

.arenda:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 100%;
  left: 0;
  top: 0;
  background: url("/images/beftop.jpg") repeat-x left center/auto 25px;
}

.arenda_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.arenda_top_img {
  min-width: 347px;
  max-width: 347px;
  margin-right: 75px;
  margin-left: 35px;
}

.arenda_top_img img {
  margin-top: -50px;
  width: 100%;
}

.arenda_top_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.arenda_top_title {
  font-family: 'Evolventa bold';
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 5px;
}

.arenda_top_subtitle {
  font-family: 'Evolventa bold';
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #242424;
  margin-bottom: 14px;
}

.arenda_top_text {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #afc8d7;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1f1f1f;
}

.arenda_top_info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 25px;
  padding: 0 20px;
  height: 40px;
  font-family: "Evolventa bold";
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #158fa0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.arenda_top_subtext {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #1f1f1f;
  text-align: justify;
}

.arenda_top_subtext strong {
  font-weight: 700;
}

.arenda_bottom {
  background: #ffffff;
  border-radius: 62px;
  padding: 25px 60px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #1f1f1f;
  text-align: center;
}

.arenda_bottom strong {
  font-weight: 700;
  color: #569b14;
}

.offer {
  position: relative;
  z-index: 1;
  margin-top: -27px;
  margin-bottom: 80px;
}

.offer .cont {
  width: 1314px;
  max-width: 100%;
}

.offer_line {
  height: 53px;
  background-image: -webkit-gradient(linear, left top, right top, from(#158fa0), to(#9ec617));
  background-image: linear-gradient(90deg, #158fa0 0%, #9ec617 100%);
  border: 1px solid #ffffff;
  border-radius: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "Evolventa bold";
  font-size: 22px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bassein {
  padding: 60px 0 35px;
}

.bassein_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.bassein_img {
  min-width: 543px;
  max-width: 543px;
  margin-left: 75px;
}

.bassein_img img {
  width: 100%;
}

.bassein_content {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bassein_content_title {
  font-family: "Evolventa bold";
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 14px;
}

.bassein_content_articul {
  font-family: "Evolventa bold";
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #0080bf;
  margin-bottom: 25px;
}

.bassein_content_text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 10px;
  text-align: justify;
}

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

.bassein_money {
  min-width: 543px;
  max-width: 543px;
  padding-left: 15px;
}

.bassein_colors {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bassein_colors_title {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 15px;
}

.bassein_colors_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 90px;
  background: url("/images/color.svg") no-repeat left 0px/59px auto;
  min-height: 60px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bassein_colors_items .item_title {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #1f1f1f;
  margin-bottom: 10px;
  min-width: 100%;
  max-width: 100%;
}

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

.bassein_colors_items .item {
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  overflow: hidden;
  padding-right: 20px;
  height: 35px;
}

.bassein_colors_items .item .ic {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  margin-right: 16px;
}

.bassein_colors_items .item span {
  font-size: 14px;
}

.item_box_cap {
  min-width: 255px;
  max-width: 255px;
  margin-right: 25px;
}

.bassein_money_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 30px;
  border: 2px solid #9ec617;
  overflow: hidden;
}

.bassein_money_item .lab {
  min-width: 50%;
  max-width: 50%;
  font-family: "Evolventa bold";
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
  color: #9ec617;
  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;
  padding-top: 2px;
}

.bassein_money_item .cost {
  min-width: 50%;
  max-width: 50%;
  font-family: "Evolventa bold";
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background: #9ec617;
  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;
}

.bassein_money_item .cost span {
  font-size: 22px;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.bassein_money_top {
  margin-bottom: 14px;
}

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

.bassein_money_bottom .bassein_money_item {
  min-width: initial;
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 2px solid #158fa0;
}

.bassein_money_bottom .bassein_money_item .lab {
  font-size: 15px;
  line-height: 1;
  color: #158fa0;
  padding-top: 2px;
}

.bassein_money_bottom .bassein_money_item .cost {
  font-size: 28px;
  background: #158fa0;
}

.bassein_money_bottom .bassein_money_item .cost span {
  font-size: 22px;
  top: 0;
}

.header_contact_item .lab {
  padding: 5px 0;
}

.bassein_money_store {
  min-width: 65px;
  max-width: 65px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 700;
  color: #1f1f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.quest_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding-top: 35px;
}

.header_contact_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  padding-top: 10px;
}

.header_contact_socials .header_line_wa {
  margin-right: 6px;
}

.header_contact_socials .btn {
  text-decoration: none;
  padding: 0 25px;
  border: 1px solid #d9d9d9;
  border-radius: 17px;
  height: 34px;
}

.header_contact_socials .btn .ic {
  min-width: 18px;
  max-width: 18px;
  margin-right: 10px;
}

.header_contact_socials .btn .val {
  color: #272727;
  font-size: 12px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header_contact_socials .header_line_wa:hover {
  border: 1px solid #599f20;
}

.header_contact_socials .header_line_wa:hover .val {
  color: #599f20;
}

.header_contact_socials .header_line_tg:hover {
  border: 1px solid #0080bf;
}

.header_contact_socials .header_line_tg:hover .val {
  color: #0080bf;
}

.header_contact_item_title {
  margin-right: 40px;
  font-family: "Evolventa bold";
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
  color: #158fa0;
  min-width: 245px;
  max-width: 245px;
}

.header_contact_item_title span {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  padding-top: 10px;
}

.header_line_phone {
  white-space: nowrap;
}

.quest {
  margin-bottom: 35px;
}

.quest .header_contact_item .lab {
  white-space: nowrap;
}

.quest .header_contact_item {
  margin-right: 25px;
}

.header_contact_item .header_phone {
  padding-top: 5px;
  display: block;
  margin-bottom: 0;
}

.quest_swiper_wrapper {
  position: relative;
}

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

.swiper-button-prev,
.swiper-button-next {
  opacity: 1 !important;
}

.btn_sl {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #158fa0 url("/images/arrow-left.svg") no-repeat center center/21px auto;
}

.btn_sl.swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.btn_sl:hover {
  background-color: #057389;
}

.quest_swiper {
  padding-bottom: 35px;
}

.quest_swiper .btn_sl {
  z-index: 99;
}

.quest_swiper .swiper-button-prev {
  left: -29px !important;
}

.quest_swiper .swiper-button-next {
  right: -29px !important;
}

.quest_swiper .swiper-slide a {
  display: block;
  position: relative;
}

.quest_swiper .swiper-slide a:hover:before {
  opacity: 0.2;
}

.quest_swiper .swiper-slide a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.quest_swiper .swiper-slide a img {
  width: 100%;
}

.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.model_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  width: auto;
  margin-left: -10px;
  margin-right: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.model_items .model_item {
  margin-left: 10px;
  margin-right: 10px;
  min-width: calc(50% - 20px);
  max-width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.model_items .model_item.model_item_long {
  min-width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.model_items .model_item.model_item_long .model_item_img {
  min-width: 125px;
  max-width: 125px;
  padding-top: 10px;
}

.model_items .model_item.model_item_long .model_item_img img {
  width: 125px;
  height: 31px;
}

.model_items .model_item_img {
  padding-top: 3px;
  min-width: 62px;
  max-width: 62px;
  height: 72px;
  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;
  overflow: hidden;
  margin-right: 20px;
}

.model_items .model_item_img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.model_items .model_item_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
}

.model_items .model_item_title {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f1f1f;
}

.model_items .model_item_text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #1f1f1f;
}

.model_descript_title,
.model_descript_subtitle {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f1f1f;
}

.model_descript_subtitle {
  color: #0080bf;
  font-size: 20px;
  margin-bottom: 30px;
}

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

.model_characters {
  min-width: 340px;
  max-width: 340px;
  margin-left: 55px;
}

.model_characters_mtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f1f1f;
  margin-bottom: 20px;
}

.model_characters_item {
  margin-bottom: 10px;
  display: block;
}

.model_characters_item:nth-child(n+13) {
  display: none;
}

.model_characters_items.active .model_characters_item {
  display: block;
}

.model_characters_title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1f1f1f;
}

.model_characters_text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1f1f1f;
}

.model_characters_more {
  margin-bottom: 40px;
}

.model_characters_more .btn {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #158fa0;
  padding: 0;
  border-bottom: 1px dashed #158fa0;
}

.model_characters_more .btn:hover {
  color: #016275;
  border-bottom: 1px dashed #016275;
}

.model_characters_more .btn span {
  display: none;
}

.model_characters_more .btn span.active {
  display: block;
}

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

.business_headline_main {
  min-width: 582px;
  max-width: 582px;
  padding: 20px 97px;
  border-radius: 62px;
  background-image: -webkit-gradient(linear, left top, right top, from(#047288), to(#39cfd5));
  background-image: linear-gradient(90deg, #047288 0%, #39cfd5 100%);
  position: relative;
  left: -100px;
  margin-right: 50px;
}

.business_headline_main_img {
  position: absolute;
  right: -140px;
  top: -40px;
}

.business_headline_main_title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Evolventa bold";
}

.business_headline_main_subtitle {
  font-family: "Evolventa bold";
  font-size: 26px;
  line-height: 42px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
}

.business_headline_info {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1f1f1f;
  padding-right: 75px;
}

@media screen and (max-width: 1200px) {
  .business_headline_info {
    padding-right: 0;
  }
}

.business_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 35px;
}

.business_dep {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.business_ex {
  min-width: 485px;
  max-width: 485px;
  margin-left: 75px;
}

.business_ltitle {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #1f1f1f;
}

.business_dep_text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.business_dep_text p strong {
  font-weight: 700;
}

.business_dep_text p i {
  font-style: italic;
}

.business_ex_title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 18px;
}

.business_ex_line {
  padding-left: 45px;
  margin-bottom: 15px;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #1f1f1f;
  min-height: 31px;
}

.business_ex_line strong {
  font-weight: 700;
}

.business_ex_ic {
  position: absolute;
  left: 0;
  top: 0px;
}

.estimation {
  margin-top: -75px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.estimation_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.estimation_title .name {
  font-size: 38px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f0f0f;
  font-family: "Evolventa bold";
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.estimation_title .val {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  background-image: -webkit-gradient(linear, left top, right top, from(#047288), to(#39cfd5));
  background-image: linear-gradient(90deg, #047288 0%, #39cfd5 100%);
  height: 46px;
  border-radius: 23px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Evolventa bold";
}

.estimation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  border-top: 2px solid #e2e2e2;
}

.estimation_box_ic {
  width: 110px;
  height: 82px;
  margin-right: 30px;
  min-width: 110px;
  max-width: 110px;
  border-radius: 0px 41px 41px 0px;
  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;
  padding: 0 15px;
  margin-top: 10px;
}

.estimation_box_ic_title {
  min-width: 100%;
  max-width: 100%;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0px;
  margin-top: auto;
  font-family: "Evolventa bold";
}

.estimation_box_ic_val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 30px;
  font-family: "Evolventa bold";
  color: #ffffff;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.estimation_box_ic_val .val {
  font-size: 40px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.estimation_box_content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.estimation_box_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e2e2e2;
  padding: 10px 0;
}

.estimation_box_line .val {
  min-width: 420px;
  max-width: 420px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #1f1f1f;
}

.estimation_box_line .name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #1f1f1f;
}

.estimation_box_line strong {
  font-weight: 700;
}

.estimation_box .estimation_box_line:nth-child(1) {
  border-top: none;
}

.estimation_box_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0 30px;
}

.estimation_box_title {
  min-width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 10px;
}

.estimation_calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.estimation_calc .item {
  position: relative;
  padding-right: 10px;
}

.estimation_calc .lab {
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #1f1f1f;
  padding-top: 6px;
}

.estimation_calc .cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #1f1f1f;
  white-space: nowrap;
}

.estimation_calc .cost_ic {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9ec617;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -1px;
  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;
  padding-bottom: 1px;
}

.estimation_calc .large_item {
  position: relative;
  top: -4px;
}

.estimation_calc .large_item .lab {
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  color: #9ec617;
  padding-left: 35px;
}

.estimation_calc .large_item .cost {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #9ec617;
}

.estimation_box_green .estimation_box_ic {
  background: #9ec617;
}

.estimation_box_green .estimation_box_total {
  border-top: 1px solid #9ec617;
}

.estimation_box_blue .estimation_box_ic {
  background: #158fa0;
}

.estimation_box_blue .estimation_box_total {
  border-top: 1px solid #158fa0;
}

.estimation_box_blue .estimation_calc .cost_ic {
  background: #158fa0;
}

.estimation_box_blue .estimation_calc .large_item .cost,
.estimation_box_blue .estimation_calc .large_item .lab {
  color: #158fa0;
}

.estimation_box_red {
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 25px;
}

.estimation_box_red .estimation_box_ic {
  background: #c92223;
}

.estimation_box_red .estimation_box_total {
  border-top: 1px solid #c92223;
}

.estimation_box_red .estimation_calc .cost_ic {
  background: #c92223;
}

.estimation_box_red .estimation_box_ic_val {
  margin-left: -9px;
}

.estimation_box_red .estimation_calc .large_item .cost,
.estimation_box_red .estimation_calc .large_item .lab {
  color: #c92223;
}

.estimation_bottom {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #1f1f1f;
  padding-bottom: 35px;
}

.bassein_second {
  padding-bottom: 25px;
}

.bassein_second .bassein_img {
  min-width: 550px;
  max-width: 550px;
  margin-left: 0;
  margin-right: 65px;
  position: relative;
  margin-right: 35px;
  padding-top: 35px;
}

.bassein_second .bassein_img .ic {
  position: absolute;
  z-index: 1;
  left: 25px;
}

@media screen and (max-width: 992px) {
  .bassein_second .bassein_img .ic {
    left: 5px;
    bottom: 20px;
  }
}

.bassein_second .bassein_img .ic img {
  width: 115px;
}

@media screen and (max-width: 992px) {
  .bassein_second .bassein_img .ic img {
    width: 63px;
  }
}

.bassein_second .bassein_colors_title {
  padding-top: 10px;
}

.bassein_second .bassein_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 992px) {
  .bassein_second .bassein_content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.bassein_img_wrap {
  position: relative;
  margin-bottom: 4px;
}

.bassein_img_wrap .marker {
  position: absolute;
  bottom: 40px;
  left: 25px;
  z-index: 1;
  width: 111px;
  height: 111px;
}

.bassein_img_wrap .marker img {
  width: 100%;
}

.partners_content {
  background: url("/images/bgblue.webp") repeat left center/100% auto;
  width: auto;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding: 45px 100px 40px;
  border-radius: 20px;
}

.partners_title {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Evolventa bold";
  text-align: center;
  margin-bottom: 33px;
}

.partners_swiper {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 35px;
}

.partners_swiper .swiper-slide {
  background: #ffffff;
  border-radius: 10px;
  height: 125px;
  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;
}

.partners_swiper .btn_sl {
  border: 2px solid #158fa0;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.28);
  border-radius: 50%;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: #ffffff url("/images/arrow-leftb.svg") no-repeat center center/21px auto;
}

.partners_swiper .btn_sl:hover {
  background: #057389 url("/images/arrow-left.svg") no-repeat center center/21px auto;
  border: 1px solid #057389;
}

.partners_swiper .swiper-button-prev {
  margin-left: -65px;
  margin-top: -30px;
}

.partners_swiper .swiper-button-next {
  margin-top: -30px;
  margin-right: -65px;
}

.partners_text {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.projects {
  margin: 0 0 60px;
}
.projects__headline {
  margin: 0 0 45px;
  font-family: "Evolventa bold";
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
}
.projects__headline span {
  display: block;
  margin: 0 0 5px;
  font-size: 40px;
  line-height: 46px;
  color: #118598;
}
.projects__list {
  margin: -36px;
  overflow: hidden;
}
.projects__item,
.projects__decor {
  float: left;
  margin: 36px;
  width: calc(50% - 72px);
}
.projects__decor img {
  margin: 0 auto;
}
.projects__gallery {
  margin: 0 0 28px;
}
.projects__photo {
  position: relative;
  display: block;
  margin: 0 0 10px;
}
.projects__photos {
  margin: -3px;
  overflow: hidden;
}
.projects__photos a {
  position: relative;
  display: block;
  float: left;
  margin: 3px;
  width: calc(100% / 3 - 6px);
}
.projects__photo:before,
.projects__photos a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition-duration: 0.2s;
}
.projects__photo:hover:before,
.projects__photos a:hover:before {
  opacity: 0.2;
}
.projects__category {
  margin: 0 0 8px;
  font-family: "Evolventa bold";
  font-size: 16px;
  line-height: 22px;
  color: #118598;
  text-transform: uppercase;
}
.projects__title {
  margin: 0 0 12px;
  font-family: "Evolventa bold";
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}
.projects__text,
.projects__text p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 22px;
}

@media (max-width: 1199px) {
  .projects__list {
    margin: -26px;
  }
  .projects__item,
  .projects__decor {
    margin: 26px;
    width: calc(50% - 52px);
  }
}

@media (max-width: 991px) {
  .projects {
    margin: 0 0 50px;
  }
  .projects__headline {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .projects__headline span {
    font-size: 28px;
    line-height: 34px;
  }
  .projects__list {
    margin: -15px -12px;
  }
  .projects__item,
  .projects__decor {
    margin: 15px 12px;
    width: calc(50% - 24px);
  }
  .projects__gallery {
    margin: 0 0 25px;
  }
  .projects__photo {
    margin: 0 0 6px;
  }
  .projects__photos {
    margin: -2px;
  }
  .projects__photos a {
    margin: 2px;
    width: calc(100% / 3 - 4px);
  }
  .projects__category {
    margin: 0 0 5px;
    font-size: 11px;
    line-height: 17px;
  }
  .projects__title {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .projects__text,
  .projects__text p {
    font-size: 13px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .projects {
      margin: 0 0 30px;
  }
  .projects__headline {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .projects__headline span {
    font-size: 20px;
    line-height: 26px;
  }
  .projects__list {
    margin: 0;
  }
  .projects__item,
  .projects__decor {
    float: none;
    margin: 0 0 25px;
    width: 100%;
  }
  .projects__decor {
    margin: 0;
  }
  .projects__category {
    font-size: 10px;
    line-height: 16px;
  }
  .projects__title {
    font-size: 18px;
    line-height: 24px;
  }
  .projects__text,
  .projects__text p {
    font-size: 12px;
    line-height: 18px;
  }
}

.partners {
  margin-bottom: 50px;
}

.gallery_title {
  font-size: 28px;
  line-height: 1;
  font-family: "Evolventa bold";
  text-transform: uppercase;
  color: #262626;
  margin-bottom: 40px;
  text-align: center;
}

.gallery {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
}

.quest_swiper .swiper-slide a {
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .quest_swiper .swiper-slide a {
    border-radius: 10px;
  }
}

.gallery_slider .swiper-slide {
  position: relative;
}

.gallery_slider .swiper-slide a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .gallery_slider .swiper-slide a {
    border-radius: 10px;
  }
}

.gallery_slider .swiper-slide img {
  width: 100%;
}

.gallery_slider .swiper-slide a:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.2;
  -webkit-transition: .2s;
  transition: .2s;
}

.gallery_slider .swiper-slide a:hover:before {
  opacity: 0;
}

.gallery_slider {
  margin-bottom: 22px;
}

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

.gallery_info .ic {
  margin-right: 17px;
}

.gallery_info .ic img {
  width: 14px;
}

.gallery_info .text {
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #282828;
}

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

.preference_left {
  min-width: 490px;
  max-width: 490px;
  padding-right: 50px;
}

.preference_right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preference_img {
  width: auto;
  margin-left: -75px;
  margin-right: 0;
  margin-bottom: 32px;
}

.preference {
  padding-bottom: 45px;
}

.preference .item {
  margin-bottom: 40px;
}

.preference .item_title {
  padding-left: 50px;
  background: url("/images/bulb.webp") no-repeat left 4px/24px auto;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #262626;
  font-family: "Evolventa bold";
  margin-bottom: 15px;
}

.preference .item_text {
  padding-left: 50px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #262626;
}

.preference .preference_title {
  padding: 100px 0 33px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #158fa0;
  font-family: "Evolventa bold";
}

.footer {
  background: #158fa0;
}

.footer_top {
  padding: 30px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.footer_bottom_wrap {
  position: relative;
}

.footer_bottom_wrap:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #116e7b;
  border-bottom: 1px solid #329dac;
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_top_left {
  min-width: 465px;
  max-width: 465px;
  padding-right: 50px;
}

.footer_address {
  padding-left: 68px;
  position: relative;
  padding-top: 5px;
  margin-bottom: 30px;
}

.footer_address:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 47px;
  width: 47px;
  left: 0;
  top: 0;
  background: #ffffff url("/images/adress.svg") no-repeat center center/13px auto;
  border-radius: 50%;
}

.footer_label {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 6px;
}

.footer_address_text {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer_subtitle {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #8ed5df;
  margin-bottom: 15px;
}

a {
  text-decoration: none;
}

.footer_maplink {
  height: 26px;
  border-radius: 3px;
  padding: 0 25px;
  background: #116e7b;
}

.footer_maplink .text {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  margin-right: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer_maplink .ic {
  max-width: 10px;
  min-width: 10px;
  height: 10px;
  background: url("/images/newtab.svg") no-repeat center center/100% auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer_maplink:hover {
  background: #ffffff;
}

.footer_maplink:hover .text {
  color: #158fa0;
}

.footer_maplink:hover .ic {
  background: url("/images/newtabb.svg") no-repeat center center/100% auto;
}

.footer_email {
  padding-left: 68px;
  position: relative;
  padding-top: 5px;
}

.footer_email:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 47px;
  width: 47px;
  left: 0;
  top: 0;
  background: #116e7b url("/images/email.webp") no-repeat center center/17px auto;
  border-radius: 50%;
}

.footer_email_text {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
}

.footer_email_text:hover {
  color: #b6ecff;
}

.footer .header_contact_item {
  padding-left: 68px;
  position: relative;
}

.footer .header_contact_item:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 47px;
  width: 47px;
  left: 0;
  top: 0;
  background: #ffffff url("/images/footer-phone.svg") no-repeat center center/16px auto;
  border-radius: 50%;
}

.footer .header_contact_item .header_phone,
.footer .header_contact_item .lab,
.footer .header_line_phone {
  color: #ffffff;
}

.footer .header_contact_item_phone {
  margin-bottom: 15px;
}

.footer .header_contact_item_messangers {
  margin-bottom: 15px;
}

.footer .header_contact_item_messangers:before {
  background: #ffffff url("/images/footer-phone-2.svg") no-repeat center center/11px auto;
}

.footer_top_img {
  position: absolute;
  right: -85px;
  top: -85px;
  z-index: 2;
}

.footer_top_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_top_socials .btn {
  min-width: 128px;
  max-width: 128px;
  height: 34px;
  border: 1px solid #6fa4be;
  border-radius: 17px;
  margin-bottom: 8px;
}

.footer_top_socials .btn span {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  padding-left: 26px;
}

.footer_top_socials .btn_wa span {
  background: url("/images/footer-whatsapp.svg") no-repeat left center/18px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer_top_socials .btn_wa:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.footer_top_socials .btn_wa:hover span {
  color: #158fa0;
  background: url("/images/footer-whatsapph.svg") no-repeat left center/18px auto;
}

.footer_top_socials .btn_tg span {
  background: url("/images/footer-telegram.svg") no-repeat left center/16px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer_top_socials .btn_tg:hover {
  background: #ffffff;
  border-color: #ffffff;
}

.footer_top_socials .btn_tg:hover span {
  color: #158fa0;
  background: url("/images/footer-telegramh.svg") no-repeat left center/18px auto;
}

.footer_top_socials .btn_insta {
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  height: 47px;
  border: 1px solid #6fa4be;
  border-radius: 23.5px;
}

.footer_top_socials .btn_insta strong {
  padding-left: 35px;
  font-size: 12px;
  line-height: 38px;
  font-weight: 400;
  color: #ffffff;
  background: url("/images/footer-instagram.svg") no-repeat left center/19px auto;
}

.footer_top_socials .btn_insta span {
  padding-left: 8px;
  font-size: 16px;
  color: #ffffff;
}

.footer_top_socials .btn_insta:hover {
  border: 1px solid #ffffff;
}

.footer_logo {
  min-width: 83px;
  max-width: 83px;
  margin-right: 30px;
}

.footer_bottom_company,
.footer_bottom_docs,
.footer_bottom_research {
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  color: #addbf1;
  margin-right: 40px;
}

.footer_bottom_research {
  max-width: 195px;
  min-width: 195px;
  position: relative;
  z-index: 3;
}

.footer_bottom_research a {
  color: #ffffff;
}

.footer_bottom_research a:hover {
  color: #b6ecff;
}

.upper_scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  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;
  padding: 0;
  background: #ffffff url("/images/upper.webp") no-repeat center center/100% auto;
  border: 5px solid #ffffff;
  display: none;
  opacity: 0;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(7, 89, 101, 0.28);
  box-shadow: 0px 1px 16px 0px rgba(7, 89, 101, 0.28);
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 9999;
}

.upper_scroll i {
  color: #ffffff;
}

.upper_scroll.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.upper_scroll:hover {
  border: 5px solid #fff;
  cursor: pointer;
  opacity: 0.8;
}

.services {
  padding-bottom: 45px;
}

.services_df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.services_headline {
  min-width: calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.services_title {
  font-size: 40px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: "Evolventa bold";
}

.services_subtitle {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Evolventa bold";
}

.services_text {
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}

.services_baner {
  min-width: 510px;
  max-width: 510px;
}

.services_baner_box {
  background: url("/images/ser1.webp") no-repeat center center/cover;
  width: auto;
  margin-left: -100px;
  margin-right: 65px;
  padding: 50px 60px 310px;
  border-radius: 20px;
  position: relative;
}

.services_baner_title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Evolventa bold";
  margin-bottom: 10px;
}

.services_baner_subtitle {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
}

.services_baner_text {
  font-size: 16px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 26px;
}

.services_baner_btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 4;
}

.services_baner_btns .btn_sl {
  position: static;
  margin: 0;
  margin-right: 15px;
  border: 1px solid #ffffff;
  background: transparent url("/images/arrow-left.svg") no-repeat center center/21px auto;
}

.services_baner_btns .btn_sl:hover {
  background: #ffffff url("/images/arrow-leftb.svg") no-repeat center center/21px auto;
}

@media screen and (min-width: 993px) {
  .gallery_title .btn_sl {
    display: none;
  }
}

.services_baner_img {
  position: relative;
  z-index: 2;
}

.services_baner_img img {
  position: absolute;
  left: -40px;
  width: 364px;
  height: 398px;
  top: -40px;
  z-index: 2;
}

.services_slider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 60px 0 40px;
  position: relative;
  min-width: calc(100% - 510px);
  max-width: calc(100% - 510px);
}

.services_slider:before {
  content: '';
  position: absolute;
  z-index: 1;
  background: #e3f1f7;
  left: 100%;
  width: 2000px;
  height: 100%;
  top: 0;
}

.services_slider_text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #1f1f1f;
  margin-bottom: 35px;
  text-align: justify;
}

.services {
  margin-bottom: 30px;
}

.services .swiper-wrapper {
  padding: 20px;
  margin-top: -20px;
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
}

.services .swiper-slide {
  background: #ffffff;
  border-radius: 20px;
  height: 410px;
  margin-bottom: 0;
  margin-top: 0;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(4, 67, 98, 0.15);
  box-shadow: 0px 1px 20px 0px rgba(4, 67, 98, 0.15);
}

.services_slider_img {
  height: 230px;
  margin-bottom: 20px;
}

.services_slider_img img {
  width: 100%;
  display: block;
}

.services_slider_title {
  padding: 0 35px 10px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  color: #272727;
  font-family: "Evolventa bold";
}

.services_slider_content {
  padding: 0 35px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #2d2d2d;
  padding-bottom: 33px;
}

.services {
  position: relative;
  padding-top: 75px;
  background: #158fa0;
}

.services:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../images/beftopb.jpg") repeat-x left center/auto 20px;
}

.services:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url("../images/beftopb2.jpg") repeat-x left center/auto 20px;
}

.services_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  margin-top: -35px;
}

.services_item {
  min-width: calc(33.33% - 40px);
  max-width: calc(33.33% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  -webkit-box-shadow: 0px 1px 32px 0px rgba(4, 67, 98, 0.25);
  box-shadow: 0px 1px 32px 0px rgba(4, 67, 98, 0.25);
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 40px;
}

.services_item:first-child {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.services_item_other {
  padding-top: 60px;
}

.services_item_img {
  margin-bottom: 20px;
}

.services_item_img img {
  width: 100%;
}

.services_item_content {
  padding: 0 35px 30px;
}

.services_item_title {
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #272727;
  font-family: "Evolventa bold";
  margin-bottom: 15px;
}

.services_item_text {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2d2d;
}

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

.services_botom_img {
  position: relative;
  margin-right: 53px;
  min-width: 410px;
  max-width: 410px;
}

.services_botom_img img {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 6;
}

.services_botom_text {
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
}

.partners_swiper_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.partners_swiper_img {
  min-width: 330px;
  max-width: 330px;
  position: relative;
}

.partners_swiper_img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -25px;
}

.partners_swiper {
  min-width: calc(100% - 360px);
  max-width: calc(100% - 360px);
  margin-right: 80px;
}

.information {
  position: relative;
  background: #e3f1f7;
  padding: 70px 0 50px;
}

.information:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 25px;
  width: 100%;
  left: 0;
  top: 0;
  background: url("/images/beftop.jpg") repeat-x left center/auto 25px;
}

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

.information_content {
  min-width: 380px;
  max-width: 380px;
  margin-right: 110px;
}

.information_title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #242424;
  font-family: "Evolventa bold";
  margin-bottom: 30px;
}

.information_text p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  color: #0b0b0b;
  margin-bottom: 15px;
}

.information_list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header_line_phone.mob {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_line_phone.mob {
    display: block;
  }
}

.information_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18px;
  margin-bottom: 6px;
  background: #ffffff url("../images/download.svg") no-repeat calc(100% - 18px) center/15px auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.information_link .name {
  padding-left: 38px;
  background: url("../images/file.svg") no-repeat left center/17px auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #158fa0;
  -webkit-transition: .2s;
  transition: .2s;
}

.information_link:hover {
  background: #158fa0 url("../images/downloadw.svg") no-repeat calc(100% - 18px) center/15px auto;
}

.information_link:hover .name {
  color: #ffffff;
  background: url("../images/filew.svg") no-repeat left center/17px auto;
}

.mob_df {
  display: none;
}

@media screen and (max-width: 992px) {
  body {
    zoom: 1;
  }

  .cont {
    width: 800px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header_contact_item_line .btn .val {
    display: none;
  }

  .header_contact_item_messangers:before,
  .header_contact_item_phone:before {
    display: none;
  }

  .header_contact_item {
    padding-left: 0;
  }

  .header_menu ul li {
    margin-bottom: 7px;
  }

  .header {
    padding: 30px 0 22px;
  }

  .header_delivery {
    margin: 22px 0 -22px;
  }


  .header_logo {
    min-width: 140px;
    max-width: 140px;
    margin-right: 22px;
  }

  .header_top_slogan {
    min-width: 155px;
    max-width: 155px;
    margin-right: 30px;
  }

  .header_top_slogan .text {
    font-size: 8px;
  }

  .main img {
    height: 370px;
    width: auto;
    max-width: initial;
  }
}

@media screen and (max-width: 992px) and (max-width: 900px) {
  .main img {
    height: 340px;
  }
}

@media screen and (max-width: 992px) and (max-width: 800px) {
  .main img {
    height: 310px;
  }
}

@media screen and (max-width: 992px) {

  .main_headline h1,
  .main_headline h2,
  .main_headline .text {
    font-size: 18px;
  }

  .main_headline {
    height: 40px;
  }

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

  .about:after {
    right: 60px;
    left: initial;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }

  .about_left {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .about_right_title {
    display: block !important;
    color: #ffffff;
    padding-left: 0;
    padding-right: 300px;
    margin-bottom: 100px;
  }

  .about_subtitle {
    margin-bottom: 20px;
  }

  .about {
    background-size: 100% 380px;
  }

  .about:before {
    top: 380px;
  }

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

  .about_left_text.desk {
    display: none;
  }

  .about_left_buttons.desk {
    display: none;
  }

  .about_right_img.desk {
    display: none;
  }

  .mob_df_right {
    min-width: 350px;
    max-width: 350px;
    margin-left: 45px;
  }

  .about_left_text p {
    margin-bottom: 10px;
    line-height: 22px;
  }

  .about_left_buttons {
    display: block;
    padding-top: 0;
  }

  .about_right_img {
    margin-bottom: 22px;
  }

  .about_left_buttons .btn_blue {
    margin-bottom: 10px;
  }

  .about_right .about_right_title {
    display: none !important;
  }

  .about_right {
    padding-top: 25px;
  }

  .about_right_items .j_item {
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
  }

  .about_right_items .j_item_img {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    margin-right: 13px;
  }

  .about_right_items .j_item_img img {
    height: 38px;
  }

  .about_right_items .j_item_text {
    font-size: 11px;
  }

  .arenda_top_img {
    min-width: 277px;
    max-width: 277px;
    margin-right: 40px;
    margin-left: 0;
  }

  .arenda_top_title {
    font-size: 34px;
  }

  .arenda_top_subtitle {
    font-size: 24px;
  }

  .arenda_top_info {
    height: 34px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .arenda_top_text {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .arenda_top_subtext {
    font-size: 13px;
    line-height: 1.5;
  }

  .arenda_bottom {
    border-radius: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .offer_line {
    height: 40px;
    font-size: 15px;
    line-height: 22px;
    padding-top: 2px;
  }
}

@media screen and (max-width: 992px) {
  .bassein_bottom .bassein_img {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: 0;
    min-width: 420px;
    max-width: 420px;
    margin-right: 55px;
  }

  .bassein_bottom .bassein_img {
    display: block;
  }

  .bassein_bottom {
    display: block;
  }

  .bassein_img {
    display: none;
  }

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

  .bassein_colors_items {
    padding-left: 0;
    background: transparent;
  }

  .bassein_colors_items {
    display: block;
  }

  .offer .cont {
    width: 800px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bassein_content_articul {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
  }

  .bassein_content_title {
    font-size: 16px;
  }

  .item_box_bowl {
    padding-top: 10px;
  }

  .bassein_money {
    padding-left: 0;
    padding-top: 20px;
  }

  .bassein_money_item {
    height: 50px;
  }

  .bassein_money_item .lab {
    font-size: 14px;
  }

  .bassein_money {
    min-width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .bassein_money_item .cost {
    font-size: 26px;
  }

  .bassein_money_item .cost span {
    font-size: 16px;
  }

  .bassein_money_bottom .bassein_money_item .lab {
    font-size: 12px;
  }

  .bassein_money_bottom .bassein_money_item .cost {
    font-size: 20px;
  }

  .bassein_money_bottom .bassein_money_item .cost span {
    font-size: 16px;
  }

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

  .bassein_money_top {
    min-width: 50%;
    max-width: 50%;
    margin-right: 20px;
  }

  .bassein_money_store {
    min-width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }

  .quest_headline {
    padding-top: 30px;
  }

  .header_contact_item_title {
    font-size: 26px;
    min-width: 210px;
    max-width: 210px;
  }

  .header_contact_item_title span {
    font-size: 14px;
  }

  .header_top_slogan {
    margin-right: 20px;
  }

  .header_contact_item .header_phone {
    font-size: 18px;
    white-space: nowrap;
  }

  .header_contact_item .lab {
    font-size: 10px;
  }

  .header_line_phone {
    font-size: 16px;
  }

  .quest .header_contact_item.header_contact_item_phone:before {
    width: 47px;
    height: 47px;
    background-size: 16px auto;
    display: block;
  }

  .quest .header_contact_item.header_contact_item_phone {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    height: 31px;
    padding-left: 70px;
    margin-bottom: 8px;
  }

  .quest .header_contact_item .header_phone {
    font-size: 20px;
  }

  .quest .header_contact_item .lab {
    font-size: 12px;
  }

  .quest .header_contact_item.header_contact_item_phone {
    margin-right: 30px;
  }

  .header_contact_item:before {
    display: block;
  }

  .quest .header_contact_item {
    padding-left: 70px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header_contact_socials {
    padding-left: 250px;
    margin-top: 7px;
  }

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

  .quest .header_contact_item_line {
    font-size: 18px;
  }

  .quest .header_contact_item_inst:before {
    display: none;
  }

  .quest .header_contact_item_inst {
    padding-left: 0;
    margin-top: 7px;
  }

  .quest .header_line_phone {
    font-size: 18px;
  }

  .model_df {
    display: block;
  }

  .model_characters {
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

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

  .model_characters_mtitle {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .model_characters_item {
    min-width: calc(33.33% - 40px);
    max-width: calc(33.33% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }

  .business_headline_main {
    padding: 13px 65px;
  }

  .model {
    padding-bottom: 40px;
  }

  .business_headline_main_title {
    font-size: 22px;
    line-height: 28px;
  }

  .business_headline_main {
    min-width: 400px;
    max-width: 400px;
    margin-right: 30px;
  }

  .business_headline_main_subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .business_headline_main_img {
    width: 160px;
    right: -81px;
    top: -25px;
  }

  .business_headline_info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .business_dep {
    min-width: 335px;
    max-width: 335px;
  }

  .business_headline_main {
    left: -65px;
  }

  .estimation {
    margin-top: -15px;
  }

  .estimation_title .name {
    font-size: 32px;
  }

  .estimation_title .val {
    height: 38px;
    border-radius: 19px;
    font-size: 18px;
  }

  .estimation_title .estimation_box_ic {
    width: 100px;
    height: 75px;
  }

  .estimation_box_ic_title {
    font-size: 11px;
  }

  .estimation_box_ic_val .val {
    font-size: 36px;
  }

  .estimation_box_line .name {
    min-width: 270px;
    max-width: 270px;
    margin-right: 30px;
  }

  .estimation_box_line .val {
    min-width: initial;
    max-width: initial;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

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

  .estimation_calc .large_item {
    top: 0;
    min-width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }

  .services_items {
    margin-left: -13px;
    margin-right: -13px;
  }

  .services_item {
    min-width: calc(33.33% - 26px);
    max-width: calc(33.33% - 26px);
    margin-left: 13px;
    margin-right: 13px;
    margin-bottom: 26px;
  }

  .services_headline {
    min-width: 300px;
    max-width: 300px;
  }

  .services_title {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .services_subtitle {
    font-size: 22px;
  }

  .services_items {
    margin-top: 25px;
  }

  .services_item_img {
    margin-bottom: 14px;
  }

  .services_item_content {
    padding: 0 20px 20px;
  }

  .services_item_title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .services_item_text {
    font-size: 10px;
    line-height: 1.4;
  }

  .services_item_other {
    padding-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .bassein_money_bottom .bassein_money_item .cost span {
    top: 3px;
  }

  .services_botom_img {
    position: relative;
    margin-right: 35px;
    min-width: 254px;
    max-width: 254px;
  }

  .services_botom_text {
    padding: 20px 0 0;
  }

  .services_botom_img img {
    top: 24px;
  }

  .services_botom_text {
    font-size: 13px;
    line-height: 1.5;
  }

  .bassein_second {
    padding-top: 30px;
  }

  .partners_content {
    padding-top: 40px;
  }

  .partners_title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .partners_swiper_img {
    min-width: 215px;
    max-width: 215px;
    position: relative;
  }

  .partners_swiper {
    min-width: calc(100% - 240px);
    max-width: calc(100% - 240px);
    margin-right: 80px;
  }

  .partners_content {
    background: url("../images/bgblue.webp") repeat left center/100% 100%;
    border-radius: 0;
  }

  .partners_swiper {
    margin-bottom: 20px;
  }

  .partners_text {
    font-size: 13px;
    line-height: 1.5;
    padding-right: 240px;
  }

  .gallery_title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .preference {
    padding-top: 25px;
  }

  .preference_left {
    min-width: 50%;
    max-width: 50%;
    padding-right: 50px;
  }

  .preference_img {
    width: 367px;
    margin-left: 0;
  }

  .preference .preference_title {
    padding-top: 0;
    font-size: 23px;
    line-height: 1.3;
    padding-bottom: 28px;
  }

  .preference .item_title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .preference .item_text {
    font-size: 13px;
    line-height: 1.5;
  }

  .preference .item {
    margin-bottom: 20px;
  }

  .information_content {
    min-width: 300px;
    max-width: 300px;
    margin-right: 50px;
  }

  .information {
    padding-top: 50px;
  }

  .footer_top_img {
    display: none;
  }

  .information_title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .information_text p {
    font-size: 13px;
    line-height: 1.6;
  }

  .information_link {
    padding: 15px 20px;
  }

  .information_link .name {
    font-size: 16px;
  }

  .header .header_contact_item:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about_right_title {
    padding-right: 0;
  }

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

.main .mob {
  display: none;
}

.bassein_money_footer {
  margin-top: 14px;
}

.bassein_money_footer .bassein_money_item {
  height: 55px;
  border: 2px solid #c72429;
  border-radius: 28px;
  width: 358px;
}

.bassein_money_footer .bassein_money_item .lab {
  font-size: 13px;
  line-height: 18px;
  color: #c7242a;
}

.bassein_money_footer .bassein_money_item .cost {
  background: #c7242a;
  font-size: 26px;
}

.bassein_money_footer .bassein_money_item .cost span {
  font-size: 20px;
}

.bassein_bottom {
  align-items: flex-end;
  margin-top: -70px;
}

@media screen and (max-width: 992px) {
  .bassein_money {
    display: block;
  }

  .bassein_money_bottom {
    width: 340px;
    display: flex;
  }

  .bassein_money_footer {
    margin-top: 10px;
  }

  .bassein_money_footer .bassein_money_item {
    width: 250px;
    height: 38px;
  }

  .bassein_money_footer .bassein_money_item .lab {
    font-size: 9px;
    line-height: 12px;
  }

  .bassein_money_footer .bassein_money_item .cost,
  .bassein_money_bottom .bassein_money_item .cost {
    font-size: 18px;
    line-height: 25px;
  }

  .bassein_money_footer .bassein_money_item .cost span,
  .bassein_money_bottom .bassein_money_item .cost span {
    font-size: 14px;
    top: 1px;
  }

  .bassein_money_bottom .bassein_money_item {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }

  .bassein_money_bottom .bassein_money_item .lab {
    font-size: 9px;
  }

  .bassein_money_bottom .bassein_money_store {
    font-size: 9px;
    min-width: 60px;
    max-width: 60px;
  }

  .bassein_bottom {
    margin-top: 0;
  }

  .bassein_bottom {
    display: flex;
  }
}

@media screen and (max-width: 992px) and (max-width: 768px) {
  .bassein_bottom {
    display: block;
  }
}

.bassein_second .bassein_top {
  padding-bottom: 105px;
}

@media screen and (max-width: 992px) {
  .bassein_second .bassein_top {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .bassein_money_footer .bassein_money_item {
    width: 200px;
    height: 34px;
  }

  .bassein_money_footer .bassein_money_item .cost {
    font-size: 16px;
  }

  .bassein_money_footer .bassein_money_item .cost span {
    font-size: 11px;
    margin-left: 3px;
  }

  .bassein_money_footer .bassein_money_item .lab {
    font-size: 8px;
    line-height: 10px;
  }
}