
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

body {max-width: 100%;overflow-x: hidden;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}
*[type=button]{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size:14px;
  font-weight:500;
  color:#000;
  background: #F9F5F5;
  margin:0 auto;
  padding:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
}
div[id^=wait_comp] {
  display: none;
}
html.no-scroll, html.no-scroll body {
  overflow-y: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  padding: 0;
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1600px;
  }
}

/***** GLOBAL *****/

/*Overlay*/

.overlay {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
  display: none;
}

/*Alert block*/

.alert {
  background: #F53C3D;
  color: #FFF;
  padding: 10px 0 13px;
  font-size: 14px;
}

/*Text styles*/

.text-center {
  text-align: center;
}

/*Section title*/

.section-title {
  background: #202020;
  padding: 17px 0;
  margin: 0 0 60px;
}

.section-title .title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.block-title {
  position: relative;
  margin: 45px 0 15px;
}

.block-title.full-section {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 60px;
}

.block-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50vw;
  background: #000;
  border-radius: 0 10px 10px 0;
}

.block-title .title {
  color: #fff;
  position: relative;
  z-index: 5;
  font-weight: bold;
  font-size: 15px;
  padding: 26px 26px 25px 0;
}

.block-title.left-title {
  display: inline-block;
  vertical-align: top;
  margin: 60px 0 30px;
    width:24%;
    text-align:right;
}

.block-title.left-title:after {
  width: 100vw;
}

/*Slider Arrows*/

.slick-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.slick-slider .arrow.prev {
  left: -17px;
}

.slick-slider .arrow.next {
  right: -17px;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  background: #c4c4c4;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #F53C3D;
}

.slick-dots li button {
  display: none;
}

/*More btn */

.more {
  background: #f9f5f5;
  padding: 17px;
  cursor: pointer;
}

.more-btn {
  -webkit-appearance: none!important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-btn i {
  margin-right: 15px;
  font-size: 18px;
  line-height: 1;
}

.more-btn span {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

/*Text block*/

.text-block {
  font-weight: 500;
  font-size: 14px;
  color: #202020;
  line-height: 17px;
}

.text-block > *:last-child {
  margin: 0;
}

.text-block p {
  margin: 0 0 30px;
}

.text-block a {
  color: #202020;
}

.text-block h2 {
  font-weight: bold;
  font-size: 30px;
  margin: 50px 0 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-block h3 {
  font-weight: bold;
  font-size: 30px;
  color: #202020;
  margin: 0 0 30px;
  line-height: 1.2;
}


.text-block h5 {
  font-weight: bold;
  font-size: 20px;
  color: #202020;
  margin: 0 0 30px;
  line-height: 1.2;
}

.text-block .map {
  height: 430px;
  padding: 15px;
  background: #1D1D21;
  margin: 0 0 60px;
}

.text-block ul {
  margin: 0 0 30px 15px;
}

.text-block ul li {
  position: relative;
  padding-left: 23px;
  margin: 0 0 15px;
}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #f53c3d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.text-block ul li:last-child {
  margin: 0;
}

.text-block .links {
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

.text-block .links a {
  margin-right: 20px;
  font-weight: bold;
  font-size: 15px;
  padding: 0 0 5px;
  color: #202020;
}

.text-block .links a:last-child {
  margin-right: 0;
}

.text-block .links a.active {
  border-bottom: 2px solid #F53C3D;
}


/*Form Group*/

.form-inputs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 25px;
}

.form-inputs .name {
  font-weight: 300;
  font-size: 14px;
  margin: 0 0 15px;
  color: #1d1d21;
  width: 100%;
}

.form-inputs .inputs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-inputs .inputs input {
  width: 90px;
  height: 25px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ff1717;
  border-radius: 5px;
  font-weight: 300;
  font-size: 14px;
}

.form-group.checkbox {
  margin: 0 0 15px;
}

.form-group.checkbox input {
  display: none;
}

.form-group.checkbox label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 300;
  color: #202020;
}

.form-group.checkbox label:before {
  content: '';
  font-family: 'Font Awesome 5 Free';
  border: 1px solid #f53c3d;
  color: #f53c3d;
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  text-align: center;
  line-height: 13px;
  font-size: 10px;
  font-weight: 900;
}

.form-group.checkbox input:checked + label:before {
  content: '\f00c';
}


/***** HEADER *****/

header {
  position: relative;
}

header .top-line {
  background: #202020;
  padding: 15px 0;
}

header .top-line-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .top-line-block .top-menu {
  font-size: 14px;
  //padding: 0 29px;
}

header .top-line-block .top-menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

header .top-line-block .top-menu ul li {
  display: block;
  letter-spacing: normal;
  padding-left: 20px;
}

header .top-line-block .top-menu ul li a {
  color: #fff;
  /*color: #979797;*/
  text-decoration: none;
  display: block;
  padding: 5px 0;
  cursor: pointer;
  transition: color .08s ease;
  white-space: nowrap;

}

header .top-line-block .top-phone a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

header .top-line-block .top-phone a:last-child{
  margin-left:25px;
}

header .top-line-block .top-phone a i {
  color: #fff;
  padding-right: 2px;
}
header .top-line-block .top-menu ul .sub .submenu {
  display: none;
}

.contacts-block {
  display: flex;
  flex-wrap: wrap;
}

.contacts-block .item {
  padding-left: 33px;
  position: relative;
  color: #FFF;
  margin-right: 30px;
}

.contacts-block .item i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.contacts-block .item .title {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}

.contacts-block .item .text {
  font-weight: 500;
}

.contacts-block .item:last-child {
  margin-right: 0;
}

.contacts-block .item a {
  color: #FFF;
}

header .middle-line {
  background: #FFF;
}

header .middle-line .middle-line-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

header .middle-line .menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

header .middle-line .menu ul li {
  margin-right: 30px;
}

header .middle-line .menu ul li a {
  display: flex;
  align-items: center;
  color: #1D1D21;
  position: relative;
    font-weight:400;
}

header .middle-line .menu ul li:first-child a:hover{
  text-decoration: underline;
}

header .middle-line .menu ul li a:hover b{
  text-decoration: underline;
}

header .middle-line .menu ul li a i {
  font-size: 18px;
  margin-right: 15px;
  color: #1D1D21;
}
header .middle-line .menu ul li a b {
  font-weight: normal;
}
header .middle-line .menu ul li:last-child {
  margin-right: 0;
}

header .middle-line .menu ul li a span {
  background: #D91542;
  color: #FFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  left: 10px;
  bottom: -4px;
}


header .middle-line .menu ul li:nth-child(3) a span,header .middle-line .menu ul li:nth-child(4) a span{
    visibility: hidden;
}
header .middle-line .menu ul li:nth-child(4) a i{
    display:none;
}

header .middle-line .menu ul li:nth-child(2) a span,header .middle-line .menu ul li:nth-child(5) a b{
    font-weight:700!important;
}

header .middle-line .search {
  width: 270px;
  position: relative;
  right:0;
}

header .middle-line .search input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #1D1D21;
  padding: 10px 30px 10px 25px;
  font-size: 12px;
  color: #1D1D21;
}

header .middle-line .search button {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  color: #000;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header .bottom-line {
  background: #202020;
}

header .bottom-line .bottom-line-block {
  display: flex;
  align-items: center;
}

header .bottom-line .menu {
  width: 100%;
}

header .bottom-line .menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

header .bottom-line .menu ul li {
  margin-right: 15px;
	position: relative;
	padding: 15px 0;
}

header .bottom-line .menu ul li:first-child {
  margin-right: 30px;
}

header .bottom-line .menu ul li:last-child {
  margin-right: 0;
}

header .bottom-line .menu ul li a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: .3s color;
}

header .bottom-line .menu ul.submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1003;
  background: #323232;
  display: none;
  padding: 20px;
  width: 240px;
  box-shadow: 0 10px 20px rgb(32 32 32 / 50%);
}

header .bottom-line .menu ul.submenu li {
  margin: 0 0 15px;
  text-align: left;
  padding: 0;
}

header .bottom-line .menu li:last-child .submenu {
  left: inherit;
  right: 0;
  transform: none;
}

header .bottom-line .menu ul.submenu li:first-child {
	margin-bottom: 15px;
}

header .bottom-line .menu ul.submenu li a {
  display: block;
	text-transform: none;
}

header .bottom-line .menu .sub:hover ul.submenu {
  display: block;
}

header .bottom-line .menu ul.submenu li:last-child {
  margin-bottom: 0;
}

header .bottom-line .menu ul li:hover > a {
  color: #e30016;
}

header .bottom-line .menu ul li a i {
  font-size: 18px;
  margin-right: 15px;
}

header .mobile-header {
  background: #202020;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
}

header .mobile-header .logo {
  width: 140px;
  margin-left:30px;
}

header .mobile-header .mobile-toggle {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
}

header .mobile-header .mobile-toggle span {
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
}

header .mobile-header .mobile-toggle span:nth-child(1) {
  top: 0;
}

header .mobile-header .mobile-toggle span:nth-child(2) {
  top: 9px;
}

header .mobile-header .mobile-toggle span:nth-child(3) {
  top: 18px;
}



header .mobile-header .mobile-search-basket {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
}

header .mobile-header .mobile-search-basket a i{
  color:#fff;
  font-size:190%;
}


