@charset "utf-8";

@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;
}

/*общие стили*/
* {
  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: #f54d15;
}
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-weight: 600;
  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: 1200px;
  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: #f54d15;
}
#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;
}

/******************* Lightbox *******************/
/* 
js: lightbox.min.js
css: lightbox.min.css
images: basic-child/images
Настройки: main.js
Список возможных настроек: https://lokeshdhakar.com/projects/lightbox2/#options
 */
.lightbox div .lb-image {
  border-radius: 0;
  border-width: 0;
}
.lightbox .lb-cancel {
  background: url("/wp-content/uploads/2022/01/loading.gif") no-repeat;
}
.lightbox .lb-data .lb-close {
  background: url("/wp-content/uploads/2022/01/close.png") top right no-repeat;
}
.lightbox .lb-nav a.lb-prev {
  background: url("/wp-content/uploads/2022/01/prev.png") left 48% no-repeat;
  background-size: 0;
}
.lightbox .lb-nav a.lb-next {
  background: url("/wp-content/uploads/2022/01/next.png") right 48% no-repeat;
  background-size: 0;
}
.lightbox .lb-nav a.lb-prev,
.lightbox .lb-nav a.lb-next {
  position: absolute;
  opacity: 1;
  width: 33px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.lightbox .lb-nav a.lb-prev:after {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.lightbox .lb-nav a.lb-next:after {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
}
.lightbox .lb-nav a.lb-prev:after,
.lightbox .lb-nav a.lb-next:after {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 28px;
  line-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  transition: 0.2s;
}
.lightbox .lb-nav a.lb-prev:hover:after,
.lightbox .lb-nav a.lb-next:hover:after {
  background-color: rgba(0, 0, 0, 1);
}
.lightbox .lb-data .lb-caption {
  font-family: "OpenSans";
  font-weight: 600;
  font-size: 22px;
}

/* ==========================================================================
 *  Формы заказа 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: #f54d15;
  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: #f54d15;
}
.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: #f54d15;
  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: #1d5ba4;
  border-width: 0;
  transition: 0.2s;
}
.wpcf7 p.btn-form .wpcf7-submit:hover {
  background-color: #f54d15;
}
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: 480px;
  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: #f54d15;
}
.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 65px;
  border: 2px solid #f54d15;
  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: #f54d15;
  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 #f54d15;
  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: #f54d15;
  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: #f54d15;
  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: #f54d15;
  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);
  }
}

/* ==========================================================================
 *  Цепочка навигации
 * ========================================================================== */
.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: #f54d15;
}
.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) {
  .topnav.fixed-nav {
    position: relative;
  }
  .secondary-header.fixed-nav-margin-header {
    margin-bottom: 0px;
  }
}

