@charset "UTF-8";
.archive-grid {
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .archive-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.archive-grid .page-title {
  order: -5;
  margin-bottom: 50px;
  color: var(--color-dark);
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .archive-grid .page-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media (min-width: 980px) {
  .archive-grid .page-title {
    width: 100%;
  }
}
.archive-aside {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

@media (max-width: 399px) {
  .archive-aside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .archive-aside {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .archive-aside {
    width: calc(33.3333333333% - 10px);
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .archive-aside {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}
.category-nav {
  border: 2px solid #E7E7E7;
}

@media (min-width: 980px) {
  .category-nav {
    margin-bottom: 40px;
    border: none;
  }
}
.category-nav__inner {
  display: none;
}

@media (min-width: 980px) {
  .category-nav__inner {
    display: block;
  }
}
.archive-aside__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border: none;
}

.category-nav__button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(45deg) translateY(-3px);
  transition-property: all;
  transition-duration: 0.3s;
}

.category-nav__button.active {
  color: var(--color-accent);
}

.category-nav__button.active::after {
  margin-left: 10px;
  transform: rotate(-135deg) translateY(-3px);
  border-color: var(--color-accent);
}

@media (min-width: 980px) {
  .archive-aside__button {
    display: none;
  }
}
.category-nav__list {
  margin: 0 20px 24px 20px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 980px) {
  .category-nav__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.category-nav__list > li {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
}

.category-nav__list > li:not(:last-child) {
  margin-bottom: 8px;
}

@media (min-width: 980px) {
  .category-nav__list > li {
    padding-bottom: 14px;
    padding-top: 3px;
    border-bottom: 1px solid #F3F3F3;
  }
}
.category-nav__list .sub-menu {
  margin: 14px 0 12px 10px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 980px) {
  .category-nav__list .sub-menu {
    margin-bottom: 0;
  }
}
.category-nav__list .sub-menu > li {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.category-nav__list .sub-menu > li:not(:last-child) {
  margin-bottom: 6px;
}

.filter-product {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 30px;
  border: 2px solid #F8F8F8;
  background-color: #F8F8F8;
}

@media (max-width: 399px) {
  .filter-product {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .filter-product {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .filter-product {
    border: none;
  }
}
.filter-product__button {
  background-color: #F8F8F8;
}

.filter-product__button.active {
  color: var(--color-accent);
}

.filter-product__button-icon {
  margin-left: 9px;
  fill: #000000;
  transition-property: all;
  transition-duration: 0.3s;
}

.active .filter-product__button-icon {
  fill: var(--color-accent);
}

.products--grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 399px) {
  .products--grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 980px) {
  .products--grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.archive .main-column > .page-title {
  display: none;
}

@media (min-width: 980px) {
  .archive .main-column {
    width: calc(66.6666666667% - 10px);
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .archive .main-column {
    width: calc(75% - 10px);
    margin-left: 10px;
  }
}
.product-card__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.product-card__labels li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
  height: 26px;
  border-radius: 12px;
}

@media (min-width: 980px) {
  .product-card__labels li {
    width: 50px;
    height: 34px;
  }
}
.product-card__sale-label {
  background: #D70B0B;
}

.product-card__top-label {
  font-weight: 900;
  font-size: 12px;
  line-height: 120;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #5DCA08;
}

.product-card__sale-icon {
  width: 12px;
  height: 14px;
}

@media (min-width: 980px) {
  .product-card__sale-icon {
    width: 15px;
    height: 17px;
  }
}
/* Filter */
.filter-product__inner {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media (min-width: 980px) {
  .filter-product__inner {
    display: block;
    padding-top: 24px;
  }

  .filter-product__inner .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .filter-product__inner .woof_container_select {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .woof_checkbox_instock_container,
.woof_checkbox_sales_container {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .filter-product__inner .woof_container_select {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1200px) {
  .woof_checkbox_instock_container,
.woof_checkbox_sales_container {
    width: auto;
  }
}
.woof_container_inner h4 {
  margin-top: 0;
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #999999;
}

.filter-product__inner .chosen-search {
  display: none !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px !important;
  padding: 15px 10px 16px;
  font-size: 18px;
  line-height: 120% !important;
  color: var(--color-black);
  background-color: #ffffff;
  border-radius: 7px;
  border: 1px solid #ffffff;
  transition-property: all;
  transition-duration: 0s;
  box-shadow: none;
  background: #fff;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border-color: var(--color-accent);
  background: #ffffff;
}

.chosen-container-single .chosen-single span {
  font-size: 18px;
}

.chosen-container-single .chosen-single div {
  margin-right: 8px;
}

.chosen-container-single .chosen-single div b {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.chosen-container-single .chosen-single div b::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: rotate(45deg) translateY(-1px);
  transition-property: all;
  transition-duration: 0.3s;
}

.chosen-container .chosen-drop {
  border-color: var(--color-accent);
  box-shadow: none;
}

.chosen-container .chosen-results li {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.chosen-container .chosen-results li.highlighted {
  background: #ffffff;
  color: var(--color-accent);
}

.woof_submit_search_form_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 21px;
}

@media (min-width: 980px) {
  .woof_submit_search_form_container {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .woof_submit_search_form_container {
    width: 100%;
  }
}
.woof_reset_search_form {
  margin-bottom: 10px;
  background-color: #fff;
  border-color: var(--color-accent);
  color: var(--color-accent);
}

@media (min-width: 980px) {
  .woof_reset_search_form {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.woof_reset_search_form:hover {
  background-color: var(--color-accent);
  color: #ffffff;
}

.woof_submit_search_form_container button {
  width: 220px;
}

.woof_submit_search_form {
  color: #fff;
  border-color: var(--color-accent);
  background-color: var(--color-accent);
}

.woof_submit_search_form:hover {
  background-color: #fff;
}

.woof_submit_search_form::before {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  filter: invert(100%) sepia(0%) saturate(7483%) hue-rotate(253deg) brightness(115%) contrast(90%);
  background-image: url("../images/icon--filter-var.svg");
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.3s;
}

.woof_submit_search_form:hover::before {
  filter: invert(77%) sepia(26%) saturate(4328%) hue-rotate(315deg) brightness(101%) contrast(96%);
}

.woof_submit_search_form {
  font-size: 0;
}

.woof_submit_search_form::after {
  content: "Подобрать";
  font-size: 14px;
}

.woof_products_top_panel {
  display: none !important;
}

.woof_checkbox_sales,
.woof_checkbox_instock {
  display: none;
}

.woof_checkbox_sales_container .woof_container_inner label::before,
.woof_checkbox_instock_container .woof_container_inner label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #CECECE;
}

.woof_checkbox_sales_container .woof_container_inner label,
.woof_checkbox_instock_container .woof_container_inner label {
  display: inline-flex !important;
  align-items: center;
  margin-left: -10px;
}

.woof_checkbox_sales_container .woof_container_inner .woof_checkbox_sales:checked + label::before,
.woof_checkbox_instock_container .woof_container_inner .woof_checkbox_instock:checked + label::before {
  background-image: url("../images/sprite.svg#icon--check");
  border-color: var(--color-accent);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}

.woof_checkbox_sales_container .woof_container_inner label {
  font-size: 0;
}

.woof_checkbox_sales_container .woof_container_inner label::after {
  content: "На акции";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 120%;
}

div.woof_info_popup {
  opacity: 0 !important;
}

.products--grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 399px) {
  .products--grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 980px) {
  .products--grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-card {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .product-card {
    width: calc(25% - 20px);
  }
  .term-38 .page-main .product-card {
    width: calc(16.6666666667% - 20px);
  }
}
.product-card__thumbnail-wrapper {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.product-card__thumbnail {
  display: block;
  width: 100%;
}

.product-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
}

@media (min-width: 1200px) {
  .product-card:hover .product-card__overlay {
    opacity: 1;
  }
}
.product-card__thumbnail {
  display: block;
}

@media (min-width: 768px) {
  .product-card__control {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.product-card__data {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .product-card__data {
    max-width: calc(100% - 70px);
    margin-bottom: 0;
  }
}
.product-card__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}

.product-card__price {
  margin-top: 1px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}

.product-card__price--sale {
  margin-right: 10px;
  color: #D70B0B;
}

.product-card__price--old {
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  text-decoration-line: line-through;
  color: #868686;
}

.product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid #E9E9E9;
  background-color: var(--color-white);
}

.product-card__button:hover {
  border-color: var(--color-accent);
}

.product-card__button-icon {
  width: 16px;
  height: 22px;
  transition-property: all;
  transition-duration: 0.3s;
}

.product-card__button:hover .product-card__button-icon {
  fill: var(--color-accent);
}

.sale-banner-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 399px) {
  .sale-banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .main-column .sale-banner-wrapper {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sale-banner-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.archive-aside .sale-banner-wrapper {
  display: none;
}

@media (min-width: 980px) {
  .archive-aside .sale-banner-wrapper {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.sale-banner {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .sale-banner {
    width: calc(50% - 10px);
  }
}
.sale-banner__thumbnail {
  display: block;
  width: 100%;
}

.sale-banner__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.sale-banner__title {
  max-width: 190px;
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.ful-cat-description {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 399px) {
  .ful-cat-description {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .ful-cat-description {
    padding-left: 0;
    padding-right: 0;
  }
}
.ful-cat-description h2 {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .ful-cat-description h2 {
    font-size: 34px;
  }
}
.ful-cat-description p {
  font-weight: 300;
  font-size: 16px;
  line-height: 120%;
}

@media (min-width: 1200px) {
  .ful-cat-description p {
    font-size: 20px;
  }
}
.main-menu .sub-menu {
  display: none;
  margin: 14px 0 0 10px;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 980px) {
  .main-menu .sub-menu.active {
    display: block;
  }
}

@media (min-width: 980px) {
  .main-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 82px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #EFEFEF;
    box-shadow: 0px 27px 75px rgba(146, 146, 146, 0.13);
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0.3s;
  }

  .main-menu .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .main-menu .sub-menu {
    top: 71px;
  }

  .main-menu .sub-menu::before,
.main-menu .sub-menu::after {
    content: "";
    position: absolute;
    top: -1px;
    background-color: #ffffff;
    border-top: 1px solid #EFEFEF;
    width: 100vw;
    height: 100%;
  }

  .main-menu .sub-menu::before {
    left: -100vw;
  }

  .main-menu .sub-menu::after {
    right: -100vw;
  }
}
.main-menu .sub-menu > li:not(:last-child) {
  margin-bottom: 6px;
}

@media (min-width: 980px) {
  .main-menu .sub-menu > li {
    width: 33.3333333333%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-menu .sub-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-menu .sub-menu > li > a {
    display: flex;
    align-items: center;
  }

  .main-menu .sub-menu > li > a::before {
    content: "";
    width: 100px;
    height: 100px;
    margin-right: 12px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.main-menu .menu-item-has-children > a:after {
  content: "➜";
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main-menu .menu-item-has-children > a.active:after {
  margin-left: 8px;
  transform: rotate(-90deg) translateY(1px) scale(-1);
}

.archive .main-column > .page-title {
  display: none;
}

@media (min-width: 980px) {
  .archive .main-column {
    width: calc(66.6666666667% - 10px);
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .archive .main-column {
    width: calc(75% - 10px);
    margin-left: 10px;
  }
}
.product-card__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.product-card__labels li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 40px;
  height: 26px;
  border-radius: 12px;
}

@media (min-width: 980px) {
  .product-card__labels li {
    width: 50px;
    height: 34px;
  }
}
.product-card__sale-label {
  background: #D70B0B;
}

.product-card__top-label {
  font-weight: 900;
  font-size: 12px;
  line-height: 120;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #5DCA08;
}

.product-card__sale-icon {
  width: 12px;
  height: 14px;
}

@media (min-width: 980px) {
  .product-card__sale-icon {
    width: 15px;
    height: 17px;
  }
}
.main-menu .sub-menu {
  display: none;
  margin: 14px 0 0 10px;
  padding-left: 0;
  list-style: none;
}

@media (min-width: 980px) {
  .main-menu .sub-menu {
    position: absolute;
    left: 0;
    top: 82px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    margin: 0;
    background-color: #fff;
    border-top: 1px solid #EFEFEF;
    box-shadow: 0px 27px 75px rgba(146, 146, 146, 0.13);
    opacity: 0;
    visibility: hidden;
    transition-property: all;
    transition-duration: 0.3s;
  }

  .main-menu .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .main-menu .sub-menu {
    top: 71px;
  }

  .main-menu .sub-menu::before,
.main-menu .sub-menu::after {
    content: "";
    position: absolute;
    top: -1px;
    background-color: #ffffff;
    border-top: 1px solid #EFEFEF;
    width: 100vw;
    height: 100%;
  }

  .main-menu .sub-menu::before {
    left: -100vw;
  }

  .main-menu .sub-menu::after {
    right: -100vw;
  }
}
.main-menu .sub-menu > li:not(:last-child) {
  margin-bottom: 6px;
}

@media (min-width: 980px) {
  .main-menu .sub-menu > li {
    width: 33.3333333333%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-menu .sub-menu > li:not(:last-child) {
    margin-bottom: 10px;
  }

  .main-menu .sub-menu > li > a {
    display: flex;
    align-items: center;
  }

  .main-menu .sub-menu > li > a::before {
    content: "";
    width: 100px;
    height: 100px;
    margin-right: 12px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.main-menu .menu-item-has-children > a:after {
  content: "➜";
  display: inline-block;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  transition-property: all;
  transition-duration: 0.3s;
}

.main-menu .menu-item-has-children > a.active:after {
  margin-left: 8px;
  transform: rotate(-90deg) translateY(1px) scale(-1);
}

@media (min-width: 980px) {
  .page-header__grid {
    position: relative;
  }
}
@media (min-width: 980px) {
  .page-header__navigation {
    position: initial;
  }
}
img.bill {
  display: block;
  max-width: 300px;
  height: auto;
}

.form__field-group--payment {
  order: 1;
}

.form__field-group--promocode {
  order: 2;
}

.order-registration__coast {
  order: 3;
}

.woocommerce-order-pay .order_details {
  list-style: none;
  padding: 0;
}
.woocommerce-order-pay #begateway_payment_form {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.woocommerce-order-pay .button {
  width: auto;
  padding-left: 40px;
  padding-right: 40px;
  min-width: 250px;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (max-width: 571px) {
  .woocommerce-order-pay .button {
    margin-right: 0;
    width: 100%;
  }
}
.woocommerce-order-pay .button.alt {
  cursor: pointer;
}
.woocommerce-order-pay .button.alt:hover {
  border-color: var(--color-black);
  color: #fff;
  background: var(--color-black);
}
.woocommerce-order-pay .button.cancel {
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.woocommerce-order-pay .button.cancel:hover {
  color: #fff;
  background: var(--color-accent);
}

.single-product__grid__laroma {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 760px) {
  .single-product__grid__laroma .single-product__gallery {
    width: 20%;
  }
}
@media (min-width: 980px) {
  .single-product__grid__laroma .single-product__gallery {
    width: 20%;
  }
}
@media (min-width: 760px) {
  .single-product__grid__laroma .single-product__content {
    width: calc(80% - 20px);
    margin-left: 20px;
  }
}
@media (min-width: 980px) {
  .single-product__grid__laroma .single-product__content {
    width: calc(80% - 40px);
    margin-left: 40px;
  }
}

.single-product .page-content__laroma {
  padding-bottom: 45px;
}
@media (min-width: 1200px) {
  .single-product .page-content__laroma {
    padding-bottom: 45px;
  }
}
.single-product .page-content__laroma > .single-product__title {
  display: block;
  margin-bottom: 30px;
}
.single-product .page-content__laroma .single-product__short-description {
  max-width: 860px;
}
.single-product .page-content__laroma .single-product__short-description ul {
  padding: 0;
  list-style: none;
}
.single-product .page-content__laroma .single-product__short-description ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
.single-product .page-content__laroma .single-product__short-description ul li:before {
  content: "";
  display: block;
  left: 0;
  background-image: url(../images/ulli.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

.laroma__grey {
  background-color: #F8F8FA;
  background-image: url(../images/laroma_grey_bg.jpg);
  background-size: cover;
}
.laroma__grey__text {
  display: flex;
  min-height: 800px;
  flex-flow: column;
  justify-content: center;
  max-width: 395px;
  color: #788386;
  font-size: 24px;
}
@media (max-width: 760px) {
  .laroma__grey__text {
    min-height: unset;
    padding: 40px;
    line-height: 1.2;
  }
}
.laroma__grey__text strong {
  margin-bottom: 15px;
}
.laroma__grey__text p {
  margin-bottom: 80px;
}
.laroma__grey__text a {
  display: inline-block;
  color: var(--color-accent);
  border-bottom: 1px solid #E0E0E9;
  transition: all 0.2s ease-in-out;
}
.laroma__grey__text a:hover {
  border-color: var(--color-accent);
  text-decoration: none;
}
.laroma__white {
  background: #fff;
  padding: 60px 0;
}
.laroma__white h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 24px;
}
.laroma__white p {
  margin-bottom: 40px;
  font-size: 18px;
}
.laroma__white p.laroma__cit {
  line-height: 1.5;
  font-size: 24px;
}
.laroma__white p:last-child {
  margin-bottom: 0;
}
.laroma__white h2, .laroma__white p {
  max-width: 860px;
}
.laroma__items {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 580px) {
  .laroma__items {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.laroma__item {
  width: 33.3333%;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 580px) {
  .laroma__item {
    width: 50%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.laroma__item__img {
  margin-bottom: 25px;
}
.laroma__item__img img {
  display: block;
  border-radius: 100%;
  width: 80%;
}
.laroma__item__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 14px;
}
@media (max-width: 760px) {
  .laroma__item__title {
    font-size: 18px;
  }
}
.laroma__item__text {
  color: #788386;
}
@media (max-width: 760px) {
  .laroma__item__text {
    font-size: 16px;
  }
}
.laroma__gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.laroma__gallery__item {
  width: calc(50% - 5px);
}
@media (max-width: 580px) {
  .laroma__gallery__item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.laroma__gallery__item img {
  display: block;
  width: 100%;
}
.laroma__gallery__item__grey {
  justify-content: center;
  display: flex;
  flex-direction: column;
  background: #F8F8FA;
}
.laroma__gallery__text {
  padding: 20px 9%;
}
@media (max-width: 580px) {
  .laroma__gallery__text {
    padding: 40px 9%;
  }
}
.laroma__gallery__text h2 {
  margin-bottom: 20px;
  margin-top: 0;
}
.laroma__gallery__text ul {
  padding: 0;
  list-style: none;
  padding-bottom: 30px;
}
.laroma__gallery__text ul:last-child {
  margin-bottom: 0;
}
.laroma__gallery__text ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
.laroma__gallery__text ul li:before {
  content: "";
  display: block;
  left: 0;
  background-image: url(../images/ulli.svg);
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: 50%;
  margin-top: -12.5px;
}

.page-content__article a:not(.wp-block-button__link) {
  text-decoration: underline;
  text-decoration-color: #989898;
  transition: all 0.2s ease-in-out;
}
.page-content__article a:not(.wp-block-button__link):hover {
  text-decoration-color: #fa8b68;
}

.woocommerce-additional-fields__field-wrapper .notes {
  display: none !important;
}

.welcome-slider {
  margin-bottom: 60px;
}

.n-category__header {
  margin-bottom: 60px;
}

.page-footer {
  border-top: 2px solid #F1F1F1;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.green_content + .page-footer {
  margin-top: 0;
}
.page-footer__text {
  background: #F2F5F6;
  border-radius: 16px;
  padding: 40px;
  color: #5E8780;
  font-size: 15px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .page-footer__text {
    padding: 20px;
    font-size: 14px;
  }
}
.page-footer__text p {
  margin: 0;
}
.page-footer__text a {
  text-decoration: underline;
}

.copyright {
  border-top: 1px solid #F1F1F1;
}

.payment-information {
  order: 1;
  font-size: 15px;
  line-height: 130%;
  color: #868686;
}
@media (min-width: 760px) {
  .payment-information {
    max-width: 600px;
    width: calc(49% - 20px);
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .payment-information {
    margin-bottom: 25px;
  }
}

.footer-cards-logo {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  margin-bottom: 0;
  margin-top: 40px;
}

.footer-cards-logo-erip {
  height: 30px;
  width: auto;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .footer-cards-logo-erip {
    height: 20px;
  }
}

.copyright {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  font-size: 15px;
  color: #868686;
  border-top: 2px solid #F1F1F1;
}

@media (min-width: 1200px) {
  .copyright {
    margin-top: 39px;
    padding-bottom: 22px;
  }
}
.copyright p {
  margin-top: 0;
  margin-bottom: 8px;
}

@media (min-width: 680px) {
  .copyright p {
    margin-bottom: 0;
  }
}
.copyright__dev {
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  color: var(--color-author);
}
@media screen and (max-width: 768px) {
  .copyright__dev {
    margin-left: 0;
    flex-wrap: wrap;
    font-size: 12px;
  }
}
.copyright__dev a {
  color: #868686;
  text-decoration: none;
}
.copyright__dev img {
  margin-left: 30px;
  height: 30px;
  display: block;
  width: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .copyright__dev img {
    margin-left: 10px;
    height: 20px;
  }
}

.footer-navigation {
  margin-bottom: 25px;
  width: 60%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer-navigation {
    width: 100%;
    flex-wrap: wrap;
  }
}
.footer-navigation__item {
  width: 33.33333%;
}
@media screen and (max-width: 768px) {
  .footer-navigation__item {
    width: 100%;
  }
}
.footer-navigation__title {
  color: #5E8780;
}
.footer-navigation__list a {
  color: #868686;
  font-size: 16px;
}
.footer-navigation__contact {
  font-size: 24px;
  color: var(--color-accent);
}
.footer-navigation__contact a {
  display: block;
  margin-bottom: 10px;
}

.page-footer__logos {
  margin-top: 21px;
  margin-left: auto;
  margin-right: 0;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page-footer__logos {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
}
.page-footer__logos a {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background: #F2F5F6;
  border-radius: 100%;
  color: #5E8780;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .page-footer__logos a {
    margin-left: 0;
    margin-right: 10px;
  }
}
.page-footer__logos a svg {
  fill: #5E8780;
  transition: all 0.2s ease-in-out;
}
.page-footer__logos a svg.telegram-link__icon {
  fill: none;
  stroke: #5E8780;
}
.page-footer__logos a:hover {
  background: #5E8780;
  color: #F2F5F6;
}
.page-footer__logos a:hover svg {
  fill: #F2F5F6;
}
.page-footer__logos a:hover svg.telegram-link__icon {
  fill: none;
  stroke: #F2F5F6;
}

@media screen and (max-width: 768px) {
  .page-footer__grid {
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .page-main {
    margin-top: 39px;
  }
}
.green_content {
  padding: 120px 0;
  background: #F2F5F6;
}
@media screen and (max-width: 768px) {
  .green_content {
    padding: 50px 0;
  }
}
.green_content .content {
  max-width: 860px;
  font-size: 18px;
  line-height: 1.4;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .green_content .content {
    font-size: 15px;
  }
}
.green_content .content img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 45px;
  border-radius: 18px;
}

.advantages {
  padding: 10px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .advantages {
    flex-wrap: wrap;
  }
}
.advantages__grid {
  padding: 10px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .advantages__grid {
    width: 100%;
    padding: 5px 0;
  }
}
.advantages__content {
  background: #F5F3F1;
  border-radius: 16px;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-right: calc(50vw - 680px);
}
@media screen and (max-width: 768px) {
  .advantages__content {
    padding: 40px 25px;
  }
}
.advantages__content .section-title {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .advantages__content .section-title {
    margin-bottom: 38px;
  }
}
.advantages__content .custom-list__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .advantages__content .custom-list__item:not(:last-child) {
    margin-bottom: 21px;
  }
}
.advantages__content .custom-list__label {
  font-weight: 700;
}
.advantages__content .custom-list__item p {
  color: var(--color-dark);
}
.advantages__content .custom-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 16px;
  background-image: url("../images/sprite2.svg#icon--custom-list");
  background-position: center;
  background-repeat: no-repeat;
}
.advantages__thumbnail {
  display: block;
  width: 45%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .advantages__thumbnail {
    width: 100%;
    padding: 5px 0;
  }
}
.advantages__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 16px;
}

.reset-list {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.reset-list li:not(:last-child) {
  margin-bottom: 8px;
}
.advantages__content .reset-list {
  color: var(--color-dark);
}

.section__faq {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .section__faq {
    padding: 50px 0;
  }
}

.section__title {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: var(--color-dark);
  margin-bottom: 60px;
  line-height: 120%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: left;
  }
}

.faq_item {
  padding: 35px 70px 35px 40px;
  border: 2px solid transparent;
  position: relative;
  margin-bottom: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  color: var(--color-dark);
  background: #F2F5F6;
  border-radius: 16px;
}
.green_content .faq_item {
  background: #fff;
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .faq_item {
    padding: 30px 50px 30px 20px;
  }
}
.faq_item:after {
  content: "+";
  position: absolute;
  font-size: 30px;
  right: 30px;
  top: 35px;
  transition: all 0.2s ease-in-out;
  display: block;
}
@media screen and (max-width: 768px) {
  .faq_item:after {
    top: 20px;
    right: 20px;
  }
}
.faq_item__name {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .faq_item__name {
    font-size: 16px;
    font-weight: 500;
  }
}
.faq_item__answer {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  height: auto;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 140%;
}
.faq_item:hover {
  border: 2px solid var(--color-green);
}
.faq_item:hover:after {
  color: var(--color-green);
}
.faq_item.opened {
  background: #fff;
  border-color: var(--color-green);
}
.faq_item.opened .faq_item__name {
  color: var(--color-green);
}
.faq_item.opened .faq_item__answer {
  max-height: 1000px;
  opacity: 1;
  padding-top: 10px;
}
.faq_item.opened:after {
  transform: rotate(45deg);
  color: var(--color-green);
}

.popular_products {
  padding: 60px 0;
}
.popular_products__list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 768px) {
  .popular_products__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.popular_products__list__item {
  width: 25%;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .popular_products__list__item {
    width: 50%;
    padding: 10px 5px;
    order: 3;
  }
}
.popular_products__list__item .product-card {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .popular_products__list__item:nth-child(1), .popular_products__list__item:nth-child(2) {
    order: -1;
  }
}
@media screen and (max-width: 768px) {
  .popular_products__list__big {
    width: 100%;
    order: 1;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .popular_products__list__big_sec {
    order: 4;
  }
}
.popular_products__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}
.popular_products__slide__img {
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  position: absolute;
  height: auto;
  width: auto;
  max-width: 120%;
  object-fit: cover;
}
.popular_products__slide__txt {
  height: 100%;
  width: 100%;
  display: inline-flex;
  padding: 20px;
  align-items: flex-end;
  z-index: 2;
  background: linear-gradient(360deg, #5E8780 22.82%, rgba(94, 135, 128, 0.826886) 37.26%, rgba(94, 135, 128, 0) 75.81%);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .popular_products__slide__txt {
    min-height: 240px;
  }
}
.popular_products__slide__txt__orange {
  background: linear-gradient(0deg, var(--color-accent) 8.6%, rgba(250, 138, 105, 0.658364) 47.86%, rgba(250, 138, 105, 0) 93.27%);
}

.product-card__thumbnail-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.product-card__data {
  width: 100%;
  max-width: 100%;
}

.product-card__title {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-dark);
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .product-card__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.term-38 .page-main .product-card__title {
  font-size: 16px;
}
.product-card:hover .product-card__title {
  color: var(--color-accent);
}

.product-card__price {
  font-weight: 400;
  font-size: 18px;
  color: var(--color-dark);
}
@media screen and (max-width: 768px) {
  .product-card__price {
    font-size: 16px;
  }
}

.product-card__overlay-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  max-width: 90%;
  background: transparent;
  height: 50px;
  line-height: 130%;
  text-transform: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 41px;
}
.term-38 .page-main .product-card__overlay-link {
  height: 40px;
  font-size: 12px;
}

.product-card__stock {
  display: inline-flex;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  background: #E9F5F3;
  border-radius: 10px;
  color: var(--color-green);
  padding: 8px 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .product-card__stock {
    margin-bottom: 10px;
    margin-top: auto;
  }
}
.product-card__stock__out {
  background: #FCF0ED;
  color: var(--color-accent);
}

.archive-grid .main-column {
  width: 100%;
  margin-left: 0;
}

.block_dop_links {
  width: 100%;
  padding: 40px 0;
}
.block_dop_links .section__title {
  text-align: left;
  font-size: 32px;
  margin-bottom: 30px;
}
.block_dop_links__list {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 768px) {
  .block_dop_links__list {
    width: 100%;
    white-space: nowrap;
    max-width: unset;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
.block_dop_links__list a {
  margin: 5px 5px 5px 0;
  height: 50px;
  display: inline-flex;
  color: var(--color-green);
  border: 1px solid var(--color-green);
  border-radius: 42px;
  align-items: center;
  padding: 5px 20px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .block_dop_links__list a {
    height: 36px;
    font-size: 15px;
    padding: 5px 16px;
  }
}
.block_dop_links__list a:hover {
  background: var(--color-green);
  color: #fff;
}

.section__blog + .section__vozm, .green_content + .section__blog {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .section__blog + .section__vozm, .green_content + .section__blog {
    padding-top: 50px;
  }
}

.archice__blog {
  display: flex;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.archice__blog__item {
  margin: 10px;
  width: calc(50% - 20px);
  background: linear-gradient(0deg, #F5F3F1, #F5F3F1), #F5F3F1;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .archice__blog__item {
    width: calc(100% - 20px);
  }
}
.archice__blog__btns {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  height: 60px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  border-radius: 41px;
  background: #fff;
  padding: 5px 30px;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background: var(--color-accent);
  color: #fff;
}

.blog.teaser {
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
}
.blog.teaser .blog__img {
  display: block;
  order: -1;
  z-index: 2;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  border-radius: 16px;
}
.blog.teaser .blog__img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(250, 138, 105, 0.6) -50.38%, rgba(250, 138, 105, 0) 82.44%);
  display: block;
}
.blog.teaser .blog__img img {
  width: 100%;
  border-radius: 16px;
  display: block;
}
.blog.teaser .blog__title {
  background: linear-gradient(0deg, #F5F3F1, #F5F3F1), #F5F3F1;
  border-radius: 0 0 16px 16px;
  margin-top: -16px;
  z-index: 1;
  padding: 46px 30px 30px;
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: var(--color-dark);
  transition: all 0.2s ease-in-out;
  display: flex;
}
@media screen and (max-width: 768px) {
  .blog.teaser .blog__title {
    padding: 36px 20px 20px;
    font-size: 20px;
  }
}
.blog.teaser .blog__title__txt {
  display: block;
  width: calc(100% - 30px);
}
.blog.teaser .blog__title__icon {
  display: block;
  margin-left: auto;
}
.blog.teaser:hover .blog__img {
  opacity: 0.9;
}
.blog.teaser:hover .blog__title {
  color: var(--color-green);
}
.blog.teaser:hover .blog__title__icon svg {
  fill: var(--color-accent);
}

.archive__link {
  background: #F5F3F1;
  border-radius: 42px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-green);
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 20px;
  transition: all 0.2s ease-in-out;
}
.archive__link:hover {
  background: var(--color-accent);
  color: #fff;
}

.archive__links {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 25px;
}

.section__vozm + .green_content {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .section__vozm + .green_content {
    margin-top: 50px;
  }
}

.n-category__thumb {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .n-category__list {
    flex-wrap: wrap;
  }

  .n-category__item {
    width: calc(100% - 20px);
  }

  .n-category__header h1 {
    text-align: left;
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .n-category__header__txt {
    line-height: 120%;
    font-size: 16px;
    text-align: left;
  }

  .n-category__thumb-wrapper {
    height: 165px;
    overflow: hidden;
  }
}
.certificates {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .certificates {
    padding-top: 50px;
  }
}
.certificates__grid {
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 768px) {
  .certificates__grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.certificates .section__title {
  text-align: left;
}

.certificate {
  width: calc(25% - 10px);
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .certificate {
    width: 100%;
  }
}
.certificate__img {
  border: 1px solid #EBE4DD;
  border-radius: 16px;
  background: #fff;
  padding: 15px;
  display: block;
  margin-bottom: 10px;
}
.certificate__name {
  display: block;
  font-weight: 500;
  font-size: 16px;
}
.product-gallery {
  position: relative;
}
.product-gallery .product-card__stock {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.product-gallery__thumbnail {
  border-radius: 16px;
}
.product-gallery__preview-slider .product-gallery__thumbnail {
  border-radius: 8px;
}

.product-gallery__thumbnail-slider {
  border-radius: 16px;
  overflow: hidden;
}

.product-gallery__preview-item::before {
  border-radius: 8px;
}

.single-product__active {
  width: 100%;
}

.cradio {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 13px 0;
  border-bottom: 1px solid #F5F3F1;
  font-size: 18px;
}
.cradio:before {
  content: "";
  display: block;
  left: 0;
  top: 1px;
  background: #fff;
  border: 1px solid #212121;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-right: 10px;
}
.cradio:hover:before {
  filter: brightness(120%);
}
.cradio__group {
  padding-top: 20px;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
}
.cradio__group input[type=radio] {
  display: none;
}
.cradio__group input[type=radio]:checked + label:before {
  border: 7px solid var(--color-accent);
}
.cradio__group input[type=radio]:disabled + label:before {
  filter: grayscale(100%);
}
.cradio__weight {
  width: 25%;
  font-weight: 700;
}
.cradio__price {
  margin-right: auto;
}
.cradio__old__price {
  text-decoration: line-through;
  color: var(--color-accent);
}
.cradio__weightprice {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  padding: 10px;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
  color: #9F9993;
  background: #F5F3F1;
  border-radius: 48px;
}
.cradio__notstock:before {
  display: none;
}
.cradio__notstock_lab {
  margin-right: auto;
  display: inline-flex;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  border-radius: 10px;
  padding: 8px 10px;
  background: #FCF0ED;
  color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .cradio__notstock_lab {
    font-size: 10px;
    padding: 5px 7px;
  }
}

.single-product__add-cart {
  margin-left: 10px;
  border-radius: 33px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-transform: none;
}
.single-product__add-cart:not(:disabled) {
  background: var(--color-green);
  color: #FFFFFF;
}
.single-product__add-cart:not(:disabled) .single-product__add-icon {
  fill: #FFFFFF;
}

.product_card__btns {
  display: flex;
  align-items: center;
}
.product_card__counter {
  display: flex;
  border: 2px solid #F5F3F1;
  border-radius: 40px;
  max-width: 160px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 600;
}
.product_card__counter__input {
  height: 60px;
  border: none !important;
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
}
.product_card__counter__input::-webkit-outer-spin-button, .product_card__counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product_card__counter__btn {
  width: 25%;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--color-green);
  background: transparent;
  border: none;
  justify-content: center;
  font-size: 150%;
}
.product_card__counter__btn:hover {
  color: var(--color-accent);
}
.product_card__infos {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 15px;
  margin-top: 30px;
  justify-content: stretch;
}
@media screen and (max-width: 768px) {
  .product_card__infos {
    flex-flow: column;
  }
}
.product_card__infos__item {
  background: #F5F3F1;
  border-radius: 12px;
  padding: 30px 20px;
  margin: 5px;
  flex-grow: 1;
}
.product_card__infos__item p {
  margin: 0;
}
.product_card__infos__item__icon {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product_card__infos__item__icon {
    margin-bottom: 14px;
  }
}
.product_card__topay {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
}
.product_card__topay a {
  text-decoration: underline;
  color: var(--color-green);
}
.product_card__topay a:hover {
  color: var(--color-accent);
}

.page-content .calc-container .calc-list__indexed {
  z-index: 2;
}

.page-content__article .wpcr3_button_1 {
  height: 60px;
  border: 2px solid var(--color-green);
  border-radius: 41px;
  padding: 5px 40px;
  color: var(--color-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .page-content__article .wpcr3_button_1 {
    width: 100%;
  }
}
.page-content__article .wpcr3_button_1:hover {
  color: #fff;
  background: var(--color-green);
  border-color: var(--color-green);
}
.page-content__article .wpcr3_aggregateRating,
.page-content__article .wpcr3_item_name {
  display: none !important;
}

.wpcr3_respond_2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding-left: 50%;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .wpcr3_respond_2 {
    padding: 10px !important;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  max-height: 100%;
  overflow: auto;
  border-radius: 20px 0 0 20px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 10%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .wpcr3_respond_2 .wpcr3_div_2 {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 50px 20px 20px 20px;
  }
}
.wpcr3_respond_2 .wpcr3_div_2 .wpcr3_cancel_btn {
  position: absolute;
  left: 20px;
  top: 10px;
  line-height: 1;
  font-size: 40px;
  color: var(--color-green);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.wpcr3_respond_2 .wpcr3_div_2 .wpcr3_cancel_btn:hover {
  color: var(--color-accent);
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_leave_text {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
  max-width: 346px;
}
@media screen and (max-width: 768px) {
  .wpcr3_respond_2 .wpcr3_table_2 .wpcr3_leave_text {
    font-size: 32px;
  }
}
.wpcr3_respond_2 .wpcr3_table_2 label.comment-field {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_ftext,
.wpcr3_respond_2 .wpcr3_table_2 .text-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 0;
  font-size: 18px;
  background: transparent;
  margin-bottom: 30px;
  min-width: 100px;
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_ftext:focus,
.wpcr3_respond_2 .wpcr3_table_2 .text-input:focus {
  border-color: var(--color-green);
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_ftext {
  margin-bottom: 10px;
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_check_confirm {
  font-size: 15px;
  margin: 20px 0 40px 0;
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_buttons .wpcr3_submit_btn {
  width: 100%;
  background: var(--color-green);
  color: #fff;
}
.wpcr3_respond_2 .wpcr3_table_2 .wpcr3_buttons .wpcr3_submit_btn:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
}
.wpcr3_respond_2 .wpcr3_rating_stars {
  margin-bottom: 30px;
}

body.noscr {
  overflow: hidden !important;
}

.wpcr3_respond_3 {
  margin-bottom: 30px;
}

.wpcr3_reviews_holder .wpcr3_review,
.wpcr3_in_content .wpcr3_review {
  max-width: 970px;
  margin-bottom: 10px;
  background: #F5F3F1;
  border-radius: 16px;
  padding: 30px 40px;
}
.green_content .wpcr3_reviews_holder .wpcr3_review,
.green_content .wpcr3_in_content .wpcr3_review {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wpcr3_reviews_holder .wpcr3_review,
.wpcr3_in_content .wpcr3_review {
    padding: 30px 20px;
  }
}
.wpcr3_reviews_holder .wpcr3_review blockquote.wpcr3_content,
.wpcr3_in_content .wpcr3_review blockquote.wpcr3_content {
  font-size: 18px;
  margin: 0;
  padding: 20px 0;
}
.wpcr3_reviews_holder .wpcr3_review blockquote.wpcr3_content p,
.wpcr3_in_content .wpcr3_review blockquote.wpcr3_content p {
  font-size: 18px;
}
.wpcr3_reviews_holder .wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response,
.wpcr3_in_content .wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response {
  margin-left: 0;
  background: var(--color-green);
  color: #fff;
  margin-top: 20px;
  border-radius: 16px;
  padding: 20px 30px;
}
.wpcr3_reviews_holder .wpcr3_review .wpcr3_review_author,
.wpcr3_in_content .wpcr3_review .wpcr3_review_author {
  font-weight: 700;
  margin-right: 12px;
  color: var(--color-green);
}
.wpcr3_reviews_holder .wpcr3_review .wpcr3_review_author,
.wpcr3_reviews_holder .wpcr3_review .wpcr3_review_datePublished,
.wpcr3_in_content .wpcr3_review .wpcr3_review_author,
.wpcr3_in_content .wpcr3_review .wpcr3_review_datePublished {
  font-size: 16px;
  color: var(--color-green);
  font-style: normal;
}

.section__head {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  max-width: 970px;
}
@media screen and (max-width: 768px) {
  .section__head {
    margin-bottom: 20px;
  }
}
.section__head .section__title {
  text-align: left;
  margin-bottom: 0;
}
.section__head__link {
  color: var(--color-green);
  text-decoration: underline;
  text-decoration-color: rgba(94, 135, 128, 0.4);
}

.payment_info {
  order: 1;
  margin-top: -50px;
}

.single-product__dopbuys {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 570px) {
  .single-product__dopbuys {
    flex-direction: column;
  }
}
.single-product__dopbuy {
  color: #fff;
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(50% - 5px);
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 570px) {
  .single-product__dopbuy {
    width: 100%;
    margin-bottom: 5px;
  }
}
.single-product__dopbuy svg {
  height: 22px;
  display: block;
  width: auto;
  margin-top: 4px;
}
.single-product__dopbuy__ozon {
  background: #0069ff;
}
.single-product__dopbuy__wb {
  background: #71009F;
}
.single-product__dopbuy:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.outher-menu__rf-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #95928E;
}
@media (max-width: 979px) {
  .outher-menu__rf-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #212121;
    margin-bottom: 15px;
  }
}
.outher-menu__rf-link::before {
  content: "";
  width: 21px;
  height: 20px;
  margin-right: 10px;
  background-image: url("../images/rf_link.jpg");
  background-size: cover;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.button__rnd {
  background: #FCF0ED;
  border-radius: 33px;
  border-color: transparent;
  text-transform: none;
  color: var(--color-accent);
  font-weight: 600;
  font-size: 18px;
}
.button__rnd:hover {
  background: var(--color-accent);
  color: #fff;
}

.blocker {
  z-index: 8;
}

.modal {
  z-index: 9;
  max-width: 50%;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  box-shadow: none;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .modal {
    max-width: unset;
  }
}
.modal .wpcf7 {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
.modal a.close-modal {
  position: absolute;
  right: unset;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  background-image: url("../images/close-modal.svg");
}

.modalform p {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 20px;
}
.modalform__title {
  line-height: 120%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
}
.modalform__item {
  margin-bottom: 30px;
}
.modalform__item span {
  display: block;
  margin-bottom: 5px;
}
.modalform__item span.desc {
  color: #5E8780;
}
.modalform__item input {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 15px 10px 16px;
  font-size: 18px;
  line-height: 120%;
  color: var(--color-black);
  background-color: #f2f2f2;
  border-radius: 7px;
  border: 1px solid #f2f2f2;
  transition-property: all;
  transition-duration: 0.3s;
}
.modalform__item input:focus {
  border-color: var(--color-accent);
  background-color: var(--color-white);
}
.modalform__item input.wpcf7-not-valid {
  border-color: red;
}
.modalform__help {
  max-width: 430px;
  font-size: 15px;
  line-height: 130%;
  color: #212121;
}
.modalform__help a {
  color: var(--color-accent);
}
.modalform .btn {
  width: 100%;
}

.woocommerce-pagination ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  display: inline-flex;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background: #e9f5f3;
  font-weight: 600;
  color: #5E8780;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: var(--color-accent);
  background: #FCF0ED;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.prev, .woocommerce-pagination ul.page-numbers li .page-numbers.next {
  background: transparent;
}

.cart__detail {
  margin-top: 0;
  background: #F5F3F1;
  flex-shrink: 0;
}
.cart__detail .wc-proceed-to-checkout .button {
  border-radius: 33px;
  height: 60px;
  width: 100%;
  color: #fff;
  background: var(--color-green);
  border-color: transparent;
  text-transform: unset;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
.cart__detail .wc-proceed-to-checkout .button:hover {
  color: #fff;
  background: var(--color-accent);
}

.cart__details {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cart__details {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cart__detail {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.cart__totals__gift {
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #E2A7B9;
  color: #fff;
  padding: 10px 25px;
  min-height: 100px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-flow: column;
  align-content: center;
  line-height: 110%;
  background-image: url("../images/bg_cart__totals__gift.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 22% auto;
  justify-content: center;
}
.cart__totals__gift__row2 {
  margin: 4px 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 110%;
}
.cart__totals__gift.gifts__one .cart__totals__gift__row2 {
  font-size: 18px;
}
.cart__totals__gift.gifts__many .cart__totals__gift__row1 {
  font-size: 20px;
  line-height: 1.2;
}

.cart__gifts {
  padding-top: 25px;
  display: flex;
  flex-flow: row wrap;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (max-width: 768px) {
  .cart__gifts {
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.cart__gifts__title {
  width: calc(100% - 10px);
  margin: 5px;
  background-color: #F5F3F1;
  border-radius: 20px;
  min-height: 60px;
  background-image: url("../images/bg_cart__title.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 90% top;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .cart__gifts__title {
    background-image: none;
  }
}

.cart__gift {
  width: calc(50% - 10px);
  margin: 5px;
  border-radius: 20px;
  border: 1px solid #F1EEEA;
  background: #FFF;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cart__gift {
    width: calc(100% - 10px);
  }
}
.cart__gift__img {
  width: 25%;
  padding: 10px;
  opacity: 0.4;
}
.cart__gift__img img {
  width: 100%;
  border-radius: 12px;
}
.cart__gift__content {
  padding: 10px;
  width: 75%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.cart__gift.activated {
  border-color: #D9D2CC;
}
.cart__gift.activated .cart__gift__content {
  padding-top: 30px;
}
.cart__gift.activated .cart__gift__img {
  opacity: 1;
}
.cart__gift__act {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 12px;
  background: #E2A7B9;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.cart__gift__label {
  margin-bottom: 5px;
}
.cart__gift__description {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.cart__gift__min {
  font-size: 14px;
  color: var(--color-accent);
}

a.cart__gift {
  color: var(--color-dark);
}
a.cart__gift:hover {
  color: var(--color-accent);
}

@media screen and (max-width: 768px) {
  .cart {
    display: flex;
    flex-direction: column;
  }
}
.cart .cross-sells {
  order: 4;
}

@media (min-width: 980px) {
  .cart__list__col {
    width: calc(100% - 330px);
  }

  .cart {
    flex-wrap: wrap;
  }
  .cart .cross-sells {
    display: block;
    order: 4;
    padding-top: 70px;
  }
  .cart .cross-sells > h2 {
    margin-bottom: 60px;
  }
}
.order__thankyou {
  display: flex;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  .order__thankyou {
    flex-wrap: wrap;
  }
}
.order__thankyou__img {
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .order__thankyou__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.order__thankyou__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .order__thankyou__img img {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.order__thankyou__content {
  max-width: 710px;
  margin-left: 80px;
  color: var(--color-dark);
}
@media screen and (max-width: 768px) {
  .order__thankyou__content {
    margin-left: 0;
    width: 100%;
  }
}
.order__thankyou__content .button {
  display: inline-flex;
  border-color: var(--color-green);
  background: var(--color-green);
  color: #fff;
  border-radius: 41px;
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .order__thankyou__content .button {
    width: 100%;
  }
}
.order__thankyou__content .button:hover {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
}
.order__thankyou__title {
  margin-bottom: 30px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .order__thankyou__title {
    font-size: 30px;
  }
}
.order__thankyou__title strong {
  font-weight: 700;
  color: var(--color-accent);
}
.order__thankyou__text {
  margin-bottom: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .order__thankyou__text {
    font-size: 18px;
  }
}

.woocommerce-cart-form + .n-category {
  margin-top: 30px;
}

.checkout__gift__act {
  padding: 5px 10px;
  display: inline-flex;
  border-radius: 12px;
  background: #E2A7B9;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

.wpfMainWrapper {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.wpfMainWrapper #wpfBlock_1,
.wpfMainWrapper #wpfBlock_2,
.wpfMainWrapper #wpfBlock_3 {
  width: auto;
  max-width: 220px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wpfMainWrapper #wpfBlock_1,
.wpfMainWrapper #wpfBlock_2,
.wpfMainWrapper #wpfBlock_3 {
    width: 100%;
    max-width: 100%;
  }
}
.wpfMainWrapper .wpfFilterButtons {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.wpfMainWrapper .wpfFilterButton.wpfButton, .wpfMainWrapper .wpfClearButton.wpfButton {
  width: auto;
  border-radius: 33px;
  padding: 5px 25px;
  border: 1px solid transparent;
  margin: 0;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.wpfMainWrapper .wpfFilterContent > select {
  border-radius: 100px !important;
  border: 1px solid #DFEAE8 !important;
  height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 20px !important;
  color: var(--black, #212121);
  font-size: 15px;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 24px;
}

.wpfFilterWrapper[data-filter-type] {
  padding: 0 !important;
}

.wpfFilterButton.wpfButton {
  background: #5E8780;
  color: #fff;
}
.wpfFilterButton.wpfButton:hover {
  background: var(--color-accent);
}

.wpfClearButton.wpfButton {
  background: #F5F3F1;
  color: var(--black, #212121);
}
.wpfClearButton.wpfButton:hover {
  color: var(--color-accent);
  border-color: var(--color-accent);
}

.wpfFilterTitle {
  margin-bottom: 2px;
  padding-left: 20px;
}
.wpfFilterTitle .wfpTitle {
  font-size: 14px;
  color: var(--black, #212121);
}
.wpfFilterTitle .wpfTitleToggle {
  display: none !important;
}

.wpfCheckboxHier .ms-options-wrap > button {
  border-radius: 100px !important;
  border: 1px solid #DFEAE8 !important;
  height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 20px !important;
  color: var(--black, #212121) !important;
  font-size: 15px !important;
}
.wpfCheckboxHier .ms-options-wrap > button:hover {
  border-color: #5E8780 !important;
}

.ms-options-wrap > .ms-options {
  padding: 10px !important;
}
.ms-options-wrap > .ms-options > ul {
  padding: 0;
}
.ms-options-wrap > .ms-options .ms-search {
  margin-bottom: 10px;
}
.ms-options-wrap > .ms-options .ms-search input {
  display: inline-flex !important;
  height: 46px !important;
  padding: 10px !important;
  justify-content: center !important;
  align-items: flex-start !important;
  border: 1px solid #DFEAE8 !important;
  border-radius: 11px !important;
  font-size: 15px;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  width: 18px;
  height: 18px;
  top: unset;
  left: unset;
  position: unset;
}

.ms-options-wrap > .ms-options > ul li.selected label, .ms-options-wrap > .ms-options > ul label:hover {
  background: transparent !important;
  color: #5E8780 !important;
}

.ms-options-wrap > .ms-options > ul label {
  margin: 5px 0 !important;
}

.ms-options-wrap > .ms-options {
  border-radius: 12px !important;
  background: #FFF !important;
  box-shadow: 0px 4px 24.2px 0px rgba(62, 89, 84, 0.1) !important;
  border: none !important;
}

.ms-options-wrap > button:after {
  content: "";
  height: 24px !important;
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  width: 24px !important;
  border: none !important;
  border-top-color: transparent !important;
  margin-top: -12px !important;
  border-top-width: 0 !important;
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.front-bgvideo {
  position: relative;
  padding: 27dvw 0 0;
}
@media screen and (max-width: 768px) {
  .front-bgvideo__vidos {
    position: relative;
    padding: 57dvw 0 0;
  }
}

.banns {
  position: relative;
  /*  &:hover {
      .banns__hover {
        opacity: 1;
        @media (max-width: 768px) {
          display: none;
        }
      }
    }*/
}
@media screen and (min-width: 1220px) and (max-width: 1720px) {
  .banns {
    min-height: 500px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1220px) {
  .banns {
    min-height: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .banns {
    min-height: 360px;
  }
}
.banns .azz {
  margin: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.banns .azz img {
  margin: 0;
}
.banns__content {
  z-index: 2;
  position: relative;
}
.banns__hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  opacity: 1;
  /*  .too & {
      &:before {
        content: '';
        display: block;
        pointer-events: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(238, 116, 37, 0.4);
        z-index: 2;
      }
    }*/
}
.banns__hover video {
  position: absolute;
  width: 100%;
  height: auto;
  top: -30%;
  left: 0;
}
@media screen and (min-width: 769px) and (max-width: 1500px) {
  .banns__hover video {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .banns__hover video {
    top: -10%;
  }
}

.owl_front.one .item {
  background: #e5eef0;
  overflow: hidden;
}
.owl_front.one .item .hederim {
  max-width: unset;
  width: auto;
  margin-left: auto;
}
@media screen and (min-width: 1220px) and (max-width: 1720px) {
  .owl_front.one .item .hederim {
    height: 500px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1220px) {
  .owl_front.one .item .hederim {
    height: 400px;
  }
}
@media screen and (min-width: 769px) and (max-width: 990px) {
  .owl_front.one .item .hederim {
    height: 360px;
  }
}
@media screen and (max-width: 768px) {
  .owl_front.one .item .hederim {
    width: 100%;
    height: auto;
  }
}

.pilitka {
  background-size: cover !important;
}

.share, .fab {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
}

.share {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 30px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .share {
    bottom: 80px;
    right: 20px;
  }
}

.fab {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  opacity: 1;
}
.fab__tg {
  background: #2AABEE url(../images/soc_tg.svg) center/28px no-repeat;
  top: -66px;
}
.fab__vb {
  background: #802AEE url(../images/soc_viber.svg) center/28px no-repeat;
  top: -66px;
}
.fab__wa {
  background: #29D04E url(../images/soc_wa.svg) center/28px no-repeat;
}

@keyframes up {
  50% {
    transform: translateY(-170%);
  }
  100% {
    opacity: 1;
    transform: translateY(-130%);
  }
}
@keyframes down {
  0% {
    opacity: 1;
    transform: translateY(-130%);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
    top: 0;
  }
}
#mybutton {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  display: flex;
}
#mybutton a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 60px;
  gap: 10px;
  padding: 5px;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  background: var(--green, #0E6471);
  text-decoration: none;
  color: #fff;
}
#mybutton a.feedback {
  border-radius: 0 !important;
  background: var(--orange, #ee7425);
}

@media screen and (max-width: 768px) {
  .one {
    margin-top: 150px !important;
  }

  .page-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-header__grid {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .telmen {
    order: 2;
    width: 100%;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  .telmen > li {
    width: 50%;
    padding-top: 10px;
  }
  .telmen > li a {
    text-decoration: none;
    color: var(--black, #323F41);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .telmen > li:nth-child(2) {
    padding-left: 10px;
  }
  .telmen > li:nth-child(2) img {
    display: none;
  }
  .telmen > li:last-child {
    width: 100%;
  }
}

/*# sourceMappingURL=dopstyles.css.map */