.big-menu {
  display: none;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 128px 128px 0px rgba(39, 25, 60, 0.15);
  box-shadow: 0px 128px 128px 0px rgba(39, 25, 60, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 57;
  width: 100%;
}

.big-menu .menu {
  display: inline-block;
  vertical-align: top;
  padding: 44px 51px 120px 30px;
  width: calc(50% - 103.9px);
  position: relative;
}

.big-menu .menu ul, .big-menu .menu div {
  display: none;
}

.big-menu .menu ul.show, .big-menu .menu div.show {
  display: block;
}

.big-menu .menu#menus-one ul {
  display: block;
}

.big-menu .menu ul li {
  margin: 0 0 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.big-menu .menu ul li:last-child {
  margin: 0;
}

.big-menu .menu:nth-child(1) {
  -webkit-box-shadow: 21px 0 20px rgba(0, 0, 0, 0.03);
  box-shadow: 21px 0 20px rgba(0, 0, 0, 0.03);
  background: #FFF;
  padding-left: 0;
  border: none;
  width: 350px;
  margin: 0;
}

.big-menu .menu ul li a {
  min-height: 30px;
  position: relative;
  padding-left: 70px;
  color: #202020;
  display: flex;
  align-items: center;
}

.big-menu .menu ul li a.active {
  color: #e1383c;
}

.big-menu .menu ul li a img {
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
}

.big-menu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.big-menu .menu:last-child {
  border: none;
}

.big-menu .menu.show_parent:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #eeeeee;
}

/***** BREADCRUMBS *****/


.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #abaaaa;
  padding: 0 0 17px;
}

.breadcrumbs ul li {
  color: #828282;
}

.breadcrumbs ul li:after {
  content: "/";
  margin: 0 5px;
  color: #828282;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.breadcrumbs ul li a {
  color: #828282;
  transition: 0.3s color;
}

.breadcrumbs ul li a:hover {
  color: #202121;
}


/***** MOBILE MENU *****/


.mobile-menu {
  background: #202020;
  position: fixed;
  left: -120%;
  top: 0;
  z-index: 75;
  height: 100%;
  width: 320px;
  transition: .7s left;
}

.mobile-menu .scroll-box {
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-menu .logo {
  padding: 20px;
}

.mobile-menu .profile {
  background: #191919;
  margin: 0;
}

.mobile-menu .profile ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .profile ul li {
  width: 25%;
  text-align: center;
}

.mobile-menu .profile ul li a {
  align-items: center;
  color: #fff;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid rgb(255 255 255 / 0%);
  display: block;
}
.mobile-menu .profile ul li a b {
  display:none;
}

.mobile-menu .profile ul li a i {
  font-size: 22px;
  color: #fff;
}

.mobile-menu .profile ul li:last-child {
  margin-right: 0;
}

.mobile-menu .profile ul a span {
  background: #f53c3d;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 9px;
  text-align: center;
  line-height: 15px;
  position: absolute;
  left: 50%;
  bottom: 15px;
}

.mobile-menu .menu ul li {
  border-bottom: 1px solid #ffffff2b;
}

.mobile-menu .menu ul li:last-child {
  border: none;
}

.mobile-menu .menu ul li a {
  position: relative;
  color: #fff;
  padding: 18px 25px;
  display: block;
}

.mobile-menu .menu ul li .submenu {
  display: none;
  padding: 20px 35px;
  background: #000;
}

.mobile-menu .profile ul li:last-child a {
  border: none;
}

.mobile-menu .menu ul li.sub > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s transform;
}

.mobile-menu .menu ul li .submenu li {
  border: none;
  margin: 0 0 15px;
}

.mobile-menu .menu ul li .submenu li a {
  padding: 0;
}

.mobile-menu .menu ul li .submenu li:last-child {
  margin: 0;
}

.mobile-menu .menu ul li.sub.open > a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.mobile-menu .contacts-block {
  background: #000;
  padding: 30px 20px;
}

.mobile-menu .contacts-block .item {
  margin-right: 0;
  width: 100%;
  margin: 0 0 20px;
}

.mobile-menu .contacts-block .item .title {
  margin: 0;
  color: #f53c3d;
}

.mobile-menu .contacts-block .item .title a {
  color: #f53c3d;
}

.mobile-menu .contacts-block .item:last-child {
  margin: 0;
}

.mobile-menu .close {
  position: absolute;
  right: -40px;
  top: 20px;
  font-size: 21px;
  width: 22px;
  height: 22px;
  opacity: 1;
  pointer-events: none;
}

.mobile-menu .close span {
  width: 26px;
  height: 2px;
  display: block;
  background: #2d2d2d;
  position: absolute;
  left: -2px;
  border-radius: 10px;
  top: 9px;
}

.mobile-menu .close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu .close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/***** MAIN SLIDER *****/

.main {
  padding: 30px 0 55px;
}

.main .main-slider {
  margin: 0;
}

.main .main-slider .slick-dots {
  height: 15px;
  bottom: -25px;
}


/***** TYPE SLIDER *****/

.types {
  padding: 0 0 60px;
  background: #FFF;
}

.type-slider {
  margin: 0;
}

.type-slider .item {
  margin: 0 7px;
  background: #FFF;
}

.type-slider .item .image {
  margin: 0 0 30px;
}

.type-slider .item .image img {
  display: block;
  margin: 0 auto;
}

.type-slider .item .title {
  font-weight: bold;
  font-size: 15px;
  color: #1D1D21;
  text-transform: uppercase;
  text-align: center;
}

.type-slider .item .title a {
  color: #1D1D21;
}

.type-slider .item .image-block {
  position: relative;
}

.type-slider .item .image-block .image {
  height: 150px;
}

.type-slider .item .image-block .image img {
  max-height: 100%;
}

.type-slider .item .image-block ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  transition: .3s opacity;
  font-weight: 500;
  font-size: 10px;
  text-align: left;
  text-transform: uppercase;
  background: #F9F5F5;
  border-radius: 10px;
  padding: 10px;
}

.type-slider .item .image-block ul li {
  text-align: left;
  margin: 0 0 6px;
}

.type-slider .item .image-block ul li:last-child {
  margin: 0;
}

.type-slider .item .image-block ul li a {
  color: #1D1D21;
  padding: 0;
  text-align: left;
}

.type-slider .item .image-block:hover ul {
  opacity: 1;
}

/***** WHY *****/

.why {
  padding: 0 0 60px;
}

.why .why-list .item .image {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  text-align: center;
}

.why .why-list .item .info {
  text-align: center;
  color: #202020;
}

.why .why-list .item .info .title {
  font-weight: normal;
  font-size: 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid rgb(32 32 32 / 20%);
  margin: 0 0 15px;
}

.why .why-list .item .info .text {
  font-weight: 300;
  font-size: 14px;
  color: #202020;
  line-height: 17px;
}

.why .why-list .item .image img {
  vertical-align: middle;
  margin: 0 auto;
  display: inline-block;
}


/***** CATEGORIES *****/

.categories {
  padding: 0 0 70px;
}

.categories-list .item {
  margin: 0 0 30px;
}

.categories-list .item a {
  display: block;
  position: relative;
}

.categories-list .item .title {
  background: #f53c3d;
  box-shadow: 0px 5px 4px rgb(0 0 0 / 30%);
  max-width: 90%;
  width: 300px;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 14px;
}

.categories-list .item .image img {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}



/***** CATALOG LIST *****/


.catalog-list .item {
  background: #f9f5f5;
  padding: 0;
  border-radius: 10px;
  position: relative;
}

.catalog-slider {
  margin: 0 0 30px;
}

#catalog-mobile {
  width: 100%;
  max-width: 100%;
}

.catalog-slider .arrow.prev {
  left: -32px;
}

.catalog-slider .arrow.next {
  right: -32px;
}

.catalog-slider .item {
  margin: 0 15px;
}

.catalog-slider > .slick-list {
  margin: 0 -15px;
}

.catalog-list .item .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  background: #FFF;
  padding: 15px 15px 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0px;
}

.availability {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-weight: 300;
}

.availability:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #ccc;
}

.availability.green:before {
  background: #4fad00;
}

.availability.red:before {
  background: #f53c3d;
}

.catalog-list .item .meta .controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  visibility: hidden;
}

.catalog-list .item .meta .controls a {
  font-size: 18px;
  color: #828282;
  line-height: 1;
  position: relative;
  display: block;
}

.catalog-list .item .meta .controls a:first-child {
  margin-right: 22px;
}

.catalog-list .item .meta .controls a i {
  font-size: 22px;
}

.catalog-list .item .meta .controls a span {
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  color: #fff;
  background: #f53c3d;
  font-size: 9px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: -6px;
}

.catalog-list .item .meta .item-images-slider img {
  display: block;
  margin: 0 auto;
}

.catalog-list .item .meta .badge {
  position: absolute;
  left: 0;
  bottom: -30px;
  background: #4fad00;
  z-index: 5;
  height: 24px;
  line-height: 24px;
  padding: 0 5px 0 12px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
}

.catalog-list .item .meta .badge:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px 12px 12px;
  border-style: solid;
  border-color: #4fad00 #4fad00 transparent;
  position: absolute;
  right: -21px;
  top: 1px;
  transform: rotate(-90deg);
}

.catalog-list .item .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 2.5px;
}

.catalog-list .item .item-images-slider {
  padding: 52px 0 30px;
  background: #fff;
  margin: 0;
}

.catalog-list .item .item-images-slider .slick-dots {
  bottom: 10px;
  height: 10px;
}

.catalog-list .item .info .name {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin: 0 0 15px;
}

.catalog-list .item .info .name a {
  color: #000000;
}

.catalog-list .item .info ul {
  margin: 0;
}

