@charset "utf-8";
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 23.03.25 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff;
  height: 100%;
  color: #191A19;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #191A19;
  text-decoration: underline;
}

a:hover,
a:hover:visited {
  text-decoration: none;
}

.nu a:hover,
a.nu:hover {
  text-decoration: underline;
}

.nu a,
a.nu {
  text-decoration: none;
}

a.link_dashed,
.link_dashed a {
  text-decoration: none;
  border-bottom: 0.1rem dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
  border: 0;
  text-decoration: none;
}

.main_page .h1 {
  margin: 0 0 4.8rem;
}

.h1 {
  font-size: 4.0rem;
  font-weight: 300;
  margin: 0 0 0.7rem;
  position: relative;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}


.main_page .h2 {
  margin: 0 0 4.4rem;
}

.h2 {
  font-size: 6.0rem;
  font-weight: 300;
  margin: 0 0 4.4rem;
  position: relative;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}


.main_page .h3 {
  margin: 0 0 4.4rem;
}

.h3 {
  font-size: 6.0rem;
  font-weight: 300;
  margin: 0 0 4.4rem;
  position: relative;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
}


.h4 {
  font-size: 3.0rem;
  font-weight: normal;
  margin: 0 0 2.2rem;
  position: relative;
  color: #599F0C;
  line-height: 1.2;
}

.h5 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 0 2.6rem;
  position: relative;
  color: #599F0C;
  line-height: 1.2;
}

.h6 {
  font-size: 2.0rem;
  font-weight: 500;
  margin: 0 0 2.0rem;
  position: relative;
  color: #1C271C;
  line-height: 1.2;
}

/*colors*/
/*end colors*/
/*fonts*/

@font-face {
  font-family: 'AvantiBold';
  src: url("../fonts/AvantiBold.eot");
  src: url("../fonts/AvantiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvantiBold.woff") format("woff"), url("../fonts/AvantiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

}

@font-face {
  font-family: 'avenirnextcyr-regular';
  src: url("../fonts/avenirnextcyr-regular.eot");
  src: url("../fonts/avenirnextcyr-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/avenirnextcyr-regular.woff") format("woff"), url("../fonts/avenirnextcyr-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;

}

.f-10 {
  font-size: 1.0rem;
}

.f-11 {
  font-size: 1.1rem;
}

.f-12 {
  font-size: 1.2rem;
}

.f-13 {
  font-size: 1.3rem;
}

.f-14 {
  font-size: 1.4rem;
}

.f-15 {
  font-size: 1.5rem;
}

.f-16 {
  font-size: 1.6rem;
}

.f-17 {
  font-size: 1.7rem;
}

.f-18 {
  font-size: 1.8rem;
}

.f-20 {
  font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
  background: #fff;
  border: 0.1rem solid #D1D1D1;
  border-left: none;
  padding: 1.2rem 1.9rem 1.2rem;
  -webkit-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
}

.field:focus {
  border-color: #D1D1D1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.field:-moz-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
  font-style: normal;
}

.field::-moz-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
  font-style: normal;
}

.field::-webkit-input-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
  font-style: normal;
}

.field:-ms-input-placeholder {
  opacity: 1;
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
  font-style: normal;
}

.field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #35302E;
  font-style: normal;
}

.field.invalid {
  background: #FFF;
  box-shadow: none;
  border-color: #D1D1D1;
}

.parent_field {
  display: inline-block;
  vertical-align: top;
}

.invalid_message {
  display: block;
  color: #FB2828;
  font-size: 1.1rem;
  line-height: 1.2;
}

.valid_message {
  display: none;
  color: green;
  font-size: 1.1rem;
  line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
  overflow: hidden;
}

.cx:before,
.cx:after {
  content: "";
  display: table;
}

.cx:after {
  clear: both;
}

.ct {
  display: table;
}

.ct:after {
  content: '. . . . . . . . . . .';
  display: block;
  word-spacing: 99in;
  height: 0;
  overflow: hidden;
  font-size: 0.05em;
  line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  margin: 0 0 1.0rem;
  height: 0;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  border-top: 0.1rem solid #a5b136;
}

::-moz-selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgba(255, 0, 0, 0.5);
  color: #fff;
  text-shadow: none;
}

img::-moz-selection {
  background-color: transparent;
  -moz-box-shadow: none;
}

img::selection {
  background-color: transparent;
  box-shadow: none;
}

ul {
  margin: 0 0 2.0rem;
  padding: 0;
}

li {
  background: url(../images/mark.png) no-repeat 0 1.1rem;
  margin: 0;
  padding: 0 0 0 1.4rem;
  list-style: none;
}


.list > li {
  background: none;
  padding: 0;
}

.list_1 {
  margin: 0 0 2.0rem;
}

.list_1 li {
  background: url(../images/list_1_mark.svg) no-repeat 0 0.5rem;
  margin: 0;
  padding: 0 0 0 2.4rem;
  list-style: none;
}

.list_2 {
  margin: 0 0 2.1rem -2.3rem;
}

.list_2 .item {
  background: url(../images/mark_2.svg) no-repeat;
  width: calc(50% - 7.3rem);
  margin: 0 0 1.0rem 2.3rem;
  padding: 0 0 0 5.0rem;
  list-style: none;
  line-height: 1.4;
}

.list_3 {
  counter-reset: list3;
  margin: 0;
  padding: 0;
}

.list_3 li {
  background: none;
  counter-increment: list3;
  padding: 0 0 0 4.4rem;
  position: relative;
  margin: 0 0 3.0rem;
}

.list_3 li:before {
  content: counter(list3);
  background: #059347;
  border: 0.1rem solid #076E37;
  border-radius: 0.3rem;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 2.2rem;
}

.list_4 {
  margin: 0 0 5.1rem;
  padding: 0;
}

.list_4 li {
  background: url(../images/list_4.svg) no-repeat 0 0.7rem;
  margin: 0 0 1.2rem;
  padding: 0 0 0 1.8rem;
  color: #35302E;
  list-style: none;
}


/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
  min-width: 102.4rem;
  min-height: 100%;
  margin: auto;
  overflow-x: clip;
  position: relative;
  z-index: 1;
}

.to-top {
  position: fixed;
  bottom: -8.0rem;
  right: 2.0rem;
  z-index: 99;
  transition: all .7s ease-in-out;
}

.to-top .link {
  background: rgba(138, 200, 10, 0.7) url(../images/to-top.svg) no-repeat 50% 50%;
  border: 0.2rem solid #599F0C;
  border-radius: 50%;
  display: block;
  width: 5.3rem;
  height: 5.3rem;
}

.feedback_bubble_1 {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 99;
}

.feedback_bubble_1 .list {
  position: absolute;
  top: 0;
  right: 100%;
}

.feedback_bubble_1 .item {
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  transition: all 0.5s ease 0s;
}

.feedback_bubble_1 .item:hover {
  width: 25.0rem;
}

.feedback_bubble_1 .link {
  background: #F3F3F3;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  display: block;
  width: 25.0rem;
  height: 5.0rem;
  color: #191A19;
  text-decoration: none;
}

.feedback_bubble_1 .item:hover .link {
  background: #599F0C;
  color: #fff;
}

.feedback_bubble_1 .fig {
  border-radius: 1.0rem;
  display: inline-block;
  vertical-align: middle;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  overflow: hidden;
}

.feedback_bubble_1 .fig_white {
  display: none;
}

.feedback_bubble_1 .item:hover .fig_white {
  display: block;
}

.feedback_bubble_1 .item:hover .fig_black {
  display: none;
}

.feedback_bubble_1 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.feedback_bubble_1 .text {
  display: none;
  vertical-align: middle;
  width: 20.0rem;
}

.feedback_bubble_1 .item:hover .text {
  display: inline-block;
}

.feedback_bubble_1 .fig_mobile {
  display: none;
}



.feedback_bubble_2 {
  position: fixed;
  top: calc(30% + 6.3rem);
  right: 0;
  z-index: 99;
}

.feedback_bubble_2 .list {
  position: absolute;
  top: 0;
  right: 100%;
}

.feedback_bubble_2 .item {
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  transition: all 0.5s ease 0s;
}

.feedback_bubble_2 .item:hover {
  width: 25.0rem;
}

.feedback_bubble_2 .link {
  background: #F3F3F3;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  display: block;
  width: 25.0rem;
  height: 5.0rem;
  color: #191A19;
  text-decoration: none;
}

.feedback_bubble_2 .item:hover .link {
  background: #599F0C;
  color: #fff;
}

.feedback_bubble_2 .fig {
  border-radius: 1.0rem;
  display: inline-block;
  vertical-align: middle;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  overflow: hidden;
}

.feedback_bubble_2 .fig_white {
  display: none;
}

.feedback_bubble_2 .item:hover .fig_white {
  display: block;
}

.feedback_bubble_2 .item:hover .fig_black {
  display: none;
}

.feedback_bubble_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.feedback_bubble_2 .text {
  display: none;
  vertical-align: middle;
  width: 20.0rem;
}

.feedback_bubble_2 .item:hover .text {
  display: inline-block;
}

.feedback_bubble_2 .fig_mobile {
  display: none;
}




.feedback_bubble_3 {
  position: fixed;
  top: calc(30% + 12.6rem);
  right: 0;
  z-index: 99;
}

.feedback_bubble_3 .list {
  position: absolute;
  top: 0;
  right: 100%;
}

.feedback_bubble_3 .item {
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  transition: all 0.5s ease 0s;
}

.feedback_bubble_3 .item:hover {
  width: 25.0rem;
}

.feedback_bubble_3 .link {
  background: #F3F3F3;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  display: block;
  width: 25.0rem;
  height: 5.0rem;
  color: #191A19;
  text-decoration: none;
}

.feedback_bubble_3 .item:hover .link {
  background: #599F0C;
  color: #fff;
}

.feedback_bubble_3 .fig {
  border-radius: 1.0rem;
  display: inline-block;
  vertical-align: middle;
  width: 5.0rem;
  height: 5.0rem;
  position: relative;
  overflow: hidden;
}

.feedback_bubble_3 .fig_white {
  display: none;
}

.feedback_bubble_3 .item:hover .fig_white {
  display: block;
}

.feedback_bubble_3 .item:hover .fig_black {
  display: none;
}

.feedback_bubble_3 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.feedback_bubble_3 .text {
  display: none;
  vertical-align: middle;
  width: 20.0rem;
}

.feedback_bubble_3 .item:hover .text {
  display: inline-block;
}

.feedback_bubble_3 .fig_mobile {
  display: none;
}

.cookie {
  padding: 1.4rem 0 1.4rem;
  position: fixed;
  bottom: 0;
  right: 1.6rem;
  left: 1.6rem;
  z-index: 99;
  font-size: 1.2rem;
  font-weight: 600;
  color: #404040;
  z-index: 100;
}

.cookie:before {
  content: "";
  background: #E5E5E5;
  border: 0.1rem solid #DDD9D9;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.cookie .box {
  min-width: 91.0rem;
  max-width: 148.6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cookie .text {
  width: 88%;
}

.btn_4 {
  background: #1C271C;
  border: none;
  border-radius: 0.2rem;
  display: inline-block;
  width: 12.6rem;
  height: 2.9rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #FEFEFE;
  text-align: center;
  text-decoration: none;
  line-height: 2.9rem;
}

.inner {
  min-width: 102.4rem;
  max-width: 160.0rem;
  margin: auto !important;
  padding: 0 0 46.3rem;
}

.inner:before,
.inner:after {
  content: "";
  display: table;
}

.inner:after {
  clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
  min-width: 102.4rem;
  max-width: 160.0rem;
  position: relative;
}

.page_with-small-header .header {
  padding: 4.7rem 0 0;
}

.declaration_box {
  width: 100vw;
  position: relative;
  left: 50%;
  font-size: 1.2rem;
  color: #1C271C;
  text-align: center;
  line-height: 1.7;
  transform: translate(-50%, 0);
}

.declaration_box .in {
  min-width: 91.0rem;
  max-width: 148.6rem;
  margin: 0 auto;
  padding: 0.7rem 6.4rem 1.2rem 1.8rem;
}

.declaration_box .close {
  width: 5.8rem;
  height: 5.8rem;
  margin: -2.9rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
}

.declaration_box .close .link {
  background: url(../images/declaration_box_close.svg) no-repeat 50% 50%;
  display: block;
  width: 5.8rem;
  height: 5.8rem;
  -webkit-animation: spaceboots 2s linear normal infinite;
  animation: spaceboots 2s linear normal infinite;
}

@keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
  }

  4% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
  }

  8% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }

  12% {
    -webkit-transform: translate(-3px, -2px) rotate(0deg);
  }

  16% {
    -webkit-transform: translate(-1px, -2px) rotate(1deg);
  }

  20% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }
}

.declaration_box .green_text {
  font-weight: 600;
  color: #599F0C;
}

.declaration_box .link {
  font-weight: 600;
  color: #1C271C;
  text-decoration: none;
}


.header_top {
  display: flex;
  flex-direction: column;
  min-width: 102.4rem;
  max-width: 160.0rem;
  height: 16.6rem;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  line-height: 1.5;
  z-index: 98;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.page_with-small-header .header_top {
  position: fixed;
}

.main_page .header_top:before {
  content: "";
  background: rgba(255, 255, 255, 0.1);
}

.header_top:before {
  content: "";
  background: rgba(5, 5, 5, 0.6);
  backdrop-filter: blur(20px);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.header_top .top_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 3.2rem);
  height: 11.0rem;
  margin: 0 1.6rem;
  position: relative;
}

.header_top .top_block .in {
  display: flex;
  justify-content: space-between;
  width: 30.3rem;
}


.logo {
  background: url(../images/logo.svg) no-repeat;
  width: 11.0rem;
  height: 6.7rem;
  position: relative;
}

.logo .link {
  display: block;
  width: 11.0rem;
  height: 6.7rem;
}

.slogan {
  width: 17.0rem;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  color: #F3F3F3;
  text-transform: uppercase;
}

.address {
  position: relative;
}

body:has(.header_search.active) .address {
  position: absolute;
  top: 4.1rem;
  left: 40.1rem;
}

.address .title .link {
  background: url(../images/header_address.svg) no-repeat;
  display: block;
  min-height: 2.7rem;
  padding: 0.1rem 0 0 4.3rem;
  font-size: 1.8rem;
  color: #FEFEFE;
  text-decoration: none;
}

.address .text {
  background: url(../images/header_address_arrow.svg) no-repeat 100% 50%;
  padding: 0 1.6rem 0 0;

}

.address .sub {
  background: #242424;
  display: none;
  width: 24.8rem;
  padding: 1.9rem 2.1rem 1.3rem;
  position: absolute;
  top: calc(100% + 2.0rem);
  left: 0;
  line-height: 1.2;
  z-index: 15;
}

.address .sub .link {
  background: url(../images/address_sub_link.svg) no-repeat 0 50%;
  border-top: 0.1rem solid #505454;
  display: inline-block;
  padding: 0.6rem 0 0.9rem 3.2rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.address .sub .item:first-child .link {
  border-top: none;
}

.address .sub .link:hover {
  color: #9BE500;
}

.phone {
  position: relative;
  font-size: 1.5rem;
  color: #FEFEFE;
  text-align: right;
}

body:has(.header_search.active) .phone {
  display: none;
}

.phone .title {
  background: url(../images/header_phone.svg) no-repeat 100% 50%;
  margin: 0 0 0.4rem;
  padding: 0 1.2rem 0 0;
}

.phone .link {
  font-size: 2.4rem;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.phone .link:hover {
  color: #9BE500;
}

.social_network_header {
  margin: 0 17.5rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

body:has(.header_search.active) .social_network_header {
  display: none;
}

.social_network_header .item {
  margin: 0 1.2rem 0 0;
}

.social_network_header .fig {
  display: block;
  width: 3.4rem;
  height: 2.3rem;
  position: relative;
  overflow: hidden;
}

.social_network_header .fig_green {
  display: none;
}

.social_network_header .item:hover .fig_white {
  display: none;
}

.social_network_header .item:hover .fig_green {
  display: block;
}

.social_network_header .fig_mobile {
  display: none;
}

.social_network_header .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.basket {
  position: relative;
  font-size: 1.8rem;
  color: #F3F3F3;
}

.basket > .link {
  background: url(../images/basket_header.svg) no-repeat;
  display: block;
  min-height: 2.9rem;
  padding: 0 0 0 4.3rem;
  position: relative;
  color: #F3F3F3;
  text-decoration: none;
}

.basket > .link > .number {
  background: #FEFEFE;
  border: 0.1rem solid #CED2D8;
  border-radius: 50%;
  height: 1.3rem;
  padding: 0 0.4rem;
  position: absolute;
  top: -0.2rem;
  left: 1.9rem;
  font-size: 1.0rem;
  font-weight: 600;
  color: #628E07;
}

.basket .sub {
  background: #242424;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  border: 0.1rem solid rgba(199, 199, 199, 0.4);
  width: 58.6rem;
  padding: 0.6rem 2.3rem 2.1rem;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 21;
}

.table_in {
  height: 43.6rem;
  overflow-x: auto;
}

.table_in::-webkit-scrollbar {
  width: 0.3rem;
}

.table_in::-webkit-scrollbar-button {
  display: none;
}

.table_in::-webkit-scrollbar-button:end {
  display: none;
}

.table_in::-webkit-scrollbar-track {
  background-color: #D1D1D1;
  border-radius: 0.3rem;
}

.table_in::-webkit-scrollbar-track-piece {
  background-color: #D1D1D1;
  border-radius: 0.3rem;
}

.table_in::-webkit-scrollbar-thumb {
  background: #628E07;
  border: 0.4rem solid #8AC80A;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 0 0 -0.6rem;
}

.basket .result_basket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.basket .result_basket .total {
  margin: 0 1.0rem 0 0;
  font-size: 1.6rem;
  color: #FEFEFE;
}

.basket .result_basket .price {
  font-size: 2.0rem;
  color: #9BE500;
  line-height: 1;
}

.basket .result_basket .old_price {
  font-size: 1.4rem;
  color: #757B7B;
}

.basket .button {
  background: rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #3A3A3A;
  width: 21.6rem;
  height: 4.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  line-height: 4.3rem;

}

.basket .button:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
}

.basket .button .text {
  background: url(../images/basket_button_text.svg) no-repeat 0 50%;
  display: inline-block;
  padding: 0 0 0 3.0rem;
}

.basket .button:hover .text {
  background: url(../images/basket_button_text_hover.svg) no-repeat 0 50%;
}

.empty_cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.1rem 0 0.5rem;
  font-size: 1.8rem;
  color: #8AC80A;
}

.empty_cart .btn_1 {
  background: rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #3A3A3A;
  display: inline-block;
  width: 17.5rem;
  height: 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 3.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.empty_cart .btn_1:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
}

.basket:hover .sub {
  display: block;
}


.nav {
  border-top: 0.1rem solid #606060;
  width: calc(100% - 3.2rem);
  height: 5.5rem;
  margin: 0 1.6rem;
  position: relative;
  z-index: 14;
}


.nav_toggle {
  display: none;
}

.nav_toggle_text {
  display: none;
}

.nav > .sub_all {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav > .sub_all > .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.nav > .sub_all > .list > .item {

  width: 100%;

  font-size: 1.7rem;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav > .sub_all > .list > .item > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.5rem;
  color: #9BE500;
  text-decoration: none;
  z-index: 2;
  transition: all 0.5s ease 0s;
}

.nav > .sub_all > .list > .item:hover > .link {
  color: #FEFEFE;
}


.nav > .sub_all > .list > .catalog_item > .link .text {
  background: url(../images/nav_catalog.svg) no-repeat 100% 50%;
  display: inline-block;
  padding: 0 3.8rem 0 0;
}

.nav > .sub_all > .list > .catalog_item:hover > .link .text {
  background: url(../images/nav_catalog_active.svg) no-repeat 100% 50%;
}

.nav .sub {
  background: #242424;
  position: absolute;
  top: 100%;
  left: 0;
  width: 15.1rem;
  padding: 0.5rem 2.1rem 0.4rem;
  display: none;
}

.nav .sub_menu {
  display: block;
  position: relative;
}

.nav .sub_menu .item {
  position: relative;
  font-size: 1.6rem;
  text-align: left;
  white-space: normal;
}

.nav .sub_menu .link {
  border-top: 0.1rem solid #505454;
  display: flex;
  align-items: center;
  height: 5.4rem;
  color: #fff;
  text-decoration: none;
}

.nav .sub_menu .link:hover {
  color: #9BE500;
}

.nav .sub_menu .item:first-child .link {
  border-top: none;
}

.nav > .sub_all > .list > .item:hover .sub {
  display: block;
}


.nav .sub_2 {
  background: #242424;
  border: 0.1rem solid #292623;
  border-top: 1.0rem solid rgba(255, 255, 255, 0);
  border-radius: 0 0 1.0rem 1.0rem;
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100vw - 10.9rem);
  padding: 2.4rem 3.8rem 0;
  display: none;
}

.nav > .sub_all > .list > .item:hover .sub_2 {
  display: block;
}

.nav .sub_menu_2 {
  display: block;
  margin: 0 0 0 -2.0rem;
  position: relative;
  column-count: 3;
}

.nav .sub_menu_2 > .item {
  position: relative;
  margin: 0 0 5.6rem 2.0rem;
  font-size: 1.7rem;
  page-break-inside: avoid;
  break-inside: avoid;
  white-space: normal;
  line-height: 1.2;
}

.nav .sub_menu_2 > .item > .link {
  display: flex;
  align-items: center;
  position: relative;
  color: #F3F3F3;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav .sub_menu_2 > .item:hover > .link {
  color: #9BE500;
}

.nav .sub_menu_2 .fig {
  width: 4.4rem;
  height: 3.2rem;
  margin: 0 1.5rem 0 0;
  position: relative;
  overflow: hidden;
}

.nav .sub_menu_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.nav .sub_menu_2 .text {
  width: calc(100% - 5.9rem);
}

.nav .sub_list_in {
  margin: 1.8rem 0 0 0.6rem;
}

.nav .sub_menu_2 > .no_sub .sub_list_in {
  display: none;
}

.nav .sub_list_in > .item {
  background: url("../images/catalog_list_footer_mark.png") no-repeat 0 0.8rem;
  margin: 0 0 0.9rem;
  padding: 0 0 0 1.4rem;
  font-size: 1.6rem;
  color: #9C9D9D;
  text-transform: none;
}

.nav .sub_list_in > .item > .link {
  color: #9C9D9D;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav .sub_list_in > .item:hover > .link {
  color: #9BE500;
}

.nav .sub_list_in_2 {
  margin: 1.1rem 0 0.1rem 1.8rem;
}

.nav .sub_list_in_2 .item {
  margin: 0 0 1.1rem;
  font-size: 1.4rem;
  color: #D4D4D4;
}

.nav .sub_list_in_2 .link {
  color: #D4D4D4;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav .sub_list_in_2 .item:hover .link {
  color: #9BE500;
}

.splide__list {
  visibility: visible;
  display: flex;
}

.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.splide__pagination li {
  background: none;
  margin: 0 .4rem;
  padding: 0;
}


.splide__track {
  overflow: visible;
}

.carousel_6 {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  margin: -16.6rem 0 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
}

.carousel_6 .splide__arrows {
  display: none;
}

.carousel_6 .splide__slide {
  width: 100% !important;
  position: relative;

}

.carousel_6 .link {
  display: block;
}

.carousel_6 .fig {
  width: 100%;
  height: 70.4rem;
  position: relative;
  overflow: hidden;
}

.carousel_6 .fig:after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -32.71%, rgba(0, 0, 0, 0.8) 4.76%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.carousel_6 .fig_video:after {
  display: none;
}

.carousel_6 .fig_mobile {
  display: none;
}


.carousel_6 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  vertical-align: top;

}

.carousel_6 .is-active .img {
  animation: zoom 40s infinite;
}

@keyframes slideanim {
  12.5% {
    opacity: 1;
    pointer-events: auto;
  }
  25% {
    opacity: 1;
    pointer-events: auto;
  }
  37.5% {
    opacity: 0;
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.3);
  }
}

.carousel_6 video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  vertical-align: top;
}

.carousel_6 .is-active video {
  animation: none
}

.carousel_6 .text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  pointer-events: none;
}


.carousel_6 .in {
  min-width: 99.2rem;
  max-width: 126.8rem;
  width: calc(100% - 3.2rem);
  margin: 0 auto;

}


.carousel_6 .title {
  margin: 0 0 -1.5rem;
  font-size: 6.0rem;
  font-weight: 300;
  color: #8AC80A;
  text-transform: uppercase;
  line-height: 1.05;
}

.carousel_6 .title_2 {
  float: right;
  display: inline-block;
  padding: 2.3rem 0 0;
  position: relative;
  font-size: 5.0rem;
  color: #DFE6EF;
  text-transform: uppercase;
  line-height: 1.3;
}

.carousel_6 .title_2:after {
  content: "";
  border-top: 0.1rem solid #CED2D8;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.carousel_6 .title_2:before {
  content: "";
  border-top: 0.1rem solid #599F0C;
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.carousel_6 .splide__pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2.4rem;
  text-align: center;
}

.carousel_6 .splide__pagination li {
  margin: 0 1.0rem;
}

.carousel_6 .splide__pagination .splide__pagination__page {
  background: rgba(254, 254, 254, 0.4);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;

  display: block;
  vertical-align: middle;

  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  opacity: 1;
  position: relative;
}

