* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

ul {
  list-style: none;
}

html {
  margin-top: 0 !important;
  font-size: 0.0666666667vw;
}

body {
  background-color: #DDDBCF;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.mobile_menu_wrap {
  position: absolute;
  top: 46px;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  transition: all 0.4s;
}
.mobile_menu_wrap .mobile_menu {
  width: 100%;
  padding: 54px 36px 155px 35px;
  background-color: #AEAEAE;
  border: 2px solid #000;
}
.mobile_menu_wrap .mobile_menu ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mobile_menu_wrap .mobile_menu ul li {
  padding-bottom: 6px;
  border-bottom: 2px solid #000;
}
.mobile_menu_wrap .mobile_menu ul li a {
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.open_mobile_menu {
  z-index: 999999;
  opacity: 1;
}

.header_mobile {
  display: none;
}

.header {
  padding: 20px 0 18.02px 0;
  position: relative;
  z-index: 9999999;
}
.header .s-page-header__search-input-wrap {
  position: absolute;
  overflow: hidden;
  height: 0;
  bottom: -10px;
  width: 100%;
}
.header .s-page-header__search-input-wrap input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  max-width: 895px;
  padding: 0 0 10px 40px;
  background-image: url("./img/search_bg.svg");
  background-position: center left 10px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.header .show_search {
  height: -moz-fit-content;
  height: fit-content;
}
.header .container .header_wrap {
  display: flex;
  align-items: center;
}
.header .container .header_wrap .header_logo {
  margin-right: auto;
}
.header .container .header_wrap .header_logo img {
  width: 229.44px;
  height: 60.27px;
}
.header .container .header_wrap .header__navbar {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #000;
  padding-bottom: 8.67px;
}
.header .container .header_wrap .header__navbar .header_nav {
  margin-right: 30.18px;
}
.header .container .header_wrap .header__navbar .header_nav ul {
  display: flex;
  align-items: center;
  gap: 27px;
}
.header .container .header_wrap .header__navbar .header_nav ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.header .container .header_wrap .header__navbar .header_nav ul li a .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2.88px;
  width: 14px;
  height: 14px;
}
.header .container .header_wrap .header__navbar .header_nav ul li a .img svg {
  width: 14px;
  height: 14px;
}
.header .container .header_wrap .header__navbar .header_nav ul li a .img .open {
  display: flex;
}
.header .container .header_wrap .header__navbar .header_nav ul li a .img .close {
  display: none;
}
.header .container .header_wrap .header__navbar .header_nav ul .has_child_menu {
  position: relative;
}
.header .container .header_wrap .header__navbar .header_nav ul .has_child_menu .child_menu {
  display: flex;
  overflow: hidden;
  height: 0;
  transition: all 0.4s;
  align-items: center;
  gap: 35px;
  position: absolute;
  left: 0;
  bottom: -50px;
}
.header .container .header_wrap .header__navbar .header_nav ul .has_child_menu .child_menu li a {
  white-space: nowrap;
}
.header .container .header_wrap .header__navbar .header_nav ul .has_child_menu .faq_child {
  bottom: -90px;
}
.header .container .header_wrap .header__navbar .header_nav ul .has_child_menu .faq_child .col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.header .container .header_wrap .header__navbar .header_nav ul .open_child .img .open {
  display: none;
}
.header .container .header_wrap .header__navbar .header_nav ul .open_child .img .close {
  display: flex;
}
.header .container .header_wrap .header__navbar .header_nav ul .open_child .child_menu {
  height: -moz-fit-content;
  height: fit-content;
}
.header .container .header_wrap .header__navbar .header_search {
  width: 26px;
  height: 26px;
  margin-right: 28.72px;
  cursor: pointer;
}
.header .container .header_wrap .header__navbar .header_search img {
  width: 26px;
  height: 26px;
}
.header .container .header_wrap .header__navbar .header_lk {
  width: 28px;
  height: 26px;
  margin-right: 24.59px;
  cursor: pointer;
}
.header .container .header_wrap .header__navbar .header_lk img {
  width: 28px;
  height: 26px;
}
.header .container .header_wrap .header__navbar .header_call {
  width: 27.81px;
  height: 22.97px;
  margin-right: 27.29px;
  cursor: pointer;
}
.header .container .header_wrap .header__navbar .header_call img {
  width: 27px;
  height: 22px;
}
.header .container .header_wrap .header__navbar .header_cart {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header .container .header_wrap .header__navbar .header_cart a {
  display: flex;
  align-items: center;
}
.header .container .header_wrap .header__navbar .header_cart a img {
  width: 36px;
  height: 29px;
  margin-right: 4.26px;
}
.header .container .header_wrap .header__navbar .header_cart a .count {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}

.scroll_row {
  width: 100%;
  height: 50px;
  background-color: rgb(174, 174, 174);
  display: flex;
  align-items: center;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  overflow: hidden;
  gap: 20px;
}
.scroll_row .line_1 {
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  animation: text 15s infinite linear;
}
.scroll_row .line_2 {
  position: absolute;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  animation: text2 15s infinite linear;
}
.scroll_row div {
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@keyframes text {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-128%, 0);
  }
}
@keyframes text2 {
  0% {
    transform: translate(128%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.section__hero {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 55.74px;
  position: relative;
}
.section__hero .hero_img {
  width: 724px;
  height: 896px;
  position: absolute;
  right: -49.55px;
  bottom: 18px;
  font-size: 0.0520833333vw;
}
.section__hero .hero_img img {
  width: 724px;
  height: 896px;
}
.section__hero .hero_title {
  max-width: 599px;
  font-size: 96px;
  line-height: 129px;
  letter-spacing: -5%;
  font-weight: 700;
  color: #000;
  margin-bottom: 25px;
}
.section__hero .hero_content {
  max-width: 612px;
}
.section__hero .hero_content p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}
.section__hero .hero_content p:not(:last-child) {
  margin-bottom: 20px;
}
.section__hero .hero_btn {
  margin-top: 41.65px;
  width: 274px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #000;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  background-color: #AEAEAE;
}

.section__catalog {
  margin-bottom: 53.14px;
  background-color: #AEAEAE;
  border: 3px solid #000;
  padding: 30.6px 37.24px 40.66px 37.01px;
}
.section__catalog .catalog_title {
  border-bottom: 3px solid #000;
  padding: 22.78px;
  font-size: 40px;
  line-height: 54px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.section__catalog .catalog_wrap {
  width: 100%;
}
.section__catalog .catalog_wrap ul {
  width: 100%;
}
.section__catalog .catalog_wrap ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22.39px 0;
  border-bottom: 3px solid #000;
}
.section__catalog .catalog_wrap ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.section__catalog .catalog_wrap ul li a .num {
  font-size: 32px;
  line-height: 43.2px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.section__catalog .catalog_wrap ul li a .title {
  font-size: 32px;
  font-weight: 400;
  line-height: 43.2px;
  color: #000;
  text-decoration: none;
}
.section__catalog .catalog_wrap .more_btn {
  margin: 36.23px auto 0 auto;
  width: 224px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 3px solid #000;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.section__popular {
  margin-bottom: 53.14px;
}
.section__popular .popular__title {
  padding-bottom: 14.41px;
  width: 100%;
  font-size: 32px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  border-bottom: 3px solid #000;
}
.section__popular .popular_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 34.3px;
}
.section__popular .popular_list .list_item {
  width: calc(33.3333333333% - 6px);
  background-color: #AEAEAE;
  border: 3px solid #000;
  padding: 19.52px 17.61px 21.36px 17.61px;
}
.section__popular .popular_list .list_item .item_head {
  display: flex;
  justify-content: space-between;
}
.section__popular .popular_list .list_item .item_head .col .title a {
  display: flex;
  align-items: flex-start;
  height: 50px;
  font-size: 16px;
  line-height: 135%;
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap {
  display: flex;
  align-items: center;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .price {
  font-size: 16px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  margin-right: 12px;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  width: 42px;
  height: 29.55px;
  cursor: pointer;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .btn img {
  width: 18px;
  height: 16px;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .count_wrap {
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .count_wrap .add {
  width: 12.77px;
  height: 12.77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .count_wrap .count {
  font-size: 14px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  margin: 0 14px;
}
.section__popular .popular_list .list_item .item_head .col .add_cart_wrap .count_wrap .pxove {
  width: 12.77px;
  height: 12.77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section__popular .popular_list .list_item .item_head .col .link {
  width: 58.37px;
  height: 58.37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__popular .popular_list .list_item .item_head .col .link img {
  display: block;
  width: 58.37px;
  height: 58.37px;
}
.section__popular .popular_list .list_item .item_img {
  margin-top: 9.45px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section__popular .popular_list .list_item .item_img img {
  width: auto;
  height: 442.98px;
}

.section__info {
  position: relative;
  width: 100%;
  height: 1412.71px;
  background-image: url("./img/info_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 189.63px;
  border: 3px solid #000;
}
.section__info .info_text {
  position: absolute;
  top: 147.41px;
  right: 53.14px;
  max-width: 658.88px;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.footer {
  margin-bottom: 55px;
}
.footer .footer_wrap {
  display: flex;
  justify-content: space-between;
  height: 209.1px;
  border: 3px solid #000;
  background-color: #AEAEAE;
  padding-left: 30.79px;
  padding-top: 52.52px;
  padding-right: 54.94px;
}
.footer .footer_wrap .footer_col:nth-child(1) {
  margin-right: 56.19px;
}
.footer .footer_wrap .footer_col:nth-child(1) ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.footer .footer_wrap .footer_col:nth-child(1) ul li {
  display: flex;
  height: 27px;
}
.footer .footer_wrap .footer_col:nth-child(1) ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: #000;
  text-decoration: none;
}
.footer .footer_wrap .footer_col .footer_cop {
  margin-top: 13.15px;
  max-width: 268.36px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
  color: #717171;
}
.footer .footer_wrap .footer_col .footer_nav {
  display: flex;
}
.footer .footer_wrap .footer_col .footer_nav ul {
  display: flex;
  align-items: center;
  gap: 43.97px;
}
.footer .footer_wrap .footer_col .footer_nav ul li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  color: #000;
  text-decoration: none;
}
.footer .footer_wrap .footer_col .footer_nav .footer_call {
  margin-left: 43.97px;
}
.footer .footer_wrap .footer_col .footer_log img {
  width: 229px;
  height: 101px;
}

.section_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
.section_404 span {
  font-size: 128px;
  line-height: 135%;
  letter-spacing: -5%;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.section_404 .text {
  font-size: 48px;
  line-height: 135%;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

.section_faq {
  padding-top: 59.73px;
  padding-bottom: 190.28px;
}
.section_faq .faq_title_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 80.17px;
}
.section_faq .faq_title_wrap .faq_title {
  margin-right: auto;
  font-size: 48px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.section_faq .faq_title_wrap .faq_nav {
  display: flex;
  align-items: center;
  gap: 83px;
}
.section_faq .faq_title_wrap .faq_nav a {
  font-size: 20px;
  line-height: 135%;
  color: #787070;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
}
.section_faq .faq_title_wrap .faq_nav .current {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #000;
}
.section_faq .faq_title_wrap .faq_nav .current::after {
  display: flex;
  position: absolute;
  bottom: 4px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
}
.section_faq .faq_mobile_nav {
  display: none;
}
.section_faq .faq_content .item .ans_title {
  padding: 14.8px 0 14px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.section_faq .faq_content .item .ans_content {
  margin-top: 20.95px;
  margin-bottom: 29.74px;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.section_faq .faq_content .item .ans_content a {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}
.section_faq .faq_footer {
  margin-top: 138.12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_faq .faq_footer .text {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 600;
  margin-bottom: 38px;
}
.section_faq .faq_footer .link {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 10.5px 21.5px;
  background-color: #AEAEAE;
  border: 3px solid #000;
}

.section_akcii {
  padding-top: 49.73px;
  margin-bottom: 503px;
}
.section_akcii .akcii_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section_akcii .akcii_list .akcii_wrap {
  display: none;
}
.section_akcii .akcii_list .akcii_wrap .img {
  width: 485.7px;
  height: 607.12px;
  border: 3px solid #000;
}
.section_akcii .akcii_list .akcii_wrap .img img {
  height: 100%;
}
.section_akcii .akcii_list .akcii_wrap .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #AEAEAE;
  border: 3px solid #000;
  border-left: none;
  padding: 43.37px 0 43.37px 35.71px;
}
.section_akcii .akcii_list .akcii_wrap .content .title {
  font-size: 32px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 409px;
  margin-bottom: auto;
}
.section_akcii .akcii_list .akcii_wrap .content .text {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  max-width: 534px;
  margin-bottom: 18.56px;
}
.section_akcii .akcii_list .akcii_wrap .content .btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10.5px 21.5px;
  border: 3px solid #000;
}

.section_complite {
  margin-bottom: 489px;
}
.section_complite .complite_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_complite .complite_block .img {
  width: 405.63px;
  height: 405.63px;
}
.section_complite .complite_block .img img {
  height: 100%;
}
.section_complite .complite_block .text {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  text-align: center;
}
.section_complite .complite_block .btn {
  margin-top: 37.91px;
}
.section_complite .complite_block .btn a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10.5px 21.5px;
  border: 3px solid #000;
  background-color: #AEAEAE;
}

.section_partners {
  padding-top: 50px;
  margin-bottom: 289px;
}
.section_partners .partners_wrap {
  display: flex;
}
.section_partners .partners_wrap .img {
  min-width: 288.23px;
  height: 360.29px;
  border: 3px solid #000;
  overflow: hidden;
}
.section_partners .partners_wrap .img img {
  width: 100%;
}
.section_partners .partners_wrap .content {
  background-color: #AEAEAE;
  width: 100%;
  border: 3px solid #000;
  border-left: none;
  padding: 24.28px 0 27.08px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_partners .partners_wrap .content .title {
  font-size: 32px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.section_partners .partners_wrap .content .text {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.section_partners .partners_wrap .content .text a {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}

.section_about {
  padding-top: 50px;
  margin-bottom: 478px;
}
.section_about .partners_wrap {
  display: flex;
}
.section_about .partners_wrap .img {
  min-width: 484.8px;
  height: 606px;
  border: 3px solid #000;
}
.section_about .partners_wrap .img img {
  width: 100%;
}
.section_about .partners_wrap .content {
  background-color: #AEAEAE;
  width: 100%;
  border: 3px solid #000;
  border-left: none;
  padding: 24.28px 0 27.08px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_about .partners_wrap .content .title {
  font-size: 32px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.section_about .partners_wrap .content .text {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}
.section_about .partners_wrap .content .text a {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
}

.section__contacts .content_wrap {
  margin-bottom: 27px;
  display: flex;
  border: 3px solid #000;
}
.section__contacts .content_wrap .img {
  width: 450px;
  min-height: 100%;
  background-color: #D9D9D9;
}
.section__contacts .content_wrap .content {
  width: 100%;
  padding: 57px 18.14px 57px 31.86px;
  background-color: #AEAEAE;
  width: 750px;
  border-right: 3px solid #000;
}
.section__contacts .content_wrap .content .res {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
}
.section__contacts .content_wrap .content .res .res_btn {
  cursor: pointer;
  margin-left: 30px;
  width: 237px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 3px solid #000;
}
.section__contacts .content_wrap .content .adress {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.section__contacts .content_wrap .content .adress span {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: bold;
}
.section__contacts .content_wrap .content .adress a {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-decoration: underline;
  transition: all 0.4s;
}
.section__contacts .content_wrap .content .adress a:hover {
  color: #787070 !important;
}
.section__contacts .content_wrap .content .time {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 20px;
  color: #000;
  line-height: 135%;
}
.section__contacts .content_wrap .content .time span {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: bold;
}
.section__contacts .content_wrap .content .time a {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-decoration: underline;
  transition: all 0.4s;
}
.section__contacts .content_wrap .content .time a:hover {
  color: #787070 !important;
}
.section__contacts .content_wrap .content .mail {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.section__contacts .content_wrap .content .mail span {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
  font-weight: bold;
}
.section__contacts .content_wrap .content .mail a {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-decoration: underline;
  transition: all 0.4s;
}
.section__contacts .content_wrap .content .mail a:hover {
  color: #787070 !important;
}
.section__contacts .content_wrap .content .phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.section__contacts .content_wrap .content .phone span {
  font-weight: bold;
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
}
.section__contacts .content_wrap .content .phone a {
  font-size: 20px;
  color: #000;
  line-height: 135%;
  text-decoration: underline;
  transition: all 0.4s;
}
.section__contacts .content_wrap .content .phone a:hover {
  color: #787070 !important;
}
.section__contacts .content_wrap .content .btn a {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  line-height: 135%;
  text-decoration: underline;
  transition: all 0.4s;
}
.section__contacts .content_wrap .content .btn a:hover {
  color: #787070 !important;
}
.section__contacts .contact_form {
  margin-bottom: 494px;
  display: flex;
  border: 3px solid #000;
}
.section__contacts .contact_form .form_img {
  width: 450px;
  height: 600px;
  border-right: 3px solid #000;
}
.section__contacts .contact_form .form_img img {
  height: 100%;
}
.section__contacts .contact_form .form {
  padding: 38.77px 41.19px 48.39px 30px;
  width: 100%;
  background-color: #AEAEAE;
}
.section__contacts .contact_form .form .agree {
  display: none;
}
.section__contacts .contact_form .form .form_title {
  font-size: 32px;
  color: #000;
  line-height: 135%;
  margin-bottom: 60px;
}
.section__contacts .contact_form .form form .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.section__contacts .contact_form .form form .wpcf7-list-item label {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.section__contacts .contact_form .form form .wpcf7-list-item label input {
  margin-right: 8px;
}
.section__contacts .contact_form .form form .s-feedback__actions {
  margin-top: 18px;
  display: flex;
}
.section__contacts .contact_form .form form .s-checkbox__input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
}
.section__contacts .contact_form .form form .s-feedback__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.section__contacts .contact_form .form form .s-feedback__textarea {
  width: 100%;
}
.section__contacts .contact_form .form form input {
  max-width: 288px;
  background-color: transparent;
  border: none;
  padding-bottom: 6.27px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 135%;
}
.section__contacts .contact_form .form form textarea {
  border: 1px solid #000;
  background-color: transparent;
  resize: none;
  font-size: 20px;
  color: #000;
  line-height: 135%;
  height: 100px;
  min-width: 100%;
  padding: 8px;
}
.section__contacts .contact_form .form form input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
  height: 48px;
  width: 166.07px;
  margin-left: auto;
  border: 3px solid #000;
  transition: all 0.4s;
  cursor: pointer;
}
.section__contacts .contact_form .form form input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

.product_cart {
  display: flex;
  border: 3px solid #000;
}
.product_cart .product_img {
  width: 540px;
  height: 849px;
  overflow: hidden;
  border-right: 3px solid #000;
}
.product_cart .product_img img {
  width: 540px;
  height: 849px;
}
.product_cart .product_content {
  padding: 25.45px;
  background-color: #AEAEAE;
}
.product_cart .product_content .product_title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  line-height: 135%;
  margin-bottom: 78px;
}
.product_cart .product_content .procuct_param {
  display: flex;
  flex-direction: column;
  gap: 65px;
  margin-bottom: 80px;
}
.product_cart .product_content .procuct_param .item .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 21px;
}
.product_cart .product_content .procuct_param .item .row .variation_title .variation dt {
  display: none;
}
.product_cart .product_content .procuct_param .item .row .variation_title .variation dd {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
}
.product_cart .product_content .procuct_param .item .row .variation_price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
}
.product_cart .product_content .procuct_param .item .row_add_cart {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap {
  display: flex;
  align-items: center;
  margin-left: 17px;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap .add {
  width: 12.77px;
  height: 12.77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap .add img {
  width: 12.77px;
  height: 12.77px;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap .count {
  font-size: 20px;
  line-height: 135%;
  color: #000;
  font-weight: 400;
  margin: 0 14px;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap .pxove {
  width: 12.77px;
  height: 12.77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_cart .product_content .procuct_param .item .row_add_cart .count_wrap .pxove img {
  width: 12.77px;
}
.product_cart .product_content .procuct_param .item .row_add_cart a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.product_cart .product_content .procuct_param .item .row_add_cart a svg {
  margin-left: 8px;
  width: 15px;
  height: 15px;
}
.product_cart .product_content .product_btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.product_cart .product_content .product_btn .btn {
  border: 3px solid #000;
  width: 289px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
  text-decoration: none;
  transition: all 0.4s;
  cursor: pointer;
}
.product_cart .product_content .product_btn .btn:hover {
  background-color: #000;
  color: #fff;
}
.product_cart .product_content .product_info {
  max-width: 610px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 135%;
}

.section__cart {
  margin-top: 72px;
  margin-bottom: 404px;
}
.section__cart .cart_title {
  margin-bottom: 46px;
}
.section__cart .cart_title .title {
  font-size: 32px;
  line-height: 135%;
  font-weight: 400;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.section__cart .cart_title .title button {
  margin-left: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.section__cart .cart_title .subtitle {
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.section__cart .cart_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item {
  display: flex;
  align-items: flex-start;
  flex-basis: auto;
  border: 3px solid #000;
  background-color: #AEAEAE;
  height: 285px;
  max-width: 607px;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_img {
  width: 285px;
  max-width: 285px;
  height: 100%;
  border-right: 3px solid #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_img a {
  height: 100%;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_img a img {
  height: 100%;
  width: auto;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis {
  width: 100%;
  height: 285px;
  display: flex;
  flex-direction: column;
  padding: 15px 27px 38.62px 17.32px;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .item_title a {
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .price {
  margin-top: 20px;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
  margin-bottom: auto;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .quantity {
  display: none !important;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .count_wrap {
  display: flex;
  align-items: center;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .count_wrap .add {
  display: flex;
  align-items: center;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .count_wrap .count {
  margin: 0 12.8px;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .count_wrap .pxove {
  display: flex;
  align-items: center;
}
.section__cart .cart_wrap .cort_col .cart_items .woocommerce-cart-form .item .item_dis .total .total_price {
  margin-left: auto;
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
}
.section__cart .cart_wrap .cort_col .order_info {
  width: 488px;
  padding: 15px 15px 37px 15px;
  border: 3px solid #000;
  background-color: #AEAEAE;
}
.section__cart .cart_wrap .cort_col .order_info .order_title {
  font-size: 32px;
  line-height: 135%;
  font-weight: 400;
  margin-bottom: 56px;
}
.section__cart .cart_wrap .cort_col .order_info .order_totals {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 27px;
  margin-bottom: 47px;
}
.section__cart .cart_wrap .cort_col .order_info .order_totals .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.section__cart .cart_wrap .cort_col .order_info .order_totals .row .count {
  max-width: 207px;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.section__cart .cart_wrap .cort_col .order_info .order_btn {
  width: 224px;
  height: 50px;
  border: 3px solid #000;
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
}
.section__cart .cart_wrap .cort_col .order_info .order_dis {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section__cart .cart_wrap .cort_col .order_info .order_dis p {
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}

.section__cart_null {
  height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__cart_null .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section__cart_null .title {
  font-size: 32px;
  line-height: 135%;
  font-weight: 400;
  margin-bottom: 50px;
}
.section__cart_null .home {
  width: 261px;
  height: 50px;
  font-size: 20px;
  border: 3px solid #000;
  line-height: 135%;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  transition: all 0.4s;
}
.section__cart_null .home:hover {
  background-color: #000;
  color: #fff;
}

.section__login {
  margin-bottom: 515px;
}
.section__login .container {
  display: flex;
  justify-content: center;
}
.section__login .container .user_login_wrap {
  width: 591px;
  background-color: #AEAEAE;
  border: 3px solid #000;
  padding-top: 24px;
  padding-bottom: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__login .container .user_login_wrap .form_title {
  font-size: 32px;
  line-height: 135%;
  font-weight: 600;
  margin-bottom: 80px;
}
.section__login .container .user_login_wrap input {
  background-color: transparent;
  font-size: 20px;
  padding-bottom: 8px;
  line-height: 135%;
  font-weight: 400;
  border: none;
  border-bottom: 1px solid #000;
  width: 386px;
  height: 50px;
}
.section__login .container .user_login_wrap #user_login {
  margin-bottom: 60px;
}
.section__login .container .user_login_wrap input[type=submit] {
  margin-top: 82px;
  width: 386px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.section__login .container .user_login_wrap input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.section__login .container .user_login_wrap .lost_pass {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.section__login .container .user_login_wrap .lost_pass a {
  font-size: 14px;
  line-height: 135%;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.section__login .container .user_login_wrap .btn {
  margin-top: 31px;
  width: 386px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #000;
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
}
.section__login .container .user_login_wrap .btn:hover {
  background-color: #000;
  color: #fff;
}

.registration {
  display: none;
  max-width: 591px;
  margin-left: auto;
  margin-right: auto;
}
.registration .register {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.registration .register .inputs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.registration .register #user_login {
  margin-bottom: 0 !important;
}
.registration .register input {
  min-width: 100%;
  color: #000 !important;
  padding-left: 0 !important;
}
.registration .register input::-moz-placeholder {
  color: #000 !important;
}
.registration .register input::placeholder {
  color: #000 !important;
}
.registration .ur-frontend-form {
  margin-bottom: none !important;
  border: none !important;
  padding: 0;
}
.registration #user_login {
  margin-bottom: 0 !important;
}
.registration input {
  color: #000 !important;
  padding-left: 0 !important;
}
.registration input::-moz-placeholder {
  color: #000 !important;
}
.registration input::placeholder {
  color: #000 !important;
}
.registration input[type=submit]:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff !important;
}
.registration button {
  margin-top: 56px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  background-color: #AEAEAE !important;
}
.registration .ur-button-container {
  margin: 0 !important;
}
.registration .field-checkbox .ur-label {
  display: none !important;
}
.registration .field-checkbox .ur-checkbox-list {
  display: flex;
  align-items: flex-start;
}
.registration .field-checkbox .ur-checkbox-list input {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.registration .field-checkbox .ur-checkbox-list label {
  margin: 0 !important;
  line-height: auto;
}

.show_registration {
  display: flex;
}

.section_catalog {
  margin-top: 50px;
  margin-bottom: 272px;
}
.section_catalog .catalog__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section_catalog .catalog__wrap .catalog_filter_mobile {
  display: none;
}
.section_catalog .catalog__wrap .catalog__filter {
  width: 330px;
}
.section_catalog .catalog__wrap .catalog__filter .all_products {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 57px;
  display: block;
  text-decoration: underline;
}
.section_catalog .catalog__wrap .catalog__filter .fil_title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 27px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat {
  display: flex;
  flex-direction: column;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 220px;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .title .open_btn {
  position: absolute;
  right: 0;
  width: 14px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .title .open_btn svg {
  display: block;
  width: 14px;
  height: 14px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .title .close_btn {
  opacity: 0;
  position: absolute;
  z-index: 8;
  right: 0;
  height: 14px;
  display: flex;
  align-items: center;
  width: 14px;
  height: -moz-fit-content;
  height: fit-content;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .title .close_btn svg {
  width: 14px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap {
  height: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list .item {
  display: flex;
  align-items: center;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list .item .input {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list .item .input input {
  position: absolute;
  right: -50px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list .item .input .i {
  opacity: 0;
  width: 12px;
  height: 12px;
  background-color: #000;
  transition: all 0.4s;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .list_wrap .list .item .check .i {
  opacity: 1;
}
.section_catalog .catalog__wrap .catalog__filter .filter_cat .open {
  height: 200px;
}
.section_catalog .catalog__wrap .catalog__filter .opened .title .open_btn {
  opacity: 0;
}
.section_catalog .catalog__wrap .catalog__filter .opened .title .close_btn {
  opacity: 1;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price {
  display: flex;
  flex-direction: column;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 220px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 22px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .title .open_btn {
  position: absolute;
  right: 0;
  width: 14px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .title .open_btn svg {
  display: block;
  width: 14px;
  height: 14px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .title .close_btn {
  opacity: 0;
  position: absolute;
  z-index: 8;
  right: 0;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .title .close_btn svg {
  width: 14px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap {
  height: 0;
  transition: all 0.4s;
  overflow: hidden;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price_title {
  display: flex;
  width: 220px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price_title .min {
  font-size: 20px;
  line-height: 135%;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price_title .max {
  font-size: 20px;
  line-height: 135%;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price_title span {
  margin-left: 10px;
  font-size: 20px;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price {
  width: 220px;
  height: 10px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price .noUi-base {
  width: 220px;
  height: 10px;
  background-color: transparent;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price .noUi-base .noUi-connects .noUi-connect {
  top: 3px;
  height: 3px;
  background-color: #000;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price .noUi-base .noUi-origin .noUi-handle {
  width: 10px;
  height: 10px;
  right: -10px;
  top: 0;
  border-radius: 5px;
  background-color: #000;
  box-shadow: none;
  border: none;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price .noUi-base .noUi-origin .noUi-handle::after {
  display: none !important;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .price_wrap .price .noUi-base .noUi-origin .noUi-handle::before {
  display: none !important;
}
.section_catalog .catalog__wrap .catalog__filter .filter_price .open_price {
  height: 50px;
}
.section_catalog .catalog__wrap .catalog__filter .opened .title .open_btn {
  opacity: 0;
}
.section_catalog .catalog__wrap .catalog__filter .opened .title .close_btn {
  opacity: 1;
}
.section_catalog .catalog__wrap .catalog__filter .pxove_filters {
  font-size: 18px;
  font-weight: bold;
  padding: 9px 8px;
  margin-top: 50px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  transition: all 0.4s;
  max-width: 218px;
}
.section_catalog .catalog__wrap .catalog__filter .pxove_filters:hover {
  background-color: #000;
  color: #fff;
}
.section_catalog .catalog__wrap .catalog {
  width: 897px;
}
.section_catalog .catalog__wrap .catalog .sort {
  width: 100%;
  position: relative;
  margin-bottom: 28px;
}
.section_catalog .catalog__wrap .catalog .sort .sort_title {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  width: 220px;
}
.section_catalog .catalog__wrap .catalog .sort .sort_title .open_btn {
  position: absolute;
  right: 0;
  width: 14px;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9;
}
.section_catalog .catalog__wrap .catalog .sort .sort_title .open_btn svg {
  display: block;
  width: 14px;
  height: 14px;
}
.section_catalog .catalog__wrap .catalog .sort .sort_title .close_btn {
  opacity: 0;
  position: absolute;
  z-index: 8;
  right: 0;
  height: 14px;
  width: 14px;
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
}
.section_catalog .catalog__wrap .catalog .sort .sort_title .close_btn svg {
  width: 14px;
}
.section_catalog .catalog__wrap .catalog .sort .sort_list_wrap {
  width: 100%;
  position: absolute;
  bottom: -226px;
  z-index: 999;
  height: 0;
  overflow: hidden;
}
.section_catalog .catalog__wrap .catalog .sort .sort_list_wrap ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 11px;
  border: 3px solid #000;
  background-color: #AEAEAE;
  padding: 13px 11px;
}
.section_catalog .catalog__wrap .catalog .sort .sort_list_wrap ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}
.section_catalog .catalog__wrap .catalog .sort .open {
  height: 206px;
}
.section_catalog .catalog__wrap .catalog .opened .sort_title .open_btn {
  opacity: 0;
}
.section_catalog .catalog__wrap .catalog .opened .sort_title .close_btn {
  opacity: 1;
}
.section_catalog .catalog__wrap .catalog .catalog_list {
  width: 897px;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item {
  min-height: 323px;
  height: 323px;
  display: flex;
  background-color: #AEAEAE;
  border: 3px solid #000;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_img {
  display: flex;
  min-width: 285px;
  max-width: 285px;
  min-height: 100%;
  border-right: 3px solid #000;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_img img {
  height: 100%;
  width: 100%;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content {
  padding: 15px 38px 25px 17px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .title {
  margin-bottom: 28px;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .title a {
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  margin-bottom: 28px;
  text-decoration: none;
  color: #000;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row:not(:last-child) {
  margin-bottom: 23px;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .sub dt {
  display: none;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .sub dd {
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .price {
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap {
  display: flex;
  align-items: center;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap .add img {
  width: 15px;
  height: 15px;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap .count {
  margin: 0 17px;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap .pxove {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .count_wrap .pxove img {
  width: 15px;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .add_cart {
  display: flex;
  margin-top: 15px;
  cursor: pointer;
  width: 84px;
  height: 59px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_catalog .catalog__wrap .catalog .catalog_list .item .item_content .row .col .add_cart img {
  width: 32px;
  height: 26px;
}

.modal_overlay {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.modal_overlay .modal_r {
  padding: 50px;
  background-color: #DDDBCF;
  position: relative;
}
.modal_overlay .modal_r .close_modal {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.modal_overlay .modal_r .modal_title {
  width: 100%;
  font-style: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_overlay .modal_r .modal_content {
  font-size: 16px;
}

.modal_feedback {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.modal_feedback .modal_r {
  padding: 50px;
  background-color: #DDDBCF;
  position: relative;
}
.modal_feedback .modal_r .close_modal_feedback {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.modal_feedback .modal_r .modal_title {
  width: 100%;
  font-style: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_feedback .modal_r .modal_content {
  font-size: 16px;
}
.modal_feedback .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal_feedback .modal_r .modal_content .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.modal_feedback .modal_r .modal_content .wpcf7-list-item label {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.modal_feedback .modal_r .modal_content .wpcf7-list-item label input {
  margin-right: 8px;
}
.modal_feedback .modal_r .modal_content .s-feedback__actions {
  margin-top: 18px;
  display: flex;
}
.modal_feedback .modal_r .modal_content .s-checkbox__input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
}
.modal_feedback .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.modal_feedback .modal_r .modal_content .s-feedback__textarea {
  width: 100%;
}
.modal_feedback .modal_r .modal_content input {
  max-width: 288px;
  background-color: transparent;
  border: none;
  padding-bottom: 6.27px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 135%;
}
.modal_feedback .modal_r .modal_content input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
  height: 48px;
  width: 166.07px;
  margin-left: auto;
  border: 3px solid #000;
  transition: all 0.4s;
  cursor: pointer;
}
.modal_feedback .modal_r .modal_content input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

.modal_by {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.modal_by .modal_r {
  padding: 50px;
  background-color: #DDDBCF;
  position: relative;
}
.modal_by .modal_r .close_modal_bye {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.modal_by .modal_r .modal_title {
  width: 100%;
  font-style: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_by .modal_r .modal_content {
  font-size: 16px;
}
.modal_by .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal_by .modal_r .modal_content .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.modal_by .modal_r .modal_content .wpcf7-list-item label {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.modal_by .modal_r .modal_content .wpcf7-list-item label input {
  margin-right: 8px;
}
.modal_by .modal_r .modal_content .s-feedback__actions {
  margin-top: 18px;
  display: flex;
}
.modal_by .modal_r .modal_content .s-checkbox__input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
}
.modal_by .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.modal_by .modal_r .modal_content .s-feedback__textarea {
  width: 100%;
}
.modal_by .modal_r .modal_content input {
  max-width: 288px;
  background-color: transparent;
  border: none;
  padding-bottom: 6.27px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 135%;
}
.modal_by .modal_r .modal_content input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
  height: 48px;
  width: 166.07px;
  margin-left: auto;
  border: 3px solid #000;
  transition: all 0.4s;
  cursor: pointer;
}
.modal_by .modal_r .modal_content input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

.modal_akcii {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.modal_akcii .modal_r {
  padding: 50px;
  background-color: #DDDBCF;
  position: relative;
}
.modal_akcii .modal_r .close_modal {
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 20px;
}
.modal_akcii .modal_r .modal_title {
  width: 100%;
  font-style: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.modal_akcii .modal_r .modal_content {
  font-size: 16px;
}
.modal_akcii .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal_akcii .modal_r .modal_content .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-left: 0;
}
.modal_akcii .modal_r .modal_content .wpcf7-list-item label {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.modal_akcii .modal_r .modal_content .wpcf7-list-item label input {
  margin-right: 8px;
}
.modal_akcii .modal_r .modal_content .s-feedback__actions {
  margin-top: 18px;
  display: flex;
}
.modal_akcii .modal_r .modal_content .s-checkbox__input {
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 1px solid #000;
  background-color: transparent;
}
.modal_akcii .modal_r .modal_content .s-feedback__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.modal_akcii .modal_r .modal_content .s-feedback__textarea {
  width: 100%;
}
.modal_akcii .modal_r .modal_content input {
  max-width: 288px;
  background-color: transparent;
  border: none;
  padding-bottom: 6.27px;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 135%;
}
.modal_akcii .modal_r .modal_content input[type=submit] {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  line-height: 135%;
  height: 48px;
  width: 166.07px;
  margin-left: auto;
  border: 3px solid #000;
  transition: all 0.4s;
  cursor: pointer;
}
.modal_akcii .modal_r .modal_content input[type=submit]:hover {
  color: #fff;
  background-color: #000;
}

.open_modal {
  z-index: 99999999;
  opacity: 1;
}

.update_btn {
  display: none !important;
}

.show {
  display: flex !important;
}

.pagination {
  display: flex;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
}
.pagination .pags {
  display: flex;
  align-items: center;
}
.pagination ul {
  display: flex;
  list-style: none;
  justify-content: center;
}
.pagination ul li {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination ul .active {
  background-color: #000;
  color: #fff;
}
.pagination .prev_page {
  margin-right: 20px;
}
.pagination .next_page {
  margin-left: 20px;
}

.checkout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.checkout .checkout_col {
  width: 48%;
  background-color: #AEAEAE;
  padding: 20px;
  border: 3px solid #000;
}
.checkout .checkout_col label {
  font-size: 14px;
}
.checkout .checkout_col input[type=text], .checkout .checkout_col input[type=tel], .checkout .checkout_col input[type=email] {
  border: none;
  border-bottom: 1px solid #000;
  width: 50%;
  margin-bottom: 10px;
  background-color: transparent;
  color: #000;
  height: 50px;
  font-size: 20px;
  padding-bottom: 8px;
}
.checkout .checkout_col textarea {
  padding: 10px;
  width: 100%;
  height: 200px;
  border: 1px solid #000;
  background-color: transparent;
  color: #000;
}
.checkout .checkout_col h3 {
  margin-bottom: 20px;
}
.checkout .checkout_col .form-row {
  display: flex;
  flex-direction: column;
}
.checkout .checkout_col .form-row label {
  margin-bottom: 10px;
}
.checkout .checkout_col .form-row label abbr {
  color: red !important;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table {
  width: 100%;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table .product-name {
  text-align: left;
  margin-bottom: 20px;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table .product-total {
  text-align: left;
  margin-bottom: 20px;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table tfoot {
  margin-top: 30px;
  border-top: 2px solid #000;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table .cart-subtotal th {
  text-align: left;
}
.checkout .checkout_col .woocommerce-checkout-review-order .shop_table .order-total th {
  text-align: left;
}
.checkout .checkout_col .payment_methods {
  margin-top: 30px;
}
.checkout .checkout_col .place-order {
  margin-top: 30px;
}
.checkout .checkout_col .woocommerce-terms-and-conditions-wrapper .button {
  border: 2px solid #000;
  background-color: transparent;
}

.lost_reset_password {
  height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lost_reset_password .input_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lost_reset_password .input_wrap label {
  margin-bottom: 20px;
}
.lost_reset_password .text {
  text-align: center;
  max-width: 70%;
  font-size: 20px;
  margin-bottom: 30px;
}
.lost_reset_password input {
  background-color: transparent;
  border: none;
  font-size: 20px;
  border-bottom: 1px solid #000;
  width: 300px;
  height: 50px;
}
.lost_reset_password button {
  margin-top: 40px;
  width: 224px;
  height: 50px;
  border: 3px solid #000;
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.4s;
  cursor: pointer;
}
.lost_reset_password button:hover {
  background-color: #000;
  color: #fff;
}

.search_result {
  margin-bottom: 80px;
}
.search_result .s-catalog__title {
  font-size: 21px;
  margin-bottom: 30px;
}
.search_result .search_result_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.search_result .search_result_wrap .item {
  min-height: 323px;
  height: 323px;
  display: flex;
  background-color: #AEAEAE;
  border: 3px solid #000;
}
.search_result .search_result_wrap .item .item_img {
  display: flex;
  min-width: 285px;
  max-width: 285px;
  min-height: 100%;
  border-right: 3px solid #000;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.search_result .search_result_wrap .item .item_img img {
  height: 100%;
  width: 100%;
}
.search_result .search_result_wrap .item .item_content {
  padding: 15px 38px 25px 17px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.search_result .search_result_wrap .item .item_content .title {
  margin-bottom: 28px;
}
.search_result .search_result_wrap .item .item_content .title a {
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
  margin-bottom: 28px;
  text-decoration: none;
  color: #000;
}
.search_result .search_result_wrap .item .item_content .row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.search_result .search_result_wrap .item .item_content .row:not(:last-child) {
  margin-bottom: 23px;
}
.search_result .search_result_wrap .item .item_content .row .col .sub dt {
  display: none;
}
.search_result .search_result_wrap .item .item_content .row .col .sub dd {
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.search_result .search_result_wrap .item .item_content .row .col .price {
  font-size: 20px;
  line-height: 135%;
  font-weight: bold;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap {
  display: flex;
  align-items: center;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap .add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap .add img {
  width: 15px;
  height: 15px;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap .count {
  margin: 0 17px;
  font-size: 20px;
  line-height: 135%;
  font-weight: 400;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap .count .pxove {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search_result .search_result_wrap .item .item_content .row .col .count_wrap .count .pxove img {
  width: 15px;
}
.search_result .search_result_wrap .item .item_content .row .col .add_cart {
  display: flex;
  margin-top: 15px;
  cursor: pointer;
  width: 84px;
  height: 59px;
  border: 3px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_result .search_result_wrap .item .item_content .row .col .add_cart img {
  width: 32px;
  height: 26px;
}/*# sourceMappingURL=full.css.map */