.catalog-list .item .info ul li {
  color: #000;
  font-weight: 300;
  margin: 0 0 10px;
}

.catalog-list .item .info ul li:last-child {
  margin: 0;
}

.catalog-list .item .price-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 0 0 5px 5px;
  background: #fff;
  padding: 0 15px 15px;
}

.catalog-list .item .price-block .price {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #000000;
  border-top: 1px solid #000;
  padding: 10px 0 0;
  margin: 10px 0 0;
  width: 100px;
}

.catalog-list .item .price-block .count {
  color: #f53c3d;
  font-size: 12px;
  line-height: 1;
}

.catalog-list .item .btns {
  background: #f9f5f5;
  padding: 5px 0;
}

.catalog-list .item .btns .code {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  padding: 9px 15px;
  letter-spacing: 1px;
}

.catalog-list .item .btns .add {
  border-radius: 10px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  color: #f53c3d;
  border-top: 5px solid #f9f5f5;
}

.catalog-list .item .btns .add button {
  width: 100%;
  display: block;
  background: #000;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  padding: 9px 15px;
  border-radius: 5px;
  transition: 1s;
}

.catalog-list .item .info {
  background: #fff;
  padding: 0 15px 15px;
}

.catalog-list:not(.catalog-slider) > .item {
  width: calc(100%/3 - 30px*2/3);
  margin: 0 30px 26px 0;
}