.carousel_6 .splide__pagination .splide__pagination__page:before {
  content: "";
  background: #fff;
  border: 0.1rem solid #CED2D8;
  border-radius: 50%;
  width: 1.0rem;
  height: 1.0rem;
  margin: -0.6rem 0 0 -0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.carousel_6 .splide__pagination .is-active {
  background: rgba(73, 105, 6, 0.8);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  transform: none;
}


.carousel_6 .splide__pagination .is-active:before {
  content: "";
  background: #78AA0F;
  border: 0.1rem solid #628E07;
}

.header_search {
  width: 17.0rem;
  height: 4.1rem;
  position: absolute;
  top: 3.3rem;
  right: 13.5rem;
}

.header_search > .title {
  display: none;
}

.header_search .sub {
  position: absolute;
  top: 0;
  right: 0;
}

.header_search .field {
  background: rgba(70, 70, 70, 0.4);
  border: 0.1rem solid #787878;
  border-radius: 0.3rem;
  width: 100%;
  height: 4.1rem;
  padding: 0.9rem 4.7rem 1.0rem 1.1rem;
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search.active .field {
  background: #787878;
  width: 75.8rem;
  padding: 0.9rem 9.7rem 1.0rem 1.1rem;
}

.header_search .field:-moz-placeholder {
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search .field::-moz-placeholder {
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search .field:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search .field.placeholder {
  font-size: 1.6rem;
  color: #E0D6D6;
  font-weight: normal;
}

.header_search input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.header_search input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.header_search .btn {
  background: url(../images/header_search_zoom.svg) no-repeat 50% 50%;
  border: none;
  width: 4.7rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}

.header_search .sub_result {
  background: #242424;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  border: 0.1rem solid rgba(199, 199, 199, 0.4);

  width: 71.2rem;
  padding: 0.6rem 2.3rem 2.1rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 21;
}


.header_search .button {
  background: rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #3A3A3A;
  width: 21.6rem;
  height: 4.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  line-height: 4.3rem;

}

.header_search .button:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
}

.header_search .delete {
  background: url(../images/content_search_delete.svg) no-repeat 50% 50%;
  border: none;
  display: none;
  width: 3.1rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: 5.4rem;
}

.header_search.active .delete {
  display: block;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
  width: 170px;
  position: relative;
  float: left;
}

.side_2 {
  float: right;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
  padding: 0 5.2rem 0 1.6rem;
}

.content {
  padding: 5.4rem 5.2rem 0 1.6rem;
  position: relative;
}

.catalog_block {
  padding: 10.2rem 0 4.4rem;
  position: relative;
}

/*.catalog_block:before{
	content: "";
	background: url(../images/catalog_block.png) repeat-y;
	width: 192.0rem;
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}*/
.catalog_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.catalog_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.main_page .catalog_list {
  margin: 0 0 0 -3.2rem;
}

.catalog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3.7rem -3.2rem;
}

.catalog_list > .item {
  width: calc(34% - 4.3rem);
  margin: 0 0 3.0rem 3.2rem;
  position: relative;
  line-height: 1.2;
}

.catalog_list > .item:first-child {
  width: calc(50% - 3.2rem);
}

.catalog_list > .item:nth-child(2) {
  width: calc(50% - 3.2rem);
}

.catalog_list > .item > .link {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.8rem solid rgba(43, 42, 41, 0.2);
  display: block;
  /*height: 37.2rem;*/
  height: 42.2rem;
  position: relative;
  font-size: 2.2rem;
  color: #628E07;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog_list > .item:first-child > .link {
  /*height: 42.4rem;*/
  height: 46.6rem;
}

.catalog_list > .item:nth-child(2) > .link {
  /*height: 42.4rem;*/
  height: 46.6rem;
}

.catalog_list .text {
  background: url(../images/catalog_block_mark.svg) no-repeat 0 2.5rem;
  border-top: 0.1rem solid #CED2D8;
  height: 4.9rem;
  padding: 2.2rem 0 0 2.9rem;
  position: absolute;
  right: 2.6rem;
  bottom: 2.8rem;
  left: 2.6rem;
  overflow: hidden;
}

.catalog_list .fig {
  width: 100%;
  height: 30.4rem;
  position: relative;
  overflow: hidden;
}

.catalog_list > .item:first-child .fig {
  height: 34.2rem;
}

.catalog_list > .item:nth-child(2) .fig {
  height: 34.2rem;
}

.catalog_list .img {
  /*max-width: 100%;
	max-height: 100%;
	margin: auto;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*vertical-align: top;*/
  object-fit: cover;
}

.catalog_list .sub {
  background: rgba(5, 5, 5, 0.7);
  border: 0.1rem solid #599F0C;
  backdrop-filter: blur(20px);
  display: none;
  padding: 0 3.0rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.catalog_list > .item:hover .sub {
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.catalog_list > .no_sub:hover .sub {
  display: none;

}

.catalog_list .title {

  margin: 0 0 2.9rem;

}

.catalog_list .title .link {
  background: url(../images/catalog_block_mark.svg) no-repeat 0 0.5rem;
  display: inherit;
  height: 5.4rem;
  padding: 0 0 0 2.9rem;
  font-size: 2.4rem;
  color: #8AC80A;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.catalog_list .sub_list > .item {
  margin: 0 0 1.4rem;
  font-size: 2.0rem;
  font-weight: 600;
  text-transform: uppercase;
}

.catalog_list .sub_list > .item > .link {
  color: #8AC80A;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.catalog_list .sub_list > .item:hover > .link {
  color: #F3F3F3;
}

.catalog_list .sub_list_2 {
  margin: 2.0rem 0 0.5rem 1.6rem;
}

.catalog_list .sub_list_2 .item {
  background: url(../images/catalog_block_mark_2.png) no-repeat 0 0.9rem;
  margin: 0 0 1.8rem;
  padding: 0 0 0 1.7rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #F3F3F3;
  text-transform: none;
}

.catalog_list .sub_list_2 .link {
  color: #F3F3F3;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.catalog_list .sub_list_2 .item:hover .link {
  color: #8AC80A;
}

.about_block {
  padding: 7.4rem 0 5.4rem;
  /*position: relative;*/
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.3;
  position: sticky;
  top: 10.4rem;

}


/*.about_block:before{
	content: "";
	background: url(../images/about_block.png) repeat-y;
	width: 191.8rem;
	margin: 0 0 0 -95.9rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}*/
.about_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.about_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.about_block .more {
  display: none;
}

.about_block .h1 {
  padding: 0 0 1.7rem;
  position: relative;
  color: #8AC80A;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-size: 6rem;
}

.about_block .animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.about_block .h1:after {
  content: "";
  border-top: 0.2rem solid #C8CBD2;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.about_block .h1:before {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about_block .fig_block {
  display: flex;
  align-items: center;
  margin: 0 0 1.8rem;
  color: #F3F3F3;
}

.about_block .fig_block .fig_in {
  width: 58.1rem;
  height: 45.5rem;
  margin: 0 11.4rem 0 0;
  position: relative;
  overflow: hidden;
}

.about_block .fig_block .fig_in_in {
  background: url(../images/pic11_new.jpg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.about_block .fig_block:hover .fig_in_in {
  /*animation: play 5s steps(23) infinite;*/
}

@keyframes play {
  100% {
    /*top: -10920px;*/
    background-position: -13363px 0;
  }
}

.about_block .fig_block .img {
  max-width: 100%;
  vertical-align: top;

}

.about_block .fig_block .text {
  width: calc(100% - 69.5rem);
}

.about_block .info_text {
  border-top: 0.1rem solid #8AC80A;
  border-bottom: 0.1rem solid #8AC80A;
  padding: 2.7rem 0 0.1rem;
  font-size: 3.0rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}

.about_block .info_text p {
  margin: 0 0 2.1rem;
}

.main_page .new_block {
  height: auto;
  margin: 0;
  padding: 5.8rem 0 2.8rem;
}

.new_block {
  padding: 7.2rem 0 7.2rem;
  margin: 0 0 6.1rem;
  position: relative;
  text-align: center;
}

.new_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.main_page .new_block .bg:after {
  display: none;
}

.main_page .new_block .bg:before {
  display: none;
}

.new_block .bg:after {
  content: "";
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 90.78%);
  height: 7.1rem;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.new_block .bg:before {
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #FFFFFF 90.78%);

  height: 7.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.new_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.all {
  background: rgba(255, 255, 255, 0.6);
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 17.3rem;
  height: 4.1rem;
  font-size: 1.8rem;
  color: #599F0C;
  line-height: 4.1rem;
  text-align: center;
  text-decoration: none;
}

.opisanie_list_1 {
  margin: 0 0 4.7rem -5.4rem;
  text-align: center;
}

.opisanie_list_1 .item {
    margin: 0 0 0 5.4rem;
    font-size: 4.0rem;
    font-weight: 400;
    position: relative;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
}

.opisanie_list_1 .link {
  color: #1C271C;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.opisanie_list_1 .link:hover {
  color: #599F0C;
}

.opisanie_list_1 .active {
  color: #599F0C;
}


.carousel_4 {
  margin: 0 0 6.4rem;
  padding: 0 7.1rem;
  position: relative;
}

.carousel_4 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_4 .splide__arrow:hover {
  opacity: 1;
}

.carousel_4 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_4 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_4 svg {
  display: none;
}


.carousel_4 .splide__track {
  overflow: hidden;
}

.carousel_4 .splide__slide {
  position: relative;
  padding: 0 1.3rem;
}


.carousel_4 .box {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  display: block;
  padding: 0 0.3rem 0.4rem;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

.carousel_4 .mark_list {
  position: absolute;
  top: 1.6rem;
  left: 1.1rem;
  z-index: 3;
}

.carousel_4 .mark_list .item {


  background: #8AC80A;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  height: 2.3rem;
  margin: 0 0 0.9rem;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.3rem;
}


.carousel_4 .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 0.6rem);
  height: 24.0rem;
  margin: 0 -0.3rem 2.1rem;
  position: relative;
  overflow: hidden;
}

.carousel_4 .fig_2 {
  display: none;
}

.carousel_4 .fig:hover .fig_2 {
  display: block;
}

.carousel_4 .fig:hover .fig_1 {
  display: none;
}

.carousel_4 .fig:before {
  content: "";
  background: url(../images/pic13.png) no-repeat;
  width: 17.5rem;
  height: 12.4rem;
  margin: -6.2rem 0 0 -8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.carousel_4 .fig_no:before {
  display: none;
}

.carousel_4 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.carousel_4 .title {
  height: 6.6rem;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.carousel_4 .title:hover {
  transform: scale(1.05);
}

.carousel_4 .link {
  display: block;
  color: #1C271C;
  text-decoration: none;
}

.carousel_4 .number {
  background: #F3F3F3;
  border: 0.1rem solid #F3F3F3;
  display: inline-block;
  width: 15.7rem;
  height: 4.1rem;
  margin: 0 0 1.7rem;
  position: relative;
}


.carousel_4 .number .field {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 3.9rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
  text-align: center;
}

.carousel_4 .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.carousel_4 .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.carousel_4 .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.carousel_4 .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.carousel_4 .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.carousel_4 .number .up {
  background: url(../images/plus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  right: 0;
}

.carousel_4 .number .down {
  background: url(../images/minus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
}

.carousel_4 .bottom_block {
  border-top: 0.1rem solid #D6E1EE;
  display: flex;
  padding: 0.3rem 0 0;
}

.carousel_4 .price_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.carousel_4 .old_price {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  color: #757B7B;
  text-decoration: line-through;
}

.carousel_4 .price {
  font-size: 1.5rem;
  color: #1C271C

}

.carousel_4 .numerec {
  font-size: 2.4rem;

}

.carousel_4 .btn_block {
  width: 50%;
}

.carousel_4 .btn_1 {
  background: url(../images/carousel_4_basket.svg) no-repeat 50% 1.4rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.0rem;
  padding: 4.4rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.carousel_4 .btn_2 {
  background: url(../images/carousel_4_basket_active.svg) no-repeat 50% 1.4rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.0rem;
  padding: 4.4rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.carousel_4 .buy_click {
  display: none;
}


.carousel_4 .splide__pagination {
  display: none;
}

.showrooms_block {
  padding: 4.8rem 0 2.2rem;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.3;
  z-index: 3;
}

.showrooms_block .bg {
  width: 142vw;
  height: 0;
  padding: 0 0 29%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.showrooms_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.showrooms_block .h2 {
  display: inline-block;
  margin: 0;
  padding: 0 0 1.4rem;
  position: relative;
  color: #fff;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.showrooms_block .h2:after {
  content: "";
  border-top: 0.2rem solid #C8CBD2;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.showrooms_block .h2:before {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.showrooms_block .title {
  padding: 0 0 0 37.3rem;
  margin: -3.1rem 0 5.4rem 0;
  position: relative;
  font-size: 3.0rem;
  font-weight: normal;
  color: #8AC80A;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  line-height: 1.2;
}

.showrooms_block .animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.showrooms_block .in {
  position: relative;
}

/*.showrooms_block .in:before{
	content: "";
	background: #fff;
	position: absolute;
	top: -5.8rem;
	right: -5.8rem;
	bottom: 0;
	left: -5.8rem;
	z-index: -1;
}*/
.carousel_5 {
  margin: 0 0 5.4rem;
  position: relative;
}

.carousel_5 .splide__arrows {
  display: none;
}

.carousel_5 .splide__track {
  overflow: hidden;
}

.carousel_5 .splide__slide {
  position: relative;
}

.carousel_5 .fig {
  width: 100%;
  height: 0;
  /*padding: 0 0 73%;*/
  padding: 0 0 43%;
  position: relative;
  overflow: hidden;
}

.carousel_5 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_5 .is-active .img {
  animation: zoom 40s infinite;
}

@keyframes slideanim {
  12.5% {
    opacity: 1;
    pointer-events: auto;
  }
  25% {
    opacity: 1;
    pointer-events: auto;
  }
  37.5% {
    opacity: 0;
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.3);
  }
}


.carousel_5 .splide__pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2.7rem;
  text-align: center;
}

.carousel_5 .splide__pagination li {
  margin: 0 1.0rem;
}

.carousel_5 .splide__pagination .splide__pagination__page {
  background: rgba(254, 254, 254, 0.4);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;

  display: block;
  vertical-align: middle;

  width: 2.4rem;
  height: 2.4rem;
  margin: 0;
  opacity: 1;
  position: relative;
}

.carousel_5 .splide__pagination .splide__pagination__page:before {
  content: "";
  background: #fff;
  border: 0.1rem solid #CED2D8;
  border-radius: 50%;
  width: 1.0rem;
  height: 1.0rem;
  margin: -0.6rem 0 0 -0.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
}

.carousel_5 .splide__pagination .is-active {
  background: rgba(73, 105, 6, 0.8);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  transform: none;
}


.carousel_5 .splide__pagination .is-active:before {
  content: "";
  background: #78AA0F;
  border: 0.1rem solid #628E07;
}

.how_order_block {
  padding: 6.6rem 0 2.0rem;
  position: relative;
}

/*.how_order_block:before{
content: "";
	background: url(../images/how_order_block.png) repeat-y;
	width: 191.8rem;
	margin: 0 0 0 -95.9rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;
}*/
.how_order_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.how_order_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.how_order_block .h3 {
  display: inline-block;
  margin: 0 0 8.2rem;
  padding: 0 0 1.6rem;
  position: relative;
  color: #F3F3F3;

}

.how_order_block .h3:after {
  content: "";
  border-top: 0.2rem solid #757B7B;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;

}

.how_order_block .h3:before {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  width: 34%;
  margin: 0 0 0 -17%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.how_order_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -5.5rem;
}

.how_order_list > .item {
  background: #fff;
  border: 0.2rem solid #CAD5E5;
  backdrop-filter: blur(4px);
  width: calc(50% - 10.7rem);
  margin: 0 0 4.6rem 5.5rem;
  padding: 4.1rem 2.4rem 0;
  font-size: 2.0rem;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;

}

.how_order_list > .item:nth-child(3) {
  width: calc(100% - 10.7rem);
  margin: 0 0 7.9rem 5.5rem;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);

}

.how_order_list .animateIn, .how_order_list .animateIn:nth-child(3) {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.how_order_list .top_block {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 2.2rem;
}

.how_order_list .number {
  background: #599F0C;
  width: 8.3rem;
  height: 8.1rem;
  margin: 0 2.1rem 0 0;
  font-size: 3.6rem;
  font-weight: bold;
  color: #F3F3F3;
  text-align: center;
  line-height: 8.1rem;
}

.how_order_list > .btn_item > .link:hover .number {
  background: #F3F3F3;
  color: #599F0C;
}

.how_order_list .title {
  width: calc(100% - 10.4rem);
  font-size: 2.6rem;
  line-height: 1.3;
}

.how_order_list .in {
  display: flex;
  align-items: center;
  width: 50%;
}

.how_order_list .phone_how_order_big {
  margin: 0 1.2rem 0 0;
  font-size: 3.3rem;
  font-weight: normal;
}

.how_order_list .phone_how_order_big .link {
  background: url(../images/how_order_block_phone.svg) no-repeat 0 1.5rem;
  display: inline-block;
  padding: 0 0 0 2.9rem;
  color: #281F16;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.how_order_list .phone_how_order_big .link:hover {
  color: #599F0C;
  transform: scale(1.05);
}

.how_order_list .green_text {
  border-left: 0.1rem solid #757B7B;
  width: 8.0rem;
  padding: 0 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #599F0C;
}

.how_order_list .contacts_block_how_order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1.5rem 0 1.7rem;
}

.how_order_list .contacts_block_how_order .item {
  display: flex;
  align-items: center;
  width: 50%;
  margin: 0 0 1.1rem;
}

.how_order_list .contacts_block_how_order .item:first-child {
  display: none;
}

.how_order_list .phone_how_order {
  width: 25.0rem;
  margin: 0 2.3rem 0 0;
}

.how_order_list .phone_how_order .link {
  background: url(../images/how_order_block_phone.svg) no-repeat 0 0.8rem;
  display: inline-block;
  padding: 0 0 0 3.0rem;
  font-size: 2.4rem;
  color: #599F0C;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.5s ease 0s;

}

.how_order_list .phone_how_order .link:hover {
  color: #281F16;
  transform: scale(1.05);
}

.how_order_list .address_how_order {
  background: url(../images/how_order_block_address.svg) no-repeat 0 0.5rem;
  padding: 0 0 0 2.4rem;
  font-size: 2.0rem;
  color: #1C271C;
}

.how_order_list > .btn_item {
  background: none;
  border: none;
  backdrop-filter: none;
  width: calc(50% - 5.5rem);
  padding: 0;

}

.how_order_list > .btn_item > .link {
  background: #fff;
  border: 0.2rem solid #CAD5E5;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  height: 13.5rem;
  padding: 0 2.4rem;
  color: #1C271C;
  text-decoration: none;
  transform: scale(1);
  transition: all 0.5s ease 0s;

}

.how_order_list > .btn_item > .link:hover {
  background: #599F0C;
  color: #F3F3F3;
  transform: scale(1.05);
}

.how_order_list > .btn_item .top_block {
  margin: 0;

}

.advantages_block {
  margin: 0 0 7.4rem;
  padding: 0 0 11.7rem;
  position: relative;
}

/*.advantages_block:before{
	content: "";
		background: url(../images/advantages_block.png) no-repeat;
		width: 191.8rem;
		height: 31.6rem;
		margin: 0 0 0 -95.9rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: -1;
	}*/
.advantages_block .bg {
  width: 130vw;
  height: 0;
  padding: 0 0 21.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.advantages_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.advantages_block .in {
  /*background: #fff;*/
  padding: 6.6rem 0 5.2rem;
}

.advantages_block .h3 {
  margin: 0 0 9.3rem;
  position: relative;

}

.advantages_block .h3:after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  top: 5.3rem;
  right: 0;
  left: 57.1rem;

}

.advantages_block .h3:before {
  content: "";
  border-top: 0.2rem solid #6F9B0A;
  width: 20%;
  position: absolute;
  top: 5.3rem;
  left: 57.1rem;
  z-index: 1;
}

.carousel_7 {
  width: calc(100% - 11.4rem);
  margin: auto;
 /*padding: 0 5.3rem;*/
  position: relative;
}

.carousel_7 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_7 .splide__arrow:hover {
  opacity: 1;
}

.carousel_7 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: -5.7rem;
  transform: none;
  z-index: 5;
}


.carousel_7 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: -5.7rem;
  transform: none;
  z-index: 5;
}


.carousel_7 svg {
  display: none;
}


.carousel_7 .splide__track {
  overflow: hidden;
}

.carousel_7 .splide__slide {
  position: relative;
  /*padding: 0 1.8rem;*/
  font-size: 1.6rem;
  color: #FEFEFE;
  line-height: 1.3;
  /*opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;*/
}

.carousel_7.animate .splide__slide {
  /*opacity: 1;
  transform: scale(1);*/
}

.carousel_7 .box {
  position: relative;
  opacity: 0;
  transform: scale(.5);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.carousel_7.animate .box {
  opacity: 1;
  transform: scale(1);
}

/*.carousel_7:not(.is-moved) .box {
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;

	transform: translate(0, -50%);
  }

  .carousel_7 .is-visible .box {
	transform: translate(0%, 0);
	opacity: 1;
	visibility: visible;

  }


  .carousel_7:not(.is-moved) .is-prev .box {
	transition-delay: 0s;
  }

  .carousel_7:not(.is-moved) .is-active .box {
	transition-delay: 0.4s;
  }

  .carousel_7:not(.is-moved) .is-next  .box {
	transition-delay: .9s;
  }*/
.carousel_7 p {
  margin: 0;
}


.carousel_7 .fig {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 0;
  padding: 0 0 119%;
  position: relative;
  overflow: hidden;
}

.carousel_7 .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.carousel_7 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_7 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 1.9rem;
  right: 2.4rem;
  bottom: 2.6rem;
  left: 2.4rem;
  z-index: 2;
}

.carousel_7 .title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.6rem;
  font-weight: 600;
  color: #F3F3F3;
}


.carousel_7 .splide__pagination {
  display: none;
}

.stock_block {
  margin: 0 0 6.1rem;
}

.stock_block .h3 {
  display: inline-block;
  margin: 0 0 5.3rem;
  padding: 0 12.1rem 1.5rem 0;
  position: relative;

}

.stock_block .h3:after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;

}

.stock_block .h3:before {
  content: "";
  border-top: 0.2rem solid #599F0C;
  width: 34%;
  margin: 0 0 0 -17%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.stock_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -3.8rem;
}

.stock_list .item {
  width: calc(50% - 3.8rem);
  margin: 0 0 4.3rem 3.8rem;
  font-size: 2.0rem;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;

}

.stock_list .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.stock_list .item:nth-child(2) {
  font-size: 2.4rem;
}

.stock_list .item:nth-child(3) {
  width: calc(100% - 3.0rem);
  font-size: 3.2rem;
  font-weight: normal;

}

.stock_list .item:nth-child(5) {
  font-size: 2.4rem;

}

.stock_list p {
  margin: 0;
}

.stock_list .link {
  display: block;
  position: relative;
  color: #F3F3F3;
  text-decoration: none;
}

.stock_list .sale_green {
  background: url(../images/pic25.svg) no-repeat;
  width: 10.9rem;
  height: 11.0rem;
  position: absolute;
  top: -0.7rem;
  left: -1.0rem;
  z-index: 3;
}

.stock_list .sale {
  background: url(../images/pic26.svg) no-repeat;
  width: 12.2rem;
  height: 11.8rem;
  position: absolute;
  top: -0.8rem;
  left: -1.1rem;
  z-index: 3;
}

.stock_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 58%;
  position: relative;
  overflow: hidden;
}

.stock_list .item:nth-child(3) .fig {
  padding: 0 0 19%;

}

.stock_list .fig:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.stock_list .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 1.0rem 0;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8rem;
  z-index: 2;
}

.stock_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.stock_list .text {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 1.0rem 1.0rem 0;
  display: inline-block;
  padding: 0.6rem 1.9rem 0.8rem 7.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 3;

}

.stock_list .item:nth-child(3) .text {
  width: 44%;
}

.stock_list .title_green {
  display: flex;
  font-size: 3.2rem;
  color: #8AC80A;
}

.stock_list .item:nth-child(2) .title_green {
  font-size: 2.8rem;
}

.stock_list .item:nth-child(3) .title_green {
  font-size: 4.0rem;
}

.stock_list .item:nth-child(4) .title_green {
  margin: 0 0 0.6rem;
}

.stock_list .item:nth-child(5) .title_green {
  margin: 0 0 1.4rem;
}

.stock_list .number {
  font-family: 'AvantiBold';
  font-size: 4.0rem;
  color: #8AC80A;
}

.stock_list .numerec {
  font-family: 'avenirnextcyr-regular';
  font-size: 6.4rem;
  font-weight: normal;
}

.stock_list .title {
  font-size: 2.8rem;
  font-weight: 600;
}

.stock_list .item:first-child .title {
  text-align: right;

}

.stock_list .item:first-child p {
  text-align: right;

}

.stock_list .item:nth-child(2) .title {
  font-weight: 500;

}

.stock_list .item:nth-child(3) .title {
  font-size: 3.2rem;
  text-align: right;

}

.stock_list .item:nth-child(5) .title {
  font-weight: 500;

}

.stock_list .item:nth-child(3) p {
  text-align: right;

}

.stock_list .price {
  font-size: 2.8rem;
}

.stock_list .price_number {
  font-weight: 600;
}

.objects_block {
  margin: 0 0 7.4rem;
  padding: 8.8rem 0 5.6rem;
  position: relative;
}

/*.objects_block:before {
	content: "";
	background: url(../images/objects_block.jpg) repeat-y;
	width: 192.0rem;
	margin: 0 0 0 -96.0rem;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -1;


}*/
.objects_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  z-index: -1;
}

.objects_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  animation: zoom 40s infinite;
}

@keyframes slideanim {
  12.5% {
    opacity: 1;
    pointer-events: auto;
  }
  25% {
    opacity: 1;
    pointer-events: auto;
  }
  37.5% {
    opacity: 0;
  }
}

@keyframes zoom {
  50% {
    transform: scale(1.3);
  }
}

.objects_block .h3 {
  margin: 0 0 7.6rem;
  position: relative;
  color: #F3F3F3;

}

.objects_block .h3:after {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  position: absolute;
  top: 5.6rem;
  right: 0;
  left: 22.1rem;

}

.objects_block .h3:before {
  content: "";
  border-top: 0.2rem solid #fff;
  width: 35%;
  position: absolute;
  top: 5.6rem;
  left: 22.1rem;
  z-index: 1;
}

.objects_list {
  width: 100%;
  height: 0;
  padding: 0 0 68% !important;
  position: relative;
}

.objects_list p {
  margin: 0;
}

.objects_list .item:first-child p {
  margin: 0 0 2.1rem;
}

.objects_list .item {
  width: calc(31% - 4.1rem);
  position: absolute;
  top: 3.3rem;
  left: 0;
  line-height: 1.2;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}



.objects_list .item:nth-child(2n) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}


.objects_list .item:first-child {
  width: calc(41% - 4.1rem);
  top: 0;
  line-height: 1.4;
}

.objects_list .item:nth-child(2) {
  left: 42.3%;
   -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.objects_list .item:nth-child(3) {
  left: auto;
  right: 0;
    -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.objects_list .item:nth-child(4) {
  width: calc(61% - 4.1rem);
  left: auto;
  top: auto;
  right: 0;
  bottom: 4.0rem;

}
.objects_list .item:nth-child(2n) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}




.objects_list .animateIn, .objects_list .animateIn:nth-child(2n), .objects_list .animateIn:nth-child(3), .objects_list {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}
.objects_list .link {
  display: block;
  position: relative;
  color: #599F0C;
  text-decoration: none;
}

.objects_list .fig {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 0;
  padding: 0 0 125%;
  position: relative;
  overflow: hidden;
}

.objects_list .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.objects_list .item:first-child .fig {
  padding: 0 0 180%;
}

.objects_list .item:first-child .fig:before {
  display: none;
}

.objects_list .item:nth-child(4) .fig {
  padding: 0 0 43%;
}

.objects_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.objects_list .text {
  background: rgba(0, 0, 0, 0.9);
  padding: 1.8rem 6.6rem 1.5rem 2.0rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.objects_list .item:first-child .text {
  padding: 2.3rem 6.6rem 2.3rem 2.0rem;
  left: 2.4rem;
}

.objects_list .item:nth-child(4) .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.9rem 1.1rem;
}

.objects_list .title {
  margin: 0 0 0.4rem;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1.3;
}

.objects_list .item:first-child .title {
  margin: 0 0 1.5rem;
  font-weight: normal;
}

.objects_list .item:nth-child(4) .title {
  width: 23.0rem;
  margin: 0;
  font-weight: normal;
}

.objects_list .item:nth-child(4) p {
  width: 37.3rem;
  font-weight: normal;
}

.objects_list .arrow {
  background: #242424 url(../images/objects_list_arrow.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #373737;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  bottom: 1.9rem;
  right: 1.8rem;
}

.objects_list .item:first-child .arrow {
  position: relative;
  bottom: 0;
  right: 0;
}

.objects_list .item:nth-child(4) .arrow {
  position: relative;
  bottom: 0;
  right: 0;
}

.objects_block .all {
  background: rgba(0, 0, 0, 0.12);
  margin: -1.0rem 0 0;
  font-weight: 600;
}

.news_block {
  margin: 0 0 8.3rem;
}

.news_block .h3 {
  display: inline-block;
  margin: 0 0 5.9rem;
  padding: 0 9.5rem 1.1rem 0;
  position: relative;
}

.news_block .h3:after {
  content: "";
  border-top: 0.2rem solid #599F0C;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.news_block .h3:before {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;

}

.carousel_8 {
  padding: 0 3.6rem 5.9rem;
  position: relative;
}

.carousel_8 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_8 .splide__arrow:hover {
  opacity: 1;
}

.carousel_8 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_8 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);

  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_8 svg {
  display: none;
}


.carousel_8 .splide__track {
  overflow: hidden;
  padding: 1.9rem 0;
}

.carousel_8 .splide__slide {
  position: relative;
  padding: 0 2.3rem;

}


.carousel_8 .box {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  position: relative;
  line-height: 1.4;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.carousel_8 .splide__slide:hover .box {
  transform: scale(1.05);
}

.carousel_8 p {
  margin: 0;
}


.carousel_8 .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 3.8rem);
  height: 0;
  margin: 0 -1.9rem 2.3rem;
  padding: 0 0 80%;
  position: relative;
  overflow: hidden;
}

.carousel_8 .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.carousel_8 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_8 .link {
  display: block;
  padding: 0 1.9rem 2.2rem;
  color: #191A19;
  text-decoration: none;
}

.carousel_8 .title {
  position: absolute;
  top: 2.1rem;
  right: 1.9rem;
  left: 1.9rem;
  font-size: 2.0rem;
  font-weight: 600;
  color: #FEFEFE;
  line-height: 1.2;
  z-index: 2;
}

.carousel_8 .text {
  height: 11.4rem;
  overflow: hidden;
}

.carousel_8 .date {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #757B7B;
}


.carousel_8 .splide__pagination {
  display: none;
}

.partners_block {
  margin: 0 0 10.2rem;
  padding: 7.0rem 0 10.5rem;
  position: relative;
}

/*.partners_block:before{
	content: "";
		background: url(../images/partners_block.jpg) repeat-y;
		width: 192.0rem;
		margin: 0 0 0 -96.0rem;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		z-index: -1;
}*/
.partners_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  z-index: -1;
}

.partners_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.partners_block .h3 {
  margin: 0;
  padding: 0 0 1.4rem;
  position: relative;
  color: #fff;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.partners_block .h3::after {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  position: absolute;
  top: 5.8rem;
  right: 0;
  left: 25.1rem;
}

.partners_block .h3::before {
  content: "";
  border-top: 0.2rem solid #CED2D8;
  width: 35%;
  position: absolute;
  top: 5.8rem;
  left: 25.1rem;
  z-index: 1;
}

.partners_block .title {
  padding: 0 0 0 37.3rem;
  margin: -7.7rem 0 7.7rem 0;
  position: relative;
  font-size: 2.4rem;
  color: #8AC80A;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  line-height: 1.3;
}

.partners_block .animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.carousel_9 {
  padding: 0 3.6rem;
  position: relative;
}

.carousel_9 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_9 .splide__arrow:hover {
  opacity: 1;
}

.carousel_9 .splide__arrow--next {
  background: #2B2A29 url(../images/carousel_9_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #353D3D;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_9 .splide__arrow--prev {
  background: #2B2A29 url(../images/carousel_9_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #353D3D;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_9 svg {
  display: none;
}


.carousel_9 .splide__track {
  overflow: hidden;
  padding: 2.3rem 0;
}

.carousel_9 .splide__slide {
  position: relative;
  padding: 0 2.4rem;

}


.carousel_9 .box {
  position: relative;

}


.carousel_9 .fig {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  width: 100%;
  height: 0;
  padding: 0 0 96%;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.carousel_9 .splide__slide:hover .fig {
  transform: scale(1.05);
}


.carousel_9 .img {
  max-width: 85%;
  max-height: 85%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}


.carousel_9 .splide__pagination {
  display: none;
}

.certificates_block {
  margin: 0 0 7.3rem;
}

.certificates_block .h3 {
  margin: 0 0 5.4rem;
  padding: 0 0 1.1rem;
  position: relative;
}

.certificates_block .h3:before {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;

}

.certificates_block .h3:after {
  content: "";
  border-top: 0.2rem solid #599F0C;
  width: 50%;
  margin: 0 0 0 -25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.carousel_10 {
  padding: 0 3.6rem;
  position: relative;
}

.carousel_10 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_10 .splide__arrow:hover {
  opacity: 1;
}

.carousel_10 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_10 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_10 svg {
  display: none;
}


.carousel_10 .splide__track {
  overflow: hidden;
  padding: 2.3rem 0;
}

.carousel_10 .splide__slide {
  position: relative;
  padding: 0 2.4rem;

}


.carousel_10 .box {
  border: 0.3rem solid #FEFEFE;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;

}

.carousel_10 .link {
  color: #191A19;
  text-decoration: none;
}


.carousel_10 .fig {
  background: #FEFEFE;
  border-bottom: 0.3rem solid #FEFEFE;
  width: 100%;
  height: 0;
  margin: 0 0 1.1rem;
  padding: 0 0 139%;
  position: relative;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.carousel_10 .splide__slide:hover .fig {
  transform: scale(1.05);
}


.carousel_10 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}


.carousel_10 .splide__pagination {
  display: none;
}

.send_request_block {
  height: 55.9rem;
  padding: 10.1rem 0 0;
  position: relative;
}

/*.send_request_block:before {
	content: "";
	background: url(../images/send_request_block.jpg) repeat-y;
	width: 191.8rem;
	height: 66.0rem;
	margin: 0 0 0 -95.9rem;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -1;
}*/

.send_request_block > .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  overflow: hidden;
  z-index: -1;
}

.send_request_block > .bg > .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.send_request_block .box {
  background: rgba(14, 14, 14, 0.7);
  backdrop-filter: blur(14px);
  border: 0.1rem solid #8AC80A;
  padding: 4.5rem 7.4rem 5.3rem;
  text-align: center;
}

.send_request_block .h3 {
  margin: 0 0 1.8rem;
  font-size: 4.8rem;
  font-weight: normal;
  color: #8AC80A;
}


.send_request_block .text {
  margin: 0 0 2.9rem;
  font-size: 2.0rem;
  color: #fff;
}

.send_request_block form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 0 -1.8rem;
  text-align: left;
}

.send_request_block .in {
  width: calc(50% - 1.8rem);
  margin: 0 0 2.6rem 1.8rem;
}

.send_request_block .in_2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.send_request_block .in_2 .in {
  width: auto;
  margin: 0;
}

.send_request_block .into {
  width: 100%;
  margin: 0 0 1.6rem;
}


.send_request_block .black_block {
  background: #F8FBFF;
  border: 0.1rem solid #CFCFCF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.1rem;
}

.send_request_block .black_block .field {
  background: none;
  border: none;
  border-left: 0.1rem solid #B3B6B9;
  padding: 1.1rem 2.1rem 1.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}


.send_request_block .black_block .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.send_request_block .black_block .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.send_request_block .black_block .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.send_request_block .black_block .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.send_request_block .black_block .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.c-70 {
  width: calc(100% - 16.9rem);
}


.h-41 {
  height: 4.1rem;
}

