
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;

    transform: translateY(0);
    transition:
        transform 0.35s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;

    will-change: transform;
    backface-visibility: hidden;
}
body.customize-support #site-header { 
top: 30px;
}
/* Скрытие шапки */
#site-header.header-hidden {
    transform: translateY(-200%);
}

/* Показ шапки */
#site-header.header-visible {
    transform: translateY(0);
}

/* Чтобы контент не прыгал под fixed-хедером */
body {
    padding-top: 120px; /* поставь свою высоту шапки */
}

.header.header-hidden {
    transform: translateY(-200%);
}

.header.header-visible {
    transform: translateY(0);
}

.i-row.shadow.f-nav {
  position: fixed;
  width: 100%;
  background: white;
  top: 0;
  left: 0;
  padding: 0 50px;
}

li#menu-item-120 {
  font-weight: bold;
}

.header form.aws-search-form {
  border: solid 1px;
}

/* Mini Cart */

.woocommerce-active .site-header .site-header-cart {
  width: 100%;
}

.site-header-cart {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin-bottom: 0;
}

.site-header-cart .cart-contents {
  display: none;
}

.site-header-cart .cart-contents {
  text-align: right;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}
.widget_shopping_cart .product_list_widget {
  margin-bottom: 0;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 5px;
}

span.count {
  background: #70958b;
  font-family: 'Avenir Regular';
  width: 22px;
  height: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  position: absolute;
  right: -10px;
  top: 20px;
}
/* -------------------------- */
.woocommerce .widget_shopping_cart .cart_list li:first-of-type {
  padding-top: 0;
  border: none;
}

.woocommerce
  .widget_shopping_cart
  .cart_list
  li:first-of-type
  a.remove.remove_from_cart_button {
  top: 0;
}

.woocommerce
  .widget_shopping_cart
  .cart_list
  li
  a.remove.remove_from_cart_button {
  top: 7px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: 7px;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
  font-size: 14px;
  padding-bottom: 1rem;
  text-align: left;
  border-top: solid 1px #ebe9eb;
  padding-top: 10px;
}

.widget_shopping_cart_content a.button.checkout.wc-forward {
  padding: 10px;
  border-radius: 0;
  color: white;
  background: #70958b;
  font-size: 14px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.header__category-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1170px;
}

p.woocommerce-mini-cart__buttons.buttons {
  padding-top: 5px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
  border-top: solid 1px #ebe9eb;
  border-bottom: solid 1px #ebe9eb;
  padding: 6px 0;
  margin: 6px 0;
  text-align: right;
  font-size: 14px;
}

/* Banner Fis */
.popup-banner.no-display.active {
  opacity: 1;
  transition: opacity 0.5s ease-in;
}

.popup-banner.no-display.block {
  display: block;
}

.popup-banner {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.popup-banner.no-display.active:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(43 43 43 / 88%);
  z-index: 999;
}

span.close-banner {
  position: absolute;
  top: -5rem;
  right: 30px;
  font-size: 43px;
  color: red;
  cursor: pointer;
}

.popup-banner__img {
  position: relative;
  display: block;
  z-index: 1000;
  width: 1100px;
  height: auto;
}

.popup-banner.active,
.popup-banner.block {
  position: fixed;
  left: calc(50% - 550px);
  top: calc(50% - 310px);
  z-index: 1000;
}

img.popup-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 450px) {
  .popup-banner.active,
  .popup-banner.block {
    left: 0;
    top: calc(50% - 150px);
  }
  img.popup-img {
    display: block;
    width: 100%;
  }
  span.close-banner {
    position: absolute;
    right: 20px;
    font-size: 35px;
    color: red;
    cursor: pointer;
  }
  .popup-banner__img {
    width: auto;
  }
}

/* ----------------*/

.widget_shopping_cart_content a.button.wc-forward {
  background: white;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  border: solid 2px #70958b;
  border-radius: 0;
  color: #70958b;
  padding: 10px;
}

