*, ul, li, ol, p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
}

body {
  font-family: "Inter", serif;
  background: #FFF;
  font-size: 15px;
  color: #161616;
  font-weight: 400;
}

.container {
  max-width: 1210px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1650px) {
  .container {
    max-width: 1020px;
  }
}
@media (max-width: 1070px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 850px) {
  .container {
    max-width: 480px;
    width: 100%;
    padding: 0 13px;
  }
}

.myrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@font-face {
  font-family: Venus;
  src: url(../libs/fonts/venusrisinghv-regular.ttf);
  font-weight: 900;
}
.section_title {
  color: #B0B0B0;
  text-align: center;
  font-family: Venus;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  .section_title {
    font-size: 40px;
  }
}
@media (max-width: 1070px) {
  .section_title {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .section_title {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

header {
  padding: 33px 0;
  background: #242424;
}
@media (max-width: 1070px) {
  header {
    position: fixed;
    top: 0;
    z-index: 5000;
    left: 0;
    right: 0;
  }
}
@media (max-width: 850px) {
  header {
    padding: 17px 0;
  }
}
header .header_content {
  position: relative;
}
header .header_content .header_logo {
  color: #FFF;
  font-family: Venus;
  font-size: 20px;
  text-transform: uppercase;
}
@media (max-width: 850px) {
  header .header_content .header_logo {
    font-size: 14px;
  }
}
header .header_content .header_nav {
  gap: 0 19px;
}
@media (max-width: 1070px) {
  header .header_content .header_nav {
    display: none;
  }
}
header .header_content .header_nav li a {
  color: #FFF;
  font-size: 13px;
  position: relative;
  transition: 0.3s all ease;
}
header .header_content .header_nav li a::after {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: #FFF;
  transition: 0.3s all ease;
}
header .header_content .header_nav li a:hover::after {
  width: 100%;
}
header .header_content .header_action {
  gap: 0 20px;
}
@media (max-width: 1070px) {
  header .header_content .header_action {
    display: none;
  }
}
header .header_content .header_action .header_tel {
  color: #FFF;
  font-size: 13px;
  border-bottom: 1px solid #FFF;
}
header .header_content .hamburger_menu {
  color: #FFF;
  font-size: 24px;
  display: none;
}
@media (max-width: 1070px) {
  header .header_content .hamburger_menu {
    display: inline-block;
  }
}
header .hamburger_content {
  background-color: #3d3d3d;
  position: absolute;
  left: 2000px;
  top: 0;
  width: 100%;
  display: flex;
  border-radius: 3px;
  flex-direction: column;
  z-index: 1000;
  height: -moz-max-content;
  height: max-content;
  flex-direction: column;
  gap: 14px 0;
  padding: 15px;
  transition: 0.3s all ease;
}
header .hamburger_content .hamburger_content_header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
header .hamburger_content .hamburger_content_header .hamburger_close_btn {
  color: #FFF;
  font-size: 24px;
  display: inline-block;
}
header .hamburger_content .header_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .hamburger_content .header_action {
  display: flex;
  justify-content: flex-start;
}

.hero_swiper {
  overflow: visible !important;
}
@media (max-width: 1070px) {
  .hero_swiper {
    margin-top: 102px;
  }
}
@media (max-width: 850px) {
  .hero_swiper {
    margin-top: 70px;
  }
}
.hero_swiper .hero {
  padding: 155px 0 280px 0;
  background: linear-gradient(178deg, #FFF 1.99%, #CCC 76.74%, #FFF 98.67%);
}
@media (max-width: 1650px) {
  .hero_swiper .hero {
    padding: 125px 0 260px 0;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero {
    padding: 70px 0 130px 0;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero {
    padding: 40px 0 60px 0;
  }
}
.hero_swiper .hero .hero_doors_block {
  max-width: 1337px;
  margin: 0 auto;
  align-items: end;
  position: relative;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block {
    max-width: 1020px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block {
    max-width: 680px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block {
    max-width: 300px;
  }
}
.hero_swiper .hero .hero_doors_block::after {
  content: "";
  position: absolute;
  left: -40px;
  width: 100%;
  bottom: -9px;
  background-repeat: no-repeat;
  background-image: url(../images/hero_doors_bottom.png);
  background-size: 1389px 8px;
  width: 1389px;
  height: 8px;
  background-size: 1389px 8px;
  background: #464646;
  filter: blur(8.4499998093px);
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block::after {
    width: 1265px;
    left: -115px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block::after {
    width: 799px;
    left: -51px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block::after {
    width: 400px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item {
  flex: 0 0 auto;
  width: 20.117%;
  height: 563px;
  position: relative;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item {
    width: 25%;
    height: 500px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item {
    height: 365px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item {
    height: 150px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item:first-child::before {
  background-image: url(../images/flower1.png);
  content: "";
  position: absolute;
  bottom: -5px;
  left: -290px;
  z-index: 15;
  width: 435px;
  height: 348px;
  display: inline-block;
  background-size: 435px 348px;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:first-child::before {
    background-size: 412px 317px;
    bottom: -37px;
    left: -280px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:first-child::before {
    background-size: 294px 200px;
    width: 294px;
    height: 241px;
    bottom: -46px;
    left: -210px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:first-child::before {
    background-size: 130px 90px;
    width: 130px;
    height: 90px;
    left: -90px;
    bottom: 0;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item:first-child::after {
  background-image: url(../images/hero_flower_bottom_shadow.svg);
  content: "";
  position: absolute;
  bottom: -16px;
  left: -121px;
  z-index: 5;
  width: 91px;
  height: 20px;
  display: inline-block;
  background-size: 91px 20px;
  background-repeat: no-repeat;
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:first-child::after {
    bottom: -16px;
    left: -96px;
    z-index: 5;
    width: 60px;
    background-size: 60px 20px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:first-child::after {
    left: -38px;
    background-size: 24px 20px;
    bottom: -11px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 100%;
  left: -205px;
  background-image: url(../images/flower2.png);
  width: 177px;
  height: 484px;
  display: inline-block;
  background-size: 177px 484px;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::before {
    left: -124px;
    background-size: 131px 445px;
    width: 145px;
    bottom: -49px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::before {
    left: -87px;
    background-size: 100px 324px;
    width: 145px;
    bottom: -6px;
    height: 324px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::before {
    background-size: 40px 150px;
    width: 40px;
    height: 150px;
    left: -37px;
    bottom: -2px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: -15px;
  right: -225px;
  background-image: url(../images/flower2.png);
  width: 177px;
  height: 484px;
  display: inline-block;
  background-size: 177px 484px;
  background-repeat: no-repeat;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::after {
    right: -150px;
    background-size: 131px 445px;
    width: 145px;
    bottom: -49px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::after {
    right: -144px;
    background-size: 100px 324px;
    width: 145px;
    bottom: -6px;
    height: 324px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_door_item:nth-child(2)::after {
    background-size: 40px 150px;
    width: 40px;
    height: 150px;
    right: -42px;
    bottom: -2px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_door_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_swiper .hero .hero_doors_block .third_door::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -310px;
  background-image: url(../images/flower3.png);
  width: 425px;
  height: 391px;
  display: inline-block;
  background-size: 425px 391px;
  background-repeat: no-repeat;
  z-index: 15;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .third_door::after {
    background-size: 367px 332px;
    bottom: -84px;
    right: -333px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .third_door::after {
    background-size: 195px 211px;
    bottom: -15px;
    right: -167px;
    width: 195px;
    height: 211px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .third_door::after {
    background-size: 100px 85px;
    bottom: -6px;
    right: -71px;
    width: 100px;
    height: 85px;
  }
}
.hero_swiper .hero .hero_doors_block .third_door::before {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -130px;
  background-image: url(../images/hero_flower_bottom_shadow.svg);
  width: 91px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 91px 20px;
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .third_door::before {
    bottom: -11px;
    right: -85px;
    width: 40px;
    background-size: 40px 20px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .third_door::before {
    right: -48px;
    width: 40px;
    background-size: 22px 20px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_info {
  -webkit-backdrop-filter: blur(20.5499992371px);
          backdrop-filter: blur(20.5499992371px);
  background: rgba(43, 43, 43, 0.52);
  padding: 25px 35px;
  color: #FFF;
  max-width: 710px;
  position: absolute;
  bottom: -215px;
  left: 56px;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_info {
    max-width: 607px;
    padding: 25px 35px;
    left: 25px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_info {
    max-width: 400px;
    padding: 15px 25px;
    bottom: -90px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_info {
    padding: 10px;
    max-width: 210px;
    left: 7px;
    bottom: -40px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_info .hero_title {
  font-family: Venus;
  text-align: center;
  font-size: 51px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_title {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_title {
    font-size: 22px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_title {
    font-size: 15px;
  }
}
.hero_swiper .hero .hero_doors_block .hero_info .hero_title_info {
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_title_info {
    font-size: 17px;
    margin-bottom: 9px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_title_info {
    font-size: 11px;
    margin-bottom: 0;
  }
}
.hero_swiper .hero .hero_doors_block .hero_info .hero_info_description {
  font-size: 20px;
}
@media (max-width: 1650px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_info_description {
    font-size: 18px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_info_description {
    font-size: 12px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero .hero_doors_block .hero_info .hero_info_description {
    font-size: 7px;
    line-height: 1.4;
    display: none;
  }
}
.hero_swiper .hero_swiper_pagination {
  z-index: 10;
}
.hero_swiper .hero_swiper_pagination .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: #908e8e;
}
@media (max-width: 1070px) {
  .hero_swiper .hero_swiper_pagination .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .hero_swiper_pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
}
.hero_swiper .hero_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2B2B2B;
}
.hero_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  z-index: 15;
  bottom: 50px;
  left: 530px;
}
@media (max-width: 1650px) {
  .hero_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 34px;
  }
}
@media (max-width: 1070px) {
  .hero_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 30px;
    left: 250px;
  }
}
@media (max-width: 850px) {
  .hero_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 13px;
    left: 115px;
  }
}

footer {
  padding: 85px 0 135px 0;
  background: #1E1E1E;
}
@media (max-width: 1070px) {
  footer {
    padding: 45px 0 75px 0;
  }
}
@media (max-width: 850px) {
  footer {
    padding: 25px 0 35px 0;
  }
}
footer .footer_logo {
  color: #FFF;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Venus;
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 1070px) {
  footer .footer_logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  footer .footer_logo {
    text-align: center;
  }
}
@media (max-width: 850px) {
  footer .footer_logo {
    font-size: 20px;
  }
}
footer .footer_content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1070px) {
  footer .footer_content {
    gap: 0 20px;
  }
}
@media (max-width: 850px) {
  footer .footer_content {
    flex-direction: column;
    gap: 15px 0;
    text-align: center;
  }
}
footer .footer_content .footer_content_left, footer .footer_content .footer_content_right {
  color: #FFF;
  font-size: 15px;
  line-height: 227%;
}
@media (max-width: 1070px) {
  footer .footer_content .footer_content_left, footer .footer_content .footer_content_right {
    line-height: 180%;
  }
}
@media (max-width: 850px) {
  footer .footer_content .footer_content_left, footer .footer_content .footer_content_right {
    font-size: 12px;
  }
}
footer .footer_content .footer_content_left a {
  color: #FFF;
}
footer .footer_content .footer_content_left span {
  font-weight: 600;
}
footer .footer_content .footer_content_left li:last-child a {
  font-weight: 700;
}
footer .footer_content .footer_content_right {
  max-width: 465px;
}
@media (max-width: 1070px) {
  footer .footer_content .footer_content_right {
    max-width: 390px;
  }
}
@media (max-width: 850px) {
  footer .footer_content .footer_content_right {
    max-width: 100%;
  }
}

.produce {
  padding: 195px 0;
  background-color: #FFF;
}
@media (max-width: 1650px) {
  .produce {
    padding: 140px 0;
  }
}
@media (max-width: 1070px) {
  .produce {
    padding: 70px 0;
  }
}
@media (max-width: 850px) {
  .produce {
    padding: 50px 0;
  }
}
.produce .produce_content {
  position: relative;
}
.produce .produce_content .produce_content_left {
  flex: 0 0 auto;
  width: calc(50% - 19px);
}
@media (max-width: 850px) {
  .produce .produce_content .produce_content_left {
    width: 100%;
    padding-bottom: 300px;
  }
}
.produce .produce_content .produce_content_left .section_title {
  margin-bottom: 42px;
}
@media (max-width: 1070px) {
  .produce .produce_content .produce_content_left .section_title {
    margin-bottom: 25px;
  }
}
.produce .produce_content .produce_content_left .produce_content_left_info {
  color: #161616;
  font-size: 16px;
  line-height: 227%;
}
@media (max-width: 1070px) {
  .produce .produce_content .produce_content_left .produce_content_left_info {
    font-size: 15px;
    line-height: 140%;
  }
}
.produce .produce_content .produce_content_right_item {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 30;
}
@media (max-width: 1650px) {
  .produce .produce_content .produce_content_right_item {
    width: 600px;
  }
}
@media (max-width: 1070px) {
  .produce .produce_content .produce_content_right_item {
    width: 400px;
  }
}
@media (max-width: 850px) {
  .produce .produce_content .produce_content_right_item {
    top: 315px;
  }
}
.produce .produce_content .produce_content_right_item img {
  width: 100%;
}
.produce .produce_content .produce_content_right_item:last-of-type {
  right: 285px;
  top: -145px;
  z-index: 33;
}
@media (max-width: 1650px) {
  .produce .produce_content .produce_content_right_item:last-of-type {
    right: 235px;
    top: -120px;
  }
}
@media (max-width: 1070px) {
  .produce .produce_content .produce_content_right_item:last-of-type {
    right: 160px;
    top: -80px;
  }
}
@media (max-width: 850px) {
  .produce .produce_content .produce_content_right_item:last-of-type {
    top: 280px;
  }
}

.catalog {
  padding: 130px 0;
  background: #FAFAFA;
}
@media (max-width: 1650px) {
  .catalog {
    padding: 100px 0;
  }
}
@media (max-width: 1070px) {
  .catalog {
    padding: 50px 0;
  }
}
.catalog .section_title {
  margin-bottom: 52px;
  text-align: left;
}
@media (max-width: 1070px) {
  .catalog .section_title {
    margin-bottom: 32px;
  }
}
@media (max-width: 850px) {
  .catalog .section_title {
    text-align: center;
  }
}
.catalog .catalog_items_block {
  display: flex;
  flex-direction: column;
  gap: 97px 0;
  margin-bottom: 97px;
}
@media (max-width: 1070px) {
  .catalog .catalog_items_block {
    gap: 37px 0;
    margin-bottom: 37px;
  }
}
.catalog .catalog_items_block .catalog_item {
  padding: 70px 50px 100px 112px;
  background: #FFF;
  box-shadow: 0px 683px 191px 0px rgba(0, 0, 0, 0), 0px 437px 175px 0px rgba(0, 0, 0, 0.01), 0px 246px 148px 0px rgba(0, 0, 0, 0.03), 0px 109px 109px 0px rgba(0, 0, 0, 0.04), 0px 27px 60px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0 62px;
  position: relative;
}
@media (max-width: 1070px) {
  .catalog .catalog_items_block .catalog_item {
    padding: 30px 0 60px 30px;
    gap: 0 30px;
  }
}
@media (max-width: 850px) {
  .catalog .catalog_items_block .catalog_item {
    flex-direction: column;
    gap: 15px 0;
    padding: 15px 15px 80px 15px;
  }
}
.catalog .catalog_items_block .catalog_item .catalog_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #909090;
  padding: 32px;
}
@media (max-width: 1070px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_arrow {
    padding: 15px;
  }
  .catalog .catalog_items_block .catalog_item .catalog_item_arrow img {
    width: 60px;
  }
}
@media (max-width: 1070px) and (max-width: 850px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_arrow img {
    width: 27px;
  }
}
.catalog .catalog_items_block .catalog_item .catalog_item_arrow img {
  transition: 0.3s all ease;
}
.catalog .catalog_items_block .catalog_item .catalog_item_arrow:hover img {
  transform: rotateZ(45deg);
}
@media (max-width: 850px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_left {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .catalog .catalog_items_block .catalog_item .catalog_item_left img {
    width: 100%;
    height: 320px;
  }
}
.catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_title {
  color: #888;
  font-size: 48px;
  font-weight: 300;
  line-height: 227%;
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_title {
    font-size: 40px;
  }
}
@media (max-width: 1070px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_title {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_info {
  display: flex;
  flex-direction: column;
}
.catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_info li {
  color: #161616;
  font-size: 15px;
  line-height: 227%;
}
@media (max-width: 1650px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_info li {
    line-height: 210%;
  }
}
@media (max-width: 1070px) {
  .catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_info li {
    line-height: 180%;
    font-size: 14px;
  }
}
.catalog .catalog_items_block .catalog_item .catalog_item_right .catalog_item_right_info li span {
  font-weight: 700;
  margin-right: 4px;
}
.catalog .catalog_btn {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 227%;
  text-transform: uppercase;
  max-width: 595px;
  height: 134px;
  align-content: center;
  display: block;
  margin: 0 auto;
  background: #454545;
  box-shadow: 0px 409px 115px 0px rgba(0, 0, 0, 0), 0px 262px 105px 0px rgba(0, 0, 0, 0.01), 0px 147px 88px 0px rgba(0, 0, 0, 0.05), 0px 65px 65px 0px rgba(0, 0, 0, 0.09), 0px 16px 36px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1650px) {
  .catalog .catalog_btn {
    height: 110px;
    max-width: 540px;
  }
}
@media (max-width: 1070px) {
  .catalog .catalog_btn {
    font-size: 20px;
    height: 70px;
    max-width: 400px;
  }
}
@media (max-width: 850px) {
  .catalog .catalog_btn {
    font-size: 17px;
  }
}

.manufacturers_hero_section {
  padding-top: 122px;
  padding-bottom: 20px;
  background: linear-gradient(178deg, #FFF 1.99%, #F4F4F4 83.56%, #FFF 98.67%);
}
@media (max-width: 1650px) {
  .manufacturers_hero_section {
    padding-top: 100px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section {
    padding-top: 50px;
    margin-top: 102px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section {
    margin-top: 70px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content {
  max-width: 1262px;
  margin: 0 auto;
  padding-left: 96px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section .manufacturers_hero_section_content {
    max-width: 1180px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content {
    max-width: 770px;
    gap: 0 30px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content {
    flex-direction: column;
    gap: 20px 0;
    padding-left: 0;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left {
  max-width: 495px;
  max-height: 875px;
  position: relative;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left {
    max-width: 450px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left {
    max-height: 470px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left {
    max-width: 100%;
    width: 100%;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left:after {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 8px;
  background: #464646;
  width: 489px;
  height: 7px;
  filter: blur(8.4499998093px);
}
@media (max-width: 1650px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left:after {
    width: 442px;
    bottom: 13px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left:after {
    left: 0;
    width: 240px;
    bottom: 4px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left:after {
    width: 200px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left img {
    max-width: 200px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower {
  position: absolute;
  bottom: 30px;
  left: -200px;
  z-index: 15;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower {
    left: -170px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower {
    height: 280px;
    left: -115px;
    bottom: 8px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower {
    left: 240px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower_shadow {
  position: absolute;
  bottom: 28px;
  left: -166px;
  z-index: 10;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower_shadow {
    left: -137px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_left .manufacturers_hero_left_flower_shadow {
    bottom: 3px;
    left: -99px;
    width: 50px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right {
  padding-top: 47px;
  max-width: 575px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right {
    padding-top: 20px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right {
    max-width: 100%;
    padding: 15px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_title {
  color: #888;
  font-size: 48px;
  font-weight: 900;
  line-height: 136%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_title {
    font-size: 25px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_title_bottom {
  color: #888;
  font-size: 20px;
  font-weight: 300;
  line-height: 136%;
  margin-bottom: 35px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_title_bottom {
    font-size: 17px;
    line-height: 112%;
    margin-bottom: 15px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_advantages {
  padding: 21px 18px 15px 25px;
  background: rgba(43, 43, 43, 0.87);
  color: #FFF;
  font-size: 14px;
  line-height: 227%;
  margin-bottom: 45px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_advantages {
    font-size: 12px;
    line-height: 162%;
    margin-bottom: 15px;
    padding: 15px 14px 15px 15px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .manufacturers_hero_advantages li {
  list-style: disc;
  margin-left: 20px;
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .order_btn {
  max-width: 179px;
  height: 52px;
  display: block;
  text-align: center;
  align-content: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 136%;
  background-color: #919191;
  transition: 0.3s all ease;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .order_btn {
    max-width: 179px;
    height: 32px;
    font-size: 16px;
  }
}
.manufacturers_hero_section .manufacturers_hero_section_content .manufacturers_hero_right .order_btn:hover {
  box-shadow: 0 0 8px 3px #323131;
}

.why_us {
  padding: 220px 0 134px 0;
  background: linear-gradient(178deg, #FFF 1.99%, #F4F4F4 83.56%, #FFF 98.67%);
}
@media (max-width: 1650px) {
  .why_us {
    padding: 160px 0 134px 0;
  }
}
@media (max-width: 1070px) {
  .why_us {
    padding: 70px 0 125px 0;
  }
}
@media (max-width: 850px) {
  .why_us {
    padding: 10px 0 45px 0;
  }
}
.why_us .why_us_content {
  padding-left: 96px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 850px) {
  .why_us .why_us_content {
    padding-left: 0;
    max-width: 100%;
  }
}
.why_us .why_us_content .section_title {
  max-width: 780px;
  margin-bottom: 35px;
  text-align: left;
  color: #888;
  font-size: 48px;
  font-weight: 900;
  line-height: 136%; /* 65.28px */
  text-transform: uppercase;
}
@media (max-width: 1650px) {
  .why_us .why_us_content .section_title {
    font-size: 34px;
  }
}
@media (max-width: 1070px) {
  .why_us .why_us_content .section_title {
    font-size: 27px;
    max-width: 500px;
    margin-bottom: 20px;
  }
}
@media (max-width: 850px) {
  .why_us .why_us_content .section_title {
    font-size: 20px;
    padding: 0 13px;
  }
}
.why_us .why_us_content .why_us_content_info {
  max-width: 500px;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 136%;
  text-transform: uppercase;
  margin-bottom: 120px;
}
@media (max-width: 1070px) {
  .why_us .why_us_content .why_us_content_info {
    font-size: 14px;
    margin-bottom: 60px;
  }
}
@media (max-width: 850px) {
  .why_us .why_us_content .why_us_content_info {
    padding: 0 13px;
    font-size: 13px;
  }
}
.why_us .why_us_content .show_all_catalog {
  height: 84px;
  display: block;
  max-width: 370px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  line-height: 227%;
  text-transform: uppercase;
  align-content: center;
  background: #414141;
  box-shadow: 0px 409px 115px 0px rgba(0, 0, 0, 0), 0px 262px 105px 0px rgba(0, 0, 0, 0.01), 0px 147px 88px 0px rgba(0, 0, 0, 0.05), 0px 65px 65px 0px rgba(0, 0, 0, 0.09), 0px 16px 36px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1070px) {
  .why_us .why_us_content .show_all_catalog {
    height: 63px;
  }
}
@media (max-width: 850px) {
  .why_us .why_us_content .show_all_catalog {
    max-width: 340px;
    margin: 0 auto;
    margin-top: 400px;
  }
}
.why_us .why_us_content .why_us_door_img {
  position: absolute;
  right: 50px;
  z-index: 2;
  top: 0;
}
@media (max-width: 1650px) {
  .why_us .why_us_content .why_us_door_img {
    right: 145px;
  }
}
@media (max-width: 1070px) {
  .why_us .why_us_content .why_us_door_img {
    right: 210px;
  }
}
.why_us .why_us_content .why_us_door_img:last-child {
  right: -70px;
  top: 70px;
  z-index: 5;
}
@media (max-width: 1650px) {
  .why_us .why_us_content .why_us_door_img:last-child {
    right: 25px;
  }
}
@media (max-width: 1070px) {
  .why_us .why_us_content .why_us_door_img:last-child {
    right: 130px;
  }
}
@media (max-width: 850px) {
  .why_us .why_us_content .why_us_door_img:last-child {
    top: 360px;
    right: 70px;
  }
}
@media (max-width: 1070px) {
  .why_us .why_us_content .why_us_door_img {
    width: 280px;
    height: 480px;
    right: 210px;
  }
  .why_us .why_us_content .why_us_door_img img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .why_us .why_us_content .why_us_door_img {
    width: 190px;
    height: 336px;
    top: 315px;
    right: 160px;
  }
}

.catalog_swiper_hero {
  padding: 60px 0 120px 0;
  background: linear-gradient(178deg, rgba(255, 255, 255, 0.3) 1.99%, rgba(204, 204, 204, 0.3) 76.74%, rgba(255, 255, 255, 0.3) 98.67%);
}
@media (max-width: 1070px) {
  .catalog_swiper_hero {
    margin-top: 72px;
  }
}
@media (max-width: 850px) {
  .catalog_swiper_hero {
    padding: 30px 0 70px 0;
  }
}
.catalog_swiper_hero .catalog_header .catalog_header_content {
  margin-left: 80px;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_header .catalog_header_content {
    margin-left: 40px;
  }
}
.catalog_swiper_hero .catalog_header .catalog_header_content .section_title {
  color: #888;
  font-size: 40px;
  font-weight: 900;
  line-height: 136%;
  text-align: left;
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_header .catalog_header_content .section_title {
    font-size: 30px;
  }
}
.catalog_swiper_hero .catalog_header .catalog_header_content .catalog_swiper_hero_content_title_bottom {
  color: #888;
  font-size: 24px;
  font-weight: 300;
  line-height: 136%;
  margin-bottom: 30px;
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_header .catalog_header_content .catalog_swiper_hero_content_title_bottom {
    font-size: 22px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content {
  position: relative;
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower {
  position: absolute;
  bottom: 200px;
  left: -320px;
  z-index: 45;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower {
    width: 375px;
  }
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower img {
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower {
    width: 320px;
    left: -245px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower {
  position: absolute;
  bottom: 150px;
  right: -410px;
  z-index: 45;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower {
    width: 345px;
    right: -361px;
  }
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower img {
    width: 100%;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower {
    width: 290px;
    right: -275px;
    height: 400px;
    bottom: 25px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower_shadow {
  position: absolute;
  bottom: 187px;
  left: -144px;
  z-index: 10;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower_shadow {
    left: -170px;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_left_flower_shadow {
    left: -125px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower_shadow {
  position: absolute;
  bottom: 167px;
  right: -230px;
  z-index: 10;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower_shadow {
    bottom: 164px;
    right: -220px;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_swiper_right_flower_shadow {
    right: -174px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper {
  margin-left: 80px;
  margin-right: 20px;
  box-shadow: 0px 683px 191px 0px rgba(0, 0, 0, 0), 0px 437px 175px 0px rgba(0, 0, 0, 0.01), 0px 246px 148px 0px rgba(0, 0, 0, 0.03), 0px 109px 109px 0px rgba(0, 0, 0, 0.04), 0px 27px 60px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper {
    margin-left: 40px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item {
  padding: 5px 20px 25px 20px;
  flex: 0 0 auto;
  transition: 0.3s all ease;
  width: calc(20% - 16px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  margin-top: 0 !important;
  box-shadow: 0px 683px 191px 0px rgba(0, 0, 0, 0), 0px 437px 175px 0px rgba(0, 0, 0, 0.01), 0px 246px 148px 0px rgba(0, 0, 0, 0.03), 0px 109px 109px 0px rgba(0, 0, 0, 0.04), 0px 27px 60px 0px rgba(0, 0, 0, 0.05);
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item .catalog_door_name {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 227%;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item .catalog_door_name {
    font-size: 13px;
  }
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item .catalog_door_price {
  color: #888;
  font-size: 20px;
  font-weight: 700;
  line-height: 227%;
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item .detail {
  display: block;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 227%;
  background: #909090;
  height: 32px;
  text-align: center;
  align-content: center;
  width: 116px;
}
.catalog_swiper_hero .catalog_swiper_hero_block_content .catalog_page_swiper .catalog_page_swiper_wrapper .catalog_item:hover {
  transform: translateY(-10px);
}
.catalog_swiper_hero .catalog_page_swiper_pagination {
  position: absolute;
  bottom: -75px;
}
@media (max-width: 850px) {
  .catalog_swiper_hero .catalog_page_swiper_pagination {
    bottom: -45px;
  }
}
.catalog_swiper_hero .catalog_page_swiper_pagination .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: #908e8e;
  margin: 0 10px;
}
@media (max-width: 850px) {
  .catalog_swiper_hero .catalog_page_swiper_pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
}
.catalog_swiper_hero .catalog_page_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2B2B2B;
}
.catalog_swiper_hero .catalog_page_swiper_prev::after, .catalog_swiper_hero .catalog_page_swiper_next::after {
  position: absolute;
  bottom: -453px;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_page_swiper_prev::after, .catalog_swiper_hero .catalog_page_swiper_next::after {
    bottom: -450px;
  }
}
@media (max-width: 850px) {
  .catalog_swiper_hero .catalog_page_swiper_prev::after, .catalog_swiper_hero .catalog_page_swiper_next::after {
    bottom: -407px;
  }
}
.catalog_swiper_hero .catalog_page_swiper_prev::after {
  content: url(../images/swiper_prev.svg);
  left: 370px;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_page_swiper_prev::after {
    left: 315px;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_page_swiper_prev::after {
    left: 185px;
  }
}
@media (max-width: 850px) {
  .catalog_swiper_hero .catalog_page_swiper_prev::after {
    content: "";
    background-image: url(../images/swiper_next.svg);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    left: 255px;
  }
}
.catalog_swiper_hero .catalog_page_swiper_next::after {
  content: url(../images/swiper_next.svg);
  right: 370px;
}
@media (max-width: 1650px) {
  .catalog_swiper_hero .catalog_page_swiper_next::after {
    right: 315px;
  }
}
@media (max-width: 1070px) {
  .catalog_swiper_hero .catalog_page_swiper_next::after {
    right: 185px;
  }
}
@media (max-width: 850px) {
  .catalog_swiper_hero .catalog_page_swiper_next::after {
    content: "";
    background-image: url(../images/swiper_prev.svg);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    right: 255px;
  }
}

.manufacturers_hero_section.in_catalog_door_page {
  padding-top: 40px;
  padding-bottom: 30px;
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right {
  padding-top: 170px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right {
    padding-top: 30px;
  }
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_title {
  font-size: 36px;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_title {
    font-size: 25px;
  }
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_title span {
  color: #888;
  font-size: 36px;
  font-weight: 300;
  line-height: 136%;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_title span {
    font-size: 30px;
  }
}
@media (max-width: 1650px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_advantages {
    max-width: 515px;
  }
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_advantages li {
  list-style: none;
  margin-left: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 227%;
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_advantages li {
    line-height: 190%;
  }
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_right .manufacturers_hero_advantages li span {
  font-weight: 700;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left {
    max-height: 800px;
  }
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left {
    max-height: 490px;
  }
}
.manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left:after {
  bottom: -8px;
}
@media (max-width: 1650px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left:after {
    bottom: -8px;
  }
}
@media (max-width: 1070px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left:after {
    left: 11px;
  }
}
@media (max-width: 850px) {
  .manufacturers_hero_section.in_catalog_door_page .manufacturers_hero_left:after {
    left: -4px;
  }
}

.watch_more {
  padding: 170px 0 0 0;
  background: #FFF;
}
@media (max-width: 1650px) {
  .watch_more {
    padding: 120px 0 0 0;
  }
}
@media (max-width: 1070px) {
  .watch_more {
    padding: 40px 0 0 0;
  }
}
.watch_more .watch_more_content .watch_more_content_title {
  color: #888;
  font-size: 48px;
  font-weight: 300;
  line-height: 136%;
  margin: 0 auto;
  margin-bottom: 90px;
  max-width: 880px;
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_content_title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_pagination {
  bottom: 40px;
}
.watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_pagination .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: #908e8e;
  margin: 0 10px;
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2B2B2B;
}
.watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_prev::after {
  content: url(../images/swiper_prev.svg);
  left: 10px;
  position: absolute;
  z-index: 100;
}
@media (max-width: 1650px) {
  .watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_prev::after {
    left: -10px;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_prev::after {
    content: "";
    background-image: url(../images/swiper_prev.svg);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_next::after {
  content: url(../images/swiper_next.svg);
  right: 10px;
  position: absolute;
  z-index: 100;
}
@media (max-width: 1650px) {
  .watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_next::after {
    right: -10px;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .catalog_door_page_swiper_next::after {
    content: "";
    background-image: url(../images/swiper_next.svg);
    background-size: 30px 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item {
  padding: 50px 50px 70px 83px;
  background: #FFF;
  box-shadow: 0px 683px 191px 0px rgba(0, 0, 0, 0), 0px 437px 175px 0px rgba(0, 0, 0, 0.01), 0px 246px 148px 0px rgba(0, 0, 0, 0.03), 0px 109px 109px 0px rgba(0, 0, 0, 0.04), 0px 27px 60px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 0 45px;
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  margin-bottom: 108px;
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item {
    max-width: 600px;
    padding: 25px 25px 100px 43px;
    gap: 0 20px;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item {
    flex-direction: column;
    padding: 15px 25px 60px 25px;
    align-items: center;
    max-width: 80%;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #909090;
  padding: 23px;
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow {
    padding: 15px;
  }
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow img {
    width: 60px;
  }
}
@media (max-width: 1070px) and (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow img {
    width: 30px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow img {
  transition: 0.3s all ease;
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_arrow:hover img {
  transform: rotateZ(45deg);
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_left {
    width: 300px;
    height: 420px;
  }
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_left img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_left {
    width: 220px;
    height: 420px;
    display: flex;
    justify-content: center;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_title {
  color: #888;
  font-size: 32px;
  font-weight: 300;
  line-height: 227%;
  margin-bottom: 25px;
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_title {
    font-size: 17px;
    margin-top: 15px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_info {
  display: flex;
  flex-direction: column;
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_info li {
  color: #161616;
  font-size: 11px;
  line-height: 227%;
}
@media (max-width: 1070px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_info li {
    line-height: 190%;
  }
}
@media (max-width: 850px) {
  .watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_info li {
    font-size: 9px;
  }
}
.watch_more .watch_more_content .watch_more_swiper .watch_more_swiper_item .catalog_item .catalog_item_right .catalog_item_right_info li span {
  font-weight: 700;
  margin-right: 4px;
}/*# sourceMappingURL=main.css.map */