.h3,
body,
h3 {
  font-family: GeometriaMed, sans-serif;
}
@font-face {
  font-family: GeometriaBold;
  src: url(/design/suitu/fonts/Geometria-Bold.woff);
}
@font-face {
  font-family: GeometriaMed;
  src: url(/design/suitu/fonts/Geometria-Medium.woff);
}
@font-face {
  font-family: GeometriaLight;
  src: url(/design/suitu/fonts/Geometria-Light.woff);
}
@font-face {
  font-family: GeometriaThin;
  src: url(/design/suitu/fonts/Geometria-Thin.woff);
}
@font-face {
  font-family: Cent;
  src: url(/design/suitu/fonts/21Cent-Italic.otf);
}
.wow {
  visibility: hidden;
}
body {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: auto;
  width: 100%;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.h3,
h3 {
  font-size: 30px;
}
.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 2px;
  margin-top: 100px;
  left: 50%;
  background-color: #dedede;
}
.textlaster,
.textlaster2 {
  height: 50px;
  z-index: 51;
  margin: auto;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  color: #000000;
}
.bold {
  font-family: GeometriaBold, sans-serif !important;
}
.med {
  font-family: GeometriaMed, sans-serif !important;
}
.light {
  font-family: GeometriaLight, sans-serif !important;
}
.thin {
  font-family: GeometriaThin, sans-serif !important;
}
.italic {
  font-family: Cent, serif !important;
}
.caps {
  text-transform: uppercase;
}
.container {
  max-width: 100%;
}
.textlaster {
  left: -60px;
  transform: rotate(-90deg);
}
.textlaster2 {
  right: -60px;
  transform: rotate(90deg);
}
.iconer {
  position: absolute;
  left: 110px;
  right: 50%;
  top: 0;
  bottom: 0;
  background: url(../images/popupimage.jpeg) center;
  background-size: cover;
  z-index: 1;
}
.head-menu {
  padding-bottom: 14px;
}
.head-logo svg {
  position: relative;
  left: -3px;
}
.domain-desc,
.domain-name {
  left: 3px;
  position: relative;
}
.logo-img {
  height: 52px;
  float: left;
  position: relative;
}
.domain-name {
  font-size: 17px;
  top: -5px;
}
.domain-desc {
  font-size: 10px;
  top: -8px;
}
.menu-list {
  padding-left: 0;
  margin-bottom: 0;
}
ul.menu-list li {
  display: inline-block;
  list-style-type: none;
  margin-left: 62px;
  padding: 8px 0;
}
ul.menu-list li:first-child {
  margin-left: 0;
}
ul.menu-list li a {
  font-size: 12px;
  text-decoration: none;
  color: #000000;
}
ul.menu-list li a:hover {
  color: #989898;
}
.mini-button {
  color: #000;
  display: inline-block;
  margin-right: 18px;
  font-size: 19px;
  cursor: pointer;
}
.mini-button:hover {
  fill: #989898;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
a,
a:active,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
}
.outer-menu {
  position: relative;
  z-index: 10;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
}
.menu-burger .hamburger.is-active > div,
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  z-index: 9999999999999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-burger .hamburger.is-active > div:after,
.menu-burger .hamburger.is-active > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after,
.outer-menu .checkbox-toggle:checked + .hamburger > div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-burger .hamburger.is-active > div:after,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.outer-menu .checkbox-toggle:checked ~ .hamburger > div,
.outer-menu .checkbox-toggle:checked ~ .hamburger > div:after,
.outer-menu .checkbox-toggle:checked ~ .hamburger > div:before {
  background-color: #ffffff;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
.menu-burger .hamburger.is-active > div,
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menu-burger .hamburger,
.outer-menu .hamburger {
  z-index: 1;
  width: 18px;
  height: 19px;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-burger .hamburger > div,
.outer-menu .hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-burger .hamburger > div {
  background: #ffffff;
}
.conta {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}
.conta a {
  display: block;
  font-size: 20px;
}
.conta a.sity {
  font-size: 10px;
  border-bottom: 1px solid #fff;
  display: table;
  margin-bottom: 5px;
}
.conta a:focus,
.conta a:hover {
  color: #fff;
  text-decoration: none;
}
.conta a.sity:hover {
  border-bottom: 1px solid transparent;
}
.conta span {
  display: block;
  font-size: 10px;
}
.outer-menu .menu,
.outer-menu .menu > div {
  display: -webkit-box;
  display: -ms-flexbox;
}
.menu-burger .hamburger > div:after,
.menu-burger .hamburger > div:before,
.outer-menu .hamburger > div:after,
.outer-menu .hamburger > div:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: inherit;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
.menu-burger .hamburger > div:after,
.outer-menu .hamburger > div:after {
  top: 6px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: transparent solid 1px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.outer-menu .menu > div > div,
.outer-menu-find .menu > div > div {
  max-width: 90vw;
  overflow-y: auto;
  text-align: center;
  max-height: 100vh;
}
.outer-menu .menu > div {
  width: 100vw;
  height: 100vh;
  color: #FEFEFE;
  background: url(../images/modal-bg.png);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color .4s ease;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width .4s ease;
  transition: width 0.4s ease;
}
.outer-menu-find {
  position: relative;
  z-index: 8;
}
.outer-menu-find .checkbox-toggle-find {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: -10px;
}
.outer-menu-find .checkbox-toggle-find:not(:checked) + .find-loop > div {
  display: none;
}
.outer-menu-find .checkbox-toggle-find:checked + .find-loop > div {
  z-index: 9999999999999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.outer-menu-find .checkbox-toggle-find:checked + .find-loop > div:after,
.outer-menu-find .checkbox-toggle-find:checked + .find-loop > div:before {
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.outer-menu-find .checkbox-toggle-find:checked + .find-loop > div:after {
  opacity: 0;
}
.outer-menu-find .checkbox-toggle-find:checked ~ .menu,
.outer-menu-find .menu .active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.outer-menu-find .checkbox-toggle-find:checked ~ .find-loop > div,
.outer-menu-find .checkbox-toggle-find:checked ~ .find-loop > div:after,
.outer-menu-find .checkbox-toggle-find:checked ~ .find-loop > div:before {
  background-color: #ffffff;
}
.outer-menu-find .checkbox-toggle-find:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu-find .checkbox-toggle-find:checked:hover + .find-loop > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.outer-menu-find .find-loop {
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-find .find-loop > div {
  position: relative;
}
.outer-menu-find .menu > div {
  width: 100vw;
  height: 100vh;
  color: #FEFEFE;
  background: url(../images/modal-bg.png);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-find .menu > div > div {
  padding: 0 110px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-find .menu > div > div > form,
.outer-menu-find .menu > div > div > form > input[type=text] {
  width: 100% !important;
}
.outer-menu-find .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu-find .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu-find .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color .4s ease;
  transition: color 0.4s ease;
}
.outer-menu-find .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu-find .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu-find .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width .4s ease;
  transition: width 0.4s ease;
}
.menu-find {
  margin-right: 15px;
}
.find-test input {
  padding: 20px 0;
  color: #fff;
  font-size: 23px!important;
  border: 0;
  outline: 0;
  background: 0 0;
  border-bottom: 1px solid #333333;
}
.shourum,
.znakomitsa {
  color: #fff;
  font-size: 1.3em;
}
.find-test input[type=button],
.search_btn {
  border: 0;
  background: url(../images/icon_search.png) center no-repeat;
  height: 74px;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 57;
}
.find-test form {
  position: relative;
  overflow: hidden;
}
.shourum,
.shourum:after,
.shourum:before,
.znakomitsa {
  position: absolute;
}
.find-test input::-webkit-input-placeholder {
  color: #ffffff;
}
.find-test input::-moz-placeholder {
  color: #ffffff;
}
.find-test input:-moz-placeholder {
  color: #ffffff;
}
.find-test input:-ms-input-placeholder {
  color: #ffffff;
}
.znakomitsa {
  bottom: 20px;
  left: 2em;
  background: url(../images/arrowright1.png) 100% 50% no-repeat;
  background-size: contain;
  width: 245px;
}
.znakomitsa:before {
  content: '';
  background: #fff;
  width: 35px;
  height: 1px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.shourum {
  bottom: auto;
  top: 65%;
  right: -135px;
  width: 320px;
  height: 22px;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.shourum:after {
  content: '01';
  right: 40px;
}
.shourum:before {
  content: '';
  background: #fff;
  width: 35px;
  height: 1px;
  right: 65px;
  top: 10px;
}
.carousel-caption {
  left: 50%;
  text-align: center;
  max-width: 645px;
  min-width: 645px;
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  text-shadow: none;
  padding: 0;
}
.link-fitting,
.telegram-link {
  width: 100%;
  max-width: 48%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #000;
  font-size: 12px;
  cursor: pointer;
  margin: auto 5px auto auto;
  display: inline-block;
  transition: 0.25s all;
}
.telegram-link.rep {
  background-color: #fff;
  color: #000000;
}
.telegram-link.rep:hover {
  background-color: #000!important;
  color: #ffffff !important;
}
.link-fitting:hover,
.telegram-link.rep:hover,
.telegram-link:focus,
.telegram-link:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.ripplelink {
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 1000;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple .65s linear;
  -moz-animation: ripple .65s linear;
  -ms-animation: ripple .65s linear;
  -o-animation: ripple .65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.carousel-caption h3 {
  margin-bottom: 5%;
  line-height: 1.2;
}
.carousel-caption p {
  margin-bottom: 6%;
  font-size: 16px;
}
.shop-bag {
  width: 20px;
  height: 20px;
  background: url(../images/shopbag.png) center;
  display: inline-block;
  padding: 5px 0;
  margin-right: 14px;
  cursor: pointer;
  position: relative;
}
.shop-cart {
  background-color: #fff;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.18);
  position: absolute;
  top: 30px;
  right: -15px;
  width: 362px;
  padding: 35px 30px;
  z-index: 15;
  transition: none;
  display: none;
  cursor: default;
  margin-top: 11px;
}
.count-products {
  color: #777;
  margin-bottom: 20px;
}
.count-products.zero {
  margin: 0;
  display: none;
}
.product-avatar-cart {
  height: 0;
  padding: 0 0 40%;
  background: center no-repeat;
  cursor: pointer;
}
.cart-prod-info {
  padding-left: 20px;
  position: relative;
}
.cart-cost-product {
  color: #b9b9b9;
  font-size: 12px;
}
.cart-name-product {
  color: #222;
  font-size: 12px;
}
.all-cart-count:before,
.cart-cost-product .namer:before {
  content: '₽ ';
}
.all-cart-count:after,
.cart-cost-product .namer:after {
  content: ' RUB';
}
.cart-prod-info > p > .count:before {
  content: 'x ';
}
.closerester-cart-prod {
  cursor: pointer;
  background: url(../images/icon-remove.png) center no-repeat;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
}
.product-carter {
  margin: 10px 0 0;
}
.all-cart {
  font-size: 12px;
  color: #a0a0a0;
  float: left;
}
.all-cart-count {
  font-size: 12px;
  color: #000;
  float: right;
}
.all-carter {
  margin: 30px 0 0;
}
.left-cart,
.right-cart {
  width: 50%;
  line-height: 33px;
  text-align: center;
  float: left;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  font-size: 9px;
  margin-top: 22px;
  color: #000000;
}
.about,
.product-more {
  line-height: 30px;
  text-transform: uppercase;
}
.left-cart {
  background-color: #000;
  color: #fff;
  border-right: 0;
}
.contscts-form li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  width: 40px;
  background: center no-repeat;
  background-size: contain;
}
.contscts-form li,
.outer-menu-popup {
  position: relative;
}
.adresser:before {
  background-image: url(https://png.icons8.com/ios/50/ffffff/marker.png);
}
.phonerer:before {
  background-image: url(https://png.icons8.com/ios/50/ffffff/phone.png);
}
.mailuer:before {
  background-image: url(https://png.icons8.com/ios/50/ffffff/secured-letter.png);
}
.test {
  color: #333;
  display: inline-block;
}
.teste:before {
  background-image: url(https://png.icons8.com/ios/50/ffffff/sedan.png);
}
.greatester:before {
  background-image: url(https://png.icons8.com/ios/50/ffffff/subway.png);
}
.outer-menu-popup {
  z-index: 1;
}
.outer-menu-popup .checkbox-toggle-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 260px;
  height: 45px;
  opacity: 0;
  margin-top: 0;
  display: none;
}
.noafter:after,
.noafter:before {
  display: none;
  background: 0 0;
}
.outer-menu-popup .checkbox-toggle-popup:not(:checked) + .find-popup > div {
  display: none;
}
.find-test-popup-form .find-popup {
  position: absolute;
  right: 130px;
  top: 30px;
  pointer-events: initial !important;
}
.find-test-popup-form .find-popup > div,
.outer-menu-popup .checkbox-toggle-popup:checked + .find-popup > div {
  z-index: 9999999999999;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
}
.find-test-popup-form .find-popup > div:after,
.find-test-popup-form .find-popup > div:before,
.outer-menu-popup .checkbox-toggle-popup:checked + .find-popup > div:after,
.outer-menu-popup .checkbox-toggle-popup:checked + .find-popup > div:before {
  top: 0!important;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.find-test-popup-form .find-popup > div:after,
.outer-menu-popup .checkbox-toggle-popup:checked + .find-popup > div:after {
  opacity: 0;
}
.outer-menu-popup .checkbox-toggle-popup:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.outer-menu-popup .checkbox-toggle-popup:checked ~ .find-popup > div,
.outer-menu-popup .checkbox-toggle-popup:checked ~ .find-popup > div:after,
.outer-menu-popup .checkbox-toggle-popup:checked ~ .find-popup > div:before {
  background-color: #ffffff;
}
.outer-menu-popup .checkbox-toggle-popup:checked ~ .menu > div > div {
  opacity: 1;
  -webkit-transition: opacity .4s ease .4s;
  transition: opacity .4s ease .4s;
  max-width: 1200px;
}
.outer-menu-popup .checkbox-toggle-popup:checked:hover + .find-popup > div {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.outer-menu-popup .checkbox-toggle-popup:checked + .find-popup {
  pointer-events: auto;
}
.outer-menu-popup .find-popup {
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.outer-menu-popup .find-popup > div {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-popup .find-popup > div:after,
.outer-menu-popup .find-popup > div:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: -6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: inherit;
  -webkit-transition: all .4s ease;
  transition: all 0.4s ease;
}
.outer-menu-popup .find-popup > div:after {
  top: 6px;
}
.outer-menu-popup .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: transparent solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.outer-menu-popup .menu > div {
  width: 100vw;
  height: 100vh;
  color: #FEFEFE;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-popup .menu > div > div > form,
.outer-menu-popup .menu > div > div > form > input[type=text],
.outer-menu-popup .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu-popup .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  padding: 0 110px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  overflow-y: auto;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.outer-menu-popup .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu-popup .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu-popup .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  -webkit-transition: color .4s ease;
  transition: color 0.4s ease;
}
.outer-menu-popup .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.subtitle-form,
.title-form {
  color: #222;
  text-align: center;
}
.outer-menu-popup .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  -webkit-transition: width .4s ease;
  transition: width 0.4s ease;
}
.title-form {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 27px;
}
.subtitle-form {
  margin-bottom: 20px;
  font-size: 16px;
}
.lego {
  width: 200px;
  height: 40px;
  border: 1px solid #000;
  background-color: initial;
  font-size: 10px;
  text-align: left;
  color: #121210;
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.lego:hover {
  border-color: #000;
  background-color: #000;
  color: #ffffff;
}
.real-form {
  background: #fff;
  padding: 0 40px;
}
.form-name {
  width: 100%;
  float: left;
}
.form-name:nth-child(2) {
  float: right;
}
.form-name p {
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
}
.form-name input {
  color: rgba(34, 34, 34, 0.902);
  padding: 10px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  outline: 0;
  width: 100%;
  background-color: #fbfbfb;
}
.contscts-form > ul > li,
.personal-inf {
  margin-bottom: 30px;
  text-align: left;
}
.menu-popup {
  display: inline-block;
  padding: 5px 0;
  margin-right: 15px;
  position: relative;
  z-index: 50000;
}
.personal-inf {
  color: #222;
  font-size: 12px;
  float: left;
}
.personal-inf a {
  color: #898989;
}
.contscts-form {
  padding: 35px 55px;
  background-color: #000000;
}
.contscts-form > ul {
  padding: 0;
}
.contscts-form > ul > li {
  list-style-type: none;
  background-repeat: no-repeat;
  font-size: 11.67px;
  color: #fff;
  padding-left: 35px;
  background-position-y: 1px;
  position: relative;
}
.about,
.eye,
.filtre,
.like,
.product-desc,
.product-more {
  text-align: center;
}
.contscts-form > ul > li .fa {
  position: absolute;
  left: 0;
  font-size: 30px;
}
.contscts-form > ul > li:last-child {
  margin-bottom: 0;
}
.title-contacts {
  margin-bottom: 45px;
  font-size: 22.2px;
}
.title p {
  font-size: 27px;
  color: #121210;
  margin: 0;
}
.filtre {
  margin-top: 25px;
}
.filtre div {
  display: inline-block;
  margin-left: 20px;
}
.filtre div:first-child {
  margin-left: 0;
}
.filtre div a:after {
  content: "";
  position: absolute;
  height: 1px;
  left: 90%;
  right: 90%;
  bottom: -4px;
  background-color: #a9a9a9;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.filtre a,
.product-thumb {
  position: relative;
  cursor: pointer;
}
.filtre div a.active:after,
.filtre div:hover a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
.filtre a {
  transition: initial;
  text-decoration: none;
  color: #363636;
  font-size: 12px;
}
.products {
  margin-top: 40px;
  margin-bottom: 105px;
}
.product {
  margin-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.product-thumb {
  width: 100%;
  padding-bottom: 150%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}
.product-thumb:hover {
  background-size: cover;
}
.product-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.help-box {
  position: absolute;
  width: 100%;
  bottom: -46.2px;
}
.product:hover .help-box:not(.mobile) {
  bottom: 30px;
}
.about {
  width: calc(34%);
  margin-left: 20px;
  color: #222;
  font-size: 10px;
}
.about,
.eye,
.like {
  height: 30px;
  float: left;
  background-color: #fff;
  cursor: pointer;
  transition: fill 0s ease;
}
.eye svg,
.like svg {
  transition: fill 0s;
}
.eye:hover svg,
.like:hover svg {
  fill: #ffffff !important;
}
.about:hover,
.eye:hover,
.like:hover {
  fill: #fff!important;
  background-color: #000;
  color: #ffffff;
}
.product-desc {
  font-size: 14px;
  color: #303030;
  margin-top: 25px;
  height: 113px;
}
.views {
  padding: 10px 0;
  text-transform: uppercase;
  color: #9e9e9e;
  font-size: 10px;
}
.category-title {
  font-size: 11px;
  color: #c0c0c0;
}
ul.category-link li {
  display: inline-block;
  padding-right: 20px;
  font-size: 11px;
}
ul.category-link li a {
  transition: 0.2s all;
}
ul.category-link li a:hover {
  color: #a6836d;
}
ul.category-link {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-brend,
.product-cost,
.product-name {
  margin-top: -5px;
}
.comments,
.map {
  margin-bottom: 125px;
}
.product-brend {
  color: #000;
  text-transform: uppercase;
}
.product-cost .nosale-cost {
  text-decoration: line-through;
}
.nosale-cost {
  margin-left: 5px;
  margin-top: 15.4px;
}
.product-cost span:after {
  content: " ₽";
}
.products .col-md-3:nth-child(4n+1) {
  clear: left;
}
.product-more {
  color: #121210;
  text-decoration: none;
  float: none;
  width: 271px;
  height: 30px;
  border: 1px solid #000;
  padding: 0 23px;
  margin-top: 57.2px;
  cursor: pointer;
}
.all,
.all:hover,
.news-desc a,
.pre-comments a {
  text-decoration: underline;
}
.product-more:hover {
  color: #fff;
  background: #000000;
}
.comment-avatar,
.news-thumb {
  background-size: cover;
  background-position: center;
}
.products .more {
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 150%;
  position: absolute;
}
.comments,
.easyannotation img {
  display: none;
}
.comment-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-image: url(../images/avatar.png);
  margin-top: 55px;
}
.comment-name {
  margin-top: 22px;
  font-size: 12.9px;
  color: #121210;
}
.all:hover,
.last-news-desc .news-title:hover {
  color: #a6836d;
}
.comment-text {
  font-size: 10.56px;
}
.map {
  height: 420px;
  margin-top: 54px;
}
.map * {
  transition: none;
}
.maper {
  height: 1px;
  position: relative;
}
.maper > div {
  padding: 30px 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 100px;
  z-index: 100;
}
.map-logo {
  margin-bottom: 30px;
}
.map-title {
  font-size: 12.83px;
  margin-bottom: 5px;
}
.map-text {
  font-size: 12.83px;
  margin-bottom: 15px;
}
.last-news {
  margin-top: 40px;
  border: 1px solid #e0e0e0;
  padding: 20px 15px 15px;
}
.last-news-title {
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 700;
  position: relative;
}
.last-news-title:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../images/last-news-i.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 22px;
  right: -15px;
  top: 5px;
}
.last-news-data {
  font-size: 10px;
}
.all,
.last-news-desc .news-title {
  font-size: 12px;
  transition: 0.2s all;
}
.last-new {
  margin-top: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.last-news-desc .news-title {
  margin: 0;
  padding-bottom: 10px;
}
.all {
  margin-top: 15px;
  display: inline-block;
}
.news-item {
  margin-top: 30px;
}
.news-thumb {
  height: 200px;
  cursor: pointer;
  position: relative;
}
.news-thumb img {
  display: none;
}
.overflowin {
  overflow: hidden;
}
.news-data {
  color: #000;
  float: right;
  font-size: 10px;
}
.read-link {
  float: left;
  display: block;
}
.label-cat {
  position: absolute;
  bottom: -8px;
  background: #d7d7d7;
  padding: 3px 18px;
  height: 18px;
  font-size: 9px;
  color: #000000;
}
.border-data-news {
  width: 73.92px;
  height: 73.92px;
  border: 4px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-title {
  margin-top: 20px;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}
.news-predesc {
  color: #989898;
  padding-bottom: 0;
  margin-bottom: 0;
  display: block;
  height: 100px;
}
.folow-us > p,
.folow-us > ul,
.folow-us > ul > li {
  display: inline-block;
}
.news-desc a {
  color: #000;
  float: left;
  transition: 0.2s all;
}
.news-desc a:hover {
  color: #a6836d;
}
.gray-line {
  height: 1px;
  background-color: #dedede;
}
.gray-line2 {
  margin-top: 0;
  height: 1px;
}
.social-links .fa {
  font-size: 18px;
}
.temnota {
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.folow-us > p {
  line-height: 35px;
}
.folow-us > ul {
  padding: 0;
  float: right;
}
.folow-us > ul > li {
  list-style-type: none;
  margin-right: 50.6px;
  line-height: 26.67px;
}
.folow-us > ul > li > a > svg {
  height: 24px!important;
  width: 29px;
}
.lets-apply {
  color: #272727;
  margin-top: 7.5px;
  padding-left: 30px;
  padding-right: 0;
}
.footer {
  margin-top: 70px;
}
.footer-form .accept {
  position: absolute;
  background: #a07a63;
  padding: 0 20px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-family: GeometriaLight!important;
  right: 15px;
  line-height: 40px;
  top: 2px;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.4s background-color;
  -moz-transition: 0.4s background-color;
  -ms-transition: 0.4s background-color;
  -o-transition: 0.4s background-color;
  transition: 0.4s background-color;
}
.footer-form .accept:hover {
  background: #c99677;
}
.form-follow2 {
  padding: 90px 0;
}
.footer-form > input {
  width: 100%;
  border: 0;
  color: grey;
  height: 40px;
  font-family: GeometriaLight;
  line-height: 40px;
  background: #f7f6f3;
  padding-left: 15px;
  margin-top: 2px;
  outline: 0;
}
.footer-form > div > input::-webkit-input-placeholder {
  color: #808080;
}
.footer-form > div > input::-moz-placeholder {
  color: #808080;
}
.footer-form > div > input:-moz-placeholder {
  color: #808080;
}
.footer-form > div > input:-ms-input-placeholder {
  color: #808080;
}
.form-name input::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.902);
}
.form-name input::-moz-placeholder {
  color: rgba(34, 34, 34, 0.902);
}
.form-name input:-moz-placeholder {
  color: rgba(34, 34, 34, 0.902);
}
.form-name input:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.902);
}
.footer-logo {
  height: 45px;
}
.footer-menu {
  margin-top: 90px;
  margin-bottom: 45px;
}
.footer-desc {
  margin-top: 25px;
  margin-bottom: 30px;
  color: #989898;
}
.name-footer-menu {
  margin-bottom: 20px;
}
.footer-menu > div > ul {
  margin: 0;
  padding: 0;
}
.footer-text,
.pre-thumbs li {
  margin-bottom: 15px;
}
.footer-menu > div > ul > li {
  list-style-type: none;
  margin-bottom: 15px;
}
.footer-menu > div > ul > li:hover a {
  color: #ffffff;
}
.footer-menu > div > ul > li > a,
.footer-text {
  color: #989898;
}
.footer-underline {
  position: absolute;
  margin-top: 200px;
  background-color: #eaeaea;
  width: 100%;
}
.pagination-cat {
  padding: 0;
  display: table;
}
.pagination-cat li {
  display: inline-block;
  list-style-type: none;
  min-width: 26px;
  text-align: center;
  color: #303030;
}
.pagination-cat li a.active {
  color: #c1c0c0;
}
.pagination-cat li:hover {
  color: #999999;
}
.otzivi {
  margin-bottom: 37px;
  padding-top: 35px;
  padding-bottom: 55px;
  position: relative;
}
.otzivi .video {
  margin-top: 80px;
}
.fourSlider__cell {
  display: inline-block;
  width: 50%;
  height: 360px;
  line-height: 340px;
  padding: 10px;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  text-align: right;
}
.answer__info,
.fourSlider__cell.left {
  text-align: left;
}
.fourSlider__cell:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.702);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 250ms;
  -o-transition: ease-out 250ms;
  transition: ease-out 250ms;
}
.fourSlider__cell:hover:before {
  opacity: 1;
  visibility: visible;
}
.answer__info {
  display: inline-block;
  width: 55.76%;
  color: #fff;
  z-index: 50;
  vertical-align: middle;
  line-height: normal;
  position: relative;
}
.middle-play {
  position: absolute;
  width: 66px;
  height: 66px;
  z-index: 50;
  left: 50%;
  top: 50%;
  margin-top: -33px;
  transition: ease-out 250ms;
  margin-left: -33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}
.answer__info .middle-play {
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  bottom: 10px;
  right: 100%;
  left: auto;
  opacity: 0;
  top: auto;
  margin-right: 40px;
}
.left .answer__info .middle-play {
  right: auto;
  left: 100%;
  margin-left: 50px;
}
.middle-play:after,
.middle-play:before {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 24px;
  z-index: 50;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: ease-out 250ms;
  -o-transition: ease-out 250ms;
  transition: ease-out 250ms;
  margin-left: -9px;
  background-image: url(../images/play_middle.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.middle-play:after {
  background-position: 0 -24px;
  opacity: 0;
}
.fourSlider__cell:hover .middle-play {
  opacity: 1;
  transition: 250ms ease-out;
}
.answer__logo {
  margin-bottom: 25px;
  width: auto !important;
}
.answer__text {
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom: 37px;
  font-weight: 700;
}
.answer__people {
  font-size: 1.3rem;
  line-height: 1.2em;
}
#video-popup {
  padding: 5px;
}
#myModal-1 .modal-dialog .modal-content,
#myModal-2 .modal-dialog .modal-content {
  padding: 0;
  margin: 0;
}
#video-popup iframe {
  width: 100%;
  height: 651px;
  margin-bottom: -5px;
}
#video-popup .btn-default {
  font-size: 0;
  border: none;
  opacity: 1;
  width: 21px;
  height: 21px;
  top: 16px;
  right: 18px;
  background: url(../images/hide.png) no-repeat;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: absolute;
}
.otzivi p.slogan {
  font-family: 'Geometria normal', sans-serif;
  font-size: 20px;
  width: 60%;
  color: #a9a9a9;
  margin: 35px auto 40px;
}
.close.closerest {
  background-image: url(../images/closerester.png);
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
}
.real-catalog {
  margin-top: 65px;
  margin-bottom: 35px;
}
.catalog .product-thumb {
  height: 0;
  padding-bottom: 150%;
}
.title-sidebar {
  font-size: 13px;
  color: #121210;
  margin-bottom: 22px;
}
.title-sidebar.caps.bold {
  font-family: GeometriaMed !important;
}
.left-sidebar2 {
  display: none;
}
.left-sidebar ul.menu-cat li {
  color: #000;
  list-style-type: none;
  line-height: 28px;
  position: relative;
}
.left-sidebar ul.menu-cat li a {
  text-decoration: none;
  font-family: GeometriaLight;
}
.left-sidebar > ul.menu-cat {
  padding-left: 0;
  position: relative;
}
.menu-cat * {
  transition: 0.25s ease-in-out;
}
.left-sidebar-block {
  margin-bottom: 50px;
  position: relative;
}
.pre-colors {
  padding: 0;
  cursor: pointer;
  margin-bottom: 0;
}
.pre-colors ul li {
  color: #000;
  line-height: 23px;
  cursor: pointer;
  list-style-type: none;
  padding-left: 10px;
  border-bottom: 0.5px solid #ebebeb;
}
.pre-colors ul li:hover {
  background-color: #c0bebe 29;
}
.pre-colors ul {
  padding: 0;
  position: absolute;
  background-color: #fff;
  width: 165px;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom: 0;
  display: none;
  transition: none;
  z-index: 1;
}
.pre-colors > li:first-child {
  display: block;
  width: 170px;
  height: 31px;
  line-height: 28px;
  color: #111;
  border: 1px solid #ebebeb;
  padding-left: 10px;
  position: relative;
}
.pre-colors li:first-child .fa {
  position: absolute;
  top: 8px;
  right: 5px;
}
.prod_like {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  color: #000;
  transition: 0.25s all ease;
}
.prod_like:hover {
  border: 1px solid transparent;
  background: #000;
  color: #ffffff;
}
.left-sidebar > ul.menu-cat > li > ul.submenu ~ .tester {
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/arrowright.png) center no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  top: 10px;
  right: 0;
}
.left-sidebar > ul.menu-cat > li {
  cursor: pointer;
}
.submenu.hidden2 {
  overflow: hidden;
  height: 0;
}
.submenu.mm-listview {
  height: auto !important;
}
.submenu.mm-listview li {
  padding-left: 10px;
}
.mm-listitem__btn:not(.mm-listitem__text) {
  border: none !important;
}
a.mm-btn.mm-btn_next.mm-listitem__btn {
  background-color: transparent;
  height: 50px;
  padding-left: 0;
}
.mm-listitem {
  position: relative;
}
.mm-btn_next:after,
.mm-btn_prev:before {
  border: none!important;
  transform: none;
  content: '+';
  top: 0;
  bottom: 0;
  font-size: 24px;
  height: 50px;
  width: 50px;
  right: 0;
  margin: auto;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
.mm-listitem_opened > .mm-listitem__btn:after {
  transform: none!important;
  right: 0;
  content: '-';
}
.color-i:before,
.menu-colors li:before,
.mm-listitem:before {
  content: '';
}
.mm-listitem_vertical.mm-listitem:before {
  display: none;
}
.mm-listitem_vertical.mm-listitem > .mm-listitem__text {
  z-index: -1;
}
.mm-listitem_vertical.mm-listitem > .mm-listitem__btn {
  position: absolute;
  right: 0;
  width: 100%;
}
.mm-listitem:before {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  transform: rotate(135deg);
  right: 23px;
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.submenu.mm-listview a {
  background-color: transparent;
  font-size: 12px;
  font-family: GeometriaMed, sans-serif;
}
.mapper,
.name-sellers {
  font-family: GeometriaLight;
}
.mm-listitem:after {
  left: 0 !important;
}
.red {
  color: #e04242 !important;
}
.menu-colors {
  padding: 0;
}
.menu-colors li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.menu-colors li.active {
  opacity: 0.6;
}
.colors-prod {
  display: none;
}
.menu-colors li:nth-child(1),
.menu-colors li:nth-child(2),
.menu-colors li:nth-child(3) {
  margin-top: 10px;
}
.menu-colors li:before {
  position: absolute;
  left: 2px;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #e41b17;
  outline: #adadad solid 1px;
  border: 1px solid #f4f4f4;
}
.menu-colors a:not(.selected) li:before {
  background-color: #ffffff !important;
}
.menu-colors li.gray:before {
  background-color: #cccccc;
}
.menu-colors li.gray:hover::before {
  background-color: #cccccc !important;
}
.menu-colors li.white:before {
  background-color: #ffffff;
}
.menu-colors li.white:hover::before {
  background-color: #ffffff !important;
}
.menu-colors li.black:before {
  background-color: #000000;
}
.menu-colors li.black:hover::before {
  background-color: #000000 !important;
}
.menu-colors li.pink:before {
  background-color: #faafbe;
}
.menu-colors li.pink:hover::before {
  background-color: #faafbe !important;
}
.menu-colors li.darkBlue:before {
  background-color: #3a47ff;
}
.menu-colors li.darkBlue:hover::before {
  background-color: #3a47ff !important;
}
.menu-colors li.blue:before {
  background-color: #99c5ff;
}
.menu-colors li.blue:hover::before {
  background-color: #99c5ff !important;
}
.menu-colors li.brown:before {
  background-color: #ce8537;
}
.menu-colors li.brown:hover::before {
  background-color: #ce8537 !important;
}
.menu-colors li.beige:before {
  background-color: #edba84;
}
.menu-colors li.beige:hover::before {
  background-color: #edba84 !important;
}
.menu-colors li.green:before {
  background-color: #3dbf62;
}
.menu-colors li.green:hover::before {
  background-color: #3dbf62 !important;
}
.form-group * {
  transition: none;
}
.type-product-filtre {
  padding: 0;
}
.type-product-filtre li {
  padding: 0 0 0 30px;
  line-height: 28px;
  list-style-type: none;
  cursor: pointer;
}
.type-product-filtre li div {
  position: relative;
  text-transform: capitalize;
}
.type-product-filtre li div:after,
.type-product-filtre li div:before {
  content: "";
  position: absolute;
  top: -2px;
  margin: auto;
  bottom: 0;
}
.type-product-filtre li div:before {
  width: 14px;
  height: 14px;
  left: -30px;
  border: 1px solid #686868;
}
.type-product-filtre li div:after {
  width: 8px;
  height: 8px;
  background: 0 0;
  left: -27px;
  transition: 0.25s ease-in-out;
}
.type-product-filtre a.selected li div:after,
.type-product-filtre li:hover div:after {
  background: #000;
  opacity: 0.6;
}
.type-product-filtre li.active div:after {
  background: #000;
  opacity: 1;
}
.filtre-products:hover,
.left-sidebar-block li:hover,
.menu-cat a:hover {
  color: #989898;
}
.products.catalog {
  margin-top: 0;
  margin-bottom: 10px;
}
.products-menu {
  margin-bottom: 22px;
}
.finded-products {
  float: right;
}
.filtre-products {
  float: left;
  position: relative;
  color: #222;
  cursor: pointer;
}
.dropdown-content {
  padding: 15px 20px;
  list-style: none;
  position: absolute;
  min-width: 200px;
  top: calc(120%);
  z-index: 99999;
  right: 0;
  left: 0;
  background: #fff;
  display: none;
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #f3f3f3;
  border-width: 1px 0 0 1px;
  transition: none;
}
.dropdown-content li a {
  text-transform: none;
  color: #989898;
  padding: 4px 0;
  display: block;
  white-space: nowrap;
}
.button,
.news-containe h3,
.open-sidebar,
.rewind li span {
  text-transform: uppercase;
}
.open-sidebar {
  float: left;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 0 20px 0 0;
}
.open-sidebar:hover {
  border-color: #000;
  color: #000000;
}
.open-sidebar fa:before {
  transition: none;
}
.leftsidebar-bg {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 106px;
  left: 120.5px;
  right: 0;
  width: 100%;
  z-index: 9998;
}
.modal-map button,
.size button {
  background-color: transparent;
  outline: 0 !important;
}
.pre-pre-thumb,
.pre-thumbs li,
.tabs_block .bg {
  background-repeat: no-repeat;
}
#myModal-1 .size,
.size {
  position: relative;
}
.pre-thumbs {
  padding: 0;
  width: 84px;
  float: left;
}
.pre-thumbs li {
  list-style-type: none;
  width: 100%;
  height: 115px;
  background-position: center;
  background-size: cover;
}
.pre-thumbs li:hover {
  opacity: 0.7;
}
.close_bg,
.close_bg:hover {
  opacity: 1;
}
.modal-header {
  padding-top: 25px;
  padding-bottom: 1px;
  border: 0;
}
.modal-dialog,
.modal-dialog .modal-content {
  padding-bottom: 30px;
}
.modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.modal-dialog {
  width: 90%;
  margin: 100px auto 20px;
}
.modal {
  padding-bottom: 50px;
}
#myModal-1 .size {
  padding: 40px !important;
}
.size h2 {
  padding: 0 0 25px;
  margin: 0;
  font-size: 24px;
}
.size button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 23px;
  top: 30px;
}
.modal-content .pre-desc {
  padding: 40px 0 0 440px;
}
.pre-pre-thumb {
  float: left;
  width: 312px;
  height: 0;
  padding-bottom: 55%;
  background-size: cover;
}
.modal-map {
  width: 490px!important;
  position: relative;
}
.modal-map button {
  border: 0;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 40px;
  width: 50px;
  z-index: 10000;
}
.popup-form,
.tabs_block {
  position: relative;
}
.popup-form {
  margin-top: 10px;
}
.popup-form .accept {
  right: 0;
}
.modal-size {
  width: 992px !important;
}
.pre-title {
  font-size: 24.42px;
  color: #111;
  margin-top: 0;
}
.close_bg,
.tabs {
  position: absolute;
}
.tabs {
  margin: 0;
  padding: 0;
}
.tabs li {
  display: inline-block;
  color: #000;
  font-size: 12px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-right: 15px;
}
.tabs li.active {
  border-bottom: 2px solid #a07a63;
}
.tabs_block .box {
  display: none;
  margin-left: 170px;
}
.tabs_block .visible {
  display: inline-block;
}
.photo_p {
  display: flex;
  justify-content: space-around;
}
th.second {
  padding-right: 96px;
}
.second_l {
  padding-right: 172px;
}
.close_bg {
  right: 37px;
  top: 37px;
  width: 20px;
  height: 20px;
}
.close_bg:after,
.close_bg:before {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 20px;
  width: 1px;
  background-color: #333333;
}
.close_bg:before {
  transform: rotate(45deg);
}
.close_bg:after {
  transform: rotate(-45deg);
}
.table_sizes {
  margin-left: -170px;
  margin-top: 30px;
}
.tabs_block .bg {
  height: 115px;
  width: 95px;
  margin: 0 15px;
}
.breast {
  background: url(../images/breast.png);
}
.waist {
  background: url(../images/waist.png);
}
.back {
  background-image: url(../images/back.png);
}
.shoulders {
  background-image: url(../images/shoulders.png);
}
.sleeves {
  background-image: url(../images/sleeves.png);
}
.inner-leg {
  background-image: url(../images/size-chart-trousers-innerleg.svg);
}
.waist-trouser {
  background-image: url(../images/size-chart-trousers-waisttrouser.svg);
}
.hip-width {
  background-image: url(../images/size-chart-trousers-hipwidth.svg);
}
.upper-thigh {
  background-image: url(../images/size-chart-trousers-upperthigh.svg);
}
.f {
  padding-right: 136px;
}
th {
  padding-bottom: 15px;
}
.ot {
  padding-right: 90px;
}
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
.star-rating {
  padding: 0;
  margin: 0;
}
.pre-comments,
.star-rating {
  display: none !important;
}
.breads ul li,
.star-rating li {
  display: inline-block;
  list-style-type: none;
}
.star-rating li {
  padding: 0;
  width: 12px;
  height: 12px;
  background-position: center;
  background-image: url(../images/star.png);
  cursor: pointer;
}
.star-rating li.active,
.star-rating li:hover {
  background-image: url(../images/star-active.png);
}
.breads {
  background-color: #f2f2f2;
  height: 201px;
  margin-top: 0;
  position: relative;
}
.offerinfo {
  background-color: #7474a7;
  height: 50px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
}
.offertext {
  text-align: left;
  font-size: 15px;
  padding-top: 15px;
  list-style-type: none;
  color: #fff;
  float: left;
}
.breads ul,
.buttonli,
.colvo,
.downer .fa,
.pre-desc .buttonli,
.recomendesion .title,
.titles,
.toper .fa {
  text-align: center;
}
.breads ul {
  margin: auto;
  padding: 0;
  position: absolute;
  top: calc(27%);
  width: 100%;
}
.breads ul li {
  color: #c1c0c0;
  font-size: 12px;
}
.breads ul li:first-child a:after {
  content: ' /';
}
.breads ul li:nth-child(3) {
  display: block;
  font-size: 14px;
  color: #000;
  margin: 6px 0 0;
}
.real-catalog .about {
  width: calc(44%);
  margin-left: 10px;
}
.eye,
.like {
  width: calc(13%);
}
.about,
.eye,
.like {
  margin-right: 5px;
}
.pre-comments {
  color: #555;
  font-size: 14.24px;
  display: inline-block;
  margin-left: 5px;
}
.pre-comments a {
  font-size: 12.21px;
}
.cost-sellers .nosale-cost,
.pre-price .nosale-cost {
  text-decoration: line-through;
}
.pre-price {
  font-size: 24.42px;
  margin: 20px 0;
}
.pre-price span {
  margin: 0;
}
.pre-desc .buttonli,
.variaty .color {
  display: inline-block;
  margin-right: 15px;
}
.pre-price span:after {
  content: 'P';
  line-height: 4px;
  width: .4em;
  border-bottom: 2px solid #000;
  display: inline-block;
}
.pre-price .nosale-cost {
  color: #555;
  font-size: 20px;
  margin-left: 10px;
}
.pre-price .sale-cost {
  color: #000;
  font-size: 20px;
}
.pre-price .sale-cost:after {
  line-height: 2px;
}
.pre-desc-point {
  color: #111;
  font-size: 12px;
  margin-bottom: 7px;
}
.availability {
  padding: 0 25px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  font-size: 10px;
}
.pre-desc .buttonli {
  width: 170px;
  line-height: 38px;
  height: 40px;
  color: #fff;
  background: #a07a63;
  border: 1px solid #a07a63;
  cursor: pointer;
  transition: background-color 0.25s ease-in;
}
.pre-desc .buttonli:hover {
  background: #c99677;
}
.variaty .colorer {
  width: 70px;
  margin-right: 0;
}
.variaty .color select {
  width: 170px;
  height: 31px;
  line-height: 35px;
  color: #111;
  border: 2px solid #ebebeb;
  padding-left: 10px;
  outline: 0;
}
.variaty .color select option {
  color: #111111;
}
.variaty .color p {
  color: #111;
  font-size: 14.26px;
  margin-top: 25px;
}
.pre-count {
  width: 70px;
  height: 30px;
  border: 1px solid #ebebeb;
  position: relative;
}
.microthumbs .slick-current {
  border: 1px solid #a07a63;
}
.downer,
.toper {
  height: 13px;
  width: 33px;
  position: absolute;
  right: 0;
  border-left: 1px solid #ebebeb;
  cursor: pointer;
}
.downer .fa,
.toper .fa {
  line-height: 13px;
  margin: auto;
  display: block;
  color: #cccccc;
}
.colvo {
  width: 33px;
  height: 26px;
  line-height: 26px;
  border: 0;
}
.toper {
  top: 0;
  border-bottom: 2px solid #ebebeb;
}
.downer {
  bottom: 0;
}
.gray-line3 {
  width: 100%;
  height: 1px;
  background-color: #dedede;
  margin: 25px 0;
}
.buttonli {
  width: 170px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.buttonli:hover {
  background-color: #000;
  color: #ffffff;
}
.pre-link {
  margin-top: 25px;
}
.pre-link-icon {
  padding: 10px 0 10px 40px;
}
.pre-modal {
  position: absolute;
  top: 15px;
  right: 15px;
}
.closerest {
  position: absolute;
  right: -45px;
  top: -20px;
  font-size: 60px;
}
.bestsellers {
  padding: 0;
}
.bestsellers li {
  list-style-type: none;
  margin-bottom: 20px;
  cursor: pointer;
}
.bestsellers .bestlelers-thumb {
  width: 80px;
  height: 120px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 21px;
}
.descr-sellers {
  float: left;
}
.name-sellers {
  color: #222;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0 0 4px;
}
.cost-sellers {
  color: #707070;
  line-height: 1.5;
}
.cost-sellers span::after {
  content: " ₽";
}
.fuckyou {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.microthumbs .slick-track div {
  height: 83px;
  -webkit-background-size: contain;
  margin: 0 8px;
  background-size: contain;
  width: 55px;
}
.slick-next,
.slick-prev {
  color: #7f7f7f!important;
  font-size: 29px;
  top: 25%;
  transition: 0.25s all ease;
}
.slick-next:hover,
.slick-prev:hover {
  color: #333333 !important;
}
.pre-pre-thumb .slick-list {
  margin: 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 74px;
  padding: 0;
}
.zadai p,
.zadai ul {
  margin-bottom: 0;
}
.slick-next {
  right: 50px;
}
.slick-prev {
  left: 50px;
}
.zadai p {
  margin-left: 15px;
  padding-right: 0;
  line-height: 26.67px;
}
.zadai li {
  font-size: 19px;
  margin-right: 20px !important;
}
.zadai {
  padding: 11px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 57px;
}
.reset-inf {
  margin: 30px 0;
  font-size: 12.2px;
  text-decoration: underline;
  color: #111;
  cursor: pointer;
}
.product0page .product-nav {
  padding-left: 15px;
  padding-right: 15px;
}
.product0page .pre-desc {
  width: auto;
  position: relative;
}
.mm-menu_offcanvas {
  z-index: 20000 !important;
}
.product0page .thumb-wrapper {
  position: static;
}
.product0page .pre-pre-thumb {
  float: none;
  width: auto;
  height: auto;
  padding-bottom: 0;
  background: 0 0!important;
  text-align: center;
}
.product0page .pre-pre-thumb .zoom-image {
  max-width: 100%;
  width: 100%;
}
.product-back {
  color: #555;
  margin-bottom: 50px;
  float: left;
  cursor: pointer;
}
.product-back span {
  color: #a0a0a0;
}
.recomendesion {
  margin: auto;
}
.recomendesion .title {
  font-size: 24px;
}
.descreptionable .open-detailes,
.descreptionable .titles {
  padding: 0 15px;
}
.descreptionable {
  margin-top: 50px;
  margin-bottom: 60px;
}
.titles {
  margin: 54px 0;
}
.breads-cump,
.breads-cump .container,
.map3 {
  margin-top: 0;
}
.titles div {
  display: inline-block;
  color: #c7c7c7;
  font-size: 18px;
  margin-right: 60px;
  cursor: pointer;
}
.titles div:last-child {
  margin-right: 0;
}
.titles div.active {
  color: #121210;
}
.pre-desc-point span {
  color: #555555;
}
.breads-cump,
.breads-cump a {
  color: #c1c0c0;
}
.product0page .pre-colors > li:first-child {
  width: 165px;
}
.navegutor {
  float: right;
}
.navegutor i {
  margin-right: 10px;
  cursor: pointer;
}
.navegutor i:last-child {
  margin: 0;
}
.open-detailes2 {
  display: none;
}
.open-detailes {
  transition: none;
}
.map3 {
  margin-bottom: 0;
}
.maper3 > div {
  top: 45px !important;
}
.breads-cump {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
  height: initial;
}
.page-title {
  margin: 20px 0 50px;
  font-size: 18px;
}
.faq-tabs {
  width: 25%;
  float: left;
  padding: 0;
}
.faq-tabs li {
  list-style-type: none;
  line-height: 36px;
  margin: 0 0 5px;
  color: #888;
  cursor: pointer;
}
.faq-tabs li span {
  position: relative;
}
.faq-tabs li span:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  background: #454545;
  transition: 0.25s ease-in-out;
}
.faq-tabs li.current span:after {
  left: 0;
  right: 0;
}
.faq-tabs li.current {
  color: #000000;
}
.faq-content {
  width: 75%;
  float: left;
  padding-left: 10px;
}
.cont-title {
  position: relative;
  color: #000;
  font-size: 11px;
  line-height: 24px;
  cursor: pointer;
  margin: 0;
  padding: 15px 30px 15px 0;
  border-top: 1px solid #d9d9d9;
}
.cont-content {
  padding: 10px 0 30px;
  color: #747474;
  display: none;
  transition: initial;
}
.cont-title:after {
  content: "";
  width: 30px;
  line-height: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(//cdn.shopify.com/s/files/1/1414/3652/t/9/assets/arrow-caret-right.png?5212146925139632405) center center no-repeat;
  background-size: 68%;
  opacity: 0.8;
}
.countprice:after,
.itemser-price.tablenotitle:after,
.itemser-totalprice.tablenotitle:after,
.privet:after {
  content: " ₽";
}
.cirelblock .bestsellers .bestlelers-thumb,
.heraks .bestlelers-thumb {
  height: 70px;
}
.carter-thumb,
.res-avatar {
  background-position: center;
  background-repeat: no-repeat;
}
.faq-content .faq-spoiler:first-child .cont-content {
  display: block;
}
.faq-content > div {
  display: none;
}
.faq-content > div:first-child {
  display: block;
}
.faq-container {
  margin: 20px auto 0;
}
.cirelblock .pagination-cat {
  padding-top: 55px;
  padding-bottom: 65px;
}
.bruds {
  margin: 50px 0;
}
#map * {
  transition: none;
}
.content-conact {
  background-color: #f6f6f6;
  min-height: 504px;
}
.title-meg {
  font-size: 19px;
  color: #2a2a2a;
  padding-top: 25px;
  padding-bottom: 15px;
}
.contactus {
  margin-top: 35px;
}
.contactus-info {
  max-width: 48.9%;
  font-size: 13.64px;
  display: inline-block;
  margin-bottom: 25px;
}
.contactus-info:nth-child(2),
.contactus-info:nth-child(5) {
  margin-right: 10px;
}
.contactus-info p {
  margin: 0 0 10px;
}
.numberoius {
  color: rgba(34, 34, 34, 0.902);
  padding: 15px 0 15px 25px;
  border: 0;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  outline: 0;
  width: 100%;
  font-size: 15px;
}
.ubeimenya {
  font-size: 14px;
  margin-bottom: 15px;
}
.getthesms {
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 25px;
}
.vfdfd,
.zadaiqu {
  width: 20px;
  height: 20px;
  position: relative;
  background-size: contain;
}
.getthesms:hover {
  color: #fff;
  background-color: #000;
  border-color: #000000;
}
.zadaiqu {
  top: 3px;
}
.news-containe {
  margin-top: 35px;
  color: #222222;
}
.news-containe img {
  max-width: 100%;
}
.news-containe h3 {
  font-size: 14px;
  line-height: 21px;
  display: block;
  margin: 15px 0;
}
.news-containe p {
  margin: 0 0 19.44px;
  white-space: pre-wrap;
}
.next-post {
  float: right;
  text-align: right;
  margin-top: 45px;
  margin-bottom: 70px;
}
.next-post a {
  font-size: 10px;
  color: #797979;
  margin-right: -3px;
}
.next-post a:hover {
  color: #989898;
}
.vfdfd {
  top: 2px;
}
.news .title {
  font-size: 24px;
}
.search-submit,
.text-value {
  height: 44px;
  font-size: 12px;
  margin-top: 17.5px;
  color: #222222;
}
.text-value {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-right: 0;
  padding: 0 18px;
  line-height: 1.5;
}
.text-value:focus {
  outline: 0;
}
.search-submit {
  border: 2px solid;
  line-height: 42px;
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.result-items {
  padding: 55px 55px 0;
}
.res-avatar {
  width: 93px;
  height: 120px;
  background-size: contain;
}
.res-item {
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8e9eb;
  cursor: pointer;
}
.res-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tablenotitle,
.tabletitle {
  padding-top: 20px;
  padding-bottom: 20px;
}
.textore {
  color: #222222;
}
.privet {
  color: #747474;
}
.tabletitle {
  color: #222;
  line-height: 1.5;
}
.itemser > div {
  border-bottom: 1px solid #e8e9eb;
}
.carter-thumb {
  width: 80px;
  height: 102px;
  background-size: contain;
  float: left;
}
.cartfiting,
.totallyspice {
  float: right;
}
.variatyincart {
  padding: 5px 0;
  font-size: .83333em;
  font-style: italic;
}
.nameof {
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.itemser {
  margin-bottom: 62.5px;
}
.cartcounter {
  text-align: center;
  width: 60px;
  padding: 8px 5px;
  border: 1px solid #d9d9d9;
}
#CartSpecialInstructions {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  transition: none;
  border: 1px solid #d9d9d9;
  padding: 8px 18px;
}
.commnet p {
  margin-bottom: 15px;
}
.totallyspice span {
  display: inline-block;
  font-size: 1.16667em;
}
.countprice {
  text-align: right;
  padding-left: 55px;
  min-width: 150px;
  font-size: 12px !important;
}
.infoincheckin {
  font-style: italic;
  font-size: .83333em;
  padding: 18px 0 20px;
  text-align: right;
}
.cartfiting {
  color: #fff;
  width: 258px;
  height: 43px;
  line-height: 42px;
}
.favoritebag {
  background-image: url(../images/heartr_w.png);
  background-size: contain;
}
.icanclose,
.product-av {
  background-size: cover;
  background-position: center;
}
.popupaddedcart,
.popupaddedcart2 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1051;
  display: none;
  transition: none;
}
.icanclose,
.product-info2,
.samblock {
  position: absolute;
}
.samblock {
  padding: 30px;
  width: 95%;
  height: 193px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.icanclose {
  background-image: url(../images/closerester.png);
  width: 20px;
  height: 20px;
  right: 40px;
  top: 40px;
  cursor: pointer;
}
.product-av {
  width: 100px;
  height: 127px;
  float: left;
}
.product-info2 {
  width: 290px;
  float: left;
  left: 131px;
  top: 0;
  bottom: 0;
  margin: auto auto auto 16px;
  height: fit-content;
}
.product-info2 p {
  margin: 0 0 3px;
  font-weight: 500;
  color: #222222;
}
.product-info3 {
  color: #a0a0a0!important;
  font-weight: 300 !important;
}
.lefttr,
.righttr {
  padding: 0 10px;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-top: 19.5px;
  cursor: pointer;
}
.lefttr {
  background: #000;
  color: #fff;
  border-color: #000000;
}
.rewind {
  padding: 0;
}
.rewind li {
  list-style-type: none;
  font-size: 15.5px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 490px;
  background: #fff;
  padding: 25px 44px 25px 30px;
}
.rewind li:first-child {
  margin-top: 0;
}
.reviews {
  padding: 75px 0;
}
.rewind li a {
  margin-left: 2px;
  font-size: 10px;
  color: #000000;
}
.rewind li span {
  font-size: 14px;
  color: #a9a9a9;
}
.button {
  border: 1px solid #2e2e2e;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  margin-top: 7px;
  position: relative;
  text-align: center;
  transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  user-select: none;
  float: right;
}
.button .mask,
.button .shift {
  transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}
.button a {
  text-decoration: none;
  margin-left: 2px;
  font-size: 10px;
  display: block;
  color: #000;
  line-height: 40px;
  text-transform: initial;
}
.button:active a,
.button:hover a {
  color: #a07a63;
}
.button .mask {
  background-color: #a07a63;
  background-color: rgba(160, 122, 99, 0.5);
  height: 100px;
  position: absolute;
  transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
  width: 200px;
}
.button .shift {
  display: inline-block;
}
.button:hover {
  background-color: rgba(160, 122, 99, 0.05);
  border-color: #a07a63;
  box-shadow: 0 0 5px rgba(160, 122, 99, 0.8);
  transition: background 0s;
}
.button:hover .mask {
  background-color: #a07a63;
  transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg);
}
.button:hover .shift {
  transform: translateX(5px);
}
.button:active {
  background-color: #ffffff;
}
.fignya {
  width: 80px;
  height: 60px;
  margin-right: 5px;
  line-height: 60px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.fignya img {
  max-width: 80%;
  max-height: 100%;
}
.favoritebag {
  margin-right: 8px;
  height: 23px;
  width: 23px;
  margin-bottom: -2px;
}
.error-404 p {
  font-size: 20px;
  margin-top: 50px;
  text-align: center;
}
.error-404 img {
  margin: 30px auto auto;
  display: block;
}
.coloress,
.pre-thumbs li {
  display: none;
}
.error-404 p:nth-child(3) {
  margin-top: 0;
}
.darkBlue:before {
  background-color: #3a47ff !important;
}
.grey:before {
  background-color: #cccccc !important;
}
.blue:before {
  background-color: #99c5ff !important;
}
.black:before {
  background-color: #000000 !important;
}
.brown:before {
  background-color: #ce8537 !important;
}
.beige:before {
  background-color: #edba84 !important;
}
.is-nowrap {
  white-space: nowrap;
}
#price {
  color: #000000;
}
.pre-thumbs li:nth-child(1),
.pre-thumbs li:nth-child(2),
.pre-thumbs li:nth-child(3),
.pre-thumbs li:nth-child(4) {
  display: block;
}
.products.catalog {
  position: relative;
  padding-left: 0!important;
  padding-right: 0 !important;
}
.preloader-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 15%;
  margin: auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0.75);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.preloader-container.active,
.preloader-container.active .preloader-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.preloader-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #000000;
}
.active .spinner-layer {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle,
.gap-patch {
  position: absolute;
  height: 100%;
  top: 0;
}
.circle-clipper .circle {
  width: 200%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent!important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  right: 0;
  bottom: 0;
}
.circle {
  border-radius: 50%;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent!important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent!important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.gap-patch {
  left: 45%;
  width: 10%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.instagram {
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 100px auto;
}
#catalogApplyButton.active,
.phone {
  display: block;
}
.instagram .title p {
  margin-bottom: 40px;
}
.instagram .grid-item {
  width: 16.666%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.instagram .grid-item a img {
  height: 100%;
  width: 100%;
  transition: all 0.8s ease-in-out;
  object-fit: cover;
  display: block;
}
.instagram .item--overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease-out;
  z-index: 2;
  background-color: rgba(52, 53, 56, 0.4);
}
#tubular-container,
#tubular-shield,
#youtube {
  z-index: 0 !important;
}
.instagram .item--overlay i {
  position: absolute;
  color: #fff;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.instagram .grid-item:hover .item--overlay {
  visibility: visible;
  opacity: 1;
}
.instagram .grid-item:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
@-webkit-keyframes right-spin {
  from,
  to {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
}
@keyframes right-spin {
  from,
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes left-spin {
  from,
  to {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
}
@keyframes left-spin {
  from,
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
.filtr-wrap,
.left-sidebar {
  position: relative;
}
#catalogApplyButton {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 0;
  right: 0;
  transition: 0.25s all ease;
}
#catalogApplyButton:hover {
  color: #a07a63;
}
#tubular-container {
  position: absolute!important;
  margin: auto;
  top: 84px;
  left: 0;
  right: 0;
  height: 545px!important;
  width: 100% !important;
}
.color-i:before,
.keis-photo:before,
.keis-photo:hover:before {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.news-list {
  padding: 0!important;
  margin-bottom: 30px;
}
.news-list .news-title {
  height: 57px;
}
.news-list .news-predesc {
  height: 70px;
}
#youtube {
  width: 100%;
  height: 550px;
}
#tubular-player {
  position: relative!important;
  width: 100% !important;
}
.product-more.lith {
  margin: 10px 0 0;
  float: right;
  color: #fff;
  border: 1px solid;
}
.product-more.lith:hover {
  background: #fff;
  color: #000000;
}
.h2 {
  padding: 0 15px;
  font-size: 24px;
  margin: 17px 0;
}
.footer_bg {
  background: #282828;
}
.name-footer-menu {
  color: #a07a63;
}
.grey {
  background: #fbfaf8;
}
.info {
  padding: 38px 0;
}
.mapper {
  padding: 20px;
  background: #fff;
  font-size: 14px;
  font-weight:bold;
  color: #a9a9a9;
}
.brown-c {
  color: #a07a63;
}
.phone {
  margin-bottom: 25px;
  margin-top: 5px;
}
.work-time {
  display: flex;
  justify-content: space-between;
}
.photo {
  display: flex;
  justify-content: space-around;
}
.big-photo,
.little-photo {
  width: 49%;
}
.big-photo {
  height: 425px;
  background: url(../images/photo1.jpeg) no-repeat;
}
.l-p {
  height: 210px;
}
.p2 {
  background-image: url(../images/photo2.jpeg);
  margin-bottom: 5px;
}
.p3 {
  background-image: url(../images/photo3.jpeg);
}
.big-photo:before {
  background: url(../images/photo1.jpeg) no-repeat;
}
.p2:before {
  background-image: url(../images/photo2.jpeg);
}
.p3:before {
  background-image: url(../images/photo3.jpeg);
}
.color-i {
  background-color: #000;
  background-blend-mode: luminosity;
  background-size: cover;
  position: relative;
}
.color-i:hover {
  background-blend-mode: normal;
}
.color-i:before {
  display: block;
  position: absolute;
  opacity: 0;
  transition: all .5s;
  background-size: cover;
}
.color-i:hover:before {
  opacity: 1;
}
.footer,
.mapper p {
  margin: 0;
}
.otzivi-text {
  padding-top: 10%;
}
.otzivi-title {
  font-size: 30px;
  width: 60%;
  margin: auto;
}
.keis {
  display: flex;
  margin-top: 15%;
}
.keis-photo {
  height: 135px;
  margin-right: 45px;
  width: 50%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.keis-photo:after,
.keis-photo:before,
.keis-photo:hover:before {
  content: '';
  display: block;
  position: absolute;
}
.keis-photo:before {
  background: 0 0;
}
.keis-photo:hover:before {
  background: #000;
  opacity: 0.6;
}
.keis-photo:after {
  width: 21px;
  height: 24px;
  z-index: 50;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  transition: ease-out 250ms;
  margin-left: -25px;
  background: url(../images/play_middle.png) 55% 11px no-repeat #ffffff;
  padding: 10%;
  border-radius: 50%;
  opacity: 0;
}
.keis-photo:hover:after {
  opacity: 1;
}
.keis-text {
  width: 50%;
  padding: 0 0 15px;
}
.keis-title {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  padding-top: 0;
}
.keis-descr {
  font-size: 10px;
  color: #a9a9a9;
}
.keis-link {
  font-weight: 700;
  text-decoration: underline;
  transition: .25s all;
  font-size: 11.27px;
  color: #000;
  cursor: pointer;
}
.keis-link:hover {
  text-decoration: underline;
  color: #a07a63;
}
.pre-link-icon {
  position: relative;
  cursor: pointer;
  transition: color 0.25s ease;
}
.find:before,
.sizes::before,
.test:before {
  position: absolute;
  content: '';
  display: block;
}
.pre-link-icon:hover {
  color: #a07a63;
}
.sizes::before {
  width: 25px;
  height: 25px;
  background: url(../images/icon-ruler.png);
  background-size: cover;
  left: 0;
  top: 5px;
}
.find:before {
  width: 25px;
  height: 25px;
  background: url(../images/icon-marker.png);
  background-size: cover;
  left: 2px;
  top: 7px;
}
.test:before {
  width: 20px;
  height: 20px;
  background: url(../images/icon-gift.png);
  -webkit-background-size: cover;
  background-size: cover;
  left: 5px;
  top: 8px;
}
.product0page {
  position: relative;
}
.product0page:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  height: 1px;
  background: rgba(40, 40, 40, 0.3);
}
.add_tabs_block {
  margin: auto;
  display: block;
}
.add_tabs {
  padding: 0;
  list-style-type: none;
  margin: auto auto 30px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-bottom: 1px solid #bfbfbf;
}
.add_tabs li {
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 20px;
  padding-right: 36px;
  padding-left: 36px;
}
.add_tabs li.active {
  color: #a07a63;
  border-bottom: 2px solid #a07a63;
}
.tab_cont {
  display: none;
  color: #606060;
}
.tab_cont.active,
.visible {
  display: block;
}
.more_det {
  padding-top: 85px;
  padding-bottom: 70px;
  margin: auto;
}
.more_det .text {
  color: #606060;
  position: relative;
}
.more_det_wrap {
  display: flex;
  flex-direction: row;
}
.more_det .right {
  width: 16%;
}
.more_det .left {
  width: 22%;
}
.more_det .left .text span,
.more_det .right .text span {
  display: block;
  position: absolute;
  background-image: url(../images/icons8-plus-filled.png);
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.more_det .right .text-second {
  margin-top: 260px;
}
.more_det .right .text-first {
  margin-top: 40px;
}
.more_det .right .text-first span {
  left: -113px;
  top: 0;
}
.more_det .right .text-second span {
  left: -190px;
  bottom: -26px;
}
.more_det .left .text span {
  right: -165px;
}
.more_det .left .text-second span {
  top: -30px;
}
.more_det .left .text-first span {
  top: 20px;
}
.more_det .left .text-second {
  margin-top: 120px;
}
.more_det .center {
  width: 50%;
  height: 422px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/interactiv_img.png);
}
.underlined {
  flex: 1;
  line-height: 1.2;
  text-decoration: none;
  background-image: linear-gradient(to right, rgba(160, 122, 99, 0.4) 0, rgba(160, 122, 99, 0.4) 100%);
  background-position: 0 1.2em;
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: background 0.5s;
}
.icon_plus:hover ~ .underlined {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.container.news {
  padding-bottom: 45px;
}
.underlined--offset {
  background-position: 0 .2em;
  box-shadow: inset 0 -0.5em 0 0 #ffffff;
}
.mobile_v {
  display: none;
}
.top_head {
  height: 26px;
  background: #000;
  color: #fff;
  line-height: 26px;
  cursor: pointer;
  font-size: 10px;
}
.bottom_head {
  background: #282828;
  color: #fff;
  padding: 13px 0;
}
.bottom_head .head_logo {
  display: flex;
  justify-content: center;
}
.bottom_head .left_m {
  display: flex;
  justify-content: flex-end;
}
.bottom_head .right_m {
  display: flex;
  justify-content: flex-start;
}
.bottom_head ul.menu-list li a {
  color: #fff;
  transition: 0.25s all ease;
}
.bottom_head ul.menu-list li a:hover {
  color: #a07a63;
}
.bottom_head .outer-menu .hamburger > div {
  background: #ffffff;
}
.head_wrap {
  padding: 8px 15px;
  height: 26px;
  transition: .25s all ease;
  position: relative;
}
.head_contact a:active,
.head_contact a:focus,
.head_contact a:visited {
  text-decoration: none;
  color: #ffffff;
}
.combination:hover,
.head_wrap:hover {
  background: #a07a63;
}
.container-full {
  width: 100%!important;
  padding: 0 !important;
}
.head_contact_bottom {
  display: none;
  transition: .4s all ease;
  position: absolute;
  left: 0;
  width: 169px;
  top: 25px;
  padding: 12px 15px;
  z-index: 800;
  box-shadow: 0 1px 9px 3px rgba(0, 0, 0, 0.2);
  color: #a9a9a9;
}
.combination_down,
.sale_down {
  top: 25px;
  line-height: 15px;
  z-index: 999999999999999999999;
  left: 0;
}
.head_contact .head_contact_bottom a {
  color: #000;
  text-decoration: underline;
  transition: 0.25s all ease;
}
.combination_down a:hover,
.head_contact .head_contact_bottom a:hover,
.sale_down a:hover {
  color: #a07a63;
}
.time {
  display: block;
  margin-top: -6px;
}
.city {
  padding-right: 10px;
  text-decoration: underline;
}
.right {
  text-align: right;
}
.more_det .right,
.sale_down {
  text-align: left;
}
.sale {
  padding: 8px 30px;
  transition: .25s all ease;
  position: relative;
}
.sale_down {
  display: none;
  position: absolute;
  width: 121.3px;
  padding: 12px 10px;
  color: #a9a9a9;
}
.combination_down a,
.sale_down a {
  display: block;
  color: #000;
  text-decoration: underline;
  transition: .25s all ease;
  padding-top: 10px;
}
.sale:hover {
  background: #4969c4;
}
.combination {
  padding: 8px 15px;
  transition: .25s all ease;
  position: relative;
}
.combination_down {
  display: none;
  position: absolute;
  width: 168.5px;
  padding: 12px 10px;
  color: #a9a9a9;
  text-align: left;
}
.white {
  background: #ffffff;
}
.title_wrap_filtr {
  position: relative;
}
.open-sidebar {
  display: none !important;
}
.products-menu {
  padding: 0 15px;
}
.modal {
  height: 100vh;
}
.menu-burger {
  float: right;
  padding: 7px 0;
  display: inline-block;
  width: 20px;
}
.menu-burger .outer-menu {
  position: relative;
  z-index: 8;
}
.menu-burger .outer-menu .menu-wrapper {
  bottom: 0;
  cursor: pointer;
  height: 11px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 18px;
  width: 20px;
  z-index: 10;
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu {
  background: #fff;
  height: 1px;
  ms-transform: translateY(5px);
  o-transition: all 0s .3s;
  position: relative;
  transform: translateY(5px);
  transition: all 0s .3s;
  webkit-transform: translateY(5px);
  webkit-transition: all 0s .3s;
  width: 20px;
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu:before {
  background: #fff;
  bottom: 6px;
  content: "";
  height: 1px;
  left: 0;
  o-transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  webkit-transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu:after {
  background: #fff;
  content: "";
  height: 1px;
  left: 0;
  o-transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  top: 6px;
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  webkit-transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu.m-animate {
  background: rgba(0, 0, 0, 0);
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu.m-animate:after {
  background-color: #fff;
  ms-transform: rotate(45deg);
  o-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  webkit-transform: rotate(45deg);
  webkit-transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-burger .outer-menu .menu-wrapper .hamburger-menu.m-animate:before {
  background-color: #fff;
  bottom: 0;
  ms-transform: rotate(-45deg);
  o-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transform: rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  webkit-transform: rotate(-45deg);
  webkit-transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-burger .outer-menu .menu {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  o-transition: 0.5s ease-in-out;
  outline: transparent solid 1px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s ease-in-out;
  visibility: hidden;
  webkit-transition: 0.5s ease-in-out;
  width: 100%;
}
.menu-burger .outer-menu .menu.open-menu,
.menu-burger .outer-menu .menu > div > div.open-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.menu-burger .outer-menu .menu > div {
  align-items: center;
  background: rgba(0, 0, 0, 0.95);
  color: #fefefe;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex: none;
  height: 100vh;
  justify-content: center;
  ms-flex: none;
  ms-flex-align: center;
  ms-flex-pack: center;
  webkit-align-items: center;
  webkit-box-align: center;
  webkit-box-flex: 0;
  webkit-box-pack: center;
  webkit-flex: none;
  webkit-justify-content: center;
  width: 100vw;
}
.menu-burger .outer-menu .menu > div > div > ul {
  display: block;
  list-style: none;
  margin: 0;
  max-height: 100vh;
  padding: 0 1em;
  text-align: center;
}
.menu-burger .outer-menu .menu > div > div > ul > li {
  display: block;
  font-size: 24px;
  margin: 1em;
  padding: 0;
}
.menu-burger .outer-menu .menu > div > div > ul > li > a {
  color: inherit;
  cursor: pointer;
  display: inline;
  o-transition: color .4s ease;
  position: relative;
  transition: color .4s ease;
  webkit-transition: color 0.4s ease;
}
.menu-burger .outer-menu .menu > div > div > ul > li > a:after {
  background: #e5e5e5;
  bottom: -0.15em;
  content: '';
  height: 2px;
  left: 0;
  o-transition: width .4s ease;
  position: absolute;
  transition: width .4s ease;
  webkit-transition: width .4s ease;
  width: 0;
  z-index: 1;
}
.menu-burger .outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
  text-decoration: none;
}
.menu-burger .outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.menu-find {
  display: inline-block;
  padding: 5px 0;
}
.menu-find .outer-menu-find {
  position: relative;
  z-index: 90;
}
.menu-find .outer-menu-find .find-loop {
  align-items: center;
  backface-visibility: hidden;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  height: 20px;
  justify-content: center;
  ms-flex-align: center;
  ms-flex-pack: center;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  webkit-align-items: center;
  webkit-backface-visibility: hidden;
  webkit-border-radius: 0 .12em .12em 0;
  webkit-box-align: center;
  webkit-box-pack: center;
  webkit-justify-content: center;
  webkit-transition: -webkit-box-shadow 0.4s ease;
  width: 20px;
  z-index: 1;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .open-menu {
  opacity: 1;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper {
  bottom: 0;
  cursor: pointer;
  height: 11px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .25s all ease;
  width: 20px;
  z-index: 10;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper.find-open {
  opacity: 1;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu {
  height: 1px;
  position: relative;
  transform: translateY(5px);
  transition: all 0s .3s;
  width: 20px;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu:before {
  bottom: 5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: bottom 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 5px;
  transition: top 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu.animate {
  background: rgba(0, 0, 0, 0);
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu.animate:after {
  background-color: #fff;
  top: 0;
  transform: rotate(45deg);
  transition: top 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-find .outer-menu-find .find-loop .menu-wrapper .hamburger-menu.animate:before {
  background-color: #fff;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-find .outer-menu-find .menu {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  height: 100%;
  justify-content: center;
  left: 0;
  ms-flex-align: center;
  ms-flex-pack: center;
  opacity: 0;
  o-transition: 0.25s ease-in-out;
  outline: transparent solid 1px;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.25s ease-in-out;
  visibility: hidden;
  width: 100%;
}
.menu-find .outer-menu-find .find-loop .menu-wrapper.open-menu,
.menu-find .outer-menu-find .menu.open-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.menu-find .outer-menu-find .menu > div {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  color: #fefefe;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex: none;
  height: 100vh;
  justify-content: center;
  width: 100vw;
}
.menu-find .outer-menu-find .menu > div > div {
  align-items: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex: none;
  justify-content: center;
  max-height: 100vh;
  max-width: 260px;
  overflow-y: auto;
  padding: 0;
  text-align: center;
  transition: opacity 0.4s ease;
}
.menu-find .outer-menu-find .menu > div > div.open-menu {
  opacity: 1;
}
.menu-find .outer-menu-find .menu .search_btn {
  border: 0;
  background: url(../images/icon_search.png) center no-repeat;
  height: 74px;
  width: 28px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 57;
  background-size: contain;
}
.menu-find .find-test input {
  border: 0;
  border-bottom: 1px solid #333;
  color: #fff;
  font-size: 23px!important;
  outline: 0;
  padding: 20px 0;
}
.menu-find .text-value {
  border: 1px solid #d9d9d9;
  border-right: 0;
  color: #222;
  font-size: 12px;
  height: 44px;
  line-height: 1.5;
  margin-top: 17.5px;
  padding: 0 18px;
  width: 100%;
}
@media (max-width: 1199px) {
  .bottom_head .head_logo {
    padding-top: 8px;
  }
  #video-popup iframe {
    height: 490px;
  }
  .news-list .news-predesc {
    height: 85px;
  }
  .news-title {
    font-size: 14px;
  }
  body .more_det .center {
    width: 60%;
  }
  body .more_det .right {
    width: 20%;
  }
  .left-sidebar-block {
    flex-direction: column !important;
  }
  .left-sidebar-block a {
    width: 100% !important;
  }
  .head-mini-menu .pull-right {
    margin-left: -20px;
  }
  .slick-next {
    right: 30px;
  }
  .slick-prev {
    left: 30px;
  }
  .microthumbs .slick-list {
    margin: -30px 55px;
    padding: 0 66px;
  }
  .slick-next,
  .slick-prev {
    top: -10px;
  }
}
@media (max-width: 1024px) {
  #tubular-container,
  #tubular-player,
  #tubular-shield,
  #youtube {
    display: none;
  }
  .fourSlider__cell {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    line-height: normal;
    padding: 0;
    display: block;
  }
  .answer__info .middle-play {
    margin-top: 0;
    bottom: auto;
  }
  .left .answer__info .middle-play {
    right: auto;
    left: 100%;
    margin-left: 50px;
    margin-top: 0;
    bottom: auto;
  }
}
@media (max-width: 991px) {
  .form-group.left-sidebar-block.princ,
  .left-vis,
  .title-sidebar.caps.med.price {
    display: none;
  }
  .products-menu .helloworld {
    padding-left: 0;
    padding-right: 15px;
  }
  .mm-listitem_vertical .mm-listview a {
    background: #f0f0f0;
  }
  .mm-panel,
  .mm-panels,
  .mm-panels li a {
    background: #ffffff;
  }
  .news-sb {
    width: 100%;
  }
  .products-menu {
    padding: 14px 15px;
    border-bottom: 1px solid #cccccc;
  }
  .bg-cat {
    top: 60px !important;
  }
  .social-links {
    border-top: 1px solid #dedede;
  }
  .left-sidebar-block {
    flex-direction: initial !important;
  }
  .left-sidebar-block a {
    width: 50% !important;
  }
  body .more_det .center {
    width: 54%;
  }
  .head-logo img {
    margin-top: 7px;
  }
  .head-mini-menu {
    margin-top: 5px;
  }
  .open-sidebar {
    display: inline-block !important;
    padding: 0 15px;
  }
  .products-menu {
    margin-top: 0!important;
    margin-bottom: 0;
  }
  body {
    position: relative !important;
  }
  .mm-panels > .mm-panel > .mm-listview {
    margin: 0 -20px !important;
  }
  .real-catalog {
    margin-top: 0;
  }
  .mm-panels li a {
    color: #141414!important;
    font-size: 20px;
    padding-left: 12px;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    letter-spacing: 1px;
    padding-top: 2px;
    display: block;
  }
  .mm-listitem_vertical > .mm-panel {
    padding: 0 !important;
  }
  .mm-panel:after,
  .mm-panel:before {
    height: 0 !important;
  }
  .mm-navbars_bottom {
    bottom: 10px !important;
  }
  .mm-navbars_bottom,
  .mm-navbars_top {
    font-size: 24px !important;
  }
  .mm-navbars_bottom .fa {
    color: #333333 !important;
  }
  .mm-panels ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .bottom_head .head_logo {
    padding-top: 3px;
  }
  .head_logoimg {
    width: 80% !important;
  }
  .label-cat {
    position: absolute;
    bottom: -10px;
    background: #d7d7d7;
    padding: 4px 20px;
    height: 20px;
    font-size: 10px;
    color: #000000;
  }
  .desktop_v {
    display: none;
  }
  .mobile_v {
    display: block;
  }
  .form-follow2,
  .social-links {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .social-links .folow-us2 {
    margin-bottom: 0;
  }
  .folow-us {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .keis-list,
  .keis:last-child {
    margin-bottom: 0;
  }
  .folow-us > ul li:last-child {
    margin-right: 20px;
  }
  .keis-list {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-logo {
    width: 25% !important;
  }
  .keis-photo {
    height: 190px;
  }
  .news-list .news-predesc,
  .news-predesc {
    height: 60px;
  }
  .pre-desc .buttonli {
    border: 0;
    background: #000;
    color: #fff;
    transition: background-color 0.25s ease;
  }
  .subtitle-form,
  .title-form {
    color: #222;
    text-align: left;
  }
  .pre-desc .buttonli:hover {
    background: #333333;
  }
  .title-form {
    font-family: GeometriaBold, sans-serif !important;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 27px;
  }
  .subtitle-form {
    margin-bottom: 20px;
    font-size: 16px;
    width: 84%;
  }
  .form-name input,
  .lego {
    width: 100%;
    max-width: 320px;
    float: left;
    margin-bottom: 20px;
  }
  .form-name input {
    color: rgba(34, 34, 34, 0.902);
    padding: 10px;
    border: 1px solid #e9e9e9;
    outline: 0;
    background-color: #fbfbfb;
  }
  .lego {
    height: 40px;
    background: #000;
    color: #fff;
    border: 0;
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
  }
  .outer-menu-popup .find-popup > div {
    background: #ffffff;
  }
  .outer-menu-popup .menu > div > div {
    overflow-y: visible;
  }
  .outer-menu-popup .checkbox-toggle-popup:checked ~ .menu > div > div {
    max-width: 400px;
    padding: 0;
  }
  .find-test-popup-form .find-popup {
    position: absolute;
    right: -30px;
    top: -30px;
    pointer-events: initial !important;
  }
  .head-mini-menu .pull-right {
    margin-left: -20px;
    margin-top: -5px;
  }
  .microthumbs .slick-list {
    margin: 20px 110px;
    padding: 0;
  }
  .carousel-caption h3,
  .carousel-caption p,
  .product {
    margin-bottom: 20px;
  }
  .slick-next {
    right: 10%;
  }
  .slick-prev {
    left: 10%;
  }
  .slick-next,
  .slick-prev {
    top: 27%;
  }
  #products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .product {
    padding-right: 15px;
    padding-left: 15px;
  }
  .left-sidebar {
    width: 0;
    padding: 0;
    overflow-y: auto;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    top: 106px;
    bottom: 0;
  }
  .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transform: none;
    padding: 20px;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .carousel-caption .link-fitting {
    margin: 0;
  }
  .drift-bounding-box {
    display: none;
  }
  .instagram .title {
    overflow: hidden;
    width: 100%;
  }
  .instagram .grid-item {
    width: 25%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .microthumbs .slick-list {
    margin: 0 110px 20px;
    padding: 0;
  }
  #video-popup iframe {
    height: 38rem;
  }
  .left-sidebar.left-sidebar2:before {
    display: none;
  }
  .news-containe iframe {
    width: 100% !important;
  }
  #products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px;
  }
  #products .product {
    margin-bottom: 37px;
    width: 47%;
    box-sizing: content-box;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }
  .head_logo img {
    width: 80px !important;
  }
  .lets-apply {
    text-align: left;
    padding-left: 15px;
  }
  .keis-list,
  .keis:last-child {
    margin-bottom: 0;
  }
  .otzivi {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .keis-text {
    padding: 0;
  }
  .news-thumb {
    height: 210px;
    position: relative;
  }
  .product-back {
    margin-bottom: 30px;
  }
  .container-fluid .container {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .row-full {
    left: auto;
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .row .row-full {
    margin-right: 0;
    margin-left: 0;
  }
  .left-sidebar {
    display: none;
  }
  .left-sidebar.left-sidebar2 {
    width: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    top: 106px;
    bottom: 0;
    left: 0;
  }
  .fa-vk.dsadas,
  .maper > div,
  .vfdfd.grf {
    position: relative;
  }
  .real-catalog {
    width: 100%;
  }
  .modal-content .pre-thumbs {
    width: 100%;
    float: none;
    padding-top: 0;
    text-align: center;
  }
  .modal-content .pre-thumbs li:nth-child(1),
  .modal-content .pre-thumbs li:nth-child(2),
  .modal-content .pre-thumbs li:nth-child(3),
  .modal-content .pre-thumbs li:nth-child(4) {
    display: inline-block;
  }
  .modal-content .pre-thumbs li {
    width: 84px;
  }
  .modal-content .pre-pre-thumb {
    width: 100%;
    float: none;
    margin-left: 0;
    background-position: center;
  }
  .modal-content .pre-desc {
    padding: 30px 0 0;
  }
  .map {
    height: 720px;
  }
  .maper > div {
    border: none;
    top: 475px;
    background-color: #f6f6f6;
  }
  .faq-content {
    width: 70%!important;
    float: right !important;
  }
  .products-menu {
    margin-top: 20px;
  }
  .form-group.left-sidebar-block.princ,
  .title-sidebar.caps.med.price {
    display: none;
  }
  .catalog.products .product:nth-child(3n+2) {
    clear: initial !important;
  }
  .catalog.products .product:nth-child(2n+2) {
    clear: left !important;
  }
  .products .col-md-3:nth-child(2n+1),
  .recomendesion .product:nth-child(4) {
    clear: left;
  }
  .buttonli {
    width: 165px;
    margin-right: 10px;
  }
  .titles {
    margin: 30px 0;
  }
  .liker {
    margin-right: 0;
  }
  .zadai p {
    float: left;
  }
  .titles div {
    margin-right: 35px;
  }
  .product0page .pre-pre-thumb {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .product0page .pre-colors ul,
  .product0page .pre-colors > li:first-child {
    width: 131px;
  }
  .variaty .color:first-child .pre-colors ul,
  .variaty .color:first-child ul li {
    width: 115px;
  }
  .variaty .color {
    margin-right: 9px;
  }
  .breads-cump .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .vfdfd.grf {
    top: 6px !important;
  }
  .grff {
    top: 1px !important;
  }
  .dsfsd {
    top: 7px !important;
  }
  .fa-vk.dsadas {
    top: 2px !important;
  }
  .bruds {
    margin-top: 70px;
    margin-left: 20px;
  }
  .filtre div a:after {
    height: 1px;
  }
  .text-result {
    margin: 60px 0 0;
  }
  .result-items {
    padding: 25px 0 0;
  }
  .rewind {
    margin-bottom: 80px;
  }
  .contactus-info {
    max-width: 205px;
  }
  .col-centered {
    margin-top: 50px !important;
  }
  .col-centered .row {
    margin: 0;
  }
  #head-carousel,
  .head-block {
    width: 100%!important;
    margin: auto;
  }
  .breads-cump {
    margin-top: 65px !important;
  }
  .contactus > div:first-child {
    padding: 0 !important;
  }
  .folow-us > p {
    text-align: left;
    display: inherit !important;
  }
  .folow-us ul {
    float: none;
  }
  .folow-us ul li:last-child {
    margin-right: 0 !important;
  }
  .folow-us:last-child > p {
    text-align: right;
  }
  .folow-us:last-child ul {
    float: none;
    margin-bottom: 0;
  }
  .folow-us2 ul li:nth-child(3) a {
    line-height: 30px;
  }
  .folow-us2 p {
    margin-bottom: 0;
  }
  .form-follow2 {
    padding: 40px 0;
  }
  .folow-us {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .zadai.folow-us {
    margin-top: 30px;
  }
  .zadai.folow-us ul {
    float: right;
    margin: 0 15px 0 0;
  }
  .folow-us ul,
  .footer-menu {
    margin-bottom: 25px;
  }
  .h3,
  h3 {
    font-size: 25px;
  }
  .link-fitting {
    width: 220px;
    height: 35px;
    line-height: 34px;
  }
  .social-links {
    border-right: 0;
    padding: 40px 15px;
  }
  .social-links .clearfix,
  .social-links .clearfix:after,
  .social-links .clearfix:before {
    display: none;
  }
  .footer-menu {
    margin-top: 45px;
  }
  .outer-menu-find .menu > div > div,
  .outer-menu-popup .menu > div > div {
    padding: 0;
  }
  .head-block {
    overflow: initial;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 200;
    padding: 10px 15px;
    box-shadow: 0 1px 0 rgba(102, 102, 102, 0.1);
  }
  .product {
    margin-bottom: 37px;
  }
  .social-links .fa {
    font-size: 15px;
  }
  .folow-us ul {
    display: flex;
    justify-content: space-around;
  }
  .folow-us > ul > li {
    margin-right: 50.6px;
  }
  .filtre {
    margin-top: 100px;
  }
  .about {
    font-size: 8px;
    text-transform: none;
  }
  .itemser-count.tablenotitle,
  .itemser-price.tablenotitle,
  .itemser-totalprice.tablenotitle {
    display: flex;
    align-items: center;
    min-height: 130px;
  }
  .itemser-price.tablenotitle,
  .itemser-totalprice.tablenotitle {
    white-space: nowrap;
  }
  .samblock .addeddmodal {
    left: 0!important;
    text-align: center;
  }
  .instagram .item--overlay i {
    top: 50% !important;
  }
}
@media (max-width: 524px) {
  .news-list .news-title {
    height: auto;
  }
}
@media (max-width: 480px) {
  .form-name input,
  .title-form {
    margin-bottom: 15px;
  }
  .pre-desc .buttonli,
  .prod_like {
    margin-right: 15px;
    width: 100%;
  }
  .button,
  .prod_like,
  .rewind li {
    text-align: center;
  }
  .outer-menu-popup .menu > div {
    width: 100%;
    height: 100%;
  }
  .outer-menu-popup .checkbox-toggle-popup:checked ~ .menu > div > div {
    max-width: 300px;
  }
  .title-form {
    font-size: 18px;
  }
  .form-name p {
    font-size: 12px;
  }
  .lego {
    margin-top: 0;
  }
  .find-test-popup-form .find-popup {
    right: 0;
  }
  .subtitle-form {
    width: 100%;
    font-size: 14px;
  }
  .prod_like {
    margin-top: 20px;
  }
  #video-popup iframe {
    height: 20rem;
  }
  .mm-panels li a {
    font-size: 12px;
  }
  .microthumbs .slick-list {
    margin: 0 95px 20px;
    padding: 0 65px;
  }
  .folow-us > p {
    padding-left: 15px;
  }
  .reviews {
    padding: 15px 0;
  }
  .rewind li {
    list-style-type: none;
    font-size: 15.5px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 490px;
    background: #fff;
    padding: 25px 44px 25px 30px;
    display: flex;
    flex-direction: column;
  }
  .reviews .col-md-6 {
    padding-left: 15px !important;
  }
  .fignya {
    width: 80px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto auto 15px;
  }
  .rewind li > span {
    margin-bottom: 15px;
  }
  .folow-us {
    flex-direction: column;
  }
  .footer-menu .col-xs-3,
  .footer-menu .col-xs-4,
  .footer-menu .col-xs-5,
  .form-follow2 .footer-form,
  .form-follow2 .lets-apply {
    width: 100% !important;
  }
  .button {
    border: 1px solid #2e2e2e;
    cursor: pointer;
    display: block;
    margin: 7px auto auto;
    overflow: hidden;
    width: 80%;
    position: relative;
    text-transform: uppercase;
    transition: background 5s cubic-bezier(0.19, 1, 0.22, 1), border 1s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    user-select: none;
    float: right;
  }
  .desktop_v,
  .news-predesc,
  .views {
    display: none;
  }
  body {
    overflow-x: hidden;
  }
  .form-follow2 {
    margin-bottom: 0;
  }
  .container.news,
  .head-menu {
    padding-bottom: 0;
  }
  .otzivi .keis-list {
    padding-left: 0;
    margin-bottom: 0;
  }
  .otzivi {
    padding: 50px 15px;
  }
  .products {
    margin-bottom: 50px;
  }
  .news-thumb {
    height: 210px;
  }
  .news-title {
    font-size: 15px;
  }
  .menu-popup {
    padding: 0;
  }
  .news-item {
    margin-bottom: 45px;
    margin-top: 0;
  }
  .folow-us ul,
  .keis:last-child {
    margin-bottom: 0;
  }
  .news-wrap {
    margin-top: 30px;
  }
  .folow-us > p {
    text-align: left!important;
    float: left;
    padding-bottom: 5px;
  }
  .folow-us ul,
  .folow-us:last-child ul {
    float: right;
  }
  .folow-us > ul > li {
    margin-right: 50.6px;
  }
  .folow-us2 {
    margin-top: 5px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  .row-full {
    margin-right: 15px;
    margin-left: 15px;
  }
  .social-links {
    border-right: 0;
    padding: 40px 15px;
  }
  .folow-us2 > p {
    margin: 0;
  }
  .lets-apply {
    text-align: left;
    padding-left: 15px !important;
  }
  .keis:last-child .keis-text {
    padding: 0;
  }
  .keis-photo {
    height: 110px;
  }
}
@media (max-width: 419px) {
  .shop-cart {
    width: 310px;
    padding: 25px 20px;
  }
  .right-cart {
    width: 60%;
  }
  .shop-bag .shop-cart {
    right: -30px;
  }
  .shop-bag.favoritebag .shop-cart {
    right: 0;
    z-index: 10000;
  }
  .buttonli {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .titles div {
    font-size: 16px;
    margin-right: 8px;
  }
  .itemser-wrap {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .itemser {
    width: 420px;
  }
  .res-avatar {
    width: 77px;
  }
  .product-info2 {
    padding-right: 10px;
    width: auto;
  }
  .lefttr,
  .righttr {
    float: none;
    text-align: center;
  }
  .prod_like {
    margin-top: 0;
  }
  .news-list .news-title {
    height: 75px;
  }
}
@media (max-width: 375px) {
  .slick-next,
  .slick-prev {
    top: 15%;
  }
  .microthumbs .slick-list {
    margin: 0 15% 20px;
    padding: 0 35%;
  }
  .news-predesc {
    height: 100px;
  }
  .keis-photo {
    margin-right: 20px;
  }
  .folow-us > ul > li {
    margin-right: 25px !important;
  }
  .lets-apply {
    font-size: 10px;
  }
  .folow-us ul {
    margin-bottom: 0;
  }
  .news-thumb {
    height: 157px;
  }
}
@media (max-width: 359px) {
  .news-list .news-title {
    height: auto;
  }
}
@media (min-width: 768px) {
  .samblock {
    width: 465px;
  }
  .head-block {
    padding-top: 25px;
  }
  body {
    overflow-x: hidden;
  }
  .tablenotitle,
  .tabletitle {
    padding-right: 0;
    padding-left: 0;
  }
  .commnet {
    padding: 0;
  }
  .itemser-price.tablenotitle,
  .itemser-totalprice.tablenotitle {
    height: 143px;
    line-height: 102px;
  }
  .itemser-count.tablenotitle {
    height: 143px;
  }
  .itemser-count.tablenotitle input {
    margin-top: 33px;
  }
  .itemser-totalprice.tablenotitle,
  .itemser-totalprice.tabletitle {
    text-align: right;
  }
  .content-conact {
    padding: 0 45px;
  }
  .faq-container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 70px;
  }
  .thisavatar {
    padding: 0;
  }
  .res-item > div {
    height: 129px;
  }
  .privet,
  .textore {
    line-height: 129px;
  }
}
@media (min-width: 992px) {
  .zadai {
    margin-top: 57px;
    width: calc(-25%);
  }
  .form-follow2 {
    border-left: 1px solid #dedede;
  }
  .folow-us {
    margin-top: 68.2px;
  }
  .folow-us2 {
    margin-top: 44px;
    margin-bottom: 20px;
  }
  .thumb-wrapper.col-md-5 {
    width: -webkit-calc(26.666666669999998%);
    width: calc(26.666666669999998%);
  }
  .faq-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5%;
    max-width: 2304px;
  }
  .faq-container {
    width: 1170px;
  }
  .modal-dialog {
    width: 1060px;
    padding: 0 50px;
  }
}
@media (min-width: 1300px) {
  .outer-menu-find .menu > div > div {
    width: 780px;
  }
  .outer-menu-popup .menu > div > div {
    width: 100%;
  }
}
