@font-face {
  font-family: "PT Rouble Sans";
  src: url("../fonts/PTRoubleSans.eot");
  src: url("../fonts/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("../fonts/PTRoubleSans.woff2") format("woff2"), url("../fonts/PTRoubleSans.woff") format("woff"),
    url("../fonts/PTRoubleSans.ttf") format("truetype"), url("../fonts/PTRoubleSans.svg#PTRoubleSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Proxima Nova Rg";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-ExtraBold.eot");
  src: url("../fonts/ProximaNova-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ExtraBold.woff2") format("woff2"),
    url("../fonts/ProximaNova-ExtraBold.woff") format("woff"), url("../fonts/ProximaNova-ExtraBold.ttf") format("truetype"),
    url("../fonts/ProximaNova-ExtraBold.svg#ProximaNova-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Proxima Nova Lt";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}

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

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}

table td,
table th {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: "Proxima Nova Rg";
  overflow-x: hidden;
  color: #212121;
}

.svg {
  max-width: 100%;
}

.logo .svg {
  max-width: 137px;
  max-height: 60px;
  fill: #e6001e;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.logo .svg:hover {
  fill: #c50720;
}

.header {
  height: 120px;
}

.header .container-fluid {
  padding-left: 80px;
}

@media (max-width: 1199px) {
  .header .container-fluid {
    padding-left: 15px;
  }
}

.header a {
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header a:hover {
  color: #e6001e;
}

.menu li.active a {
  color: #868686;
}

.menu li a {
  white-space: nowrap;
  color: #212121;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 12px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.menu li a:hover {
  color: #868686;
}

.contact-link {
  display: block;
  font-weight: bold;
  color: #212121;
  line-height: 110%;
}

.contact-link_street {
  color: #aeaeae;
  font-weight: 300;
}

.contact-link_city {
  display: inline-flex;
  margin-bottom: 5px;
}

.worktime {
  max-height: 1000px;
  margin-top: 5px;
  transition: 0.3s;
}

.contact-link_phone {
  font-weight: bold;
  color: #0a1731;
  font-family: "Lato";
  font-size: 18px;
  line-height: 24px;
}

.shop-cart {
  width: 250px;
}

.shop-cart__inner {
  position: relative;
}

.shop-cart a {
  height: 120px;
  background: #e6001e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shop-cart a:hover {
  background-color: #c50720;
}

.shop-cart .badge.badge-corner {
  font-size: 15px;
  top: 4px !important;
  right: -25px !important;
}

.shop-cart .svg {
  width: 28px;
  height: 28px;
  fill: #fff;
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 18px;
  left: 140px;
}

.slick-dots li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 4px;
}

.slick-dots li.slick-active button {
  background-color: #e6001e;
}

.slick-dots button {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: none;
  width: 17px;
  height: 17px;
  background-color: #696b6e;
  font-size: 0;
}

.page-block {
  padding: 90px 0;
}

@media (max-width: 1599px) {
  .advantages {
    padding-top: 20px;
  }
}

.advantages__inner {
  padding-top: 150px;
}

/*.advantages__img {
  position: absolute;
  bottom: 0;
  left: 0;
}*/
.text-muted {
  color: #777a83 !important;
}

@media (max-width: 1599px) {
  .advantages__img {
    position: relative;
  }
}

.advantages-item {
  margin-bottom: 50px;
}

.advantages-item__title {
  font-size: 15px;
  line-height: 20px;
  color: #161616;
  font-weight: bold;
  text-transform: uppercase;
}

.advantages-item__img {
  margin-bottom: 25px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.shop-item-slider .owl-item:hover {
  position: relative;
  z-index: 100;
}

.shop-item-slider .owl-controls {
  margin: auto;
  max-width: 1170px;
  padding: 0 15px;
}

.shop-item {
  font-size: 14px;
  color: #212121;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 15px 0;
  position: relative;
}

.shop-item a {
  text-decoration: none !important;
}

.shop-item__image-wrapper {
  padding: 20px;
}

@media (max-width: 767px) {
  .shop-item__image-wrapper {
    padding: 15px;
  }
}

.shop-item__image-wrapper img {
  position: relative;
  z-index: -1;
}

.shop-item:hover {
  -webkit-box-shadow: 0px 0px 16px 0px rgba(156, 156, 164, 0.3) !important;
  box-shadow: 0px 0px 16px 0px rgba(156, 156, 164, 0.3) !important;
}

.shop-item:hover .quick-view {
  opacity: 1 !important;
}

.shop-item:hover .shop-item__more-link {
  opacity: 1;
}

.shop-item__info-wrapper {
  padding: 0 35px 45px 25px;
}

@media (max-width: 767px) {
  .shop-item__info-wrapper {
    padding: 0 25px 25px 25px;
  }
}

.shop-item__shortdesc {
  font-size: 16px;
  color: #c3c3c3;
  line-height: 19px;
  font-weight: 300;
  text-transform: lowercase;
}

.shop-item__title {
  font-weight: bold;
  color: #212121;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 19px;
}

.shop-item__price {
  font-family: "Lato";
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  color: #151515;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-item__price .line-through {
  color: #777a83;
  font-weight: 300;
  text-decoration: line-through;
  margin-left: 10px;
}

.shop-item__price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.shop-item__more-link {
  font-size: 14px;
  text-transform: uppercase;
  color: #f50000;
  line-height: 19px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-item__more-link .svg {
  width: 14px;
  height: 10px;
  fill: #f50000;
  margin-left: 10px;
}

.rub {
  font-family: "PT Rouble Sans";
  font-weight: 400;
}

.quick-view {
  background-color: rgba(245, 0, 0, 0.67);
  width: 200px;
  border-radius: 0;
  border: none;
  height: 40px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  color: #fff !important;
  transition: 0.3s;
}

.quick-view:hover {
  background-color: #f50000;
}

.wtitle {
  color: #0a1731;
  font-size: 36px;
  line-height: 45px;
  font-family: "Proxima Nova";
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.page-subtitle {
  font-size: 16px;
  color: #888888;
  line-height: 19px;
  margin-bottom: 40px;
}

.slick-slide img {
  width: 100%;
}

.trust-us {
  padding-bottom: 0;
}

.trust-us__inner {
  padding-top: 130px;
  color: #525252;
  font-size: 15px;
  line-height: 30px;
}

.trust-us .wtitle {
  margin-bottom: 20px;
}

.massonry {
  position: relative;
}

.massonry__container {
  padding-left: 0;
  padding-right: 0;
}

.massonry__title {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 10;
  font-size: 28px;
  line-height: 48px;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}

@media (max-width: 1199px) {
  .massonry__title {
    left: 30px;
  }
}

.massonry__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1200px) {
  .massonry__col_theme-width {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media (max-width: 1199px) {
  .massonry__col_theme-width {
    width: 100%;
    max-height: 450px;
  }
}

.massonry-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.massonry-item__title {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

.massonry-item__desc,
.massonry-item__year {
  color: #c3c3c3;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
}

.massonry-item__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 30px;
  background-color: rgba(22, 22, 22, 0.8);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #fff;
}

.massonry-item__overlay_big {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .massonry-item__overlay_big {
    padding-left: 30px;
  }
}

.massonry-item__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.massonry-item:hover .massonry-item__img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.massonry-item:hover .massonry-item__overlay {
  opacity: 0.6;
}

.callback {
  background-color: #e6001e;
  color: #fff;
}

.callback__title {
  color: #fff;
}

.callback__subtitle {
  line-height: 19px;
  margin-bottom: 30px;
}

.callback .input-group-addon {
  display: none;
}

.callback .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  padding: 10px 0 10px 40px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 45px;
  background: url(/upload/media/content/form-icons.png) no-repeat left center;
}

.callback .form-control::-webkit-input-placeholder {
  color: #fff;
}

.callback .form-control::-moz-placeholder {
  color: #fff;
}

.callback .form-control:-ms-input-placeholder {
  color: #fff;
}

.callback .form-control::-ms-input-placeholder {
  color: #fff;
}

.callback .form-control::placeholder {
  color: #fff;
}

.callback .form-control:active,
.callback .form-control:focus,
.callback .form-control.error {
  background-color: #c7031d !important;
}

.callback .form-control.error {
  border: none !important;
}

@media (min-width: 768px) {
  .callback .form-btn-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.callback fieldset .row > div:nth-child(1) .form-control {
  background-position: 0 10px;
}

.callback fieldset .row > div:nth-child(2) .form-control {
  background-position: 0 -50px;
}

.callback fieldset .row > div:nth-child(3) .form-control {
  background-position: 0 -112px;
}

.callback fieldset .row > div:nth-child(4) .form-control {
  background-position: 0 -176px;
}

@media (min-width: 768px) {
  .callback fieldset .row > div:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.callback .agree-wrapper {
  margin: 20px 0 0 0 !important;
}

.callback .agree-wrapper .form-agreement-yes {
  color: #fff;
}

.callback .agree-wrapper .form-agreement-yes a {
  color: #fff;
  text-decoration: underline;
}

.callback .agree-wrapper .checkbox i {
  color: #000 !important;
}

.callback .btn {
  width: 100%;
}

.callback textarea {
  height: 60px !important;
  resize: none;
}

@media (min-width: 1199px) {
  .callback .form-group {
    margin-bottom: 45px;
  }
}

.btn {
  border-radius: 0;
  border: none;
  height: auto;
  font-size: 15px;
  line-height: 15px;
  white-space: nowrap;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #161616;
  height: 60px;
  min-width: 200px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #333333 !important;
}

.map-wrapper {
  position: relative;
}

@media (min-width: 1200px) {
  .map-wrapper {
    min-height: 640px;
    background-color: #e4e4e4;
  }
}

.contact-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 1200px) {
  .page-contacts > .container {
    max-width: 1230px;
  }
}

.page-contacts__inner {
  background-color: #161616;
  padding: 25px 30px;
  min-height: 185px;
}

.page-contacts__title {
  color: #fff;
  margin-bottom: 20px;
}

.page-contacts-item {
  color: #fff;
}

.page-contacts-item__title {
  font-size: 15px;
  color: #4c4c4c;
  line-height: 24px;
}

.page-contacts-item__text {
  font-size: 15px;
}

.page-contacts-item a {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.page-contacts-item a:hover {
  color: #e6001e;
}

.page-contacts-item__phone {
  font-size: 18px;
  line-height: 24px;
  font-family: "Lato";
  font-weight: bold;
}

.logo-footer .svg {
  width: 137px;
  height: 60px;
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.logo-footer .svg:hover {
  fill: #868686;
}

.footer {
  padding: 55px 0 110px 0;
  background-color: #161616;
}

.footer a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

.footer a:hover {
  color: #868686;
}

.menu-vertical {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-vertical a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 23px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu-vertical a:hover {
  color: #868686;
}

.inst-link .svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 28px;
  height: 28px;
}

.inst-link span {
  font-size: 18px;
}

.callback-button {
  margin-top: 15px;
}

.callback-button .btn {
  height: 46px;
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6001e;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}

.callback-button .btn:hover {
  background-color: #fff !important;
  color: #e6001e;
}

.footer-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-phone > a:first-child {
  margin-right: 24px;
}

.sticky.fixed .menu li a,
.sticky.fixed .shop-cart a,
.sticky.fixed .header {
  height: 70px;
}

.sticky.fixed .worktime {
  max-height: 0;
  overflow: hidden;
  transition: 0s;
}

.header {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(156, 156, 164, 0.2) !important;
  box-shadow: 0px 0px 16px 0px rgba(156, 156, 164, 0.2) !important;
}

.slick-dots > li:only-child {
  display: none;
}

.breadcrumb {
  margin-bottom: 0;
  background: transparent;
  padding: 30px 0;
  color: #aeaeae;
  text-transform: uppercase;
  font-size: 13px;
}

.breadcrumb li:after {
  content: "/";
  margin: 0 5px;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb a {
  text-transform: uppercase;
  color: #aeaeae;
}

.shop-tree-icon {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #212121;
}

.shop-tree-icon:hover {
  color: #e6001e;
}

.shop-tree-icon__icon {
  width: 30px;
  height: 21px;
  margin-right: 10px;
  background-size: contain;
}

a {
  outline: none !important;
}

.pagination {
  margin-top: 30px;
}

.pagination li {
  min-width: 30px;
}

.pagination li.active a {
  background: #212121;
}

.pagination a {
  color: #212121;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 5px 10px;
  background-color: #e6001e;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination a:hover {
  color: #fff;
  background: #212121;
}

.primary-hover {
  color: #212121;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.primary-hover:hover {
  color: #e6001e !important;
  text-decoration: none;
}

.page-title {
  margin-bottom: 30px;
}

.hidden {
  display: none !important;
}

.product__image-wrap {
  border: 1px solid #e7e7e7 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
  max-width: 600px;
}

@media (max-width: 991px) {
  .product__image-wrap {
    max-width: none;
  }
}

.product__img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 540px;
}

.product__shortdesc {
  background-color: #e6001e;
  color: #fff;
  font-size: 16px;
  text-transform: lowercase;
  line-height: 16px;
  padding: 5px 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
}

.product__shortdesc p {
  margin: 0;
}

.product__title {
  font-size: 26px;
  line-height: 32px;
  color: #161616;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Proxima Nova";
}

.product__price {
  margin-bottom: 20px;
  font-family: "Lato";
  font-weight: 900;
  color: #e6001e;
  font-size: 24px;
}

.product__price .product_old_price {
  font-weight: 300;
  color: #0a1731;
  opacity: 0.7;
}

.product__price .product_old_price span:not(.rub) {
  position: relative;
}

.product__price .product_old_price span:not(.rub):after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bdbdbd;
}

.product__delivery .svg {
  width: 29px;
  height: 20px;
  fill: #e6001e;
  margin-right: 10px;
}

.product__text {
  font-weight: bold;
  color: #7b7b7b;
  font-size: 12px;
  text-transform: uppercase;
}

.product__text .shop-item__more-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 10px;
  font-weight: normal;
  margin-left: 10px;
}

.product__text .shop-item__more-link:hover {
  color: #212121;
}

.product__text .shop-item__more-link .svg {
  width: 9px;
  height: 6px;
  margin-left: 6px;
}

.dashed-link {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #e6001e;
  text-decoration: none !important;
  border-bottom: 1px dashed #e6001e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashed-link:hover {
  color: #212121;
}

.dashed-link span {
  font-size: 20px;
  line-height: 16px;
  margin-left: 5px;
}

.product-slider__item {
  border: 1px solid #e7e7e7 !important;
  display: block;
}

#views_block {
  margin: 0 -6px;
}

.table-size {
  display: none;
}

.fz10 {
  font-size: 10px !important;
}

.opacity-1 {
  opacity: 1 !important;
}

.fixed-controls {
  position: fixed;
  bottom: 50px;
  right: 100px;
}

.number-spinner {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #f9f9f9;
  height: 40px;
  width: 120px;
}

.number-spinner .svg {
  width: 11px;
  height: 7px;
}

.number-spinner .svg.left-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.number-spinner .svg.right-arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.number-spinner .form-control {
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
  font-size: 16px;
  color: #7b7b7b;
  font-weight: bold;
  background-color: transparent;
}

.number-spinner .btn:hover,
.number-spinner .btn:active,
.number-spinner .btn:focus {
  background-color: #e6001e !important;
  border-color: #e6001e !important;
}

.spinner-title {
  margin-top: 30px;
  text-transform: uppercase;
  color: #212121;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}

.addToCart {
  width: 200px;
  height: 46px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  border: none !important;
  background-color: #e6001e;
}

.addToCart .svg {
  width: 16px;
  height: 15px;
  fill: #fff;
  margin-right: 10px;
}

.product-icons {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-icons .svg {
  fill: #7b7b7b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.product-icons .svg.wallet {
  width: 30px;
  height: 26px;
}

.product-icons .svg.pay {
  width: 33px;
  height: 30px;
}

.product-icons .svg.bank-cart {
  width: 36px;
  height: 30px;
}

.product-icons .svg.money {
  width: 22px;
  height: 31px;
}

.product-icons__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 32px;
  margin-bottom: 10px;
}

.product-icons__text {
  font-size: 13px;
  line-height: 13px;
  color: #7b7b7b;
}

.product-icons__item:hover .svg {
  fill: #e6001e;
}

.nav-tabs {
  border: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
  border: none !important;
  border-top: 3px solid transparent !important;
}

.nav-tabs .nav-link {
  font-size: 15px;
  color: #212121;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 0;
  color: #aeaeae;
}

.nav-tabs .nav-link:hover {
  color: #212121;
}

.nav-item {
  margin-right: 40px;
}

.nav-tabs .nav-link.active {
  border-color: #e6001e !important;
  color: #212121;
}

.tab-content {
  padding-top: 35px;
  color: #525252;
  font-size: 15px;
  line-height: 23px;
}

.tab-content b,
.tab-content strong {
  color: #161616;
}

.tab-content ul {
  list-style-type: none;
  padding-left: 0;
}

.tab-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 23px;
}

.tab-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #e6001e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.relead-title {
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 22px;
  color: #161616;
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-weight: 800;
  padding: 100px 0 30px 0;
}

.relead {
  margin-bottom: 80px;
}

.relead .shop-item__price {
  font-size: 16px;
  line-height: 16px;
}

.relead .shop-item__title,
.relead .shop-item__shortdesc {
  font-size: 12px;
  line-height: 20px;
}

.relead .shop-item__shortdesc {
  line-height: 12px;
}

.relead .shop-item__more-link {
  font-size: 11px;
}

.relead .shop-item__more-link .svg {
  display: none;
}

.relead .shop-item__info-wrapper {
  padding: 0 15px 20px 15px;
}

.relead .shop-item__image-wrapper {
  padding: 15px;
}

.owl-controls .svg {
  width: 23px;
  height: 16px;
  fill: #888888;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.owl-controls .owl-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-controls .owl-buttons > div:hover .svg {
  fill: #e6001e;
}

.reviews-box__title {
  font-size: 15px;
  font-weight: bold;
  color: #161616;
  text-transform: uppercase;
  padding-top: 8px;
  border-top: 3px solid #e6001e;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  margin-bottom: 40px;
}

.reviews-box .owl-controls {
  margin: 20px 0 80px 0;
}

@media (max-width: 991px) {
  .reviews-box .owl-controls {
    margin: 10px 0 30px 0;
  }
}

.reviews-box-item img {
  margin: 0 30px 30px 0;
}

@media (max-width: 991px) {
  .reviews-box-item img {
    margin: 0 15px 15px 0;
    max-width: 200px !important;
  }
}

@media (max-width: 575px) {
  .reviews-box-item img {
    margin: 0 15px 15px 0;
    max-width: none !important;
    float: none !important;
  }
}

.reviews-box-item__name {
  font-weight: bold;
  color: #e6001e;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.reviews-box-item__specialty {
  font-size: 16px;
  color: #909090;
  line-height: 20px;
}

.reviews-box-item__text {
  margin-top: 25px;
  font-size: 17px;
  line-height: 30px;
  font-weight: bold;
  color: #161616;
}

.reviews-box-item__text p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .reviews-box-item__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}

.slick-slide {
  outline: none !important;
}

.fancy-wrapper .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 10px;
}

.fancy-wrapper .btn-outline-primary {
  border: 2px solid #212121 !important;
}

.fancy-wrapper .btn-outline-primary:hover {
  background-color: #212121;
  color: #fff !important;
}

.radio,
.checkbox {
  position: relative;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  box-shadow: none !important;
  outline: none !important;
}

.property__title {
  font-size: 12px;
  color: #212121;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.bootstrap-select {
  width: 100% !important;
}

.bootstrap-select > .dropdown-toggle {
  background-color: #f9f9f9 !important;
  height: 40px;
  padding: 5px 15px;
  font-size: 16px;
  color: #565656;
  text-transform: none;
}

.property__item {
  margin-bottom: 25px;
}

.property__item:last-child {
  margin-bottom: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #e6071e;
}

.dropdown-toggle::after {
  border: none;
  background: url(/themes/smarty/images/sprite.svg#angle) no-repeat center center;
  width: 15px;
  height: 15px;
  transition: 0.3s;
}

.bootstrap-select.show .dropdown-toggle::after {
  transform: rotate(180deg);
}

.header .logo {
  margin-right: 50px;
}

.pt-15 {
  padding-top: 15px;
}

.mt-15 {
  margin-top: 15px;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

@media (max-width: 1199.98px) {
  .offcanvas-header {
    display: block;
  }

  .btn-close {
    color: #dc3545;
    border-color: #dc3545 !important;
    border: 1px solid !important;
    display: inline-flex;
    align-items: center;
  }

  .btn-close span {
    font-size: 30px;
    margin-right: 10px;
  }

  .navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: black;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    z-index: 1000;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }

  .menu li a {
    white-space: normal;
    color: #ffffff;
    height: 43px;
    padding: 0 !important;
  }
}

.total_order {
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

/*==========  Desktop First  ==========*/
@media (max-width: 1599.98px) {
  .header .logo {
    margin-right: 20px;
  }

  .shop-cart {
    width: 100px;
  }

  .menu li a {
    font-size: 14px;
    padding: 0 10px;
  }
}

@media (max-width: 1399.98px) {
  .shop-cart {
    width: 80px;
  }

  .logo .svg {
    max-width: 100px;
    max-height: 50px;
  }

  .header .container-fluid {
    padding-left: 15px;
  }

  .menu li a {
    font-size: 13px;
  }
}

@media (max-width: 1199.98px) {
  .shop-tree-icon {
    font-size: 13px;
  }

  .shop-tree-icon {
    margin-bottom: 15px;
  }

  .reviews-box-item__text {
    margin-top: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .relead-title {
    padding: 20px 0;
  }

  .product__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .product__img {
    height: 480px;
  }

  .menu-vertical a {
    font-size: 13px;
  }

  .footer-phone > a:first-child {
    margin-right: 0;
  }

  .footer-phone {
    flex-direction: column;
  }

  .slick-dots {
    left: 50px;
  }

  .slick-dots button {
    width: 10px;
    height: 12px;
  }

  .header {
    padding: 15px 0;
  }

  .navbar-light .navbar-toggler {
    border-color: #e6071e;
    border-radius: 0;
    border-width: 2px;
    box-shadow: none !important;
    outline: none !important;
    margin-top: 5px;
  }

  .badge.badge-corner {
    position: unset !important;
    color: #e6071e !important;
  }

  .header {
    height: auto;
  }

  .shop-cart {
    width: auto;
  }

  .shop-cart a {
    height: auto;
    background: transparent;
  }

  .shop-cart a .svg {
    fill: #e6001e;
  }
}

@media (max-width: 991.98px) {
  .shop-item__price {
    font-size: 20px;
  }

  .shop-item__more-link {
    opacity: 1;
    font-size: 12px;
  }

  .card-text {
    line-height: 16px;
    font-size: 13px;
  }

  .relead {
    margin-bottom: 30px;
  }

  .footer {
    padding: 40px 0 50px 0;
  }

  .trust-us .wtitle {
    margin-bottom: 10px;
  }

  .trust-us__inner {
    padding-top: 0;
    line-height: 24px;
  }

  .page-subtitle {
    margin-bottom: 20px;
  }

  .wtitle {
    font-size: 27px;
    line-height: 37px;
  }

  .page-block {
    padding: 50px 0;
  }

  .advantages-item {
    margin-bottom: 10px;
  }

  .advantages-item__title {
    font-size: 13px;
    line-height: 17px;
  }

  .advantages-item__img {
    height: 50px;
    margin-bottom: 10px;
  }

  .advantages-item__img img {
    max-height: 40px;
  }

  .advantages__inner {
    padding-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .relead-title {
    padding: 15px 0;
    font-size: 18px;
    line-height: 24px;
  }

  .shop-list-options .options-left {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 20px;
  }

  .breadcrumb {
    padding: 15px 0;
  }

  .select2 {
    width: 240px !important;
  }

  /*.map > ymaps{
    height: 350px !important;
  }*/
  .map-wrapper {
    display: flex;
    flex-direction: column;
  }

  .contact-wrapper {
    order: -1;
    position: unset;
    background-color: #161616;
  }

  .massonry__col_theme-width {
    max-height: 350px;
  }

  .massonry-item__desc,
  .massonry-item__year {
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
  }

  .massonry-item__title {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
  }

  .massonry-item__overlay {
    padding: 15px !important;
  }

  .massonry__title {
    top: 20px;
    left: 20px;
    font-size: 16px;
    line-height: 23px;
  }

  .trust-us__img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .advantages__inner {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .h1 {
    font-size: 22px;
    line-height: 28px;
  }

  .total_order {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .card-text {
    line-height: 16px;
    font-size: 13px;
  }

  .product-icons {
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .spinner-title {
    margin-top: 15px;
  }

  .property__item {
    margin-bottom: 10px;
  }

  .addToCart {
    width: auto;
    height: 40px;
    min-width: auto;
  }

  .page-contacts-item__text .page-contacts-item__phone {
    display: flex;
  }

  .product-icons__item {
    margin-bottom: 15px;
  }

  .product__img {
    height: 330px;
  }

  .callback-button .btn {
    width: 100%;
  }

  .inst-link span {
    display: none;
  }

  .massonry-item__overlay {
    background-color: rgba(22, 22, 22, 0.5);
  }

  .massonry__col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .callback__subtitle {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .wtitle {
    font-size: 20px;
    line-height: 25px;
  }

  .page-block {
    padding: 30px 0;
  }

  .advantages-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .advantages__inner {
    padding-top: 0;
  }

  .advantages-item__img img {
    max-height: 30px;
  }

  .advantages-item__img {
    height: 40px;
    margin-bottom: 5px;
  }

  .slick-dots {
    display: none !important;
  }
}

/*==========  Mobile First  ==========*/
@media (min-width: 1200px) {
  .border-xl-0 {
    border: none !important;
  }
}