/* .catalog-list:not(.catalog-slider) {
  display: flex;
  flex-wrap: wrap;
  } */

  .catalog-list:not(.catalog-slider) > .item:nth-child(3n) {
    margin-right: 0;
  }


  /***** POPULAR *****/

  .popular {
    padding: 0 0 10px;
  }


  /***** ITEMS BLOCK *****/

  .items-section {
    padding: 0 0 10px;
  }


  /***** BRANDS *****/

  .brands {
    padding: 0 0 100px;
  }

  .brands-list {
    margin: 0 0 50px;
  }

  .brands-list .item {
    background: #FFF;
    margin: 0 15px;
    height: 150px;
    line-height: 150px;
    padding: 0 28px;
  }

  .brands-list .item a {
    display: block;
    line-height: 150px;
    height: 150px;
    text-align: center;
  }

  .brands-list .item a img {
    display: inline-block;
    vertical-align: middle;
  }

  .brands-list .slick-list {
    padding: 0;
  }

  .brands-list .slick-dots {
    bottom: -40px;
  }


  /***** ABOUT *****/


  .about {
    background: #f9f5f5;
    padding: 0 0 60px;
  }

  .about.type-2 {
    background: transparent;
    padding: 60px 0;
  }

  .about.type-2 .text-block .title {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    margin: 0 0 30px;
  }


  /***** PAGE *****/

  .page {
    padding: 0 0 70px;
  }

  .page .type-slider .item {
    padding: 0 20px 15px;
    text-align: center;
    border-radius: 5px;
  }

  .page .type-slider .item .title {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .page .type-slider .item .text {
    font-weight: 300;
  }

  .page .type-slider {
    margin: 0 0 40px;
  }

  .page .type-slider .arrow {
    color: #BDBDBD;
  }

  .page .type-slider .item .image-block .image {
    height: 120px;
  }

  .page .type-slider .slick-list {
    margin: 0 -7.5px;
  }

  .page .type-slider .arrow.prev {
    left: -26px;
  }

  .page .type-slider .arrow.next {
    right: -26px;
  }




  /***** SORTING *****/

  .sorting {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
  }

  .sorting span, .sorting a {
    color: #000000;
    font-size: 12px;
    margin-right: 18px;
  }
  .sorting a i {
    margin-right: 3px;
  }



  /***** SIDEBAR *****/

  .sidebar-btn {
    background: #202020;
    color: #FFF;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1;
    display: none;
  }

  .sidebar .block-title {
    margin: 45px 0 15px;
  }

  .sidebar .block {
    margin: 0 0 30px;
  }

  .sidebar .block .title {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #1d1d21;
    text-transform: uppercase;
    margin: 0 0 15px;
    position: relative;
  }

  .sidebar .block .title.small {
    text-transform: none;
  }

  .sidebar .block .block-content {
    display: none;
  }

  .sidebar .block .block-content > *:last-child {
    margin: 0;
  }

  .sidebar .block.accordion .title:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    transition: .3s transform;
  }

  .sidebar .block.accordion.open .title:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  .sidebar .menu {
    padding: 0 15px;
  }

  .sidebar .menu ul li {
    margin: 0 0 15px;
  }

  .sidebar .menu ul li:last-child {
    margin: 0;
  }

  .sidebar .menu ul li a {
    font-weight: 600;
    font-size: 14px;
    color: #1d1d21;
  }

  .sidebar .block .sub-block .name {
    position: relative;
    font-weight: 300;
    margin: 0 0 15px;
    color: #202020;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .sidebar .block .sub-block .name:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #202020;
    display: block;
    font-weight: 900;
    margin-left: 10px;
    transition: .3s transform;
  }

  .sidebar .block .sub-block .sub-block-content {
    display: none;
  }

  .sidebar .block button {
    background: #fff;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
    color: #f53c3d;
    font-weight: bolder;
    font-size: 16px;
    width: 100%;
    border: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
  }

  .sidebar .partners {
    margin: 30px 0 0;
  }

  .sidebar .partners .item {
    margin: 0 0 15px;
  }

  .sidebar .partners .item:last-child {
    margin-bottom: 0;
  }

  .sidebar .partners .item a {
    display: flex;
    align-items: center;
    padding: 40px 28px;
    background: #FFF;
    border-radius: 10px;
  }

  .sidebar .block.select {
    margin: 0 0 15px;
  }

  .sidebar .block .nice-select {
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    font-weight: 300;
    color: #202020;
    border: 1px solid #FF1717;
    font-size: 14px;
  }

  .sidebar .block .nice-select:after {
    border-color: #000000 transparent transparent;
  }

  .sidebar .block .nice-select .list {
    margin: 3px 0 0;
    border: 1px solid #ff1717;
    border-radius: 10px;
  }


  /***** TYPES LIST *****/

  .types-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .types-list .item {
    background: #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: calc(100%/3 - 30px*2/3);
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }

  .types-list .item .image {
    text-align: center;
    width: 150px;
    margin: 0 auto 15px;
    line-height: 150px;
    height: 150px;
  }

  .types-list .item .title {
    text-align: center;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 15px;
  }

  .types-list .item .title a {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #1D1D21;
  }

  .types-list .item .image img {
    margin: 0 auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
  }

  .types-list .item:nth-child(3n) {
    margin-right: 0;
  }

  .types-list .item ul {
    padding: 0 15px 30px;
  }

  .types-list .item ul li {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    display: none;
  }

  .types-list .item ul li:last-child {
    margin: 0;
  }

  .types-list .item ul li:nth-child(1),
  .types-list .item ul li:nth-child(2),
  .types-list .item ul li:nth-child(3),
  .types-list .item ul li:nth-child(4),
  .types-list .item ul li:nth-child(5) {
    display: block;
  }

  .types-list .item.open ul li {
    display: block !important;
  }

  .types-list .item ul li a {
    color: #1D1D21;
  }

  .types-list .item .show {
    background: #E6E6E6;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
  }


  /***** PAGINATION *****/
  .pagination {
    margin-top: 10px;
    display: block;
    padding-left: 0;
    list-style: none;
    border-radius: none;
  }
  .pagination .more {
    margin: 0 0 24px;
  }
  .pagination .pagination-block {
    width: 50%;
    margin: 0 auto;
  }
  .pagination .pagination-block ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .pagination .pagination-block ul li {
    color: #F53C3D;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    width: 65px;
    text-align: center;
  }

  .pagination .pagination-block ul li a {
    display: block;
    padding: 10px;
    color: #000000;
    font-size: 12px;
  }

  .pagination .pagination-block ul li.active a {
    display: block;
    padding: 10px;
    font-size: 12px;
    color: #F53C3D;
  }

  .pagination .pagination-block ul li.prev,
  .pagination .pagination-block ul li.next {
    width: auto;
  }

  .pagination .pagination-block ul li.prev a,
  .pagination .pagination-block ul li.next a {
    padding: 10px 20px;
  }


  /***** ITEM PAGE *****/



  .item-page {
    display: flex;
    flex-wrap: wrap;
  }

  .left-info {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    /*margin-right: 30px;*/
  }

  .left-info .item-info {
    max-width: 98%;
  }

  .sticky-block {
    position: sticky;
    top: 10px;
  }

  .right-info {
    width: calc(100% - 80%);
  }

  .item-page .title {
    width: 100%;
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 30px;
    color: #202020;
  }
  .item-info .block-title .title{
    color:#fff;
  }

  .item-page .meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 63px;
  }

  .item-page .meta ul {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #231f20;
    width: calc(100% - 25% - 30px);
    padding: 0 0 19px;
  }

  .item-page .meta ul li {
    color: #202020;
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
  }

  .item-page .meta ul li:last-child {
    margin-right: 0;
  }

  .item-page .width-1 {
    width: 65%;
    margin-right: 30px;
  }

  .item-page .width-2 {
    width: 30%;
  }

  .item-page .width-3 {
    width: 100%;
  }

  .item-page .article {
    background: #202020;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
      width:20%;
  }

  .item-page .item-slider {
    position: relative;
  }

  .item-page .item-slider .big-slider {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 30px;
    height: 370px;
  }

  .item-page .item-slider .arrow.prev {
    left: 15px;
    color: #c4c4c4;
  }

  .item-page .item-slider .arrow.next {
    right: 15px;
    color: #c4c4c4;
  }

  .item-page .item-slider .big-slider img {
    margin: 0 auto;
    display: block;
  }

  .item-page .item-slider .small-slider .item {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin: 0 2.5px;
    overflow: hidden;
    cursor: pointer;
  }

  .item-page .item-slider .controls {
    position: absolute;
    right: 20px;
    top: 20px;
      visibility: hidden;
  }

  .item-page .item-slider .controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .item-page .item-slider .controls a {
    font-size: 18px;
    color: #828282;
    line-height: 1;
    position: relative;
    display: block;
  }

  .item-page .item-slider .controls a:first-child {
    margin-right: 22px;
  }

  .item-page .item-slider .controls a i {
    font-size: 22px;
  }

  .item-page .item-slider .controls a span {
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    color: #fff;
    background: #f53c3d;
    font-size: 9px;
    display: block;
    position: absolute;
    bottom: -4px;
    right: -6px;
  }

  .item-page .item-slider .big-slider img {
    max-height: 100%;
  }

  .item-page .chars {
    background: #FFF;
    padding: 30px 15px;
    color: #202020;
    border-radius: 5px;
  }

  .item-page .chars .btns a {
    display: block;
    margin: 0 0 30px;
    text-align: center;
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 12px;
    color: #202020;
    padding: 0 15px;
    border-radius: 5px;
    border: 2px solid #000;
    line-height: 1;
    white-space: nowrap;
    height: 40px;
    line-height: 38px;
  }

  .item-page .chars .title {
    font-weight: bold;
    font-size: 15px;
    color: #202020;
    line-height: 1;
    margin: 0 0 30px;
  }

  .item-page .chars ul {
    margin: 0 0 30px;
  }

  .item-page .chars ul li {
    margin: 0 0 15px;
  }

  .item-page .chars ul li:last-child {
    margin: 0;
  }

  .item-page .chars .show-chars {
    text-decoration: underline;
    font-weight: 300;
    font-size: 14px;
    color: #202020;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
      margin-bottom: 15px;
  }


  .item-page .price-block {
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .modal-content .item-page .price-block{
    background:#f2f2f2;
  }

  .right-info .hide-block {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
    display: none;
  }

  .right-info .hide-block .hide-image {
    background: #FFF;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
  }

  .right-info .hide-block .hide-info .hide-title {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: bold;
  }

  .right-info .hide-block .hide-info .hide-brand {
    margin: 0 0 3px;
    font-size: 12px;
  }

  .right-info .hide-block .hide-info .hide-article {
    font-size: 11px;
    font-style: italic;
  }

  .item-page .price-block .availability {
    margin: 0 0 30px;
    width: 100%;
  }

  .item-page .price-block .price {
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
  }

  .item-page .price-block .question {
    color: #828282;
    font-size: 29px;
    line-height: 1;
    cursor: pointer;
  }

  .item-page .price-block .controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 30px;
      width:100%;
  }

  .item-page .price-block .controls .count {
    width: 100%;
    margin: 0 0 30px;
    color: #1D1D21;
  }

  .item-page .price-block .controls .count-block {
    display: flex;
    align-items: center;
    width: 90px;
    margin-right: 15px;
  }

  .item-page .price-block .controls .count-block button {
    width: 25px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    background: #202020;
    border: none;
    padding: 0;
    text-align: center;
    cursor: pointer;
  }

  .item-page .price-block .controls .count-block input {
    width: 40px;
    height: 40px;
    background: #FFF;
    border: none;
    text-align: center;
    font-size: 24px;
  }

  .item-page .price-block .controls .add {
    width: calc(100% - 105px);
  }

  .item-page .price-block .controls .add button {
    background: #000;
    border-radius: 5px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    width: 100%;
    cursor: pointer;
    white-space: nowrap;
  }

  .item-page .price-block .btns {
    width: 100%;
  }

  .item-page .price-block .btns a {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    overflow: hidden;
  }

  .item-page .price-block .btns .btn {
    /*background: linear-gradient(90deg, rgba(0,148,206,0.5) 0%, rgba(0,148,206,1) 50%, rgba(0,148,206,0.5) 100%);*/
    background:#f53c3d;
    color: #FFF;
  }

  .item-page .price-block .btns .btn-border {
    background: transparent;
    line-height: 38px;
    border: 1px solid #F53C3D;
    color: #202020;
    text-decoration: underline;
  }

  .item-page .price-block small {
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #202020;
  }

  .item-page .contact-block {
    margin-top: 30px;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .item-page .contact-block .title {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #231f20;
    margin: 0 0 20px;
    width: auto;
    text-transform: uppercase;
  }

  .item-page .contact-block .phone {
    font-weight: bold;
    font-size: 15px;
    color: #42454c;
    margin-left: auto;
  }

  .item-page .contact-block .phone a {
    color: #42454c;
  }

  .item-page .contact-block .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #202020;
  }

  .item-page .contact-block .text p {
    margin: 0 0 7px;
  }

  .item-page .contact-block .text p:last-child {
    margin: 0;
  }

  .item-page .contact-block .text p a {
    font-weight: 600;
    font-size: 12px;
    color: #202020;
    text-decoration-line: underline;
  }

  .item-page .contact-block .btn {
    margin-left: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000!important;
    border-radius: 5px;
    color: #fff;
    padding: 0 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
  }

  .item-info .text-block {
    margin: 0 0 60px;
  }

  .item-info .tabs-block .caption {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 47px;
  }

  .item-info .tabs-block .caption li {
    margin-right: 30px;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
    position: relative;
    cursor: pointer;
  }

  .item-info .tabs-block .caption li:last-child {
    margin-right: 0;
  }

  .item-info .tabs-block .caption li.active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #ff1717;
  }

  .item-info .tabs-block .tabs-list .tab {
    display: none;
  }

  .item-info .tabs-block .tabs-list .tab.active {
    display: block;
  }

  .table {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .table table {
    width: 100%;
  }

  .table table tr td {
    background: #e5e5e5;
    padding: 17px 15px;
    color: #202020;
    font-weight: 500;
  }

  .table table tr td:nth-child(2) {
    text-align: right;
  }

  .table table tr:nth-child(2n) td {
    background: #fff;
  }



  /***** FOOTER *****/

  footer {
    background: #1D1D21;
  }

  footer .top-line .top-line-block {
    display: flex;
    padding: 30px 0 60px;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF;
  }

  footer .top-line .block {
    color: #FFF;
    margin-right: 65px;
    max-width: 209px;
    margin: 0 0 30px;
  }

  footer .top-line .block .title {
    margin: 0 0 30px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
  }

  footer .top-line .block:nth-child(5n) {
    margin-right: 0;
  }

  footer .top-line .block ul li {
    margin: 0 0 15px;
  }

  footer .top-line .block ul li a {
    color: #FFF;
  }

  footer .top-line .block ul li a:hover{
    text-decoration: underline;
  }

  footer .top-line .block ul li:last-child {
    margin: 0;
  }

  footer .top-line ul + .title {
    margin-top: 30px !important;
  }

  footer .top-line .block ul.socials,
  footer .top-line .block ul.pays {
    display: flex;
    align-items: center;
  }

  footer .top-line .block ul.socials li,
  footer .top-line .block ul.pays li {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: 1;
  }

  footer .top-line .block ul.pays li  {
    font-size: 40px;
    line-height: 1;
  }

  footer .bottom-line {
    padding: 15px 0;
  }

  footer .bottom-line .bottom-line-block {
    display: flex;
    align-items: center;
  }

  footer .bottom-line .logo {
    margin-right: 30px;
  }

  footer .bottom-line .info {
    width: calc(100% - 190px);
    color: #FFFFFF;
    font-weight: 300;
    line-height: 17px;
  }

  footer .bottom-line .info .copyright {
    margin: 0 0 3px;
  }

  footer .bottom-line .info .links {
    display: flex;
    flex-wrap: wrap;
  }

  footer .bottom-line .info .links a {
    color: #FFFFFF;
    text-decoration: underline;
    margin-right: 15px;
  }

  footer .bottom-line .info .links a:last-child {
    margin-right: 0;
  }

  .shops {
    background: #F53C3D;
    padding: 31px 0;
  }

  .shops-list {
    display: flex;
    flex-wrap: wrap;
    //justify-content: space-between;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 2;
    color: #FFF;
  }

  .shops-list span {
    font-weight:900;
    margin-right: 20px;
  }
  .shops-list a {
    color: #FFF;
    margin-right: 20px;
  }

  .shops-list a:hover{
    text-decoration: underline;
  }

  .modal-open {
    overflow: hidden;
    padding-right: 0 !important;
  }

  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }

  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }

  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }

  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }

  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }

  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

  .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }

  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }

  .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
  }

  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
  }

  .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }

  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }

  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }

  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }

  .modal-backdrop.fade {
    opacity: 0;
  }

  .modal-backdrop.show {
    opacity: 0.5;
  }

  .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    align-items: center;
  }

  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }

  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 20px;
    line-height: 1;
  }

  .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    padding: 20px;
  }

  .modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }

  .modal-footer > * {
    margin: 0.25rem;
  }

  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }

  .modal-content .form-group {
    margin: 0 0 20px;
  }

  .modal-content .form-group label {
    width: 100%;
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
  }

  .modal-content .form-group input.form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #c0c1c1;
    padding: 0 20px;
    line-height: 50px;
  }

  .modal-content .form-group textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #c0c1c1;
    padding: 18px 20px;
    line-height: 1.4;
  }

  .modal-header .close {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    font-size: 42px;
    line-height: 0.5;
    cursor: pointer;
  }

  .modal-footer button {
    cursor: pointer;
    background: #000;
    color: #FFF;
    border: none;
    padding: 20px 30px;
  }

  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content;
    }
    .modal-sm {
      max-width: 300px;
    }
  }

  @media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
      max-width: 800px;
    }
  }

  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  @media (max-width: 1499px) {

  }

  @media (max-width: 1399px) {

  }

  @media (max-width: 1199px) {

    header .contacts-block .item {
      margin-right: 15px;
    }

    header .middle-line .menu ul li {
      margin-right: 20px;
    }

    header .bottom-line .menu ul li:first-child {
      margin-right: 15px;
    }

    header .bottom-line .menu ul li {
      margin-right: 10px;
    }

    header .bottom-line .menu ul li a {
      font-size: 13px;
    }

    .categories-list .item .title {
      font-size: 13px;
      padding: 14px 10px;
      max-width: 95%;
    }

    footer .bottom-line .info .copyright {
      font-size: 13px;
    }

    .shops-list {
      font-size: 13px;
    }

    .catalog-list:not(.catalog-slider) > .item {
      width: calc(100%/2 - 20px/2);
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .catalog-list:not(.catalog-slider) > .item:nth-child(3n) {
      margin-right: 20px;
    }

    .catalog-list:not(.catalog-slider) > .item:nth-child(2n) {
      margin-right: 0;
    }

    .pagination .pagination-block ul li {
      width: auto;
    }

    .pagination .pagination-block ul li a,
    .pagination .pagination-block ul li span {
      padding: 10px 11px;
    }

    .left-info {
      width: 665px;
    }

    .item-page .width-1 {
      width: 375px;
    }

    .item-page .width-2 {
      width: 260px;
    }

    .item-page .width-3 {
      width: 235px;
    }

    .item-page .chars .btns a {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .item-page .contact-block .phone {
      margin-left: 0;
      margin-bottom: 15px;
      width: 100%;
      text-align: center;
    }

    .item-page .contact-block .title {
      text-align: center;
      margin: 0;
      height: auto;
      width: 100%;
    }

    .item-page .contact-block .text {
      width: 100%;
      text-align: center;
    }

    .item-page .contact-block .btn {
      margin: 10px auto 0;
    }

  }

  @media (max-width: 991px) {

    html, body {
      max-width: 100%;
      overflow-x: hidden;
    }

    body {
      padding-top: 65px;
    }

    header .mobile-header {
      display: block;
      z-index: 1010;
    }

    header .top-line {
      display: none;
    }

    header .middle-line {
      display: none;
    }

    header .bottom-line {
      display: none;
    }

    .alert {
      padding: 8px 0;
      font-size: 14px;
    }

    .main {
      padding: 20px 0 45px;
    }

    .section-title {
      padding: 12px 0;
      margin: 0 0 40px;
    }

    .section-title .title {
      font-size: 22px;
    }

    .why .why-list .item .info .title {
      font-size: 15px;
    }

    .why .why-list .item .info .text {
      font-size: 14px;
    }

    .categories {
      padding: 0 0 20px;
    }

    .why {
      padding: 0 0 30px;
    }

    .more-btn span {
      font-size: 16px;
    }

    .more-btn i {
      font-size: 16px;
    }

    .more {
      padding: 12px;
    }

    .brands {
      padding: 0 0 30px;
    }

    footer .top-line .top-line-block {
      flex-wrap: wrap;
      padding: 30px 0 0;
    }

    footer .top-line .block {
      width: 33.3333%;
      margin: 0 0 60px;
    }

    .shops {
      padding: 12px 0;
    }

    .shops-list span {
      width: 100%;
      margin: 0 0 5px;
    }

    .popular {
      padding: 0 0 30px;
    }

    .block-title,
    .block-title.left-title {
      width: 100%;
      padding: 0 15px;
      text-align: center;

        
    }

    .block-title:after,
    .block-title.left-title:after {
      width: 100%;
      border-radius: 10px;
    }

    .block-title.full-section {
      width: 100%;
      margin: 0 0 15px;
    }

    .block-title .title {
      padding: 20px 10px;
    }

    .sidebar {
      display: none;
      margin: 0 0 30px;
    }

    .sidebar-btn {
      display: block;
    }

    .pagination .pagination-block ul li.prev a, .pagination .pagination-block ul li.next a {
      padding: 10px;
    }

    .pagination .pagination-block ul li a, .pagination .pagination-block ul li span {
      font-size: 11px;
    }

    .item-page .width-1 {
      width: 100%;
      margin: 0 0 30px;
    }

    .item-page .width-2 {
      width: 100%;
    }

    .item-page .width-3 {
      width: 100%;
    }

    .item-page .contact-block {
      margin-top: 30px;
      margin-bottom: 0;
    }

    .item-page .meta {
      margin: 0 0 20px;
      flex-wrap: wrap;
    }

    .item-page .meta ul {
      width: 100%;
      border: none;
      margin: 0 0 10px;
      padding: 0;
    }

    .item-page .title {
      margin: 0 0 15px;
    }



    .item-page .price-block {
      display: block;
    }
    .item-page .price-block .hide-block {
      display:none !important;
    }

    .item-page .price-block.mobile-block {
      display: flex;
      margin-left: 30px;
      position: relative;
      top: 0;
      margin-left: 0;
    }

    .left-info {
      width: 100%;
      margin-right: 0;
    }

    .right-info {
      width: 100%;
    }

    .item-page .contact-block {
      width: 100% !important;
    }

    .item-page .price-block {
      display: none !important;
    }

    .item-page .price-block.mobile-block {
      display: flex !important;
      margin-bottom: 30px;
      justify-content: flex-start;
    }

    .item-page .contact-block {
      display: none !important;
    }

    .item-page .contact-block.mobile-block {
      display: flex !important;
      margin: 0 0 30px;
    }

    .item-page .price-block .controls {
      width: 100%;
      margin: 0 0 15px;
    }

    .item-page .price-block .controls .count {
      margin-bottom: 10px;
    }

    .item-page .price-block .question {
      margin-left: 15px;
    }
      
      .item-page .article{width:100%;}

  }

  @media (max-width: 767px) {
.item-page .article{width:100%;}
    .alert {
      font-size: 12px;
    }

    .section-title .title {
      font-size: 18px;
    }

    .categories-list .item .title {
      max-width: 100%;
      bottom: 0;
      padding: 10px;
    }

    .shops-list {
      justify-content: flex-start;
    }

    .shops-list a {
      margin: 0 5px 5px 0;
    }

    footer .top-line .block .title {
      font-size: 13px;
      margin: 0 0 15px;
    }

    footer .top-line .block ul li {
      margin: 0 0 10px;
    }

    footer .top-line .block ul li a {
      font-size: 13px;
    }

    .item-info .tabs-block #lamps .row {
      flex-wrap: nowrap !important;
      overflow-x: scroll;
      width: 100%;
      margin-right: 0;
      margin-left: 0;
    }

    .item-info .tabs-block #lamps .row .col-6 {
      width: 320px;
      flex: none;
      max-width: inherit;
      padding: 0;
      margin-right: 30px;
    }

    .item-info .tabs-block #lamps .catalog-list .item {
      margin-bottom: 0;
    }

    .item-info .tabs-block #lamps .row .col-6:last-child {
      margin-right: 0;
    }

    .page {
      padding: 0 0 40px;
    }

    .items-section {
      padding: 0 0 40px;
    }

    .types-list .item {
      width: calc(100%/2 - 20px/2);
      margin-right: 20px;
      margin-bottom: 20px;
    }

    .types-list .item:nth-child(3n) {
      margin-right: 20px;
    }

    .types-list .item:nth-child(2n) {
      margin-right: 0;
    }

    .page .section-title {
      margin: 0 0 20px;
    }

    .pagination .pagination-block ul {
      flex-wrap: wrap;
    }

    .pagination .pagination-block ul li {
      margin: 5px 0;
    }

    .pagination .pagination-block ul li.prev,
    .pagination .pagination-block ul li.next {
      width: 49%;
    }

    .pagination .pagination-block ul li:nth-child(1) {
      margin-right: 2%;
    }

    .pagination .pagination-block ul li:last-child {
      margin-left: 2%;
    }

    .text-block h2 {
      font-size: 20px;
      margin: 30px 0 20px;
    }

    .item-page .title {
      font-size: 22px;
    }

    .item-page .meta ul {
      flex-wrap: wrap;
    }

    .item-page .meta ul li {
      margin-right: 15px;
      margin-bottom: 10px;
    }

    .block-title.left-title {
      margin: 30px 0;
    }

  }

  @media (max-width: 575px) {
.item-page .article{width:100%;}
    footer .top-line .block {
      width: 50%;
      margin: 0 0 40px;
    }

    footer .bottom-line .logo {
      margin: 0 0 12px;
      width: 100%;
      text-align: center;
    }

    footer .bottom-line .bottom-line-block {
      flex-wrap: wrap;
    }

    footer .bottom-line .info {
      width: 100%;
      text-align: center;
    }

    footer .bottom-line .info .links {
      justify-content: center;
    }

    .shops a {
      font-weight: normal;
      margin-right: 20px;
    }

    .slick-slider .arrow.next {
      right: -10px;
    }

    .slick-slider .arrow.prev {
      left: -10px;
    }

    .why .why-list .item {
      margin: 0 0 30px;
    }

    .slick-slider .arrow.next {
      right: 10px;
    }

    .slick-slider .arrow.prev {
      left: 10px;
    }

    .main {
      padding: 0 0 40px;
    }

    .main .main-slider {
      margin: 0 -15px;
    }

    .type-slider .item .image-block ul {
      left: 50%;
      transform: translateX(-50%);
      max-width: 200px;
    }

    .brands-list .item {
      margin: 0;
    }

    footer .top-line .block {
      width: 100%;
      max-width: 100%;
      text-align: center;
    }

    footer .top-line .block ul.socials li a {
      font-size: 23px;
    }

    footer .top-line .block ul.socials {
      justify-content: center;
    }

    footer .top-line .block ul.pays li {
    }

    footer .top-line .block ul.pays {
      justify-content: center;
    }

    footer .top-line .block ul.socials li {
      margin: 0 10px;
    }

    .page .type-slider .arrow.prev {
      left: 10px;
    }

    .page .type-slider .arrow.next {
      right: 10px;
    }

    .pagination .pagination-block ul li.prev,
    .pagination .pagination-block ul li.next {
      display: none;
    }

    .pagination .pagination-block ul {
      justify-content: center;
    }

    .item-page .width-2 {
      width: 100%;
      margin: 0 0 30px;
    }

    .item-page .width-3 {
      width: 100%;
      margin: 0 0 30px;
    }

    .item-page .price-block .controls {
      width: 100%;
    }

    .item-page .contact-block {
      width: 100%;
      margin: 0 0 30px;
    }

    .item-page .contact-block:last-child {
      margin: 0;
    }

    .item-info .tabs-block .caption {
      margin: 0 0 20px;
    }

    .item-info .tabs-block .caption li {
      font-size: 13px;
    }

  }

  @media (max-width: 524px) {
.item-page .article{width:100%;}
  }

  @media (max-width: 474px) {
.item-page .article{width:100%;}
    .why .why-list .item {
      margin: 0 0 30px;
    }

    .slick-slider .arrow.next {
      right: 10px;
    }

    .slick-slider .arrow.prev {
      left: 10px;
    }

    .main {
      padding: 0 0 40px;
    }

    .main .main-slider {
      margin: 0 -15px;
    }

    .about {
      padding: 0 0 30px;
    }

    .about.type-2 {
      padding: 20px 0;
    }

    .about.type-2 .text-block .title {
      font-size: 20px;
      margin: 0 0 20px;
    }

    .text-block p {
      margin: 0 0 15px;
    }

    .text-block .links {
      margin: 0 0 20px;
    }

    .text-block h2 {
      margin: 20px 0 10px;
    }

    footer .top-line .block {
      width: 100%;
      max-width: 100%;
      text-align: center;
    }

    footer .top-line .block ul.socials li a {
      font-size: 23px;
    }

    footer .top-line .block ul.socials {
      justify-content: center;
    }

    footer .top-line .block ul.pays {
      justify-content: center;
    }

    footer .top-line .block ul.socials li {
      margin: 0 10px;
    }

    .types-list .item {
      width: 100%;
      margin: 0 0 20px !important;
    }

    .catalog-list:not(.catalog-slider) > .item {
      width: 100%;
      margin: 0 0 20px;
    }

    .text-block h3 {
      font-size: 20px;
      margin: 0 0 20px;
    }

    .text-block .map {
      height: 200px;
      padding: 5px;
      margin: 0 0 30px;
    }

    .item-info .tabs-block .caption li {
      /*width: 50%;*/
      text-align: center;
      margin: 0 20px 0 0;
      font-size: 14px;
      padding: 10px 0;
      display: inline;
    }

    .item-info .tabs-block .caption li.active:after {
      display: none;
    }

    .item-info .tabs-block .caption li.active {
      /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
      color: #f00;
      text-decoration: underline;
    }

    .table table {
      font-size: 12px;
    }

    .item-page .chars .btns {
      margin: 0 0 20px;
    }

    .item-page .chars .btns a {
      margin: 0 0 10px;
    }

    .item-info .tabs-block #lamps .row .col-6 {
      width: 280px;
      margin-right: 10px;
    }

  }

  @media (max-width: 424px) {

  }

  @media (max-width: 374px) {

    .mobile-menu {
      width: 280px;
    }

    .mobile-menu .close {
      right: -30px;
    }

  }

  .hvr {
    position: relative;
  }

  .hvr__images {
    position: relative;
  }

  .hvr__sectors {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
  }

  .hvr__sector {
    flex-grow: 1;
  }

  .item-images {
    // display: flex;
    overflow: hidden;
    display: block;
    height: 255px;
    line-height: 255px;
    text-align: center;
  }

  .item-images .image {
    display: block;
  }

  .hvr__dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hvr__dot {
    width: 10px;
    height: 10px;
    margin: -15px 2px 5px;
    z-index: 2;
    border-radius: 50%;
    background: #c4c4c4;
  }

  .hvr__dot--active {
    background: #000;
  }

  .ui-hint .ui-hint-icon {
    display:none !important;
  }

  .basket-btn-checkout {
    background: #F53C3D;
    color: #FFF;
    border: 1 px solid;
    height: 40px;
    line-height: 40px;
    border-color: #F53C3D;
    border-radius: .3rem;
    font-weight: normal;
    padding: 0 7px;
  }
  .basket-btn-checkout:hover, .basket-btn-checkout:active, .basket-btn-checkout:focus {
    color: #F53C3D !important;
    background: transparent !important;
    border-color: #F53C3D !important;
    box-shadow: none !important;
  }
  #bx-soa-order-form .btn.btn-default {
    box-shadow: none !important;
  }


  .title-search-result {
    z-index: 6;
    display: none;
    background: #FFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .title-search-result .maxwidth-theme {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;

  }
  .title-search-result .maxwidth-theme .bx_img_element {
    width: 50px;
    text-align: center;
  }
  .title-search-result .maxwidth-theme .bx_item_element {
    width: 200px;
  }
  .title-search-result .maxwidth-theme .bx_item_element span {
    color: #1D1D21;
  }
  .title-search-result .maxwidth-theme .bx_item_element .price {
    font-weight: bold;
    font-size: 16px;
    color: #F53C3D;
  }
  /********************************************************************************************************************************/
  .page .type-slider .item .title {
    min-height: 70px;
  }
  .type-slider .item .title a {
    font-size: 95%;
  }
  .catalog-list .item {
    margin-bottom: 10%;
  }
  .catalog-list .item .info .name {
    min-height: 35px;
  }
  .catalog-list .item .info ul li {
    min-height: 20px;
  }
  .catalog-list .item .item-images-slider {
    text-align: center;
  }
  .catalog-list .item .item-images-slider img {
    max-height: 255px;
  }
  .catalog-list .item .price-block .price {
    font-size: 20px;
  }
  .showroom_inner {
    margin: 12px auto 0 auto;
  }
  .nav-item {
    margin-right: 15px;
  }
  .nav-tabs a {
    /*color: black;*/
    font-size: 1rem;
  }
  .wd_propsorter {
    margin-top: 30px;
  }
  .service_nav {
    margin-bottom: 30px;
  }
  .nav-item:focus {
    font-weight: bolder;
    font-size: 110%;
  }
  .title_delivery {
    font-size: 2rem;
  }
  header .bottom-line .menu ul {
    text-align: center;
  }
  header .top-line {
    /*background: whitesmoke;*/
  }
  header .bottom-line {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
  }
  .contacts-block .item .title {
    /*color: gray!important;*/
  }
  .contacts-block .item i {
    /*color: gray;*/
  }
  .contacts-block .item .text {
    /*color: gray;*/
  }
  .contacts-block .item a {
    /*color: gray;*/
  }
  .section-title {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
  }
  header .bottom-line .menu ul li:first-child {
    width: 100%;
  }
  .categories-list .item .title {
    /*background: linear-gradient(90deg, rgba(0,148,206,0.5) 0%, rgba(0,148,206,1) 50%, rgba(0,148,206,0.5) 100%); */
  }
  .slick-dots li.slick-active {
    /*background: #0094ce;  */
  }
  header .middle-line .menu ul li a span {
    /*background: #0094ce;  */
  }
  footer {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
  }
  .catalog-list .item .meta .controls a span {
    /*background: #0094ce;*/
  }
  .catalog-list .item .btns .add button {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
    /*color: white;*/
  }
  .hvr__dot--active {
    /*background: #000;*/
  }
  .catalog-list .item .price-block .count {
    /*color: #000; */
  }
  .sidebar .block button {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);
    color: white;*/
  }
  body {
    /*background: whitesmoke;*/
  }
  .logo {
    width: 12%;
  }
  .shops {
    /*background: whitesmoke;*/
  }
  .shops a {
    /*color: gray;*/
  }
  .shops span {
    /*color: #0094ce;*/
  }
  .block-title:after {
    /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
  }
  .item-page .item-slider .controls a span {
    /*background: #0094ce;*/
  }
  .item-page .chars .btns a {
    /*border: 1px solid #0094ce;*/
  }
  .item-page .price-block .controls .add button {
    background:#000;
    border: none;
    /*border: 1px solid black;*/
    transition: 1s;
    color: #fff;
  }
  .item-page .price-block .controls .add button:hover {
    background:#000;
    /*background: gray;*/
    color: white;
  }
  .item-page .contact-block .btn {
    /*background: linear-gradient(90deg, rgba(0,148,206,0.5) 0%, rgba(0,148,206,1) 50%, rgba(0,148,206,0.5) 100%); */
    }*/
    .item-page .price-block .btns .btn:nth-child(1) {
      /*background: linear-gradient(90deg, rgba(0,148,206,0.5) 0%, rgba(0,148,206,1) 50%, rgba(0,148,206,0.5) 100%);  */
    }
    .item-page .price-block .btns .btn-border {
      /*border: 1px solid #0094ce;*/
    }
    /*************************************************************media*******************************************************************/
    @media only screen
    and (min-device-width : 414px)
    and (max-device-width : 736px) {
      .catalog-list .item .info ul li {
        min-height: 40px;
      }
      .catalog-list .item .price-block {
        padding: 0px 15px 15px;
      }
      .catalog-list .item .info .name {
        min-height: 75px;
      }
      .catalog-list .item .price-block .price {
        width: 150px;
      }
      .item-page .price-block .btns .btn:nth-child(1) {
        /*background: linear-gradient(90deg, rgba(0,148,206,0.5) 0%, rgba(0,148,206,1) 50%, rgba(0,148,206,0.5) 100%)!important;  */
      }
      .item-info .tabs-block .caption li.active {
        /*background: linear-gradient(90deg, rgba(111,118,130,1) 0%, rgba(184,186,189,1) 50%, rgba(111,118,130,1) 100%);*/
      }
    }
    .catalog-list .item .btns .add button:hover {
      border: 1px solid black;
    }
    .catalog-list .item .btns .add button {
      border: 1px solid;
    }
    .hvr__dots {
      position: absolute;
      bottom: -20px;
      left: 45%;
    }
    /*////////карточки///////*/
    .catalog-list .item .item-images-slider {
      min-height: 270px;
    }
    .catalog-list .item .item-images-slider img {
      max-height: 180px;
    }
    .item-images {
      max-height: 180px;
    }
    .hvr__images {
      max-height: 180px;
    }
    header .top-line-block .top-menu ul li a:hover {
      color: #fff;
      text-decoration: underline;
    }
    /*
    header .top-line-block .top-menu ul li:nth-child(3) a {
      color: black;
    }
    header .top-line-block .top-menu ul li:nth-child(3) a:hover {
      text-decoration: underline;
    }
    */
    .showroom_block a {
      padding: 5px;
      border: 1px solid black;
    }
    .showroom_block a:hover {
      padding: 5px;
      border: 1px solid black;
      background-color: gray;
      color: white;
    }
    .showroom_inner {
      margin: 12px auto;
    }
    .showroom_block {
      height: 365px;
    }
    /*////////мобилки///////*//*////////мобилки///////*//*////////мобилки///////*//*////////мобилки///////*/
    @media only screen
    and (min-device-width : 375px)
    and (max-device-width : 667px) {
      .catalog-list .item .info ul li {
        min-height: 40px;
      }

      .catalog-list .item .info .name {
        min-height: 75px;
      }
      .catalog-list .item .price-block .price {
        width: 150px;
      }
      .catalog-list .item .meta {
        padding: 15px 5px 0;
      }
      .catalog-list .item .meta .controls {
        margin-left: 35px;
      }
      .col-6 {
        flex: 0 0 90%;
        max-width: 100%;
        margin: 0 auto;
      }
    }
    .dropdown-toggle::after {
      content: none;
      background: none;
      padding: 0 5px;
    }
    .menu .dropdown button {
      background: none;
      padding: 0 10px;
      border: none;
    }
    .menu .dropdown button a {
      color: white;
    }
    .dropdown-item.active, .dropdown-item:active {
      background-color: gray;
    }
    .item-info .section-title {
      width: 200%;
      margin-left: -50%;
      margin-top: -5%;
    }
    header .bottom-line .menu ul li:first-child {
      margin: 0;
      padding: 0 15px 0 0;
      width: auto;
    }
    .sidebar .block button {
      border: 1px solid;
      transition: 1s;
    }
    .sidebar .block button:hover {
      border: 1px solid black;
    }
    .sidebar .block button:focus {
      border-radius: 5px;
    }
    header .bottom-line .bottom-line-block {
      margin-left: 0;
    }
    #fastview-modal .modal-dialog {
      max-width: 95%;
    }

    .item-page .block-title.left-title .title {
      margin: 0;
    }

    .items-section .section-title .title {
      margin: 0;
    }

    .item-page .price-block.mobile-block {
      display: none;
    }

    .item-page .contact-block.mobile-block {
      display: none;
    }

    .modal.gray .modal-content .form-group input {
      background: #FFF;
      height: 35px;
      padding: 0 15px;
      border-radius: 10px;
      border: none;
      font-size: 14px;
      font-weight: 300;
    }

    .modal.gray .modal-content .form-group input[type="file"]{
      display: none;
    }

    .modal.gray .modal-content .form-group input[type="file"] + label.active {
      color: #303030;
    }

    .modal.gray .modal-content .form-group input::placeholder {
      color: #bdbdbd;
    }

    .modal.gray .modal-content {
      background: #F9F5F5;
      box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.25);
    }

    .modal.gray .modal-header {
      border: none;
      padding: 30px 15px;
    }

    .modal.gray .modal-text {
      font-weight: 500;
      font-size: 12px;
      line-height: 15px;
      padding: 0 15px;
      margin: 0 0 30px;
    }

    .modal.gray .modal-body {
      padding: 0 15px 0;
    }

    .modal.gray .modal-content .form-group label {
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 15px;
    }

    .modal.gray .modal-content .form-group label {
      font-size: 12px;
      font-weight: 500;
      margin: 0 0 15px;
    }

    .modal.gray .modal-content .form-group small {
      font-weight: 300;
      font-size: 12px;
      line-height: 15px;
      color: #202020;
      margin: 10px 0 0;
      display: block;
    }

    .modal.gray .modal-content .form-group input[type="file"] + label {
      cursor: pointer;
      position: relative;
      background: #FFF;
      height: 35px;
      line-height: 35px;
      border-radius: 10px;
      padding: 0 15px;
      color: #bdbdbd;
      font-size: 14px;
      font-weight: 300;
    }

    .modal.gray .modal-content .form-group input[type="file"] + label:after {
      content: '';
      width: 18px;
      height: 13px;
      position: absolute;
      right: 40px;
      top: 50%;
      transform: translateY(-50%);
      background: url(../img/file_upload.svg) no-repeat center center;
      background-size: contain;
    }

    .modal-content .form-group .white-btn {
      background: #FFFFFF;
      border-radius: 10px;
      width: 255px;
      max-width: 100%;
      border: none;
      padding: 0 15px;
      text-transform: uppercase;
      height: 35px;
      line-height: 35px;
      font-weight: bold;
      color: #F53C3D;
      cursor: pointer;
    }

    .modal.gray .modal-content .form-group {
      margin: 0 0 30px;
    }

    .modal.gray .form-check {
      margin: 0 0 33px;
    }

    .modal.gray .form-check input {
      display: none;
    }

    .modal.gray .form-check label {
      position: relative;
      padding: 0 30px;
      display: block;
      font-size: 9px;
      line-height: 1.4;
      color: #202020;
      font-weight: 300;
      cursor: pointer;
    }

    .modal.gray .form-check label:before {
      content: '\f00c';
      position: absolute;
      left: 0;
      top: 50%;
      width: 15px;
      height: 15px;
      border: 1px solid #f53c3d;
      border-radius: 2px;
      background: #FFF;
      transform: translateY(-50%);
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      text-align: center;
      color: transparent;
    }

    .modal.gray .form-check label a {
      color: #202020;
    }

    .modal.gray .form-check input:checked + label:before {
      background: #f53c3d;
      color: #FFF;
    }

    .modal.modal-item .modal-dialog {
      max-width: 100%;
      width: 790px;
      background: #BDBDBD;
    }

    .modal.modal-item .modal-content {
      /*background: #BDBDBD;*/
      padding: 30px;
    }

    .modal.modal-item .item-page.modal-type {
      align-items: stretch;
    }
    .modal.modal-item .item-page.modal-type .width-1 {
      width: 100%;
      margin-right: 0;
    }

    .modal.modal-item .item-page.modal-type .left-info {
      width: 445px;
      margin-right: 30px;
    }

    .modal.modal-item .item-page.modal-type .right-info {
      width: calc(100% - 475px);
      background: #FFF;
      border-radius: 10px;
    }

    .modal.modal-item .item-page.modal-type .item-page .price-block {
      height: 100%;
      position: relative;
      top: 0;
      align-content: flex-start;
      padding-bottom: 90px;
    }

    .modal.modal-item .item-page.modal-type .item-page .price-block small {
      margin-top: auto;
      color: #202020;
      line-height: 16px;
      position: absolute;
      bottom: 30px;
      text-align: center;
      padding: 0 11px;
      left: 0;
      width: 100%;
    }

    .modal.modal-item .item-page.modal-type .center-info {
      margin: 50px 0 0;
      width: 100%;
    }
    .modal.modal-item .item-page.modal-type .title span {
      font-size: 14px;
    }
    .modal.modal-item .item-page.modal-type .close {
      background: transparent;
      box-shadow: none;
      border: none;
      font-size: 50px !important;
      line-height: 1;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
    }
    .modal.modal-item .item-page.modal-type .close span {
      font-size: 50px !important;
    }

    .modal.modal-item .item-page.modal-type .title {
      position: relative;
      padding-right: 50px;
    }

    .modal.modal-item .item-page.modal-type .title h1 {
      font-size: 22px;
    }

    .modal.modal-item .item-page .item-slider {
      position: relative;
      display: block;
      width: 100%;
      max-width: 100%;
    }

    .modal.modal-item .item-page {
      opacity: 1;
      transition: .3s opacity;
    }

    .modal.modal-item .item-page.hide {
      opacity: 0;

    }

    .modal.modal-item .item-page .item-slider .small-slider {
      max-height: 113px;
    }


    @media (max-width: 991px) {
      .modal.modal-item .item-page.modal-type .right-info .price-block {
        display: flex !important;
        width: 100% !important;
      }
    }

    @media (max-width: 767px) {
      .modal.modal-item .item-page.modal-type .left-info {
        width: 100%;
        margin: 0;
      }
      .modal.modal-item .item-page.modal-type .right-info {
        width: 100%;
      }

      .modal.modal-item .item-page .item-slider {
        margin: 0 0 30px;
      }
    }
    .oldprice {
      color: crimson;
      text-align: right;
      font-weight: bolder;
      font-size: 12px;
    }


    .dropdown .btn{
      border: none!important;
      border-radius: 0!important;
    }
    .dropdown-menu{
      border-radius: 0!important;
    }

    .dropdown-item{
      padding-top:.35rem!important;
      padding-bottom:.35rem!important;
      font-size:89%!important;
      text-transform: lowercase;
    }

    .open_fastview{
      color:#000;
      position:absolute;
      right:33px;
      margin:-12px;
      top:30px;
      z-index:1001;
      font-weight:300;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
    }

