/*!
Theme Name: iridina
Author: Roman Kitsenko
Author URI: 100-saitov.ru
Description: Description
Version: 1.0.0
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class] {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
input,
button,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
.main,
.site-main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.custom-logo-link {
  margin-right: 10px;
  width: 204px;
  height: auto;
}
.header {
  position: relative;
}
.header__wrapper {
  height: 90px;
  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;
  padding-bottom: 25px;
}
.header__callback {
  background: -webkit-gradient(linear, left top, left bottom, from(#48d38b), to(#2daa6a));
  background: -o-linear-gradient(top, #48d38b 0%, #2daa6a 100%);
  background: linear-gradient(180deg, #48d38b 0%, #2daa6a 100%);
  border-radius: 15px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 25px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.header__callback:hover {
  -webkit-box-shadow: #26394d 0px 11px 10px -10px;
  box-shadow: #26394d 0px 11px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.header__adress {
  position: relative;
  max-width: 210px;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px;
  padding-left: 30px;
  min-height: 38px;
}
.header__adress::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 18px;
  left: 6px;
  top: 1px;
  background: url("images/placemark.svg") no-repeat;
}
.header__inner {
  max-width: 225px;
  margin-top: 20px;
  position: relative;
  padding-left: 30px;
}
.header__inner::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  left: 6px;
  top: 1px;
  background: url("images/phone.svg") no-repeat;
}
.header__phone {
  color: #2e363e;
  font-weight: bold;
}
.header__time {
  font-size: 12px;
}
.header__btn {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  margin-top: 20px;
}
.header__adress--open,
.header__inner--open {
  margin: 20px 10px 20px 50px;
  text-align: left;
}
.menu__list {
  width: 210px;
  margin: 0 auto;
}
.menu__link {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 600vh;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 13;
  display: none;
}
.overlay--open {
  display: block;
}

.cart__box {
  margin-top: 20px;
  width: 35px;
  height: 35px;
  position: relative;
}

.cart__widget {
  width: 400px;
  position: fixed;
  left: 80px;
  bottom: 20px;
  z-index: 20;
  background-color: #fff;
  display: none;
}

.cart__btn {
  border: none;
  width: 100%;
}

.cart__count {
  position: absolute;
  display: inline-block;
  bottom: -3px;
  right: -3px;
  z-index: 13;
  border: 2px solid red;
  background-color: red;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  width: 22px;
  text-align: center;
}

.cart__icon {
  background: url("images/cart.svg") no-repeat;
  background-size: cover;
  border: none;
  width: 35px;
  height: 35px;
  position: absolute;
}

.woocommerce-mini-cart-item.mini_cart_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(69, 134, 255);
  padding: 0 10px;
}

h2.widgettitle {
  font-size: 16px;
  margin-left: 11px;
  margin-bottom: 10px;
}

.cart__btn-close {
  position: absolute;
  right: 7px;
  top: 7px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.widget.woocommerce.widget_shopping_cart {
  padding-top: 10px;
}

.woocommerce-mini-cart-item.mini_cart_item a:nth-child(2) {
  margin-right: auto;
  margin-left: 20px;
}

.woocommerce-mini-cart__total {
  height: 60px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 17px;
  background-color: #f2f6fa;
}

.button.wc-forward {
  display: inline-block;
  width: 250px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  background: linear-gradient(180deg, #4e91d5 0%, #2d59aa 100%);
  color: #fff;
  border-radius: 10px;
}

.button.wc-forward:hover {
  box-shadow: #26394d 0px 5px 5px -5px;
}

.button.checkout.wc-forward {
  display: inline-block;
  width: 50%;
  height: 50px;
  text-align: center;
  padding-top: 15px;
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
  color: #fff;
}

.button.checkout.wc-forward:hover {
  box-shadow: #26394d 0px 5px 5px -5px;
}

/* .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 70px;
  height: 70px;
  object-fit: cover;
} */

.remove.remove_from_cart_button {
  display: inline-block;
  font-size: 32px;
}

.remove.remove_from_cart_button:hover {
  font-size: 40px;
}

.rightside-menu {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  z-index: 14;
  max-width: 300px;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-shadow: -3px 0px 3px 0px rgba(114, 114, 114, 0.233);
  box-shadow: -3px 0px 3px 0px rgba(114, 114, 114, 0.233);
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  display: block;
  right: 0;
  opacity: 1;
  -webkit-animation: ani 0.5s forwards;
  animation: ani 0.5s forwards;
}
@-webkit-keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.rightside-menu.rightside-menu--close {
  display: none;
  opacity: 0;
}
.rightside-menu__close {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  margin-left: 40px;
  margin-bottom: 60px;
}
.rightside-menu__content {
  text-align: center;
}

.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