/* secondary header */
.secondary-header {
  padding: 0 10px;
  background: #fff;
}
.secondary-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secondary-header .row > div {
  width: 33.33%;
}
.secondary-header .logo {
  padding: 6px 0;
}
.secondary-header .phone {
  text-align: center;
}
.secondary-header .phone i {
  font-size: 22px;
  color: #555;
}
.secondary-header .phone a {
  font-size: 26px;
  font-weight: 400;
  color: #000;
  line-height: 1.2;
}
.secondary-header .social {
  text-align: right;
}
.secondary-header .social a.icon {
  position: relative;
  display: inline-block;
  padding: 6px;
  border-radius: 50%;
  margin-left: 3px;
  z-index: 1;
}
.secondary-header .social a.telegram {
  padding-right: 9px;
}
.secondary-header .social a.icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transform: translate(-50%, -53%);
  transition: 0.2s;
  z-index: -1;
}
.secondary-header .social a.vk:before {
  background: #0077FF;
}
.secondary-header .social a.instagram:before {
  background: linear-gradient(45deg, #f3aa52 0%, #da3660 47%, #9436bc 100%);
}
.secondary-header .social a.whatsapp:before {
  background: #2ac44d;
}
.secondary-header .social a.telegram:before {
  background: #28a0dc;
}
.secondary-header .social a.viber:before {
  background: #7360f2;
}
.secondary-header .social a i {
  color: #fff;
  font-size: 22px;
}
@media only screen and (max-width: 1020px) {
  .secondary-header .row .phone {
    display: none;
  }
  .secondary-header .row > div {
    width: auto;
  }
}
@media only screen and (max-width: 450px) {
  .secondary-header .logo img {
    max-height: 42px;
  }
}
@media only screen and (max-width: 400px) {
  .secondary-header .social a.icon {
    padding: 5px;
  }
  .secondary-header .social a.telegram {
    padding-right: 6px;
  }
  .secondary-header .social a.icon:before {
    width: 32px;
    height: 32px;
  }
  .secondary-header .social a i {
    color: #fff;
    font-size: 19px;
  }
}
@media only screen and (max-width: 360px) {
  .secondary-header .logo img {
    max-height: 40px;
  }
}

/* меню и корзина */
.topnav {
  position: relative;
  padding: 0 10px;
  background: #1d5ba4;
  z-index: 99;
}
.topnav .phone {
  display: none;
}
.topnav nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topnav nav .menu-main-menu-container {
  width: 100%;
}
.topnav ul.menu {
  display: flex;
}
.topnav li.menu-item a {
  position: relative;
  display: block;
  padding: 8px 25px;
  font-size: 18px;
  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: 25px;
}
.topnav ul.menu > li.menu-item.catalog > a {
  background: #f54d15;
  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: #333;
  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;
  color: #000;
  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: 1020px) {
  .wrapper {
    overflow: hidden;
  }
  .topnav {
    padding: 10px;
  }
  .topnav .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topnav .phone {
    display: block;
  }
  .topnav .phone i {
    color: #fff;
    font-size: 18px;
  }
  .topnav .phone a {
    color: #fff;
    font-size: 20px;
  }
  /* Бургер меню */
  .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 .menu-main-menu-container {
    width: auto;
  }
  .topnav nav ul.menu {
    position: absolute;
    display: block;
    top: 48px;
    left: 100%;
    width: 100%;
    background: #e0e6eb;
    border-top: 2px solid #899097;
    border-bottom: 2px solid #c5cdd5;
    transition: all 0.5s ease;
  }
  .topnav nav.mobile-menu-active ul.menu {
    left: 0%;
  }
  .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 #c9ced3;
  }
  .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: #f54d15;
    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;
  }
}

/* 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;
  }
}
.title-border1,
.information-page .entry h1 {
  position: relative;
  padding-bottom: 15px;
  text-align: left;
  border-bottom: 2px solid #dedede;
  margin-bottom: 40px;
}
.title-border1:before,
.information-page .entry h1:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 33%;
  height: 2px;
  background-color: #1d5ba4;
}
.information-page .entry h1:before {
  width: 42%;
}
@media only screen and (max-width: 800px) {
  .title-border1,
  .information-page .entry h1 {
    margin-bottom: 25px;
  }
}

/* ==========================================================================
 * 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%;
  margin: 25px 0 50px;
}
.sidebar-n-catalog .catalog-categories-n-products h1 {
  margin-bottom: 35px;
}
.single-product .related {
  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: 992px) {
  .single-product .related {
    padding: 0 15px;
  }
}

/***************************** Сайдбар ******************************/
.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: #f54d15;
  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: #f54d15;
}
.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;
  }
}

