.category_list .list_block, .main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.block-viewed-products-grid .product-item-photo img, .news_block .news_image > img, .block-promo-wrapper .block-promo .promo_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.news_block .news_image > img, .block-promo-wrapper .block-promo .promo_image > img {
  object-fit: cover;
}

.news_block .news_image iframe, .block-promo-wrapper .block-promo .promo_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image, .block-promo-wrapper .block-promo .promo_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before, .block-promo-wrapper .block-promo .promo_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

#page-title-heading > .base:before, .block-viewed-products-grid .slick-arrow:before, #page-title-heading > .base:after, .block-viewed-products-grid .slick-arrow:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news_block img, .block-viewed-products-grid .slick-arrow:before, .brands_slider .slide_block a img, .main_slider *:not(.slide_info) {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.block-promo-wrapper .block-promo .action, .main_slider .slide_btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  border-radius: 10px;
  padding: 0 25px;
  height: 37px;
  border: 1px solid;
}
.block-promo-wrapper .block-promo .loading.action, .main_slider .loading.slide_btn {
  pointer-events: none;
  color: transparent !important;
}
.block-promo-wrapper .block-promo .loading.action:after, .main_slider .loading.slide_btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.block-promo-wrapper .block-promo .action {
  color: #088588;
  background: #ffffff;
}
.block-promo-wrapper .block-promo .loading.action:after {
  color: #ffffff;
}

.main_slider .slide_btn {
  color: #68BB45;
  border-color: transparent;
  background: #ffffff;
}
.main_slider .loading.slide_btn:after {
  color: #68BB45;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.category_block .text, .block-viewed-products-grid .product-item-name {
  font-size: 12px;
  line-height: 14px;
}

