/*
Theme Name: frankof
Version: 2.0
Author: Easyd
Author URI: https://easyd.pro/
*/

@media (max-width: 1044px) {
  .menu-desctop-first {
    display: none !important;
  }
}
@media (min-width: 1045px) {
  .menu-desctop-first-mob {
    display: none !important;
  }
}

.preloader {
  display: none;
}

img.img_logo.lazyloaded {
  width: 110%;
}

.fas,
.far {
  font-size: 25px !important;
  color: #303030;
}

.preloader.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}

.preloader img {
  max-width: 250px;
}

.lg-img-wrap {
  padding: 5.5% 20px !important;
}

.lg-img-wrap img {
  padding: 15px;
  background: white;
}

/* Add Fonts ------------------------------------------------- */

@font-face {
  font-family: Roboto;
  src: url(./fonts/Roboto/Roboto-Light.ttf);
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(./fonts/Roboto/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(./fonts/Roboto/Roboto-Bold.ttf);
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url(./fonts/Roboto/Roboto-Black.ttf);
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "frankof";
  src: url("./fonts/Frankof/frankof.eot?92039138");
  src: url("./fonts/Frankof/frankof.eot?92039138#iefix")
      format("embedded-opentype"),
    url("./fonts/Frankof/frankof.woff2?92039138") format("woff2"),
    url("./fonts/Frankof/frankof.woff?92039138") format("woff"),
    url("./fonts/Frankof/frankof.ttf?92039138") format("truetype"),
    url("./fonts/Frankof/frankof.svg?92039138#frankof") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.more-info:before,
header nav > ul > li.menu-item-has-children a::after,
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "frankof";
  font-style: normal;
  display: block;
}

.icon-bloginstagram:before {
  content: "\e800";
}

/* '' */

.icon-arrow:before {
  content: "\e801";
}

/* '' */

.icon-search:before {
  content: "\e802";
}

/* '' */

.icon-heart:before {
  content: "\e803";
}

/* '' */

.icon-user:before {
  content: "\e804";
}

/* '' */

.icon-facebook:before {
  content: "\e805";
}

/* '' */

.icon-instagram:before {
  content: "\e806";
}

/* '' */

.icon-pinterest:before {
  content: "\e807";
}

/* '' */

.icon-twitter:before {
  content: "\e808";
}

/* '' */

.icon-menudown:before {
  content: "\e809";
}

/* '' */

.icon-navleft:before {
  content: "\e80a";
}

/* '' */

.icon-navright:before {
  content: "\e80b";
}

/* '' */

.icon-starfull:before {
  content: "\e80c";
}

/* '' */

.icon-starhalf:before {
  content: "\e80d";
}

/* '' */

.icon-star:before {
  content: "\e80e";
}

/* '' */

.icon-cancel:before {
  content: "\e80f";
}

/* '' */

.icon-mapmarker:before {
  content: "\e810";
}

/* '' */

.icon-phone:before {
  content: "\e811";
}

/* '' */

.icon-bag:before {
  content: "\e812";
}

/* '' */

.icon-clock:before {
  content: "\e813";
}

/* '' */

.icon-sliderleft:before {
  content: "\e814";
}

/* '' */

.icon-sliderright:before {
  content: "\e815";
}

/* '' */

.icon-question:before {
  content: "\e816";
}

/* '' */

.icon-productphone:before {
  content: "\e817";
}

/* '' */

.icon-productmail:before {
  content: "\e818";
}

/* '' */

.icon-productmap:before {
  content: "\e819";
}

/* '' */

.icon-heart-full:before {
  content: "\e81b";
}

/* '' */

.icon-file:before {
  content: "\e81c";
}

/* '' */

.icon-key:before {
  content: "\e81d";
}

/* '' */

.icon-youtube-play:before {
  content: "\f16a";
}

/* '' */

/* END Fonts ------------------------------------------------- */

/* Basic ----------------------------------------------------- */

body {
  font-family: "Rubik", sans-serif;
  font-size: 400;
  font-size: 14px;
  color: #000000;
  margin: 0;
  padding: 0;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body button {
  font-family: "Rubik", sans-serif;
}

.full-container {
  width: 100%;
  padding: 0 30px;
}

.pop-up-is-open {
  overflow: hidden;
  touch-action: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizon,
.nonlist,
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  width: 100%;
  min-height: 70vh;
}

input,
textarea,
select {
  border: none !important;
  padding: 5px;
  outline: none;
}

input:active,
input:focus {
  outline: none !important;
}

input::-moz-focus-inner {
  border: 0;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  padding: 10px 20px;
  background: #343434;
  color: #ffffff;
}

/* END Basic ------------------------------------------------- */

/* Menu ------------------------------------------------------ */

header {
  background-color: rgba(10, 10, 10, 80%);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0;
}

header .main-logo {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .main-logo .img_logo {
  margin-top: 5px;
  margin-left: 35px;
}

header .right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.set-user li .search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.set-user li:hover .search form {
  opacity: 1;
  visibility: visible;
  width: 240px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.set-user li .search form input {
  width: 100%;
  position: relative;
  z-index: 2;
}

.set-user li .search form .result {
  position: absolute;
  background: white;
  color: #343434;
  font-size: 13px;
  line-height: 13px;
  width: 100%;
  top: 25px;
  left: 0;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #343434;
  box-shadow: 2px 2px 30px #0000001f;
}

.set-user li .search form .result p {
  margin: 0;
  padding: 10px 10px 0;
  cursor: pointer;
  width: 100%;
}

.set-user li .search form .result p:last-child {
  padding: 10px;
}

.set-user,
.set-user li {
  padding: 5px;
}

.set-user li {
  position: relative;
  min-width: 30px;
}

.lang {
  padding: 0 0 0 10px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin-top: 15px;
}

.lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  height: 15px;
  cursor: pointer;
}

.lang ul li {
  color: #b5b5b5;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  margin-top: 20px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.lang ul li.active {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  margin: 0;
}

.lang ul:hover li {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header nav ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

header nav > ul > li {
  padding: 27px 20px;
  position: relative;
  text-transform: uppercase;
}

header nav > ul > li.menu-item-has-children > a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

header nav > ul > li.menu-item-has-children > a::after {
  content: "\e809";
  font-size: 6px;
  margin: 5px 0 5px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header nav > ul > li.menu-item-has-children:hover > a::after {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* 2х menu --------------------------*/

header nav > ul > li > ul.sub-menu {
  position: absolute;
  top: -500%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(4, 4, 4, 60%);
  padding: 30px 0;
  width: 300px;
  text-transform: uppercase;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  z-index: -2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (min-width: 1045px) {
  header nav > ul > li:hover > ul.sub-menu {
    left: 0;
    top: 70px;
    visibility: visible;
    line-height: 18px;
    opacity: 1;
    z-index: -2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

@media (min-width: 1144px) {
  header nav > ul > li:hover > ul.sub-menu:hover > {
    left: 0;
    top: 70px;
    visibility: visible;
    line-height: 18px;
    opacity: 1;
    z-index: -2;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background-color: rgba(4, 4, 4, 80%);
  }
}
header nav > ul > li > ul.sub-menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

header nav > ul > li > ul.sub-menu > li > a {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (min-width: 1300px) {
  header nav > ul > li > ul.sub-menu > li:hover > a {
    font-weight: 700;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background-color: rgba(4, 4, 4, 50%);
    padding: 10px 0 10px 25px;
  }
}

header nav > ul > li > ul.sub-menu > li:last-child > a {
  margin-bottom: 0;
}

/* 3х menu --------------------------*/

header nav > ul > li > ul > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 300px;
  background-color: rgba(4, 4, 4, 80%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100%;
  padding: 30px;
  text-transform: none;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@media (min-width: 1045px) {
  header nav > ul > li > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
}

header nav > ul > li > ul > li > ul.sub-menu > li {
  padding: 0 15px;
  min-width: 190px;
}

header nav > ul > li > ul > li > ul.sub-menu > li > a {
  word-break: normal;
  white-space: pre;
  margin-bottom: 20px;
}

header nav > ul > li > ul > li > ul.sub-menu li,
header nav > ul > li > ul > li > ul.sub-menu li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

header nav > ul > li > ul > li > ul.sub-menu li ul {
  font-weight: 300;
  line-height: 16px;
}

header nav > ul > li > ul > li > ul.sub-menu li ul li a {
  position: relative;
  width: 100%;
  left: 0;
  padding: 7px 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header nav > ul > li > ul > li > ul.sub-menu li ul li:hover a {
  left: 7px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 10px 0 10px 5px;
}

/* END Menu -------------------------------------------------- */

/* Footer ---------------------------------------------------- */

footer {
  background: #252525;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-menu {
  padding: 40px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-menu > ul {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-menu > ul > li {
  padding: 0 30px;
}

.footer-menu > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-menu > ul > li,
.footer-menu > ul > li > ul,
.footer-menu > ul > li > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu > ul > li > ul > li a,
.footer-menu .contacts-block > li > ul > li a {
  position: relative;
  z-index: 1;
  padding: 5px 0;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-menu > ul > li > ul > li:hover a,
.footer-menu .contacts-block li > ul > li:hover a {
  left: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.footer-menu .contacts-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-menu .contacts-block .social-block {
  margin-top: 20px;
}

.footer-menu .contacts-block .social-block ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

.footer-menu .contacts-block .social-block a {
  margin: 0 0 15px;
}

.footer-menu .contacts-block .social-block ul li a {
  padding: 0 5px;
  font-size: 16px;
  color: #c4c4c4;
}

.footer-menu .contacts-block .social-block ul li a>svg {
  width: 17px;
  height: 17px;
  background-color: #c4c4c4;
  fill: #252525;
  border-radius: 3px;
}

.footer-menu .contacts-block .social-block ul li:hover a {
  left: 0;
  transform: scale(1.1);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer-menu .contacts-block .social-block ul li:first-child a {
  padding: 0 5px 0 0;
}

.footer-menu .contacts-block .social-block a.phone {
  font-size: 1em;
  font-weight: 400;
  margin: 5px 0 0;
}

/* END Footer ------------------------------------------------ */

/* Copyright ------------------------------------------------- */

.copyright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
}

.copyright ul li {
  padding: 0 20px;
}

.copyright ul li a {
  border-left: 1px solid #ffffff;
  padding-left: 35px;
}

/* END Copyright --------------------------------------------- */

@media (max-width: 1044px) {
  header .main-logo .img_logo {
    margin: 0;
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  body.lock {
    overflow: hidden;
  }
  .container {
    width: 100%;
    max-width: 960px;
  }
  .blog-container {
    max-width: 960px;
  }
  main {
    margin: 50px auto 0;
  }
  header .container .main-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #343434;
    z-index: 800;
  }
  header .container .mobile-menu-icon {
    display: block !important;
    width: 35px;
    height: 35px;
    position: relative;
  }
  header .container .mobile-menu-icon span {
    width: 100%;
    height: 3px;
    background: white;
    margin: 7px 0;
    display: block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  header .container {
    position: absolute;
    right: -360px;
    top: 0;
    padding: 95px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: black;
    width: 360px;
    height: 100vh;
    -webkit-justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 640px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  header .container nav {
    width: 100%;
  }
  header .container .main-logo a {
    position: relative !important;
    width: 150px;
  }
  header .container .mobile-menu-icon {
    display: block !important;
    width: 35px;
    height: 35px;
    position: relative;
  }
  header .container .mobile-menu-icon span {
    width: 100%;
    height: 3px;
    background: white;
    margin: 7px 0;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .container.active {
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
  }
  header .container .mobile-menu-icon.active span:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .mobile-menu-icon.active span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  header .container .mobile-menu-icon.active span {
    position: absolute;
    top: 7px;
    left: 0;
    display: none;
  }
  header nav > ul > li.menu-item-has-children:hover > a::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header nav > ul > li.menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  header
    .container.active
    > .left-menu
    > nav
    > ul
    > li.active.menu-item-has-children
    > a::after {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  header .container.active .left-menu > nav > ul > li.active > ul {
    position: initial;
    visibility: visible;
    padding: 20px 10px;
    margin-top: 10px;
    opacity: 1;
  }
  header .container.active .set-user {
    margin-left: -20px;
  }
  header .right-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
  }
  header .left-menu {
    width: 100%;
    text-align: center;
    display: block;
  }
  header nav ul {
    display: block;
  }
  header nav > ul > li {
    padding: 15px 0;
    background: transparent;
  }
  .set-user li {
    padding: 15px;
    text-align: center;
  }
  .set-user li:first-child {
    display: none;
  }
  header .container.active .left-menu .sub-menu {
    width: 100%;
  }
  .lang {
    padding-left: 11px;
  }
  footer .copyright ul li a {
    padding-left: 18px;
  }
  .copyright ul li {
    padding: 0 18px;
  }
  .mobile-block {
    display: flex;
  }
  .search-mobile {
    display: flex !important;
    position: relative;
  }
  .search-mobile > .icon-search::before {
    font-size: 24px;
    padding: 5px;
    margin: 0 20px;
  }
  .search-mobile .formbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: black;
    background: rgb(0 0 0 / 75%);
    z-index: 1;
  }
  .search-mobile form {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: black;
    background: rgb(0 0 0 / 75%);
    z-index: 99;
    visibility: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  @keyframes bganim {
    0% {
      opacity: 0;
      visibility: hidden;
    }
    100% {
      opacity: 1;
      visibility: visible;
    }
  }
  .search-mobile.active form {
    animation-name: bganim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes bganimoff {
    0% {
      opacity: 1;
      visibility: visible;
    }
    100% {
      opacity: 0;
      visibility: hidden;
    }
  }
  .search-mobile.remove form {
    animation-name: bganimoff;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes conanimoff {
    0% {
      top: 0;
    }
    100% {
      top: -100px;
    }
  }
  .form-container {
    background: #ffffff;
    padding: 20px;
    position: relative;
    z-index: 2;
    animation-name: conanimoff;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  @keyframes conanim {
    0% {
      top: -100px;
    }
    100% {
      top: 0;
    }
  }
  .search-mobile.active .form-container {
    animation-name: conanim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }
  .form-container h6 {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 100;
    color: #b8b8b8;
  }
  .form-container h6 i {
    font-size: 18px;
    color: black;
  }
  .form-container .search-mobile-block {
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    align-items: center;
  }
  .form-container .search-mobile-block #smobile {
    width: 100%;
  }
  .form-container .search-mobile-block .icon-search {
    font-size: 18px;
    position: relative;
  }
  .form-container .search-mobile-block .icon-search input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
  }
  .form-container .search-mobile-block .result {
    position: absolute;
    left: 0;
    right: 0;
    top: 95px;
    background: #ececec;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  .form-container .search-mobile-block .result p {
    margin: 0;
    padding: 10px 10px 0;
    width: 100%;
  }
  .form-container .search-mobile-block .result p:last-child {
    padding: 10px;
  }
}

@media (max-width: 960px) {
  .footer-menu > ul.menu-block > li:first-child {
    display: none;
  }
  .copyright ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .copyright ul li {
    padding: 5px;
  }
  .copyright ul li a {
    border-left: none;
    padding: 0;
  }
  .footer-menu {
    padding: 40px 5px 20px;
  }
  .footer-menu > ul > li {
    padding: 0 10px;
  }
}

@media (max-width: 560px) {
  .product-single-title .gallery-img {
    height: calc(100vw / 2) !important;
  }
  header .container {
    width: 100%;
    right: -100%;
  }
  .footer-menu,
  .footer-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-menu .contacts-block .social-block ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-menu > ul > li > a {
    margin-bottom: 10px;
  }
  .footer-menu > ul > li {
    margin-bottom: 20px;
  }
  .copyright {
    padding: 10px 15px;
  }
}

.img-prew-home-page-acck0y {
  display: none;
}

.ws-multi_button-copyright {
  display: none;
}

/*Button-up*/
#button {
  display: inline-block;
  background-color: #000000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.tax-desc {
  height: 50px;
  overflow-y: scroll;
  visibility: hidden;
}

/*button-up*/

img.zsu {
  margin-bottom: -4px;
}

.zsu {
  margin-top: 35px;
}

@media (max-width: 1145px) {
  .zsu {
    margin-top: 30px;
  }
  img.zsu {
    margin-bottom: -4px;
  }

  main {
    margin: 0px auto 0;
  }
}

.widgethelptext.rightbottom {
  display: none !important;
}

@media (min-width: 1145px) {
  .lang a {
    background-color: #101010;
    color: white;
  }

  .lang ul li {
    margin-top: 20px;
  }
}

.i-ua-display {
  display: none;
}

.icon-question {
  position: relative;
  cursor: pointer;
}

.icon-question::before {
  margin: 10px;
}

.icon-question span {
  display: none;
  position: absolute;
  top: 30px;
  left: -30px;
  padding: 10px;
  width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
  -webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 0.1);
  box-shadow: 0px 5px 15px rgb(0 0 0 / 0.1);
  z-index: 11;
}

.icon-question span a {
  text-decoration: underline;
}

.icon-question:hover span,
.icon-question span:hover {
  display: block;
  cursor: default;
}

.modal-close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 0px;
}

.modal-close-button img {
  max-width: 15px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form,
.form .form-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
}

.form .form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0;
  background: #ffffff;
}

.form .form-bg {
  background: #000000;
  z-index: 1;
  opacity: 0.8;
}

.form .form-wrapper .main-form {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Кнопка под общий стиль сайта */
.buttonpopup {
  --btn-bg: var(--color-primary, #25392e);   /* если в теме есть переменная — используем её */
  --btn-bg-hover: #25392e;
  --btn-bg-active: #25392e;
  --btn-text: #fff;

  display: left;
  padding: 12px 22px;
  min-width: 160px;
  text-align: center;
  color: var(--btn-text);
  background: var(--btn-bg);
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: .2px;
  transition: background .2s ease, transform .08s ease, box-shadow .2s ease;
  box-shadow: 0 2px 6px rgba(229, 57, 53, .18);
}

.buttonpopup:hover {
  background: var(--btn-bg-hover);
  box-shadow: 0 4px 12px rgba(229, 57, 53, .22);
}

.buttonpopup:active {
  background: var(--btn-bg-active);
  transform: translateY(1px);
  box-shadow: 0 2px 6px rgba(229, 57, 53, .18);
}

/* Видимый фокус (клавиатура/доступность) */
.buttonpopup:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 57, 53, .25), 0 2px 6px rgba(229, 57, 53, .18);
}

/* Центровка и отступы вокруг */
.buttonpopup-wrapper {
  text-align: center;
  margin: 24px 0 16px; /* сверху немного больше, снизу меньше */
}

/* На очень узких экранах — чуть крупнее клик-зона */
@media (max-width: 480px) {
  .buttonpopup { padding: 13px 24px; min-width: 180px; font-size: 16px; }
}
.buttonpopup {
  margin-left: 0;     /* прижата к левому краю */
  margin-top: 15px;   /* немного вниз от заголовка */
}
.buttonpopup-wrapper {
  text-align: left;
  margin: 20px 0;
}