/***************************** Категории ******************************/
.catalog-categories ul.products {
  display: flex;
  flex-wrap: wrap;
  /* grid-template-columns: 1fr 1fr 1fr;
  gap: 2em; */
  margin-bottom: 0;
}
.catalog-categories ul.products li.product-category {
  width: calc(33.33% - 17px) !important;
  padding-bottom: 0;
  margin: 0 25px 25px 0 !important;
}
.catalog-categories ul.products li.product-category:nth-of-type(3n) {
  margin-right: 0 !important;
}
.catalog-categories ul.products li.product-category:nth-of-type(4),
.catalog-categories ul.products li.product-category:nth-of-type(5) {
  flex-grow: 1
}
.catalog-categories ul.products li.product-category:last-of-type {
  margin-bottom: 40px !important;
  margin-right: 0 !important;
}
.catalog-categories ul.products li.product-category a {
  display: block;
  padding-top: 40px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.32);
}
.catalog-categories ul.products li.product-category a img {
  max-width: 90%;
  width: auto;
  max-height: 150px;
  margin: 0 auto;
  margin-bottom: 40px;
  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 {
  display: block;
  text-align: center;
  background: #7c7c7c;
  font-family: "Oswald";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 3px 7px 5px 7px;
  transition: 0.2s;
}
.catalog-categories ul.products li.product-category a:hover h3 {
  background: #1d5ba4;
}
.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: 1020px) {
  .sidebar-n-catalog .catalog-categories-n-products {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 800px) {
  .catalog-categories ul.products li.product-category h3 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 650px) {
  .catalog-categories ul.products {
    max-width: 400px;
    margin: 0 auto;
  }
  .catalog-categories ul.products li.product-category {
    width: 100% !important;
    margin: 0 auto 25px auto !important;
    flex-grow: 0;
  }
}
@media only screen and (max-width: 550px) {
  .catalog-categories-n-products .term-description {
    padding: 20px;
  }
}

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

/* сортировка товаров */
.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/01/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-start;
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 550px) {
  .woocommerce .woocommerce-ordering {
    max-width: 320px;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-ordering span {
    font-size: 16px;
  }
}

/* Карточки товаров в каталоге и похожих товаров */
.catalog-products ul.products,
.related ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 1.6em;
  column-gap: 1.2em;
  margin-bottom: 0;
}
.catalog-products ul.products li.product,
.related ul.products li.product {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
  width: 100% !important;
  float: none !important;
  clear: initial !important;
  margin: 0 auto !important;
  transition: 0.2s;
}
.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 .li-product-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 260px;
  overflow: hidden;
}
ul.products li.product a .li-product-image img {
  max-height: 260px;
  width: auto;
  margin-bottom: 0;
}
ul.products li.product h3.product-title {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 12px 15px 5px 15px;
}
ul.products li.product a:hover h3.product-title {
  text-decoration: underline;
}
ul.products li.product.type-product .price {
  margin: 15px;
  margin-top: 0;
}
ul.products li.product .price > .amount {
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 300;
  color: #333;
}
ul.products li.product a.button-product-more {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 900;
  background: #1d5ba4;
  padding: 8px 10px;
  border: 0;
  text-transform: uppercase;
}
ul.products li.product a.button-product-more:hover {
  background: #004491;
  color: #fff;
}
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: 800px) {
  .catalog-products ul.products,
  .related ul.products {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 550px) {
  .catalog-products ul.products,
  .related ul.products {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

/* цена со скидкой и иконка % в углу (в каталоге и внутри карточек) */
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: 0.65;
  color: #000;
  font-family: "Oswald";
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  margin-right: 5px;
}
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: 2px;
  background: #5a5a5a;
}
ul.products li.product.type-product .price ins,
.single-product .product.type-product .price ins {
  text-decoration: inherit;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 300;
  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;
}
.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: #f54d15;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #f54d15;
  color: #fff;
}

