@import url("../fonts/stylesheet.css");
* {
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

html,
body,
p {
  font-family: "Gilroy", sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0;
  color: #fff;
  line-height: 1.1;
}

.container {
  width: 1568px;
  margin: 0 auto;
}

.min_price {
  padding: 9px 20px;
  background: rgb(251, 70, 95);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

.top_contacts {
  background: rgb(232, 232, 232);
  padding: 8px 20px;
}
.top_contacts .top_contacts-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_contacts .top_contacts-flex .top_contacts-flex-adress {
  padding-left: 27px;
  background-image: url("../img/svg/location.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
  font-size: 16px;
}
.top_contacts .top_contacts-flex .top_contacts-flex-adress:active, .top_contacts .top_contacts-flex .top_contacts-flex-adress:link, .top_contacts .top_contacts-flex .top_contacts-flex-adress:visited, .top_contacts .top_contacts-flex .top_contacts-flex-adress:focus {
  color: #000;
}
.top_contacts .top_contacts-flex .top_contacts-flex-menu {
  display: flex;
  gap: 50px;
}
.top_contacts .top_contacts-flex .top_contacts-flex-menu .top_contacts-flex-menu-item {
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
.top_contacts .top_contacts-flex .top_contacts-flex-menu .top_contacts-flex-menu-item:hover, .top_contacts .top_contacts-flex .top_contacts-flex-menu .top_contacts-flex-menu-item.active {
  border-bottom: 1px solid #000;
  transition: 0.2s ease-out;
}

.serach {
  display: flex;
  justify-content: space-between;
  height: 70px;
  align-items: center;
}
.serach .serach-input {
  display: flex;
  align-items: center;
}
.serach .serach-input .serach-input-logo {
  display: block;
  width: 130px;
  height: 45px;
  background: url("../img/svg/logo.svg") no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.serach .serach-input .serach-input-input {
  width: 966px;
  border: 1px solid rgb(131, 131, 131);
  border-radius: 5px !important;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-left: 52px;
  font-size: 16px;
  background: url("../img/svg/search.svg") no-repeat;
  background-position: 15px center;
  background-size: 22px;
}
.serach .serach-input .serach-input-input::placeholder {
  color: rgba(39, 45, 60, 0.64);
  font-size: 16px;
}

.serach-tel {
  display: flex;
}
.serach-tel img {
  margin-right: 14px;
}
.serach-tel .serach-tel-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.serach-tel .serach-tel-container .serach-tel-container-num {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000;
}
.serach-tel .serach-tel-container .serach-tel-container-callback {
  align-self: flex-end;
  font-size: 14px;
  color: rgb(248, 52, 28);
  transition: color 0.2s ease-out;
  text-decoration: underline;
  cursor: pointer;
}
.serach-tel .serach-tel-container .serach-tel-container-callback:hover {
  color: rgb(250, 101, 81);
  transition: color 0.2s ease-out;
}

.top_contacts .serach-tel {
  display: none;
}

.top_nav {
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  padding: 7px 0;
}
.top_nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  position: relative;
  z-index: 55;
}
.top_nav .top_nav-menu {
  display: flex;
  height: 36px;
  align-items: last baseline;
  position: relative;
  cursor: pointer;
}
.top_nav .top_nav-menu .menu {
  position: absolute;
  left: 0;
  top: 51px;
  font-size: 20px;
  max-height: 0;
  overflow: hidden;
  background: #588754;
  z-index: 100;
  transition: max-height 0.5s ease;
  border-radius: 10px;
}
.top_nav .top_nav-menu .menu * {
  color: #fff;
  transition: color 0.2s ease-out;
  font-size: 24px;
  font-weight: 600;
}
.top_nav .top_nav-menu .menu ol {
  padding: 20px;
  margin: 0;
}
.top_nav .top_nav-menu .menu ol li {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.top_nav .top_nav-menu .menu ol li ol {
  padding: 0;
  max-height: 0;
  transition: max-height 0.5s ease;
  overflow: hidden;
  display: flex;
  gap: 10px;
  padding-top: 10px;
  flex-direction: column;
}
.top_nav .top_nav-menu .menu ol li ol li {
  margin: 0;
  margin-left: 15px;
}
.top_nav .top_nav-menu .menu ol li ol li a {
  font-size: 20px;
}
.top_nav .top_nav-menu .menu ol li:hover ol {
  max-height: 500px;
  transition: max-height 0.5s ease;
}
.top_nav .top_nav-menu .menu .menu-item:hover p {
  color: #eeff00;
  transition: color 0.2s ease-out;
}
.top_nav .top_nav-menu .menu .menu-item:hover a:hover {
  color: #eeff00;
  transition: color 0.2s ease-out;
}
.top_nav .top_nav-menu .top_nav-menu-burger {
  width: 20px;
  height: 14.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 12px;
}
.top_nav .top_nav-menu .top_nav-menu-burger span {
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  display: block;
}
.top_nav .top_nav-menu .top_nav-menu-title {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}
.top_nav .top_nav-menu .top_nav-menu-title .top_nav-menu-title-t {
  color: #fff;
}
.top_nav .top_nav-menu:hover .menu {
  max-height: 1000px;
  transition: max-height 0.5s ease;
}
.top_nav .top_nav-menu::after {
  content: "";
  display: block;
  background: url("../img/icons/bag.png") no-repeat center;
  background-size: contain;
  width: 53px;
  height: 44px;
  align-self: flex-end;
  position: relative;
  top: 5px;
  left: -5px;
}
.top_nav .top_nav-links {
  display: flex;
  gap: 24px;
}
.top_nav .top_nav-links .top_nav-links-item {
  height: 25px;
  transition: 0.2s ease-out;
  user-select: none;
  position: relative;
}
.top_nav .top_nav-links .top_nav-links-item .basket-btn__counter {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: red;
  color: #fff;
}
.top_nav .top_nav-links .top_nav-links-item:hover {
  opacity: 0.7;
  transition: 0.2s ease-out;
}

.banners {
  height: 525px;
  margin-top: 25px;
}
.banners .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
.banners .container .banners-small {
  min-width: 412px;
  width: 412px;
  height: 100%;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.banners .container .banners-small .banners-small-text {
  position: absolute;
  left: 0;
  bottom: 27px;
  width: inherit;
  padding: 8px 20px;
  background: rgb(251, 70, 95);
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}
.banners .container .banners-small img {
  position: absolute;
  height: inherit;
  width: inherit;
  min-width: inherit;
  left: 0;
  top: 0;
  border-radius: 20px;
}
.banners .container .banners-big {
  width: 1140px;
  height: 100%;
  position: relative;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.banners .container .banners-big img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: inherit;
  height: inherit;
  border-radius: 20px;
  z-index: -1;
  object-position: center;
}
.banners .container .banners-big .banners-big-content {
  margin-top: 27px;
  overflow: hidden;
}
.banners .container .banners-big .banners-big-content .banners-big-content-title {
  font-size: 64px;
  font-weight: 700;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
  margin-left: 37px;
  margin-bottom: 10px;
}
.banners .container .banners-big .banners-big-content .banners-big-content-s_title {
  padding: 5px 15px 5px 37px;
  max-width: 773px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  background: rgb(255, 245, 0);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 0 20px 20px 0;
  margin-bottom: 35px;
}
.banners .container .banners-big .banners-big-content .banners-big-content-cards {
  margin-left: 51px;
  height: 295px;
  display: flex;
  gap: 23px;
}
.banners .container .banners-big .banners-big-content .banners-big-content-cards-item {
  height: inherit;
  width: 153px;
  display: block;
  border-radius: 5px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.banners .container .banners-big .banners-big-content .banners-big-content-cards-item img {
  position: static;
  width: inherit;
  height: inherit;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  border: 1px solid rgb(255, 255, 255);
}

.hits, .catalog_page-popular {
  height: auto;
  margin-top: 67px;
}
.hits .hits-title, .catalog_page-popular .hits-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.hits .swiper2, .catalog_page-popular .swiper2 {
  height: auto;
  width: 1614px;
  margin: 0 auto;
  padding-top: 55px;
  padding: 55px 20px 0;
  position: relative;
  overflow-x: hidden;
}
.hits .swiper2 .swiper-wrapper, .catalog_page-popular .swiper2 .swiper-wrapper {
  padding: 23px 0px 20px;
  height: 632px;
  width: inherit;
}
.hits .swiper2 .swiper-slide, .catalog_page-popular .swiper2 .swiper-slide {
  color: #000;
  height: 100%;
  max-width: 293px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  opacity: 0;
  user-select: none;
  position: relative;
  transition: opacity 0.2s;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.hits .swiper2 .swiper-slide *, .catalog_page-popular .swiper2 .swiper-slide * {
  max-width: inherit;
}
.hits .swiper2 .swiper-slide .swiper-slide-tag, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-tag {
  position: absolute;
  top: 0;
  height: 32px;
  width: 189px;
  left: calc(50% - 94.5px);
  background: rgb(255, 40, 70);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hits .swiper2 .swiper-slide .swiper-slide-img, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-img {
  width: inherit;
  height: 447px;
}
.hits .swiper2 .swiper-slide .swiper-slide-img img, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-img img {
  width: inherit;
  height: inherit;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.hits .swiper2 .swiper-slide .swiper-slide-title, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-title {
  margin-top: 13px;
  margin-bottom: 9px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
}
.hits .swiper2 .swiper-slide .swiper-slide-price, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-price {
  font-size: 32px;
  font-weight: 600;
  padding: 0 16px;
}
.hits .swiper2 .swiper-slide .swiper-slide-add, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add {
  margin-top: auto;
  padding: 0 16px;
  height: 41px;
  display: flex;
  justify-content: space-between;
}
.hits .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-btn, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-btn {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: none;
  transition: 0.2s;
}
.hits .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-btn:hover, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-btn:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.21);
  transition: 0.2s;
}
.hits .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like {
  display: none;
  width: 45px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgb(72, 143, 8);
  cursor: pointer;
  background: url("../img/svg/like2.svg") no-repeat center;
  transition: 0.2s ease-out;
  background-size: 29px;
}
.hits .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like.liked, .hits .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like:hover, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like.liked, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-add .swiper-slide-add-like:hover {
  border: 1px solid rgb(251, 70, 95);
  background: url("../img/svg/like3.svg") no-repeat center;
  background-size: 29px;
  transition: 0.2s ease-out;
}
.hits .swiper2 .my-class-visible, .catalog_page-popular .swiper2 .my-class-visible {
  opacity: 1;
  transition: opacity 0.2s;
}
.hits .swiper2 .swiper-nav, .catalog_page-popular .swiper2 .swiper-nav {
  display: flex;
  gap: 4px;
  position: absolute;
  right: 23px;
  top: 0;
  height: 55px;
}
.hits .swiper2 .swiper-nav .swiper-button-prev, .hits .swiper2 .swiper-nav .swiper-button-next, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-prev, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-next {
  display: block;
  margin: 0;
  height: 100%;
  width: 55px;
  position: static;
  border: 1px solid transparent;
  border-radius: 5px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
}
.hits .swiper2 .swiper-nav .swiper-button-prev::after, .hits .swiper2 .swiper-nav .swiper-button-next::after, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-prev::after, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-next::after {
  content: "";
  display: block;
  background: url("../img/svg/arr_n_a.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
.hits .swiper2 .swiper-nav .swiper-button-prev::after, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-prev::after {
  transform: rotate(180deg);
}
.hits .swiper2 .swiper-nav .swiper-button-prev.swiper-button-disabled, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.hits .swiper2 .swiper-nav .swiper-button-next.swiper-button-disabled, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.hits .swiper2 .swiper-nav .swiper-button-prev.swiper-button-disabled::after, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-prev.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: none;
}
.hits .swiper2 .swiper-nav .swiper-button-next.swiper-button-disabled::after, .catalog_page-popular .swiper2 .swiper-nav .swiper-button-next.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: rotate(180deg);
}

.banners_rate {
  margin-top: 78px;
  height: 254px;
}
.banners_rate .container {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  height: 100%;
}
.banners_rate .container .banners_rate-ban {
  width: calc(50% - 13px);
  height: inherit;
  display: block;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.banners_rate .container .banners_rate-ban img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  border-radius: inherit;
}

.new_slider {
  height: auto;
  margin-top: 98px;
}
.new_slider .new-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.new_slider .new_swiper {
  height: auto;
  width: 1614px;
  margin: 0 auto;
  padding-top: 55px;
  padding: 55px 20px 0;
  position: relative;
  overflow-x: hidden;
}
.new_slider .new_swiper .swiper-wrapper {
  padding: 23px 0px 20px;
  height: 632px;
  width: inherit;
}
.new_slider .new_swiper .swiper-slide {
  color: #000;
  height: 100%;
  width: 293px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  opacity: 0;
  user-select: none;
  position: relative;
  transition: opacity 0.2s;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-tag {
  position: absolute;
  top: 0;
  height: 32px;
  width: 189px;
  left: calc(50% - 94.5px);
  background: rgb(255, 40, 70);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-img {
  width: inherit;
  height: 447px;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-img img {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  object-fit: cover;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-title {
  margin-top: 13px;
  margin-bottom: 9px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-price {
  font-size: 32px;
  font-weight: 600;
  padding: 0 16px;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-add {
  margin-top: auto;
  padding: 0 16px;
  height: 41px;
  display: flex;
  justify-content: space-between;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-add .swiper-slide-add-btn {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: none;
  transition: 0.2s;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-add .swiper-slide-add-btn:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.21);
  transition: 0.2s;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-add .swiper-slide-add-like {
  display: none;
  width: 45px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgb(72, 143, 8);
  cursor: pointer;
  background: url("../img/svg/like2.svg") no-repeat center;
  transition: 0.2s ease-out;
  background-size: 29px;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-add .swiper-slide-add-like.liked, .new_slider .new_swiper .swiper-slide .swiper-slide-add .swiper-slide-add-like:hover {
  border: 1px solid rgb(251, 70, 95);
  background: url("../img/svg/like3.svg") no-repeat center;
  background-size: 29px;
  transition: 0.2s ease-out;
}
.new_slider .new_swiper .new_swiper-my-class-visible {
  opacity: 1;
  transition: opacity 0.2s;
}
.new_slider .new_swiper .swiper-nav {
  display: flex;
  gap: 4px;
  position: absolute;
  right: 23px;
  top: 0;
  height: 55px;
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-prev, .new_slider .new_swiper .swiper-nav .new_swiper-button-next {
  display: block;
  margin: 0;
  height: 100%;
  width: 55px;
  position: static;
  border: 1px solid transparent;
  border-radius: 5px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  cursor: pointer;
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-prev::after, .new_slider .new_swiper .swiper-nav .new_swiper-button-next::after {
  content: "";
  display: block;
  background: url("../img/svg/arr_n_a.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-prev::after {
  transform: rotate(180deg);
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-prev.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: none;
}
.new_slider .new_swiper .swiper-nav .new_swiper-button-next.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: rotate(180deg);
}

.desc {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 57px;
  position: relative;
}
.desc .desc-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(37%);
}
.desc .container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.desc .container .desc-text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 48px;
}
.desc .container .desc-btn {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  display: block;
  height: 58px;
  width: 287px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.2s;
}
.desc .container .desc-btn:hover {
  box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, 0.75);
  transition: box-shadow 0.2s;
}

.brands {
  margin-top: 98px;
  margin-bottom: 50px;
}
.brands .brands-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 33px;
}
.brands .brand_swiper {
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.brands .brand_swiper .swiper-wrapper {
  height: 220px;
  width: inherit;
}
.brands .brand_swiper .swiper-wrapper .swiper-slide {
  height: 200px;
  user-select: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.brands .brand_swiper .swiper-wrapper .swiper-slide img {
  width: inherit;
  height: inherit;
  object-fit: contain;
  border-radius: inherit;
}

footer {
  background: rgb(35, 31, 32);
  color: #fff;
  padding-top: 49px;
}
footer .logo {
  display: block;
  width: 130px;
  height: 60px;
  background: url("../img/svg/logo2.svg") no-repeat;
  background-position: top center;
  background-size: contain;
  margin-right: 20px;
  position: relative;
  top: -15px;
}
footer .container {
  display: flex;
}
footer .container .footer_content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
footer .container .footer_content .footer_content-rek .footer_content-rek-text {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
footer .container .footer_content .footer_content-rek .footer_content-rek-graf {
  font-size: 20px;
  font-weight: 400;
}
footer .container .footer_content .footer_content-rek .footer_content-rek-graf ul, footer .container .footer_content .footer_content-rek .footer_content-rek-graf li{
	padding: 0px;
	margin: 0px;
}
footer .container .footer_content .footer_content-social {
  display: flex;
  margin-right: 20px;
  gap: 10px;
}
footer .container .footer_content .footer_content-social .footer_content-social-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
footer .container .footer_content .footer_content-social .footer_content-social-item img {
  width: auto;
  height: auto;
}
footer .container .footer_content .footer_content-social .footer_content-social-item:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
footer .container .footer_content .footer_content-tel {
  display: flex;
  height: 58px;
  align-items: center;
}
footer .container .footer_content .footer_content-tel img {
  margin-right: 14px;
}
footer .container .footer_content .footer_content-tel .footer_content-tel-container {
  display: flex;
  flex-direction: column;
	align-items: center;
  gap: 5px;
}
footer .container .footer_content .footer_content-tel .footer_content-tel-container .footer_content-tel-container-num {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
footer .container .footer_content .footer_content-tel .footer_content-tel-container .footer_content-tel-container-callback {
/*   align-self: flex-end; */
  font-size: 14px;
  color: rgb(109, 163, 29);
  text-decoration: underline;
  cursor: pointer;
}
footer .container .footer_content .footer_content-our_logo {
  width: 167px;
  height: 67px;
  display: block;
  background: url("../img/svg/our_logo.svg") no-repeat center;
}
footer .footer_cp {
  padding: 12px 0 18px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  width: 1100px;
  margin: 50px auto 0;
  border-top: 2px solid #fff;
}
footer .footer_cp b {
  font-size: 16px;
  font-weight: 700;
}

.about_text {
  padding: 45px 0 186px;
  background: url("../img/about/about.png") no-repeat center;
  background-size: cover;
}
.about_text .container {
  background: rgba(255, 255, 255, 0.89);
  padding: 40px 96px 57px;
  color: #000;
}
.about_text .container .about_text-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #000;
}
.about_text .container .about_text-p {
  color: #000;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}
.about_text .container .about_text-p b {
  font-size: 24px;
  font-weight: 500;
}
.about_text .container .about_text-list {
  padding: 0;
  margin: 0;
}
.about_text .container .about_text-list .about_text-list-item {
  font-size: 24px;
  font-weight: 400;
  margin-top: 30px;
}
.about_text .container .underline {
  text-decoration: underline;
}
.about_text .container .about_text-p-bottom {
  margin-top: 50px;
  text-align: center;
}

.news_block {
  height: auto;
  margin-top: 98px;
}
.news_block .new-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.pay_page {
  padding-top: 62px;
  color: #000;
  display: flex;
  flex-direction: column;
  background: url("../img/page_bg-l.png") no-repeat top left, url("../img/page_bg-r.png") no-repeat bottom right;
}
.pay_page .pay_page-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 62px;
}
.pay_page .pay_page-text {
  font-size: 20px;
  font-weight: 600;
}
.pay_page ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.pay_page ul li {
  list-style-type: disc;
}
.pay_page .main_ol {
  padding: 0;
  margin: 0;
}
.pay_page .main_ol .main_ol-li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.pay_page .pay_page-bg {
  width: 727px;
  height: 364px;
  background: url("../img/pay-bg.png") no-repeat center;
  background-size: contain;
  align-self: flex-end;
  margin-top: 67px;
  margin-bottom: 23px;
}

.contacts_page {
  padding-top: 62px;
  padding-bottom: 144px;
  background: url("../img/contacts_bg.png") no-repeat top right;
}
.contacts_page * {
  color: #000;
}
.contacts_page .contacts_page-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 47px;
}
.contacts_page .contacts_page-text {
  display: flex;
  gap: 130px;
  margin-bottom: 115px;
}
.contacts_page .contacts_page-text .contacts_page-text-l-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 52px;
}
.contacts_page .contacts_page-text .contacts_page-text-l-title-text {
  font-size: 20px;
  font-weight: 400;
}
.contacts_page .contacts_page-text .contacts_page-text-r {
  font-size: 16px;
  font-weight: 400;
  max-width: 750px;
  color: rgb(116, 116, 116);
}
.contacts_page .contacts_page-cards {
  display: grid;
  grid-template-columns: 512px 512px 512px;
  gap: 15px;
  height: 672px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item {
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
  padding: 39px 20px 20px 63px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-p {
  color: rgb(116, 116, 116);
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 13px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 23px;
  font-size: 20px;
  font-weight: 600;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a ul, .contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a li{
	margin:0;
	padding:0;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a-geo {
  font-size: 18px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item .contacts_page-cards-item-a_tel {
  font-size: 26px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) {
  padding: 28px 80px;
  background: url("../img/form.png") no-repeat center;
  background-size: cover;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-title {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 6px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-input {
  border: 2px solid rgb(221, 221, 221);
  background: #fff;
  border-radius: 40px;
  height: 58px;
  width: 100%;
  padding-left: 24px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(116, 116, 116);
  transition: 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-input:focus, .contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-input:hover, .contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) textarea:focus, .contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) textarea:hover {
  border: 2px solid rgb(63, 190, 73);
  transition: 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) textarea {
  border: 2px solid rgb(221, 221, 221);
  border-radius: 20px;
  width: 100%;
  margin-top: 16px;
  resize: none;
  height: 135px;
  font-size: 16px;
  font-weight: 400;
  color: rgb(116, 116, 116);
  padding: 10px 23px;
  transition: 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file {
  position: relative;
  display: flex;
  height: 58px;
  margin-top: 16px;
  cursor: pointer;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file:hover .input-file-text {
  border: 2px solid rgb(63, 190, 73);
  transition: 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file-text {
  display: flex;
  padding: 0 124px 0 62px;
  height: inherit;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  background-image: url("../img/svg/file.svg");
  background-repeat: no-repeat;
  background-position: 24px center;
  align-items: center;
  font-family: Gilroy;
  font-size: 16px;
  font-weight: 400;
  color: rgb(116, 116, 116);
  border: 2px solid rgb(221, 221, 221);
  transition: 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  top: 0;
  right: 0;
  border-radius: 10px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  height: inherit;
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file-btn:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file:hover .input-file-btn {
  background-color: #59be6e;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file:active .input-file-btn {
  background-color: #2E703A;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .input-file input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-submit {
  width: 100%;
  margin-top: 16px;
  color: #fff;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  height: 58px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:nth-child(2) .contacts_page-cards-item-form-submit:hover {
  transition: box-shadow 0.2s;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child {
  border-radius: 10px;
  padding: 0;
  position: relative;
  box-shadow: none;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child .mySwiper2 {
  height: 504px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child .mySwiper {
  height: 152px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child .mySwiper .swiper-slide {
  cursor: pointer;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child .swiper-slide {
  border-radius: 10px;
}
.contacts_page .contacts_page-cards .contacts_page-cards-item:last-child .swiper-slide img {
  border-radius: inherit;
  object-fit: cover;
  height: inherit;
  width: inherit;
  object-position: center;
}

.contacts_map {
  height: 496px;
}

.contacts_form2 {
  padding-top: 63px;
  padding-bottom: 145px;
  background: url("../img/contacts_bg2.png") no-repeat bottom right;
  background-size: 645px;
}
.contacts_form2 .contacts_form2-title {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 34px;
}
.contacts_form2 .contacts_form2-form {
  width: 1030px;
}
.contacts_form2 .contacts_form2-form * {
  font-size: 18px;
  font-weight: 400;
  color: rgb(129, 114, 113);
}
.contacts_form2 .contacts_form2-form .contacts_form2-form-input {
  background: rgb(226, 224, 224);
  width: 100%;
  border-radius: 10px;
  height: 100%;
  padding: 0 14px;
  border: 2px solid transparent;
  transition: 0.2s ease-out;
}
.contacts_form2 .contacts_form2-form .contacts_form2-form-input:focus, .contacts_form2 .contacts_form2-form .contacts_form2-form-input:hover {
  background-color: #fff;
  border: 2px solid rgb(63, 190, 73);
  transition: 0.2s ease-out;
  cursor: pointer;
}
.contacts_form2 .contacts_form2-form .contacts_form2-form-input:focus {
  cursor: text;
}
.contacts_form2 .contacts_form2-form textarea.contacts_form2-form-input {
  margin-top: 19px;
  height: 160px;
  resize: none;
  padding: 14px 15px;
  margin-bottom: 26px;
}
.contacts_form2 .contacts_form2-form-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: 46px;
}
.contacts_form2 .contacts_form2-policy {
  font-size: 14px;
  font-weight: 400;
  color: rgb(67, 54, 82);
}
.contacts_form2 .contacts_form2-form-submit {
  width: 271px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-radius: 10px;
  margin-top: 26px;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.contacts_form2 .contacts_form2-form-submit:hover {
  transition: box-shadow 0.2s;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.54);
}

.card_page {
  padding-top: 122px;
  margin-bottom: 257px;
  background: url("../img/page_bg-l.png") no-repeat top left, url("../img/page_bg-r.png") no-repeat bottom right;
}
.card_page .card_page-flex {
  display: flex;
  height: auto;
  gap: 64px;
}
.card_page .card_page-flex .card_page-flex-slider {
  width: 616px;
  height: inherit;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider2 {
  height: 559px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider2 .swiper-slide {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider2 .swiper-slide img {
  object-fit: contain;
  object-position: center;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider {
  height: 126px;
  margin-top: 20px;
  padding: 20px;
  margin: 0 -20px -20px -20px;
  box-sizing: content-box;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider .swiper-slide {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
  background: #fff;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider .swiper-slide img {
  object-fit: contain;
  object-position: center;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.card_page .card_page-flex .card_page-flex-slider .card-slider .card-slide-visible {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.card_page .card_page-flex .card_page-flex-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.card_page .card_page-flex .card_page-flex-desc * {
  color: #000;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-title {
  font-size: 32px;
  font-weight: 600;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art {
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: space-between;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-num {
  color: rgb(111, 110, 110);
  font-size: 20px;
  font-weight: 400;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns {
  display: flex;
  align-items: center;
  gap: 22px;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns .card_page-flex-desc-art-btns-like, .card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns .card_page-flex-desc-art-btns-check {
  background: url("../img/svg/like4.svg") no-repeat center;
  height: 34px;
  width: 34px;
  background-size: contain;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns .card_page-flex-desc-art-btns-check {
  background: url("../img/svg/check.svg") no-repeat center;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns .card_page-flex-desc-art-btns-like:hover, .card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-art .card_page-flex-desc-art-btns .card_page-flex-desc-art-btns-check:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease-out;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-stats {
  margin-top: 23px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 752px;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-stats .card_page-flex-desc-stats-item {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background: #fff;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-stats .card_page-flex-desc-stats-item .card_page-flex-desc-stats-item-title {
  font-size: 20px;
  font-weight: 500;
  width: 250px;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-stats .card_page-flex-desc-stats-item .card_page-flex-desc-stats-item-stat {
  font-size: 20px;
  font-weight: 500;
  color: rgb(111, 110, 110);
}
.card_page .card_page-flex .card_page-flex-desc .number {
  display: inline-block;
  position: relative;
  width: 174px;
  border: 0.5px solid #000;
  margin-top: 21px;
  margin-bottom: 22.5px;
}
.card_page .card_page-flex .card_page-flex-desc .number input[type=number] {
  display: block;
  height: 45px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.card_page .card_page-flex .card_page-flex-desc .number input[type=number]::-webkit-outer-spin-button,
.card_page .card_page-flex .card_page-flex-desc .number input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.card_page .card_page-flex .card_page-flex-desc .number-minus {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 45px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  border-right: 0.5px solid #000;
  font-size: 16px;
  font-weight: 600;
  background: none;
  cursor: pointer;
}
.card_page .card_page-flex .card_page-flex-desc .number-plus {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  border: none;
  border-left: 0.5px solid #000;
  font-size: 16px;
  font-weight: 600;
  background: none;
  cursor: pointer;
}
.card_page .card_page-flex .card_page-flex-desc .card_page-flex-desc-price {
  font-size: 36px;
  font-weight: 600;
}
.card_page .card_page-flex .card_page-flex-desc .bay {
  margin-top: auto;
  width: 336px;
  border: none;
  height: 70px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: box-shadow 0.2s ease-out;
}
.card_page .card_page-flex .card_page-flex-desc .bay:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.2s ease-out;
}
.card_page .card_page-desc_block {
  margin-top: 108px;
}
.card_page .card_page-desc_block * {
  color: #000;
}
.card_page .card_page-desc_block .card_page-desc_block-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 14px;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
  margin-bottom: 31px;
}
.card_page .card_page-desc_block .card_page-desc_block-text {
  padding: 10px 84px 10px 29px;
  min-height: 266px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  background: #fff;
}

.card_page-reks {
  background: url("../img/page_bg-l.png") no-repeat top left, url("../img/page_bg-r.png") no-repeat bottom right;
}
.card_page-reks .news_swiper {
  margin-top: 91px;
  margin-bottom: 250px;
}

.new-title {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

.news_swiper, .news_container {
  height: auto;
  margin: 0 auto;
  padding-top: 55px;
  padding: 55px 20px 0;
  position: relative;
  overflow-x: hidden;
  border-radius: 20px;
}
.news_swiper .swiper-wrapper, .news_container .swiper-wrapper {
  padding: 23px 0px 20px;
  height: 366px;
  width: inherit;
}
.news_swiper .swiper-slide, .news_container .swiper-slide {
  color: #000;
  height: 100%;
  max-width: 365px;
  user-select: none;
  position: relative;
  transition: opacity 0.2s;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.news_swiper .swiper-slide .swiper-slide-img, .news_container .swiper-slide .swiper-slide-img {
  width: inherit;
  height: 242px;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.2s ease-out;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.news_swiper .swiper-slide .swiper-slide-data, .news_container .swiper-slide .swiper-slide-data {
  text-align: right;
  color: rgb(102, 101, 101);
  font-size: 16px;
  font-weight: 400;
}
.news_swiper .swiper-slide .swiper-slide-text, .news_container .swiper-slide .swiper-slide-text {
  font-size: 16px;
  font-weight: 500;
}
.news_swiper .swiper-slide .swiper-slide-link, .news_container .swiper-slide .swiper-slide-link {
  display: flex;
  margin-top: 12px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  font-size: 20px;
  font-weight: 400;
}
.news_swiper .swiper-slide .swiper-slide-link p, .news_container .swiper-slide .swiper-slide-link p {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
}
.news_swiper .swiper-slide-end, .news_container .swiper-slide-end {
  background-color: #288B4A;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  font-weight: bold;
  transition: 0.2s ease-out;
  text-align: center;
}
.news_swiper .swiper-slide:hover .swiper-slide-img, .news_swiper .news_container-item:hover .swiper-slide-img, .news_container .swiper-slide:hover .swiper-slide-img, .news_container .news_container-item:hover .swiper-slide-img {
  box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s ease;
}
.news_swiper .swiper-slide:hover .swiper-slide-end, .news_swiper .news_container-item:hover .swiper-slide-end, .news_container .swiper-slide:hover .swiper-slide-end, .news_container .news_container-item:hover .swiper-slide-end {
  background-color: #40c770;
  transition: 0.2s ease-out;
}
.news_swiper .news_swiper-my-class-visible, .news_container .news_swiper-my-class-visible {
  opacity: 1;
  transition: opacity 0.2s;
}
.news_swiper .swiper-nav, .news_container .swiper-nav {
  display: flex;
  gap: 4px;
  position: absolute;
  right: 23px;
  top: 0;
  height: 55px;
}
.news_swiper .swiper-nav .news_swiper-button-prev, .news_swiper .swiper-nav .news_swiper-button-next, .news_container .swiper-nav .news_swiper-button-prev, .news_container .swiper-nav .news_swiper-button-next {
  display: block;
  margin: 0;
  height: 100%;
  width: 55px;
  position: static;
  border: 1px solid transparent;
  border-radius: 5px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  cursor: pointer;
}
.news_swiper .swiper-nav .news_swiper-button-prev::after, .news_swiper .swiper-nav .news_swiper-button-next::after, .news_container .swiper-nav .news_swiper-button-prev::after, .news_container .swiper-nav .news_swiper-button-next::after {
  content: "";
  display: block;
  background: url("../img/svg/arr_n_a.svg") no-repeat center;
  width: 100%;
  height: 100%;
}
.news_swiper .swiper-nav .news_swiper-button-prev::after, .news_container .swiper-nav .news_swiper-button-prev::after {
  transform: rotate(180deg);
}
.news_swiper .swiper-nav .news_swiper-button-prev.swiper-button-disabled, .news_container .swiper-nav .news_swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.news_swiper .swiper-nav .news_swiper-button-next.swiper-button-disabled, .news_container .swiper-nav .news_swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: none;
  border: 1px solid rgb(72, 143, 8);
}
.news_swiper .swiper-nav .news_swiper-button-prev.swiper-button-disabled::after, .news_container .swiper-nav .news_swiper-button-prev.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: none;
}
.news_swiper .swiper-nav .news_swiper-button-next.swiper-button-disabled::after, .news_container .swiper-nav .news_swiper-button-next.swiper-button-disabled::after {
  background: url("../img/svg/arr_b_d.svg") no-repeat center;
  transform: rotate(180deg);
}

.news_container {
  padding: 62px 0 146px;
  background: url("../img/bg2_l.png") no-repeat top left, url("../img/bg2.png") no-repeat bottom right;
}
.news_container .news_container-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000;
  text-align: center;
}
.news_container .news_container-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-template-columns: auto auto auto;
  gap: 65px;
}
.news_container .news_container-flex .news_container-item {
  color: #000;
  height: 100%;
  width: 470px;
  user-select: none;
  position: relative;
  transition: opacity 0.2s;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.news_container .news_container-flex .news_container-item .news_container-item-img {
  width: inherit;
  object-fit: cover;
  object-position: center;
  height: 242px;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: box-shadow 0.2s ease;
}
.news_container .news_container-flex .news_container-item .news_container-item-data {
  text-align: right;
  color: rgb(102, 101, 101);
  font-size: 16px;
  font-weight: 400;
}
.news_container .news_container-flex .news_container-item .news_container-item-text {
  font-size: 16px;
  font-weight: 500;
}
.news_container .news_container-flex .news_container-item .news_container-item-link {
  display: flex;
  margin-top: 12px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0B2349;
  font-size: 20px;
  font-weight: 400;
}
.news_container .news_container-flex .news_container-item .news_container-item-link p {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
}
.news_container .news_container-flex .news_container-item:hover .news_container-item-img {
  box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s ease;
}

.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 64px;
}
.wp-pagenavi * {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: 0.2s ease-out;
}
.wp-pagenavi .page img, .wp-pagenavi .current img, .wp-pagenavi .nextpostslink img, .wp-pagenavi .previouspostslink img {
  margin-left: 10px;
}
.wp-pagenavi .nextpostslink::after {
  content: "";
  display: block;
  background: url("../img/svg/small_ar.svg") no-repeat center;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  display: block;
  background: url("../img/svg/small_ar.svg") no-repeat center;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transform: rotate(180deg);
}
.wp-pagenavi .page:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  color: #288B4A;
  border-bottom: 1px solid #288B4A;
  transition: 0.2s ease-out;
}
.wp-pagenavi .current {
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  border: none;
  transition: opacity 0.2s ease-out;
}
.wp-pagenavi .current:hover {
  border: none;
  color: #fff;
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}

.catalog_page {
  padding-top: 62px;
  background: url("../img/bg2_l.png") no-repeat top left, url("../img/bg2.png") no-repeat center right, url("../img/bg2_l.png") no-repeat center left, url("../img/bg2.png") no-repeat bottom right;
}
.catalog_page * {
  color: #000;
}
.catalog_page .catalog_page-title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 38px;
}
.catalog_page .container {
  display: flex;
  gap: 49px;
  align-items: flex-start;
}
.catalog_page .container .catalog_page-sidebar {
  padding: 35px 20px 63px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 272px;
  height: auto;
  box-sizing: border-box;
  background: #fff;
}
.catalog_page .container .catalog_page-sidebar ol {
  padding: 0;
  margin: 0;
}
.catalog_page .container .catalog_page-sidebar .catalog_page-sidebar-item.active p {
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2a8132;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item {
  font-size: 24px;
  font-weight: 600;
  margin-top: 15px;
  overflow: hidden;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item p {
  cursor: pointer;
  transition: color 0.2s ease;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol {
  transition: max-height 0.3s ease;
  box-sizing: border-box;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  max-height: 0;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol li.catalog_page-sidebar-item-s {
  font-size: 20px;
  font-weight: 500;
  box-sizing: border-box;
  background: none;
  color: #000;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol li.catalog_page-sidebar-item-s a {
  transition: color 0.2s ease;
  display: block;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol li.catalog_page-sidebar-item-s.active {
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2a8132;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol li.catalog_page-sidebar-item-s:first-child {
  margin-top: 15px;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item ol li.catalog_page-sidebar-item-s:hover a {
  color: #2a8132;
  transition: color 0.2s ease;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item:first-child {
  margin-top: 0;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item:hover ol, .catalog_page .container .catalog_page-sidebar .catalog_page-sidebar-item.active ol {
  transition: max-height 1s ease;
  max-height: 600px;
}
.catalog_page .container .catalog_page-sidebar li.catalog_page-sidebar-item:hover p {
  color: #2a8132;
  transition: color 0.2s ease;
}
.catalog_page .container .catalog_page-container .catalog_page-container-filters {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.catalog_page .container .catalog_page-container .catalog_page-container-filters .catalog_page-container-filters-item {
  font-size: 20px;
  font-weight: 500;
  color: rgb(145, 145, 145);
  transition: color 0.2s ease-out;
}
.catalog_page .container .catalog_page-container .catalog_page-container-filters .catalog_page-container-filters-item:hover {
  color: #2a8132;
  transition: color 0.2s ease-out;
}
.catalog_page .container .catalog_page-container .catalog_page-container-filters .catalog_page-container-filters-item.active {
  font-size: 20px;
  font-weight: 600;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2a8132;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards {
  display: grid;
  grid-template-columns: 293px 293px 293px 293px;
  gap: 40px 25px;
  padding-bottom: 73px;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item {
  color: #000;
  height: 632px;
  width: 293px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  position: relative;
  transition: opacity 0.2s;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #fff;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-tag {
  position: absolute;
  top: 0;
  height: 32px;
  width: 189px;
  left: calc(50% - 94.5px);
  background: rgb(255, 40, 70);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-img {
  width: inherit;
  height: 447px;
  display: block;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-img img {
  width: inherit;
  height: inherit;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: center;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-title {
  margin-top: 13px;
  margin-bottom: 9px;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-price {
  font-size: 32px;
  font-weight: 600;
  padding: 0 16px;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add {
  margin-top: auto;
  padding: 0 16px;
  height: 41px;
  display: flex;
  justify-content: space-between;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add .catalog_page-container-cards-item-add-btn {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  box-shadow: none;
  transition: 0.2s;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add .catalog_page-container-cards-item-add-btn:hover {
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.21);
  transition: 0.2s;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add .catalog_page-container-cards-item-add-like {
  display: none;
  width: 45px;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgb(72, 143, 8);
  cursor: pointer;
  background: url("../img/svg/like2.svg") no-repeat center;
  transition: 0.2s ease-out;
  background-size: 29px;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add .catalog_page-container-cards-item-add-like.liked, .catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-add .catalog_page-container-cards-item-add-like:hover {
  border: 1px solid rgb(251, 70, 95);
  background: url("../img/svg/like3.svg") no-repeat center;
  background-size: 29px;
  transition: 0.2s ease-out;
}
.catalog_page .news_container-nav {
  margin-top: 0;
}

.post_container {
  padding: 50px 0;
  min-height: calc(100vh - 400px);
}
.post_container p, .post_container * {
  color: #000;
  font-size: 20px;
}
.post_container .post_container-title {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
}
.post_container .post_container-date {
  text-align: right;
  margin-bottom: 30px;
}
.post_container .post_container-img {
  width: 100%;
  height: 400px;
  margin-bottom: 30px;
}
.post_container .post_container-img img {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  margin-bottom: 30px;
  object-fit: cover;
}

.card {
  background: url("../img/bg2_l.png") no-repeat center left;
  padding-top: 62px;
}
.card * {
  color: #000;
}
.card .card_title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 54px;
}
.card .card-list {
  margin-bottom: 65px;
  width: 100%;
  border-top: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
}
.card .card-list .card-list-item {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
  height: 144px;
  padding: 13px 0 13px 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.card .card-list .card-list-item a {
  height: 100%;
  width: 145px;
}
.card .card-list .card-list-item a img {
  height: inherit;
  width: inherit;
  object-fit: contain;
  object-position: center;
}
.card .card-list .card-list-item .card-list-item-title {
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.card .card-list .card-list-item .card-list-item-title .card-list-item-title-item {
  font-size: 24px;
  font-weight: 600;
}
.card .card-list .card-list-item .card-list-item-title .card-list-item-title-id {
  font-size: 16px;
  font-weight: 500;
  color: rgb(140, 140, 140);
}
.card .card-list .card-list-item .card-list-item-price {
  font-size: 24px;
  font-weight: 400;
  width: 150px;
  text-align: center;
}
.card .card-list .card-list-item .number {
  display: inline-block;
  position: relative;
  width: 129px;
}
.card .card-list .card-list-item .number input[type=number] {
  display: block;
  height: 40px;
  width: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.card .card-list .card-list-item .number input[type=number]::-webkit-outer-spin-button,
.card .card-list .card-list-item .number input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.card .card-list .card-list-item .number-minus {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  padding: 0;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: none;
  cursor: pointer;
  background: url("../img/svg/minus.svg") no-repeat center;
}
.card .card-list .card-list-item .number-plus {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  background: none;
  cursor: pointer;
  background: url("../img/svg/plus.svg") no-repeat center;
}
.card .card-list .card-list-item .card-list-item-total {
  font-size: 24px;
  font-weight: 600;
  width: 150px;
  text-align: center;
}
.card .card-list .card-list-item .remove_from_cart {
  height: 16px;
  width: 16px;
  background: url("../img/svg/close.svg") no-repeat center;
  transition: opacity 0.2s;
  position: absolute;
  right: 0;
  top: 18px;
}
.card .card-list .card-list-item .remove_from_cart:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.card .card-order {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 44px;
}
.card .card-order .card-order-total_price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 44px;
}
.card .card-order .card-order-total_price span {
  font-size: 32px;
  font-weight: 500;
  margin-left: 25px;
}
.card .card-order .card-order-button {
  width: 425px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.card .card-order .card-order-button:hover {
  box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s ease;
}

.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.show {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

.modal {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7882352941);
  overflow-y: auto;
  max-height: 100%;
}
.modal form {
  width: 1125px;
  height: 629px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0.6319) 13.9%, rgba(255, 255, 255, 0) 100%), url("../img/form_bg.png") no-repeat center;
  background-size: contain, cover;
  padding-top: 63px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 10px;
}
.modal form .form-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
.modal form .form-text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 33px;
}
.modal form .form-text span {
  font-size: 20px;
  font-weight: 500;
}
.modal form .form-inputs {
  display: flex;
  gap: 33px;
  margin-bottom: 23px;
}
.modal form .form-inputs .form-inputs-tel {
  height: 56px;
  width: 336px;
  border: none;
  font-size: 20px;
  font-weight: 400;
  padding: 0 22px;
  transition: box-shadow 0.2s ease;
  border-radius: 10px;
}
.modal form .form-inputs .form-inputs-btn {
  width: 336px;
  height: 56px;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  transition: box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.modal form .form-inputs .form-inputs-btn:hover, .modal form .form-inputs .form-inputs-tel:hover, .modal form .form-inputs .form-inputs-tel:focus {
  box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.2s ease;
}
.modal form .form-apr {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
}
.modal form .form-apr img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
}
.modal form * {
  color: #000;
}
.modal form .form-close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.modal form .form-close:hover {
  opacity: 0.4;
  transition: opacity 0.2s ease-out;
}

.aws-search-result * {
  font-size: 20px;
  line-height: 24px;
  color: #000;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8549019608);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.preloader img {
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
.preloader .preloader-logo {
  display: block;
  width: 130px;
  height: 45px;
  background: url(../img/svg/logo.svg) no-repeat center;
  background-size: contain;
  margin-right: 6px;
  animation: blink 1s;
  animation-iteration-count: infinite;
}

.preloader.op {
  opacity: 0;
  transition: opacity 0.5s;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mob_menu.active {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  top: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease-out;
}
.mob_menu.active .mob_menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.mob_menu.active .mob_menu-close:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.mob_menu.active .mob_menu-logo {
  background: url("../img/svg/logo.svg") no-repeat center;
  background-size: contain;
  width: 130px;
  height: 45px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.mob_menu.active .mob_menu-aligner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  overflow-x: auto;
  width: 500px;
  padding: 65px 24px;
  max-height: 100%;
  overflow-y: auto;
}
.mob_menu.active .mob_menu-aligner .mob_menu-title {
  font-size: 34px;
  font-weight: 600;
  background: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #1a5715;
  text-align: center;
}
.mob_menu.active .mob_menu-aligner a.mob_menu-list-item:hover {
  color: #288B4A;
  transition: color 0.2s ease-out;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item {
  font-size: 24px;
  font-weight: 600;
  padding: 6px 0;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
  display: block;
  transition: color 0.2s ease-out;
  color: #000;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item img {
  transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item a {
  color: #000;
  transition: color 0.2s ease-out;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item a:hover {
  color: #2a8132;
  transition: color 0.2s ease-out;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog {
  max-height: 0;
  transition: all 0.6s ease;
  overflow: hidden;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -moz-border-image: -moz-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  -webkit-border-image: -webkit-linear-gradient(270deg, #288B4A -0.44%, #9EB147 47.27%, #588754 100%);
  border-image-slice: 1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 20px;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat {
  font-weight: 500;
  display: block;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
  cursor: pointer;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-flex img {
  transform: rotate(180deg);
  transition: 0.2s;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-list {
  padding-top: 0px;
  transition: max-height 0.6s ease, padding-top 0.6s ease;
  max-height: 0;
  transition: max-height 0.6s ease;
  overflow: hidden;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-list a {
  display: block;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-list .mob_menu-list-item-catalog-cat-list-item {
  font-size: 20px;
  color: rgb(115, 112, 112);
  transition: color 0.2s ease-out;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-list .mob_menu-list-item-catalog-cat-list-item:hover {
  color: #288B4A;
  transition: color 0.2s ease-out;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active .mob_menu-list-item-catalog {
  max-height: 700px;
  transition: all 0.6s ease;
  opacity: 1;
  padding: 10px 0;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat.active {
  font-weight: 500;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat.active .mob_menu-list-item-catalog-cat-flex a {
  color: #288B4A;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat.active .mob_menu-list-item-catalog-cat-flex img {
  transform: rotate(0deg);
  transition: 0.2s;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat.active .mob_menu-list-item-catalog-cat-list {
  padding-top: 15px;
  max-height: 1000px;
  transition: max-height 1s ease, padding-top 0.2s ease;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item.active img {
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item:first-child {
  border: none;
  padding: 0;
}
.mob_menu.active .mob_menu-aligner .mob_menu-list-item:first-child .mob_menu-list-item-flex {
  padding: 6px 0;
}

.mob_menu {
  display: none;
}

.mob_menu.show {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

@keyframes openm {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes closem {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.menu_open {
  display: none;
}

#cat_f .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog {
  border: none;
}

#cat_f .mob_menu-aligner .mob_menu-title {
  margin-bottom: 15px;
}

.mob_menu .mob_menu-aligner .mob_menu-list-item .mob_menu-list-item-catalog .mob_menu-list-item-catalog-cat .mob_menu-list-item-catalog-cat-flex {
  justify-content: flex-start;
  gap: 15px;
}

.filter_btn {
  display: none;
}

.mob_sort, .card_page-flex-desc-title_mob, .card_page-flex-desc-art_mob {
  display: none;
}
.banners .container .banners-big .banners-big-content .banners-big-content-cards-item img{
	object-fit:contain;
}
.news_swiper .swiper-slide .swiper-slide-img, .news_container .swiper-slide .swiper-slide-img{
	object-fit:contain;
}
.hits .swiper2 .swiper-slide .swiper-slide-img img, .catalog_page-popular .swiper2 .swiper-slide .swiper-slide-img img{
	object-fit:contain;
}
.new_slider .new_swiper .swiper-slide .swiper-slide-img img{
	object-fit:contain;
}
.catalog_page .container .catalog_page-container .catalog_page-container-cards .catalog_page-container-cards-item .catalog_page-container-cards-item-img img{
	object-fit:contain;
}