@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/basic-child/fonts/OpenSansRegular.eot"), url("/wp-content/themes/basic-child/fonts/OpenSansRegular.woff"),
    url("/wp-content/themes/basic-child/fonts/OpenSansRegular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/basic-child/fonts/OpenSansSemiBold.eot"), url("/wp-content/themes/basic-child/fonts/OpenSansSemiBold.woff"),
    url("/wp-content/themes/basic-child/fonts/OpenSansSemiBold.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "OpenSans";
  src: url("/wp-content/themes/basic-child/fonts/OpenSansBold.woff"), url("/wp-content/themes/basic-child/fonts/OpenSansBold.eot"),
    url("/wp-content/themes/basic-child/fonts/OpenSansBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Oswald";
  src: url("/wp-content/themes/basic-child/fonts/Oswald-Light.woff"), url("/wp-content/themes/basic-child/fonts/Oswald-Light.eot"),
    url("/wp-content/themes/basic-child/fonts/Oswald-Light.ttf");
  font-weight: 200;
}
@font-face {
  font-family: "Oswald";
  src: url("/wp-content/themes/basic-child/fonts/Oswald-Regular.woff"), url("/wp-content/themes/basic-child/fonts/Oswald-Regular.eot"),
    url("/wp-content/themes/basic-child/fonts/Oswald-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Oswald";
  src: url("/wp-content/themes/basic-child/fonts/Oswald-Medium.woff"), url("/wp-content/themes/basic-child/fonts/Oswald-Medium.eot"),
    url("/wp-content/themes/basic-child/fonts/Oswald-Medium.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Bebas";
  src: url("/wp-content/themes/basic-child/fonts/BebasLight.woff"), url("/wp-content/themes/basic-child/fonts/BebasLight.eot"),
    url("/wp-content/themes/basic-child/fonts/BebasLight.ttf");
  font-weight: 200;
}

/*общие стили*/
* {
  box-sizing: border-box;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
a,
p,
li {
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #444;
}
p {
  margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
a:hover {
  color: #6d031c;
}
a:focus {
  outline: unset;
}
h1,
h2 {
  color: #333;
  font-family: "Oswald";
  line-height: 1.2;
  margin-bottom: 25px;
}
h1 {
  font-size: 55px;
  font-weight: 400;
}
h2 {
  font-size: 45px;
  font-weight: 300;
}
h3,
h4 {
  font-family: "Oswald";
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 15px;
}
h3 {
  font-size: 33px;
}
h4 {
  font-size: 26px;
}
strong,
b {
  font-weight: 600;
}
mark {
  background-color: unset;
}
img {
  max-width: 100%;
}
hr {
  margin: 20px 0;
  border-width: 0;
  border-top: 1px solid #e0dede;
}
@media only screen and (max-width: 1020px) {
  .wrapper {
    overflow: hidden;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
}

/* ширина контента */
.row {
  max-width: 1250px;
  margin: 0 auto;
}

/* ToTop */
#toTop {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 0px;
  padding: 9px 16px 5px 16px;
  background-color: #272727;
  border-radius: 4px 4px 0px 0px;
  opacity: 0.9;
  cursor: pointer;
  z-index: 999;
}
#toTop:hover {
  opacity: 1;
  background-color: #6d031c;
}
#toTop i {
  color: #fff;
}

/* 404 */
.error-404 {
  padding: 100px 20px;
}
.error-404 p.title {
  text-align: center;
  color: #555;
  font-family: "Oswald";
  font-size: 140px;
  font-weight: 400;
  margin-bottom: 0;
}
.error-404 p.subtitle {
  text-align: center;
  font-size: 20px;
}
.error-404 p.links {
  text-align: center;
}
.error-404 p.links a {
  text-decoration: underline;
  font-size: 22px;
}

/* стили для ul li */
ul.ul-custom,
.information-page ul,
.woocommerce-tabs ul,
.catalog-categories-n-products .term-description ul,
.single-product .summary .woocommerce-product-details__short-description ul {
  margin: 20px 0;
}
ul.ul-custom li,
.information-page ul li,
.woocommerce-tabs ul li,
.catalog-categories-n-products .term-description ul li,
.single-product .summary .woocommerce-product-details__short-description ul li {
  position: relative;
  margin-bottom: 3px;
  padding-left: 24px;
  line-height: 1.3;
}
ul.ul-custom li:before,
.information-page ul li:before,
.woocommerce-tabs ul li:before,
.catalog-categories-n-products .term-description ul li:before,
.single-product .summary .woocommerce-product-details__short-description ul li:before {
  content: "\f111";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 7px;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #8fa4b5;
}
@media only screen and (max-width: 550px) {
  ul.ul-custom li,
  .woocommerce-tabs ul li,
  .catalog-categories-n-products .term-description ul li,
  .single-product .summary .woocommerce-product-details__short-description ul li {
    padding-left: 15px;
  }
  ul.ul-custom li:before,
  .woocommerce-tabs ul li:before,
  .catalog-categories-n-products .term-description ul li:before,
  .single-product .summary .woocommerce-product-details__short-description ul li:before {
    left: 2px;
  }
}

/* ol */
ol {
  list-style-type: decimal;
  padding-left: 30px;
  color: #333;
  line-height: 1.4;
  margin: 20px 0;
}
ol li {
  margin-bottom: 3px;
}

/* Видео ютуб */
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.woocommerce-tabs .video-row {
  max-width: 800px;
}
.woocommerce-tabs .video-block {
  margin-bottom: 20px;
}

/* ==========================================================================
 *  Формы заказа cf7
 * ========================================================================== */
.wpcf7 p {
  margin-bottom: 28px;
}
.wpcf7 .wpcf7-text {
  font-size: 18px;
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  padding: 0;
  height: 30px;
  width: 100%;
}
.wpcf7 input::-webkit-input-placeholder {
  color: #555;
}
.wpcf7 input::-moz-placeholder {
  color: #555;
}
.wpcf7 input:-ms-input-placeholder {
  color: #555;
}
.wpcf7 input:-moz-placeholder {
  color: #555;
}
.wpcf7 input::placeholder {
  opacity: 0.8;
}
/* checkbox */
.wpcf7 .checkbox-form label {
  display: block;
  font-family: "OpenSans";
  font-weight: 300;
  color: #555555;
  cursor: pointer;
}
.wpcf7 .checkbox-form span.wpcf7-form-control-wrap {
  position: relative;
  width: 0;
  height: 0;
  display: block;
}
.wpcf7 .checkbox-form .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .checkbox-form .control-checkbox input:checked ~ .wpcf7-list-item-label {
  background: #5c5c5c;
}
.wpcf7 .checkbox-form .control-checkbox input:disabled ~ .wpcf7-list-item-label {
  background: #d5d5d5;
  opacity: 0.6;
  pointer-events: none;
}
.wpcf7 .checkbox-form .control-checkbox input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7 .checkbox-form .wpcf7-list-item-label {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d5d5d5;
  border: 0px solid #000000;
}
.wpcf7 .checkbox-form .wpcf7-list-item-label:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.wpcf7 .checkbox-form .wpcf7-list-item-label:after {
  left: 7px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7 .checkbox-form .checkbox-text {
  padding-left: 28px;
}
.wpcf7 .checkbox-form .checkbox-text a {
  color: #555555;
  text-decoration: underline;
}
/* select */
.wpcf7 .select-form label {
  position: relative;
}
.wpcf7 .select-form label:before {
  content: "\f078";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 21px;
  position: absolute;
  top: -8px;
  right: 8px;
  color: #6d031c;
  z-index: 10;
}
.wpcf7 .select-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 18px;
  font-family: "OpenSans";
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #c1c1c1;
  cursor: pointer;
}
/* radio */
.wpcf7 .radio-form label {
  display: block;
  font-size: 18px;
  font-family: "OpenSans" !important;
  font-weight: 400;
  margin-bottom: 6px !important;
}
.wpcf7 .radio-form span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .radio-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #c1d6f4;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  outline: none;
  position: relative;
  z-index: 99;
}
.wpcf7 .radio-form input:hover {
  background: #949494;
}
.wpcf7 .radio-form input:checked {
  background: #6d031c;
}
.wpcf7 .radio-form input:checked::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  height: 25px;
  width: 25px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
}
.wpcf7 .radio-form input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #6d031c;
  content: "";
  display: block;
  position: relative;
  z-index: 100;
}
.wpcf7 .radio-form input {
  border-radius: 50%;
}
.wpcf7 .radio-form input:after {
  border-radius: 50%;
}
/* Кнопка отправки */
.wpcf7 p.btn-form {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.wpcf7 p.btn-form .wpcf7-submit {
  padding: 10px 65px;
  font-size: 20px;
  color: #fff;
  background-color: #6d031c;
  border-width: 0;
  transition: 0.2s;
}
.wpcf7 p.btn-form .wpcf7-submit:hover {
  background-color: #c80000;
}
div.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none;
}

/* ==========================================================================
 *  PopUp
 * ========================================================================== */