.widget_shopping_cart_content span.woocommerce-Price-amount.amount {
  font-family: 'Avenir medium';
  color: #2d2d2d;
  font-weight: 600;
}
.widget_shopping_cart_content
  p.woocommerce-mini-cart__total.total
  span.woocommerce-Price-amount.amount {
  font-size: 18px;
  font-family: 'Avenir medium';
  color: #2d2d2d;
  font-weight: 600;
}

.header__cart {
  display: inline-block;
  width: 40px;
  display: none;
}

.header__cart .dashicons {
  font-size: 35px;
  width: auto;
  height: auto;
  margin: auto;
}

nav.category-menu ul.category-menu__row {
  max-width: 1070px;
  width: auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-backlink,
.mobile-menu-bottom {
  display: none;
}

ul.category-menu__row > li > .sub-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 50;
  text-align: center;
  list-style: none;
  top: auto;
  left: 0;
  width: 100%;
  padding: 50px 20px;
  background: white;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

ul.sub-menu.menu-odd.menu-depth-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
  text-align: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

ul.menu-depth-1 > li > a {
  padding-bottom: 5px;
  display: block;
}

/* .category-menu__row > li:hover > .sub-menu-wrap {
    display: flex;
} */

.category-menu__row > li .sub-menu-wrap.hover-flex {
  visibility: visible;
  opacity: 1;
}

ul.category-menu__row > li > .sub-menu-wrap:after,
.services-menu:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 1px;
  -webkit-box-shadow: 0px 12px 13px;
  box-shadow: 0px 12px 13px;
}

.category-menu__row > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70px;
  padding-bottom: 0px;
  padding-right: 15px;
}

.category-menu__row > li:last-of-type > a {
  padding-right: 0;
}

ul.sub-menu.menu-odd.menu-depth-1 > li {
  display: inline-block;
  text-align: left;
  width: auto;
  min-width: 260px;
  max-width: calc(1020px / 4);
  padding: 0 20px 20px 20px;
}

ul.menu-depth-1 > li > a > span {
  padding: 0 0 10px;
  display: block;
}

ul.menu-depth-2 > li > a {
  width: 93%;
  display: block;
  padding: 0 0 5px;
}

.category-menu__row > li:hover > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50% / 2 - 10px);
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  background: #70958b;
}

.category-menu__row > li.last-item:hover > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50% / 2);
  display: inline-block;
  width: 50%;
  margin: 0 auto;
  height: 2px;
  background: #70958b;
}

li.woocommerce-mini-cart-item.mini_cart_item .control-qnty {
  display: none;
}

.services-menu__inner {
  width: 1100px;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-menu__description {
  display: block;
  max-width: 310px;
  font-size: 1.4rem;
  text-align: left;
}

.services-menu__items {
  display: block;
  margin-left: 10%;
}

ul.services-menu__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

button.services {
  color: white;
  background: #70958b;
  display: block;
  font-size: 1.4rem;
  padding: 10px 22px;
  text-transform: uppercase;
  cursor: pointer;
}

.services-menu__description-title {
  display: block;
  padding: 0 0 10px;
}

.services-menu__description-text {
  display: block;
  font-weight: 300;
  text-transform: none;
  padding: 0 0 25px;
}

.category-menu__row > li > a:after {
  content: '';
  width: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.services-menu__item-list > li {
  width: 270px;
  font-weight: 400;
  padding-left: 20%;
  padding-bottom: 5px;
  text-transform: none;
}

a.menu-image-title-after.menu-image-not-hovered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 225px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__category-menu a.menu-image-title-after.menu-image-not-hovered {
  min-height: auto;
}

.header__category-menu img.menu-image.menu-image-title-after {
  margin: 0;
}

img.menu-image.menu-image-title-after {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  margin: auto;
}

.contact-block__phones-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block__phones,
.contact-block__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-block__address-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-block__address,
.contact-block__email {
  padding-top: 2rem;
}

.header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

img.search-icon {
  display: block;
}

.header__search form.aws-search-form.aws-focus {
  min-width: 500px;
  transition: all 1s;
  position: relative;
  z-index: 100;
  transition: all 1s ease;
}

.header__search form.aws-show-clear {
  min-width: 0;
  transition: all 1s;
}

.header__search-icon {
  display: inline-block;
  position: absolute;
  width: 3rem;
  left: 1rem;
  top: auto;
}

li#menu-item-226 img {
  width: 183px !important;
  height: 150px;
}

.header__category-menu img.menu-image.menu-image-title-after {
  width: 15rem;
  min-height: 150px;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0;
}

.category-menu__row > li .services-menu.hover-flex {
  visibility: visible;
  opacity: 1;
}

.category-menu__row > li:hover > a {
  color: #70958b;
}

.header__category-menu .wrapper {
  padding: 0;
}

input#header-search__search {
  width: 100%;
  margin: 0;
  padding-left: 5rem;
  border: solid 1px black;
}