.utp {
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0.3)),
      to(rgba(255, 255, 255, 0.3))
    ),
    url("images/main-bg.jpg");
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    url("images/main-bg.jpg");
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)),
    url("images/main-bg.jpg");
  position: relative;
  background-position: right;
  background-size: cover;
  height: 850px;
  width: 100%;
}
.utp::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 135px;
  background: url("images/wave-bottom.png") no-repeat;
  background-size: cover;
}
.utp__inner {
  position: relative;
}
.utp__left {
  max-width: 70%;
  padding-top: 100px;
}
.utp__right {
  position: absolute;
  width: 781px;
  right: -113px;
  top: 5px;
}
.utp__offer-img {
  position: relative;
  z-index: 12;
}
.utp__img-wrapper {
  position: relative;
}
.utp__slogan {
  padding: 10px 18px;
  position: absolute;
  width: 490px;
  height: 37px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  font-size: 11px;
  line-height: 150%;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase;
  bottom: 35px;
  z-index: 10;
}
.utp__title {
  font-weight: bold;
  color: #2e363e;
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
}
.utp__advantages {
  margin: 24px 0 40px;
}
.utp__advantages-item {
  padding-left: 40px;
  margin-bottom: 5px;
  position: relative;
}
.utp__advantages-item-1::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  width: 30px;
  height: 20px;
  background: url("images/delivery.svg") no-repeat;
}
.utp__advantages-item-2::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("images/map.svg") no-repeat;
}
.utp__advantages-item-3::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("images/label.svg") no-repeat;
}
.utp__advantages-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}
.utp__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.utp__order-btn {
  font-weight: 800;
  font-size: 20px;
  line-height: 152%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e91d5), to(#2d59aa));
  background: -o-linear-gradient(top, #4e91d5 0%, #2d59aa 100%);
  background: linear-gradient(180deg, #4e91d5 0%, #2d59aa 100%);
  border-radius: 20px;
  padding: 30px 50px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.utp__order-btn:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: -o-linear-gradient(348.71deg, #84ea34 8.69%, #48d781 74.33%);
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
}
.utp__order-text {
  max-width: 220px;
  font-size: 14px;
  line-height: 150%;
}
.about {
  padding: 105px 0;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__img {
  background-image: url("images/iridina-drops.jpg");
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 500px;
  margin-right: 100px;
}
.about__info-slogan {
  padding: 10px 18px;
  margin-bottom: 34px;
  width: 300px;
  height: 37px;
  color: #2e363e;
  background: #f2f6fa;
  border-radius: 5px;
  font-size: 11px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.about__info-title {
  color: #2e363e;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 58px;
}
.about__info-text {
  max-width: 530px;
  font-size: 20px;
  line-height: 143%;
}
.sale {
  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;
  background: -webkit-gradient(linear, left top, right top, from(#4e91d5), to(#2d59aa));
  background: -o-linear-gradient(left, #4e91d5 0%, #2d59aa 100%);
  background: linear-gradient(90deg, #4e91d5 0%, #2d59aa 100%);
  padding: 250px 0;
  position: relative;
}
.sale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 185px;
  background: url("images/wave-top.png") no-repeat;
  background-size: cover;
}
.sale::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: url("images/wave-bottom.png") no-repeat;
  background-size: cover;
}
.sale__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sale__img {
  width: 480px;
  height: 470px;
}
.sale__info {
  max-width: 580px;
}
.sale__info-slogan {
  padding: 10px 18px;
  margin-bottom: 34px;
  width: 215px;
  height: 37px;
  color: #2d59aa;
  background: #f2f6fa;
  border-radius: 5px;
  font-size: 11px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.sale__info-title {
  font-size: 42px;
  line-height: 46px;
  color: #fff;
  margin-bottom: 15px;
  margin-top:60px;
}
.sale__info-text {
  font-size: 20px;
  line-height: 143%;
  color: #fff;
  margin-bottom: 40px;
}
.sale__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sale__step {
  padding-right: 5px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sale__step-figure {
  display: inline-block;
  font-weight: bold;
  font-size: 64px;
  line-height: 133%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-right: 15px;
}
.sale__step-text {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  display: inline-block;
  padding: 20px 0;
}
.catalog {
  padding: 100px 0;
}
.catalog__title {
  font-weight: 600;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  margin-bottom: 30px;
}
.catalog__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
}
.catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  padding: 27px 44px;
  border: 1px solid #f2f6fa;
  border-radius: 25px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.catalog__item:hover {
  -webkit-box-shadow: #26394d 0px 5px 5px -5px;
  box-shadow: #26394d 0px 5px 5px -5px;
}
.catalog__item-img {
  width: 378px;
}
.catalog__item-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 143%;
  margin-bottom: 12px;
}
.catalog__item-excerpt {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}
.catalog__item-volume {
  display: inline-block;
  margin-top: 12px;
}
.catalog__item-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  display: block;
  margin-bottom: 14px;
  margin-top: auto;
}
.catalog__item-btn {
  font-weight: 800;
  font-size: 18px;
  line-height: 152%;
  max-width: 200px;
  color: #fff;
  border: none;
  background: -o-linear-gradient(338.11deg, #4e91d5 0%, #2d59aa 64.13%);
  background: linear-gradient(111.89deg, #4e91d5 0%, #2d59aa 64.13%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 18px 50px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
  text-align: center;
}
.order-btn {
  font-weight: 800;
  font-size: 18px;
  line-height: 152%;
  max-width: 300px;
  color: #fff;
  border: none;
  background: -o-linear-gradient(338.11deg, #4e91d5 0%, #2d59aa 64.13%);
  background: linear-gradient(111.89deg, #4e91d5 0%, #2d59aa 64.13%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 18px 30px;
  margin-right: 20px;
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
  text-align: center;
}

.single__item-btn {
  height: 60px;
  font-weight: 800;
  font-size: 18px;
  line-height: 152%;
  max-width: 250px;
  color: #fff;
  border: none;
  background: -o-linear-gradient(338.11deg, #4e91d5 0%, #2d59aa 64.13%);
  background: linear-gradient(111.89deg, #4e91d5 0%, #2d59aa 64.13%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 20px 30px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
  text-align: center;
}

.catalog__item-btn:hover,
.order-btn:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: -o-linear-gradient(348.71deg, #84ea34 8.69%, #48d781 74.33%);
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
}

.single__item-btn:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: -o-linear-gradient(348.71deg, #84ea34 8.69%, #48d781 74.33%);
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
}

.related .products .catalog__item-btn,
.catalog .catalog__item-btn {
  margin-top: 20px;
}

.orders {
  -o-object-fit: cover;
  object-fit: cover;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(78, 145, 213, 0.8)),
      to(rgba(45, 89, 170, 0.8))
    ),
    url("images/export-bg.jpg") center/cover;
  background: -o-linear-gradient(right, rgba(78, 145, 213, 0.8) 0%, rgba(45, 89, 170, 0.8) 100%),
    url("images/export-bg.jpg") center/cover;
  background: linear-gradient(270deg, rgba(78, 145, 213, 0.8) 0%, rgba(45, 89, 170, 0.8) 100%),
    url("images/export-bg.jpg") center/cover;
  padding: 300px 0;
  position: relative;
}
.orders::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 185px;
  background: url("images/wave-top.png") no-repeat;
  background-size: cover;
}
.orders::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: url("images/wave-bottom.png") no-repeat;
  background-size: cover;
}
.orders__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 133%;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.orders__text {
  color: #fff;
  font-size: 21px;
  line-height: 143%;
  text-align: center;
  max-width: 550px;
  margin: 0 auto 30px;
}
.orders__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.orders__item {
  position: relative;
  min-height: 247px;
  padding: 22px;
  background: #ffffff;
  border-radius: 25px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
}
.orders__item-img {
  max-width: 120px;
  width: 100%;
}
.orders__item-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  color: #2d59aa;
  margin-bottom: 10px;
}
.orders__item-text {
  font-size: 14px;
  line-height: 130%;
}
.orders__item-price {
  position: absolute;
  bottom: -50px;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  max-width: 165px;
}
.payment {
  padding: 100px 0;
}
.payment__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment__info {
  max-width: 580px;
  margin-right: 70px;
}
.payment__slogan {
  font-size: 11px;
  line-height: 150%;
  background: #f2f6fa;
  border-radius: 5px;
  max-width: 330px;
  padding: 10px 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.payment__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 133%;
  margin-bottom: 26px;
}
.payment__list {
  margin-bottom: 50px;
}
.payment__item {
  font-size: 18px;
  line-height: 150%;
  padding-left: 25px;
  margin-bottom: 30px;
  position: relative;
}
.payment__item:last-child {
  margin-bottom: 0;
}
.payment__item::before {
  content: "";
  top: 3px;
  left: 0;
  position: absolute;
  background: url("images/dot.svg") no-repeat;
  width: 15px;
  height: 15px;
}
.payment__catalog-btn {
  font-weight: 800;
  font-size: 20px;
  line-height: 152%;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#4e91d5), to(#2d59aa));
  background: -o-linear-gradient(top, #4e91d5 0%, #2d59aa 100%);
  background: linear-gradient(180deg, #4e91d5 0%, #2d59aa 100%);
  border-radius: 20px;
  padding: 15px 37px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.payment__catalog-btn:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: -o-linear-gradient(348.71deg, #84ea34 8.69%, #48d781 74.33%);
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
}
.payment__catalog-text {
  vertical-align: middle;
  display: inline-block;
  max-width: 210px;
  font-size: 14px;
  line-height: 150%;
}
.payment__img {
  max-width: 420px;
  max-height: 350px;
}
.faq {
  padding: 115px 0;
  background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(78, 145, 213, 0.8)),
      to(rgba(45, 89, 170, 0.8))
    ),
    url("images/faq.jpg") center/cover;
  background: -o-linear-gradient(left, rgba(78, 145, 213, 0.8) 0%, rgba(45, 89, 170, 0.8) 100%),
    url("images/faq.jpg") center/cover;
  background: linear-gradient(90deg, rgba(78, 145, 213, 0.8) 0%, rgba(45, 89, 170, 0.8) 100%),
    url("images/faq.jpg") center/cover;
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 185px;
  background: url("images/wave-top.png") no-repeat;
  background-size: cover;
}
.faq::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 170px;
  background: url("images/wave-bottom.png") no-repeat;
  background-size: cover;
}
.faq__title {
  text-align: center;
}
.faq__subtitle {
  text-align: center;
}
.faq {
  padding: 200px 0;
}
.faq__title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
}
.faq__subtitle {
  font-size: 21px;
  line-height: 143%;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.accordion {
  margin: 0 auto;
  max-width: 1000px;
}
.accordion__btn {
  border: none;
  background: #f7f7f7;
  border-radius: 25px;
  width: 100%;
  text-align: left;
  padding: 10px 30px;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 10px;
  margin-top: 8px;
  font-weight: 500;
  font-size: 21px;
  position: relative;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.accordion__btn:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.accordion__btn.active,
.accordion__btn :hover {
  background-color: #ccc;
}
.accordion__btn:after {
  content: "";
  background: url("images/arrow-down.svg") no-repeat;
  width: 15px;
  height: 18px;
  color: #777;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.accordion__btn.active:after {
  content: "";
  width: 15px;
  height: 18px;
  color: #777;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-30%) rotate(90deg);
  -ms-transform: translateY(-30%) rotate(90deg);
  transform: translateY(-30%) rotate(90deg);
}
.accordion__panel {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  border-radius: 5px;
  line-height: 140%;
}
.accordion__text {
  display: inline-block;
  margin: 20px;
  max-width: 700px;
}
.accordion__text-list {
  max-width: 700px;
  margin: 20px;
}
.contacts {
  padding: 133px 0;
}
.contacts__form,
.contacts__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__form-left {
  max-width: 520px;
  margin-right: 65px;
  padding-top: 60px;
}
.contacts__form-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 133%;
  margin-bottom: 16px;
}
.contacts__step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  margin-bottom: 10px;
}
.contacts__form-step {
  display: block;
  font-weight: 500;
  font-size: 21px;
  line-height: 125%;
  margin-bottom: 25px;
}
.contacts__form-step--2 {
  margin-bottom: 0;
}
.contacts__select {
  cursor: pointer;
  width: 100%;
  padding: 25px 55px 25px 25px;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #2d59aa;
  background: #f2f6fa;
  border-radius: 8px;
  border: none;
  margin-bottom: 14px;
}
.contacts__select-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  color: #2d59aa;
}
.contacts__price {
  padding: 10px 0;
  margin-bottom: 20px;
}
.contacts__price-text {
  margin-right: 10px;
  font-weight: 500;
  font-size: 21px;
  line-height: 125%;
}
.contacts__price-value {
  font-weight: bold;
  font-size: 50px;
  line-height: 123%;
  margin-right: 15px;
}
.contacts__roubles {
  font-size: 20px;
  font-weight: 400;
}
.contacts__price-old {
  text-decoration: line-through;
  font-weight: 500;
  font-size: 24px;
  line-height: 143%;
  color: #c9c9c9;
}
.contacts__form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__form-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 125%;
  width: 350px;
  background: #2d59aa;
  border-radius: 8px;
  padding: 25px 10px 25px 24px;
  color: #fff;
  border: none;
  position: relative;
  text-align: center;
}
.contacts__form-btn::before {
  content: "";
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 23px;
  height: 23px;
  background: url("images/check.svg") no-repeat;
}
.contacts__buttons-text {
  font-weight: 500;
  font-size: 21px;
  line-height: 125%;
}
.contacts__form-right {
  max-width: 500px;
  border: 8px solid #4e91d5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 70px 80px;
}
.contacts__form-subtitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 133%;
  margin-bottom: 14px;
}
.contacts__form-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 30px;
}
.contacts__form-input {
  background: #f2f6fa;
  border-radius: 8px;
  padding: 30px 26px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
}
.contacts__form-submit {
  background: -webkit-gradient(linear, left top, left bottom, from(#4e91d5), to(#2d59aa));
  background: -o-linear-gradient(top, #4e91d5 0%, #2d59aa 100%);
  background: linear-gradient(180deg, #4e91d5 0%, #2d59aa 100%);
  border-radius: 20px;
  width: 100%;
  padding: 20px 0;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 152%;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.contacts__form-submit:hover {
  -webkit-box-shadow: #26394d 0px 12px 10px -10px;
  box-shadow: #26394d 0px 12px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  background: -o-linear-gradient(348.71deg, #84ea34 8.69%, #48d781 74.33%);
  background: linear-gradient(101.29deg, #84ea34 8.69%, #48d781 74.33%);
}
.contacts__form label {
  font-size: 11px;
  line-height: 130%;
  color: #7e868e;
  margin: 5px 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.input-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px;
  background: #f2f6fa;
  border-radius: 8px;
  border: 1px solid #e5e8ee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d59aa;
  font-size: 24px;
  text-align: center;
  width: calc(50px * 3);
}
.input-number__input {
  width: 45px;
  height: 32px;
  border: none;
  padding: 8px;
  margin: 0 5px;
  text-align: center;
  background-color: transparent;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #2d59aa;
}
.input-number__minus,
.input-number__plus {
  width: 32px;
  height: 32px;
  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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
}

.custom-checkbox + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-bottom: 0;
}
.custom-checkbox:checked + label::before {
  border-color: #0b76ef;
  background-color: #0b76ef;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-checkbox:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
}
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}
.custom-checkbox__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer {
  text-align: center;
  padding: 30px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
}
.footer__copyright {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}
.header-wrapper {
  width: 100%;
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(255, 255, 255, 0.95)),
      to(rgba(255, 255, 255, 0.95))
    ),
    url("images/single-bg.jpg");
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url("images/single-bg.jpg");
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)),
    url("images/single-bg.jpg");
  margin-top: -90px;
  padding-top: 90px;
}
.product__header {
  min-height: 680px;
  padding-top: 60px;
  padding-bottom: 180px;
  position: relative;
}
.product__header::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  height: 135px;
  background: url("images/wave-bottom.png") no-repeat;
  background-size: cover;
}
.product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 42px;
}
.product__img-wrapper {
  max-width: 500px;
  margin-right: 20px;
}
.product__img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product__about {
  -ms-flex-negative: 3;
  flex-shrink: 3;
  width: 50%;
  max-width: 580px;
}