#popup-return {
  position: fixed;
  top: 0;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.overlay .popup-cancel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: default;
}
.popup {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: 94%;
  max-width: 520px;
  padding: 25px 35px 35px 35px;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
}
.popup .popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 0px 8px 5px 8px;
  background: #555;
  transition: 0.2s;
}
.popup .popup-close:hover {
  background: #6d031c;
}
.popup h3 {
  text-align: center;
  color: #555;
  font-family: "Oswald";
  font-weight: 300;
  margin-bottom: 20px;
}
@media only screen and (max-width: 450px) {
  .popup {
    padding: 25px 25px 30px 25px;
  }
}

/* ==========================================================================
 *  КНОПКИ
 * ========================================================================== */

/* кнопка с анимацией слева - <a href="#" class="btn-hover-left">ОСТАВИТЬ ЗАЯВКУ</a> */
.btn-hover-left {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border: 2px solid #6d031c;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
}
.btn-hover-left:hover {
  color: #fff;
}
.btn-hover-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 110%;
  background: #6d031c;
  transform: skewX(10deg) translateX(-10px);
  transition: 0.35s all ease-out;
}
.btn-hover-left:hover::before,
.btn-hover-left:focus::before {
  width: calc(100% + 20px);
}

/* кнопка с анимацией заполнения из центра - <a href="#" class="btn-hover-center"><span class="btn-text">ОСТАВИТЬ ЗАЯВКУ</span></a> */
.btn-hover-center {
  position: relative;
  display: inline-block;
  padding: 10px 65px;
  border: 2px solid #6d031c;
  overflow: hidden;
  transition: 0.3s;
}
.btn-hover-center:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 300%;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #6d031c;
  border-radius: 50%;
  transform: scale(0) skewY(-15deg);
  transition: border-radius 0.4s ease-out, transform 0.4s ease-out;
}
.btn-hover-center:hover:before {
  border-radius: 0;
  transform: scale(1.15) skewY(0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0, 1), border-radius 0.4s ease-out 0.5s;
}
.btn-hover-center span.btn-text {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  z-index: 2;
}
.btn-hover-center:hover span.btn-text {
  color: #fff;
}

/* кнопка с анимацией "блик" - <a href="#" class="btn-animation-blicked is-blicked">ОСТАВИТЬ ЗАЯВКУ</a>*/
.btn-animation-blicked {
  position: relative;
  display: inline-block;
  padding: 10px 65px;
  background: #6d031c;
  color: #fff;
  overflow: hidden;
}
.btn-animation-blicked.is-blicked:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, 0.1)), color-stop(20%, hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.1) 10%, hsla(0, 0%, 100%, 0.2) 20%, hsla(0, 0%, 100%, 0.6));
  transform: skewX(-45deg);
  transition: all 0.6s ease;
  animation-name: blick;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;
}
@keyframes blick {
  40%,
  to {
    left: 120%;
  }
}

/* кнопка с анимацией увеличения и уменьшения */
.btn-animation-size {
  display: inline-block;
  padding: 10px 65px;
  background: #6d031c;
  color: #fff;
  animation: jittery 4.5s infinite;
}
@keyframes jittery {
  40%,
  72% {
    transform: scale(1);
  }
  44% {
    transform: scale(0.95);
  }
  48% {
    transform: scale(1.04);
  }
  52% {
    transform: scale(1.04) rotate(-2.5deg);
  }
  56% {
    transform: scale(1.04) rotate(2.5deg);
  }
  60% {
    transform: scale(1.04) rotate(-1.7deg);
  }
  64% {
    transform: scale(1.04) rotate(1deg);
  }
  68% {
    transform: scale(1.04) rotate(0);
  }
}

/******************* слайдер карусель *******************/
/* 
js: owl.carousel.min.js
css: owl.theme.default.css owl.carousel.css
Настройки: на странице где находится карусель
Список возможных настроек: https://owlcarousel2.github.io/OwlCarousel2/docs/api-options.html
*/
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: space-between;
}
/*.owl-carousel .owl-carousel .owl-item {
  padding: 5px;
}*/
.owl-carousel .owl-nav button span {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 70px;
  transform: translate(0px, -50%);
  color: transparent;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.2s;
}
.owl-carousel .owl-nav button span:hover {
  background: rgba(0, 0, 0, 0.85);
}
.owl-carousel .owl-nav button.owl-prev span:before {
  content: "\f053";
}
.owl-carousel .owl-nav button.owl-next span:before {
  content: "\f054";
}
.owl-carousel .owl-nav button.owl-prev span:before,
.owl-carousel .owl-nav button.owl-next span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 26%;
  top: 35%;
  transition: 0.2s;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: rgba(0, 0, 0, 0.85);
}
@media only screen and (max-width: 550px) {
  .owl-carousel .owl-nav button span {
    width: 18px;
    height: 55px;
  }
  .owl-carousel .owl-nav button.owl-prev span:before,
  .owl-carousel .owl-nav button.owl-next span:before {
    left: 22%;
    font-size: 18px;
  }
}

/* ==========================================================================
 *  Цепочка навигации
 * ========================================================================== */
.yoast-breadcrumbs {
  background-color: #ededed;
  padding: 0 10px;
}
.yoast-breadcrumbs p {
  margin: 0;
  padding: 10px 0;
}
.yoast-breadcrumbs p a {
  text-decoration: underline;
  color: #555;
}
.yoast-breadcrumbs p a:hover {
  color: #6d031c;
}
.yoast-breadcrumbs p span {
  color: #555;
}
.yoast-breadcrumbs p i {
  margin: 0 4px;
  color: #b9b9b9;
}
.yoast-breadcrumbs p a i {
  color: #777;
}
@media only screen and (max-width: 500px) {
  .yoast-breadcrumbs p {
    padding: 4px 0;
    font-size: 14px;
  }
  .yoast-breadcrumbs p i {
    margin: 0 1px;
  }
}

/* ==========================================================================
 * Шапка сайта
 * ========================================================================== */

/* фиксированный header */
.topnav.fixed-nav {
  position: fixed;
  top: 0;
  width: 100%;
}
.secondary-header.fixed-nav-margin-header {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1020px) {
  .secondary-header.fixed-nav-margin-header {
    margin-bottom: 40px;
  }
}