.open_fastview:hover{
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -o-transform: scale(1.3);
}

    .dropdown button{
      font-size:92%;
      text-transform: uppercase;
      font-weight:400;
    }

    .modal-body .btn,.modal-body .btn:hover{
      margin-top:8px;
      padding:5px 15px;
      background:#f53c3d;
      color:#fff;
      border:none;
    }

    .p_order_gift{
      margin:28px auto 0;
      text-align: center;
      letter-spacing:1.8;
    }
    .p_order_gift i{
      color:#ed3a3b;
      padding-bottom:7px;
      position: relative;
    }

    .p_order_gift i:after {
      content: "";
      position: absolute;
      top: 0;
      left: -70px;
      width: 50px;
      height: 50px;
      transform: skewX(-50deg);
      animation: textline 4s infinite;
      z-index: 5;
      background: rgb(255,255,255);
      background: -moz-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
      background: -webkit-linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
      background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    }

    @-webkit-keyframes textline {
      0% {
        left: -70px;
      }
      20% {
        left: 70px;
      }
      100% {
        left: 70px;
      }
    }
    @keyframes textline {
      0% {
        left: -70px;
      }
      20% {
        left: 70px;
      }
      100% {
        left: 70px;
      }
    }
    }

    .p_order_gift span{
      text-transform: uppercase;
      font-size:125%;
    }

    .modal-content .wd_propsorter a{
      color:#333;
      text-decoration: underline;
    }



    .fast-choose h2{
      border-top:2px solid #f2f2f2;
      font-size:18px;
      font-weight: 700;
      margin-top:20px;
      padding-top:20px;

    }



    .div_sub_menu_filter{
      display:block;
      line-height:1.7;
      padding-bottom:15px;
    }
    .div_sub_menu_filter p{
      display:inline-flex;
    }
    .div_sub_menu_filter p:first-child{
      display:block;
    }
    .div_sub_menu_filter p strong{
      display:block;
      padding-bottom:7px;
      font-size:110%;
    }
    .div_sub_menu_filter p a{
      display:block;
      padding-left:15px;
      padding-bottom:8px;
      color:#333;
    }
    .div_sub_menu_filter p a:hover{
      color:#e1383c;
    }





    #button-up {
      display:none;
      left: 0;
      margin: 0;
      position: fixed;
      bottom: 30px;
      outline:none;
      width: 96px;
      color: #000;
      line-height: 30px;
      text-decoration: none;
      padding: 20px 0 20px 30px;


      border-radius: 0 2px 2px 0;
      -webkit-border-radius: 0 2px 2px 0;
      -moz-border-radius: 0 2px 2px 0;
      -o-border-radius: 0 2px 2px 0;


      cursor:pointer;
    }

    #button-up:hover i{
      color:#333;
      transition: 0.5s;
    }

    @media(max-width:996px){
      #button-up{
        width:35px;
        bottom:20px;
        padding:5px 0 5px 0px;
      }
    }


    .basket-items-search-field{
      display:none;
    }

    .basket-items-list-item-container-expend .basket-items-list-item-removed-container{
      background-color:#fff!important;
    }

    .basket-checkout-block-total-description{
      display:none;
    }

    #bx-soa-order #bx-soa-region,#bx-soa-order.orderform--v1 .pandd,#bx-soa-order .bx-soa-section.bx-step-completed,#bx-soa-order .bx-soa-section.bx-step-completed,#bx-soa-order #bx-soa-orderSave{
      background-color: #fff!important;
    }