/* нет в наличии */
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: 1200px;
  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 .woo-variation-product-gallery {
  float: none;
}
.woo-variation-product-gallery .woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger .dashicons-search:before {
  content: "";
}
.woo-variation-product-gallery .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow,
.woo-variation-product-gallery .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  z-index: 999;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow:before,
.woo-variation-gallery-wrapper .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow:before {
  font-size: 25px;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-slider .wvg-single-gallery-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 370px;
}
.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
  width: auto;
  max-height: 370px;
}
.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
  display: flex;
  flex-wrap: wrap;
}
.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  opacity: 0.5;
  border: 1px solid #ccc;
}
.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image.current-thumbnail {
  opacity: 1;
  border: 1px solid #a6a6a6;
}
.single-product .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider .wvg-gallery-thumbnail-image img {
  max-height: 140px;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .single-product .woo-variation-product-gallery {
    margin: 0 auto 30px auto;
  }
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider .wvg-single-gallery-image-container {
    height: 380px;
  }
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    max-height: 380px;
  }
}
@media only screen and (max-width: 600px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider .wvg-single-gallery-image-container {
    height: 320px;
  }
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    max-height: 320px;
  }
}
@media only screen and (max-width: 450px) {
  .woo-variation-gallery-wrapper .woo-variation-gallery-slider .wvg-single-gallery-image-container {
    height: 290px;
  }
  .single-product .woo-variation-gallery-wrapper .woo-variation-gallery-slider img {
    max-height: 290px;
  }
}
/* правая колонка в карточке (заголовок и цена) */
.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;
}
.postid-1551.single-product.woocommerce div.product p.price:before {
  content: 'от ';
}
.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;
  align-items: center;
}
.single-product.woocommerce div.product form.cart {
  /* border-bottom: 1px solid #dedede;
  padding-bottom: 30px; */
  margin-bottom: 0;
}
/* количество (+-) и кнопка добавить в корзину */
.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-color: #f54d15;
  overflow: hidden;
  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-color: #b9001f;
}
.single-product.woocommerce div.product .single_variation_wrap {
  width: 100%;
}
.single-product.woocommerce div.product .woocommerce-variation-add-to-cart {
  margin-top: 15px;
}
.single-product a.buy-one-click {
  background: #1d5ba4;
  font-weight: 400;
  margin-bottom: 30px;
  overflow: hidden;
}
.single-product a.buy-one-click:hover {
  background: #f54d15;
  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: 1200px;
  width: calc(100% - 30px);
  margin: 30px auto 0 auto;
  background-color: #fff;
  font-family: "OpenSans";
  font-size: 18px;
  border-top-color: #8fa4b5;
  box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.25);
}
.woocommerce-message:before {
  color: #f54d15;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  float: right;
  color: #fff;
  font-size: 17px;
}
.woocommerce-notices-wrapper .woocommerce-message .wc-forward:hover {
  color: #fff;
  background: #b9001f;
}
@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: 500px;
  margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations td.label label {
  font-family: "OpenSans";
  font-size: 17px;
  padding-top: 8px;
}
.woocommerce div.product form.cart .variations th {
  display: block;
  text-align: left;
}
.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-border1 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
table.specifications {
  width: 100%;
  margin-bottom: 30px;
}
table.specifications tr td {
  width: 50%;
  padding: 10px 0 3px 0;
}
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: 0 0 22px 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: 1200px;
  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: 1200px;
  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: 1200px;
  width: calc(100% - 30px);
  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: #f54d15 !important;
}
.woocommerce table.shop_table a.remove:hover {
  color: #fff !important;
  background: #f54d15;
}
.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: #f54d15;
  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 #f54d15;
}
.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: #f54d15;
  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 #order_review_heading {
  margin-bottom: 15px;
}
.woocommerce-checkout .shop_table .order-total .woocommerce-Price-amount {
  color: #f54d15;
  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: #f54d15;
  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: #f54d15;
}
.woocommerce-cart .woocommerce-info::before {
  color: #f54d15;
}
.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: #f54d15;
}
/* Заказа принят */
.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
  max-width: 1200px;
  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-page-categories {
  padding: 45px 15px 0 15px;
}
.main-page-categories h1 {
  text-align: center;
  margin-bottom: 45px;
}
.main-page-categories.catalog-categories ul.products li.product-category:last-of-type {
  margin-bottom: 0 !important;
}
.rental-n-accessories {
  padding: 0 15px;
  margin-bottom: 40px;
}
.rental-n-accessories .columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.rental-n-accessories a {
  display: block;
  padding-top: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.32);
}
.rental-n-accessories a img {
  max-width: 90%;
  width: auto;
  max-height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: 0.5s;
}
.rental-n-accessories a:hover img {
  transform: scale3d(1.06, 1.06, 1);
}
.rental-n-accessories a span {
  display: block;
  text-align: center;
  background: #7c7c7c;
  font-family: "Oswald";
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  padding: 3px 15px 5px 15px;
  transition: 0.2s;
}
.rental-n-accessories a:hover span {
  background: #1d5ba4;
}
@media only screen and (max-width: 800px) {
  .main-page-categories {
    padding: 24px 15px 16px 15px;
  }
  .main-page-categories h1 {
    margin-bottom: 30px;
  }
  .rental-n-accessories .columns {
    gap: 1em;
  }
}
@media only screen and (max-width: 650px) {
  .rental-n-accessories .columns {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Главная страница, товары */
.main-page-products {
  padding: 0 15px 60px 15px;
}
.main-page-products .row {
  max-width: 1450px;
}
.main-page-products h2.title-border {
  margin-top: 60px;
  margin-bottom: 40px;
}
.main-page-products .all-catalog {
  padding: 10px 12px;
  background: #ececec;
  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 {
  color: #f54d15;
  transform: translate(4px, 0);
}
@media only screen and (max-width: 450px) {
  .main-page-products .all-catalog a {
    font-size: 17px;
  }
}

/* Информаионные страницы */
.information-page {
  min-height: calc(100vh - 374px);
}
.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 .wp-video {
  max-width: 800px;
  margin-bottom: 20px;
}
.information-page .wp-block-table {
  overflow: visible;
}
.information-page .wp-block-column p {
  padding: 5px 12px;
  background: #1d5ba4;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.information-page table tr td {
  padding: 10px 12px;
  border: 1px solid #dedede;
}
.information-page table tr:nth-of-type(2n) {
  background: #f5f5f5;
}
.information-page .wp-block-separator {
  margin: 30px 0;
}
.gallery-title {
  padding: 0 15px;
}
.gallery-title h2 {
  margin-bottom: 40px;
}
.entry .gallery {
  display: grid;
  gap: 1em;
  max-width: 1200px;
  padding-bottom: 60px;
  border-bottom: 1px solid #dedede;
  margin: 0 auto 30px auto;
}
.entry .gallery:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}
.entry .gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.entry .gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.entry .gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.entry .gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
  gap: 0.3em;
}
.entry .gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
  gap: 0.3em;
}
.entry .gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
  gap: 0.3em;
}
.entry .gallery-item a {
  position: relative;
  overflow: hidden;
  display: block;
}
.entry .gallery-item a img {
  position: absolute;
  transform: scale(1) translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: auto;
  transition: 0.65s;
}
.entry .gallery-item a:hover img {
  transform: scale(1.06) translate(-47%, -47%);
}
.entry .gallery-item a:after {
  content: "";
  padding-top: 75%;
  display: block;
}
.page-id-1282 .information-page .row {
  padding-bottom: 0;
}
.page-id-1282 .entry .gallery {
  border: 0;
  margin-bottom: 0;
}
.accessories-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
  background: #ebebeb;
  margin: 0 -50px;
}
.accessories-form p {
  text-align: center;
  font-size: 26px;
  margin-bottom: 0;
}
.accessories-form p.left-col {
  width: calc(100% - 250px);
}
.accessories-form p.right-col {
  width: 250px;
}
.accessories-form p.right-col .phone {
  font-size: 26px;
  font-weight: 400;
}
.accessories-form p.right-col .is-blicked {
  padding: 9px 22px;
  background: #1d5ba4;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.accessories-form p.right-col .is-blicked:hover {
  background: #f54d15;
}
@media only screen and (max-width: 1200px) {
  .information-page .row {
    margin: 0;
  }
  .page-id-2 .entry .gallery {
    padding: 0 15px 40px 15px;
  }
}
@media only screen and (max-width: 1020px) {
  .entry .gallery-columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry .gallery-columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry .gallery-columns-6 {
    grid-template-columns: repeat(4, 1fr);
  }
  .entry .gallery-columns-7 {
    grid-template-columns: repeat(4, 1fr);
  }
  .entry .gallery-columns-8 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (max-width: 800px) {
  .information-page .row {
    padding: 30px;
    margin: 0;
  }
  .entry .gallery-columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry .gallery-columns-8 {
    grid-template-columns: repeat(5, 1fr);
  }
  .accessories-form p.left-col,
  .accessories-form p.right-col {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .accessories-form p.right-col br {
    display: none;
  }
  .accessories-form p.right-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
  .accessories-form p.right-col a.phone {
    display: inline-block;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .information-page .row {
    padding: 25px 15px;
    margin: 0;
  }
  .entry .gallery-columns-5 {
    grid-template-columns: repeat(2, 1fr);
  }
  .entry .gallery-columns-6 {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry .gallery-columns-7 {
    grid-template-columns: repeat(3, 1fr);
  }
  .entry .gallery-columns-8 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .gallery-title h2 {
    margin-bottom: 30px;
  }
  .accessories-form p.left-col {
    font-size: 20px;
  }
  .accessories-form p.right-col,
  .accessories-form p.right-col br {
    display: block;
  }
  .accessories-form p.right-col a.phone {
    margin-right: 0;
  }
}

/* Страница контактов */
.contact-page {
  padding: 30px 15px 60px 15px;
}
.contact-columns {
  display: flex;
  flex-wrap: wrap;
}
.contact-columns .left-col {
  width: 33%;
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.2);
}
.contact-columns .left-col p {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #dedede;
}
.contact-columns .left-col p a {
  color: #000;
}
.contact-columns .left-col p:last-of-type {
  border-bottom-width: 0;
}
.contact-columns .left-col p > i {
  color: #69717a;
}
.contact-columns.social {
  text-align: right;
}
.contact-columns .social a.icon {
  position: relative;
  display: inline-block;
  padding: 8px;
  border-radius: 50%;
  margin-right: 8px;
  z-index: 1;
}
.contact-columns .social a.icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transform: translate(-50%, -53%);
  transition: 0.2s;
  z-index: -1;
}
.contact-columns .social a.vk:before {
  background: #0077FF;
}
.contact-columns .social a.instagram:before {
  background: linear-gradient(45deg, #f3aa52 0%, #da3660 47%, #9436bc 100%);
}
.contact-columns .social a.whatsapp:before {
  background: #2ac44d;
}
.contact-columns .social a.telegram:before {
  background: #28a0dc;
}
.contact-columns .social a.viber:before {
  background: #7360f2;
}
.contact-columns .social a i {
  color: #fff;
  font-size: 20px;
}
.contact-columns .right-col {
  width: 67%;
}
@media only screen and (max-width: 1020px) {
  .contact-columns .left-col {
    width: 100%;
  }
  .contact-columns .right-col {
    width: 100%;
    display: flex;
    align-items: center;
    max-height: 370px;
    overflow: hidden;
  }
}

/******************* footer *******************/
footer {
  position: relative;
  background: #69717a;
}
.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
  width: calc(100% - 30px);
  padding: 42px 0 28px 0;
}
.footer-menu ul.menu {
  max-width: max-content;
  margin: 0 auto;
}
.footer-menu ul.menu li {
  margin-bottom: 3px;
}
.footer-menu ul.menu li:last-of-type {
  margin-bottom: 0;
}
.footer-menu ul.menu li a {
  color: #fff;
  font-size: 16px;
}
.footer-menu ul.menu li a:hover {
  text-decoration: underline;
}
.footer-contact p {
  text-align: right;
  margin-bottom: 8px;
}
.footer-contact p.phone a {
  color: #fff;
  font-size: 24px;
}
.footer-contact p.phone i {
  color: #fff;
  font-size: 21px;
}
.footer-contact p.messenger-social-block {
  margin-bottom: 0;
}
.footer-contact p.messenger-social-block a {
  display: inline-block;
  color: #fff;
  font-size: 35px;
  margin-right: 8px;
}
.footer-contact p.consultation {
  margin-bottom: 0;
}
.footer-contact .consultation a {
  padding: 8px 34px;
  color: #fff;
  font-weight: 400;
  border-color: #fff;
}
.footer-contact .consultation a:hover {
  color: #1d5ba4;
}
.footer-contact .consultation a.btn-hover-left:before {
  background: #fff;
}
/* copyright */
.footer-copyright {
  padding: 8px 15px;
  background: #4f555c;
}
.footer-copyright p {
  max-width: 1200px;
  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: 800px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
  .footer-menu ul.menu {
    margin: 0;
  }
  .footer-menu2 {
    order: 1;
  }
  .footer-contact p {
    text-align: left;
  }
  .footer-contact p.messenger-social-block a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .logo-footer {
    text-align: center;
  }
  .footer-menu ul.menu {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
  }
  .footer-menu2 {
    order: inherit;
  }
  .footer-contact {
    width: max-content;
    margin: 0 auto;
  }
}