.header__logo-wrapper h1 {
  word-break: normal;
}

.header__logo {
  width: calc(50% - 585px);
  min-height: 80px;
}

.header__right-block {
  width: calc(50% - 585px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  margin: auto;
}

.header__search {
  display: inline-block;
  width: 100%;
 
}
.header__search .aws-container {
  width: 100%;
}
.header__search-inner {
  display: block;
}

.header__inner {
  display: block;
}

.header__contacts {
  display: inline-block;
  font-size: 1.5rem;
  text-transform: uppercase;
}

span.header__contacts-phone {
  font-family: 'Avenir Demi';
}

span.header__contacts-address {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
}

span.header__contacts-address::before {
  content: '';
  width: 0.5rem;
  margin: 0;
  height: 0.5rem;
  border-radius: 50%;
  background: #a5a5a5;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: 1rem;
  display: inline-block;
}

.header__clients-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header#site-header {
background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
}

.header__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 193px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

svg.top-logo {
  display: block;
  width: 100%;
  min-width: 130px;
}

svg.big-logo {
  display: block;
  width: 100%;
}
.mobile-menu__top-relative,
.mobile-menu__top {
  display: none;
}

@media screen and (max-width: 1600px) {
  ul.sub-menu.menu-odd.menu-depth-1 {
    justify-content: flex-start;
  }

  ul.category-menu__row > li > .sub-menu-wrap:after {
    content: none;
  }

  ul.sub-menu.menu-odd.menu-depth-1 > li {
    min-width: 210px;
    padding: 0 15px 20px 20px;
  }

  ul.category-menu__row > li > .sub-menu-wrap {
    height: calc(100vh - 100px);
    overflow: scroll;
  }
  .full-container {
    padding: 0 1.5rem;
  }

  .header__category-menu {
    width: 110rem;
  }

  .header__search-icon,
  .header__search-icon span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
  }

  .header__search-icon span {
    font-size: 35px;
    width: 35px;
    height: auto;
    cursor: pointer;
  }

  .header__logo {
    width: calc(50% - 55rem);
    min-height: 8rem;
  }

  .header__right-block {
    width: calc(50% - 55rem);
  }
}

@media (min-width: 1350px) and (max-width: 1630px) {
  form#header-search {
    display: none;
  }
}