#bx-soa-order .bx-soa-section{
    background:#fff!important;
}
    #bx-soa-order #bx-soa-orderSave .checkbox{
      padding-top:20px!important;
      font-size:115%;
    }
    #bx-soa-order #bx-soa-orderSave .checkbox a{
      color:#111;
      font-size:100%;
    }




    /*.pulse:after{
      content: "";
      position: absolute; top: 0; left: -2em;
      width: 100%;
      height: 100%;
      background: linear-gradient(to left, rgba(255,255,255,.0), rgba(255,255,255,.8), rgba(255,255,255,.0)) no-repeat -2em 0%;
      background-size: 2em 100%;
      transform: skewX(-50deg);
      transition: 2s linear;
      background-position: 100% 0%;
    }*/
    /*
    .pulse{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: #fff;
      cursor: pointer;
      box-shadow: 0 0 0 rgba(237,58,59, 0.7);
      animation: pulse 2s infinite;
    }

    @-webkit-keyframes pulse {
      0% {
        -webkit-box-shadow: 0 0 0 0 rgba(237,58,59, 0.7);
      }
      70% {
        -webkit-box-shadow: 0 0 0 30px rgba(237,58,59, 0);
      }
      100% {
        -webkit-box-shadow: 0 0 0 0 rgba(237,58,59, 0);
      }
    }
    @keyframes pulse {
      0% {
        -moz-box-shadow: 0 0 0 0 rgba(237,58,59, 0.7);
        box-shadow: 0 0 0 0 rgba(237,58,59, 0.7);
      }
      70% {
        -moz-box-shadow: 0 0 0 30px rgba(237,58,59, 0);
        box-shadow: 0 0 0 30px rgba(237,58,59, 0);
      }
      100% {
        -moz-box-shadow: 0 0 0 0 rgba(237,58,59, 0);
        box-shadow: 0 0 0 0 rgba(237,58,59, 0);
      }
    }
    */