.widget.block.block-static-block {
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .widget.block.block-static-block {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .widget.block.block-static-block {
    padding-bottom: 20px;
  }
}

.main_slider {
  margin-top: 20px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  border-radius: 15px;
  background: #07ADB0;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}
.main_slider .slide_inner {
  width: 100%;
  height: 360px;
  display: flex;
}
.main_slider .slide_image {
  display: block;
  flex: 0 0 57.5%;
  max-width: 57.5%;
  order: 2;
}
.main_slider .slide_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_slider .slide_info {
  flex: 0 0 42.5%;
  max-width: 42.5%;
  padding: 40px 20px 75px 80px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.main_slider .slick-prev {
  left: 20px;
}
.main_slider .slick-next {
  right: 20px;
}
.main_slider .slide_title {
  font-family: "montserrat-bold", "montserratarm-bold";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_slider .slide_description {
  font-size: 140%;
  line-height: 1.5em;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-width: 320px;
}
.main_slider .slide_btn {
  margin-top: 25px;
}
.main_slider .slick-dots {
  font-size: 0;
  display: flex;
  position: absolute;
  bottom: 35px;
  z-index: 2;
  left: 80px;
}
.main_slider .slick-dots li {
  margin: 0;
  padding-right: 5px;
  width: auto;
  height: auto;
}
.main_slider .slick-dots li.slick-active button {
  pointer-events: none;
  opacity: 1;
  width: 20px;
}
.main_slider .slick-dots button {
  width: 10px;
  height: 15px;
  border: none !important;
  padding: 0;
  background: transparent !important;
  border-radius: 50%;
  display: flex;
  color: #ffffff;
  align-items: center;
  opacity: 0.2;
  -o-transition: width 0.3s, opacity 0.3s;
  -ms-transition: width 0.3s, opacity 0.3s;
  -moz-transition: width 0.3s, opacity 0.3s;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s;
}
.main_slider .slick-dots button:before {
  display: block;
  content: "";
  border-top: 5px solid;
  width: 100%;
  border-radius: 2px;
}
@media screen and (min-width: 1220px) {
  .main_slider .slide_title {
    font-size: 300%;
    line-height: 36px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .main_slider .slide_title {
    font-size: 240%;
    line-height: 33px;
  }
  .main_slider .slide_description {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider {
    margin-top: 0;
  }
  .main_slider .slide_title {
    font-size: 210%;
    line-height: 31px;
  }
  .main_slider .slide_btn {
    margin-top: 20px;
  }
  .main_slider .slide_description {
    margin-top: 5px;
  }
  .main_slider .slick-prev {
    left: -17px;
  }
  .main_slider .slick-next {
    right: -17px;
  }
  .main_slider.slick-slider {
    overflow: visible;
  }
  .main_slider .slick-list {
    border-radius: inherit;
  }
  .main_slider .slick-dots {
    bottom: 25px;
    left: 32px;
  }
  .main_slider .slide_info {
    padding-left: 32px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .main_slider .slide_info,
.main_slider .slide_image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .main_slider .slide_info {
    padding: 20px 20px 55px;
  }
  .main_slider .slick-dots {
    left: 20px;
  }
  .main_slider .slide_title {
    -webkit-line-clamp: 3;
  }
  .main_slider .slide_description {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 767px) {
  .main_slider {
    margin: -20px -20px 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_info {
    padding: 0;
    order: initial;
    flex: auto;
    max-width: 100%;
  }
  .main_slider .slide_inner {
    flex-direction: column;
    height: auto;
    padding: 20px 20px 110px;
  }
  .main_slider .slide_image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    flex: auto;
    max-width: 100%;
    margin-top: 15px;
  }
  .main_slider .slide_image:before {
    display: block;
    content: "";
    padding-bottom: 50%;
  }
  .main_slider .slide_image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .main_slider .slick-dots {
    left: 20px;
  }
  .main_slider .slide_btn {
    position: absolute;
    bottom: 55px;
    left: 20px;
  }
  .main_slider .slide_description {
    max-width: 100%;
  }
}

.block-promo-wrapper {
  display: flex;
  margin: 0 -10px;
  position: relative;
  padding-bottom: 20px;
}
.block-promo-wrapper .block-promo {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 10px;
  flex: 1;
  box-shadow: 4px 4px 20px rgba(7, 173, 176, 0.1);
  display: flex;
  flex-direction: column;
}
.block-promo-wrapper .block-promo .promo_image {
  display: block;
}
.block-promo-wrapper .block-promo .content {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  padding: 10px 15px;
  flex: 1;
}
.block-promo-wrapper .block-promo .action {
  padding: 0 14px;
  margin: 5px 0;
}
.block-promo-wrapper .block-promo .info {
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 120%;
  line-height: 18px;
  flex: 1;
  width: 50%;
  min-width: 58%;
  margin: 5px 10px 5px 0;
}
@media screen and (max-width: 991px) {
  .block-promo-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-promo-wrapper .block-promo {
    min-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .block-promo-wrapper .block-promo {
    min-width: 320px;
  }
}
@media screen and (max-width: 575px) {
  .block-promo-wrapper .block-promo {
    min-width: 290px;
  }
}
@media screen and (max-width: 359px) {
  .block-promo-wrapper .block-promo {
    min-width: 260px;
  }
}

.brands_section {
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .brands_section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .brands_section {
    padding-bottom: 20px;
  }
}

.brands_slider {
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  padding: 20px 40px;
}
.brands_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 20%;
  vertical-align: top;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.brands_slider .slide_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  height: 100px;
  width: 100%;
}
.brands_slider .slide_block a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.brands_slider .slide_block a img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.brands_slider.slick-slider {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.brands_slider .slick-list {
  padding-left: 40px;
  padding-right: 40px;
}
.brands_slider .slick-prev {
  left: -17px;
}
.brands_slider .slick-next {
  right: -17px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .brands_slider {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brands_slider .slick-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brands_slider .slide_block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .brands_slider {
    padding-left: 10px;
    padding-right: 10px;
  }
  .brands_slider .slick-list,
.brands_slider .slide_block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .brands_slider .slide_block {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .brands_slider {
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }
  .brands_slider .slick-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brands_slider .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .brands_slider .slide_block {
    width: 32.26%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .brands_slider .slide_block {
    width: 35.71%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .brands_slider .slide_block {
    width: 43.48%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .brands_slider .slide_block {
    width: 52.63%;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .brands_slider .slide_block {
    width: 58.82%;
  }
}
@media screen and (max-width: 359px) {
  .brands_slider .slide_block {
    width: 66.66%;
  }
}

.products_section {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .products_section {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .products_section {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .columns {
    display: block;
  }
}

.categories_section {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .categories_section {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .categories_section {
    padding-bottom: 10px;
  }
}

.product_inner .product-info-price > div > span.normal-price > span > span.price-label {
  display: none !important;
}
.product_inner #description > .description > .value {
  font-size: 12px;
  line-height: 19px;
  color: #454545;
}
.product_inner .swatch-option.image {
  max-width: 110px;
  max-height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: #ffffff;
  border-radius: 15px;
  background-repeat: no-repeat !important;
  background-size: auto 80% !important;
  background-position: center !important;
  box-shadow: none !important;
  margin: 0 10px;
  outline: none !important;
  overflow: initial;
}
@media screen and (max-width: 767px) {
  .product_inner .swatch-option.image {
    margin: 0 10px 37px;
  }
}
.product_inner .swatch-option.image .swatch-attribute-image-label {
  margin-bottom: -30px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #454545;
}
.product_inner .swatch-option.image.selected {
  border: 2px solid #07ADB0 !important;
}
.product_inner .swatch-option.image:focus {
  box-shadow: none !important;
}
.product_inner #product-options-wrapper > div > div > div > .swatch-attribute-options {
  margin-bottom: 0;
  flex-wrap: wrap;
}
.product_inner .swatch-option.text:focus {
  box-shadow: none !important;
}
.product_inner .swatch-option.color {
  margin: 9px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  border: 1px solid #E8E8E8 !important;
  outline: none !important;
  position: relative;
  overflow: visible;
}
.product_inner .swatch-option.color:focus {
  box-shadow: none !important;
}
.product_inner .swatch-option.color:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: inherit;
  border: 1px solid #454545;
  opacity: 0;
}
.product_inner .swatch-option.color.selected:before, .product_inner .swatch-option.color:not(.disabled):hover:before {
  opacity: 1;
}

.block-viewed-products-grid .block-content {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  margin: -20px -20px 0;
}
.block-viewed-products-grid .product-item {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 20%;
  vertical-align: top;
  margin: 0 !important;
  padding: 20px 10px !important;
}
.block-viewed-products-grid .product-item-info {
  display: flex;
  flex-direction: column;
}
.block-viewed-products-grid .product-item-details {
  margin-top: 0 !important;
  border-top: none !important;
  padding: 0 15px 0 !important;
}
.block-viewed-products-grid .product-item-photo {
  display: block;
  width: 100%;
  padding: 22px 22px 5px;
  position: relative;
  overflow: hidden;
}
.block-viewed-products-grid .product-item-photo img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  object-fit: contain;
}
.block-viewed-products-grid .product-item-name {
  text-decoration: none !important;
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
.block-viewed-products-grid .block-title strong {
  color: inherit;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-weight: normal;
  margin: 0;
}
.block-viewed-products-grid .block-title strong.special {
  color: #68BB45;
}
@media screen and (min-width: 1220px) {
  .block-viewed-products-grid .block-title strong {
    font-size: 260%;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .block-viewed-products-grid .block-title strong {
    font-size: 240%;
    line-height: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .block-viewed-products-grid .block-title strong {
    font-size: 200%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .block-viewed-products-grid .block-title strong {
    font-size: 180%;
    line-height: 25px;
  }
}
.block-viewed-products-grid:not(.slick-slider),
.block-viewed-products-grid .slick-list {
  padding-left: 10px;
  padding-right: 10px;
}
.block-viewed-products-grid .slick-track {
  margin: 0;
}
.block-viewed-products-grid .slick-arrow {
  position: absolute;
  background: rgba(247, 247, 249, 0.7);
  border: none;
  padding: 0;
  top: 50%;
  margin-top: -17px;
  color: #07ADB0;
  box-shadow: 4px 4px 30px rgba(186, 186, 186, 0.12);
  width: 34px;
  height: 34px;
  z-index: 5;
  border-radius: 8px;
  transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
}
.block-viewed-products-grid .slick-arrow:before {
  display: block;
  color: inherit;
  font-size: 2rem;
  padding: 0;
}
.block-viewed-products-grid .slick-arrow.slick-disabled {
  pointer-events: none;
  color: #8A8A8A;
  opacity: 1;
}
.block-viewed-products-grid .slick-prev:before {
  content: "\e902";
}
.block-viewed-products-grid .slick-next:before {
  content: "\e903";
}
.block-viewed-products-grid .slick-prev {
  left: 3px;
}
.block-viewed-products-grid .slick-next {
  right: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .block-viewed-products-grid .product-item {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-viewed-products-grid .product-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .block-viewed-products-grid .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .block-viewed-products-grid .product-item {
    width: 32.26%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .block-viewed-products-grid .product-item {
    width: 35.71%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .block-viewed-products-grid .product-item {
    width: 43.48%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .block-viewed-products-grid .product-item {
    width: 52.63%;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .block-viewed-products-grid .product-item {
    width: 58.82%;
  }
}
@media screen and (max-width: 359px) {
  .block-viewed-products-grid .product-item {
    width: 66.66%;
  }
}

.products_slider {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  margin: -20px -20px 0;
}
.products_slider:not(.slick-slider),
.products_slider .slick-list {
  padding-left: 10px;
  padding-right: 10px;
}
.products_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 20%;
  vertical-align: top;
  padding: 20px 10px;
}
.products_slider .slick-prev {
  left: 3px;
}
.products_slider .slick-next {
  right: 3px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .products_slider .slide_block {
    width: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .products_slider .slide_block {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .products_slider .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .products_slider .slide_block {
    width: 32.26%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .products_slider .slide_block {
    width: 35.71%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .products_slider .slide_block {
    width: 43.48%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .products_slider .slide_block {
    width: 52.63%;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .products_slider .slide_block {
    width: 58.82%;
  }
}
@media screen and (max-width: 359px) {
  .products_slider .slide_block {
    width: 66.66%;
  }
}

.category_block {
  display: block;
  position: relative;
  border-radius: 15px;
  color: inherit;
}
.category_block:visited {
  color: inherit;
}
.category_block:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.category_block:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: inherit;
  z-index: -1;
}
.category_block .category_image {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -40px;
  bottom: 50%;
  margin-bottom: -10px;
  width: 80px;
  height: 80px;
}
.category_block .category_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.category_block .text {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.web .category_block:after {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.web .category_block:hover:after {
  left: -10px;
  right: -10px;
  top: -12px;
  bottom: -12px;
}

.about_section {
  margin-bottom: 60px;
}
.about_section .section_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.about_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_section .image_block img {
  display: block;
  width: 100%;
  border-radius: 8px;
  height: auto;
}
.about_section .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_section .view_more {
  margin-top: auto;
}
.about_section .title_block {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 20px;
}
.about_section .text_block {
  font-size: 140%;
  line-height: 23px;
}
.about_section .text_block:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .about_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about_section {
    margin-bottom: 40px;
  }
  .about_section .title_block {
    font-size: 160%;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .about_section .text_block {
    font-size: 120%;
    line-height: 19px;
  }
  .about_section .text_block:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 719px) {
  .about_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 4px 4px 20px rgba(7, 173, 176, 0.1);
  height: 100%;
  padding-bottom: 30px;
}
.news_block .news_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}
.news_block .news_date {
  padding: 0 20px;
  font-size: 120%;
  line-height: 15px;
  color: #8a8a8a;
  margin-bottom: 7px;
}
.news_block .news_title {
  height: 76px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 160%;
  line-height: 20px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.news_block .news_description {
  font-size: 140%;
  line-height: 23px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding: 0 20px;
}
.news_block .view_more {
  margin: auto 20px 0;
}
.news_block.hovered a.news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .news_title a,
.news_block.hovered .view_more {
  color: #088588;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_block .news_title {
    height: 95px;
  }
}
@media screen and (max-width: 1219px) {
  .news_block .news_title a {
    -webkit-line-clamp: 4;
  }
  .news_block .news_description {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 991px) {
  .news_block .news_date {
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .news_block .news_title {
    padding: 0 15px 10px;
    height: 103px;
    margin-bottom: 10px;
  }
  .news_block .news_title a {
    font-size: 140%;
    line-height: 23px;
  }
  .news_block .news_description {
    font-size: 120%;
    line-height: 19px;
    padding: 0 15px;
  }
  .news_block .view_more {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.news_section {
  margin-bottom: 60px;
  position: relative;
}
.news_section:before {
  display: block;
  content: "";
  position: absolute;
  top: 286px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.news_section .news_list {
  margin: 20px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.news_section li {
  margin: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
.news_section li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .news_section {
    margin-bottom: 40px;
  }
  .news_section .news_list {
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .news_section li {
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news_section .news_list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news_section li {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .news_section .news_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_section li {
    min-width: 290px;
    padding: 0 5px;
  }
}

.map_section {
  position: relative;
}
.map_section:before {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.map_section .map_block {
  margin-top: 20px;
}
.map_section .map_block img {
  display: block;
  width: 100%;
  height: auto;
}
.map_section #map {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 991px) {
  .map_section .map_block {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -35px;
  }
  .map_section .map_block img {
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 991px) {
  #page-title-heading > .base {
    display: flex;
    align-content: center;
  }
  #page-title-heading > .base:before {
    content: "\e902";
    margin-top: 4px;
    margin-right: 10px;
  }
}

.category_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .category_list {
    margin-bottom: 40px;
  }
}
.category_list .list_block {
  display: flex;
  flex-wrap: wrap;
  margin: 25px -10px 0;
}
.category_list .list_block li {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 1219px) {
  .category_list .list_block li {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .category_list .list_block li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .category_list .list_block {
    margin: 0 -5px;
  }
  .category_list .list_block li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.category_list .category_block:before {
  padding-bottom: 200px;
}
@media screen and (max-width: 575px) {
  .category_list .category_block .category_image {
    width: 40px;
    height: 40px;
    margin: 0 auto 0;
    left: 0;
    right: 0;
  }
  .category_list .category_block .text {
    margin-top: 5px;
  }
  .category_list .category_block:before {
    padding-bottom: 141px;
  }
}

.product_inner .swatch-option.color:before {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .category_block, .web .main_slider .slide_btn, .main_slider .web .slide_btn, .block-viewed-products-grid .product-item-name, .news_block .news_title a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .block-promo-wrapper .block-promo .action, .block-promo-wrapper .block-promo .web .action, .web .block-viewed-products-grid .slick-arrow, .block-viewed-products-grid .web .slick-arrow, .news_block img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .category_block, .touch .main_slider .slide_btn, .main_slider .touch .slide_btn {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .block-viewed-products-grid .slick-arrow, .block-viewed-products-grid .touch .slick-arrow, .touch .block-promo-wrapper .block-promo .action, .block-promo-wrapper .block-promo .touch .action {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.main_slider .loading.slide_btn, .block-promo-wrapper .block-promo .loading.action {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .main_slider .slide_btn:hover, .main_slider .web .slide_btn:hover {
  color: #539936;
}
.web .main_slider .slide_btn:active, .main_slider .web .slide_btn:active {
  color: #437A2C;
}
.web .block-viewed-products-grid .slick-arrow:hover, .block-viewed-products-grid .web .slick-arrow:hover {
  background: #088588;
  color: #ffffff !important;
  border-color: transparent;
}
.web .block-viewed-products-grid .slick-arrow:active, .block-viewed-products-grid .web .slick-arrow:active {
  background: #077376;
  color: #ffffff !important;
  border-color: transparent;
}
.web .block-promo-wrapper .block-promo .action:hover, .block-promo-wrapper .block-promo .web .action:hover {
  color: #077376 !important;
}
.web .block-promo-wrapper .block-promo .action:active, .block-promo-wrapper .block-promo .web .action:active {
  border-color: transparent;
  background: #07ADB0;
  color: #68BB45 !important;
}
.web .category_block:hover {
  color: #077376;
}
.web .category_block:active {
  color: #07ADB0;
}
.touch .main_slider .slide_btn:active, .main_slider .touch .slide_btn:active {
  color: #437A2C;
}
.touch .main_slider .slide_btn:active:before, .main_slider .touch .slide_btn:active:before {
  color: #68BB45;
}
.touch .block-promo-wrapper .block-promo .action:active, .block-promo-wrapper .block-promo .touch .action:active {
  background: #07ADB0;
  color: #68BB45 !important;
  border-color: transform;
}
.touch .category_block:active {
  color: #07ADB0;
}
.touch .block-viewed-products-grid .slick-arrow:active, .block-viewed-products-grid .touch .slick-arrow:active {
  background: #088588;
  color: #ffffff !important;
  border-color: transparent;
}

/*# sourceMappingURL=index.css.map */