.captcha {
  display: inline-block;
  width: 28.4rem;
  padding-left: 12.1rem;
  margin: 0 2.1rem 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.captcha .fig {
  background: #E7E7E7;
  border: 0.1rem solid #D7DBE1;
  width: 11.9rem;
  height: 4.3rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.captcha .fig img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.captcha .field {
  background: #fff;
  border: 0.1rem solid #D3DBE3;
  border-left: none;
  width: 100%;
  padding: 1.4rem 2.1rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
  text-align: center;
}

.captcha .field:-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.captcha .field::-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.captcha .field::-webkit-input-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.captcha .field:-ms-input-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.captcha .field.placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.label {
  background: #BFBFBF;
  display: flex;
  align-items: center;
  width: 15.6rem;
  height: 4.1rem;
  margin: 0 0.1rem 0 0;
  padding: 0 0 0 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #191A19;
}

.label .star {
  font-size: 1.6rem;
}


.button {
  background: #191A19;
  border: 0.1rem solid #DFE6EF;
  width: 28.6rem;
  height: 4.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 4.5rem;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.button:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
}

.button:disabled,
.button[disabled] {
  background: #D5D5DB;
}

.modal_text {
  width: 63.1rem;
  margin: 0 auto 3.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.modal_text .link {
  color: #fff;
}

.label_2 {
  width: 95%;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.label_2 .link {
  color: #fff;
}

.select-css {
  background: url(../images/selector_arrow.svg) no-repeat 98% 50%;
  border: none;
  border-left: 0.1rem solid #B3B6B9;
  display: inline-block;
  width: calc(100% - 16.9rem);
  max-width: calc(100% - 16.9rem);
  margin: 0;
  padding: 1.1rem 5.0rem 1.1rem 2.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #B3B6B9;
}

.select-css:focus {
  border-color: #B3B6B9;
  box-shadow: none;
  color: #0F1F2F;
  outline: none;
}

.select-css option {
  font-weight: 500;
}

*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
  padding: 1.2rem 5.0rem 1.2rem 2.1rem;
}

.map_block {
  /*height: 69.4rem;*/
  /*height: 73.0rem;*/
  padding: 0 0 0 64%;
  position: relative;
}

.map_block .h3 {
  margin: 0 0 0.7rem;
  font-size: 3.2rem;
  font-weight: normal;
  color: #1C271C;
}


.map_block > div > .fig {
  width: 100vw;
  /*height: 69.4rem;*/
  /*height: 73.0rem;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.map_block > div > .fig > .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.map_block iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.map_block .text {
  /*height: 66.6rem;*/
  /*height: 70.2rem;*/
  padding: 2.8rem 0 0 2.5rem;
  position: relative;
  z-index: 2;
}

.map_block .text:after {
  content: "";
  background: #fff;
  border: 0.2rem solid #CCD8E7;
  /*height: 69.0rem;*/
  /*height: 72.6rem;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -1000.0rem;
  z-index: -2;
}

.map_block .in {
  display: flex;
  align-items: center;
  margin: 0 0 1.9rem;
}

.phone_map_block_big {
  margin: 0 1.0rem 0 0;
}

.phone_map_block_big .link {
  background: url(../images/phone_map_block_big.svg) no-repeat 0 0.5rem;
  display: inline-block;
  padding: 0 0 0 2.8rem;
  font-size: 2.0rem;
  color: #281F16;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.phone_map_block_big .link:hover {
  color: #599F0C;
}

.map_block .green_text {
  border-left: 0.1rem solid #757B7B;
  width: 8.0rem;
  padding: 0 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #599F0C;
  line-height: 1.2;
}

.mail_map_block {
  margin: 0 0 2.2rem;
}

.mail_map_block .link {
  background: url(../images/map_block_mail.svg) no-repeat 0 0.2rem;
  display: inline-block;
  padding: 0 0 0 3.2rem;
  font-size: 1.5rem;
  color: #281F16;
  transition: all 0.5s ease 0s;
}

.mail_map_block .link:hover {
  color: #599F0C;
}

.map_block .social_network_map_block {
  display: flex;
  flex-direction: row;
  margin: 0 0 2.2rem;
}

.map_block .social_network_map_block .item {
  margin: 0 1.4rem 0 0;
}

.map_block .social_network_map_block .fig {
  display: block;
  width: 3.4rem;
  height: 2.3rem;
  position: relative;
  overflow: hidden;
}

.map_block .social_network_map_block .fig_green {
  display: none;
}

.map_block .social_network_map_block .item:hover .fig_white {
  display: none;
}

.map_block .social_network_map_block .item:hover .fig_green {
  display: block;
}

.map_block .social_network_map_block .fig .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.map_list {
  margin: 0 -5.2rem 0 -2.3rem;
}

.map_list .item {
  padding: 1.8rem 5.2rem 0.4rem 2.3rem;
  position: relative;
}

.map_list .item:nth-child(2n+1):after {
  content: "";
  background: #F2F2F2;
  display: block;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.map_block_page .map_list .item:nth-child(2n+1):after {
  background: none;
}

.map_block_page .map_list .item {
  border-top: 0.1rem solid #CAD5E5;
}

.map_block_page .map_list .item:first-child {
  border-top: none;
}

.map_block_page .map_list .item:has(.link.active):before {
  content: "";
  background: #F2F2F2;
  border-top: 0.1rem solid #CAD5E5;
  border-bottom: 0.1rem solid #CAD5E5;
  display: block;
  position: absolute;
  top: -0.1rem;
  right: -1000.0rem;
  bottom: -0.1rem;
  left: 0;
  z-index: -1;
}

.address_map_block {
  margin: 0 0 0.7rem;
}

.address_map_block .link {
  background: url(../images/map_block_pin.svg) no-repeat 0 0.1rem;
  display: inline-block;
  padding: 0 0 0 3.5rem;
  font-size: 1.5rem;
  color: #281F16;
  text-decoration: none;
}

.phone_map_block {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.map_block .title {
  margin: 0 0 1.1rem;
}

.map_block .title .link {
  background: url(../images/phone_map_block.svg) no-repeat 0 0.3rem;
  display: inline-block;
  padding: 0 0 0 3.3rem;
  color: #1C271C;
  text-decoration: none;
}

.phone_map_block .link {
  background: url(../images/phone_map_block.svg) no-repeat 0 0.3rem;
  display: inline-block;
  padding: 0 0 0 3.3rem;
  color: #1C271C;
  text-decoration: none;
}

.map_block .link_arrow {
  background: url(../images/map_block_link_arrow_open.svg) no-repeat 50% 78%;
  display: inline-block;
  width: 4.3rem;
  height: 2.0rem;
}

.map_block .active .link_arrow {
  background: url(../images/map_block_link_arrow_close.svg) no-repeat 50% 78%;
  display: inline-block;
  width: 4.3rem;
  height: 2.0rem;
}

.time_map_block {
  background: url(../images/map_block_clock.svg) no-repeat 0 0.6rem;
  margin: 0 0 1.1rem;
  padding: 0 0 0 3.2rem;
  font-size: 1.5rem;
  color: #1C271C;
}

.bg_block {
  margin: -5.4rem 0 0;
  padding: 5.4rem 0 0;
  position: relative;
}

.bg_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.bg_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.crumbs {
  margin: 0 0 1.9rem;
  position: relative;
}

.crumbs:before,
.crumbs:after {
  display: none;
}

.crumbs:after {
  clear: both;
}

.crumbs .item {
  background: url(../images/crumbs.png) no-repeat 0 0.8rem;
  display: inline;
  padding: 0 0 0 0.8rem;
  font-size: 1.3rem;
  color: #599F0C;
  line-height: 1.6;
}

.crumbs .item:first-child {
  background: none;
  padding-left: 0;
}

.crumbs .item:before,
.crumbs .item:after {
  display: none;
}

.crumbs .item:after {
  clear: both;
}

.crumbs .link {
  color: #599F0C;
  text-decoration: none;
}

.catalog_list_2 {
  margin: 0 0 3.0rem -2.6rem;
}


.catalog_list_2 > .item {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  width: calc(34% - 4.5rem);
  margin: 0 0 3.4rem 2.6rem;
  padding: 0 0.3rem 0.4rem;
  position: relative;
  line-height: 1.2;
  text-align: center;
}

/*.catalog_list_2 > .item:nth-child(9) ~ .item {
    display: none;
}*/
.catalog_block_2.active .item {
  display: inline-block !important;
}

.catalog_list_2 .mark_list {
  position: absolute;
  top: 1.6rem;
  left: 1.1rem;
  z-index: 3;
}

.catalog_list_2 .mark_list .item {


  background: #8AC80A;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  height: 2.3rem;
  margin: 0 0 0.9rem;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.3rem;
}


.catalog_list_2 .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 0.6rem);
  height: 24.0rem;
  margin: 0 -0.3rem 2.1rem;
  position: relative;
  overflow: hidden;
}

.catalog_list_2 .fig_2 {
  display: none;
}

.catalog_list_2 .fig:hover .fig_2 {
  display: block;
}

.catalog_list_2 .fig:hover .fig_1 {
  display: none;
}

.catalog_list_2 .fig:before {
  content: "";
  background: url(../images/pic13.png) no-repeat;
  width: 17.5rem;
  height: 12.4rem;
  margin: -6.2rem 0 0 -8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.catalog_list_2 .fig_no:before {
  display: none;
}

.catalog_list_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.catalog_list_2 .title {
  height: 6.6rem;
  margin: 0 0 1.6rem;
  font-size: 1.8rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.catalog_list_2 .title:hover {
  transform: scale(1.05);
}

.catalog_list_2 .link {
  display: block;
  color: #1C271C;
  text-decoration: none;
}

.catalog_list_2 .number {
  background: #F3F3F3;
  border: 0.1rem solid #F3F3F3;
  display: inline-block;
  width: 15.7rem;
  height: 4.1rem;
  margin: 0 0 1.7rem;
  position: relative;
}


.catalog_list_2 .number .field {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 3.9rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
  text-align: center;
}

.catalog_list_2 .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_2 .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_2 .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_2 .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_2 .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_2 .number .up {
  background: url(../images/plus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog_list_2 .number .down {
  background: url(../images/minus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_list_2 .bottom_block {
  border-top: 0.1rem solid #D6E1EE;
  display: flex;
  padding: 0.3rem 0 0;
}

.catalog_list_2 .price_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.catalog_list_2 .old_price {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
  color: #757B7B;
  text-decoration: line-through;
}

.catalog_list_2 .price {
  font-size: 1.5rem;
  color: #1C271C

}

.catalog_list_2 .numerec {
  font-size: 2.4rem;

}

.catalog_list_2 .btn_block {
  width: 50%;
}

.catalog_list_2 .btn_1 {
  background: url(../images/carousel_4_basket.svg) no-repeat 50% 1.4rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.0rem;
  padding: 4.4rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_2 .btn_2 {
  background: url(../images/carousel_4_basket_active.svg) no-repeat 50% 1.4rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.0rem;
  padding: 4.4rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_2 .buy_click {
  display: none;
}

.catalog_block_2 .open {
  background: rgba(255, 255, 255, 0.6);
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 17.3rem;
  height: 4.1rem;
  font-size: 1.8rem;
  color: #599F0C;
  text-decoration: none;
  text-align: center;
  line-height: 4.1rem;

}

.catalog_block_2 .close {
  background: rgba(255, 255, 255, 0.6);
  border: 0.1rem solid #8AC80A;
  display: none;
  width: 17.3rem;
  height: 4.1rem;
  font-size: 1.8rem;
  color: #599F0C;
  text-decoration: none;
  text-align: center;
  line-height: 4.1rem;

}

.bg_block_2 {
  margin: -5.4rem 0 0;
  padding: 5.4rem 0 0;
  position: relative;
}

.bg_block_2 .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.bg_block_2 .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.box_have_left {
  display: flex;
  flex-wrap: wrap;
}

.box_have_left .left_block {
  width: 28.3rem;
  margin: 0 2.4rem 8.0rem 0;
}


.filitr_block .item {
  background: rgba(25, 26, 25, 0.60);
  border: 0.1rem solid rgba(202, 213, 229, 0.60);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  margin: 0 0 2.4rem;
  padding: 1.5rem 2.0rem 1.5rem;
}

.filitr_block_black .item {
  background: #191A19;
  border: 0.1rem solid #CAD5E5;
}

.filitr_block .title {
  margin: 0 0 1.6rem;
}

.filitr_block .title .link {
  background: url(../images/filitr_block_title_link_active.svg) no-repeat 100% 50%;
  border-bottom: 0.1rem solid rgba(43, 42, 41, 0.2);
  display: block;
  padding: 0 0 1.0rem;
  color: #fff;
  text-decoration: none;
}

.filitr_block .title .small_text {
  display: block;
  font-size: 1.2rem;
}

.filitr_block .active .title .link {
  background: url(../images/filitr_block_title_link.png) no-repeat 100% 50%;
}

.filitr_block p {
  margin: 0 0 1.4rem;
}


.filitr_block .sliders {
  height: 6.2rem;
  margin-bottom: 1.3rem;
  position: relative;
}

.filitr_block .sliders .in {
  display: inline-block;
  width: 8.7rem;
}

.filitr_block .sliders .in:first-child {
  margin: 0 3.0rem 0 0;
}


.filitr_block .slider {
  clear: both;
  height: 0.3rem;
  margin: 0 0 1.6rem;
  position: relative;
}

.ui-slider-horizontal {
  height: 0.5rem;
  margin: 0 0.4rem 0 1.0rem;
  background: #fff;
  border: 0.1rem solid #8AC80A;
  border-radius: 0;
}

.ui-slider .ui-slider-handle {
  background: none;
  border: none;
  border-radius: 0;
  width: 1.2rem;
  height: 1.3rem;
}


.ui-slider .ui-slider-handle:before {
  content: "";
  background: url(../images/pic52.png) no-repeat;
  width: 1.2rem;
  height: 1.3rem;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.9rem;
}

.ui-slider-range {

  background: #8AC80A;
  border-radius: 0;
}


.filitr_block .field {
  background: #fff;
  border: 0.1rem solid #CAD5E5;
  padding: 0.2rem 0.5rem 0.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
  text-align: center;
}

.filitr_block .field:-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
}

.filitr_block .field::-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
}

.filitr_block .field::-webkit-input-placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
}

.filitr_block .field:-ms-input-placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
}

.filitr_block .field.placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #717272;
}


.filitr_block .label {
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: 87%;
  height: auto;
  padding: 0;
  margin: 0 0 0 0.7rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}

.filitr_block_black .label {
  position: relative;
  color: #8AC80A;
}

.filitr_block_black .label .text {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}

.filitr_block_black .label .fig {
  display: inline-block;
  vertical-align: middle;
  width: 5.8rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.filitr_block_black .label .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.filitr_block .mb-22 {
  display: flex;
  justify-content: center;
}

.checkbox {
  cursor: pointer;

  background: #fff;
  border: 0.1rem solid #CAD5E5;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  position: relative;
  vertical-align: middle;
}

.checkbox .bg {
  background: url(../images/checkbox.svg) no-repeat 50% 50%;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.filitr_block_black .checkbox .bg {
  background: url(../images/checkbox_green.svg) no-repeat 50% 50%;
}

.checkbox input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.checkbox input:checked + .bg {
  opacity: 1;
}


.checkbox_2 {
  cursor: pointer;

  background: #fff;
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  position: relative;
  vertical-align: middle;
}

.checkbox_2 .bg {
  background: url(../images/checkbox_2.svg) no-repeat 50% 50%;
  width: 2.1rem;
  height: 2.1rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox_2 input {
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
}

.checkbox_2 input:checked + .bg {
  opacity: 1;
}

.box_have_left .right_block {
  width: calc(100% - 30.7rem);
}

.selector_block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.4rem;
}

.selector_block .c-20 {
  width: 23%;
}

.selector_block .select-css {
  background: #F3F3F3 url(../images/selector_block_arrow.svg) no-repeat 98% 50%;
  border: 0.1rem solid #CAD5E5;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.9rem 5.0rem 1.1rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1C271C;
  box-sizing: border-box;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}

.selector_block .select-css::-ms-expand {
  display: none;
}

.selector_block .select-css:hover {
  border-color: #CAD5E5;
}

.selector_block .select-css:focus {
  border-color: #CAD5E5;
  box-shadow: none;
  color: #1C271C;
  outline: none;
}

.selector_block .select-css option {
  font-weight: 500;
}

.selector_block *[dir="rtl"] .select-css, .selector_block :root:lang(ar) .select-css, .selector_block :root:lang(iw) .select-css {
  padding: 0.9rem 5.0rem 1.1rem 0.8rem;
}

.button_reset {
  background: #fff url(../images/button_reset.svg) no-repeat 4.1rem 50%;
  border: 0.1rem solid #8AC80A;
  width: 28.0rem;
  height: 4.1rem;
  padding: 0 0 0 7.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #599F0C;
  line-height: 4.1rem;

}

.filitr_block .button {
  background: #599F0C;
  border: 0.1rem solid #8AC80A;
  width: 28.0rem;
  height: 4.1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 4.1rem;
  text-transform: none;
  transition: all 0.5s ease 0s;
}

.filitr_block .button:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
}

.catalog_list_3 {
  margin: 0 0 3.0rem -2.4rem;
}


.catalog_list_3 > .item {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  width: calc(50% - 5.4rem);
  margin: 0 0 2.9rem 2.4rem;
  padding: 0 1.4rem 0.4rem;
  position: relative;
  line-height: 1.4;
  text-align: center;
}


.catalog_block_2.active .item {
  display: inline-block !important;
}

.catalog_list_3 .mark_list {
  position: absolute;
  top: 1.6rem;
  right: 1.1rem;
  z-index: 3;
}

.catalog_list_3 .mark_list .item {


  background: #8AC80A;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  height: 2.3rem;
  margin: 0 0 0.9rem;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.3rem;
}


.catalog_list_3 .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 2.8rem);
  height: 32.8rem;
  margin: 0 -1.4rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.catalog_list_3 .fig_2 {
  display: none;
}

.catalog_list_3 .fig:hover .fig_2 {
  display: block;
}

.catalog_list_3 .fig:hover .fig_1 {
  display: none;
}

.catalog_list_3 .fig:before {
  content: "";
  background: url(../images/pic13.png) no-repeat;
  width: 17.5rem;
  height: 12.4rem;
  margin: -6.2rem 0 0 -8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.catalog_list_3 .fig_no:before {
  display: none;
}

.catalog_list_3 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.catalog_list_3 .title {
  height: 6.7rem;
  margin: 0 0 1.2rem;
  font-size: 1.6rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.catalog_list_3 .title:hover {
  transform: scale(1.05);
}

.catalog_list_3 .link {
  display: block;
  color: #1C271C;
  text-decoration: none;
}

.catalog_list_3 .number {
  background: #F3F3F3;
  border: 0.1rem solid #F3F3F3;
  display: inline-block;
  width: 15.5rem;
  height: 3.9rem;
  margin: 0 0 1.6rem;
  position: relative;
}


.catalog_list_3 .number .field {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 3.9rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
  text-align: center;
}

.catalog_list_3 .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_3 .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_3 .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_3 .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_3 .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_3 .number .up {
  background: url(../images/plus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog_list_3 .number .down {
  background: url(../images/minus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_list_3 .bottom_block {
  border-top: 0.1rem solid #D6E1EE;
  display: flex;
  padding: 0.3rem 0 0;
}

.catalog_list_3 .price_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.catalog_list_3 .old_price {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
  color: #757B7B;
  text-decoration: line-through;
}

.catalog_list_3 .price {
  font-size: 1.5rem;
  color: #1C271C

}

.catalog_list_3 .numerec {
  font-size: 2.4rem;

}

.catalog_list_3 .btn_block {
  width: 50%;
}

.catalog_list_3 .btn_1 {
  background: url(../images/carousel_4_basket.svg) no-repeat 50% 1.0rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.6rem;
  padding: 3.8rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_3 .btn_2 {
  background: url(../images/carousel_4_basket_active.svg) no-repeat 50% 1.0rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.6rem;
  padding: 3.8rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_3 .buy_click {
  display: none;
}

.rubric_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2.4rem -1.0rem;
}

.rubric_list .item {
  background: #599F0C;
  margin: 0 0 0 1.0rem;
  padding: 0.6rem 4.0rem 0.7rem 1.2rem;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
}

.rubric_list .delete {
  background: url(../images/rubric_list_delete.svg) no-repeat 50% 50%;
  width: 4.0rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  right: 0;
}

.small_text {
  margin: 0 0 2.4rem;
  font-size: 1.3rem;
}

.catalog_list_4 {
  margin: 0 0 3.0rem -2.4rem;
}


.catalog_list_4 > .item {
  background: #FEFEFE;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  width: calc(50% - 6.0rem);
  margin: 0 0 2.4rem 2.4rem;
  padding: 1.5rem 1.7rem 0.4rem;
  position: relative;
  line-height: 1.4;
  text-align: center;
}


.catalog_list_4 .mark_list {
  position: absolute;
  top: 1.6rem;
  right: 1.1rem;
  z-index: 3;
}

.catalog_list_4 .mark_list .item {


  background: #8AC80A;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  height: 2.3rem;
  margin: 0 0 0.9rem;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 2.3rem;
}


.catalog_list_4 .fig {
  border: 0.1rem solid #E5E5E5;
  width: calc(100% - 0.2rem);
  height: 0;
  padding: 0 0 75%;
  margin: 0 0 1.4rem;
  position: relative;
  overflow: hidden;
}

.catalog_list_4 .fig_2 {
  display: none;
}

.catalog_list_4 .fig:hover .fig_2 {
  display: block;
}

.catalog_list_4 .fig:hover .fig_1 {
  display: none;
}

.catalog_list_4 .fig:before {
  content: "";
  background: url(../images/pic13.png) no-repeat;
  width: 17.5rem;
  height: 12.4rem;
  margin: -6.2rem 0 0 -8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.catalog_list_4 .fig_no:before {
  display: none;
}

.catalog_list_4 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.catalog_list_4 .fig_no .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.catalog_list_4 .title {
  height: 6.7rem;
  margin: 0 0 2.0rem;
  font-size: 1.6rem;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.catalog_list_4 .title:hover {
  transform: scale(1.05);
}

.catalog_list_4 .link {
  display: block;
  color: #1C271C;
  text-decoration: none;
}

.catalog_list_4 .number {
  background: #F3F3F3;
  border: 0.1rem solid #F3F3F3;
  display: inline-block;
  width: 15.5rem;
  height: 3.9rem;
  margin: 0 0 1.7rem;
  position: relative;
}


.catalog_list_4 .number .field {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 3.9rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
  text-align: center;
}

.catalog_list_4 .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_4 .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_4 .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_4 .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_4 .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.catalog_list_4 .number .up {
  background: url(../images/plus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  right: 0;
}

.catalog_list_4 .number .down {
  background: url(../images/minus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
}

.catalog_list_4 .bottom_block {
  border-top: 0.1rem solid #D6E1EE;
  display: flex;
  padding: 0.3rem 0 0;
}

.catalog_list_4 .price_block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.catalog_list_4 .old_price {
  margin: 0 0 0.3rem;
  font-size: 1.2rem;
  color: #757B7B;
  text-decoration: line-through;
}

.catalog_list_4 .price {
  font-size: 1.5rem;
  color: #1C271C

}

.catalog_list_4 .numerec {
  font-size: 2.4rem;

}

.catalog_list_4 .btn_block {
  width: 50%;
}

.catalog_list_4 .btn_1 {
  background: url(../images/carousel_4_basket.svg) no-repeat 50% 1.0rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.6rem;
  padding: 3.8rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_4 .btn_2 {
  background: url(../images/carousel_4_basket_active.svg) no-repeat 50% 1.0rem;
  border-left: 0.1rem solid #DFE6EF;
  display: inline-block;
  width: calc(100% - 0.1rem);
  height: 2.6rem;
  padding: 3.8rem 0 0;
  font-size: 1.4rem;
  color: #1C271C;
  text-decoration: none;
  text-align: center;
}

.catalog_list_4 .buy_click {
  display: none;
}

.grey_block {
  background: #F3F3F3;
  border: 0.1rem solid #CAD5E5;
  margin: 0 0 8.0rem;
  padding: 2.4rem 2.4rem 0;
}

.catalog_list_5 {
  margin: 0 0 0 -2.0rem;
}


.catalog_list_5 > .item {
  background: #F3F3F3;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.4rem solid rgba(43, 42, 41, 0.2);
  width: calc(34% - 6.7rem);
  margin: 0 0 3.0rem 2.0rem;
  padding: 0 1.4rem 1.9rem;
  position: relative;
  line-height: 1.2;
  transition: all 0.5s ease 0s;
}

.catalog_list_5 > .item:hover {
  border: 0.4rem solid #8AC80A;
}


.catalog_list_5 .fig {
  width: calc(100% + 2.8rem);
  height: 0;
  padding: 0 0 80%;
  margin: 0 -1.4rem 2.1rem;
  position: relative;
  overflow: hidden;
}

.catalog_list_5 .fig_2 {
  display: none;
}

.catalog_list_5 .fig:hover .fig_2 {
  display: block;
}

.catalog_list_5 .fig:hover .fig_1 {
  display: none;
}

.catalog_list_5 .fig:before {
  content: "";
  background: url(../images/pic13.png) no-repeat;
  width: 17.5rem;
  height: 12.4rem;
  margin: -6.2rem 0 0 -8.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.catalog_list_5 .fig_no:before {
  display: none;
}

.catalog_list_5 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.catalog_list_5 .fig_no .img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.catalog_list_5 .title {
  background: url(../images/catalog_block_mark.svg) no-repeat 0 0.3rem;
  height: 8.1rem;
  padding: 0 0 0 2.9rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.catalog_list_5 .title:hover {
  transform: scale(1.05);
}

.catalog_list_5 .link {
  display: block;
  color: #628E07;
  text-decoration: none;
}

.about_block_2 {
  padding: 5.2rem 0 0;
  position: relative;
}

/*.about_block_2:before {
  content: "";
  background: url(../images/about_block_2.png) no-repeat;
  width: 192.0rem;
  height: 50.1rem;
  margin: 0 0 0 -96.0rem;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
}*/
.about_block_2 .bg {
  width: 142vw;
  height: 0;
  padding: 0 0 34%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
.about_block_2 .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.about_block_2 .h3 {
  font-size: 5.0rem;
  margin: 0 0 3.2rem;
  padding: 0 0 1.5rem;
  position: relative;
  color: #fff;
}

.about_block_2 .h3:after {
  content: "";
  border-top: 0.2rem solid #fff;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.about_block_2 .h3:before {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.about_block_2 .title {
  margin: 0 0 5.4rem;
  position: relative;
  font-size: 3.0rem;
  color: #8AC80A;
  text-align: right;
  line-height: 1.2;
}

.about_block_2 .box {
  /*background: #fff;*/
  padding: 6.3rem 3.0rem 5.0rem 0;
}

.about_block_2 .fig {
  float: left;
  width: 48.2rem;
  height: 33.8rem;
  margin: 0 3.8rem 0 0;
  position: relative;
  overflow: hidden;
}

.about_block_2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.how_choose_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.4rem -4.8rem;
}

.how_choose_list .item {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 4.8rem);
  margin: 0 0 3.4rem 4.8rem;
  line-height: 1.4;
}

.how_choose_list .fig {
  width: 3.9rem;
  height: 3.9rem;
  margin: 0 1.2rem 0 0;
  position: relative;
  overflow: hidden;
}

.how_choose_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.how_choose_list .text {
  width: calc(100% - 5.1rem);
}

.info_text_2 {
  border: 0.1rem solid #8AC80A;
  padding: 2.0rem;
  font-size: 1.8rem;
}

.info_text_2 p {
  margin: 0;
}

.buy_block {
  margin: 0 0 8.9rem;
  padding: 8.8rem 0 1.3rem;
  position: relative;
}

.buy_block:before {
  content: "";
  background: url(../images/buy_block.png) no-repeat;
  background-size: 100% 100%;
  width: 103vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.buy_block .h3 {
  margin: 0;
  padding: 0 0 1.4rem;
  position: relative;
  color: #fff;
}

.buy_block .h3:after {
  content: "";
  border-top: 0.2rem solid #8AC80A;
  position: absolute;
  top: 5.4rem;
  right: 0;
  left: 29.3rem;
}

.buy_block .h3::before {
  content: "";
  border-top: 0.2rem solid #fff;
  width: 40%;
  position: absolute;
  top: 5.4rem;
  left: 29.3rem;
  z-index: 1;
}

.buy_block .title {
  float: right;
  width: 26.8rem;
  margin: -8.2rem 0 6.3rem;
  position: relative;
  font-size: 2.4rem;
  color: #8AC80A;
  line-height: 1.3;
}

.buy_block .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 16.9rem);
  padding: 0 4.0rem 0 12.9rem;
}

.buy_block .address_block {
  width: 33%;
}

.buy_block .address_block .item {
  background: url(../images/buy_block_address.svg) no-repeat 0 0.2rem;
  margin: 0 0 2.7rem;
  padding: 0 0 0 5.1rem;
  font-size: 2.4rem;
  color: #fff;
}

.buy_block .delivery_block {
  width: 66%;
  margin: 3.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
}

.buy_block .delivery_block .item {
  width: 50%;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}

.buy_block .delivery_block .link {
  color: #fff;
}

.buy_block .delivery_block .fig {
  width: 12.8rem;
  height: 9.1rem;
  margin: 0 auto 0.8rem;
  position: relative;
  overflow: hidden;
}

.buy_block .delivery_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.bg_block_3 {
  margin: -5.4rem 0 0rem;
  padding: 5.4rem 0 0rem;
  position: relative;
}

.bg_block_3 .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
}

.bg_block_3 .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  display: none;
}

.bg_block_3 .bg_2 {
  width: 142vw;
  height: 31.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -2;
}

.bg_block_3 .bg_2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

/*.bg_block_3:before {
	content: "";
	background: url(../images/pic82.png) no-repeat;
	width: 192.0rem;
	height: 31.6rem;
	margin: 0 0 0 -112.0rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -1;
}


  .bg_block_3 .bg_bottom{
	background: url(../images/pic82_1.png) repeat-x;
	height: 11.2rem;
	position: absolute;
	bottom: 0;
	left: 100%;
	right: -1000.0rem;
	z-index: -1;
  }*/
.fig_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 9.5rem;
}

.fig_block .left_block {
  width: calc(100% - 64.8rem);
}

.fig_block .right_block {
  width: 61.8rem;
  margin: 0 0 0 3.0rem;
  color: #1C271C;
}

.carousel_11 {
  width: 61.8rem;
  margin: 0 0 2.2rem;
  position: relative;
}

.carousel_11 .splide__arrows {
  display: none;
}

.carousel_11:hover .splide__arrows {
  display: block;
}

.carousel_11 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_11 .splide__arrow:hover {
  opacity: 1;
}

.carousel_11 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.0rem;
  height: 4.3rem;
  margin: -2.1rem 0 0;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: none;
  z-index: 5;
}


.carousel_11 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.0rem;
  height: 4.3rem;
  margin: -2.1rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 2.1rem;
  transform: none;
  z-index: 5;
}


.carousel_11 svg {
  display: none;
}

.carousel_11 .splide__track {
  overflow: hidden;
}

.carousel_11 .splide__slide {
  position: relative;
  width: 100%;
}

.carousel_11 .mark_list {
  position: absolute;
  top: 1.6rem;
  right: 1.1rem;
  z-index: 3;
}

.carousel_11 .mark_list .item {


  background: #8AC80A;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  height: 2.3rem;
  margin: 0 0 0.9rem;
  padding: 0 0.7rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.3rem;
}

.carousel_11 .fig {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  width: calc(100% - 0.2rem);
  height: 46.2rem;
  position: relative;
  overflow: hidden;
}

.carousel_11 .fig:before {
  content: "";
  background: url(../images/pic113.png) no-repeat;
  width: 33.0rem;
  height: 23.2rem;
  margin: -11.6rem 0 0 -16.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}

.carousel_11 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}


.carousel_11 .link {
  display: block;
  width: 100%;
  height: 100%;
}


.carousel_11 .splide__pagination {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2.4rem;
  text-align: center;
}

.carousel_11 .splide__pagination li {
  margin: 0 1.0rem;
}

.carousel_11 .splide__pagination .splide__pagination__page {
  background: url(../images/carousel_11_splide_pagination.png) no-repeat;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  display: block;
  vertical-align: middle;
  width: 1.3rem;
  height: 1.3rem;
  margin: 0;
  opacity: 1;
  position: relative;
}

.carousel_11 .splide__pagination .is-active {
  background: url(../images/carousel_11_splide_pagination_active.png) no-repeat;
  transform: none;
}

.fig_block .btn_block {
  display: flex;
  flex-wrap: wrap;
  width: 54.3rem;
}

.fig_block > .left_block > .btn_block > .number {
  background: #F3F3F3;
  border: 0.1rem solid #F3F3F3;
  display: inline-block;
  width: 25.8rem;
  height: 4.7rem;
  margin: 0 2.3rem 2.1rem 0;
  position: relative;
}


.fig_block .left_block .number .field {
  background: none;
  border: none;
  display: block;
  width: 100%;
  height: 4.7rem;
  padding: 0 3.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
  text-align: center;
}

.fig_block .left_block .field:-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.fig_block .left_block .field::-moz-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.fig_block .left_block .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.fig_block .left_block .field:-ms-input-placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.fig_block .left_block .field.placeholder {
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C271C;
}

.fig_block .left_block .number .up {
  background: url(../images/plus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 4.7rem;
  position: absolute;
  top: 0;
  right: 0;
}

.fig_block .left_block .number .down {
  background: url(../images/minus.png) no-repeat 50% 50%;
  display: block;
  width: 3.3rem;
  height: 4.7rem;
  position: absolute;
  top: 0;
  left: 0;
}

.fig_block .left_block .btn_1 {
  background: #599F0C url(../images/fig_block_left_block_btn_1.png) no-repeat 5.6rem 50%;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 15.6rem;
  height: 4.7rem;
  padding: 0 0 0 10.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 4.7rem;
}

.fig_block .left_block .btn_2 {
  background: #599F0C url(../images/fig_block_left_block_btn_1.png) no-repeat 5.6rem 50%;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 15.6rem;
  height: 4.7rem;
  padding: 0 0 0 10.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 4.7rem;
}

.fig_block .left_block .btn_3 {
  background: #fff url(../images/fig_block_left_block_btn_3.svg) no-repeat 4.9rem 50%;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 17.5rem;
  height: 4.7rem;
  margin: 0 2.3rem 0 0;
  padding: 0 0 0 8.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #599F0C;
  text-decoration: none;
  line-height: 4.7rem;
}

.fig_block .left_block .btn_4 {
  background: #fff url(../images/fig_block_left_block_btn_4.svg) no-repeat 5.7rem 50%;
  border: 0.1rem solid #8AC80A;
  border-radius: 0;
  display: inline-block;
  width: 17.3rem;
  height: 4.7rem;
  padding: 0 0 0 8.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #599F0C;
  text-decoration: none;
  line-height: 4.7rem;
  text-align: left;
}

.info_block {
  /*background:#D7DBDF;*/
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 7.1rem;
}

.info_block .in {
  width: calc(100% - 43.4rem);
}

.may_need_block {
  width: 38.9rem;
  margin: 0 0 0 4.5rem;
}

.info_block .opisanie_list_1 {
  margin: 0 0 3.3rem -3.0rem;
  text-align: left;
}

.info_block .opisanie_list_1 .item {
  border-left: 0.1rem solid #CAD5E5;
  margin: 0 0 0 3.0rem;
  padding: 0 0 0 3.0rem;
  font-size: 3.0rem;
  font-weight: normal;
  text-transform: none;
}

.info_block .opisanie_list_1 .item:first-child {
  border-left: none;
  padding: 0;
}

.info_block .may_need_block .h4 {
  margin: 0 0 3.3rem;
  color: #1C271C;
}

.may_need_list {
  background: #fff;
  border: 0.1rem solid #CAD5E5;
  padding: 3.3rem 3.8rem 2.4rem;
}

.may_need_list .item {
  border-top: 0.1rem solid #D6E1EE;
  margin: 0 0 2.8rem;
  padding: 2.8rem 0 0;
}

.may_need_list .item:first-child {
  border-top: none;
  padding: 0;
}

.may_need_list .link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #1C271C;
  text-decoration: none;
}

.may_need_list .fig {
  background: #FFFFFF; /*#F2F1EF;*/
  border: 0.1rem solid #E5E5E5;
  width: 13.8rem;
  height: 10.3rem;
  margin: 0 2.3rem 0 0;
  position: relative;
  overflow: hidden;
}

.may_need_list .fig:before {
  content: "";
  background: url(../images/pic114.png) no-repeat;
  width: 10.6rem;
  height: 7.5rem;
  margin: -3.7rem 0 0 -5.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.may_need_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.may_need_list .text {
  width: calc(100% - 16.3rem);
}

.info_block .box {
  background: #F3F3F3;
  border: 0.1rem solid #CAD5E5;
  margin: 0 0 3.1rem;
  padding: 1.7rem 2.4rem 2.8rem 4.8rem;
}

.info_text_3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1C271C;
}

.info_block .box .title {
  margin: 1.7rem 0 1.8rem;
  font-size: 2.0rem;
  color: #1C271C;
}

.payment_list {
  margin: 0 0 3.4rem;
}

.payment_list .item {
  display: flex;
  align-items: center;
  margin: 0 0 3.6rem;
}

.payment_list .fig {
  width: 4.9rem;
  height: 4.5rem;
  margin: 0 2.2rem 0 0;
  position: relative;
  overflow: hidden;
}

.payment_list .img {
  max-width: 100%;
  max-width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.payment_list .text {
  width: calc(100% - 7.1rem);
}

.objects_block_2 {
  position: relative;
  min-height: 115.0rem;
  padding: 6.6rem 0 0;
}

.objects_block_2:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: -1000.0rem;
  bottom: 0;
  right: -1000.0rem;
  z-index: -1;
}

.objects_block_2 .h3 {
  margin: 0 0 2.5rem;
  padding: 0 0 1.4rem;
  position: relative;
}

.objects_block_2 .h3::before {
  content: "";
  border-top: 0.2rem solid #6F9B0A;
  width: 30%;
  position: absolute;
  top: 5.4rem;

  left: 43.3rem;
  z-index: 1;

}

.objects_block_2 .h3::after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  top: 5.4rem;
  right: 0;
  left: 43.3rem;

}

.objects_list_2 .item {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3.0rem;
  color: #1C271C;
}

.objects_list_2 .fig {
  width: 84.1rem;
  height: 42.7rem;
  position: relative;
  overflow: hidden;
}

.objects_list_2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.objects_list_2 .text {
  background: #FEFEFE;

  border: 0.1rem solid #E5E5E5;
  width: calc(100% - 89.1rem);
  padding: 3.2rem 2.4rem;

}

.objects_list_2 .link {
  font-size: 2.4rem;
  color: #1C271C;
  text-decoration: none;
}

.objects_list_2 .title {
  margin: 0 0 2.0rem;
}

.advantages_block.no_bg {
  padding: 0;
}

.advantages_block.no_bg:before {
  display: none;
}

.grey_bg {
  position: relative;
}

.grey_bg:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  left: -1000.0rem;
  bottom: 0;
  right: -1000.0rem;
  z-index: -1;
}

.manufacturers_list {
  margin: 0 0 8.8rem -6.3rem;
}

.manufacturers_list .item {
  width: calc(25% - 6.3rem);
  margin: 0 0 3.0rem 6.3rem;
  text-align: center;
  line-height: 1.4;
}

.manufacturers_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 77%;
  position: relative;
  overflow: hidden;
}

.manufacturers_list .img {
  max-width: 85%;
  max-height: 85%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.manufacturers_list .link {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}

.manufacturers_list .text {
  position: absolute;
  bottom: 1.0rem;
  right: 1.0rem;
  left: 1.0rem;
  z-index: 3;
}

.basket_content {
  display: flex;
  margin: 0 0 5.5rem;
  position: relative;
}


.basket_content .left_block {
  width: calc(100% - 36.0rem);
}

.basket_content .left_block .box {
  background: #F3F3F3;
  border: 0.1rem solid rgba(199, 199, 199, 0.4);
  margin: 0 0 2.8rem;
  padding: 3.6rem 2.5rem 1.0rem;
  position: relative;
}

.basket_content .delete_all {
  background: url(../images/table_3_delete_all.svg) no-repeat 100% 50%;
  display: inline-block;
  padding: 0 2.3rem 0 0;
  position: absolute;
  top: 1.4rem;
  right: 3.4rem;
  font-size: 1.3rem;
  color: #757B7B;
  text-decoration: none;
  z-index: 2;
}

.basket_content .title_basket {
  font-size: 1.3rem;
  color: #757B7B;
}


.basket_content .btn_3 {
  background: #fff url(../images/basket_content_btn_3.svg) no-repeat 4.9rem 50%;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 23.5rem;
  height: 4.7rem;
  padding: 0 0 0 7.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #599F0C;
  text-decoration: none;
  line-height: 4.7rem;

}

.basket_content .result_basket {
  background: #242424;
  border: 0.1rem solid #E5E5E5;
  width: 26.6rem;
  height: 47.8rem;
  margin: 0 0 0 3.0rem;
  padding: 2.0rem 3.1rem 0;
  position: sticky;
  top: 10.0rem;
  color: #fff;
}

.basket_content .result_basket .title {
  margin: 0 0 3.7rem;
  font-size: 2.4rem;
  color: #8AC80A;

}

.basket_content .result_basket .price {
  border-bottom: 0.1rem solid rgba(117, 123, 123, 0.5);
  margin: 0 0 0.9rem;
  padding: 0 0 2.1rem;
  font-size: 3.0rem;
  font-weight: normal;
  color: #8AC80A;
}

.basket_content .result_basket .total {
  margin: 0 0 1.1rem;
  font-size: 1.8rem;
  color: #fff;
}

.basket_content .result_basket .btn_1 {
  background: #599F0C url(../images/fig_block_left_block_btn_1.png) no-repeat 4.7rem 50%;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: 26.8rem;
  height: 4.9rem;
  margin: 1.5rem 0 0;
  padding: 0 0 0 8.0rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 4.9rem;
}

.basket_content .h5 {
  margin: 0 0 3.5rem;
  font-size: 2.4rem;
}

.basket_content .in {
  width: 100%;
  margin: 0 0 2.8rem;
}

.basket_content .in_2 {
  display: flex;
  width: 100%;
  margin: 0 0 2.3rem;

}

.basket_content .label {
  background: none;
  border: none;
  border-right: 0.1rem solid #CAD5E5;
  display: inline-block;
  width: 15.1rem;
  height: 2.6rem;
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #757B7B;
  line-height: 2.6rem;
}


.basket_content .black_block {
  background: #fff;
  border: 0.1rem solid #CAD5E5;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0 0.5rem;
  position: relative;
}

.basket_content .field {
  border: 0.1rem solid #CAD5E5;
}

.basket_content .black_block .field {
  background: none;
  border: none;
  padding: 0 1.5rem;
  color: #1C271C;
}


.basket_content .black_block .field:-moz-placeholder {
  color: #1C271C;
}

.basket_content .black_block .field::-moz-placeholder {
  color: #1C271C;
}

.basket_content .black_block .field::-webkit-input-placeholder {
  color: #1C271C;
}

.basket_content .black_block .field:-ms-input-placeholder {
  color: #1C271C;
}

.basket_content .black_block .field.placeholder {
  color: #1C271C;
}

.basket_content .c-70 {
  width: calc(100% - 16.5rem);
}

.basket_content .captcha .fig {
  background: #E7E7E7;
  border: 0.1rem solid #D7DBE1;
  width: 11.9rem;
  height: 4.3rem;
}

.basket_content .captcha {
  width: 28.4rem;
  margin: 0 2.1rem 0 0;
}

.basket_content .captcha .field {
  background: #fff;
  border: 0.1rem solid #D3DBE3;
  padding: 1.3rem 2.1rem 1.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .captcha .field:-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .captcha .field::-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .captcha .field::-webkit-input-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .captcha .field:-ms-input-placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .captcha .field.placeholder {
  font-size: 1.3rem;
  font-weight: 600;
  color: #404040;
}

.basket_content .button {
  background: #599F0C;
  border: 0.1rem solid #8AC80A;
  width: 22.2rem;
  height: 4.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 4.5rem;
  text-transform: none;
}

.h-96 {
  height: 9.6rem;
}

.basket_content .modal_text {
  width: 100%;
  margin: 0 0 2.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1C271C;
  text-align: left;
}

.basket_content .modal_text .link {
  color: #1C271C;
}

.form4 {
  margin: 0 0 0 3.1rem;
}

.error_text {
  color: #FB2828;
}

.fig_left {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  float: left;
  width: 48.0rem;
  height: 33.4rem;
  margin: 0 4.0rem 0 0;
  position: relative;
  overflow: hidden;
}

.fig_left > .img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.manufacturer_logo {
  background: #fff;
  border: 0.1rem solid #E5E5E5;
  width: 14.3rem;
  height: 14.3rem;
  position: absolute;
  top: 1.9rem;
  left: 1.5rem;
  z-index: 1;
  overflow: hidden;
}

.manufacturer_logo .img {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.grey_bg_2 {
  min-height: 183.9rem;
  padding: 8.0rem 0 0;
  position: relative;
}

.grey_bg_2:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.grey_bg_2 .h3 {
  margin: 0 0 8.2rem;
  padding: 0 0 1.6rem;
  position: relative;
}

.grey_bg_2 .h3::after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.grey_bg_2 .h3::before {
  content: "";
  border-top: 0.2rem solid #599F0C;
  width: 50%;
  margin: 0 0 0 -25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.old_stock {
  min-height: 136.2rem;
  padding: 7.0rem 0 0;
  position: relative;
}

.old_stock:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.old_stock .h3 {
  display: inline-block;
  margin: 0 0 7.3rem;
  padding: 0 0 1.6rem;
  position: relative;
}

.old_stock .h3::after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.old_stock .h3::before {
  content: "";
  border-top: 0.2rem solid #599F0C;
  width: 50%;
  margin: 0 0 0 -25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.old_stock .stock_list {
  margin: 0 0 8.8rem -3.8rem;
}

.old_stock .stock_list .item {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}

.old_stock .stock_list .item.animateIn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pages {
  margin: 0 0 9.7rem -1.6rem;
  text-align: center;
}

.pages .item {
  margin: 0 0 0 1.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.pages .link {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 50%;
  display: block;
  min-width: 2.9rem;
  height: 3.9rem;
  padding: 0 0.5rem;
  position: relative;
  color: #000;
  text-decoration: none;
  line-height: 3.9rem;
  transition: all 0.5s ease 0s;
}


.pages .prev {
  background: #fff url(../images/pages_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 50%;
  display: inline-block;
  width: 3.9rem;
  height: 3.9rem;
}

.pages .next {
  background: #fff url(../images/pages_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 50%;
  display: inline-block;
  width: 3.9rem;
  height: 3.9rem;
}

.pages .dot {
  display: block;
  padding: 2.2rem 1.1rem 0;
  text-decoration: none;
  color: #000;
}

.pages .item:hover .link,
.pages .active {
  background: #599F0C;
  border-radius: 50%;
  min-width: 2.9rem;
  height: 3.9rem;
  padding: 0 0.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 3.9rem;
}

.akciea_block_left {
  float: left;
  width: 57.7rem;
  height: 34.0rem;
  margin: 0 3.9rem 3.9rem 0;
  font-size: 2.0rem;
  line-height: 1.2;
}


.akciea_block_left p {
  margin: 0;
  text-align: right;
}

.akciea_block_left .link {
  display: block;
  position: relative;
  color: #F3F3F3;
  text-decoration: none;
}

.akciea_block_left .sale_green {
  background: url(../images/pic25.svg) no-repeat;
  width: 10.9rem;
  height: 11.0rem;
  position: absolute;
  top: -0.7rem;
  left: -1.0rem;
  z-index: 3;
}

.akciea_block_left .sale {
  background: url(../images/pic26.svg) no-repeat;
  width: 12.2rem;
  height: 11.8rem;
  position: absolute;
  top: -0.8rem;
  left: -1.1rem;
  z-index: 3;
}

.akciea_block_left .fig {
  width: 57.7rem;
  height: 34.0rem;
  position: relative;
  overflow: hidden;
}

.akciea_block_left .fig:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.akciea_block_left .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 1.0rem 0;
  width: 24.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8rem;
  z-index: 2;
}

.akciea_block_left .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.akciea_block_left .text {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 1.0rem 1.0rem 0;
  display: inline-block;
  padding: 0.6rem 4.7rem 0.8rem 9.5rem;
  position: absolute;
  top: 9.6rem;
  left: 0;
  z-index: 3;

}

.akciea_block_left .title_green {
  display: flex;
  font-size: 3.2rem;
  color: #8AC80A;
}

.akciea_block_left .number {
  font-family: 'AvantiBold';
  font-size: 4.0rem;
  color: #8AC80A;
}

.akciea_block_left .numerec {
  font-family: 'avenirnextcyr-regular';
  font-size: 6.4rem;
  font-weight: normal;
}

.akciea_block_left .title {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: right;
}


.akciea_block_left .price {
  font-size: 2.8rem;
}

.akciea_block_left .price_number {
  font-weight: 600;
}

.time_block {
  background: #F3F3F3;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #CAD5E5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 58.2rem;
  height: 8.9rem;
  margin: 0 0 2.8rem;
}

.time_block .promotion_period {
  background: #D9D9D9 url(../images/promotion_period.svg) no-repeat 1.5rem 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 11.6rem;
  height: 8.9rem;
  padding: 0 0 0 8.7rem;
  color: #1C271C;
  text-transform: uppercase;
}

.time_block .promotion_period .big_text {
  font-size: 1.8rem;
  font-weight: 600;
}

.time_block .date {
  border-left: 0.1rem solid #CAD5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.9rem;
  margin: 0 0 0 0.2rem;
  padding: 0 1.1rem 0 1.6rem;
  font-size: 3.8rem;
  font-weight: 600;
  color: #599F0C;
}

.grey_bg_3 {
  min-height: 72.6rem;
  margin: 0 0 12.4rem;
  padding: 10.0rem 0 0;
  position: relative;
}

.grey_bg_3:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.grey_bg_3 .h3 {
  margin: 0 0 8.2rem;
  padding: 0 0 1.6rem;
  position: relative;
}

.grey_bg_3 .h3::after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.grey_bg_3 .h3::before {
  content: "";
  border-top: 0.2rem solid #599F0C;
  width: 50%;
  margin: 0 0 0 -25%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.interested_promotions_block {
  margin: 0 0 15.2rem;
}

.interested_promotions_block .h3 {
  margin: 0 0 10.9rem;
  position: relative;
}

.interested_promotions_block .h3::after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  top: 5.2rem;
  right: 0;
  left: 38.1rem;
}

.interested_promotions_block .h3::before {
  content: "";
  border-top: 0.2rem solid #6F9B0A;
  width: 20%;
  position: absolute;
  top: 5.2rem;
  left: 38.1rem;
  z-index: 1;
}

.carousel_12 {
  padding: 0 3.6rem;
  position: relative;
}

.carousel_12 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_12 .splide__arrow:hover {
  opacity: 1;
}

.carousel_12 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_12 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_12 svg {
  display: none;
}


.carousel_12 .splide__track {
  overflow: hidden;
  padding: 0.8rem 0 0;
}

.carousel_12 .splide__slide {
  position: relative;
  padding: 0 2.1rem;
  font-size: 2.0rem;
  line-height: 1.2;

}


.carousel_12 p {
  margin: 0;
}

.carousel_12 .link {
  display: block;
  position: relative;
  color: #F3F3F3;
  text-decoration: none;
}

.carousel_12 .sale_green {
  background: url(../images/pic25.svg) no-repeat;
  width: 10.9rem;
  height: 11.0rem;
  position: absolute;
  top: -0.7rem;
  left: -1.0rem;
  z-index: 3;
}

.carousel_12 .sale {
  background: url(../images/pic26.svg) no-repeat;
  width: 12.2rem;
  height: 11.8rem;
  position: absolute;
  top: -0.8rem;
  left: -1.1rem;
  z-index: 3;
}

.carousel_12 .fig {
  width: 100%;
  height: 0;
  padding: 0 0 58%;
  position: relative;
  overflow: hidden;
}

.carousel_12 .fig:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.carousel_12 .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 1.0rem 0;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4.8rem;
  z-index: 2;
}

.carousel_12 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_12 .text {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 1.0rem 1.0rem 0;
  display: inline-block;
  width: 27.0rem;
  padding: 0.6rem 1.9rem 0.8rem 7.3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 3;

}

.carousel_12 .title_green {
  display: flex;
  font-size: 3.2rem;
  color: #8AC80A;
}


.carousel_12 .number {
  font-family: 'AvantiBold';
  font-size: 4.0rem;
  color: #8AC80A;
}

.carousel_12 .numerec {
  font-family: 'avenirnextcyr-regular';
  font-size: 6.4rem;
  font-weight: normal;
}

.carousel_12 .title {
  font-size: 2.8rem;
  font-weight: 600;
}


.carousel_12 .price {
  font-size: 2.8rem;
}

.carousel_12 .price_number {
  font-weight: 600;
}

.carousel_12 .splide__pagination {
  display: none;
}

.objects_list_3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 8.2rem -3.3rem;
  padding: 84.6rem 0 0;
  position: relative;
}

.objects_list_3 p {
  margin: 0;
}

.objects_list_3 .item:first-child p {
  margin: 0 0 2.1rem;
}

.objects_list_3 .item {
  width: calc(50% - 3.3rem);
  margin: 0 0 3.4rem 3.3rem;
  position: relative;
  line-height: 1.2;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.objects_list_3 .item:nth-child(2n) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.objects_list_3 .item:first-child {
  width: calc(41% - 4.1rem);
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.4;
}

.objects_list_3 .item:nth-child(2) {
  width: calc(31% - 4.1rem);
  position: absolute;
  top: 0;
  left: 39.8%;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.objects_list_3 .item:nth-child(3) {
  width: calc(31% - 4.1rem);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.objects_list_3 .item:nth-child(4) {
  width: calc(61% - 4.1rem);
  position: absolute;
  right: 0;
  top: 44.0rem;

}

.objects_list_3 .animateIn, .objects_list_3 .animateIn:nth-child(2n), .objects_list_3 .animateIn:nth-child(3), .objects_list_3 .animateIn:nth-child(4) {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.objects_list_3 .link {
  display: block;
  position: relative;
  color: #599F0C;
  text-decoration: none;
}

.objects_list_3 .fig {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 56.7rem;
  position: relative;
  overflow: hidden;
}

.objects_list_3 .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.objects_list_3 .item:first-child .fig {
  height: 81.2rem;
}

.objects_list_3 .item:first-child .fig:before {
  display: none;
}

.objects_list_3 .item:nth-child(2) .fig {
  height: 41.3rem;
}

.objects_list_3 .item:nth-child(3) .fig {
  height: 41.3rem;
}

.objects_list_3 .item:nth-child(4) .fig {
  height: 37.2rem;
}

.objects_list_3 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.objects_list_3 .text {
  background: rgba(0, 0, 0, 0.9);
  padding: 1.8rem 6.6rem 1.5rem 2.0rem;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.objects_list_3 .item:first-child .text {
  padding: 2.3rem 6.6rem 2.3rem 2.0rem;
  left: 2.4rem;
}

.objects_list_3 .item:nth-child(4) .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.9rem 1.1rem;
}

.objects_list_3 .title {
  margin: 0 0 0.4rem;
  font-size: 2.4rem;
  color: #FFFFFF;
  line-height: 1.3;
}

.objects_list_3 .item:first-child .title {
  margin: 0 0 1.5rem;
  font-weight: normal;
}

.objects_list_3 .item:nth-child(4) .title {
  width: 23.0rem;
  margin: 0;
  font-weight: normal;
}

.objects_list_3 .item:nth-child(4) p {
  width: 37.3rem;
  font-weight: normal;
}

.objects_list_3 .arrow {
  background: #242424 url(../images/objects_list_arrow.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #373737;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  bottom: 1.9rem;
  right: 1.8rem;
}

.objects_list_3 .item:first-child .arrow {
  position: relative;
  bottom: 0;
  right: 0;
}

.objects_list_3 .item:nth-child(4) .arrow {
  position: relative;
  bottom: 0;
  right: 0;
}

.certificat_list {
  margin: 0 0 7.5rem -6.5rem;
}

.certificat_list .item {
  width: calc(25% - 6.5rem);
  margin: 0 0 3.4rem 6.5rem;
  font-size: 1.8rem;
  text-align: center;
}

.certificat_list .link {
  color: #191A19;
  text-decoration: none;
}

.certificat_list .fig {
  width: 100%;
  height: 26.2rem;
  margin: 0 0 1.3rem;
  position: relative;
  overflow: hidden;
}

.certificat_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.advantages_block_grey {
  min-height: 77.2rem;
}

.advantages_block_grey .in {
  background: none;
}

.advantages_block_grey:after {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -2;
}

.carousel_14 {
  padding: 0 3.6rem;
  position: relative;
}

.carousel_14 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_14 .splide__arrow:hover {
  opacity: 1;
}

.carousel_14 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: none;
  z-index: 5;
}


.carousel_14 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 3.9rem;
  height: 3.9rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 0;
  transform: none;
  z-index: 5;
}


.carousel_14 svg {
  display: none;
}


.carousel_14 .splide__track {
  overflow: hidden;
}

.carousel_14 .splide__slide {
  position: relative;
  padding: 0 2.2rem;

}


.carousel_14 .box {
  background: #FEFEFE;
  border: 0.1rem solid #E5E5E5;
  padding: 0 2.4rem 1.8rem;

}


.carousel_14 p {
  margin: 0;
}


.carousel_14 .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 4.8rem);
  height: 0;
  margin: 0 -2.4rem 2.3rem;
  padding: 0 0 59%;
  position: relative;
  overflow: hidden;
}

.carousel_14 .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.carousel_14 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.carousel_14 .title {
  height: 5.6rem;
  margin: -8.5rem 0 3.7rem;
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  color: #FEFEFE;
  line-height: 1.2;
  z-index: 2;
}

.carousel_14 .text {
  height: 4.5rem;
  margin: 0 0 1.0rem;
  overflow: hidden;
}

.carousel_14 .date {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #757B7B;
}

.carousel_14 .splide__pagination {
  display: none;
}

.more {
  background: #599F0C;
  display: block;
  width: 12.6rem;
  height: 2.9rem;
  font-size: 1.3rem;
  color: #FEFEFE;
  text-decoration: none;
  text-align: center;
  line-height: 2.9rem;
  transition: all 0.5s ease 0s;
}

.more:hover {
  background: #1C271C;
}

.fig_left_2 {
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  float: left;
  width: 62.2rem;
  height: 43.6rem;
  margin: 0 5.0rem 3.9rem 0;
  position: relative;
  overflow: hidden;
}

.fig_left_2:before {
  content: "";
  background: linear-gradient(1.67deg, rgba(0, 0, 0, 0) 76.69%, rgba(0, 0, 0, 0.2) 92.72%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;

}

.fig_left_2 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.date_1 {
  margin: 0 0 2.3rem;
  color: #599F0C;
}

.gallerry_list {
  margin: 0 0 2.0rem -2.8rem;
}

.gallerry_list .item {
  width: calc(34% - 3.9rem);
  margin: 0 0 2.8rem 2.8rem;
}

.gallerry_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 70%;
  position: relative;
  overflow: hidden;
}

.gallerry_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.article_list {
  margin: 0 0 7.8rem -4.4rem;
}

.article_list .item {
  background: #FEFEFE;
  border: 0.1rem solid #E5E5E5;
  width: calc(50% - 4.6rem);
  margin: 0 0 3.4rem 4.4rem;
  position: relative;
  line-height: 1.4;

}


.article_list p {
  margin: 0;
}


.article_list .fig {
  border-bottom: 0.1rem solid #E5E5E5;
  width: calc(100% + 4.8rem);
  height: 0;
  margin: 0 -2.4rem 2.3rem;
  padding: 0 0 59%;
  position: relative;
  overflow: hidden;
}

.article_list .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}


.article_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.article_list .link {
  display: block;
  padding: 0 2.4rem 1.8rem;
  position: relative;
  color: #191A19;
  text-decoration: none;
}

.article_list .title {
  height: 5.6rem;
  margin: -8.5rem 0 3.7rem;
  position: relative;
  font-size: 2.0rem;
  font-weight: 600;
  color: #FEFEFE;
  line-height: 1.2;
  z-index: 2;
}

.article_list .text {
  height: 4.5rem;
  margin: 0 0 1.0rem;
  overflow: hidden;
}

.article_list .date {
  margin: 0 0 0.7rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #757B7B;
}

.interested_promotions_block_grey {
  min-height: 78.2rem;
  margin: 0;
  padding: 9.2rem 0 0;
  position: relative;
}

.interested_promotions_block_grey:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.news_list {
  margin: 0 0 4.6rem;
}

.news_list .item {
  background: #FEFEFE;
  border: 0.1rem solid #E5E5E5;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 5.0rem;
}

.news_list .link {
  color: #599F0C;
  text-decoration: none;
}

.news_list .date {
  margin: 0 0 0.8rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #757B7B;
}

.news_list .title {
  height: 4.5rem;
  margin: 0 0 1.8rem;
  overflow: hidden;
}

.news_list .fig {
  width: 56.0rem;
  height: 35.1rem;
  margin: 0 3.4rem 0 0;
  position: relative;
  overflow: hidden;
}

.news_list .fig:before {
  content: "";
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.news_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transform: scaleY(1);
  transition: all 0.7s ease 0s;
}

.news_list .fig:hover .img {
  transform: scale(1.1);
}

.news_list .text {
  width: calc(100% - 64.0rem);
  padding: 2.8rem 4.6rem 0 0;
}

.news_list .text_in {
  height: 18.1rem;
  overflow: hidden;
}

.news_list .more {
  background: none;
  display: block;
  width: auto;
  height: auto;
  color: #599F0C;
  text-decoration: underline;
  text-align: left;
  line-height: 1.4;
}

.news_list .more:hover {
  background: none;
  text-decoration: none;
}

.date_2 {
  background: #F3F3F3;
  display: inline-block;
  margin: 0 0 3.4rem;
  padding: 0.5rem 1.0rem;
  color: #757B7B;
}

.news_block_grey {
  min-height: 78.2rem;
  margin: 0;
  padding: 9.2rem 0 0;
  position: relative;
}

.news_block_grey:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.news_block_grey .h3 {
  margin: 0 0 11.7rem;
  position: relative;
  color: #1C271C;
}

.news_block_grey .h3:after {
  content: "";
  border-top: 0.2rem solid #ABAEB5;
  position: absolute;
  top: 6.9rem;
  right: 0;
  left: 59.8rem;
}

.news_block_grey .h3:before {
  content: "";
  border-top: 0.2rem solid #6F9B0A;
  width: 23%;
  position: absolute;
  top: 6.9rem;
  left: 59.8rem;
  z-index: 1;
}

.contacts_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5.0rem 0 5.0rem;
  position: relative;
  font-size: 1.3rem;
  color: #F3F3F3;
}

.contacts_block .bg {
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.contacts_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.contacts_block > .item {
  width: 20%;
  text-align: right;
}

.contacts_block p {
  margin: 0;
}

.contacts_block .title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.9rem;
  padding: 0 0 1.9rem;
  position: relative;
  font-size: 1.6rem;
  text-align: left;
}

.contacts_block .title:after {
  content: "";
  border-top: 0.1rem solid #ABAEB5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.contacts_block .title:before {
  content: "";
  border-top: 0.1rem solid #599F0C;
  width: 32%;
  margin: 0 0 0 -16%;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
}

.contacts_block > .item > .title > .fig {
  width: 3.8rem;
  height: 3.2rem;
  margin: 0 0.7rem 0 0;
  position: relative;
  overflow: hidden;
}

.contacts_block > .item > .title > .fig > .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.contacts_block .text {
  width: calc(100% - 4.5rem);
}

.contacts_block .phon_link {
  font-size: 2.6rem;
  font-weight: 600;
  color: #599F0C;
  text-decoration: none;
}

.contacts_block .grey_text {
  color: #757B7B;
}

.contacts_block .green_text {
  color: #8AC80A;
}

.contacts_block .mail_link {
  color: #F3F3F3;
}

.social_network_contacts_block {
  display: flex;
  flex-direction: row;
  margin: 0 0 2.2rem;
}

.social_network_contacts_block .item {
  margin: 0 1.4rem 0 0;
}

.social_network_contacts_block .fig {
  display: block;
  width: 5.0rem;
  height: 3.9rem;
  position: relative;
  overflow: hidden;
}

.social_network_contacts_block .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.showrooms_block .all {
  width: 19.8rem;
}

.error_block {
  background: url(../images/pic150.png) no-repeat 13.7rem 58.2rem;
  padding: 7.6rem 0 38.3rem;
  position: relative;

}

.error_block:before {
  content: "";
  background: url(../images/pic148.png);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.fig_404 {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 60.3rem;
  margin: 5.0rem 5.0rem 0 0;
  position: relative;
  overflow: hidden;
}

.fig_404_1 {
  width: 18.6rem;
  height: 26.5rem;
  margin: 0 1.3rem 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 2s;
}

.fig_404_2 {
  width: 18.4rem;
  height: 27.1rem;
  margin: 0 1.0rem 0 0;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 2.5s;
}

.fig_404_3 {
  width: 18.6rem;
  height: 26.5rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  transition-delay: 3s;
}

.fig_404_4 {
  width: 57.0rem;
  height: 18.2rem;
  margin: 6.5rem 0 0;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.fig_404 .fig_404_1.animateIn, .fig_404 .fig_404_2.animateIn, .fig_404 .fig_404_3.animateIn, .fig_404 .fig_404_4.animateIn {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.fig_404 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.error_block .text {
  background: #fff;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.3rem solid #E1DFDF;
  margin: 12.2rem 0 2.3rem;
  padding: 3.8rem 3.7rem 1.1rem;
  font-size: 2.0rem;
  overflow: hidden;
  line-height: 1.5;
}

.error_block .btn_block {
  display: flex;
  justify-content: space-between;
}

.error_block .btn_1 {
  background: #fff;
  border: 0.2rem solid #8AC80A;
  display: inline-block;
  width: calc(50% - 1.5rem);
  height: 4.1rem;
  margin: 0 2.2rem 0 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #599F0C;
  line-height: 4.1rem;
  text-align: center;
  text-decoration: none;
}

.error_block .btn_2 {
  background: #191A19;
  border: 0.1rem solid #8AC80A;
  display: inline-block;
  width: calc(50% - 1.3rem);
  height: 4.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #F3F3F3;
  line-height: 4.3rem;
  text-align: center;
  text-decoration: none;
}

.bg_block.have_pg {
  padding: 5.4rem 0 10.4rem;
}

.about_block_video {
  width: 100%;
  height: 0;
  padding: 0 0 52%;
  position: relative;
  overflow: hidden;
}

.about_block_video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg_block .big_text {
  font-size: 3.0rem;
  font-weight: normal;
}

.building_materials_block {
  position: relative;
  margin: 0 0 5.6rem;
  padding: 9.2rem 0 1.3rem;
}

.building_materials_block .bg {
  background: url(../images/building_materials_block.jpg);
  width: 102vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.building_materials_block .h4 {
  margin: 0 0 8.4rem;
  color: #fff;
}

.building_materials_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -6.2rem;
}

.building_materials_list .item {
  display: flex;
  align-items: center;
  width: calc(34% - 7.3rem);
  margin: 0 0 5.5rem 6.2rem;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.building_materials_list .item:nth-child(4), .building_materials_list .item:nth-child(5), .building_materials_list .item:nth-child(6) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.building_materials_list .animateIn, .building_materials_list .animateIn:nth-child(4), .building_materials_list .animateIn:nth-child(5), .building_materials_list .animateIn:nth-child(6) {
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
}

.building_materials_list .fig {
  width: 14.0rem;
  height: 13.7rem;
  margin: 0 2.2rem 0 0;
  position: relative;
  overflow: hidden;
}

.building_materials_list .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.building_materials_list .text {
  width: calc(100% - 16.2rem);
}

.gallery_block {
  margin: 0 0 13.8rem;
  padding: 5.7rem 0 10.2rem;
  position: relative;
  font-size: 3.0rem;
  color: #1C271C;
}

.gallery_block:before {
  content: "";
  background: linear-gradient(180deg, #FFFFFF 0%, #CED2D8 25.5%, #CED2D8 68%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -2;

}

.gallery_block .bg {
  width: 141vw;
  height: 0;
  padding: 0 0 21.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.gallery_block .bg .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.gallery_block .top_block {
  display: flex;
  align-items: center;
  margin: 0 0 4.3rem;
}

.gallery_block .top_block .fig_top {
  width: 72.0rem;
  height: 39.2rem;
  margin: 0 5.8rem 0 0;
  position: relative;
  overflow: hidden;

}

.gallery_block .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transform: scaleY(1);
  transition: all 0.7s ease 0s;
}

.gallery_block .top_block .fig_top:hover .img {
  transform: scale(1.1);
}

.gallery_block .top_block .text {
  width: calc(100% - 77.8rem);
}

.gallery_block .bottom_block {
  display: flex;
  font-size: 2.4rem;
}

.gallery_block .bottom_block .left_block {
  width: 40%;
  margin: 0 3.8rem 0 0;
}

.gallery_block .bottom_block .left_block .fig {
  width: 100%;
  height: 0;
  padding: 0 0 130%;
  position: relative;
  overflow: hidden;
}

.gallery_block .bottom_block .left_block .fig:hover .img {
  transform: scale(1.1);
}

.gallery_block .bottom_block .right_block {
  width: calc(60% - 3.8rem);
}

.gallery_block .gallery_list {
  margin: 0 0 0.8rem -3.7rem;
}

.gallery_block .gallery_list .item {
  width: calc(50% - 3.7rem);
  margin: 0 0 3.7rem 3.7rem;
}

.gallery_block .gallery_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 133%;
  position: relative;
  overflow: hidden;
}

.gallery_block .gallery_list .fig:hover .img {
  transform: scale(1.1);
}

.map_block_2 {
  margin: 0 0 6.5rem;
  padding: 7.8rem 0 0;
  position: relative;
}

.map_block_2:before {
  content: "";
  background: linear-gradient(180deg, #F4F4F4 0%, #CED2D8 53.27%, #FFFFFF 100%);
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}

.map_block_2 .h4 {
  margin: 0 0 4.4rem;
  color: #1C271C;
}

.map_block_2_address_list {
  margin: 0 9.6rem 4.3rem -2.9rem;
}

.map_block_2_address_list .item {
  background: url(../images/map_block_2_address.svg) no-repeat 0 0.3rem;
  width: calc(50% - 16.0rem);
  margin: 0 0 1.6rem 12.5rem;
  padding: 0 0 0 3.5rem;
  font-size: 2.0rem;
  color: #000;
}

.map_2 {
  width: 119.4rem;
  height: 58.3rem;
  margin: 0 auto;
  position: relative;
}

.map_2 .fig {
  width: 119.4rem;
  height: 58.3rem;
  position: relative;
  overflow: hidden;
}

.map_2 .fig:before {
  content: "";
  background: url(../images/map_block_2_watermark.png) no-repeat;
  width: 34.6rem;
  height: 23.2rem;
  margin: -11.6rem 0 0 -17.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  z-index: 1;
}

.map_2 .fig_mobile {
  display: none;
}

.map_2 .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.map_2 .dot {
  background: url(../images/map_block_2_mark.svg) no-repeat;
  width: 4.5rem;
  height: 6.7rem;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.map_2 .dot:nth-child(3) {
  transition-delay: 1s;
}

.map_2 .dot:nth-child(4) {
  transition-delay: 1.5s;
}

.map_2 .dot:nth-child(5) {
  transition-delay: 2s;
}

.map_2 .dot:nth-child(6) {
  transition-delay: 2.5s;
}

.map_2 .dot:nth-child(7) {
  transition-delay: 3s;
}

.map_2 .animateIn {
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  opacity: 1;
  visibility: visible;
}

.gallery_block_2 {
  margin: 0 0 8.4rem;
  text-align: center;
}

.gallery_block_2 .h4 {
  display: inline-block;
  font-weight: normal;
  color: #1C271C;
  text-transform: uppercase;
}

.gallery_block_2_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4.4rem -6.7rem;
  text-align: left;
}

.gallery_block_2_list .item {
  width: calc(50% - 6.7rem);
  margin: 0 0 6.7rem 6.7rem;
  font-size: 2.4rem;
  font-weight: normal;
  color: #1C271C;
}

.gallery_block_2_list .item:nth-child(2n) {
  font-size: 3.0rem;
  line-height: 1.2;
}

.gallery_block_2_list .fig {
  width: 100%;
  height: 0;
  padding: 0 0 117%;
  margin: 3.1rem 0 0;
  position: relative;
  overflow: hidden;

}

.gallery_block_2_list .item:nth-child(2n) .fig {
  margin: 0 0 2.7rem;
}

.gallery_block_2_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transform: scaleY(1);
  transition: all 0.7s ease 0s;
}

.gallery_block_2_list .fig:hover .img {
  transform: scale(1.1);
}

.modal {
  position: fixed;
  z-index: 1000;
}

.modal__inner {
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.modal, .modal__bg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modal__horisontal_inner {
  display: table;
  height: 100%;
  margin: auto;
}

.modal__vertical_inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.modal__bg {
  background: #000;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.show .modal__bg {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal__content {
  background: #fff;
  border-radius: 2.2rem;
  padding: 24px;
  position: relative;
  color: #fff;
}

.modal_box_form .modal__content {
  background: url(../images/modal_bg.jpg) repeat-y;
  border: 0.1rem solid #485B20;
  border-radius: 0;
  width: 54.7rem;
  padding: 9.2rem 10.3rem 5.1rem;
  position: relative;
  line-height: 1.3;
}

.modal_box_form .modal__content:before {
  content: "";
  background: rgba(47, 70, 0, 0.7);
  width: 44.0rem;
  margin: 0 0 0 -22.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}


.modal__content .h3 {
  border-bottom: 0.1rem solid #9BE500;
  margin: 0 0 1.8rem;
  padding: 0 0 0.8rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}


.modal_box_form .modal__content .in {
  width: 100%;
  margin: 0 0 3.2rem;
}

.modal_box_form .modal__content .in_2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 3.2rem;

}

.modal_box_form .modal__content .label {
  background: #000;
  border: 0.1rem solid #281F16;
  display: flex;
  align-items: center;
  width: 9.8rem;
  height: 4.3rem;
  padding: 0 0 0 1.7rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #9BE500;
}


.modal_box_form .modal__content .black_block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.modal_box_form .star {
  position: absolute;
  top: 0.6rem;
  right: 1.1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #628E07;
}

.modal_box_form .c-70 {
  width: calc(100% - 11.8rem);
}

.modal_box_form .captcha .fig {
  background: #000000;
  border: 0.1rem solid rgba(40, 31, 22, 0.5);
  width: 12.0rem;
  height: 4.8rem;
}

.modal_box_form .captcha {
  width: 25.9rem;
  margin: 0 2.2rem 0 0;
}

.modal_box_form .captcha .field {
  border: 0.1rem solid rgba(0, 0, 0, 0.12);
  border-left: none;
  padding: 1.6rem 2.1rem 1.4rem;
  font-size: 1.6rem;
}

.modal_box_form .button {
  background: #000;
  border: 0.1rem solid #9BE500;
  width: 25.7rem;
  height: 5.0rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: #8AC80A;
  line-height: 5.0rem;
  text-transform: none;
}

.modal_box_form .button:hover {
  background: #628E07;
  border: 0.1rem solid #8AC80A;
  color: #fff;
}

.modal_box_form .button:disabled,
.modal_box_form .button[disabled] {
  background: #D5D5DB;
  color: #000;
}

.h-43 {
  height: 4.3rem;
}

.modal_box_form .select-css {
  background: #fff url(../images/selector_arrow.svg) no-repeat 98% 50%;
  border: 0.1rem solid #C2B7A9;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 1.2rem 5.0rem 1.2rem 1.9rem;
  color: #35302E;

}


.modal_box_form .select-css:hover {
  border-color: #C2B7A9;
}

.modal_box_form .select-css:focus {
  border-color: #C2B7A9;
  color: #35302E;
}

.modal_box_form *[dir="rtl"] .select-css,
.modal_box_form :root:lang(ar) .select-css,
.modal_box_form :root:lang(iw) .select-css {
  padding: 1.2rem 5.0rem 1.2rem 1.9rem;
}

.label_3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

.modal_box_form .modal_text {
  width: 58.0rem;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 500;
  color: #E0E0E0;
  text-align: center;
}

.modal_box_form .modal_text .link {
  color: #E0E0E0;
}

.modal_box_form .label_2 {
  width: 95%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #E0E0E0;
  text-align: center;
}

.modal_box_form .label_2 .link {
  color: #E0E0E0;
}

.box_modal_objects .modal__content {
  background: none;
  border-radius: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 90vw;
  padding: 0;
  color: #F3F3F3;
  line-height: 1.2;
}

.box_modal_objects .modal__content .left_block {
  width: 66.9rem;
  margin: 0 0.3rem 0 0;
}

.box_modal_objects .modal__content .right_block {
  background: rgba(0, 0, 0, 0.9);
  width: calc(100% - 72.6rem);
  /*margin: 6.4rem 0 0;*/
  min-height: 45.6rem;
  padding: 2.5rem 2.7rem 2.1rem;
}


.carousel_13 {
  width: 100%;
  position: relative;
}

.carousel_13 .splide__arrow {
  opacity: 1;
  border-radius: 0;
}

.carousel_13 .splide__arrow:hover {
  opacity: 1;
}

.carousel_13 .splide__arrow--next {
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 2.1rem;
  transform: none;
  z-index: 5;
}


.carousel_13 .splide__arrow--prev {
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 2.1rem;
  transform: none;
  z-index: 5;
}


.carousel_13 svg {
  display: none;
}

.carousel_13 .splide__track {
  overflow: hidden;
}

.carousel_13 .splide__slide {
  position: relative;
}


.carousel_13 .fig {
  width: 100%;
  height: 50.2rem;
  position: relative;
  overflow: hidden;
}

.carousel_13 .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}


.carousel_13 .splide__pagination {
  display: none;
}

.box_modal_objects .modal__content .right_block .title {
  margin: 0 0 2.2rem;
  color: #599F0C;
}

.modal_objects_list {
  margin: 0 0 2.4rem;
}

.modal_objects_list .item {
  margin: 0 0 1.9rem;
  color: #599F0C;
}

.modal_objects_list .link {
  display: flex;
  align-items: center;
  color: #599F0C;
  text-decoration: none;
}

.modal_objects_list .fig {
  width: 12.0rem;
  height: 8.1rem;
  margin: 0 1.9rem 0 0;
  position: relative;
  overflow: hidden;
}

.modal_objects_list .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.modal_objects_list .text {
  width: calc(100% - 13.9rem);
}

.box_thanks .modal__content {
  background: url(../images/modal_bg.jpg) repeat-y 0 100%;
  border: 0.1rem solid #485B20;
  border-radius: 0;
  width: 53.7rem;
  padding: 6.2rem 10.7rem 4.8rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #F3F3F3;
  line-height: 1.3;
  text-align: center;
}

.box_thanks .modal__content:before {
  content: "";
  background: rgba(47, 70, 0, 0.7);
  width: 44.0rem;
  margin: 0 0 0 -22.0rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

.box_thanks .modal__content .h3 {
  margin: 0 0 4.3rem;
  padding: 0 0 2.2rem;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
}

.box_thanks .modal__content .fig {
  width: 7.3rem;
  height: 7.3rem;
  margin: 0 auto 4.1rem;
  position: relative;
  overflow: hidden;
}

.box_thanks .modal__content .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}


.modal__close_btn {
  background: url(../images/modal_close.svg) no-repeat 50% 50%;
  width: 9.1rem;
  height: 8.6rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}


.box_fig .modal__content {
  max-width: calc(90vw - 25.8rem);
  padding: 9.3rem 12.9rem 6.7rem;
}

.box_fig .modal__content img {
  width: 100%;
  color: #050505;
}

.modal_lightbox__title {
  margin: 0 0 2.8rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: #050505;
  text-align: center;
}

.modal_lightbox__prev,
.modal_lightbox__next {
  cursor: pointer;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.modal_lightbox__next {
  left: auto;
  right: 0;
}

.modal_lightbox__next:before {
  content: "";
  background: #FEFEFE url(../images/carousel_4_next.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: 5.2rem;
  transform: none;
  z-index: 5;
}


.modal_lightbox__prev:before {
  content: "";
  background: #FEFEFE url(../images/carousel_4_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E2E2;
  border-radius: 4.0rem;
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  margin: -2.0rem 0 0;
  position: absolute;
  top: 50%;
  right: auto;
  left: 5.2rem;
  transform: none;
  z-index: 5;
}

.box_modal_objects .modal__content .modal__close_btn {
  top: -2.4rem;
}

.box_modal_objects .modal__content .modal_lightbox__title {
  margin: 0 6.6rem 3.5rem;
  font-size: 2.4rem;
  color: #8AC80A;
  text-align: center;
  width: calc(100% - 13.2rem);
  text-align: center;
}

.content_search {
  width: 100%;
  height: 4.1rem;
  margin: 0 0 2.3rem;
  position: relative;
}

.content_search .field {
  background: rgba(70, 70, 70, 0.7);
  border: 0.1rem solid #787878;
  border-radius: 0.3rem;
  width: 100%;
  height: 4.1rem;
  padding: 0.9rem 4.2rem 1.0rem 1.5rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .field:-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .field::-moz-placeholder {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .field::-webkit-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .field:-ms-input-placeholder {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .field.placeholder {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.content_search .btn {
  background: url(../images/content_search_zoom.svg) no-repeat 50% 50%;
  border: none;
  width: 5.4rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease 0s;
}

.content_search .delete {
  background: url(../images/content_search_delete.svg) no-repeat 50% 50%;
  border: none;
  width: 3.1rem;
  height: 4.1rem;
  position: absolute;
  top: 0;
  right: 5.4rem;
}

.search_block {
  margin: 0 0 5.2rem;
}

.search_block .link {
  font-weight: bold;
  color: #599F0C;
}

.box_modal_objects .modal__content .modal_lightbox__prev,
.box_modal_objects .modal__content .modal_lightbox__next {
  background: rgba(255, 255, 255, 0.1) url(../images/box_modal_objects_modal_content_modal_lightbox_prev.svg) no-repeat 50% 50%;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #8AC80A;
  border-radius: 50%;
  width: 3.9rem;
  height: 3.9rem;
  position: absolute;
  top: 0;
  left: 0;
}

.box_modal_objects .modal__content .modal_lightbox__next {
  background: rgba(255, 255, 255, 0.1) url(../images/box_modal_objects_modal_content_modal_lightbox_next.svg) no-repeat 50% 50%;
  left: 60.5rem;
  right: auto;
}

.box_modal_objects .modal__content .modal_lightbox__prev:before {
  display: none;
}

.box_modal_objects .modal__content .modal_lightbox__next:before {
  display: none;
}

.selector_spisok {
  position: relative;
}

.selector_spisok .sub {
  background: #fff;
  display: none;
  width: calc(100vw - 68.7rem);
  position: absolute;
  top: calc(100% + 2.4rem);
  left: 0;
  z-index: 4;
}

.selector_spisok .btn .link {
  background: #F3F3F3 url(../images/selector_block_arrow.svg) no-repeat 98% 50%;
  border: 0.1rem solid #CAD5E5;
  display: inline-block;
  width: 100%;
  padding: 0.9rem 5.0rem 1.1rem 0.8rem;
  font-size: 1.3rem;
  font-weight: 500;
  color: #1C271C;
  text-decoration: none;
  box-sizing: border-box;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
  min-width: 102.4rem;
  max-width: 160.0rem;
  height: 46.3rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 3;
}

.footer:after {
  content: "";
  background: #2B2A29;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -2;
}

.top_footer {
  border-bottom: 0.1rem solid #423F3D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.1rem;
  margin: 0 0 1.4rem;
  padding: 0 1.6rem;

}

.logo_footer {
  background: url(../images/logo_footer.svg) no-repeat;
  width: 22.2rem;
  height: 3.7rem;
}

.logo_footer .link {
  display: block;
  width: 22.2rem;
  height: 3.7rem;
}

.slogan_footer {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2.0rem;
  font-weight: bold;
  color: #F3F3F3;
  text-transform: uppercase;
}

.social_network_contacts_footer {
  display: flex;
  flex-direction: row;
}

.social_network_contacts_footer .item {
  margin: 0 1.4rem 0 0;
}

.social_network_contacts_footer .fig {
  display: block;
  width: 3.4rem;
  height: 2.3rem;
  position: relative;
  overflow: hidden;
}

.social_network_contacts_footer .fig_green {
  display: none;
}

.social_network_contacts_footer .item:hover .fig_white {
  display: none;
}

.social_network_contacts_footer .item:hover .fig_green {
  display: block;
}

.social_network_contacts_footer .fig .img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  vertical-align: top;
}

.center_footer {
  display: flex;
  justify-content: space-between;
  height: 13.2rem;
  padding: 0 1.6rem;

}

.catalog_footer {
  width: 30%;
}

.catalog_footer .title {
  margin: 0 0 1.5rem;
  color: #F5F5F5;
}

.catalog_footer .title .link {
  color: #F5F5F5;
  text-decoration: none;
}

.catalog_list_footer {
  margin: 0 0 0 0.8rem;
  column-count: 2;
  position: relative;
  z-index: 1;
}

.catalog_list_footer .item {
  background: url(../images/catalog_list_footer_mark.png) no-repeat 0 0.8rem;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 1.0rem;
  padding: 0 0 0 1.1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.catalog_list_footer .link {
  color: #B0B0B0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.catalog_list_footer .link:hover {
  color: #599F0C;
}


.buyer_footer {
  width: 30%;
}

.buyer_footer .title {
  margin: 0 0 1.5rem;
  color: #F5F5F5;
}

.buyer_footer .title .link {
  color: #F5F5F5;
  text-decoration: none;
}

.buyer_list_footer {
  margin: 0 0 0 0.8rem;
  column-count: 2;
  position: relative;
  z-index: 1;
}

.buyer_list_footer .item {
  background: url(../images/catalog_list_footer_mark.png) no-repeat 0 0.8rem;
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 1.0rem;
  padding: 0 0 0 1.1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.buyer_list_footer .link {
  color: #B0B0B0;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.buyer_list_footer .link:hover {
  color: #599F0C;
}

.nav_footer {
  width: 30%;
}

.nav_footer_list {
  column-count: 2;
  position: relative;
  z-index: 1;
}

.nav_footer .item {
  page-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 1.8rem;
  font-size: 1.6rem;
}

.nav_footer .link {
  color: #F5F5F5;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.nav_footer .link:hover {
  color: #599F0C;
}


.contacts_footer {
  display: flex;
  justify-content: space-between;
  height: 12.6rem;
  padding: 2.1rem 1.6rem 0;
  position: relative;
}

.contacts_footer:before {
  content: "";
  background: #3F3F3F;
  position: absolute;
  top: 0;
  right: -1000.0rem;
  bottom: 0;
  left: -1000.0rem;
  z-index: -1;
}


.phone_contacts_footer {

  width: 17.9rem;

  font-size: 1.4rem;
  color: #BEBEBE;
}

.phone_contacts_footer .title {
  background: url(../images/phone_contacts_footer.svg) no-repeat 0 0.2rem;
  margin: 0 0 1.0rem;
  padding: 0 0 0 3.0rem;
}

.phone_contacts_footer .item {
  font-size: 1.8rem;
}

.phone_contacts_footer .link {
  color: #BEBEBE;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.phone_contacts_footer .link:hover {
  color: #599F0C;
}

.address_contacts_footer {
  background: url(../images/address_contacts_footer.svg) no-repeat;
  width: 17.3rem;
  padding: 0.1rem 0 0 3.0rem;
  font-size: 1.4rem;
  color: #C8CECE;
}

.address_contacts_footer p {
  margin: 0 0 0.3rem;
}

.time_contacts_footer {
  background: url(../images/time_contacts_footer.svg) no-repeat;
  width: 18.1rem;
  padding: 0 0 0 3.9rem;
  font-size: 1.4rem;
  color: #C8CECE;
  line-height: 1.7;
}

.time_contacts_footer .grey_text {
  color: #949494;
}

.mail_contacts_footer {
  background: url(../images/mail_contacts_footer.svg) no-repeat;
  width: 19.5rem;
  padding: 0 0 0 3.3rem;
  font-size: 1.4rem;
  color: #C8CECE;
  line-height: 1.7;
}

.mail_contacts_footer .link {

  display: inline-block;
  color: #C8CECE;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

.mail_contacts_footer .link:hover {
  color: #599F0C;
}


.footer .bottom_block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 9.2rem;
  padding: 0 1.6rem;

  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.footer .bottom_block:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1000.0rem;
  left: -1000.0rem;
  z-index: -1;
}


.info_footer {
  width: 64.9rem;
  font-size: 1.2rem;
  color: #464646;
  text-align: center;
  line-height: 1.4;
}

.politics_privacies {
  font-size: 1.2rem;
  font-weight: 600;
  color: #599F0C;
}

.politics_privacies .link {
  color: #599F0C;
}


.company_footer {
  font-size: 1.2rem;
  color: #404040;
}

.basket_mobile {
  display: none;
}

.social_network_tablet {
  display: none;
}

.feedback_bubble_1 .fig_tablet {
  display: none;
}
.feedback_bubble_2 .fig_tablet {
  display: none;
}
.feedback_bubble_3 .fig_tablet {
  display: none;
}

.title_mobile {
  display: none;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */
@media (min-width: 1025px) {
  .page_with-small-header .header_top {
    height: 10.4rem;
  }

  .page_with-small-header .header_top:before {
    content: "";
    background: rgba(5, 5, 5, 0.6);
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);

    position: absolute;
    top: 0;
    right: -1000.0rem;
    bottom: 0;
    left: -1000.0rem;
    z-index: -1;
  }

  .page_with-small-header .header_top .top_block {
    width: calc(100% - 11.2rem);
    height: 10.4rem;
    margin: 0 9.6rem 0 1.6rem;
  }

  .page_with-small-header .header_top .top_block .in {
    width: auto;
  }

  .page_with-small-header .logo {
    background-size: 10.8rem 7.7rem;
    width: 10.8rem;
    height: 7.7rem;
  }

  .page_with-small-header .logo .link {
    width: 10.8rem;
    height: 7.7rem;
  }

  .page_with-small-header .header_top .slogan {
    display: none;
  }

  .page_with-small-header .basket .title {
    display: none;
  }

  .page_with-small-header .nav {
    width: 6.0rem;
    height: 10.4rem;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0.1rem;
    right: 1.6rem;
  }


  .page_with-small-header .nav_active {
    width: calc(100% - 3.2rem);
    z-index: 16;
  }

  .page_with-small-header .nav_toggle {
    background: none;
    border: none;
    display: block;
    width: 6.0rem;
    height: 10.4rem;
    position: absolute;
    top: 0;
    right: 0;
    transition-duration: 1s;
  }


  .page_with-small-header .nav_toggle .nav-icon {
    width: 2.8rem;
    height: 0.2rem;
    background: #9BE500;
    border-radius: 0.3rem;
    display: block;
    transition-duration: .25s;
    transition-delay: .25s;
    position: absolute;
    left: 1.5rem;
  }

  .page_with-small-header .nav_toggle:hover .nav-icon {
    background: #fff;
  }


  .page_with-small-header .nav_toggle .nav-icon:before {
    content: "";
    background: #9BE500;
    border-radius: 3px;
    width: 28px;
    height: 2px;
    position: absolute;
    top: -8px;
    left: 0;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
  }

  .page_with-small-header .nav_toggle:hover .nav-icon:before {
    background: #fff;
  }

  .page_with-small-header .nav_toggle .nav-icon:after {
    content: "";
    background: #9BE500;
    border-radius: 3px;
    width: 28px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
    transition-duration: .25s;
    transition: transform .25s, top .25s .25s;
  }

  .page_with-small-header .nav_toggle:hover .nav-icon:after {
    background: #fff;
  }

  .page_with-small-header .nav_active .nav_toggle .nav-icon {
    transition-duration: 0.1s;
    transition-delay: .25s;
    background: transparent;
  }

  .page_with-small-header .nav_active .nav_toggle .nav-icon:before {
    transition: top .25s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(-45deg);
  }

  .page_with-small-header .nav_active .nav_toggle .nav-icon:after {
    transition: top 0.4s, transform .25s .25s;
    top: 0px;
    transform: rotateZ(45deg);
  }


  .page_with-small-header .nav > .sub_all {

    display: none;
    width: 100%;
    position: absolute;
    top: 10.2rem;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page_with-small-header .nav > .sub_all:before {
    content: "";
    background: rgba(5, 5, 5, 0.6);
    backdrop-filter: blur(20px);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: -1000.0rem;
    bottom: 0;
    left: -1000.0rem;
    z-index: -1;
  }

  .page_with-small-header .nav_active .sub_all {
    display: block;

  }

  .page_with-small-header .nav > .sub_all > .list {
    border-top: 0.1rem solid #606060;
  }
}

@media (max-width: 767px) {
  .wrapper {
    min-width: auto;
  }

  .inner {
    min-width: auto;
    max-width: none;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .declaration_box {
    box-shadow: none !important;
    border-bottom: none !important;
    line-height: 1.5;
  }

  .declaration_box .in {
    min-width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 1.9rem 0.9rem 0.9rem;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .declaration_box .close {
    width: 3.3rem;
    height: 3.3rem;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .declaration_box .close .link {
    background-size: 1.6rem 1.6rem;
    width: 3.3rem;
    height: 3.3rem;
  }

  .header {
    min-width: auto;
    max-width: none;
    width: 100%;
  }

  .page_with-small-header .header {
    padding: 0;
  }

  .header_top {
    display: block;
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 9.0rem;
    z-index: 101;
  }

  .header_top:after {
    content: "";
    border-top: 0.1rem solid #606060;
    position: absolute;
    top: 4.7rem;
    left: 0.9rem;
    right: 0.9rem;
  }

  .page_with-small-header .header_top {
    position: relative;
  }


  .header_top .top_block {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
  }


  .header_top .top_block .in {
    display: block;
    width: auto;
  }

  .logo {
    background: url(../images/logo_mobile.svg) no-repeat;
    width: 14.4rem;
    height: 2.0rem;
    position: absolute;
    top: 1.9rem;
    left: 0.9rem;

  }

  .logo .link {
    width: 14.4rem;
    height: 2.0rem;
  }

  .slogan {
    display: none;
  }

  .address {
    display: none;
  }

  .phone {
    position: absolute;
    top: 2.2rem;
    right: 0.9rem;
  }

  body:has(.header_search.active) .phone {
    display: block;
  }

  .phone .title {
    display: none;
  }

  .phone .link {
    font-size: 1.5rem;
  }

  .header_search .sub_result {
    width: calc(100vw - 4.8rem);
    padding: 0.6rem 2.3rem 2.1rem;
    position: absolute;
    top: 12.1rem;
    right: 0;
  }

  .basket {
    width: 4.0rem;
    height: 4.2rem;
    position: absolute;
    top: 4.9rem;
    right: 4.3rem;
    font-size: 1.6rem;
    color: #9BE500;
    text-transform: uppercase;
  }

  .basket > .link {
    background-position: 50% 50%;
    background-size: 2.3rem 2.1rem;
    display: inline-block;
    width: 4.0rem;
    height: 4.2rem;
    padding: 0;
  }

  .basket > .link > .number {
    height: 1.1rem;
    padding: 0 0.3rem;
    top: 0.8rem;
    left: auto;
    right: 0;
    line-height: 1.1;
  }

  .basket:hover .sub {
    display: none;
  }

  .basket .title {
    display: none;
  }

  body:not(.page_with-small-header) .sub_all {
    display: block !important;
  }


  .nav {
    border: none;
    width: auto;
    height: 4.2rem;
    margin: 0;
    position: absolute;
    z-index: 21;
    top: 4.5rem;
    left: 0.9rem;
  }

  .nav_active {
    width: 100vw;
    height: auto;

    z-index: 27;
  }


  .nav .nav_toggle {
    background: url(../images/header_menu_mobile.svg) no-repeat 100% 50%;
    border: none;
    display: block;
    height: 4.2rem;
    padding: 0 3.2rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
    z-index: 3;
  }

  .nav_toggle_text {
    display: block;
    font-weight: 600;
    color: #9BE500;
    text-transform: uppercase;
  }

  .nav .sub_all {
    background: #232323;
    border: 0.1rem solid #595A5A;
    display: block;
    width: calc(100vw - 0.2rem);
    height: calc(100vh - 4.6rem);
    padding: 0;
    position: absolute;
    top: 4.2rem;
    left: -0.9rem;
    right: 0;
    transform: translate(-240%, 0);
    transition: transform .3s ease;
    will-change: transform;

  }

  .nav_active .sub_all {
    transform: translate(0, 0);
  }

  .nav > .sub_all > .list {
    display: block;
  }

  .nav > .sub_all > .list > .item {
    font-size: 1.8rem;
  }

  .nav > .sub_all > .list > .item > .link {
    background: #232323;
    border-top: 0.1rem solid #595A5A;
    height: 6.0rem;
    padding: 0 4.0rem 0 0.9rem;
    justify-content: flex-start;
  }

  .nav > .sub_all > .list > .item:first-child > .link {
    border: none;
  }

  .nav > .sub_all > .list > .item.have_sub > .link {
    background: url(../images/nav_have_sub.png) no-repeat 95% 50%;
  }

  .nav > .sub_all > .list > .item.have_sub.mobile_active > .link {
    background: url(../images/nav_have_sub_close.png) no-repeat 95% 50%;
  }

  .nav > .sub_all > .list > .catalog_item > .link .text {
    background: none;
    padding: 0;
  }

  .nav > .sub_all > .list > .catalog_item:hover > .link .text {
    background: none;
  }

  .nav > .sub_all > .list > .sub {
    display: none;
  }

  .nav > .sub_all > .list > .mobile_active > .sub {
    background: #FEFEFE;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
  }

  .nav > .sub_all > .list > .item:hover .sub {
    display: none;
  }

  .nav > .sub_all > .list > .mobile_active:hover > .sub {
    display: block;
  }

  .nav .sub_menu .link {
    background: #FEFEFE;
    border-top: 0.1rem solid #999999;
    height: 6.0rem;
    padding: 0 4.0rem 0 0.9rem;
    color: #35302E;
  }

  .nav .mobile_active .sub_2 {
    background: #3D3E3F;
    border: none;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: block;
  }

  .nav > .sub_all > .list > .item:hover .sub_2 {
    display: none
  }

  .nav > .sub_all > .list > .mobile_active:hover .sub_2 {
    display: block;
  }

  .nav .sub_menu_2 {
    margin: 0;
    column-count: auto;
  }

  .nav .sub_menu_2 > .item {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .nav .sub_menu_2 > .item > .link {
    background: #3D3E3F;
    border-top: 0.1rem solid #999999;
    height: 6.0rem;
    padding: 0 4.0rem 0 0.9rem;
    color: #E5E5E5;
  }

  .nav .sub_menu_2 > .item:first-child > .link {
    border: none;
  }

  .nav .sub_menu_2 > .item.have_sub > .link {
    background: #3D3E3F url(../images/sub_menu_2_have_sub.png) no-repeat 95% 50%;
  }

  .nav .sub_menu_2 > .item.have_sub.mobile_active > .link {
    background: #FEFEFE url(../images/sub_menu_2_have_sub_close.png) no-repeat 95% 50%;
    color: #35302E;
  }

  .nav .sub_menu_2 .fig {
    display: none;
  }

  .nav .sub_menu_2 .text {
    width: auto;
  }

  .nav .sub_list_in {
    display: none;
  }

  .nav .sub_menu_2 .mobile_active .sub_list_in {
    background: #E5E5E5;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    display: block;
  }

  .nav .sub_menu_2 > .mobile_active.no_sub .sub_list_in {
    display: block;
  }

  .nav .sub_list_in > .item {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    color: #628E07;
    text-transform: uppercase;
  }

  .nav .sub_list_in > .item > .link {
    border-bottom: 0.1rem solid #C5C5C5;
    display: flex;
    align-items: center;
    height: 5.6rem;
    padding: 0 4.0rem 0 0.9rem;
    color: #628E07;
  }

  .nav .sub_list_in > .item:last-child > .link {
    border: none;
  }

  .nav .sub_list_in_2 {
    border-bottom: 0.1rem solid #C5C5C5;
    margin: 1.0rem 0 0 0;
    padding: 0 0 1.0rem 1.9rem;
  }

  .nav .sub_list_in_2 .item {
    margin: 0;
    color: #628E07;
    text-transform: none;
  }

  .nav .sub_list_in_2 .link {
    color: #628E07;
  }

  .carousel_6 {
    margin: -9.0rem 0 0;
  }

  .carousel_6 .fig {
    display: none;
  }

  .carousel_6 .fig_mobile {
    display: block;
    width: 100%;
    height: 60.7rem;
    position: relative;
    overflow: hidden;
  }

  .carousel_6 .fig_mobile:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -32.71%, rgba(0, 0, 0, 0.8) 4.76%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }

  .carousel_6 .in {
    min-width: auto;
    max-width: none;
    width: calc(100% - 1.8rem);
    margin: 0 0.9rem;
  }

  .carousel_6 .title {
    margin: 0 0 1.9rem;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1.3;
  }

  .carousel_6 .title_2 {
    float: none;
    display: block;
    padding: 1.4rem 0 0;
    font-size: 3.1rem;
    font-weight: normal;
  }

  .social_network_header {
    background: #F2F2F2;
    border: 0.1rem solid #CED2D8;
    border-right: none;
    width: 40%;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;

  }

  body:has(.header_search.active) .social_network_header {
    display: flex;
  }

  .social_network_header .item {
    width: 50%;
    margin: 0;
  }

  .social_network_header .item:first-child {
    order: 2;
  }

  .social_network_header .item:nth-child(2) {
    order: 1;
  }

  .social_network_header .item:nth-child(3) {
    display: none;
  }

  .social_network_header .fig {
    display: none;
  }

  .social_network_header .fig_mobile {
    display: block;
    width: 100%;
    height: 7.2rem;
    position: relative;
    overflow: hidden;
  }

  .feedback_bubble_1 {
    background: #F2F2F2;
    border-top: 0.1rem solid #CED2D8;
    border-bottom: 0.1rem solid #CED2D8;
    display: flex;
    flex-direction: row;
    width: 20%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 40%;
  }

  .feedback_bubble_1 .item {
    width: 100%;
    height: 7.2rem;
    margin: 0;
    right: 0;
  }

  

  .feedback_bubble_1 .link {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 7.2rem;
    right: 0;
  }

  .feedback_bubble_1 .item:hover .link {
    background: none;
  }

  .feedback_bubble_1 .fig {
    display: none;
  }

  .feedback_bubble_1 .item:hover .text {
    display: none;
  }

  .feedback_bubble_1 .fig_mobile {
    display: block;
    width: 100%;
    height: 7.2rem;
    position: relative;
    overflow: hidden;
  }






  .feedback_bubble_2 {
    background: #F2F2F2;
    border-top: 0.1rem solid #CED2D8;
    border-bottom: 0.1rem solid #CED2D8;
    display: flex;
    flex-direction: row;
    width: 20%;
    top: auto;
    bottom: 0;
    right: auto;
    left: 60%;
  }

  .feedback_bubble_2 .item {
    width: 100%;
    height: 7.2rem;
    margin: 0;
    right: 0;
  }
  .feedback_bubble_2 .link {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 7.2rem;
    right: 0;
  }

  .feedback_bubble_2 .item:hover .link {
    background: none;
  }

  .feedback_bubble_2 .fig {
    display: none;
  }

  .feedback_bubble_2 .item:hover .text {
    display: none;
  }

  .feedback_bubble_2 .fig_mobile {
    display: block;
    width: 100%;
    height: 7.2rem;
    position: relative;
    overflow: hidden;
  }
  .feedback_bubble_3 {
    display: none;
  }

  .basket_mobile {
    background: #F2F2F2;
    border: 0.1rem solid #CED2D8;
    border-left: none;
    display: block;
    width: 20%;
    height: 7.2rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
  }

  .basket_mobile .link {
    background: url(../images/basket_mobile_grey.svg) no-repeat 50% 50%;
    display: block;
    width: 100%;
    height: 7.2rem;
  }

  .basket_mobile.active .link {
    background: url(../images/basket_mobile.svg) no-repeat 50% 50%;
  }

  .basket_mobile .number {
    background: #FEFEFE;
    border: 0.1rem solid #CED2D8;
    border-radius: 50%;
    height: 1.5rem;
    padding: 0 0.2rem;
    position: absolute;
    top: 1.5rem;
    right: 20%;
    font-size: 1.0rem;
    font-weight: 600;
    color: #628E07;
  }

  .h1 {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }

  .h2 {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }

  .h3 {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }


  .main_page .content {
    padding: 0 0.9rem;
  }

  .content {
    padding: 2.0rem 0.9rem 0;
  }

  .catalog_block {
    padding: 2.2rem 0 3.5rem;
  }

  .catalog_block::before {
    display: none;
  }

  .main_page .catalog_list {
    margin: 0 0 0 -0.9rem;
  }

  .catalog_list {
    margin: 0 0 1.7rem -0.9rem;
  }

  .catalog_list > .item {
    width: calc(50% - 0.9rem);
    margin: 0 0 1.1rem 0.9rem;
    position: relative;
    line-height: 1.2;
  }

  .catalog_list > .item:first-child {
    width: calc(100% - 0.9rem);
  }

  .catalog_list > .item:nth-child(2) {
    width: calc(50% - 0.9rem);
  }

  .catalog_list > .item > .link {
    border: 0.2rem solid rgba(43, 42, 41, 0.2);
    height: 21.3rem;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .catalog_list > .item:first-child > .link {
    /*height: 21.3rem;*/
    height: 37.3rem;
  }

  .catalog_list > .item:nth-child(2) > .link {
    height: 21.3rem;
  }

  .catalog_list .fig {
    height: 12.9rem;
  }

  .catalog_list > .item:first-child .fig {
    height: 29.4rem;
  }

  .catalog_list > .item:nth-child(2) .fig {
    height: 12.9rem;
  }

  .catalog_list .text {
    background: none;
    height: 4.9rem;
    padding: 1.0rem 0 0 0;
    position: absolute;
    right: 1.1rem;
    bottom: 1.0rem;
    left: 1.1rem;
  }

  .catalog_list > .item:first-child > .link:before {
    display: none;
  }

  .catalog_list > .item:nth-child(2) > .link::before {
    display: none;
  }

  .catalog_list > .item:hover .sub {
    display: none;
  }

  .about_block {
    padding: 3.6rem 0 1.9rem;
    position: relative;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.3;
  }

  .about_block .bg {
    background: url(../images/about_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .about_block .bg .img {
    display: none;
  }

  .about_block p {
    margin: 0;
  }

  .about_block .h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }

  .about_block .mobile_no {
    display: none;
  }

  .about_block .fig_block {
    display: block;
    margin: 0 0 0.8rem;
  }

  .about_block .fig_block .fig_in {
    width: 29.3rem;
    height: 22.9rem;
    margin: 0 auto;
  }

  @keyframes play {
    100% {
      top: -5510px;
    }
  }

  .about_block .text {
    display: none;
  }

  .about_block .info_text {
    display: none;
  }

  .about_block .more {
    background: url(../images/about_block_more.svg) no-repeat 90% 50%;
    border: 0.1rem solid #8AC80A;
    display: inline-block;
    width: auto;
    height: 3.5rem;
    padding: 0 3.3rem 0 1.2rem;
    font-size: 1.8rem;
    font-weight: normal;
    color: #8AC80A;
    text-decoration: none;
    text-align: left;
    line-height: 3.5rem;
  }

  .main_page .new_block {
    background: #DCDADA;
    margin: 0 -0.9rem;
    padding: 3.0rem 0.9rem 1.3rem;
  }

  .new_block {
    background: #DCDADA;
    height: auto;
    margin: 0 -0.9rem;
    padding: 3.0rem 0.9rem 1.3rem;
  }

  .main_page .new_block:before {
    display: none;
  }

  .new_block::before {
    display: none;
  }

  .opisanie_list_1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 1.8rem -2.1rem;
  }

  .opisanie_list_1 .item {
    width: calc(50% - 2.1rem);
    margin: 0 0 1.8rem 2.1rem;
    font-size: 2.0rem;
    font-weight: bold;
  }

  .opisanie_list_1 .item:first-child {
    order: 2;
  }

  .opisanie_list_1 .item:nth-child(2) {
    order: 3;
  }

  .opisanie_list_1 .item:nth-child(3) {
    width: calc(100% - 2.1rem);
    order: 1;
  }

  .opisanie_list_1 .link {
    background: #FEFEFE;
    border: 0.1rem solid #EBE4E4;
    display: block;
    height: 4.3rem;
    color: #1C271C;
    line-height: 4.3rem;
  }

  .opisanie_list_1 .active {
    color: #599F0C;
  }

  .opisanie_list_1 .mobile_no {
    display: none;
  }

  .carousel_4 {
    margin: 0 -1.0rem 3.6rem;
    padding: 0;
  }

  .carousel_4 .splide__arrows {
    display: none;
  }

  .carousel_4 .splide__slide {
    padding: 0 1.0rem;
  }

  .carousel_4 .mark_list {
    top: 0.6rem;
    left: 0.7rem;
  }

  .carousel_4 .mark_list .item {
    padding: 0 0.2rem;
    font-weight: 600;
    text-align: center;

  }

  .carousel_4 .box {
    line-height: 1.4;
  }

  .carousel_4 .fig {
    height: 18.2rem;
    margin: 0 -0.3rem 1.0rem;

  }

  .carousel_4 .fig::before {
    background-size: 15.9rem 11.3rem;
    width: 15.9rem;
    height: 11.3rem;
    margin: -5.6rem 0 0 -8.0rem;
  }

  .carousel_4 .title {
    height: 11.7rem;
    margin: 0 0 8.0rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .carousel_4 .number {
    display: none;
  }

  .carousel_4 .bottom_block {
    padding: 0;
  }

  .carousel_4 .price_block {
    width: 100%;
    position: absolute;
    top: 31.6rem;
    right: 0;
    left: 0;
  }

  .carousel_4 .old_price {
    margin: 0 0 1.0rem;
  }

  .carousel_4 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    /*border-right: 0.1rem solid #DFE6EF;*/
    width: calc(100% - 0.6rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .carousel_4 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    /*border-right: 0.1rem solid #DFE6EF;*/
    width: calc(100% - 0.6rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  /*.carousel_4 .buy_click {
		display: block;
		width: 50%;
	}*/
  .carousel_4 .btn_block {
    width: 100%;
  }

  .carousel_4 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 1.8rem);
    height: 3.8rem;
    padding: 5.6rem 0.9rem 0;
    font-size: 1.3rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .carousel_4 .box {
    padding: 0 0.3rem 1.0rem;
  }

  .showrooms_block {
    padding: 2.7rem 0 1.9rem;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
  }

  .showrooms_block .bg {
    background: url(../images/showrooms_block_mobile.jpg) no-repeat;
    background-size: 100% 16.2rem;
    height: 16.2rem;
    padding: 0;
  }

  .showrooms_block .bg .img {
    display: none;


  }

  .showrooms_block .h2 {
    display: block;
    padding: 0 0 0.6rem;
    margin: 0 6.0rem 2.1rem 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .showrooms_block .h2:after {
    content: "";
    border-top: 0.1rem solid #C8CBD2;
  }

  .showrooms_block .h2:before {
    content: "";
    border-top: 0.1rem solid #8AC80A;
  }

  .showrooms_block .title {
    padding: 0;
    height: 5.9rem;
    margin: 0 6.0rem 2.0rem 0;
    font-size: 1.5rem;
    font-weight: 500;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    line-height: 1.3;
  }

  .showrooms_block .in::before {
    display: none;
  }

  .carousel_5 {
    margin: 0 -0.9rem 2.0rem;
  }

  .carousel_5 .splide__pagination {
    bottom: 0.7rem;
  }

  .how_order_block {
    padding: 2.6rem 0 2.0rem;
  }

  .how_order_block .bg {
    background: url(../images/how_order_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .how_order_block .bg .img {
    display: none;
  }

  .how_order_block .h3 {
    display: block;
    margin: 0 0 3.7rem;
    padding: 0 0 0.5rem;
  }

  .how_order_block .h3::before {
    content: "";
    border-top: 0.1rem solid #8AC80A;
  }

  .how_order_block .h3::after {
    content: "";
    border-top: 0.1rem solid #757B7B;
  }

  .how_order_list {
    display: block;
    margin: 0;
  }

  .how_order_list > .item {
    width: calc(100% - 2.6rem);
    margin: 0 0 2.8rem;
    padding: 0.8rem 0.8rem 0;
    font-size: 1.6rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .how_order_list > .item:nth-child(3) {
    width: calc(100% - 2.6rem);
    margin: 0 0 2.8rem;
    font-size: 1.6rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .how_order_list > .btn_item {
    width: 100%;
    padding: 0;
  }

  .how_order_list .top_block {
    background: url(../images/how_order_list_top_block.svg) no-repeat 99% 50%;
    width: calc(100% - 2.0rem);
    margin: 0 0 1.8rem;
    padding: 0 2.0rem 0 0;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .how_order_list.active .top_block {
    background: url(../images/how_order_list_top_block_active.svg) no-repeat 99% 50%;
  }

  .how_order_list > .btn_item .top_block {
    background: none;
  }

  .how_order_list.active > .btn_item .top_block {
    background: none;
  }

  .how_order_list .sub {
    display: none;
  }

  .how_order_list .number {
    width: 3.9rem;
    height: 3.8rem;
    margin: 0 1.9rem 0 0;
    font-size: 1.8rem;
    line-height: 3.8rem;
  }

  .how_order_list .title {
    width: calc(100% - 5.8rem);
    font-size: 1.6rem;
    line-height: 1.3;

  }

  .how_order_list .in {
    width: 100%;
    flex-wrap: wrap;
  }

  .how_order_list .in:nth-child(2) {
    display: none;
  }

  .how_order_list .phone_how_order_big {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 500;
  }

  .how_order_list .phone_how_order_big .link {
    background: url(../images/how_order_block_phone.svg) no-repeat 0 0.5rem;
  }

  .how_order_list .green_text {
    border-left: none;
    width: auto;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #599F0C;
  }

  .how_order_list .contacts_block_how_order .item {
    display: block;
    width: 100%;
    margin: 0 0 1.8rem;
  }

  .how_order_list .contacts_block_how_order .item:first-child {
    display: block;
  }

  .how_order_list .phone_how_order {
    width: auto;
    margin: 0 0 0.4rem;
  }

  .how_order_list .phone_how_order .link:hover {
    color: #599F0C;
    transform: none;
  }

  .how_order_list .address_how_order {
    background: url(../images/how_order_block_address.svg) no-repeat 0 0.1rem;
    padding: 0 0 0 2.4rem;
    font-size: 1.5rem;
  }

  .how_order_list > .btn_item > .link {
    height: 6.4rem;
    padding: 0 0.8rem;
  }

  .how_order_list > .btn_item > .link:hover {
    background: #fff;
    color: #1C271C;
    transform: none;
  }

  .how_order_list > .btn_item > .link:hover .number {
    background: #599F0C;
    color: #F3F3F3;
  }

  .advantages_block {
    margin: 0;
    padding: 0;
  }

  .advantages_block::before {
    display: none;
  }

  .advantages_block .in {
    background: none;
    padding: 4.6rem 0;
  }

  .advantages_block .h3 {
    margin: 0 0 3.0rem;
    padding: 0 0 0.6rem;
    font-weight: 500;
  }

  .advantages_block .h3::after {
    content: "";
    border-top: 0.1rem solid #ABAEB5;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .advantages_block .h3::before {
    content: "";
    border-top: 0.1rem solid #6F9B0A;
    width: 40%;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .stock_block {
    margin: 0 0 1.0rem;
  }

  .stock_block .h3 {
    font-weight: 500;
  }

  .stock_list {
    display: block;
    margin: 0;
    padding: 0 0 0 0.5rem;
  }

  .stock_list .item {
    width: 100%;
    margin: 0 0 3.5rem;
    font-size: 1.6rem;
    line-height: 1.2;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .stock_list .text {
    border-radius: 0;
    display: inline-block;
    padding: 0.6rem 7.0rem 1.5rem;
    position: absolute;
    top: auto;
    left: 0;
    transform: none;
    z-index: 3;
    bottom: 0;
    right: 0;
  }

  .stock_list .title {
    font-size: 2.0rem;
  }

  .stock_list .number {
    font-size: 3.2rem;
  }

  .stock_list .numerec {
    font-size: 4.8rem;
  }

  .stock_list .item:nth-child(3) .title_green {
    font-size: 3.2rem;
  }

  .stock_list .item:nth-child(3) .title {
    font-size: 1.6rem;
    text-align: center;
    font-weight: 500;
  }

  .stock_list .item:nth-child(3) {
    font-size: 2.0rem;
    font-weight: normal;
  }

  .stock_list .fig {
    padding: 0 0 73%;
  }

  .stock_list .item:nth-child(3) .fig {
    padding: 0 0 73%;
  }

  .stock_list .title_green {
    justify-content: flex-end;
  }

  .stock_list .item:nth-child(2) .title_green {
    font-size: 2.0rem;
    justify-content: flex-start;
  }

  .stock_list .item:nth-child(2) {
    font-size: 1.6rem;
  }

  .stock_list .item:nth-child(3) {
    width: 100%;
  }

  .stock_list .item:nth-child(3) .text {
    width: auto;
    padding: 3.6rem 6.8rem;
    text-align: center;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }

  .stock_list .item:nth-child(4) .text {
    width: auto;
    padding: 2.2rem 7.0rem;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
  }

  .stock_list .item:nth-child(3) p {
    text-align: center;
  }

  .stock_list .item:nth-child(4) .title_green {
    justify-content: flex-start;
  }

  .stock_list .item:nth-child(5) .title_green {
    font-size: 2.0rem;
    justify-content: flex-start;
  }

  .stock_list .item:nth-child(5) {
    font-size: 2.0rem;
  }

  .stock_list .price {
    font-size: 1.6rem;
  }

  .stock_list .fig::before {
    width: auto;
    left: 3.0rem;
    right: 3.0rem;
  }

  .stock_list .sale {
    z-index: 4;
  }

  .stock_list .sale_green {
    z-index: 4;
  }

  .stock_block .h3::after {
    border-top: 0.1rem solid #ABAEB5;
  }

  .stock_block .h3::before {
    border-top: 0.1rem solid #599F0C;
  }

  .carousel_7 {
    margin: 0 0 0 -9.8rem;
    padding: 0;
  }

  .carousel_7 .splide__arrows {
    display: none;
  }

  .carousel_7 .splide__track {
    overflow: visible;
  }

  .carousel_7:not(.is-moved) .box {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .carousel_7:not(.is-moved) .is-next .box {
    transition-delay: unset;
  }

  .carousel_7 .splide__slide {
    width: 27.6rem !important;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .carousel_7 .fig {
    height: 39.5rem;
    padding: 0;
  }

  .objects_block {
    margin: 0 0 4.6rem;
    padding: 2.2rem 0 0.5rem;
    position: relative;
  }

  .objects_block .bg {
    background: url(../images/objects_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;

  }

  .objects_block .bg .img {
    display: none;

  }

  .objects_block .h3 {
    margin: 0 0 4.6rem;
    padding: 0 0 0.9rem;
  }

  .objects_block .h3 br {
    display: none;
  }

  .objects_block .h3::before {
    content: "";
    border-top: 0.1rem solid #fff;
    width: 40%;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .objects_block .h3::after {
    content: "";
    border-top: 0.1rem solid #8AC80A;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
  }

  .objects_list .item {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    font-size: 1.5rem;
    -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  opacity: 1;
  visibility: visible;
  }

  .objects_list .item:first-child {
    width: auto;
    top: 0;
  }
.objects_list .item:nth-child(2n) {
   -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
  .objects_list .item:nth-child(2) {
    left: 0;
     -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  }

  .objects_list .item:nth-child(3) {
    left: 0;
    right: 0;
     -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
  }

  .objects_list .item:nth-child(4) {
    width: 100%;
    right: 0;
    bottom: 0;
  }


  .objects_list .fig {
    padding: 0 0 121%;
  }

  .objects_list .item:first-child .fig {
    padding: 0 0 121%;
  }

  .objects_list .item:nth-child(4) .fig {
    padding: 0 0 121%;
  }

  .objects_list .item:nth-child(4) .text {
    display: block;
    padding: 1.8rem 6.6rem 1.5rem 2.0rem;
  }

  .objects_list .item:nth-child(4) .title {
    width: auto;
    margin: 0 0 0.4rem;
    font-weight: 500;
  }

  .objects_list .item:nth-child(4) p {
    width: auto;
    font-weight: 500;
  }

  .objects_list .item:nth-child(4) .arrow {
    position: absolute;
    bottom: 1.9rem;
    right: 1.8rem;
  }

  .objects_list .title {
    margin: 0 0 0.4rem;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .objects_list .arrow {
    width: 3.4rem;
    height: 3.8rem;
    bottom: 1.3rem;
    right: 1.2rem;

  }

  .objects_block .all {
    margin: 0;

  }

  .carousel_15 {
    margin: 0 0 5.4rem;
  }

  .carousel_15 .splide__arrows {
    display: none;
  }

  .carousel_15 .splide__track {
    overflow: hidden;
  }

  .carousel_15 .splide__list {
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }

  .carousel_15 .splide__slide {
    margin: 0;
  }
  

  .carousel_15 .splide__pagination {
    display: none;
  }

  .news_block {
    margin: 0 0 4.6rem;
  }

  .news_block .h3 {
    display: inline-block;
    margin: 0 0 3.6rem;
    padding: 0 9.5rem 1.1rem 0;
    font-weight: 500;
  }

  .news_block .h3::before {
    border-top: 0.1rem solid #ABAEB5;
  }

  .news_block .h3::after {
    border-top: 0.1rem solid #599F0C;
  }

  .carousel_8 {
    margin: 0 0 0 -1.8rem;
    padding: 0 0 3.5rem;
  }

  .carousel_8 .splide__arrows {
    display: none;
  }

  .carousel_8 .splide__track {
    overflow: visible;
    padding: 0;
  }

  .carousel_8 .splide__slide {
    position: relative;
    padding: 0 1.8rem;
    width: 240px !important;
  }

  .carousel_8 .box {
    line-height: 1.2;
  }

  .carousel_8 .link {
    padding: 0 1.3rem 2.2rem;
    line-height: 1.2;
  }

  .carousel_8 .splide__slide:hover .box {
    transform: none;
  }

  .carousel_8 .text {
    height: 16.8rem;
  }

  .carousel_8 .title {
    right: 1.6rem;
    left: 1.6rem;
    font-size: 1.6rem;
  }

  .carousel_8 .fig {
    width: calc(100% + 2.6rem);
    margin: 0 -1.3rem 2.3rem;
    padding: 0 0 146%;
  }

  body {
    font-size: 1.5rem;
  }

  .partners_block {
    margin: 0 0 4.6rem;
    padding: 3.5rem 0 3.2rem;
  }

  .partners_block .bg {
    background: url(../images/partners_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .partners_block .bg .img {
    display: none;
  }

  .partners_block .h3 {
    margin: 0 0 1.7rem;
    padding: 0 0 1.1rem;
    font-weight: 500;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .partners_block .h3::before {
    content: "";
    border-top: 0.1rem solid #CED2D8;
    width: 45%;
    top: auto;
    left: 0;
    bottom: 0;
  }

  .partners_block .h3::after {
    content: "";
    border-top: 0.1rem solid #8AC80A;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
  }

  .partners_block .h3 br {
    display: none;
  }

  .partners_block .title {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;

  }

  .carousel_9 {
    margin: 0 -1.8rem;
    padding: 0;
  }

  .carousel_9 .splide__arrows {
    display: none;
  }

  .carousel_9 .splide__slide {
    padding: 0 1.8rem;
  }

  .certificates_block {
    margin: 0 0 4.6rem;
  }

  .certificates_block .h3 {
    margin: 0 0 3.4rem;
  }

  .carousel_10 {
    margin: 0 -0.6rem;
    padding: 0;
  }

  .carousel_10 .splide__arrows {
    display: none;
  }

  .carousel_10 .splide__track {
    padding: 0;
  }

  .carousel_10 .splide__slide {
    padding: 0 0.6rem;
  }

  .carousel_10 .box {
    font-size: 1.6rem;
  }

  .carousel_10 .splide__slide:hover .fig {
    transform: none;
  }

  .send_request_block {
    height: auto;
    padding: 2.7rem 0 0;
  }

  .send_request_block .bg {
    background: url(../images/send_request_block_mobile.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .send_request_block .bg .img {
    display: none;
  }

  .send_request_block .box {
    background: none;
    backdrop-filter: none;
    border: none;
    padding: 0;
  }

  .send_request_block .h3 {
    margin: 0 0 1.8rem;
    font-size: 3.2rem;
  }

  .send_request_block .text {
    margin: 0 0 2.4rem;
    font-size: 1.5rem;
    text-align: left;
  }

  .send_request_block form {
    display: block;
    margin: 0;
  }

  .send_request_block .in {
    width: 100%;
    margin: 0 0 2.6rem;
  }

  .label {
    width: 10.4rem;
    padding: 0 0 0 1.0rem;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .c-70 {
    width: calc(100% - 11.5rem);
  }

  .select-css {
    width: calc(100% - 11.5rem);
    max-width: calc(100% - 11.5rem);
  }

  .send_request_block .in_2 {
    flex-direction: column;
    align-items: center;
  }

  .send_request_block .in_2 .in {
    margin: 0 0 3.0rem;
  }

  .captcha {
    margin: 0;
    width: 22.9rem;
    padding-left: 9.9rem;
  }

  .captcha .fig {
    width: 9.7rem;
  }

  .button {
    width: 22.9rem;
  }

  .map_block {
    height: auto;
    padding: 0;
  }

  .map_block .text {
    height: auto;
    padding: 3.5rem 0 0 2.7rem;
  }

  .map_block .text:after {
    display: none;
  }

  .map_block > div > .fig {
    display: none;
  }

  .map_list {
    margin: 0 -0.9rem 0 -3.6rem;
  }

  .map_list .item {
    padding: 1.8rem 2.2rem 0.4rem 2.7rem;
  }

  .catalog_list_2 {
    margin: 0 0 0 -2.0rem;
  }

  .cookie {
    z-index: 101;
  }

  .cookie .box {
    min-width: auto;
    max-width: none;
    flex-direction: column;
    text-align: center;
  }

  .cookie .text {
    width: auto;
    margin: 0 0 2.0rem;
  }

  .footer {
    min-width: auto;
    max-width: none;
    height: auto;
    position: relative;
  }

  .top_footer {
    border-bottom: 0.1rem solid #214956;
    height: auto;
    margin: 0;
    padding: 2.0rem 0.9rem 0;
    flex-direction: column;
  }

  .logo_footer {
    margin: 0 0 1.7rem;
  }

  .slogan_footer {
    margin: 0 0 2.5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;

  }

  .social_network_contacts_footer {
    margin: 0 0 3.2rem;
  }

  .social_network_contacts_footer .fig {
    width: 5.1rem;
    height: 3.3rem;
  }

  .social_network_contacts_footer .fig .img {
    width: 100%;
    height: 100%;
  }

  .center_footer {
    height: auto;
    margin: 0 -0.9rem;
    padding: 0 0.9rem;
    flex-direction: column;
  }

  .catalog_footer {
    border-top: 0.1rem solid #4E4E4E;
    width: auto;
  }

  .catalog_footer .title {
    border-bottom: 0.1rem solid #4E4E4E;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .catalog_footer .title .link {
    background: #2B2A29 url(../images/catalog_footer_title.svg) no-repeat 95% 50%;
    display: block;
    padding: 0 2.3rem;
    height: 5.3rem;
    font-size: 1.6rem;
    color: #FEFEFE;
    line-height: 5.3rem;
    text-decoration: none;
  }

  .catalog_footer.active .title .link {
    background: #2B2A29 url(../images/catalog_footer_title_active.svg) no-repeat 95% 50%;
  }

  .catalog_list_footer {
    display: none;


  }

  .catalog_list_footer {
    margin: 0;
    column-count: auto;
  }

  .catalog_list_footer .item {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
  }

  .catalog_list_footer .link {
    background: #3F3F3F;
    border-top: 0.1rem solid #4C5259;
    border-bottom: 0.1rem solid #4C5259;
    display: block;
    padding: 0 2.3rem;
    height: 4.5rem;
    color: #fff;
    line-height: 4.5rem;
  }

  .buyer_footer {
    border-top: 0.1rem solid #4E4E4E;
    width: auto;
  }

  .buyer_footer .title {
    border-bottom: 0.1rem solid #4E4E4E;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .buyer_footer .title .link {
    background: #2B2A29 url(../images/catalog_footer_title.svg) no-repeat 95% 50%;
    display: block;
    padding: 0 2.3rem;
    height: 5.3rem;
    font-size: 1.6rem;
    color: #FEFEFE;
    line-height: 5.3rem;
    text-decoration: none;
  }

  .buyer_footer.active .title .link {
    background: #2B2A29 url(../images/catalog_footer_title_active.svg) no-repeat 95% 50%;
  }

  .buyer_list_footer {
    display: none;
    margin: 0;
    column-count: auto;


  }

  .buyer_list_footer .item {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
  }

  .buyer_list_footer .link {
    background: #3F3F3F;
    border-top: 0.1rem solid #4C5259;
    border-bottom: 0.1rem solid #4C5259;
    display: block;
    padding: 0 2.3rem;
    height: 4.5rem;
    color: #fff;
    line-height: 4.5rem;
  }

  .nav_footer {
    width: auto;
  }

  .nav_footer_list {
    column-count: auto;
  }

  .nav_footer .item {
    margin: 0;
  }

  .nav_footer .link {
    border-top: 0.1rem solid #4E4E4E;
    border-bottom: 0.1rem solid #4E4E4E;
    display: block;
    padding: 0 2.3rem;
    height: 5.3rem;
    color: #FEFEFE;
    line-height: 5.3rem;
  }

  .contacts_footer {
    height: auto;
    padding: 3.0rem 2.3rem 2.7rem;
    flex-direction: column;
  }

  .phone_contacts_footer {
    width: auto;
    margin: 0 0 0.8rem;
    order: 1;
  }

  .time_contacts_footer {
    margin: 0 0 2.1rem;
    order: 2;
  }

  .mail_contacts_footer {
    width: auto;
    margin: 0 0 2.1rem;
    order: 3;
  }

  .address_contacts_footer {
    width: auto;
    order: 4;
  }

  .footer .bottom_block {
    flex-direction: column;
    height: auto;
    padding: 1.6rem 2.3rem 9.5rem;
    position: relative;
  }

  .info_footer {
    width: auto;
    margin: 0 0 2.8rem;
    font-size: 1.3rem;
    order: 1;
  }

  .company_footer {
    margin: 0 0 2.8rem;
    font-size: 1.3rem;
    order: 2;
  }

  .politics_privacies {
    font-size: 1.6rem;
    order: 3;
  }

  .to-top {
    bottom: 8.0rem;
  }

  .modal_box_form .modal__content {
    width: auto;
    padding: 9.2rem 1.0rem 5.1rem;
  }

  .modal__content .h3 {
    font-size: 2.4rem;
  }

  .modal_box_form .modal__content .in_2 {
    align-items: center;
    margin: 0 0 3.2rem;
    flex-direction: column;
  }

  .modal_box_form .captcha_block {
    margin: 0 0 2.0rem;
  }

  .modal_box_form .captcha {
    margin: 0;

  }

  .box_thanks .modal__content {
    width: auto;
    padding: 6.2rem 1.7rem 4.8rem;
  }

  .box_thanks .modal__content .h3 {
    font-size: 2.4rem;
  }

  .box_thanks .modal__content .fig {
    margin: 0 auto 2.1rem;
  }

  .box_modal_objects .modal__content {
    width: 100%;
    flex-direction: column;
  }

  .box_modal_objects .modal__content .left_block {
    width: 100%;
    margin: 0;
  }

  .box_modal_objects .modal__content .modal_lightbox__title {
    margin: 0 4.3rem 3.5rem;
    font-size: 2.0rem;
    color: #8AC80A;
    width: calc(100% - 8.6rem);
    padding: 10px 0 0;
  }

  .box_modal_objects .modal__content .modal_lightbox__prev,
  .box_modal_objects .modal__content .modal_lightbox__next {
    background: #fff url(../images/box_modal_objects_modal_content_modal_lightbox_prev.svg) no-repeat 50% 50%;
  }

  .box_modal_objects .modal__content .modal_lightbox__next {
    background: #fff url(../images/box_modal_objects_modal_content_modal_lightbox_next.svg) no-repeat 50% 50%;
    left: auto;
    right: 0;
  }

  .box_modal_objects .modal__content .modal__close_btn {
    width: 4.1rem;
    height: 4.6rem;
    top: -5.6rem;
  }

  .carousel_13 .fig {
    width: 100%;
    height: 34.2rem;
  }

  .box_modal_objects .modal__content .right_block {
    width: auto;
    margin: 0;
  }

  .bg_block::before {
    display: none;
  }

  .catalog_list_2 > .item {
    width: calc(50% - 2.8rem);
    margin: 0 0 2.0rem 2.0rem;
    padding: 0 0.3rem 1.0rem;
    line-height: 1.4;
  }

  .catalog_list_2 .mark_list {
    top: 0.6rem;
    left: 0.7rem;
  }

  .catalog_list_2 .mark_list .item {
    padding: 0 0.2rem;
    font-weight: 600;
    text-align: center;

  }

  .catalog_list_2 .fig {
    height: 18.2rem;
    margin: 0 -0.3rem 1.0rem;

  }

  .catalog_list_2 .fig::before {
    background-size: 15.9rem 11.3rem;
    width: 15.9rem;
    height: 11.3rem;
    margin: -5.6rem 0 0 -8.0rem;
  }

  .catalog_list_2 .title {
    height: 11.7rem;
    margin: 0 0 8.0rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_2 .number {
    display: none;
  }

  .catalog_list_2 .bottom_block {
    padding: 0;
  }

  .catalog_list_2 .price_block {
    width: 100%;
    position: absolute;
    top: 31.6rem;
    right: 0;
    left: 0;
  }

  .catalog_list_2 .old_price {
    margin: 0 0 1.0rem;
  }
.catalog_list_2 .btn_block {
  width: 100%;
}
  .catalog_list_2 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: none;
    width: calc(100% - 0.6rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_2 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: none;
    width: calc(100% - 0.6rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_2 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_2 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 1.8rem);
    height: 3.8rem;
    padding: 5.6rem 0.9rem 0;
    font-size: 1.3rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }


  .catalog_list_3 {
    margin: 0 0 0 -2.0rem;
  }

  .catalog_list_3 > .item {
    width: calc(50% - 2.8rem);
    margin: 0 0 2.0rem 2.0rem;
    padding: 0 0.3rem 1.0rem;
    line-height: 1.4;
  }

  .catalog_list_3 .mark_list {
    top: 0.6rem;
    right: 0.7rem;
  }

  .catalog_list_3 .mark_list .item {
    padding: 0 0.2rem;
    font-weight: 600;
    text-align: center;

  }

  .catalog_list_3 .fig {
    width: calc(100% + 0.6rem);
    height: 18.2rem;
    margin: 0 -0.3rem 1.0rem;

  }

  .catalog_list_3 .fig::before {
    background-size: 15.9rem 11.3rem;
    width: 15.9rem;
    height: 11.3rem;
    margin: -5.6rem 0 0 -8.0rem;
  }

  .catalog_list_3 .title {
    height: 11.7rem;
    margin: 0 0 8.0rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_3 .number {
    display: none;
  }

  .catalog_list_3 .bottom_block {
    padding: 0;
  }

  .catalog_list_3 .price_block {
    width: 100%;
    position: absolute;
    top: 31.6rem;
    right: 0;
    left: 0;
  }

  .catalog_list_3 .old_price {
    /*margin: 0 0 1.0rem;*/
    margin: 0;
  }

  .catalog_list_3 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_3 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;

    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_3 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_3 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 1.8rem);
    height: 3.8rem;
    padding: 5.6rem 0.9rem 0;
    font-size: 1.3rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }


  .catalog_list_4 {
    margin: 0 0 0 -2.0rem;
  }

  .catalog_list_4 > .item {
    width: calc(50% - 2.8rem);
    margin: 0 0 2.0rem 2.0rem;
    padding: 0.3rem 0.3rem 1.0rem;
    line-height: 1.4;
  }

  .catalog_list_4 .mark_list {
    top: 0.6rem;
    right: 0.7rem;
  }

  .catalog_list_4 .mark_list .item {
    width: 6.1rem;
    padding: 0;
    font-weight: 600;
    text-align: center;

  }

  .catalog_list_4 .fig {
    margin: 0 0 1.0rem;

  }

  .catalog_list_4 .fig::before {
    background-size: 15.9rem 11.3rem;
    width: 15.9rem;
    height: 11.3rem;
    margin: -5.6rem 0 0 -8.0rem;
  }

  .catalog_list_4 .title {
    height: 11.7rem;
    margin: 0 0 8.0rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_4 .number {
    display: none;
  }

  .catalog_list_4 .bottom_block {
    padding: 0;
  }

  .catalog_list_4 .price_block {
    width: 100%;
    position: absolute;
    top: 25.0rem;
    right: 0;
    left: 0;
  }

  .catalog_list_4 .old_price {
    margin: 0 0 1.0rem;
  }

  .catalog_list_4 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: 0.1rem solid #DFE6EF;
    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_4 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: 0.1rem solid #DFE6EF;
    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_4 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_4 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 1.8rem);
    height: 3.8rem;
    padding: 5.6rem 0.9rem 0;
    font-size: 1.3rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .box_have_left .left_block {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .box_have_left .right_block {
    width: auto;
  }

  .box_have_left .left_block .title_mobile {
    border-bottom: 0.1rem solid #DFE4DA;
    display: block;
    margin: 0 0 2.1rem;
    padding: 0 0 1.8rem;
  }

  .box_have_left .left_block.active .title_mobile {
    border: none;
    padding: 0;
  }

  .box_have_left .left_block .title_mobile .link {
    background: #6F9B0A;

    display: block;
    width: 100%;
    height: 5.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #F3F3F3;
    text-align: center;
    line-height: 5.1rem;
    text-decoration: none;
  }

  .box_have_left .left_block.active .title_mobile .link {
    background: #6F9B0A url(../images/modal_close.svg) no-repeat 2.3rem 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button_reset {
    background: url(../images/button_reset_red.svg) no-repeat 1.5rem 50%;
    border: none;
    width: 5.1rem;
    height: 5.1rem;
    padding: 0;

    position: absolute;
    top: 0;
    right: 0;
  }

  .box_have_left .filitr_block .button_reset .text {
    display: none;
  }

  .box_have_left .filitr_block {
    display: none;
  }

  .filitr_block .button {
    width: calc(100% - 0.2rem);
  }

  .selector_block {
    flex-wrap: wrap;
  }

  .selector_block .c-50 {
    width: 100%;
    margin: 0 0 1.0rem;
  }

  .selector_block .c-20 {
    width: 49%;
  }

  .selector_block .select-css {
    padding: 0.9rem 1.5rem 1.1rem 0.8rem;
  }

  .bg_block_2 {
    margin: 0;
    padding: 0;
  }

  .bg_block_2::before {
    display: none;
  }

  .grey_block {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
  }

  .catalog_list_5 {
    margin: 0 0 1.7rem -0.9rem;
  }

  .catalog_list_5 > .item {
    border: 0.2rem solid rgba(43, 42, 41, 0.2);
    width: calc(50% - 4.1rem);
    margin: 0 0 1.1rem 0.9rem;
    position: relative;
    line-height: 1.2;
  }

  .catalog_list_5 > .item:hover {
    border: 0.2rem solid #8AC80A;
  }


  .catalog_list_5 .title {
    background: none;
    height: 4.8rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
  }

  .catalog_list_5 .fig::before {
    width: 16.2rem;
    height: 10.0rem;
    margin: -5.0rem 0 0 -8.1rem;
    background-size: 16.2rem 10.0rem;

  }

  .about_block_2 .h3 {
    font-weight: 500;
    color: #fff;
    font-size: 3.0rem;
  }

  .about_block_2 .title {
    margin: 0 0 2.4rem;
    font-size: 1.5rem;
    text-align: left;
  }

  /*.about_block_2::before {
    display: none;
  }*/
 .about_block_2 .bg {
    background: url(../images/showrooms_block_mobile.jpg) no-repeat;
    background-size: 100% 16.2rem;
    height: 16.2rem;
    padding: 0;
  }

 .about_block_2 .bg .img {
    display: none;


  }
  .about_block_2 .h3:after {
    border-top: 0.2rem solid #ABAEB5;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .about_block_2 .h3::before {
    content: "";
    border-top: 0.2rem solid #8AC80A;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: auto;
    left: 0;
    z-index: 2;
  }

  .about_block_2 .box {
    background: none;
    padding: 0;
  }

  .about_block_2 .fig {
    float: none;
    width: 30.2rem;
    height: 23.8rem;
    margin: 0 auto 2.0rem;
  }

  .how_choose_list {
    margin: 0 0 1.4rem;
    flex-direction: column;
  }

  .how_choose_list .item {
    width: 100%;
    margin: 0 0 3.4rem;
  }

  .how_choose_list .fig {
    width: 3.9rem;
    height: 3.9rem;
    margin: 0 1.2rem 0 0;
  }

  .buy_block {
    margin: 0 0 3.9rem;
    padding: 3.8rem 0 1.3rem;
  }

  .buy_block .title {
    float: none;
    width: auto;
    margin: 0 0 2.0rem;
    font-size: 1.8rem;
  }

  .buy_block .h3::before {
    display: none;
  }

  .buy_block .h3::after {
    display: none;
  }

  .buy_block .box {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .buy_block .address_block {
    width: 100%;
  }

  .buy_block .delivery_block {
    width: 100%;
    margin: 0;
  }

  .buy_block .delivery_block .item {
    font-size: 2.0rem;
  }

  .buy_block .delivery_block .fig {
    width: 10.8rem;
    height: 6.1rem;
  }

  .buy_block .address_block .item {
    background: url(../images/buy_block_address.svg) no-repeat 0 0.3rem;
    margin: 0 0 1.7rem;
    padding: 0 0 0 3.1rem;
    font-size: 2.0rem;
    background-size: 2.0rem 2.0rem;
  }

  .about_block_2 {
    margin: 0 0 2.0rem;
  }

  .bg_block_3 {
    margin: 0;
    padding: 0;
  }

  .bg_block_3:after {
    display: none;
  }

  .fig_block {
    margin: 0 0 3.5rem;
    flex-direction: column;
  }

  .fig_block .left_block {
    width: 100%;
    order: 2;
  }

  .fig_block .right_block {
    width: 100%;
    margin: 0;
    order: 1;
  }

  .carousel_11 {
    width: 100%;
  }


  .carousel_11 .splide__arrow--prev {
    left: 0.5rem;

  }

  .carousel_11 .splide__arrow--next {
    right: 0.5rem;
  }

  .carousel_11 .fig {
    height: 36.2rem;
  }

  .fig_block .btn_block {
    width: 100%;
    flex-direction: column;
  }

  .fig_block > .left_block > .btn_block > .number {
    width: calc(100% - 0.2rem);
    margin: 0 0 1.1rem;
  }

  .fig_block .left_block .btn_1 {
    background: #599F0C;
    display: flex;
    justify-content: center;
    width: calc(100% - 0.2rem);
    padding: 0;
  }
.fig_block .left_block .btn_1 .text{
  background: url(../images/fig_block_left_block_btn_1.png) no-repeat 0 50%;
  padding: 0 0 0 4.0rem;
}
  .fig_block .left_block .btn_2 {
     background: #599F0C;
    display: flex;
    justify-content: center;
    width: calc(100% - 0.2rem);
    padding: 0;
  }
.fig_block .left_block .btn_2 .text{
  background: url(../images/fig_block_left_block_btn_1.png) no-repeat 0 50%;
  padding: 0 0 0 4.0rem;
}
  .fig_block .left_block .btn_3 {
    background: #fff;
    display: flex;
    justify-content: center;
    width: calc(100% - 0.2rem);
    margin: 0 0 1.1rem;
    padding: 0;
  }
.fig_block .left_block .btn_3 .text{
  background: url(../images/fig_block_left_block_btn_3.svg) no-repeat 0 50%;
  padding: 0 0 0 4.0rem;
}
  .fig_block .left_block .btn_4 {
    background: #fff;
    display: flex;
    justify-content: center;
    width: calc(100% - 0.2rem);
    padding: 0;
  }
.fig_block .left_block .btn_4 .text{
  background: url(../images/fig_block_left_block_btn_4.svg) no-repeat 0 50%;
  padding: 0 0 0 4.0rem;
}
  .fig_block .btn_block_in {
    height: 5.1rem;
    margin: 0 0 1.1rem;
  }

  .info_block {
    background: none;
    display: block;
  }

  .info_block .in {
    width: 100%;
  }

  .may_need_block {
    width: 100%;
    margin: 0;
  }

  .info_block .opisanie_list_1 {
    margin: 0 0 1.8rem -1.0rem;
  }

  .info_block .opisanie_list_1 .item {
    width: calc(50% - 2.0rem);
    margin: 0 0 1.8rem 1.0rem;
    padding: 0 0 0 1.0rem;
    font-size: 1.5rem;
    font-weight: bold;
  }

  .info_block .opisanie_list_1 .link {
    background: none;
    border: none;
    line-height: 1.7rem;
    height: auto;
    text-align: center;
  }

  .info_block .box {
    background: none;
    border: none;
    padding: 0;
  }

  .may_need_list {
    padding: 3.3rem 1.8rem 2.4rem;
  }

  .may_need_list .link {
    display: block;
    text-align: center;
  }

  .may_need_list .fig {
    margin: 0 auto 2.0rem;
  }

  .may_need_list .text {
    width: 100%;
  }

  .bg_block_3 .bg_bottom {
    display: none;
  }

  .bg_block_3::before {
    display: none;
  }

  .objects_list_2 .item {
    flex-direction: column;
  }

  .objects_list_2 .fig {
    width: 100%;
    height: 0;
    padding: 0 0 51%;
  }

  .objects_list_2 .text {
    width: calc(100% - 4.8rem);
  }

  .objects_block_2 {
    min-height: auto;
  }

  .manufacturers_list {
    margin: 0 0 0 -2.3rem;
  }

  .manufacturers_list .item {
    width: calc(50% - 2.3rem);
    margin: 0 0 2.0rem 2.3rem;
  }

  .manufacturers_list .link {
    padding: 0 0 3.0rem;
  }

  .basket_content {
    margin: 0 0 2.0rem;
    flex-direction: column;
  }

  .basket_content .left_block {
    width: 100%;
  }

  .basket_content .result_basket {
    width: auto;
    height: auto;
    margin: 0;
    padding: 2.0rem 3.1rem;
    top: 0;
  }

  .basket_content .left_block .box {
    background: none;
    border: none;
    margin: 0;
    padding: 1.6rem 0 0;
  }

  .basket_content .title_basket {
    margin: 0 0 20px;
  }

  .form4 {
    margin: 0;
  }

  .basket_content .in_2 {
    display: block;
  }

  .basket_content .captcha_block {
    margin: 0 0 2.0rem;
  }

  .error_text {
    margin: 0 0 2.0rem;
  }

  .fig_left {
    float: none;
    width: 30.2rem;
    height: 21.3rem;
    margin: 0 auto 2.0rem;
  }

  .mb-80 {
    margin-bottom: 2.2rem !important;
  }

  .grey_bg_2 {
    min-height: auto;
    padding: 1.0rem 0 0;
  }

  .grey_bg_2 .h3 {
    margin: 0 0 3.2rem;
  }

  .pages {
    margin: 0 0 3.7rem -1.5rem;
  }

  .pages .item {
    margin: 0 0 0 1.5rem;
    font-size: 1.6rem;
  }

  .old_stock .stock_list {
    margin: 0;
  }

  .pages .prev {
    background: url(../images/pages_prev.svg) no-repeat 50% 50%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 2.0rem;
    height: 2.6rem;
  }

  .pages .link {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    min-width: auto;
    height: auto;
    padding: 0;
    line-height: 1.4;
  }

  .pages .dot {
    padding: 0.1rem 0 0;
  }

  .pages .item:hover .link,
  .pages .active {
    background: none;
    border-radius: 0;
    min-width: auto;
    height: auto;
    padding: 0;
    color: #599F0C;
    line-height: 1.4;
  }

  .pages .next {
    background: url(../images/pages_next.svg) no-repeat 50% 50%;
    box-shadow: none;
    border: none;
    border-radius: 0;
    width: 2.0rem;
    height: 2.6rem;
  }

  .akciea_block_left {
    float: none;
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .akciea_block_left .fig {
    width: 100%;
  }

  .time_block .promotion_period {
    background: #D9D9D9 url(../images/promotion_period.svg) no-repeat 0.5rem 50%;
    width: 7.3rem;
    padding: 0 0 0 6.7rem;
  }

  .time_block .date {
    width: 52%;
    padding: 0 1.1rem 0 1.0rem;
    font-size: 2.0rem;
  }

  .time_block {
    width: 100%;
  }

  .h4 {
    font-size: 2.0rem;
  }

  .grey_bg_3 {
    min-height: auto;
    margin: 0 0 2.0rem;
    padding: 2.0rem 0 0;
  }

  .grey_bg_3 .h3 {
    margin: 0 0 2.2rem;
  }

  .interested_promotions_block .h3 {
    margin: 0 0 2.7rem;
  }

  .carousel_12 {
    padding: 0;
  }

  .carousel_12 .splide__arrows {
    display: none;
  }

  .carousel_12 .splide__slide {
    padding: 0 1.1rem;
  }

  .carousel_12 .text {
    width: auto;
    right: 0;
  }

  .carousel_12 .fig {
    padding: 0 0 78%;
  }

  .carousel_12 .sale_green {
    z-index: 4;
  }

  .carousel_12 .sale {
    z-index: 4;
  }

  .carousel_12 .box {
    padding: 1.0rem 0 0;
  }

  .interested_promotions_block {
    margin: 0 0 5.2rem;
  }

  .objects_list_3 {
    margin: 0 0 2.2rem;
    padding: 0;
    flex-direction: column;
  }

  .objects_list_3 .item {
    width: 100%;
    margin: 0 0 1.4rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .objects_list_3 .item:nth-child(2n) {
    -webkit-transform: none;
    transform: none;
  }

  .objects_list_3 .item:first-child {
    width: 100%;
    position: relative;
  }

  .objects_list_3 .item:nth-child(2) {
    width: 100%;
    position: relative;
    left: 0;
  }

  .objects_list_3 .item:nth-child(3) {
    width: 100%;
    position: relative;
  }

  .objects_list_3 .item:nth-child(4) {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
  }

  .certificat_list {
    margin: 0 0 3.5rem -1.5rem;
  }

  .certificat_list .item {
    width: calc(50% - 1.5rem);
    margin: 0 0 1.4rem 1.5rem;
  }

  .advantages_block_grey {
    min-height: auto;
  }

  .article_list {
    margin: 0 0 0.8rem;
  }

  .article_list .item {
    width: calc(100% - 5.0rem);
    margin: 0 0 1.4rem;
    padding: 0 2.4rem 1.8rem;
  }

  .article_list .fig {
    margin: 0 -2.4rem 2.3rem;
    padding: 0 0 70%;
  }

  .article_list .title {
    height: auto;
    margin: 0 0 10px;
    color: #000;
  }

  .fig_left_2 {
    float: none;
    width: 302px;
    height: 21.1rem;
    margin: 0 auto 2.0rem;
  }

  .list_2 {
    margin: 0 0 2.1rem;
  }

  .list_2 .item {
    width: calc(100% - 5.0rem);
    margin: 0 0 1.0rem;
  }

  .gallerry_list {
    margin: 0 0 2.0rem -0.8rem;
    text-align: center;
  }

  .gallerry_list .item {
    width: calc(50% - 0.8rem);
    margin: 0 0 0.8rem 0.8rem;
  }

  .interested_promotions_block_grey {
    min-height: auto;
    padding: 2.2rem 0 0;
  }

  .interested_promotions_block_grey::before {
    display: none;
  }

  .carousel_14 {
    margin: 0 -2.2rem;
    padding: 0;
  }

  .carousel_14 .splide__arrows {
    display: none;
  }

  .carousel_14 .title {
    height: 9.6rem;
    margin: -12.5rem 0 3.7rem;
  }

  .news_list .item {
    display: block;
    margin: 0 0 2.0rem;
  }

  .news_list .fig {
    width: 100%;
    height: 0;
    margin: 0 0 2.0rem;
    padding: 0 0 62%;
  }

  .news_list .text {
    width: auto;
    padding: 0 1.6rem;
  }

  .news_list .text_in {
    height: auto;
  }

  .news_block_grey {
    min-height: auto;
    padding: 2.2rem 0 0;
  }

  .news_block_grey .h3 {
    margin: 0 0 2.7rem;
  }

  .news_block_grey .h3:after {
    display: none;
  }

  .news_block_grey .h3:before {
    display: none;
  }

  .contacts_block {
    padding: 4.0rem 0 1.0rem;
    flex-direction: column;
  }

  .contacts_block > .item {
    width: 100%;
    margin: 0 0 2.0rem;
    text-align: left;
  }

  .fig_404 {
    float: none;
    width: 100%;
    height: 0;
    margin: 2.7rem 0 0;
    padding: 0 0 51%;
  }

  .error_block .text {
    margin: 1.0rem 0 2.3rem;
    padding: 1.8rem 1.7rem 0.1rem;
    font-size: 1.8rem;
  }

  .error_block {
    background: url(../images/pic150.png) no-repeat 50% 97%;
    padding: 7.6rem 0 26.3rem;
  }

  .bg_block .big_text {
    font-size: 2.0rem;
  }

  .bg_block.have_pg {
    padding: 0 0 2.4rem;
    margin: 0;
  }

  .building_materials_block {
    margin: 0 0 2.6rem;
    padding: 2.2rem 0 1.3rem;
  }

  .building_materials_block .h4 {
    margin: 0 0 2.4rem;
  }

  .building_materials_list {
    margin: 0;
    flex-direction: column;
  }

  .building_materials_list .item {
    width: 100%;
    margin: 0 0 2.5rem;
    font-size: 1.6rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }

  .building_materials_list .item:nth-child(4), .building_materials_list .item:nth-child(5), .building_materials_list .item:nth-child(6) {
    -webkit-transform: none;
    transform: none;
  }

  .building_materials_list .fig {
    width: 12.0rem;
    height: 11.7rem;
    margin: 0 1.2rem 0 0;
  }

  .building_materials_list .text {
    width: calc(100% - 13.2rem);
  }

  .gallery_block .top_block {
    display: block;
    margin: 0 0 2.3rem;
  }

  .gallery_block .top_block .fig_top {
    width: 100%;
    height: 0;
    margin: 0 0 2.0rem;
    padding: 0 0 54%;
  }

  .gallery_block {
    margin: 0 0 3.8rem;
    padding: 0;
    font-size: 2.0rem;
  }

  .gallery_block .bg {
    display: none;
  }

  .gallery_block .top_block .text {
    width: 100%;
  }

  .gallery_block::before {
    display: none;
  }

  .gallery_block .bottom_block {
    display: block;
    font-size: 2.0rem;
  }

  .gallery_block .bottom_block .left_block {
    width: 100%;
    margin: 0 0 2.0rem;
  }

  .gallery_block .gallery_list {
    margin: 0 0 0.8rem -1.7rem;
  }

  .gallery_block .gallery_list .item {
    width: calc(50% - 1.7rem);
    margin: 0 0 1.7rem 1.7rem;
  }

  .gallery_block .bottom_block .right_block {
    width: 100%;
  }

  .map_block_2 {
    margin: 0 0 2.5rem;
    padding: 2.8rem 0 0;
  }

  .map_block_2_address_list {
    margin: 0 0 2.0rem;
  }

  .map_block_2_address_list .item {
    background: url(../images/map_block_2_address.svg) no-repeat 0 0.1rem;
    width: 100%;
    margin: 0 0 1.6rem;
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
  }

  .map_block_2::before {
    display: none;
  }

  .map_2 {
    width: 30.2rem;
    height: 14.7rem;
  }


  .map_2 .fig {
    display: none;
  }

  .map_2 .fig_mobile {
    display: block;
    width: 30.2rem;
    height: 14.3rem;
    position: relative;
    overflow: hidden;
  }

  .map_2 .fig_mobile .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .map_2 .dot {
    display: none;

  }

  .gallery_block_2_list {
    display: block;
    margin: 0;
  }

  .gallery_block_2_list .item {
    width: 100%;
    margin: 0 0 1.7rem;
    font-size: 2.0rem;
  }

  .gallery_block_2_list .item:nth-child(2n) {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .gallery_block_2 {
    margin: 0 0 1.4rem;
  }

  .header_search {
    width: 4.3rem;
    height: 4.3rem;
    position: absolute;
    top: 4.7rem;
    right: 0;
    z-index: 28;
  }

  .header_search .title {
    display: block;
  }

  .header_search > .title > .link {
    background: url(../images/header_search_zoom_mobile.svg) no-repeat 50% 50%;
    display: block;
    width: 4.3rem;
    height: 4.3rem;
    padding: 0;
  }

  .header_search.active > .title > .link {
    background: url(../images/content_search_delete.svg) no-repeat 50% 50%;
  }

  .header_search.active {
    z-index: 27;
  }

  .header_search .sub {
    background: rgba(23, 23, 23, 0.9);
    display: none;
    width: calc(100vw - 4.6rem);
    padding: 1.9rem 2.3rem 1.6rem;
    position: absolute;
    top: 4.6rem;
    right: 0;
  }

  .header_search.active .field {
    background: rgba(70, 70, 70, 0.4);
    width: 100%;
    padding: 0.9rem 4.7rem 1.0rem 1.1rem;
  }

  .header_search.active .delete {
    display: none;
  }

  .header_search .btn {
    top: 1.9rem;
    right: 2.3rem;
  }

  .carousel_5 .splide__pagination li {
    margin: 0 0.5rem;
  }

  .carousel_5 .splide__pagination .splide__pagination__page {
    width: 1.2rem;
    height: 1.2rem;
  }

  .carousel_5 .splide__pagination .splide__pagination__page::before {
    width: 0.4rem;
    height: 0.4rem;
    margin: -0.3rem 0 0 -0.3rem;
  }

  .modal_text {
    width: auto;
  }
.modal_box_form .modal_text {
  width: auto;
}
  .label_2 {
    width: 91%;
    font-size: 1.2rem;
  }
.modal_box_form .label_2 {
  width: 90%;
  text-align: left;
}
.modal_box_form .modal__content .label {
  padding: 0 0 0 0.7rem;
}
.modal_box_form .c-70 {
  width: calc(100% - 10.8rem);
}
.modal_box_form .field {
  padding: 1.2rem .9rem 1.2rem;
  font-size: 1.4rem;
}
.modal_box_form .field:-moz-placeholder {
  font-size: 1.4rem;
}

.modal_box_form .field::-moz-placeholder {
 font-size: 1.4rem;
}

.modal_box_form .field::-webkit-input-placeholder {
  font-size: 1.4rem;
}

.modal_box_form .field:-ms-input-placeholder {
 font-size: 1.4rem;
}

.modal_box_form .field.placeholder {
  font-size: 1.4rem;
}
  .advantages_block .bg {
    display: none;
  }

  .about_block .fig_block .fig_in_in {
    background: url(../images/pic11.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
  }

  .about_block .fig_block:hover .fig_in_in {
    animation: none;
  }

  .bg_block_3 .bg_2 {
    display: none;
  }

  .catalog_list_3 .btn_block {
    width: 100%;
  }
   .box_fig .modal__content {
  max-width: calc(90vw - 11.4rem);
  padding: 2.3rem 5.7rem 1.7rem;
}
.modal_lightbox__title {
  margin: 0 0 1.8rem;
  font-size: 1.6rem;
}
.modal__close_btn {
  width: 5.1rem;
    height: 4.6rem;
}

.modal_lightbox__next::before {
  right: 0.7rem;
}
.modal_lightbox__prev::before {
  left: 0.7rem;
}
.modal__content {
  border-radius: 1.2rem;
}
.selector_spisok .sub {
  width: calc(100vw - 1.8rem);
  top: calc(100% + 1.0rem);
}
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wrapper {
    min-width: 76.8rem;
  }

  .inner {
    min-width: 76.8rem;
    max-width: 119.9rem;
    padding: 0 0 72.4rem;
  }

  .h1 {
    font-size: 3.8rem;
  }

  .h2 {
    font-size: 3.8rem;
  }

  .h3 {
    font-size: 3.8rem;
  }

  .declaration_box .in {
    min-width: 68.6rem;
    max-width: 111.7rem;
    padding: 0.7rem 6.4rem 1.2rem 1.8rem;
  }

  .header {
    min-width: 76.8rem;
    max-width: 119.9rem;
  }

  .header_top {
    min-width: 76.8rem;
    max-width: 119.9rem;
    height: 14.0rem;
  }

  .page_with-small-header .header_top {
    position: relative;
  }

  .header_top .top_block {
    height: 8.8rem;
  }

  .header_top .top_block .in {
    width: 19.7rem;
  }

  .logo {
    background-size: 7.2rem 4.5rem;
    width: 7.2rem;
    height: 4.5rem;

  }

  .logo .link {
    width: 7.2rem;
    height: 4.5rem;
  }

  .slogan {
    width: 11.0rem;
    font-size: 1.1rem;
  }

  body:has(.header_search.active) .address {
    position: relative;
    top: 0;
    left: 0;
  }

  .address .title .link {
    background: url(../images/header_address.svg) no-repeat 50% 0;
    background-size: 2.9rem 2.6rem;
    min-height: auto;
    padding: 2.9rem 0 0 0;
    font-size: 1.5rem;

  }

  .phone {
    font-size: 1.2rem;
  }

  body:has(.header_search.active) .phone {
    display: block;
  }

  .phone .link {
    font-size: 1.6rem;
  }

  .phone .title {
    background-size: 0.5rem 0.5rem;
    margin: 0 0 0.6rem;
    padding: 0 1.0rem 0 0;

  }

  .basket {
    font-size: 1.6rem;
  }

  .basket > .link {
    background: url(../images/basket_header.svg) no-repeat 50% 0;
    background-size: 2.5rem 2.5rem;
    min-height: auto;
    padding: 2.9rem 0 0;

  }

  .basket > .link > .number {
    right: 1.9rem;
    left: auto;
  }

  .nav {
    width: calc(100% - 7.5rem);
    height: 5.1rem;
    margin: 0 5.9rem 0 1.6rem;
  }

  .nav > .sub_all > .list > .item {
    font-size: 1.3rem;
  }

  .nav > .sub_all > .list > .item > .link {
    height: 5.1rem;
  }

  .nav > .sub_all > .list > .catalog_item > .link .text {
    padding: 0 2.5rem 0 0;
    background-size: 1.7rem 1.3rem;
  }

  .nav > .sub_all > .list > .catalog_item:hover > .link .text {
    background-size: 1.7rem 1.3rem;
  }

  .carousel_6 {
    margin: -14.0rem 0 0;
  }

  .carousel_6 .fig {
    height: 71.0rem;
  }

  .carousel_6 .in {
    min-width: 73.6rem;
    max-width: 99.2rem;
    margin: 0 auto;
  }

  .carousel_6 .title {
    margin: 0 0 1.1rem;
    font-size: 4.8rem;
    line-height: 1.05;
  }

  .carousel_6 .title_2 {
    float: none;
    margin: 0 0 0 20.0rem;
    padding: 2.3rem 0 0;
    font-size: 4.8rem;
  }

  .social_network_header {
    margin: 0;
  }

  body:has(.header_search.active) .social_network_header {
    display: flex;
  }

  .main_page .content {
    padding: 0 1.6rem;
  }

  .content {
    padding: 5.4rem 1.6rem 0;
  }

  .catalog_block {
    padding: 6.5rem 0 3.9rem;
  }

  .catalog_block .bg {
    background: url(../images/catalog_block_tablet.png) no-repeat;
    background-size: 100% 100%;
  }

  .catalog_block .bg .img {
    display: none;
  }

  .main_page .catalog_list {
    margin: 0 0 0 -2.0rem;

  }

  .catalog_list {
    margin: 0 0 3.7rem -2.0rem;

  }

  .catalog_list > .item {
    width: calc(34% - 2.7rem);
    margin: 0 0 1.8rem 2.0rem;
  }

  .catalog_list > .item:first-child {
    width: calc(50% - 2.0rem);
  }

  .catalog_list > .item:nth-child(2) {
    width: calc(50% - 2.0rem);
  }

  .catalog_list > .item > .link {
    border: 0.2rem solid rgba(43, 42, 41, 0.2);
    display: block;
    height: 25.3rem;
    font-size: 1.6rem;
  }

  .catalog_list > .item:first-child > .link {
    /*height: 25.7rem;*/
    height: 27.7rem;
  }

  .catalog_list > .item:nth-child(2) > .link {
    /*height: 25.7rem;*/
    height: 27.7rem;
  }

  .catalog_list .fig {
    height: 16.5rem;
  }

  .catalog_list > .item:first-child .fig {
    height: 21.2rem;
  }

  .catalog_list > .item:nth-child(2) .fig {
    height: 21.2rem;
  }

  .catalog_list .text {
    background: url(../images/catalog_block_mark.svg) no-repeat 0 1.0rem;
    height: 5.7rem;
    padding: 0.9rem 0 0 2.4rem;
    right: 1.0rem;
    bottom: 1.2rem;
    left: 1.0rem;
  }

  .catalog_list > .item:first-child .text {
    height: 3.7rem;
  }

  .catalog_list > .item:nth-child(2) .text {
    height: 3.7rem;
  }

  .catalog_list > .item:first-child > .link::before {
    display: none;
  }

  .catalog_list > .item:nth-child(2) > .link::before {
    display: none;
  }

  .catalog_list > .item:hover .sub {
    display: none;
  }

  .about_block {
    padding: 4.8rem 0 1.0rem;
  }

  .about_block .bg {
    background: url(../images/about_block_tablet.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .about_block .bg .img {
    display: none;
  }

  .about_block .h1 {
    font-weight: 500;
  }

  .about_block .mobile_no {
    display: none;
  }

  .about_block .info_text {
    display: none;
  }

  .about_block .fig_block {
    display: block;
    margin: 0 0 1.8rem;
  }

  .about_block .fig_block .text {
    display: none;
  }

  .about_block .fig_block .fig_in {
    margin: 0 auto;
  }

  .about_block .more {
    background: url(../images/about_block_more.svg) no-repeat 90% 50%;
    border: 0.1rem solid #8AC80A;
    display: inline-block;
    width: auto;
    height: 4.4rem;
    padding: 0 4.2rem 0 2.4rem;
    font-size: 1.8rem;
    font-weight: normal;
    color: #8AC80A;
    text-decoration: none;
    text-align: left;
    line-height: 4.4rem;
  }

  .main_page .new_block {
    padding: 9.4rem 0 4.5rem;
  }

  .main_page .new_block .bg {
    background: url(../images/new_block_tablet.png) no-repeat;
    background-size: 100% 100%;
  }

  .main_page .new_block .bg .img {
    display: none;
  }

  .new_block {
    margin: 0;
    padding: 9.4rem 0 2.6rem;
  }

  .carousel_4 {
    margin: 0 0 7.6rem;
    padding: 0;
  }

  .carousel_4 .splide__arrows {
    display: none;
  }

  .carousel_4 .title {
    height: 5.9rem;
    margin: 0 0 6.6rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .carousel_4 .number {
    display: none;
  }


  .carousel_4 .price_block {
    width: 100%;
    position: absolute;
    top: 32.6rem;
    right: 0;
    left: 0;
  }

  .carousel_4 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    /*border-right: 0.1rem solid #DFE6EF;*/
    width: calc(100% - 0.6rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .carousel_4 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    /*border-right: 0.1rem solid #DFE6EF;*/
    width: calc(100% - 0.6rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  /*.carousel_4 .buy_click {
		display: block;
		width: 50%;
	}*/
  .carousel_4 .btn_block {
    width: 100%;
  }

  .carousel_4 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 0.6rem);
    height: 1.5rem;
    padding: 4.9rem 0.3rem 0;
    font-size: 1.2rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .showrooms_block .bg {
    background: url(../images/showrooms_block_tablet.jpg) no-repeat;
    background-size: 100% 20.6rem;
    height: 20.6rem;
    padding: 0;


  }

  .showrooms_block .bg .img {
    display: none;

  }

  .showrooms_block .h2 {
    font-size: 4.0rem;
  }

  .showrooms_block .title {
    padding: 0 0 0 26.3rem;
    margin: -0.5rem 0 5.3rem 0;
    font-size: 2.0rem;
  }

  .showrooms_block .in::before {
    display: none;
  }

  .carousel_5 {
    margin: 0 -1.6rem 3.5rem;
  }

  .showrooms_block {
    padding: 4.8rem 0 1.5rem;
    font-size: 2.0rem;
  }

  .how_order_block {
    padding: 2.8rem 0 1.3rem;
  }

  .how_order_block .bg {
    background: url(../images/how_order_block_tablet.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .how_order_block .bg .img {
    display: none;
  }

  .how_order_block .h3 {
    margin: 0 0 4.9rem;
    padding: 0 0 1.6rem;
    font-size: 4.0rem;
  }

  .how_order_list {
    margin: 0;
    justify-content: space-between;
  }

  .how_order_list > .item {
    width: calc(100% - 1.8rem);
    margin: 0 0 2.1rem;
    padding: 1.2rem 0.9rem 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .how_order_list > .item:nth-child(3) {
    width: calc(100% - 2.6rem);
    margin: 0 0 2.8rem;
    font-size: 1.6rem;
  }

  .how_order_list > .btn_item {
    width: 100%;
    padding: 0;
  }

  .how_order_list > .btn_item:nth-child(4) {
    margin: 0 2.4rem 0 0;
  }

  .how_order_list .top_block {
    background: url(../images/how_order_list_top_block.svg) no-repeat 99% 50%;
    width: calc(100% - 2.0rem);
    margin: 0 0 1.2rem;
    padding: 0 2.0rem 0 0;
    flex-wrap: wrap;
    cursor: pointer;
    line-height: 1.2;
  }

  .how_order_list.active .top_block {
    background: url(../images/how_order_list_top_block_active.svg) no-repeat 99% 50%;
  }

  .how_order_list > .btn_item {
    width: calc(50% - 1.2rem);
  }

  .how_order_list > .btn_item .top_block {
    background: none;
  }

  .how_order_list.active > .btn_item .top_block {
    background: none;
  }

  .how_order_list .sub {
    display: none;
  }

  .how_order_list .number {
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.9rem 0 0;
    line-height: 5.2rem;
  }

  .how_order_list .title {
    width: calc(100% - 7.1rem);
    font-size: 2.0rem;
    line-height: 1.3;

  }

  .how_order_list .phone_how_order_big {
    font-size: 2.4rem;
    font-weight: 500;
  }

  .how_order_list .phone_how_order_big .link {
    background: url(../images/how_order_block_phone.svg) no-repeat 0 0.8rem;
  }

  .how_order_list .top_block .in:first-child {
    width: 45%;

  }

  .how_order_list .top_block .in:nth-child(2) {
    width: 55%;
  }

  .how_order_list .green_text {
    width: 9.8rem;
    font-size: 1.4rem;
  }

  .how_order_list > .btn_item > .link {
    height: 7.6rem;

    padding: 0 0.9rem;

  }

  .how_order_list > .item:nth-child(3) {
    width: calc(100% - 1.8rem);
    margin: 0 0 2.1rem;
  }

  .how_order_list .contacts_block_how_order .item {
    display: inline-block;
    float: left;
    margin: 0 0 2.5rem;
  }

  .how_order_list .phone_how_order {
    width: auto;
    margin: 0 0 10px;
  }

  .advantages_block {
    margin: 0 0 4.7rem;
    padding: 0 0 13.0rem;
  }

  .advantages_block .bg {
    background: url(../images/advantages_block_tablet.jpg) no-repeat;
    background-size: 100% 7.5rem;
    height: 7.5rem;
    padding: 0;
  }

  .advantages_block .bg .img {
    display: none;
  }

  .advantages_block .in {
    padding: 2.5rem 0 5.2rem;
  }

  .advantages_block .h3 {
    margin: 0 0 6.9rem;
    font-size: 4.0rem;
  }

  .advantages_block .h3::after {
    top: 3.6rem;
    left: 38.1rem;

  }

  .advantages_block .h3::before {
    width: 20%;
    top: 3.6rem;
    left: 38.1rem;
  }

  .carousel_7 {
    padding: 0;
  }

  .carousel_7 .splide__arrows {
    display: none;
  }

  .carousel_7 .splide__slide {
    width: calc(50%) !important;
    position: relative;
    padding: 0 1.0rem;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .carousel_7:not(.is-moved) .box {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .carousel_7:not(.is-moved) .is-next .box {
    transition-delay: unset;
  }

  .carousel_7 .fig {
    height: 55.0rem;
    padding: 0;
  }

  .stock_block {
    margin: 0 0 3.4rem;
  }

  .stock_block .h3 {
    margin: 0 0 5.3rem;
    padding: 0 12.1rem 1.5rem 0;
    font-size: 4.0rem;
  }

  .stock_list .fig {
    height: 34.6rem;
    padding: 0;
  }

  .stock_list .sale {
    z-index: 4;
  }

  .stock_list .sale_green {
    z-index: 4;
  }

  .stock_list .item:nth-child(3) .fig {
    padding: 0;
    height: 23.0rem;
  }

  .stock_list .fig::before {
    width: auto;
    left: 4.8rem;
    right: 4.8rem;
  }

  .objects_block {
    margin: 0 0 4.7rem;
    padding: 5.3rem 0 2.3rem;
  }

  .objects_block .bg {
    background: url(../images/objects_block_tablet.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .objects_block .bg .img {
    display: none;
  }

  .objects_block .h3 {
    margin: 0 0 6.0rem;
    font-size: 4.0rem;
  }

  .objects_block .h3::before {
    top: 2.6rem;
    left: 15.1rem;
  }

  .objects_block .h3::after {
    top: 2.6rem;
    left: 15.1rem;
  }

  .carousel_15 {
    margin: 0 0 4.7rem;
  }

  .objects_list {
    padding: 0 0 93% !important;
  }

  .objects_list .item:first-child {
    width: 37.6%;
  }

  .objects_list .item {
    width: 28%;
    top: 0;
    font-size: 1.5rem;
  }

  .objects_list .item:nth-child(2) {
    left: 41%;
  }

  .objects_list .item:nth-child(4) {
    width: 59%;
    bottom: 0;
  }

  .objects_list .fig {
    padding: 0 0 187%;
  }

  .objects_list .item:first-child .fig {
    padding: 0 0 247%;
  }

  .objects_list .item:nth-child(4) .fig {
    padding: 0 0 62%;
  }

  .objects_list .title {
    font-size: 2.0rem;
  }

  .objects_list .arrow {
    width: 3.0rem;
    height: 3.1rem;
    bottom: 1.3rem;
    right: 1.3rem;
  }

  .objects_list .text {
    padding: 1.8rem 1.0rem 5.0rem;
  }

  .objects_list .item:first-child .text {
    padding: 1.8rem 1.0rem 1.0rem;
  }

  .objects_list .item:nth-child(4) .text {
    padding: 1.2rem 1.0rem 1.1rem;
  }

  .objects_list .item:nth-child(4) br {
    display: none;
  }

  .objects_list .item:nth-child(4) .title {
    width: 47%;
  }

  .objects_list .item:nth-child(4) p {
    width: calc(53% - 4.0rem);
  }

  .objects_block .all {
    margin: 0;
  }

  .carousel_8 {
    margin: 0 -1.4rem;
    padding: 0 0 4.1rem;
  }

  .carousel_8 .splide__arrows {
    display: none;
  }

  .carousel_8 .splide__slide {
    padding: 0 1.4rem;
  }

  .news_block {
    margin: 0 0 3.7rem;
  }

  .news_block .h3 {
    margin: 0 0 3.7rem;
  }

  .partners_block .h3 {
    font-size: 4.0rem;
  }

  .partners_block .title {
    padding: 0 0 0 26.7rem;
    margin: -5.7rem 0 7.7rem 0;
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .partners_block .h3::before {
    width: 35%;
    top: 3.8rem;
    left: 16.1rem;
  }

  .partners_block .h3::after {
    top: 3.8rem;
    left: 16.1rem;
  }

  .carousel_9 {
    padding: 0;
  }

  .carousel_9 .splide__arrows {
    display: none;
  }

  .carousel_9 .splide__track {
    padding: 0;
  }

  .carousel_9 .splide__slide {
    padding: 0 1.6rem;
  }

  .partners_block {
    margin: 0 0 5.9rem;
    padding: 6.5rem 0 7.2rem;
  }

  .certificates_block .h3 {
    margin: 0 0 5.1rem;
    font-size: 4.0rem;
  }

  .carousel_10 {
    padding: 0;
    margin: 0 -2.4rem;
  }

  .carousel_10 .splide__arrows {
    display: none;
  }

  .carousel_10 .box {
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
  }

  .carousel_10 .splide__track {
    padding: 0;
  }

  .certificates_block {
    margin: 0 0 6.5rem;
  }

  .send_request_block {
    height: auto;
    padding: 8.8rem 0 6.8rem;
  }

  .send_request_block .h3 {
    margin: 0 0 1.8rem;
    font-size: 4.0rem;
  }

  .send_request_block .text {
    margin: 0 0 3.9rem;
    font-size: 1.6rem;
  }

  .send_request_block .in {
    width: 100%;
    margin: 0;
  }

  .send_request_block .into {
    margin: 0 0 2.4rem;
  }

  .send_request_block .in_2 .in {
    width: 50%;
  }

  .captcha {
    width: calc(100% - 2.1rem);
    padding-left: 11.2rem;
  }

  .captcha .fig {
    width: 11.2rem;
  }

  .button {
    width: 100%;

  }

  .send_request_block .box {
    padding: 3.2rem 5.9rem 2.8rem;
  }

  .send_request_block .bg {
    background: url(../images/send_request_block_tablet.jpg) no-repeat;
    background-size: 100% 100%;
  }

  .send_request_block .bg .img {
    display: none;
  }

  .send_request_block form {
    margin: 0;
  }

  .map_block {
    height: 63.0rem;
    padding: 0 0 0 54%;
  }

  .map_block .text {
    height: 60.2rem;
    padding: 2.8rem 0 0 2.5rem;
    position: relative;
    z-index: 2;
  }

  .map_block > div > .fig {
    height: 63.0rem;
  }

  .address_map_block .link {
    font-size: 1.4rem;
  }

  .map_block .title {
    font-size: 1.5rem;
  }

  .map_block .h3 {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }

  .map_block .grey_block_mobile {
    background: #F2F2F2;
    margin: 0 -1.6rem 0 -2.3rem;
    padding: 1.3rem 1.6rem 1.2rem 2.5rem;
  }

  .map_block .social_network_map_block {
    margin: 0;
  }


  .map_block .in {
    margin: 0 0 1.8rem;
  }

  .mail_map_block {
    margin: 0 0 1.8rem;
  }

  .address_map_block {
    margin: 0 0 0.4rem;
  }

  .map_block .text::after {
    height: 62.6rem;
  }

  .map_list .item {
    padding: 0.7rem 1.6rem 0.4rem 2.3rem;
  }

  .footer {
    min-width: 76.8rem;
    max-width: 119.9rem;
    height: 72.4rem;
  }

  .top_footer {
    height: 8.8rem;
    margin: 0 0 1.7rem;
  }

  .social_network_contacts_footer {
    display: none;
  }

  .slogan_footer {
    font-size: 1.6rem;
  }

  .logo_footer {
    width: 18.6rem;
    height: 3.1rem;
    background-size: 18.6rem 3.1rem;
  }

  .logo_footer .link {
    width: 18.6rem;
    height: 3.1rem;
  }

  .catalog_list_footer {
    column-count: auto;
  }

  .buyer_list_footer {
    column-count: auto;
  }

  .nav_footer_list {
    column-count: auto;
  }

  .nav_footer {
    width: 11.0rem;
  }

  .center_footer {
    height: 24.4rem;
  }

  .contacts_footer {
    height: 12.3rem;
    padding: 3.3rem 1.6rem 0;
  }

  .phone_contacts_footer {
    font-size: 1.2rem;
  }

  .phone_contacts_footer .item {
    font-size: 1.4rem;
  }

  .address_contacts_footer {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .time_contacts_footer {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .mail_contacts_footer {
    font-size: 1.2rem;
    line-height: 1.8;
  }

  .footer .bottom_block {
    height: 10.6rem;
    padding: 1.9rem 1.6rem 9.3rem;
  }

  .company_footer {
    order: 2;
  }

  .info_footer {
    width: 100%;
    margin: 0 0 1.3rem;
    order: 1;
    line-height: 1.3;
  }

  .politics_privacies {
    order: 3;
  }

  .footer .bottom_block {
    flex-wrap: wrap;
  }

  .catalog_footer .title {
    margin: 0 0 1.7rem;
  }

  .catalog_list_footer .item {
    margin: 0 0 2.0rem;
  }

  .buyer_footer .title {
    margin: 0 0 1.7rem;
  }

  .buyer_list_footer .item {
    margin: 0 0 1.6rem;
  }

  .nav_footer .item {
    margin: 0 0 1.3rem;
    font-size: 1.6rem;
  }

  .feedback_bubble_1 {
    background: #F2F2F2;
    border-top: 0.1rem solid #CED2D8;
    border-bottom: 0.1rem solid #CED2D8;
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 5.6rem;
    padding: 1.2rem 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 40%;
  }

  .feedback_bubble_1 .item {
    width: 100%;
    margin: 0;
    right: 0;
  }

  

  .feedback_bubble_1 .link {
    background: none;
    box-shadow: none;
    border-right: 0.1rem solid #CDCED0;
    width: calc(100% - 1px);
    height: 5.6rem;
    right: 0;
  }

  .feedback_bubble_1 .item:hover .link {
    background: none;
  }

  .feedback_bubble_1 .fig {
    display: none;
  }

  .feedback_bubble_1 .item:hover .text {
    display: none;
  }

  .feedback_bubble_1 .fig_tablet {
    display: block;
    width: 100%;
    height: 5.6rem;
    position: relative;
    overflow: hidden;
  }




  .feedback_bubble_2 {
    background: #F2F2F2;
    border-top: 0.1rem solid #CED2D8;
    border-bottom: 0.1rem solid #CED2D8;
    display: flex;
    flex-direction: row;
    width: 20%;
    height: 5.6rem;
    padding: 1.2rem 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 60%;
  }

  .feedback_bubble_2 .item {
    width: 100%;
    margin: 0;
    right: 0;
  }

  

  .feedback_bubble_2 .link {
    background: none;
    box-shadow: none;
    border-right: 0.1rem solid #CDCED0;
    width: calc(100% - 1px);
    height: 5.6rem;
    right: 0;
  }

  .feedback_bubble_2 .item:hover .link {
    background: none;
  }

  .feedback_bubble_2 .fig {
    display: none;
  }

  .feedback_bubble_2 .item:hover .text {
    display: none;
  }

  .feedback_bubble_2 .fig_tablet {
    display: block;
    width: 100%;
    height: 5.6rem;
    position: relative;
    overflow: hidden;
  }


  .feedback_bubble_3{
    display: none;
  }

  .basket_mobile {
    background: #F2F2F2;
    border: 0.1rem solid #CED2D8;
    border-left: none;
    display: block;
    width: 20%;
    height: 5.6rem;
    padding: 1.2rem 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
  }

  .basket_mobile .link {
    background: url(../images/basket_tablet_grey.svg) no-repeat 50% 50%;
    display: block;
    width: 100%;
    height: 7.2rem;
  }

  .basket_mobile.active .link {
    background: url(../images/basket_tablet.svg) no-repeat 50% 50%;
  }

  .basket_mobile .number {
    background: #FEFEFE;
    border: 0.1rem solid #CED2D8;
    border-radius: 50%;
    height: 1.9rem;
    padding: 0 0.3rem;
    position: absolute;
    top: 2.4rem;
    right: 31%;
    font-size: 1.0rem;
    font-weight: 600;
    color: #628E07;
    line-height: 1.8;
  }

  .social_network_tablet {
    background: #F2F2F2;
    border: 0.1rem solid #CED2D8;
    border-right: none;
    display: flex;
    width: 40%;
    height: 5.6rem;
    padding: 1.2rem 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }

  .social_network_tablet .item {
    width: calc(50% - 0.2rem);
    border-right: 0.1rem solid #CDCED0;
  }

  .social_network_tablet .fig {
    display: block;
    width: 100%;
    height: 5.6rem;
    position: relative;
    overflow: hidden;
  }

  .social_network_tablet .img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    vertical-align: top;
  }

  .to-top {
    bottom: 90px;
  }

  .catalog_list_2 .title {
    height: 5.9rem;
    margin: 0 0 6.6rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_2 .number {
    display: none;
  }


  .catalog_list_2 .price_block {
    width: 100%;
    position: absolute;
    top: 32.6rem;
    right: 0;
    left: 0;
  }
.catalog_list_2 .btn_block {
  width: 100%;
}
  .catalog_list_2 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: none;
    width: calc(100% - 0.6rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .catalog_list_2 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: none;
    width: calc(100% - 0.6rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .catalog_list_2 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_2 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 0.6rem);
    height: 1.5rem;
    padding: 4.9rem 0.3rem 0;
    font-size: 1.2rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .catalog_list_3 .title {
    height: 6.9rem;
    margin: 0 0 6.6rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_3 .number {
    display: none;
  }


  .catalog_list_3 .price_block {
    width: 100%;
    position: absolute;
    top: 41.6rem;
    right: 0;
    left: 0;
  }

  .catalog_list_3 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;

    width: calc(100% - 0.7rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .catalog_list_3 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;

    width: calc(100% - 0.7rem);
    height: 1.6rem;
    padding: 4.8rem 0.3rem 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }

  .catalog_list_3 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_3 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 0.6rem);
    height: 1.5rem;
    padding: 4.9rem 0.3rem 0;
    font-size: 1.2rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .buy_block {
    margin: 0 0 3.9rem;
    padding: 3.8rem 0 1.3rem;
  }

  .buy_block .title {
    float: none;
    width: auto;
    margin: 0 0 2.0rem;
    font-size: 1.8rem;
  }

  .buy_block .h3::before {
    display: none;
  }

  .buy_block .h3::after {
    display: none;
  }

  .buy_block .box {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }

  .buy_block .address_block {
    width: 100%;
  }

  .buy_block .delivery_block {
    width: 100%;
    margin: 0;
  }

  .buy_block .delivery_block .item {
    font-size: 2.0rem;
  }

  .buy_block .delivery_block .fig {
    width: 10.8rem;
    height: 6.1rem;
  }

  .buy_block .address_block .item {
    background: url(../images/buy_block_address.svg) no-repeat 0 0.3rem;
    margin: 0 0 1.7rem;
    padding: 0 0 0 3.1rem;
    font-size: 2.0rem;
    background-size: 2.0rem 2.0rem;
  }

  .about_block_2 {
    margin: 0 0 2.0rem;
  }
  .about_block_2 .bg {
    background: url(../images/showrooms_block_tablet.jpg) no-repeat;
    background-size: 100% 20.6rem;
    height: 20.6rem;
    padding: 0;


  }

  .about_block_2 .bg .img {
    display: none;

  }
  .box_have_left .left_block {
    width: 100%;
    margin: 0;
    position: relative;
  }

  .box_have_left .right_block {
    width: auto;
  }

  .box_have_left .left_block .title_mobile {
    border-bottom: 0.1rem solid #DFE4DA;
    display: block;
    margin: 0 0 2.1rem;
    padding: 0 0 1.8rem;
  }

  .box_have_left .left_block.active .title_mobile {
    border: none;
    padding: 0;
  }

  .box_have_left .left_block .title_mobile .link {
    background: #6F9B0A;

    display: block;
    width: 100%;
    height: 5.1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #F3F3F3;
    text-align: center;
    line-height: 5.1rem;
    text-decoration: none;
  }

  .box_have_left .left_block.active .title_mobile .link {
    background: #6F9B0A url(../images/modal_close.svg) no-repeat 2.3rem 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button_reset {
    background: url(../images/button_reset_red.svg) no-repeat 1.5rem 50%;
    border: none;
    width: 5.1rem;
    height: 5.1rem;
    padding: 0;

    position: absolute;
    top: 0;
    right: 0;
  }

  .box_have_left .filitr_block .button_reset .text {
    display: none;
  }

  .box_have_left .filitr_block {
    display: none;
  }

  .catalog_list_4 {
    margin: 0 0 0 -2.0rem;
  }

  .catalog_list_4 > .item {
    width: calc(50% - 2.8rem);
    margin: 0 0 2.0rem 2.0rem;
    padding: 0.3rem 0.3rem 1.0rem;
    line-height: 1.4;
  }

  .catalog_list_4 .mark_list {
    top: 0.6rem;
    right: 0.7rem;
  }

  .catalog_list_4 .mark_list .item {
    width: 6.1rem;
    padding: 0;
    font-weight: 600;
    text-align: center;

  }

  .catalog_list_4 .fig {
    margin: 0 0 1.0rem;

  }

  .catalog_list_4 .fig::before {
    background-size: 15.9rem 11.3rem;
    width: 15.9rem;
    height: 11.3rem;
    margin: -5.6rem 0 0 -8.0rem;
  }

  .catalog_list_4 .title {
    height: 11.7rem;
    margin: 0 0 8.0rem;
    font-size: 1.6rem;
    font-weight: 600;
  }

  .catalog_list_4 .number {
    display: none;
  }

  .catalog_list_4 .bottom_block {
    padding: 0;
  }

  .catalog_list_4 .price_block {
    width: 100%;
    position: absolute;
    top: 40.0rem;
    right: 0;
    left: 0;
  }

  .catalog_list_4 .btn_1 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: 0.1rem solid #DFE6EF;
    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_4 .btn_2 {
    background-position: 50% 1.7rem;
    border-left: none;
    border-right: 0.1rem solid #DFE6EF;
    width: calc(100% - 0.7rem);
    height: 4.1rem;
    padding: 5.3rem 0.3rem 0;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .catalog_list_4 .buy_click {
    display: block;
    width: 50%;
  }

  .catalog_list_4 .buy_click .btn_3 {
    background: url(../images/carousel_4_buy_click.svg) no-repeat 50% 1.7rem;
    display: inline-block;
    width: calc(100% - 1.8rem);
    height: 3.8rem;
    padding: 5.6rem 0.9rem 0;
    font-size: 1.3rem;
    color: #1C271C;
    text-decoration: none;
    text-align: center;
    line-height: 1.2;
  }

  .catalog_list_5 > .item {
    width: calc(50% - 5.6rem);
  }

  .page_with-small-header .header {
    padding: 0;
  }

  .bg_block_3 {
    margin: 0;
    padding: 0 0 7.5rem;
  }

  .bg_block_3:after {
    display: none;
  }

  .fig_block {
    margin: 0 0 3.5rem;
    flex-direction: column;
  }

  .fig_block .left_block {
    width: 100%;
    order: 2;
  }

  .fig_block .right_block {
    width: 100%;
    margin: 0;
    order: 1;
  }

  .carousel_11 {
    width: 100%;
  }


  .carousel_11 .splide__arrow--prev {
    left: 0.5rem;

  }

  .carousel_11 .splide__arrow--next {
    right: 0.5rem;
  }

  .carousel_11 .fig {
    height: 36.2rem;
  }

  .fig_block .btn_block {
    width: 100%;
    justify-content: space-between;
  }

  .fig_block > .left_block > .btn_block > .number {
    width: calc(48% - 0.2rem);

  }

  .fig_block .left_block .btn_1 {
    width: calc(100% - 10.4rem);
  }

  .fig_block .left_block .btn_2 {
    width: calc(100% - 10.4rem);
  }

  .fig_block .left_block .btn_3 {
    width: calc(48% - 8.5rem);
    margin: 0 0 1.1rem;
  }

  .fig_block .left_block .btn_4 {
    width: calc(48% - 8.5rem);
  }

  .fig_block .btn_block_in {
    width: 48%;
  }

  .info_block {
    background: none;
    display: block;
  }

  .info_block .in {
    width: 100%;
  }

  .may_need_block {
    width: 100%;
    margin: 0;
  }

  .info_block .box {
    background: none;
    border: none;
    padding: 0;
  }

  .bg_block_3 .bg_bottom {
    display: none;
  }

  .bg_block_3::before {
    display: none;
  }

  .objects_list_2 .item {
    flex-direction: column;
  }

  .objects_list_2 .fig {
    width: 100%;
    height: 0;
    padding: 0 0 51%;
  }

  .objects_list_2 .text {
    width: calc(100% - 4.8rem);
  }

  .objects_block_2 {
    min-height: auto;
  }

  .manufacturers_list {
    margin: 0 0 2.8rem -2.3rem;
  }

  .manufacturers_list .item {
    width: calc(34% - 3.0rem);
    margin: 0 0 2.0rem 2.3rem;
  }

  .basket_content {
    display: block;
  }

  .basket_content .left_block {
    width: 100%;
  }

  .basket_content .result_basket {
    width: calc(100% - 6.4rem);
    height: auto;
    margin: 0;
    padding: 2.0rem 3.1rem;
    position: relative;
    top: 0;
  }

  .mb-80 {
    margin-bottom: 22px !important;
  }

  .grey_bg_2 {
    min-height: auto;
    padding: 3.0rem 0 0;
  }

  .akciea_block_left {
    float: none;
    margin: 0 auto 20px;
  }

  .time_block {
    margin: 0 auto 2.8rem;
  }

  .objects_list_3 .item:first-child {
    width: calc(50% - 3.3rem);
    position: relative;
    top: 0;
    left: 0;
  }

  .objects_list_3 .item:nth-child(2) {
    width: calc(50% - 3.3rem);
    position: relative;
    left: 0;
  }

  .objects_list_3 .item:nth-child(3) {
    width: calc(50% - 3.3rem);
    position: relative;
  }

  .objects_list_3 .item:nth-child(4) {
    width: calc(50% - 3.3rem);
    position: relative;
    top: 0;
  }

  .objects_list_3 {
    margin: 0 0 2.2rem -3.3rem;
    padding: 0;
  }

  .objects_list_3 .item:first-child .fig {
    width: 100%;
    height: 56.7rem;
  }

  .objects_list_3 .item:nth-child(2) .fig {
    width: 100%;
    height: 56.7rem;
  }

  .objects_list_3 .item:nth-child(3) .fig {
    width: 100%;
    height: 56.7rem;
  }

  .objects_list_3 .item:nth-child(4) .fig {
    width: 100%;
    height: 56.7rem;
  }

  .objects_list_3 .item:first-child .text {
    padding: 1.8rem 6.6rem 1.5rem 2.0rem;
    left: 0;
  }

  .objects_list_3 .item:first-child .arrow {
    position: absolute;
    bottom: 1.9rem;
    right: 1.8rem;
  }

  .objects_list_3 .item:first-child p {
    margin: 0;
  }

  .objects_list_3 .item:first-child {
    line-height: 1.2;
  }

  .objects_list_3 .item:first-child .title {
    margin: 0 0 0.4rem;
    font-weight: 500;
  }

  .objects_list_3 .item:nth-child(4) .text {
    display: block;
    padding: 1.8rem 6.6rem 1.5rem 2.0rem;
  }

  .objects_list_3 .item:nth-child(4) .title {
    width: auto;
    margin: 0 0 0.4rem;
    font-weight: 500;
  }

  .objects_list_3 .item:nth-child(4) p {
    width: auto;
    font-weight: 500;
  }

  .objects_list_3 .item:nth-child(4) .arrow {
    position: absolute;
    bottom: 1.9rem;
    right: 1.8rem;
  }

  .article_list .title {
    height: 9.7rem;
    margin: -12.5rem 0 3.7rem;
  }

  .article_list {
    margin: 0 0 1.8rem -4.4rem;
  }

  .pages {
    margin: 0 0 3.7rem -1.6rem;
  }

  .fig_left_2 {
    width: 42.2rem;
    height: 29.6rem;
    margin: 0 2.0rem 0 0;
  }

  .news_list .item {
    display: block;
    margin: 0 0 2.0rem;
  }

  .news_list .fig {
    width: 100%;
    height: 0;
    margin: 0 0 2.0rem;
    padding: 0 0 62%;
  }

  .news_list .text {
    width: auto;
    padding: 0 1.6rem;
  }

  .news_list .text_in {
    height: auto;
  }

  .news_block_grey .h3 {
    margin: 0 0 2.7rem;
  }

  .news_block_grey .h3:after {
    display: none;
  }

  .news_block_grey .h3:before {
    display: none;
  }

  .contacts_block .phon_link {
    font-size: 1.6rem;
  }

  .contacts_block .title {
    height: 4.4rem;
  }

  .social_network_contacts_block .item {
    margin: 0 0.4rem 0 0;
  }

  .contacts_block > .item {
    width: 21%;
  }

  .error_block {
    background: url(../images/pic150.png) no-repeat 50% 95%;
    padding: 7.6rem 0 28.3rem;
  }

  .fig_404 {
    float: none;
    margin: 2.7rem auto 0;
  }

  .error_block .text {
    margin: 2.2rem 0 2.3rem;
  }

  .box_modal_objects .modal__content {
    display: block;
  }

  .box_modal_objects .modal__content .right_block {
    width: calc(100% - 5.4rem);
    margin: 0;
  }

  .box_modal_objects .modal__content .left_block {
    width: 100%;
    margin: 0;
  }

  .box_modal_objects .modal__content .modal__close_btn {
    right: -4.0rem;
  }

  .building_materials_list {
    margin: 0 0 0 -2.2rem;
  }

  .building_materials_list .item {

    width: calc(50% - 2.2rem);
    margin: 0 0 2.5rem 2.2rem;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;

  }

  .building_materials_block {
    padding: 4.2rem 0 1.3rem;
  }

  .building_materials_block .h4 {
    margin: 0 0 2.4rem;
  }

  .building_materials_list .item:nth-child(4), .building_materials_list .item:nth-child(5), .building_materials_list .item:nth-child(6) {
    -webkit-transform: none;
    transform: none;
  }

  .gallery_block {
    margin: 0 0 3.8rem;
    padding: 0 0 10.2rem;
    font-size: 2.0rem;
  }

  .gallery_block .top_block .text {
    width: calc(100% - 34.8rem);
  }

  .gallery_block .top_block .fig_top {
    width: 32.0rem;
    height: 17.5rem;
    margin: 0 2.8rem 0 0;
  }

  .gallery_block .top_block {
    margin: 0 0 2.3rem;
  }

  .gallery_block .bottom_block {
    font-size: 1.8rem;
  }

  .gallery_block .gallery_list .item {
    width: calc(50% - 1.7rem);
    margin: 0 0 1.7rem 1.7rem;
  }

  .gallery_block .gallery_list {
    margin: 0 0 0.8rem -1.7rem;
  }

  .map_block_2 {
    margin: 0 0 6.5rem;
    padding: 2.8rem 0 0;
  }

  .map_block_2_address_list .item {
    background: url(../images/map_block_2_address.svg) no-repeat 0 0.1rem;
    width: calc(50% - 5.0rem);
    margin: 0 0 1.6rem 1.5rem;
    padding: 0 0 0 3.5rem;
    font-size: 1.8rem;
  }

  .map_block_2_address_list {
    margin: 0 0 1.3rem -1.5rem;
  }

  .map_2 {
    width: 73.6rem;
    height: 35.9rem;
  }

  .map_2 .fig {
    width: 73.6rem;
    height: 35.9rem;
  }

  .map_2 .fig:before {
    width: 24.6rem;
    height: 13.2rem;
    margin: -6.6rem 0 0 -12.3rem;
    background-size: 24.6rem 13.2rem;
  }

  .map_2 .dot:nth-child(3) {
    bottom: 8.5rem !important;
    left: -1.5rem !important;
  }

  .map_2 .dot:nth-child(4) {
    bottom: 10.6rem !important;
    left: 2.0rem !important;
  }

  .map_2 .dot:nth-child(5) {
    bottom: 7.0rem !important;
    left: 5.2rem !important;
  }

  .map_2 .dot:nth-child(6) {
    bottom: 5.1rem !important;
    left: 6.0rem !important;
  }

  .map_2 .dot:nth-child(7) {
    bottom: 10.2rem !important;
    left: 8.9rem !important;
  }

  .gallery_block_2 {
    margin: 0 0 1.4rem;
  }

  .gallery_block_2_list {
    margin: 0 0 0 -2.7rem;
  }

  .gallery_block_2_list .item {
    width: calc(50% - 2.7rem);
    margin: 0 0 2.7rem 2.7rem;
    font-size: 2.0rem;
  }

  .gallery_block_2_list .item:nth-child(2n) {
    font-size: 2.0rem;
    line-height: 1.4;
  }

  .header_search {
    border-top: 0.1rem solid #606060;
    width: 4.3rem;
    height: 5.1rem;
    position: absolute;
    top: 8.8rem;
    right: 0;
    z-index: 28;
  }

  .header_search .title {
    display: block;
  }

  .header_search > .title > .link {
    background: url(../images/header_search_zoom_mobile.svg) no-repeat 50% 50%;
    display: block;
    width: 4.3rem;
    height: 5.1rem;
    padding: 0;
  }

  .header_search.active > .title > .link {
    background: url(../images/content_search_delete.svg) no-repeat 50% 50%;
  }

  .header_search.active {
    z-index: 27;
  }

  .header_search.active .field {
    width: 100%;
  }

  .header_search .delete {
    top: 19px;
    right: 6.5rem;
  }

  .header_search .sub_result {
    width: calc(100vw - 4.8rem);
    top: 12.7rem;
    right: -1.6rem;
  }

  .header_search .sub {
    background: rgba(23, 23, 23, 0.9);
    display: none;
    width: calc(100vw - 4.6rem);
    padding: 1.9rem 2.3rem 1.6rem;
    position: absolute;
    top: 5.1rem;
    right: -1.6rem;
  }

  .header_search .btn {
    top: 1.9rem;
    right: 2.3rem;
  }

  .bg_block_3 .bg_2 {
    background: url(../images/advantages_block_tablet.jpg) no-repeat;
    background-size: auto;
    background-size: 100% 7.5rem;
    width: 102vw;
    height: 7.5rem;
  }

  .bg_block_3 .bg_2 .img {
    display: none;
  }

  .gallery_block .bg {
    background: url(../images/advantages_block_tablet.jpg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: 100% 7.5rem;
    width: 102vw;
    height: 7.5rem;
    padding: 0;
  }

  .gallery_block .bg .img {
    display: none;
  }

  .map_list {
    margin: 0 0 0 -2.3rem;
  }

  .selector_spisok .sub {
    width: calc(100vw - 3.0rem);
    top: calc(100% + 2.4rem);
  }

  .catalog_list_3 .btn_block {
    width: 100%;
  }
 
}

@media (min-width: 1200px) {
  .header_search {
    right: 15.5rem;
  }

  .selector_spisok .sub {
    width: calc(100vw - 35.9rem);
  }
.about_block_2 .box {
  padding: 0 3.0rem 5.0rem 0;
}
}

@media (min-width: 1350px) {
  .header_search {
    right: 18.0rem;
  }

  .advantages_block .bg {
    width: 133vw;
  }

  .showrooms_block .title {
    margin: -2.1rem 0 5.4rem 0;
  }

  .gallery_block {
    padding: 5.7rem 0 12.2rem;
  }

  .selector_spisok .sub {
    width: calc(100vw - 36.2rem);
  }
  .about_block_2 .box {
  padding: 6.3rem 3.0rem 5.0rem 0;
}
}

@media (min-width: 1440px) {


  .showrooms_block .title {
    margin: -2.1rem 0 7.4rem 0;
  }

  .gallery_block {
    padding: 5.7rem 0 17.2rem;
  }
}

@media (min-width: 1536px) {


  .showrooms_block .title {
    margin: -2.1rem 0 9.4rem 0;
  }

  .selector_spisok .sub {
    width: calc(100vw - 36.5rem);
  }
}

@media (min-width: 1600px) {
  .header_search {
    right: 23.0rem;
  }

  .social_network_header {
    margin: 0 17.5rem 0 0;
  }

  .carousel_8 .splide__slide {
    width: 25% !important;
  }

  .carousel_9 .splide__slide {
    width: 14.1% !important;
  }

  .catalog_list_3 > .item {
    width: calc(34% - 6.5rem);
  }

  .catalog_block_2.active .item {
    display: inline-block !important;
  }

  .manufacturers_list .item {
    width: calc(17% - 6.9rem);
  }

  .manufacturers_list .link {
    padding: 0 0 4.0rem;
  }

  .advantages_block .bg {
    width: 135vw;
  }

  .showrooms_block .title {
    margin: -2.1rem 0 11.4rem 0;
  }

  .selector_spisok .sub {
    width: 123.2rem;
  }
  .nav .sub_2 {
  width: 149.2rem;
}
}
@media (min-width: 1620px) {

}
@media (min-width: 1700px) {
  .advantages_block .bg {
    width: 129vw;
  }

  .showrooms_block .bg {
    width: 140vw;
  }

  .gallery_block .bg {
    width: 140vw;
  }
  .about_block_2 .bg {
    width: 140vw;
  }
}

@media (min-width: 1800px) {
  .advantages_block .bg {
    width: 121vw;
  }

  .showrooms_block .bg {
    width: 132vw;
  }
  .about_block_2 .bg {
    width: 132vw;
  }

  .gallery_block .bg {
    width: 137vw;
  }
}

@media (min-width: 1900px) {
  .advantages_block .bg {
    width: 115vw;
  }

  .showrooms_block .bg {
    width: 126vw;
  }
 .about_block_2 .bg {
    width: 126vw;
  }
  .gallery_block .bg {
    width: 129vw;
  }
}

@media (min-width: 1920px) {

  .bg_block_3 .bg_2 {
    width: 122vw;
  }

  .gallery_block .bg {
    width: 126vw;
  }
}

@media (min-width: 2000px) {
  .bg_block_3 .bg_2 {
    width: 120vw;
  }

  .gallery_block .bg {
    width: 120vw;
  }

  .advantages_block .bg {
    width: 110vw;
  }

  .showrooms_block .bg {
    width: 120vw;
  }
   .about_block_2 .bg {
    width: 120vw;
  }
}

@media (min-width: 2100px) {
  .bg_block_3 .bg_2 {
    width: 115vw;
  }

  .gallery_block .bg {
    width: 115vw;
  }

  .advantages_block .bg {
    width: 105vw;
  }

  .showrooms_block .bg {
    width: 115vw;
  }
   .about_block_2 .bg {
    width: 115vw;
  }
}

@media (min-width: 2200px) {
  .bg_block_3 .bg_2 {
    width: 110vw;
  }

  .gallery_block .bg {
    width: 110vw;
  }

  .advantages_block .bg {
    width: 102vw;
  }

  .showrooms_block .bg {
    width: 110vw;
  }
   .about_block_2 .bg {
    width: 110vw;
  }
}

@media (min-width: 2300px) {
  .bg_block_3 .bg_2 {
    width: 105vw;
  }

  .gallery_block .bg {
    width: 105vw;
  }

  .showrooms_block .bg {
    width: 105vw;
  }
   .about_block_2 .bg {
    width: 105vw;
  }
}

@media (min-width: 2400px) {
  .bg_block_3 .bg_2 {
    width: 102vw;
  }

  .gallery_block .bg {
    width: 102vw;
  }

  .showrooms_block .bg {
    width: 102vw;
  }
   .about_block_2 .bg {
    width: 102vw;
  }
}

@media print {
  * {
    color: black !important;
    background: transparent !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    float: none !important;
    clear: none !important;
  }

  html,
  body,
  article,
  header,
  section,
  footer,
  aside,
  div {
    width: 100% !important;
  }

  a,
  a:link,
  a:visited,
  a:hover,
  a:active,
  abbr,
  acronym {
    text-decoration: none;
    border-bottom: 0 none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  li {
    page-break-inside: avoid;
    orphans: 3;
    widows: 3;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  nav {
    display: none;
  }
}