/* secondary header */
.secondary-header {
  padding: 0 10px;
  background: #fff;
}
.secondary-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secondary-header .logo {
  width: 33.33%;
  padding: 6px 0;
}
.secondary-header .logo a {
  font-family: "Oswald";
  font-size: 44px;
  font-weight: 200;
  line-height: 1;
  color: #000000;
}
.secondary-header .address {
  width: 33.33%;
  text-align: center;
}
.secondary-header .address p {
  font-size: 24px;
  margin-bottom: 0;
}
.secondary-header .contact {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 0px;
  text-align: right;
}
.secondary-header .contact a.icon {
  display: inline-block;
  padding: 6px 8px;
  background: #6d031c;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 50%;
  margin-right: 5px;
}
.secondary-header .contact a.whatsapp {
  padding: 6px 7px 6px 8px;
}
.secondary-header .contact a.whatsapp:hover {
  background: #27c34b;
}
.secondary-header .contact a.viber {
  padding: 7px 7px 6px 7px;
}
.secondary-header .contact a.viber:hover {
  background: #7360f2;
}
.secondary-header .contact a.telegram {
  padding: 6px 8px 5px 7px;
}
.secondary-header .contact a.telegram:hover {
  background: #28a0dc;
}
.secondary-header .contact > i {
  color: #555;
  font-size: 18px;
  margin-right: 4px;
}
.secondary-header .contact a.phone {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
  margin-right: 10px;
}
.secondary-header .contact a.phone:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  width: 2px;
  height: 80%;
  background: #777;
}
.secondary-header .contact a.instagram {
  position: relative;
  z-index: 1;
}
.secondary-header .contact a.instagram:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #6d031c;
  z-index: -1;
}
.secondary-header .contact a.instagram:hover:before {
  background: linear-gradient(45deg, #f3aa52 0%, #da3660 47%, #9436bc 100%);
}
.secondary-header .contact a.vk {
  padding: 8px 5px 5px 6px;
}
.secondary-header .contact a.vk:hover {
  background: #0177ff;
}
.secondary-header .contact a.pinterest {
  padding: 6px 8px 4px 8px;
}
.secondary-header .contact a.pinterest:hover {
  background: #e60023;
}
@media only screen and (max-width: 1150px) {
  .secondary-header .address p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .secondary-header .logo,
  .secondary-header .address {
    width: auto;
  }
  .secondary-header .contact {
    display: none;
  }
  .secondary-header .contact a.phone,
  .secondary-header .contact > i {
    display: none;
  }
  .secondary-header .contact a.icon {
    padding: 5px 6px;
    font-size: 17px;
  }
  .secondary-header .contact a.whatsapp {
    padding: 5px 6px;
  }
  .secondary-header .contact a.telegram {
    padding: 5px 7px 5px 5px;
  }
  .secondary-header .contact a.viber {
    padding: 5px;
  }
  .secondary-header .contact a.vk {
    padding: 6px 5px 4px 4px;
  }
  .secondary-header .contact a.pinterest {
    padding: 5px 7px 4px 7px;
  }
}
@media only screen and (max-width: 650px) {
  .secondary-header .logo a {
    font-size: 28px;
  }
  .secondary-header .address p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 450px) {
  .secondary-header {
    padding: 0 5px;
  }
  .secondary-header .logo {
    width: 110px;
  }
  .secondary-header .address {
    width: calc(100% - 110px);
  }
  .secondary-header .address p {
    text-align: right;
  }
}

/* меню и корзина */
.topnav {
  position: relative;
  padding: 0 10px;
  background: #6d031c;
  z-index: 99;
}
.topnav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topnav nav .contact {
  display: none;
}
.topnav ul.menu {
  display: flex;
}
.topnav li.menu-item a {
  position: relative;
  display: block;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
}
.topnav ul.menu > li.menu-item > a {
  color: #fff;
}
.topnav ul.menu > li.menu-item > a:hover {
  background: rgba(0, 0, 0, 0.15);
}
.topnav li.menu-item-has-children {
  position: relative;
  overflow: hidden;
}
.topnav li.menu-item-has-children:hover {
  overflow: visible;
}
.topnav ul.menu > li.menu-item-has-children > a {
  padding: 8px 45px 8px 25px;
}
.topnav ul.menu > li.menu-item.catalog {
  margin-right: 80px;
}
.topnav ul.menu > li.menu-item.catalog > a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.topnav li.menu-item .i-submenu {
  display: inline;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  pointer-events: none;
}
.topnav li.menu-item.catalog > .i-submenu {
  color: #fff;
}
.topnav li.menu-item .sub-menu {
  position: absolute;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 260px;
  background-color: #fff;
  border-left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
}
.topnav li.menu-item:hover .sub-menu {
  opacity: 1;
}
.topnav ul.sub-menu li.menu-item a {
  padding: 12px 18px;
  font-size: 16px;
  border-bottom: 1px solid #d5d5d5;
}
.topnav ul.sub-menu li.menu-item a:hover {
  background: #f2f2f2;
}
.topnav .sub-menu li.menu-item .i-submenu {
  right: 5px;
  color: #333;
}
.topnav .sub-menu li.menu-item .i-submenu i {
  transform: rotate(-90deg);
}
.topnav li.menu-item .sub-menu .sub-menu {
  left: 260px;
  top: 0;
  border-left: 1px solid #e1e1e1;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.topnav li.menu-item:hover > .sub-menu {
  opacity: 1;
}
.topnav i.fa-bars {
  display: none;
}
.topnav nav .s-header__basket-wr a {
  display: inline-block;
  padding: 6px 0 6px 15px;
  color: #fff;
  font-size: 20px;
}
/* .topnav nav .s-header__basket-wr a:hover {
  color: #ff2c4c;
} */

@media only screen and (max-width: 1220px) {
  .topnav ul.menu > li.menu-item.catalog {
    margin-right: 40px;
  }
  .topnav li.menu-item a {
    padding: 8px 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .topnav li.menu-item a {
    font-size: 16px;
    padding: 8px 12px;
  }
  .topnav ul.menu > li.menu-item-has-children > a {
    padding: 9px 45px 9px 25px;
  }
}
@media only screen and (max-width: 1020px) {
  .wrapper {
    overflow: hidden;
  }
  .topnav nav .contact {
    display: block;
    margin-right: auto;
  }
  .topnav nav .contact a.phone {
    position: relative;
    padding-right: 10px;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
  }
  .topnav nav .contact a.phone:before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    width: 1px;
    height: 70%;
    background: #fff;
  }
  .topnav nav .contact i {
    color: #fff;
    font-size: 22px;
    margin-right: 2px;
  }
  /* Бургер меню */
  .header-burger {
    order: 1;
    position: relative;
    width: 34px;
    height: 28px;
    margin-left: 15px;
    cursor: pointer;
  }
  .header-burger:before,
  .header-burger span,
  .header-burger:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: 0.3s;
  }
  .header-burger:before {
    content: "";
    position: absolute;
    top: 0;
  }
  .header-burger span {
    top: 12px;
  }
  .header-burger:after {
    content: "";
    position: absolute;
    bottom: 0;
  }
  .mobile-menu-active .header-burger:before {
    transform: rotate(45deg);
    transform-origin: left;
  }
  .mobile-menu-active .header-burger span {
    opacity: 0;
  }
  .mobile-menu-active .header-burger:after {
    transform: rotate(-45deg);
    transform-origin: left;
  }
  .topnav nav {
    justify-content: flex-end;
  }
  .topnav nav ul.menu {
    position: absolute;
    display: block;
    top: 40px;
    left: 100%;
    width: 100%;
    background: #ebecf0;
    border-bottom: 2px solid #bcc2c8;
    transition: all 0.5s ease;
  }
  .topnav nav.mobile-menu-active ul.menu {
    left: 0%;
  }
  .topnav nav.mobile-menu-active ul.menu {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .fixed-nav nav.mobile-menu-active ul.menu {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
  .topnav ul.menu > li.menu-item.catalog {
    margin-right: 0;
  }
  .topnav ul.menu li.menu-item a,
  .topnav li.menu-item-has-children .sub-menu a {
    padding: 9px 10px;
    padding-right: 5px;
    font-size: 17px;
    color: #333;
    border-bottom: 1px solid #bcc2c8;
  }
  .topnav ul.menu > li.menu-item:last-of-type > a {
    border-bottom: 0;
  }
  .topnav li.menu-item:hover > a,
  .topnav ul.menu > li.menu-item > a:hover,
  .topnav li.current-menu-item > a,
  .topnav ul.menu > li.menu-item.catalog > a {
    background-color: transparent;
    color: #333;
  }
  .topnav ul.menu li.menu-item.menu-item-has-children > a {
    padding-right: 40px;
  }
  .topnav ul.menu > li.menu-item .i-submenu {
    right: 0;
    top: 0;
    transform: translate(0, 0);
    pointer-events: inherit;
  }
  .topnav .menu-item > span.i-submenu i {
    padding: 8px 12px;
    color: #6d031c;
    font-size: 24px;
    transition: 0.2s;
  }
  .topnav .menu-item .sub-menu span.i-submenu i {
    padding: 6px 12px;
    font-size: 21px;
    transform: rotate(0deg);
  }
  .topnav .menu-item.submenu-opened > span.i-submenu i {
    transform: rotate(180deg);
  }
  .topnav li.menu-item .sub-menu {
    position: initial;
    height: 0;
    background-color: transparent;
    box-shadow: initial;
    overflow: hidden;
    transition: 0s;
  }
  .topnav li.menu-item .sub-menu .sub-menu {
    box-shadow: initial;
  }
  .topnav li.menu-item.submenu-opened > .sub-menu {
    opacity: 1;
    width: auto;
    height: auto;
  }
  .topnav ul.menu li.menu-item .sub-menu a {
    padding: 6px 10px;
    background: transparent;
    font-size: 15px;
  }
  .topnav ul.sub-menu > li > a:before {
    content: "-";
    padding-left: 8px;
    font-size: 14px;
  }
  .topnav ul.sub-menu ul.sub-menu > li > a:before {
    content: "--";
    padding-left: 16px;
  }
  .topnav ul.sub-menu ul.sub-menu ul.sub-menu > li > a:before {
    content: "---";
    padding-left: 24px;
  }
}
@media only screen and (max-width: 400px) {
  .topnav {
    padding: 0 5px;
  }
  .header-burger {
    width: 28px;
    height: 22px;
    margin-left: 10px;
  }
  .header-burger:before,
  .header-burger span,
  .header-burger:after {
    height: 3px;
  }
  .header-burger span {
    top: 10px;
  }
  .topnav nav .s-header__basket-wr a {
    padding: 5px 0 5px 5px;
    font-size: 16px;
  }
  .topnav nav .contact a.phone {
    padding-right: 7px;
    font-size: 18px;
    margin-right: 4px;
  }
  .topnav nav .contact i {
    font-size: 19px;
    margin-right: 0;
  }
}

/* border для заголовка */
.title-border {
  position: relative;
  text-align: center;
}
.title-border:before {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  width: 100%;
  height: 2px;
  background: #d5d3d3;
}
.title-border span {
  display: inline-block;
  padding: 0 30px;
  background-color: #fafafa;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 600px) {
  .title-border-sides span {
    padding: 0;
  }
  .title-border-sides:before {
    display: none;
  }
}

/* border1 для заголовка */
.title-border1 {
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 2px solid #dedede;
}
.title-border1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 33%;
  height: 2px;
  background-color: #6d031c;
}
@media only screen and (max-width: 800px) {
  .title-border1:before {
    width: 50%;
  }
}

/* ==========================================================================
 * Woocommerce
 * ========================================================================== */

/* Основные стили */
.archive.woocommerce main.site-main {
  padding: 0 15px;
}
.sidebar-n-catalog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sidebar-n-catalog .catalog-categories-n-products {
  width: 100%;
  order: 2;
  margin: 25px 0 50px 0;
}
.sidebar-n-catalog .catalog-categories-n-products h1 {
  margin-bottom: 35px;
}
.single-product .related {
  padding: 0 15px;
  margin: 30px auto 0 auto;
}
.single-product .related h2 {
  color: #444;
}
@media only screen and (max-width: 1020px) {
  .sidebar-n-catalog {
    justify-content: center;
  }
}
@media only screen and (max-width: 800px) {
  .sidebar-n-catalog .catalog-categories-n-products {
    margin: 20px 0 25px 0;
  }
  .sidebar-n-catalog .catalog-categories-n-products h1 {
    margin-bottom: 25px;
  }
}

/***************************** Сайдбар ******************************/
/* .sidebar-n-catalog aside {
  width: 20.8%;
  order: 1;
  margin-top: 35px;
}
.widget_product_categories {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  margin-bottom: 40px;
}
.widget_product_categories p.wtitle {
  font-size: 17px;
  margin-top: 0;
  font-family: "OpenSans";
  font-weight: 600;
  margin-bottom: 0;
  color: #333;
  background-color: #e2e2e2;
  text-align: center;
  padding: 2px;
}
.widget_product_categories ul li {
  display: block;
  padding: 7px 0 7px 2px;
  border-bottom: 1px solid #e7e6e6;
  margin-left: 13px;
}
.widget_product_categories ul.product-categories > li {
  padding: 14px 0 14px 9px;
  margin-left: 0;
}
.widget_product_categories ul.children li:last-of-type {
  padding-bottom: 0;
}
.widget_product_categories ul li:last-of-type {
  border-bottom-width: 0;
}
.widget_product_categories ul li a {
  position: relative;
  padding-left: 14px;
  padding-right: 4px;
  line-height: 1.3;
  font-size: 16px;
  display: block;
}
.widget_product_categories ul li.current-cat > a {
  color: #6D031C;
  font-weight: 400;
}
.widget_product_categories ul li a:before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 0;
  color: #6D031C;
}
.widget_product_categories ul li.current-cat.cat-parent > a:before,
.widget_product_categories ul li.current-cat-parent > a:before {
  content: "\f078";
}
@media only screen and (max-width: 1020px) {
  .sidebar-n-catalog aside {
    width: 100%;
    max-width: 700px;
    order: 2;
  }
} */

/***************************** Категории ******************************/
.woocommerce .catalog-categories ul.products,
.woocommerce .catalog-categories ul.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 1em;
  margin-bottom: 0;
}
.catalog-categories ul.products li.product-category,
.catalog-categories ul.menu li.menu-item {
  width: 100% !important;
  padding-bottom: 0;
  margin: 0 !important;
}
.catalog-categories ul.products li.product-category:last-of-type,
.catalog-categories ul.menu li.menu-item:last-of-type {
  margin-bottom: 40px !important;
}
.catalog-categories ul.products li.product-category a,
.catalog-categories ul.menu li.menu-item a {
  display: block;
  width: 100%;
  padding: 8px;
  background: #e6e6e6;
  text-align: center;
  transition: 0.2s;
}
.catalog-categories ul.products li.product-category a:hover,
.catalog-categories ul.menu li.menu-item a:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
}
.catalog-categories ul.menu li.menu-item.current-menu-item a {
  background: #6d031c;
  color: #fff;
}
.catalog-categories ul.products li.product-category a img {
  display: none;
  /* width: auto;
  max-height: 150px;
  margin: 0 auto;
  transition: 0.5s; */
}
.catalog-categories ul.products li.product-category:hover img {
  transform: scale3d(1.06, 1.06, 1);
}
.catalog-categories ul.products li.product-category h3,
.catalog-categories ul.menu li.menu-item a {
  overflow: hidden;
  /* padding: 0; */
  text-align: center;
  color: #000;
  font-family: "Oswald";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
}
.catalog-categories ul.products li.product-category a:hover h3,
.catalog-categories ul.menu li.menu-item a:hover {
  text-decoration: underline;
}
.catalog-categories ul.menu li.menu-item.current-menu-item a:hover {
  text-decoration: unset;
  cursor: context-menu;
}
.catalog-categories-n-products .term-description {
  padding: 50px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: 50px auto;
}
@media only screen and (max-width: 1100px) {
  .catalog-categories ul.products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1em;
  }
}
@media only screen and (max-width: 1020px) {
  .sidebar-n-catalog .catalog-categories-n-products {
    width: 100%;
  }
  .catalog-categories ul.products,
  .catalog-categories ul.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
  }
}
@media only screen and (max-width: 800px) {
  .catalog-categories ul.products,
  .catalog-categories ul.menu {
    gap: 8px;
  }
  .catalog-categories ul.products li.product-category:last-of-type,
  .catalog-categories ul.menu li.menu-item:last-of-type {
    margin-bottom: 20px !important;
  }
  .catalog-categories ul.products li.product-category h3,
  .catalog-categories ul.menu li.menu-item a {
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.2px;
  }
}
@media only screen and (max-width: 550px) {
  .catalog-categories ul.products,
  .catalog-categories ul.menu {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
  .catalog-categories-n-products .term-description {
    padding: 20px;
  }
  .catalog-categories ul.products li.product-category h3,
  .catalog-categories ul.menu li.menu-item a {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 400px) {
  .catalog-categories ul.products li.product-category h3,
  .catalog-categories ul.menu li.menu-item a {
    padding: 6px;
    font-weight: 200;
  }
}

/***************************** Каталог товаров, плюс похожие товары *****************************/

/* сортировка товаров */
.woocommerce .woocommerce-ordering {
  float: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #ececec;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-ordering select::-ms-expand {
  display: none;
}
.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding: 11px 21px 11px 10px;
  background: url("/wp-content/uploads/2022/06/arrow-1.png") no-repeat 94% 50%;
  background-size: 11px;
  font-size: 18px;
  border: 0;
  margin-left: 7px;
  cursor: pointer;
  transition: 0.2s;
}
.woocommerce .woocommerce-ordering select:hover,
.woocommerce .woocommerce-ordering select:focus {
  background-color: #d8d8d8;
}
.woocommerce .woocommerce-ordering span {
  display: inline-block;
  font-family: "OpenSans";
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 800px) {
  .woocommerce .woocommerce-ordering {
    max-width: 600px;
    justify-content: flex-end;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce .woocommerce-ordering {
    max-width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce .woocommerce-ordering {
    max-width: 320px;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering span {
    font-size: 14px;
  }
}

/* Карточки товаров в каталоге и похожих товаров */
.woocommerce ul.products,
.catalog-products ul.products,
.related ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 2.5em;
  column-gap: 2.5em;
  margin-bottom: 0;
}
.woocommerce ul.products li.product,
.catalog-products ul.products li.product,
.related ul.products li.product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: 100% !important;
  float: none !important;
  clear: initial !important;
  margin: 0 auto !important;
  transition: 0.2s;
}
.woocommerce ul.products li.product:hover,
.catalog-products ul.products li.product:hover,
.related ul.products li.product:hover {
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.3);
}
ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
ul.products li.product a .li-product-image {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  border-bottom: 1px solid #dedede;
}
ul.products li.product a .li-product-image .tp-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
ul.products li.product a .li-product-image img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 300px;
  margin-bottom: 0;
  transition: 0.75s ease-out;
}
ul.products li.product .tp-image-wrapper:hover img.tp-image {
  opacity: 0;
}
ul.products li.product .tp-image-wrapper:hover img.tp-image-hover {
  opacity: 1;
}
ul.products li.product .tp-image-wrapper img.tp-image-hover {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul.products li.product h3.product-title {
  width: 70%;
  padding: 22px 0;
  padding-left: 40px;
  background: #f5f5ec;
  color: #000;
  font-size: 38px;
  font-weight: 200;
  line-height: 1.2;
}
ul.products li.product.type-product .price {
  position: relative;
  width: 30%;
  padding: 23px 0;
  padding-right: 40px;
  background: #f5f5ec;
  text-align: right;
  margin-bottom: 0;
}
ul.products li.product .price > .amount {
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 200;
  color: #333;
}
ul.products li.product .price > .amount .woocommerce-Price-currencySymbol {
  font-size: 22px;
}
.woocommerce ul.products li.product .add_to_cart_button {
  width: 50%;
  background: #6d031c;
  text-align: center;
  color: #fff;
  border-right: 1px solid #6d3340;
  border-radius: 0;
  margin: 0;
}
.woocommerce ul.products li.product .add_to_cart_button:before {
  content: "\f07a";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
  transition: 0.2s;
}
.woocommerce ul.products li.product .add_to_cart_button:hover {
  background: #9f0428;
}
ul.products li.product a.button-product-more {
  width: 50%;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background: #6d031c;
  padding: 8px 10px;
  border: 0;
  text-transform: uppercase;
}
ul.products li.product a.button-product-more:hover {
  background: #9f0428;
}
ul.products li.product a.button-product-more i {
  margin-right: 3px;
  transition: 0.2s;
}
ul.products li.product a.button-product-more:hover i {
  color: #fff;
}
.woocommerce ul.products:before,
.woocommerce ul.products:after {
  display: none !important;
}
@media only screen and (max-width: 1020px) {
  .woocommerce ul.products,
  .catalog-products ul.products,
  .related ul.products {
    gap: 20px;
  }
  ul.products li.product h3.product-title {
    padding: 14px 0;
    padding-left: 25px;
    font-size: 30px;
  }
  ul.products li.product.type-product .price {
    padding: 13px 0;
    padding-right: 25px;
  }
  ul.products li.product .price > .amount {
    font-size: 25px;
  }
}
@media only screen and (max-width: 800px) {
  ul.products li.product a .li-product-image {
    padding: 10px 15px;
  }
  ul.products li.product a .li-product-image .tp-image-wrapper {
    height: 220px;
  }
  ul.products li.product a .li-product-image img {
    max-height: 220px;
  }
  ul.products li.product h3.product-title {
    width: 100%;
    padding: 6px 20px 2px 20px;
    font-size: 26px;
  }
  ul.products li.product.type-product .price {
    width: 100%;
    padding: 2px 20px 6px 20px;
    text-align: left;
  }
  ul.products li.product .price > .amount {
    font-size: 22px;
  }
  ul.products li.product .price > .amount .woocommerce-Price-currencySymbol {
    font-size: 17px;
  }
  .woocommerce ul.products li.product .add_to_cart_button {
    padding: 8px 5px 2px 5px;
    font-size: 14px;
  }
  .woocommerce ul.products li.product .add_to_cart_button:before {
    font-size: 14px;
    margin-right: 4px;
  }
  ul.products li.product a.button-product-more {
    padding: 5px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce ul.products,
  .catalog-products ul.products,
  .related ul.products {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
  }
  ul.products li.product h3.product-title {
    width: 70%;
    padding: 8px 0;
    padding-left: 15px;
  }
  ul.products li.product.type-product .price {
    width: 30%;
    padding: 8px 0;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce ul.products,
  .catalog-products ul.products,
  .related ul.products {
    grid-template-columns: 1fr;
    max-width: 311px;
  }
}

/* цена со скидкой и иконка % в углу (в каталоге и внутри карточек) */
ul.products li.product .li-product-image .onsale,
.single-product-top-block span.onsale {
  position: absolute;
  top: 0px;
  left: 3px;
  right: initial;
  min-width: auto;
  min-height: auto;
  padding: 2px 27px 25px 0px;
  background: transparent;
  font-family: "OpenSans";
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
ul.products li.product .li-product-image .onsale:before,
.single-product-top-block span.onsale:before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  transform: skewX(-45deg);
  z-index: -1;
}
ul.products li.product.type-product .price del,
.single-product.woocommerce div.product .price del {
  position: relative;
  opacity: 1;
  color: #6d031c;
  font-family: "Oswald";
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  margin-right: 5px;
}
ul.products li.product.type-product .price del {
  position: absolute;
  top: 9px;
  right: 40px;
}
ul.products li.product.type-product .price del:before,
.single-product.woocommerce div.product .price del:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #000;
}
ul.products li.product.type-product .price ins,
.single-product .product.type-product .price ins {
  text-decoration: inherit;
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 200;
  color: #333;
}

/* постраничная пагинация товаров */
.woocommerce nav.woocommerce-pagination {
  text-align: right;
  margin-top: 25px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin-left: 3px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.dots {
  width: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
  color: #6d031c;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #6d031c;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .woocommerce nav.woocommerce-pagination {
    max-width: 600px;
    margin: 25px auto 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce nav.woocommerce-pagination {
    max-width: 311px;
  }
}

/* нет в наличии */
ul.products .li-product-image .soldout {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px;
  background: #bbbbbb;
  color: #fff;
  text-align: center;
  font-size: 14px;
  z-index: 99;
}

/***************************** Страница товара *****************************/
.single-product #main-content {
  margin-bottom: 50px;
}
.single-product .product {
  padding: 0 15px;
}
.single-product .single-product-top-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  overflow: hidden;
  padding: 35px 30px 0px 30px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin: 40px auto 50px auto;
}
@media only screen and (max-width: 992px) {
  .single-product .product {
    padding: 0;
  }
  .single-product .single-product-top-block {
    padding: 15px 15px 5px 15px;
    box-shadow: initial;
    margin: 0;
  }
}

/****** миниатюры и лайтбокс для картинок товара ******/
.pswp__bg {
  background: rgba(0, 0, 0, 0.75);
}
.pswp__scroll-wrap .pswp__container {
  transition: 0.8s;
}
.pswp__caption {
  display: none;
}
/* Элементы управления (полоска сверху) */
.pswp__top-bar {
  display: flex;
  justify-content: flex-end;
}
.pswp__counter {
  position: initial;
}
.pswp__preloader {
  display: none;
}
button.pswp__button {
  background-image: none !important;
  opacity: 1;
}
button.pswp__button--close {
  order: 1;
}
button.pswp__button--fs:before {
  content: "\e901";
}
button.pswp__button--zoom:before {
  content: "\e900";
}
button.pswp__button--close:before {
  content: "\e90e";
}
button.pswp__button:before {
  font-family: "icomoon";
  font-size: 20px;
  color: #fff;
}
/* Кнопки лево/право */
.pswp__ui button.pswp__button--arrow--left,
.pswp__ui button.pswp__button--arrow--right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 90px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5) !important;
  transform: translate(0, -50%);
  visibility: visible !important;
  margin: 0;
}
button.pswp__button--arrow--left:before {
  content: "\f053";
}
button.pswp__button--arrow--right:before {
  content: "\f054";
}
button.pswp__button--arrow--left:before,
button.pswp__button--arrow--right:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  position: initial;
  width: auto;
  height: auto;
  background: initial;
}
@media only screen and (max-width: 800px) {
  .pswp__ui--hidden .pswp__button--arrow--left,
  .pswp__ui--hidden .pswp__button--arrow--right,
  .pswp__ui--hidden .pswp__caption,
  .pswp__ui--hidden .pswp__top-bar {
    opacity: 1;
  }
  .pswp__scroll-wrap .pswp__container {
    transition: 0.15s;
  }
  .pswp__ui button.pswp__button--arrow--left,
  .pswp__ui button.pswp__button--arrow--right {
    width: 25px;
    height: 70px;
  }
  button.pswp__button--arrow--left:before,
  button.pswp__button--arrow--right:before {
    font-size: 22px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: none !important;
  }
}