@media screen and (max-width: 1480px) {
  body {
    padding-top: 105px; /* поставь свою высоту шапки */
}
  .services-menu__inner {
    width: 110rem;
  }

  .bottom-block__contacts-left {
    width: 47%;
  }

  h1,
  .h1-size,
  h1.base-style,
  .h1-base-style {
    font-size: 4.4rem;
    line-height: 4.8rem;
  }

  .header-block h1.base-style {
    font-size: 3.4rem;
    line-height: 3.8rem;
  }
  ul.sub-menu.menu-odd.menu-depth-1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header__logo {
    width: calc(50% - 54rem);
  }

  .header__right-block {
    width: calc(50% - 46rem);
  }

  .header__search-icon {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  html {
    font-size: 53.6% !important;
  }

  nav.category-menu ul.category-menu__row {
    max-width: 92rem;
  }
}

@media screen and (max-width: 1280px) {
  .header__category-menu ul.sub-menu.menu-even.sub-sub-menu.menu-depth-2 a {
    font-size: 16px !important;
    font-weight: 500;
  }

  input,
  textarea {
    display: block;
    width: 100%;
    padding: 1.1rem 2rem;
  }

  .i-row.shadow.f-nav {
    padding: 0 15px;
  }
  .category-menu__row > li:hover .services-menu {
    font-size: 16px;
  }
  ul.services-menu__item-list > li {
    padding-bottom: 7px;
  }
  .services-menu__description {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 1200px) {
  .header__search form.aws-search-form {
    background: white;
    border: none;
  }
  .header__search form .aws-wrapper {
    display: none;
  }
  .header__right-block {
    width: calc(50% - 50rem);
  }
  .header__category-menu {
    width: 95rem;
  }
  .header__logo {
    width: calc(50% - 45rem);
  }
  .header__search form.aws-search-form.aws-focus {
    border: solid 1px;
  }
  .header__search form.aws-search-form.aws-focus .aws-wrapper {
    display: block;
  }
  .header__search .aws-container .aws-search-form .aws-form-btn {
    display: none;
  }
  .header__search form.aws-search-form.aws-show-clear {
    display: block;
    width: auto;
    height: 40px;
  }
  .header__search form.aws-search-form.aws-show-clear:before {
    content: '\f179';
    font-family: dashicons;
    font-size: 28px;
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1120px) {
  .header__contacts {
    display: none;
  }

  ul.category-menu__row > li > .sub-menu-wrap:after {
    content: none;
  }

  ul.sub-menu.menu-odd.menu-depth-1 {
    justify-content: flex-start;
  }

  ul.sub-menu.menu-odd.menu-depth-1 > li {
    min-width: 205px;
    padding: 0 10px 20px 10px;
  }

  ul.category-menu__row > li > .sub-menu-wrap {
    height: calc(100vh - 100px);
    overflow: scroll;
  }

  .flex-between {
    -webkit-box-pack: justify;
    justify-content: center;
  }
}

@media screen and (max-width: 1060px) {
  svg.top-logo {
    min-width: 110px;
  }
  .header__search {
    display: inline-block;
    width: auto;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1024px) {
  body {
      padding-top: 50px; /* поставь свою высоту шапки */
  }
}
@media screen and (max-width: 768px) {
    body {  
    padding-top: 35px; /* поставь свою высоту шапки */
  }
  .certificate-image {
    display: inline-block;
    width: auto;
    height: auto;
    background: white;
  }
  .certificate-image:first-of-type {
    padding-right: 10px;
  }

  .site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    width: auto;
    text-indent: 0;
  }
  .site-header-cart {
    position: relative;
  }

  .site-header-cart .widget_shopping_cart {
    display: none;
    width: 250px;
    position: absolute;
    top: 100%;
    z-index: 999999;
    font-size: 0.875em;
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    right: 0;
    display: block;
    -webkit-box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.9),
      5px 5px 20px rgba(0, 72, 140, 0.1);
    box-shadow: -5px -5px 20px rgba(255, 255, 255, 0.9),
      5px 5px 20px rgba(0, 72, 140, 0.1);
  }
  .widget_shopping_cart_content {
    padding: 10px;
    background: white;
  }
  p.woocommerce-mini-cart__total.total {
    display: block;
    width: 100%;
    border: none;
  }
}

@media screen and (max-width: 1023px) {
  .header__inner.full-container {
    display: none;
  }

  .top-backlink,
  .mobile-menu-bottom {
    display: block;
  }


  h1,
  .h1-size,
  h1.base-style,
  .h1-base-style {
    font-size: 2rem;
    line-height: 1.3;
  }
    .header-block h1.base-style {
    font-size: 2rem;
    line-height: 1.3;
  }

  .footer__menu a.contacts__email {
    padding-bottom: 0;
  }

  .footer__menu .footer-contacts__address-inner span {
    line-height: normal;
    padding-bottom: 0;
  }
  .footer__menu > div {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .footer__menu-item > div {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem;
    border: 1px solid #70958b;
  }
  .footer__menu-item .see-more,
  .footer__menu-item .footer-contacts__all-contacts {
    border: none;
  }
  .footer-four ul.footer-menu__list {
    max-height: 0;
  }
  .footer-contacts__email {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .see-more,
  ul.footer-menu__list {
    padding: 0 0 15px 50px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    line-height: normal;
    -webkit-transition: max-height 0.5s ease-out, opacity 1s ease;
    -o-transition: max-height 0.5s ease-out, opacity 1s ease;
    transition: max-height 0.5s ease-out, opacity 1s ease;
  }
  ul.footer-menu__list.active {
    padding: 2rem 3rem 2rem 5rem;
  }
  .see-more.active,
  ul.footer-menu__list.active {
    opacity: 1;
    visibility: visible;
    max-height: 205px;
    -webkit-transition: max-height 0.5s ease-out, opacity 1.5s ease;
    -o-transition: max-height 0.5s ease-out, opacity 1.5s ease;
    transition: max-height 0.5s ease-out, opacity 1.5s ease;
  }
  .footer__menu .footer-one__title {
    border: none;
    border-bottom: 1px solid #70958b;
  }
  .footer-contacts__all-contacts {
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
  }
  .see-more {
    padding-left: 5rem !important;
  }
  .footer-contacts__address-inner span,
  .footer-contacts__email a,
  .footer-contacts__phones-block a {
    font-size: 1.8rem;
    padding-bottom: 13px;
  }
  .footer__menu {
    padding-top: 2rem;
  }
  .footer-four__title:after,
  .footer-three__title:after,
  .footer-two__title:after {
    content: '\f347';
    position: absolute;
    right: 20px;
    font-family: 'dashicons';
    -webkit-transform: rotate();
    -ms-transform: rotate();
    transform: rotate();
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .footer__menu-item.active > div:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .footer__menu-item.active > .see-more {
    max-height: 50px;
    visibility: visible;
    opacity: 1;
  }
  .footer-menu__list a {
    font-size: 1.8rem;
  }
  .mobile-menu__top {
    display: block;
  }
  .mobile-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    height: auto;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-menu__top-relative {
    display: block;
    width: 100%;
    height: 6rem;
  }
  .burger-link span {
    width: 20px;
    height: 2px;
    background: #70958b;
    display: block;
    margin: 3px 0;
  }
  .mobile-menu__top-burger {
    float: right;
  }
  .mobile-menu__top-logo {
    float: left;
  }
  .mobile-menu__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6rem;
  }
  svg.insporta-mini-logo {
    width: 120px;
    position: relative;
    top: 4px;
  }
  .mobile-menu__top-items.active {
    display: block;
  }

  ul.clients-menu__mobile-top li a {
    color: #70958b;
    font-size: 16px;
    letter-spacing: 0.75px;
    font-weight: 450;
    text-transform: uppercase;
  }
  ul.clients-menu__mobile-top {
    list-style: none;
  }
  .mobile-menu__top-contacts,
  .mobile-menu__top-menus,
  .mobile-menu__top-search {
    padding: 4rem 0 0;
  }
  .mobile-menu__top-contacts {
    background: #ebe9eb;
    color: #70958b;
  }
  ul.clients-menu__mobile-top li {
    margin-bottom: 1.5rem;
  }

  .mobile-menu__top-contacts a {
    color: white;
    font-size: 16px;
  }
  .contact-block__address {
    padding-bottom: 1rem;
  }
  .mobile-menu__top-items-wrapper {
    height: 100%;
    overflow: scroll;
  }
  .mobile-menu__top-items-wrapper .container {
    padding: 15px;
  }
  .mobile-menu__top-burger .burger-link {
    -webkit-transform: rotate();
    -ms-transform: rotate();
    transform: rotate();
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu__top-burger.active .burger-link {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu__top-burger.active span.btm-line {
    opacity: 0;
  }
  .mobile-menu__top-burger.active .burger-link span {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mobile-menu__top-burger.active .burger-link span {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .mobile-menu__top-burger span.top-line {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  .mobile-menu__top-burger span.mid-line {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .mobile-menu__top-burger.active span.top-line {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .mobile-menu__top-burger.active span.mid-line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-menu__top-items {
    width: 100vw;
    height: 0;
    min-height: 0;
    background: #70958b;
    left: -87px;
    position: relative;
    color: white;
    font-size: 16px;
    -webkit-transition: min-height 0.3s ease-in;
    -o-transition: min-height 0.3s ease-in;
    transition: min-height 0.3s ease-in;
  }
  .mobile-menu__top-items.active {
    min-height: calc(100vh - 3rem);
    -webkit-transition: min-height 0.3s ease-out;
    -o-transition: min-height 0.3s ease-out;
    transition: min-height 0.3s ease-out;
  }
}
@media screen and (max-width: 850px) {
  .mobile-menu__top-items {
    left: -44px;
  }
  .aws-container {
  border-radius: 20px;
  overflow: hidden;
}
.aws-search-result {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list::before {

  color: red;
}
.bottom-menu__icon .search-icon {
  width: 18px;
  height: 18px;
  margin-top: 3px;
}
.wishlist-link {
  margin-right: 10px;
  margin-bottom: 4px;
}
}

@media screen and (max-width: 550px) {
  body.customize-support #site-header {
    top: 40px;
  }
  
   body {
    padding-top: 56px;
  }
  .home-link img {
    width: 45px;
    padding: 6px 0;
  }
  .mobile-menu__top-inner.container {
    padding: 0 15px;
  }

  h1,
  .h1-size,
  h1.base-style,
  .h1-base-style {
    font-size: 2rem;
    line-height: 1.3;
  }
    .header-block h1.base-style {
    font-size: 2rem;
    line-height: 1.3;
  }
  .footer__menu a.contacts__email {
    padding-bottom: 0;
  }

  .footer__menu .footer-contacts__address-inner span {
    line-height: normal;
    padding-bottom: 0;
  }
  .footer__menu > div {
    width: 100%;
    padding-right: 0;
    position: relative;
  }
  .footer__menu-item > div {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem;
    border: 1px solid #70958b;
  }
  .footer__menu-item .see-more,
  .footer__menu-item .footer-contacts__all-contacts {
    border: none;
  }
  
  .footer-four ul.footer-menu__list {
    max-height: 0;
    padding: 0;
  }
  
  .footer-contacts__email {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .see-more,
  ul.footer-menu__list {
    padding: 0 0 15px 50px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    line-height: normal;
    -webkit-transition: max-height 0.5s ease-out, opacity 1s ease;
    -o-transition: max-height 0.5s ease-out, opacity 1s ease;
    transition: max-height 0.5s ease-out, opacity 1s ease;
  }
  ul.footer-menu__list.active {
    padding: 2rem 3rem 2rem 5rem;
  }
  .see-more.active,
  ul.footer-menu__list.active {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    -webkit-transition: max-height 0.5s ease-out, opacity 1.5s ease;
    -o-transition: max-height 0.5s ease-out, opacity 1.5s ease;
    transition: max-height 0.5s ease-out, opacity 1.5s ease;
  }
  .footer__menu .footer-one__title {
    border: none;
    border-bottom: 1px solid #70958b;
  }
  .footer-contacts__all-contacts {
    padding-top: 4rem !important;
    padding-bottom: 1rem !important;
  }
  .see-more {
    padding-left: 5rem !important;
  }
  .footer-contacts__address-inner span,
  .footer-contacts__email a,
  .footer-contacts__phones-block a {
    font-size: 1.8rem;
    padding-bottom: 13px;
  }
  .footer__menu {
    padding-top: 2rem;
  }
  .footer-four__title:after,
  .footer-three__title:after,
  .footer-two__title:after {
    content: '\f347';
    position: absolute;
    right: 20px;
    font-family: 'dashicons';
    -webkit-transform: rotate();
    -ms-transform: rotate();
    transform: rotate();
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .footer__menu-item.active > div:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .footer__menu-item.active > .see-more {
    max-height: 50px;
    visibility: visible;
    opacity: 1;
  }
  .footer-menu__list a {
    font-size: 1.8rem;
  }
  .mobile-menu__top {
    display: block;
  }
  .mobile-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    height: auto;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-menu__top .search-link {
    
    margin-right: 20px;
  }
  .mobile-menu__top-relative {
    display: block;
    width: 100%;
    height: 6rem;
  }
  .burger-link span {
    width: 20px;
    height: 2px;
    background: #70958b;
    display: block;
    margin: 3px 0;
  }
  .mobile-menu__top-burger {
    float: right;
  }
  .mobile-menu__top-logo {
    float: left;
  }
  .mobile-menu__top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 6rem;
  }
  svg.insporta-mini-logo {
    width: 120px;
    position: relative;
    top: 4px;
  }
  .mobile-menu__top-items.active {
    display: block;
  }

  ul.clients-menu__mobile-top li a {
    color: white;
    font-size: 16px;
    letter-spacing: 0.75px;
    font-weight: 450;
    text-transform: uppercase;
  }
  ul.clients-menu__mobile-top {
    list-style: none;
  }
  .mobile-menu__top-contacts,
  .mobile-menu__top-menus,
  .mobile-menu__top-search {
    padding: 4rem 0 0;
  }
  ul.clients-menu__mobile-top li {
    margin-bottom: 1.5rem;
  }
 .mobile-menu__top-contacts,
  .mobile-menu__top-contacts a {
    color: #70958b;
    font-size: 16px;
    font-weight: 600;
  }
  .contact-block__address {
    padding-bottom: 1rem;
  }
  .mobile-menu__top-contacts svg.phone-icon, 
  .mobile-menu__top-contacts svg.email-icon, 
  .mobile-menu__top-contacts svg.location-icon {
    fill: #70958b;
  }
  .mobile-menu__top-items-wrapper {
    height: 100%;
    overflow: scroll;
  }
  .mobile-menu__top-burger .burger-link {
    -webkit-transform: rotate();
    -ms-transform: rotate();
    transform: rotate();
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu__top-burger.active .burger-link {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .mobile-menu__top-burger.active span.btm-line {
    opacity: 0;
  }
  .mobile-menu__top-burger.active .burger-link span {
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .mobile-menu__top-burger.active .burger-link span {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .mobile-menu__top-burger span.top-line {
    -webkit-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  .mobile-menu__top-burger span.mid-line {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .mobile-menu__top-burger.active span.top-line {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .mobile-menu__top-burger.active span.mid-line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-menu__top-items {
    width: 100vw;
    height: 0;
    min-height: 0;
    background: #70958b;
    left: -15px;
    position: relative;
    color: white;
    font-size: 16px;
    -webkit-transition: min-height 0.3s ease-in;
    -o-transition: min-height 0.3s ease-in;
    transition: min-height 0.3s ease-in;
  }
  .mobile-menu__top-items.active {
    min-height: calc(100vh - 3rem);
    -webkit-transition: min-height 0.3s ease-out;
    -o-transition: min-height 0.3s ease-out;
    transition: min-height 0.3s ease-out;
  }
}