.product_title {
  color: #2e363e;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  margin: 20px 0;
  text-transform: uppercase;
}

.product__about .product_title {
  text-align: left;
}

.product__excerpt {
  font-size: 17px;
  line-height: 143%;
}
.product__banner {
  background: -o-linear-gradient(266.05deg, #4e91d5 56.67%, #fff 79.18%);
  background: linear-gradient(266.05deg, #4e91d5 56.67%, #fff 79.18%);
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product__banner-text {
  width: 380px;
  font-size: 15px;
  line-height: 152%;
}
.product__banner-info {
  max-width: 300px;
  margin-bottom: 30px;
}
.product__banner-sale {
  font-size: 16px;
  line-height: 152%;
  color: #fff;
  display: inline-block;
}
.product__banner-price {
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
}
.product__banner-buttons {
  width: 290px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product__number,
.product__form .product__banner-buttons .qib-container,
.qib-container:not(#qib_id):not(#qib_id) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 88px;
  background-color: #fff;
  border-radius: 20px;
  margin-right: 10px;
}
.product__form .product__banner-buttons .qib-container:hover .qib-button:not(#qib_id):not(#qib_id) {
  opacity: 1;
}

.product__number-minus,
.product__number-plus,
.product__form .product__banner-buttons .qib-container .qib-button:not(#qib_id):not(#qib_id) {
  text-align: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
  opacity: 0;
  border: none;
  border-radius: 10px;
  font-size: 20px;
  color: #4e91d5;
  font-weight: 500;
  height: 25px;
  width: 25px;
  margin-right: 0;
  margin: 0 auto;
  background-color: #fff;
}

.qib-button:not(#qib_id):not(#qib_id) {
  text-align: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  cursor: pointer;
  border: none;
  font-size: 20px;
  color: #4e91d5;
  font-weight: 500;
  height: 25px;
  width: 25px;
  margin-right: 0;
  margin: 0 auto;
  background-color: #fff;
}

.product__form
  .product__banner-buttons
  .qib-container
  .qib-button:not(#qib_id):not(#qib_id):first-of-type {
  order: 2;
}
.product__form
  .product__banner-buttons
  .qib-container
  .qib-button:not(#qib_id):not(#qib_id):nth-of-type(3) {
  order: -1;
}

.product__form .product__banner-buttons .qib-container div.quantity:not(#qib_id):not(#qib_id) {
  order: 1;
}

.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) .qib-button {
  border-radius: 5px;
}

table.shop_table_responsive tr td.product-thumbnail::before {
  display: none;
}

.product__banner-buttons .quantity .buttons_added .input-text .qty .text,
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  text-align: center;
  border: none !important;
  width: 40px;
  height: 30px !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 152%;
  color: #4e91d5;
  outline: none;
}

.product__banner-btn {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #4e91d5;
  border-radius: 20px;
  padding: 30px 50px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.5s ease-in-out;
  -o-transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out;
  transition: transform 0.3s, box-shadow 0.5s ease-in-out, -webkit-transform 0.3s,
    -webkit-box-shadow 0.5s ease-in-out;
}
.product__banner-btn:hover {
  -webkit-box-shadow: #26394d 0px 11px 10px -10px;
  box-shadow: #26394d 0px 11px 10px -10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.product__description {
  padding: 100px 0;
}
.product__description-text {
  font-size: 16px;
  line-height: 150%;
}
.product__description-text h2 {
  font-size: 28px;
  margin-bottom: 30px;
  color: #2d59aa;
}
.product__similar-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.product__similar-title {
  font-size: 20px;
  line-height: 150%;
}
.product__similar-excerpt {
  font-size: 15px;
  font-weight: 400;
}
.price-nowrap {
  white-space: nowrap;
}
.breadcrumbs {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 18px;
  position: relative;
  border-radius: 5px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.breadcrumbs__item {
  position: relative;
  padding-right: 18px;
}
.breadcrumbs__item a::after {
  position: absolute;
  content: "/";
  right: 7px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #9fa4aa;
}
.breadcrumbs__item:last-child a::after {
  display: none;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__link {
  text-transform: uppercase;
  color: #2e363e;
  font-size: 11px;
  line-height: 150%;
}

.woocommerce-cart-form__contents {
  width: 990px;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 150px;
  height: 150px;
}

ul.products.columns-3.catalog__items {
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce-cart-form .shop_table .cart_item td.product-name {
  width: 35%;
}

@media (max-width: 1399.98px) {
  .utp__right {
    width: 740px;
    right: -3px;
    top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .header__wrapper {
    padding-left: 20px;
    align-items: end;
  }
  .utp {
    height: 780px;
  }
  .utp__left {
    padding-left: 20px;
    max-width: 60%;
  }
  .utp__right {
    width: 670px;
  }
  .utp__offer-img {
    max-width: 210px;
  }
  .utp__slogan {
    width: 445px;
  }
  .utp__title {
    font-size: 24px;
    line-height: 34px;
  }
  .utp__advantages-text {
    font-size: 16px;
  }
  .about {
    padding: 70px 0 30px;
  }
  .about__info-text {
    font-size: 17px;
    line-height: 143%;
  }
  .about__img {
    margin-right: 30px;
  }
  .payment__info {
    margin-right: 20px;
  }
  .contacts__form-title {
    font-size: 22px;
  }
  .contacts__form-left {
    max-width: 400px;
    margin-right: 50px;
  }
  .contacts__form-step {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contacts__select {
    padding: 15px 35px 15px 15px;
    font-size: 16px;
  }
  .input-number {
    padding: 14px;
  }
  .contacts__price-text {
    font-size: 16px;
  }
  .contacts__form-step--2 {
    margin-bottom: 0;
  }
  .contacts__price-value {
    font-size: 28px;
  }
  .contacts__price-old {
    font-size: 18px;
  }
  .contacts__form-btn {
    font-size: 16px;
    width: 230px;
    padding: 15px 15px 15px 34px;
  }
  .contacts__form-btn::before {
    left: 20px;
  }
  .contacts__buttons-text {
    margin-right: 10px;
  }
  .product__banner {
    background: -o-linear-gradient(183.95deg, #4e91d5 46.67%, #fff 79.18%);
    background: linear-gradient(266.05deg, #4e91d5 46.67%, #fff 79.18%);
  }
}
@media (max-width: 1100px) {
  .payment__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .payment__list {
    margin-bottom: 40px;
  }
  .payment__item {
    font-size: 17px;
    margin-bottom: 20px;
  }

  form.checkout {
    width: 100%;
  }

  form.checkout .col2-set#customer_details {
    width: 100%;
    max-width: 100%;
    flex-basis: 70%;
  }

  form.checkout .woocommerce-checkout-review-order#order_review {
    max-width: 70%;
    width: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 991.98px) {
  .custom-logo-link {
    margin-right: 41px;
    width: 150px;
    height: auto;
  }
  .custom-logo-link img {
    height: auto;
  }
  .header__btn {
    display: block;
    margin-left: 20px;
  }
  .header__callback {
    margin-right: auto;
  }
  .header__adress {
    display: none;
  }
  .header__inner {
    display: none;
  }
  .header__adress--open {
    display: block;
  }
  .header__inner--open {
    display: block;
  }
  .utp {
    height: 690px;
  }
  .utp__right {
    width: 459px;
    right: 0px;
    top: 184px;
  }
  .utp__title {
    font-size: 20px;
    line-height: 28px;
  }
  .utp__advantages-text {
    font-size: 14px;
  }
  .utp__order-btn {
    font-size: 18px;
    border-radius: 10px;
    padding: 20px 30px;
  }
  .about__img {
    max-width: 350px;
  }
  .about__info-title {
    font-size: 20px;
    line-height: 28px;
  }
  .sale__img {
    width: 362px;
    height: 329px;
  }
  .sale__info-title {
    font-size: 26px;
    line-height: 30px;
  }
  .sale__info-text {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .sale__step {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sale__step-figure {
    font-size: 50px;
  }
  .sale__step-text {
    font-size: 13px;
  }
  .contacts__form-right {
    padding: 40px 50px;
  }
  .contacts__form-popup {
    padding: 10px 10px;
  }
  .contacts__form-subtitle {
    font-size: 26px;
    text-align: center;
  }
  .contacts__form-text {
    text-align: center;
  }
  .orders__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .orders__item {
    width: 40%;
    margin-bottom: 15px;
  }
  .orders__arrow {
    margin: 0 20px;
  }
  .orders__arrow:nth-of-type(2) {
    display: none;
  }
  .payment {
    padding: 30px 0;
  }
  .payment__info {
    margin-right: 0;
  }
  .payment__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .payment__item {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .payment__slogan {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .payment__catalog-btn {
    font-size: 16px;
    border-radius: 12px;
    padding: 10px 27px;
    margin-right: 10px;
  }
  .payment__img {
    max-width: 383px;
    max-height: 279px;
  }
  .product__banner {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .product__banner-text {
    font-size: 14px;
    max-width: 270px;
  }
  .product__banner-sale {
    font-size: 16px;
  }
  .product__banner-price {
    font-size: 34px;
    line-height: 50px;
  }
  .product__banner-buttons {
    width: 220px;
    height: auto;
  }
  .product__number {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 120px;
    height: auto;
    padding: 5px 10px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 11px;
  }
  .product__banner-btn {
    padding: 15px 40px;
    border-radius: 15px;
  }
  .catalog__item {
    padding: 25px 15px;
  }
  .product__title {
    color: #2e363e;
    font-weight: bold;
    font-size: 34px;
    line-height: 46px;
  }
  .product__excerpt {
    font-size: 16px;
  }
  .product__form {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 890px) {
  .product__title {
    font-size: 24px;
    line-height: 150%;
  }
  .product__excerpt {
    font-size: 15px;
  }
  .product__img-wrapper {
    width: 380px;
  }
  .product__banner-sale {
    font-size: 14px;
  }
  /* .product__banner-btn {
    padding: 15px 20px;
    border-radius: 15px;
  } */
  /* .product__banner-buttons {
    width: 130px;
  } */
  .product__banner-price {
    font-size: 30px;
    width: 100%;
    display: inline-block;
  }

  .product__about .product_title {
    font-size: 35px;
  }
}

@media (max-width: 780px) {
  .product__banner {
    align-items: flex-start;
  }
  .product__banner-info {
    margin-bottom: 0;
  }
  ul.products.columns-3.catalog__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .cart-sum
    .cart_totals
    table.shop_table_responsive
    tbody
    ul#shipping_method.woocommerce-shipping-methods {
    padding-top: 30px;
  }

  td.shipping-inner::before {
    display: none;
  }

  .woocommerce-Price-amount.amount {
    font-weight: 600;
    margin-left: 10px;
  }

  .utp {
    height: 500px;
  }
  .utp__right {
    width: 280px;
    right: 0px;
    top: 168px;
  }
  .utp__left {
    padding-left: 0;
    padding-top: 30px;
    max-width: 60%;
  }
  .utp__offer-img {
    max-width: 120px;
  }
  .utp__slogan {
    padding: 14px 18px;
    width: 333px;
    font-size: 10px;
    bottom: 8px;
    z-index: 10;
  }
  .utp__order-btn {
    font-size: 15px;
    border-radius: 10px;
    padding: 10px 20px;
  }
  .about {
    padding: 20px 0 30px;
  }
  .contacts {
    padding: 0;
  }
  .contacts__form,
  .contacts__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .contacts__form-left {
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__img {
    display: none;
  }
  .sale__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sale__img {
    margin-bottom: 30px;
  }
  .catalog__item {
    padding: 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog__item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .catalog__item-excerpt {
    font-weight: 400;
    font-size: 14px;
  }
  .catalog__item-price {
    font-size: 22px;
  }
  .catalog__item-btn {
    border-radius: 22px;
    padding: 15px 40px;
    margin-right: 0;
    margin-top: auto;
  }
  .payment__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 30px;
  }
  .orders {
    padding: 230px 0 180px;
  }
  .orders__list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .orders__item {
    width: 45%;
    margin-bottom: 15px;
  }
  .orders__arrow {
    display: none;
  }
  .product__similar-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .product__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -o-linear-gradient(183.95deg, #4e91d5 46.67%, #fff 92.18%);
    background: linear-gradient(266.05deg, #4e91d5 46.67%, #fff 92.18%);
  }
  .product__banner-text {
    max-width: 100%;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }
  .product__banner-sale {
    font-size: 15px;
  }
  .product__banner-info {
    max-width: 300px;
    margin: 10px auto;
    text-align: center;
  }
  .product__banner-buttons {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product__number {
    padding: 15px 10px;
    margin-right: 10px;
    margin-bottom: 0;
    border-radius: 11px;
  }
  .product__banner-btn {
    padding: 30px 32px;
    line-height: 27px;
  }
  .product__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 42px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product__img-wrapper {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }
  .product__about {
    width: 100%;
  }

  table.shop_table_responsive tr td .product-thumbnail {
    display: inline-block;
  }

  tr.woocommerce-cart-form__cart-item {
    display: block;
    margin-bottom: 30px;
  }

  .woocommerce-cart-form__contents {
    width: 70%;
  }

  .woocommerce-cart-form__cart-item .qib-container:not(#qib_id):not(#qib_id) {
    flex-direction: row;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 144px;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-right: 0;
    margin-left: auto;
  }

  .cart_totals {
    text-align: center;
  }

  .cart_totals h2 {
    margin-bottom: 20px;
  }

  .cart_totals table.shop_table_responsive {
    margin: 0 auto 20px;
  }

  .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }

  .woocommerce-cart-form .shop_table .cart_item td.product-name {
    width: 100%;
  }
}

@media (max-width: 680px) {
  .utp {
    height: 520px;
  }
  .utp__right {
    top: 193px;
  }
  .utp__left {
    max-width: 70%;
  }
  .accordion__btn {
    font-size: 16px;
    width: 100%;
  }
  ul.products.columns-3.catalog__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__copyright,
  .footer__ip {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .utp {
    height: 520px;
  }
  .utp__right {
    width: 210px;
    right: 0px;
    top: 255px;
  }
  .utp__left {
    max-width: 70%;
  }
  .utp__title {
    font-size: 18px;
    line-height: 28px;
  }
  .contacts__form-left {
    padding-top: 0;
  }
  .sale {
    padding: 190px 0;
  }

  form.checkout .col2-set#customer_details {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }

  form.checkout .woocommerce-checkout-review-order#order_review {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
  }

  .order-btn {
    max-width: 220px;
  }

  .woocommerce-checkout-payment .form-row.place-order {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  .header__callback {
    display: none;
  }
  .header__callback--open {
    display: block;
    margin: 20px auto;
  }
  .utp {
    height: 568px;
  }
  .utp__right {
    width: 204px;
    right: 0px;
    top: 314px;
  }
  .utp__left {
    max-width: 100%;
  }
  .utp__offer-img {
    max-width: 100px;
  }
  .utp__slogan {
    padding: 14px 10px;
    width: 295px;
    font-size: 10px;
  }
  .utp__title {
    font-size: 18px;
    line-height: 28px;
  }
  .utp__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .utp__order-text {
    max-width: 60%;
    font-size: 14px;
    line-height: 150%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
  .utp__order-btn {
    margin-bottom: 10px;
  }
  .catalog__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog__item-img {
    width: 378px;
    margin: 0 auto;
  }
  .catalog {
    padding: 0;
  }
  .catalog__title {
    font-size: 30px;
    line-height: 38px;
  }
  .orders__item {
    padding: 16px;
  }
  .orders__title {
    font-size: 30px;
    line-height: 38px;
  }
  .orders__text {
    font-size: 17px;
  }
  .faq {
    padding-top: 220px;
  }
  .faq__title {
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .faq__subtitle {
    font-size: 17px;
  }
  .accordion__btn {
    font-size: 14px;
  }
  .accordion__panel {
    font-size: 14px;
    line-height: 20px;
  }
  .sale {
    padding-bottom: 160px;
    padding-top: 180px;
  }
  .sale::before {
    height: 140px;
  }
  .about {
    padding-bottom: 0;
  }

  .product__about .product_title {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .contacts__form-buttons {
    flex-direction: column;
  }

  .contacts__buttons-text {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 400px) {
  .utp {
    height: 568px;
  }
  .utp__order-text {
    max-width: 65%;
    font-size: 14px;
  }
  .utp__title {
    font-size: 15px;
  }

  .utp__right {
    width: 162px;
    right: 0px;
    top: 349px;
  }
  .sale__img {
    width: 250px;
    height: 230px;
  }
  .payment__img {
    max-width: 310px;
    max-height: 220px;
  }
  .payment__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .payment__catalog-text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  .faq {
    padding-top: 170px;
  }
  .faq::before {
    height: 130px;
  }
  .orders__item {
    width: 100%;
  }
  .contacts__form-btn {
    font-size: 16px;
    width: 200px;
    padding: 10px 10px 10px 34px;
  }
  .contacts__form-title {
    text-align: center;
  }
  .contacts__form-subtitle {
    font-size: 22px;
  }
}

.woocommerce-product-details__short-description {
  font-size: 17px;
  line-height: 143%;
  margin-bottom: 30px;
}

/* .woocommerce-notices-wrapper {
  margin-bottom: 30px;
} */

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-shortcode {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  background-color: #fff;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #fff;
}

.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
  margin: 0 auto;
  margin-bottom: 10px;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
  display: none;
}

li.catalog__item img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  object-fit: contain;
  width: 250px;
  height: 250px;
}

.woocommerce-cart-form__contents {
  margin: 0 auto;
}

.cart-collaterals {
  margin: 50px auto 0;
  text-align: center;
}

h1.entry-title {
  text-align: center;
  margin: 20px 0 50px;
}

/* .entry-content {
  padding: 0 10px 30px;
} */
.entry-content h3 {
  padding: 15px 0;
}

.cart_totals table.shop_table_responsive {
  margin: 20px auto 20px;
  text-align: center;
}

table.shop_table_responsive tr td.product-remove a {
  font-size: 40px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  text-align: center;
  font-size: 20px;
  background-color: transparent;
}

.return-to-shop {
  text-align: center;
}

.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
  display: flex;
  align-items: center;
}

.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) .qib-container {
  flex-direction: row;
  width: 102px;
  height: 152px;
  background-color: transparent;
}

tr.woocommerce-cart-form__cart-item.cart_item {
  background-color: aliceblue;
  border: 1px solid #3d74bf;
  border-radius: 10px;
  box-shadow: #26394d 0px 5px 5px -5px;
  margin-bottom: 30px;
}

form.checkout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.col2-set .form-row-first,
.col2-set .form-row-last {
  width: 100%;
}

form.checkout .col2-set {
  width: 50%;
  color: #777;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0 15px 30px;
  max-width: 50%;
  flex-basis: 50%;
}

form.checkout .woocommerce-checkout-review-order {
  width: 50%;
  color: #777;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 30px 15px 30px;
  max-width: 41.66667%;
  flex-basis: 41.66667%;
  border: 2px solid #446084;
  border-radius: 20px;
}

form.checkout h3#order_review_heading {
  display: none;
}

.woocommerce-billing-fields__field-wrapper {
  width: 100%;
}

p.form-row label {
  display: block;
}
p.form-row input:not([type="checkbox"]) {
  overflow: visible;
  touch-action: manipulation;
  margin-bottom: 1em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
  appearance: none;
  box-shadow: 0 1 2px #ccc;
  opacity: 1 !important;
  outline: 0;
  color: #333;
  background-color: #fff;
}

.billing_checkbox--class{
	margin-top: 10px;
}
#billing_checkbox_description{
	display: none;
}

form.checkout_coupon.woocommerce-form-coupon {
  max-width: 1000px;
  margin: 0 auto;
  color: #777;
  box-sizing: border-box;
  margin-bottom: 1.3em;
  border: 2px solid #446084;
  padding: 25px 30px 30px;
  border-style: dashed;
  display: flex;
  flex-wrap: wrap;
}

form.checkout_coupon.woocommerce-form-coupon p:first-child {
  width: 100%;
  margin-bottom: 10px;
}

p.form-row-first {
  width: 50%;
}

p.form-row.form-row-last button.button {
  background-color: #446084;
  text-transform: uppercase;
  font-size: 0.97em;
  cursor: pointer;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
    color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  outline: none;
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

table.shop_table {
  border-spacing: 0;
}
.shop_table th.product-name {
  border-spacing: 0;
  box-sizing: border-box;
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  font-size: 0.9em;
  line-height: 1.05;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 0;
  border-width: 3px;
}
.shop_table th.product-total {
  border-spacing: 0;
  box-sizing: border-box;
  text-align: right;
  border-bottom: 1px solid #ececec;
  font-size: 0.9em;
  line-height: 1.05;
  text-transform: uppercase;
  padding-left: 0;
  border-width: 3px;
}
.shop_table .cart_item td {
  padding: 15px 10px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.shop_table .cart_item td.product-name {
  width: 70%;
}
.shop_table .cart_item td.product-total {
  float: right;
}

.shop_table tfoot tr th {
  border-spacing: 0;
  box-sizing: border-box;
  text-align: left;
  border-bottom: 1px solid rgb(211, 211, 211);
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 0;
}
.shop_table tfoot tr td {
  padding-right: 0;
  padding: 15px 10px;
  border-bottom: 1px solid rgb(211, 211, 211);
}
.shop_table tfoot tr td.shipping-inner {
  border-bottom: none;
}

tr.woocommerce-shipping-totals.shipping tr {
  border-bottom: none;
}
tr.woocommerce-shipping-totals.shipping tr th:first-child {
  border-bottom: none;
}

.shipping__table--multiple {
  display: block;
  text-align: left;
}

.shipping__table--multiple tbody,
.shipping__table--multiple tr,
.shipping__table--multiple th,
.shipping__table--multiple td {
  display: block;
  text-align: left;
  padding-left: 0;
}

.shipping__table--multiple th {
  border: 0;
}

.shipping__table {
  margin: 0;
}

td.product-total,
.cart_totals tbody tr td,
.shop_table thead tr th:last-of-type,
.shop_table tr td:last-of-type {
  text-align: right;
}

.shop_table tr td.shipping__table-td {
  text-align: left;
  padding-left: 0;
  border-bottom: none;
}

.woocommerce-cart-form__cart-item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  max-width: none;
}

.cart-sum .cart_totals table.shop_table_responsive {
  box-shadow: #26394d 1px 5px 7px -5px;
  padding: 30px;
  border-radius: 20px;
}
.cart-sum .cart_totals table.shop_table_responsive tbody {
  display: flex;
  flex-direction: column;
}
.cart-sum .cart_totals table.shop_table_responsive tbody tr {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.cart-sum .cart_totals table.shop_table_responsive tbody .woocommerce-shipping-methods {
  padding: 10px 0;
}

.cart-sum .cart_totals table.shop_table_responsive tbody tr tbody tr {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.cart-sum .cart_totals table.shop_table_responsive tbody tr tbody tr td ul li {
  padding: 6px 0;
  border-bottom: 1px solid rgb(202, 202, 202, 0.5);
}

.cart-sum .cart_totals table.shop_table_responsive tbody .order-total td {
  font-size: 24px;
}

.cart-page-form .shop_table th.product-name {
  border-bottom: none;
}
.cart-page-form .shop_table th {
  padding-bottom: 10px;
}

ul.catalog__items li.catalog__item .qib-container:not(#qib_id):not(#qib_id) {
  display: none !important;
  flex-direction: row;
  width: 120px;
  height: 50px;
  margin-right: 0;
  border-radius: 20px;
  border: 1px solid #4e91d5;
}
ul.catalog__items li.catalog__item .qib-button:not(#qib_id):not(#qib_id) {
  border: none;
  height: 32px;
}
ul.catalog__items li.catalog__item .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  width: 30px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:visited
  .woocommerce-loop-product__title,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woocommerce-loop-product__title {
  color: #4e91d5;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:visited .catalog__item-price,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .catalog__item-price {
  color: #4e91d5;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:visited .woo-excerpt,
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link .woo-excerpt {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #2e363e;
}

.woo-excerpt {
  margin: 10px 0;
}

.product__img-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper div a img {
  object-fit: contain;
}

del .woocommerce-Price-amount {
  font-size: 13px;
}

form.checkout.woocommerce-checkout {
  margin-top: 30px;
}

.woocommerce-shipping-methods li,
.woocommerce-shipping-methods li input,
.woocommerce-shipping-methods li label {
  cursor: pointer;
}
.woocommerce-shipping-methods label {
  padding: 10px;
  display: block;
  border-radius: 9px;
  margin-bottom: 10px;
  border: 1px solid #4e91d5;
}

.woocommerce-shipping-methods li input {
  display: none;
}

.cart-sum .cart_totals table.shop_table_responsive tbody tr tbody tr td ul li {
  border-bottom: none;
  padding: 0;
}

.woocommerce-shipping-methods li:hover {
  background-color: aliceblue;
  border-radius: 9px;
}

.woocommerce-shipping-methods li input[type="radio"]:checked ~ label {
  background-color: #4e91d5;
  color: #fff;
  box-shadow: #26394d 1px 5px 7px -5px;
}

.woocommerce-checkout-payment .form-row.place-order {
  margin-top: 20px;
}

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 20px;
}

ul.wc_payment_methods.payment_methods.methods li {
  padding: 5px;
}

ul.wc_payment_methods.payment_methods.methods label {
  display: inline-block;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: #e1e1e1 1px 1px 1px 1px;
  cursor: pointer;
}
ul.wc_payment_methods.payment_methods.methods input[type="radio"]:checked ~ label {
  background-color: #4e91d5;
  color: #fff;
  box-shadow: #26394d 1px 5px 7px -5px;
}

.woocommerce form .form-row .required {
  text-decoration: none;
  color: transparent;
}

.woocommerce-additional-fields textarea#order_comments.input-text {
  width: 100%;
}
p#order_comments_field.form-row.notes label {
  margin-bottom: 5px;
  margin-top: 10px;
}

.woocommerce-billing-fields h3 {
  margin-bottom: 10px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  text-align: center;
}

.woocommerce-order-details,
.woocommerce-customer-details {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  margin: 10px auto;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  object-fit: contain;
}

/* .woocommerce-notices-wrapper {
  position: fixed;
  width: 320px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #f2f6fa;
  border-radius: 20px;
  padding: 20px 0;
  box-shadow: #26394d 0px 5px 5px -5px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  background-color: transparent;
} */

.grecaptcha-badge {
	display: none;
}