/* левая колонка в карточке (галерея товара) */
.single-product .product .single-product-top-block .woocommerce-product-gallery {
  float: none;
  width: 41%;
  overflow: hidden;
}
/* стрелки */
.woocommerce-product-gallery ul.flex-direction-nav {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0px;
  list-style: none;
  margin: 0;
  z-index: 99;
}
.woocommerce-product-gallery ul.flex-direction-nav li a {
  visibility: hidden;
}
.woocommerce-product-gallery ul.flex-direction-nav li a:hover {
  text-decoration: none;
}
.woocommerce-product-gallery ul.flex-direction-nav li a.flex-prev:before,
.woocommerce-product-gallery ul.flex-direction-nav li a.flex-next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  transform: translate(0px, -50%);
  padding: 18px 7px 20px 7px;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  transition: 0.2s;
}
.woocommerce-product-gallery ul.flex-direction-nav li a.flex-prev:before {
  content: "\f053";
  left: -27px;
}
.woocommerce-product-gallery:hover ul.flex-direction-nav li a.flex-prev:before {
  left: 0;
}
.woocommerce-product-gallery ul.flex-direction-nav li a.flex-next:after {
  right: -27px;
}
.woocommerce-product-gallery:hover ul.flex-direction-nav li a.flex-next:after {
  right: 0;
}
/* размеры картинок и позиционирование */
.single-product-top-block .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 2px;
  max-height: 550px;
}
.single-product-top-block .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  max-height: 100%;
}
.woocommerce-product-gallery__image img.wp-post-image {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.woocommerce-product-gallery__image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.woocommerce-product-gallery__image a img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
}
.single-product-top-block .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  display: flex;
  max-height: 550px;
}
.single-product-top-block .woocommerce-product-gallery ol.flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  gap: 2px;
}
.single-product-top-block .woocommerce-product-gallery ol.flex-control-thumbs li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product-top-block .woocommerce-product-gallery ol.flex-control-thumbs img {
  max-height: 200px;
  width: auto !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
  border: 1px solid #000;
}
@media only screen and (max-width: 992px) {
  .single-product .product .single-product-top-block .woocommerce-product-gallery {
    width: 100%;
    max-width: 430px;
    margin: 0 auto 32px auto;
  }
}
/* правая колонка в карточке (заголовок и цена) */
.single-product .product .single-product-top-block .entry-summary {
  float: none;
  width: 55%;
}
.single-product.woocommerce div.product .product_title {
  color: #444;
  font-family: "OpenSans";
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 25px;
}
.single-product.woocommerce div.product p.price {
  color: #333;
  font-family: "Oswald";
  font-size: 28px;
  font-weight: 300;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.single-product.woocommerce div.product span.price,
.single-product .product.type-product .price ins {
  font-family: "Oswald";
  font-size: 28px;
  font-weight: 300;
  color: #333;
}
.single-product.woocommerce div.product .price del {
  font-size: 20px;
}
.single-product .product form .woocommerce-variation {
  width: 100%;
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  .single-product .product .single-product-top-block .entry-summary {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .single-product.woocommerce div.product .product_title {
    font-size: 25px;
    margin-bottom: 18px;
  }
  .single-product.woocommerce div.product p.price,
  .single-product.woocommerce div.product span.price,
  .single-product .product.type-product .price ins {
    font-size: 24px;
  }
  .single-product.woocommerce div.product .price del {
    font-size: 17px;
  }
  .single-product.woocommerce div.product p.price {
    padding-bottom: 21px;
    margin-bottom: 28px;
  }
  .single-product .product form .woocommerce-variation {
    padding-bottom: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .single-product.woocommerce div.product .product_title {
    font-size: 22px;
  }
  .single-product.woocommerce div.product p.price,
  .single-product.woocommerce div.product span.price,
  .single-product .product.type-product .price ins {
    font-size: 20px;
  }
  .single-product.woocommerce div.product .price del {
    font-size: 15px;
  }
}

/* общие стили для блока добавление товаров в корзину */
.single-product.woocommerce div.product form.cart,
.single-product.woocommerce div.product .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.single-product.woocommerce div.product form.cart {
  border-bottom: 1px solid #dedede;
  padding-bottom: 30px;
}
/* количество (+-) и кнопка добавить в корзину */
.single-product.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0;
}
.single-product form.cart .plus,
.single-product form.cart .minus {
  height: 42px;
  width: 40px;
  padding: 0;
  background-color: #fbfaf9;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #e0dede;
  transition: 0.2s;
}
.single-product form.cart .plus:hover,
.single-product form.cart .minus:hover {
  background-color: #e1e1e1;
}
.single-product form.cart input[type="number"]::-webkit-inner-spin-button,
.single-product form.cart input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product.woocommerce div.product form.cart input[type="number"] {
  height: 42px;
  width: 40px;
  padding: 0;
  border: 1px solid #e0dede;
  font-size: 14px;
  line-height: 17px;
  border-left-width: 0;
  border-right-width: 0;
  -moz-appearance: textfield;
}
.single-product.woocommerce div.product form.cart .button,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  float: none;
  padding: 13px 60px;
  background: #6d031c;
  font-family: "OpenSans";
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 2px;
  margin-left: 20px;
  transition: 0.2s;
}
.single-product.woocommerce div.product form.cart .button:hover,
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover {
  background: #9f0428;
}
.single-product.woocommerce div.product .single_variation_wrap {
  width: 100%;
}
.single-product.woocommerce div.product .woocommerce-variation-add-to-cart {
  margin-top: 15px;
}
.disable-one-click1 a.buy-one-click {
  display: none;
}
.single-product a.buy-one-click {
  padding: 7px 30px;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 3px;
  margin-left: 20px;
}
.single-product a.buy-one-click:hover {
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .single-product.woocommerce div.product form.cart {
    max-width: 400px;
  }
  .single-product a.buy-one-click {
    display: inline-block;
    margin-top: 15px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .single-product.woocommerce div.product form.cart,
  .single-product.woocommerce div.product .woocommerce-variation-add-to-cart {
    justify-content: space-between;
  }
  .single-product.woocommerce div.product form.cart .button {
    width: calc(100% - 145px);
    padding: 13px 15px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 400px) {
  .single-product.woocommerce div.product form.cart .button {
    width: calc(100% - 134px);
  }
}
/* сообщение после нажатия кнопки Добавить в корзину */
.single-product .woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce-notices-wrapper .woocommerce-message {
  max-width: 1250px;
  width: calc(100% - 30px);
  margin: 30px auto 0 auto;
  background-color: #fff;
  font-family: "OpenSans";
  font-size: 18px;
  border-top-color: #03566d;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.woocommerce-message:before {
  color: #6d031c;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  float: right;
  color: #fff;
  font-size: 17px;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover {
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    width: 100%;
    padding: 20px 10px;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
    margin-top: 0;
  }
  .woocommerce-message::before {
    display: none;
  }
  .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    font-size: 15px;
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .woocommerce-notices-wrapper .woocommerce-message {
    text-align: center;
    font-size: 16px;
  }
  .woocommerce-notices-wrapper .woocommerce-message .wc-forward {
    float: none;
    display: block;
    max-width: 250px;
    margin: 0 auto 10px auto;
    font-size: 15px;
    padding: 10px;
  }
}

/* вариации */
.woocommerce div.product form.cart .variations {
  max-width: 354px;
  margin-bottom: 12px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  display: block;
  text-align: left;
}
.woocommerce div.product form.cart .variations td.label label {
  font-family: "OpenSans";
  font-size: 17px;
  padding-top: 8px;
}
.woocommerce div.product form.cart .variations tr:first-of-type td.label label {
  padding-top: 0;
}
.woocommerce div.product form.cart .variations select {
  width: 100%;
  height: 35px;
  padding-left: 8px;
  margin: 0;
  border-radius: 4px;
  font-size: 17px;
  font-family: "OpenSans";
  font-weight: 400;
  border-color: #bebebe;
}
.woocommerce div.product form.cart .variations select option:first-of-type {
  display: none;
}
.woocommerce div.product form.cart .variations .reset_variations {
  display: none !important;
}
/* Цвет (вариации) */
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item {
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  box-shadow: inherit;
  margin-right: 12px;
}
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item.selected,
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item:hover,
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item.selected:hover {
  box-shadow: inherit;
}
.variations .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color {
  border-radius: 50%;
}
.variations .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color:before {
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  content: "";
  display: block;
  height: 34px;
  width: 34px;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: border-color 0.2s;
}
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item.selected .variable-item-span-color:before,
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.color-variable-item:hover .variable-item-span-color:before {
  border: 2px solid #444;
}
.woo-variation-swatches .product .variations .variable-items-wrapper .variable-item.color-variable-item .variable-item-span-color:after {
  box-shadow: inherit;
}
/* Кнопка (вариации) */
.woo-variation-swatches .variations .variable-items-wrapper .variable-item.button-variable-item {
  min-width: 32px;
  height: 32px;
  margin-right: 12px;
}
@media only screen and (max-width: 500px) {
  .woocommerce div.product form.cart .variations {
    max-width: 500px;
  }
}
/* краткое описание, мета описание */
.single-product-top-block h3.title-specifications {
  font-size: 22px;
  font-weight: 300;
}
table.specifications {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
table.specifications tr td {
  width: 50%;
  padding: 10px 0 3px 0;
  vertical-align: bottom;
}
table.specifications tr td:first-of-type {
  font-weight: 600;
  border-bottom: 1px dotted #dedede;
}
table.specifications tr td:last-of-type {
  padding-left: 5px;
}
.single-product .summary .woocommerce-product-details__short-description {
  margin: 32px 0;
}
.single-product .summary .product_meta .sku_wrapper {
  display: block;
  font-family: "OpenSans";
  margin-bottom: 20px;
}
.single-product .summary .product_meta .posted_in a {
  text-decoration: underline;
}
/* woo tabs */
.single-product .woocommerce-tabs {
  padding: 0px 20px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin: 0 -15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  max-width: 1250px;
  padding: 0;
  padding-top: 30px;
  margin: 0 auto 20px auto;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-width: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: 0;
  border-width: 0;
  box-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 34px;
  font-weight: 400;
  cursor: default;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #888;
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding-bottom: 25px;
  margin: 0;
}
.woocommerce-tabs .entry {
  max-width: 1250px;
  margin: 0 auto;
}
.woocommerce-tabs .entry img.alignright {
  float: right;
  max-width: 50%;
  margin-left: 12px;
  margin-bottom: 8px;
}
.woocommerce-tabs .entry img.alignleft {
  float: left;
  max-width: 50%;
  margin-right: 12px;
  margin-bottom: 8px;
}
.woocommerce-tabs .html-after-content {
  clear: both;
}
.woocommerce-tabs h2 {
  font-size: 34px;
}
.woocommerce-tabs h3 {
  font-size: 28px;
}
.woocommerce-tabs h4 {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .single-product .woocommerce-tabs {
    margin: 0;
  }
}
@media only screen and (max-width: 800px) {
  .woocommerce-tabs h2 {
    font-size: 30px;
  }
  .woocommerce-tabs h3 {
    font-size: 26px;
  }
  .woocommerce-tabs h4 {
    font-size: 20px;
  }
  .woocommerce-tabs .entry img.alignright {
    float: none;
    max-width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .woocommerce-tabs h2 {
    font-size: 27px;
  }
  .woocommerce-tabs h3 {
    font-size: 24px;
  }
}

/******************* корзина и оформление заказа *******************/
.woocommerce-cart .entry > .woocommerce {
  max-width: 1250px;
  width: calc(100% - 30px);
  min-height: calc(100vh - 389px);
  margin: 0 auto;
}
.woocommerce-cart-form table.shop_table {
  padding: 15px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-top: 30px;
}
.woocommerce table.shop_table a.remove {
  color: #6d031c !important;
}
.woocommerce table.shop_table a.remove:hover {
  color: #fff !important;
  background: #9f0428;
}
.woocommerce-page .cart-collaterals .cart_totals {
  width: 60%;
  padding: 15px;
  padding-bottom: 0;
  background: #fff;
  border: 0;
  border-radius: 12px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 10px 0 30px auto;
}
.cart-collaterals .cart_totals h2 {
  font-size: 28px;
  color: #444;
  margin-bottom: 15px;
}
.cart-collaterals .cart_totals tbody th {
  font-family: "OpenSans";
}
.cart-collaterals .cart_totals .woocommerce-shipping-destination {
  display: none;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  max-width: 300px;
  padding: 13px 15px;
  background-color: #6d031c;
  text-transform: uppercase;
  font-size: 18px;
  margin-left: auto;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #b9001f;
}
/* Ввод данных */
.woocommerce-checkout .woocommerce-checkout {
  max-width: 800px;
  padding: 15px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 35px auto;
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100%;
  float: none;
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 2px solid #6d031c;
}
.woocommerce-checkout .col2-set .col-2 {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 label {
  font-size: 20px;
}
.woocommerce-checkout form .form-row .required {
  color: #6d031c;
  font-size: 23px;
  line-height: 16px;
  font-weight: 300;
}
.woocommerce-checkout .woocommerce-billing-fields label .optional {
  display: none;
}
.woocommerce-checkout .col2-set .col-1 input.input-text {
  height: 34px;
  padding: 3px 10px;
  border: 1px solid #bebebe;
  border-radius: 4px;
}
.woocommerce-checkout .col2-set .col-1 textarea {
  height: 100px;
  padding: 8px 10px;
  border: 1px solid #bebebe;
  border-radius: 4px;
}
.woocommerce-checkout #order_review_heading {
  margin-bottom: 15px;
}
.woocommerce-checkout .shop_table .cart-subtotal {
  display: none;
}
.woocommerce-checkout .shop_table .order-total .woocommerce-Price-amount {
  color: #6d031c;
  font-family: "OpenSans";
  font-size: 22px;
  font-weight: 600;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p a {
  text-decoration: underline;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper p.validate-required {
  font-size: 18px;
  margin-bottom: 25px;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.alt {
  padding: 15px 25px;
  background-color: #6d031c;
  text-transform: uppercase;
  font-size: 17px;
  transition: 0.2s;
}
.woocommerce-checkout .woocommerce-checkout-payment .button.alt:hover {
  background-color: #b9001f;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  width: 100%;
}
.woocommerce-cart .woocommerce-info {
  margin-top: 35px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-top-color: #6d031c;
}
.woocommerce-cart .woocommerce-info::before {
  color: #6d031c;
}
.woocommerce-cart p.return-to-shop {
  margin-bottom: 30px;
}
.woocommerce-cart p.return-to-shop a.wc-backward {
  background-color: #afafaf;
  color: #fff;
  font-size: 18px;
}
.woocommerce-cart p.return-to-shop a.wc-backward:hover {
  background-color: #6d031c;
}
/* Заказа принят */
.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
  max-width: 1250px;
  padding: 15px 20px;
  padding-bottom: 1px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: 35px auto;
}
.woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "OpenSans";
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
@media only screen and (max-width: 800px) {
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .woocommerce ul.order_details li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 400px) {
  .woocommerce-checkout .woocommerce-checkout {
    padding: 5px;
  }
  .woocommerce-checkout .col2-set .col-1 label {
    font-size: 16px;
  }
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order {
    padding: 5px 7px;
  }
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 49%;
  }
  .woocommerce table.shop_table td {
    padding: 5px 4px;
  }
}

/* Слайдер на главной старнице */
.main-slider {
  overflow: hidden;
  background: #fff;
  border-bottom: 2px solid #d5d3d3;
}
.main-slider .row {
  position: relative;
  max-width: 1450px;
  background: #fff;
  margin: 0 auto;
}
.main-slider .slide-left-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.main-slider .slide-left-right button {
  width: 49%;
  padding: 4px 15px 2px 15px;
  background: #bbbbbb;
  border: 0;
  border-radius: 0;
  transition: 0.2s;
}
.main-slider .slide-left-right button:hover {
  background: #a7a7a7;
}
.main-slider .slide-left-right button span {
  display: inline-block;
  color: #fff;
  font-size: 34px;
  transition: 0.2s;
}
.main-slider .slide-left-right button.left:hover span {
  transform: translate(-5px, 0);
}
.main-slider .slide-left-right button.right:hover span {
  transform: translate(5px, 0);
}
.main-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.main-slider .slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.slide .left {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
.one-slide .left {
  width: 58%;
}
.slide .left img {
  max-height: 500px;
}
.one-slide .left img {
  max-height: 410px;
}
.slide .right {
  display: flex;
  align-items: center;
  width: 35%;
  height: 560px;
  padding: 40px 60px 85px 60px;
  background: #f2f2f2;
}
.one-slide .right {
  width: 42%;
  height: 470px;
}
.slide .right p.title {
  font-family: "Oswald";
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0;
}
.slide .right p.desc {
  position: relative;
  padding-top: 40px;
  font-size: 20px;
  margin: 40px 0;
}
.slide .right p.desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 3px;
}
.slide .right a {
  width: 280px;
  padding: 8px 20px;
  text-align: center;
  color: #fff;
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .main-slider .slide-left-right button {
    padding: 3px 8px 0px 8px;
  }
  .main-slider .slide-left-right button span {
    font-size: 28px;
  }
  .slide .left {
    padding: 20px 0;
  }
  .slide .left img {
    max-height: 400px;
  }
  .slide .right {
    height: 440px;
    padding: 30px 40px 63px 40px;
  }
  .slide .right p.title {
    font-size: 40px;
  }
  .slide .right p.desc {
    padding-top: 25px;
    font-size: 18px;
    margin: 25px 0;
  }
  .slide .right a {
    width: 240px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1020px) {
  .main-slider .slide {
    flex-wrap: wrap;
  }
  .slide .left {
    width: 100%;
    height: 360px;
    padding: 10px 0;
    padding-bottom: 0;
  }
  .slide .left img {
    max-height: 350px;
  }
  .slide .right {
    display: block;
    width: 100%;
    height: 210px;
    padding: 20px;
    background: transparent;
  }
  .one-slide .right {
    height: auto;
  }
  .slide .right p.title {
    text-align: center;
    font-size: 34px;
  }
  .slide .right p.desc {
    padding: 0;
    margin: 10px 0 15px 0;
  }
  .one-slide .right p.desc {
    text-align: center;
    margin: 17px 0 22px 0;
  }
  .slide .right p.desc:before {
    height: 0;
  }
  .slide .right a {
    width: 200px;
    padding: 6px 20px;
    font-size: 18px;
  }
  .one-slide .right a {
    display: block;
    width: 240px;
    padding: 8px 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 500px) {
  .main-slider {
    border-bottom: 0;
  }
  .main-slider .slide-left-right {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .main-slider .slide-left-right button {
    width: 49%;
    background: #bbbbbb;
  }
  .main-slider .slide-left-right button:hover {
    background: #9d9d9d;
  }
  .main-slider .slide-left-right button span {
    padding-top: 2px;
    font-size: 32px;
    color: #fff;
  }
  .slide .right {
    height: 175px;
  }
  .one-slide .right {
    height: auto;
  }
  .slide .right p.desc {
    display: none;
  }
  .one-slide .right p.desc {
    display: block;
  }
  .slide .right a {
    display: block;
    width: 220px;
    padding: 6px 15px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
  }
  .one-slide .right a {
    width: 240px;
    padding: 8px 20px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .slide .left {
    height: 280px;
  }
  .slide .left img {
    max-height: 270px;
  }
  .slide .right p.title {
    font-size: 28px;
  }
  .one-slide .right p.desc {
    font-size: 16px;
  }
}

/* Слайдер на главной старнице */
.main-slider-carousel {
  max-width: 1250px;
  margin: 0 auto;
}
.main-slider-carousel .img-area {
  position: relative;
}
.main-slider-carousel a.slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Главная страница, товары */
.main-page-products {
  padding: 0 15px 60px 15px;
}
.main-page-products .row {
  max-width: 1450px;
}
.main-page-products1 .row {
  max-width: 1250px;
}
.main-page-products h2.title-border {
  margin-top: 60px;
  margin-bottom: 40px;
}
.main-page-products .all-catalog {
  padding: 10px 12px;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 0;
}
.main-page-products .all-catalog a {
  color: #000;
  font-size: 20px;
  font-weight: 400;
}
.main-page-products .all-catalog a:hover {
  text-decoration: underline;
}
.main-page-products .all-catalog a i {
  display: inline-block;
  transition: 0.2s;
}
.main-page-products .all-catalog a:hover i {
  transform: translate(4px, 0);
}
@media only screen and (max-width: 450px) {
  .main-page-products .all-catalog a {
    font-size: 17px;
  }
}

/* Главная, текст */
.main-page-text .woocommerce {
  padding: 0 15px;
}
.main-page-text .woocommerce ul.products {
  max-width: 1250px;
  margin: 0 auto 50px auto;
}
.main-page-text h1.title-border {
  max-width: 1250px;
  margin: 0 auto;
  margin-bottom: 35px;
}
@media only screen and (max-width: 600px) {
  .main-page-text .woocommerce ul.products {
    max-width: 450px;
  }
}

/* Главная, преимущества */
.benefits-block {
  padding: 0 6px;
  margin: 6px 0 22px 0;
}
.benefits-block .columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}
.benefits-block .columns .col {
  padding: 25px 10px;
  background: #ebebeb;
  text-align: center;
}
.benefits-block .col span {
  display: inline-block;
  color: #6d031c;
  font-size: 60px;
  margin-bottom: 8px;
}
.benefits-block .col p {
  font-family: "Oswald";
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 0;
}
@media only screen and (max-width: 620px) {
  .benefits-block .columns .col {
    padding: 10px 6px 12px 6px;
  }
  .benefits-block .col p {
    font-size: 22px;
    line-height: 1.1;
  }
  .benefits-block .col span {
    font-size: 40px;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 450px) {
  .benefits-block .col p {
    font-size: 16px;
    font-weight: 300;
  }
}

/**************** Информаионные страницы ****************/
/* Информаионные страницы */
.information-page {
  min-height: calc(100vh - 374px);
  padding: 0 25px;
}
.information-page .row {
  padding: 50px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
  margin: 50px auto;
}
.information-page h1 {
  position: relative;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 2px solid #d5d3d3;
  margin-bottom: 40px;
}
.information-page h1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 33%;
  height: 2px;
}
.information-page .wp-video {
  max-width: 800px;
  margin-bottom: 20px;
}
.information-page .post img {
  height: auto;
}
.information-page .gallery {
  display: grid;
  gap: 1em;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.page-id-1891 .information-page .gallery {
  gap: 2em;
}
.information-page .entry .gallery:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.information-page .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.information-page .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.information-page .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.information-page .gallery-item img {
  width: auto;
  height: auto;
  transition: 0.65s;
}
.information-page .gallery-item a {
  overflow: hidden;
  display: block;
  text-align: center;
}
.page-id-1891 .information-page .gallery-item a {
  overflow: visible;
}
.information-page .gallery-item a:hover img {
  transform: scale(1.06);
}
@media only screen and (max-width: 1200px) {
  .information-page {
    padding: 0;
  }
  .information-page .row {
    margin: 0;
  }
  .information-page .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .information-page .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .information-page .gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .information-page .row {
    padding: 30px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .entry img.alignright,
  .entry img.alignleft {
    display: block;
    max-width: 100%;
    float: none;
    margin: 15px 0;
  }
  .information-page .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .information-page .gallery-columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .information-page .row {
    padding: 20px 15px 10px 15px;
  }
}

/* Блок "Сам себе дизайнер */
.designer-first-block {
  background: url(/wp-content/uploads/2022/06/fon-1.jpg) no-repeat center / cover;
  margin: -50px -50px 40px -50px;
  overflow: hidden;
}
.designer-first-block .designer-bg-color {
  max-width: 60%;
  padding: 110px 30px 110px 80px;
  background-image: linear-gradient(to top, rgba(223, 233, 243, 0.4) 0%, rgba(255, 255, 255, 0.7) 100%);
  margin-left: -35px;
  transform: skew(-10deg, 0deg);
}
.designer-first-block .designer-transform {
  transform: skew(10deg, 0deg);
}
.designer-first-block h1 {
  margin-bottom: 35px;
}
.designer-first-block h2 {
  font-size: 28px;
}
@media only screen and (max-width: 1020px) {
  .designer-first-block .designer-bg-color {
    max-width: 100%;
    padding: 40px 30px;
    background-image: linear-gradient(110deg, rgba(223, 233, 243, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    margin-left: 0;
    transform: skew(0deg, 0deg);
  }
  .designer-first-block .designer-transform {
    transform: skew(0deg, 0deg);
  }
}
@media only screen and (max-width: 800px) {
  .designer-first-block {
    margin: -30px -30px 40px -30px;
  }
}
@media only screen and (max-width: 600px) {
  .designer-first-block h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .designer-first-block {
    margin: -20px -15px 20px -15px;
    background-position: 70% center;
  }
  .designer-first-block .designer-bg-color {
    padding: 23px 20px;
  }
  .information-page h1 {
    border-bottom: 0;
    margin-bottom: 8px;
  }
}

/* Страница контактов */
.contact-title {
  padding: 40px 10px 0 10px;
}
.contact-title h1 {
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 0;
}
.contact-block {
  padding: 50px 10px 70px 10px;
}
.contact-block .columns {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
}
.contact-block .columns .col.left {
  width: 33%;
  background-color: #fff;
  padding: 10px 20px;
}
.contact-block .columns .col.right {
  width: 67%;
}
.contact-block .columns .col.left p {
  font-size: 18px;
  line-height: 28px;
  padding: 25px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
.contact-block .columns .col.left p:last-of-type {
  border-bottom-width: 0;
}
.contact-block .columns .col.left a.icon i {
  color: #323550;
  font-size: 24px;
}
.contact-block .columns .col.left a.whatsapp i {
  color: #26c24a;
}
.contact-block .columns .col.left a.viber i {
  color: #644fec;
}
.contact-block .columns .col.left a.phone {
  font-size: 20px;
}
@media only screen and (max-width: 1020px) {
  .contact-title {
    padding-top: 20px;
  }
  .contact-title h1 {
    font-size: 55px;
  }
  .contact-block {
    padding: 28px 10px 40px 10px;
  }
  .contact-block .columns .col.left {
    width: 100%;
    padding: 5px 20px;
  }
  .contact-block .columns .col.right {
    width: 100%;
  }
  .contact-block .columns .col.left p {
    font-size: 16px;
    line-height: 24px;
    padding: 14px 0;
  }
}
@media only screen and (max-width: 600px) {
  .contact-title h1 {
    font-size: 42px;
  }
}

/******************* footer *******************/
footer {
  position: relative;
  background: #283539;
}
.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
  width: calc(100% - 30px);
  padding: 30px 0;
}
.logo-footer .wp-block-image {
  margin: 0;
}
.logo-footer a {
  font-family: "Oswald";
  font-size: 52px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
}
.footer-menu ul {
  width: max-content;
  margin: 0 auto;
}
.footer-menu ul li a {
  color: #fff;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer-social {
  width: max-content;
  margin: 0 auto;
}
.footer-social p {
  font-size: 18px;
  color: rgb(216, 216, 216);
  margin-bottom: 0;
}
.footer-social p:last-of-type {
  margin-top: 10px;
}
.footer-social > i {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin-right: 6px;
}
.footer-social a {
  color: #fff;
  font-size: 20px;
  margin-right: 3px;
}
.footer-contact p {
  text-align: right;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-contact p:last-of-type {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-contact p span {
  font-size: 20px;
  color: rgb(209, 209, 209);
}
.footer-contact p a {
  font-size: 18px;
  color: #fff;
}
.footer-contact p i {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
}

/* copyright */
.footer-copyright {
  padding: 8px 15px;
  background: #202a2d;
}
.footer-copyright p {
  max-width: 1250px;
  color: #d9d9d9;
  margin: 0 auto;
}
.footer-copyright p a {
  color: #d9d9d9;
  text-decoration: underline;
}
.footer-copyright p a:hover {
  color: #fff;
}
@media only screen and (max-width: 1020px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .logo-footer {
    grid-column: 1/3;
    text-align: center;
  }
  .footer-menu ul,
  .footer-social {
    width: 100%;
    margin: 0;
  }
  .footer-menu ul li {
    text-align: right;
    margin-bottom: 4px;
  }
  .footer-contact {
    grid-column: 1/3;
  }
  .footer-contact p {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .logo-footer,
  .footer-contact {
    grid-column: 1/2;
  }
  .footer-menu ul li {
    text-align: center;
  }
  .footer-social {
    text-align: center;
  }
  .footer-copyright p,
  .footer-copyright p a {
    font-size: 14px;
  }
}