.mobile-search-basket .fas {color:white!important;cursor:pointer;}
.mobilesearch {display:none;}
@media screen and (max-width: 974px) {

header .search-input {
    padding-left: 5px;
    margin-top:-1px;
    position: fixed;
    z-index: 6;
    width:90%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #1D1D21;
    padding: 10px 30px 10px 10px;
    font-size: 12px;
    color: #1D1D21;}
header .search button{
    color:white;
    margin-top: -1px;
    background-color: #202020;
    border: none;
    padding: 9px;
    position: fixed;
    z-index: 6;
    right:0;
    width:10%;
}
}
.searchmobile {margin-right: 10px}

.load_cht {font-size:160%;}

.downup {overflow-x: hidden;
    overflow-y: auto;}


#real-size {
        z-index: 1050;
        position: fixed;
        left:0;
        top:0;
        display:none;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
      }
.size-linear {
  max-width: 50%;
  max-height:100%;
  position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);}


.item-size {  max-width: 30%;
  max-height:100%;
  position: fixed;
    top:50%;
    left:40%;
    transform: translate(-50%, -50%);}}


.showroom-slider .slide{
    margin-right:5px!important;
}

.ourshopslink,.ourshopslink:hover{
    text-decoration: none!important;
}
.ourshoplinkspan{
    border-bottom:1px dashed #333;
    font-weight:700!important;
     text-decoration: none!important;
}
.brands-list .item a img {
  height: 60%;
  object-fit: cover;
}
.raspr-info {
            font-size: 1.2rem;
            background: #fc3;
            color: black;
            border-radius: 3px;
            text-align: left;
            padding-left: 15px;

        }
        .ostatok {
            margin: 5px 0px;
        }
        @keyframes animate_gradient {
            0% {
                background-position: 0% 50%;
            }
            50% {
                background-position: 100% 50%;
            }
            100% {
                background-position: 0% 50%;
            }
        }
        @keyframes animate_pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(67, 105, 222, 0.4);
            }
            70% {
                box-shadow: 0 0 0 10px rgba(67, 105, 222, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(67, 105, 222, 0);
            }
        }
        }


.custom-btn {
  width: 130px;
  height: 40px;
  color: white !important;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  color: white;
  background: rgb(0,172,238);

  background: darkred;

  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
  -7px -7px 20px 0px #fff9,
  -4px -4px 5px 0px #fff9,
  7px 7px 20px 0px #0002,
  4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
  7px 7px 20px 0px rgba(0,0,0,.1),
  4px 4px 5px 0px rgba(0,0,0,.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
@media screen and (max-width: 770px) {
  .raspr_button {
    left: 5px;
    bottom: 80px;
  }
}
.raspr_button {
  position: fixed !important;
  z-index: 1000 !important;
  left: 20px !important;
  bottom: 100px !important;

}
.showroom_block {
    background-size: cover !important;