html {
  font-size: 19px
}

body {
  font-family: 'Clear Sans', Helvetica, Arial, serif
}

body.stop-scrolling {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%
}

.clearfix {
  display: inline-block;
  display: block;
  zoom: 1
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.'
}

svg:not(:root),
symbol,
image,
marker,
pattern,
foreignobject {
  overflow: visible !important
}

p,
a,
span,
input,
textarea,
label,
h1,
h2,
h3,
h4,
h5,
li,
td,
div {
  word-wrap: break-word
}

p::-moz-selection,
a::-moz-selection,
span::-moz-selection,
input::-moz-selection,
textarea::-moz-selection,
label::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
li::-moz-selection,
td::-moz-selection,
div::-moz-selection {
  color: #fff;
  background: #da291c
}

p::selection,
a::selection,
span::selection,
input::selection,
textarea::selection,
label::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
li::selection,
td::selection,
div::selection {
  color: #fff;
  background: #da291c
}

p,
a,
span,
input,
textarea,
label,
li,
td,
div {
  font-size: 14px
}

p span,
p a,
a span,
a a,
span span,
span a,
label span,
label a,
h1 span,
h1 a,
h2 span,
h2 a,
h3 span,
h3 a,
h4 span,
h4 a,
h5 span,
h5 a,
li span,
li a,
td span,
td a,
div span,
div a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: 'Clear Sans'
}

h1,
.h1 {
  font-size: 2.55rem
}

h2,
.h2 {
  font-size: 2.2rem
}

h3,
.h3 {
  font-size: 1.7rem
}

h4,
.h4 {
  font-size: 1.25rem
}

h5,
.h5 {
  font-size: 1rem
}

.sprite-caret-red,
.filter .expand .right-arrow:after {
  width: 9px;
  height: 7px;
  background-image: url(../img/sprite.png);
  background-position: -10px -45px
}

.sprite-caret,
.filter .expand .right-arrow:before {
  width: 9px;
  height: 7px;
  background-image: url(../img/sprite.png);
  background-position: -19px -45px
}

.sprite-check,
.accordion .checkbox:before,
.filter .jq-checkbox.checked:before {
  width: 10px;
  height: 8px;
  background-image: url(../img/sprite.png);
  background-position: 0 -45px
}

.sprite-next {
  width: 32px;
  height: 45px;
  background-image: url(../img/sprite.png);
  background-position: 0 0
}

.sprite-prev {
  width: 32px;
  height: 45px;
  background-image: url(../img/sprite.png);
  background-position: -32px 0
}

.popup {
  position: relative;
  display: none;
  width: 90%;
  max-width: 560px;
  margin: auto;
  padding: 44px 53px;
  background-color: #fff
}

#popup-prop {
  max-width: 1000px
}

.popup__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 38px;
  padding-right: 40px
}

.popup__form .form-group {
  margin-bottom: 10px
}

.popup__form .form-group:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup__form .form-control {
  font-size: 14px;
  height: 40px;
  padding-right: 27px;
  padding-left: 27px;
  border: 1px solid #a3a3a3;
  border-radius: 0
}

.popup__form .form-control:-moz-placeholder {
  color: #909090
}

.popup__form .form-control::-moz-placeholder {
  color: #909090
}

.popup__form .form-control:-ms-input-placeholder {
  color: #909090
}

.popup__form .form-control::-webkit-input-placeholder {
  color: #909090
}

.popup__form .form-control+p {
  margin-top: 17px;
  margin-bottom: 17px;
  color: #737373
}

.popup__form textarea.form-control {
  height: 160px;
  padding-top: 8px;
  resize: none
}

.popup__form input[type=file] {
  margin: 0;
  padding: 0;
  box-sizing: content-box
}

.popup__form p {
  font-size: 12px;
  margin-bottom: 0
}

.popup__form .red {
  color: #da291c
}

.popup .mfp-close {
  font-size: 0;
  line-height: 0;
  top: 50px;
  right: 64px;
  width: 17px;
  height: 17px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1;
  fill: #636363
}

.popup .mfp-close:hover {
  fill: #da291c
}

.popup_gallery {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
  background: none
}

.popup_gallery .mfp-close {
  top: 67px;
  right: 95px;
  width: 20px;
  height: 20px
}

.popup_center {
  max-width: 450px;
  padding: 64px 53px;
  text-align: center
}

.popup_center .mfp-close {
  display: none
}

.popup_center .popup__title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
  padding: 0;
  padding-bottom: 15px
}

.popup_center .popup__title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 228px;
  height: 1px;
  margin: auto;
  content: '';
  background-color: #da291c
}

.popup_center p {
  font-size: 14px;
  margin-bottom: 0
}

.popup#basket-popup textarea.form-control {
  height: 130px
}

.popup#basket-popup p {
  color: #737373
}

.popup#basket-popup .form-group:last-child {
  padding-right: 20px
}

.popup#basket-popup .form-group:last-child p {
  line-height: 1.65
}

.popup_reviews .popup__form {
  margin-top: 55px
}

.popup_reviews p {
  font-size: 14px;
  color: #909090
}

.popup_reviews .inline-block {
  display: inline-block;
  margin-right: 22px
}

.popup_reviews .rating {
  position: relative;
  top: 4px;
  display: inline-block
}

.popup_reviews .form-group {
  margin-bottom: 30px
}

.popup_reviews .form-group:first-child {
  margin-bottom: 40px
}

.popup_reviews .form-group:last-child {
  margin-top: 70px;
  margin-bottom: 0
}

.popup_reviews .form-group:last-child .form-control {
  width: 240px
}

.popup_reviews .form-control {
  padding-right: 2px !important;
  padding-left: 2px !important;
  border: none;
  border-bottom: 1px solid #a3a3a3
}

.popup_reviews .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.popup_comparison {
  max-width: 929px;
  padding: 75px 125px
}

.popup_comparison .mfp-close {
  top: 33px;
  right: 35px
}

.popup_video {
  width: 90%;
  max-width: 760px;
  padding: 0;
  background: none
}

.popup_video .mfp-close {
  top: -25px;
  right: -25px
}

.popup__video {
  width: 100%;
  padding-top: 56.7%
}

.popup__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.mfp-container {
  padding: 0
}

.mfp-bg.gallery {
  background-color: rgba(240, 240, 240, .9)
}

.mfp-content .popup {
  display: block
}

.mfp-fade.mfp-bg {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

.btn-default {
  font-size: 14px;
  max-width: 100%;
  padding: 9px 29px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: normal;
  color: #fff;
  border: 1px solid #da291c;
  border-radius: 0;
  background-color: #da291c
}

.btn-default:hover {
  text-decoration: none;
  color: #000;
  background-color: #fff
}

.btn-default:not(:disabled):not(.disabled):active {
  text-decoration: none;
  color: #000;
  background-color: #fff
}

.btn-primary {
  font-size: 14px;
  max-width: 100%;
  padding: 9px 29px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  white-space: normal;
  color: #000;
  border: 1px solid #da291c;
  border-radius: 0;
  background-color: #fff
}

.btn-primary:hover {
  text-decoration: none;
  color: #fff;
  border-color: #da291c;
  background-color: #da291c
}

.btn-primary:not(:disabled):not(.disabled):active {
  text-decoration: none;
  color: #fff;
  border-color: #da291c;
  background-color: #da291c
}

.svg-icon {
  font-size: 0;
  width: 100%;
  height: 100%
}

.svg-icon svg {
  width: 100%;
  height: 100%
}

#icon-inst .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke: #000;
  stroke-width: .216;
  stroke-miterlimit: 22.9256
}

#icon-material2 .str1 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .str2 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .str5 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .str4 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .str0 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .str3 {
  stroke: #d42e12;
  stroke-width: 45.7628;
  stroke-linecap: round;
  stroke-linejoin: round
}

#icon-material2 .fil0 {
  fill: none
}

#icon-material2 .fil1 {
  fill: #d42e12;
  fill-rule: nonzero
}

.visible-xs {
  display: none !important
}

.header {
  position: relative;
  z-index: 100
}

.header__top {
  padding-top: 60px
}

.header__logo {
  display: inline-block;
  margin-right: 70px;
  vertical-align: top
}

.header__logo-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top
}

.header__logo-icon .svg-icon {
  display: inline-block;
  width: 190px;
  height: 34px;
  fill: #db330d
}

.header__logo-text {
  line-height: 1.6;
  position: relative;
  top: -4px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 47px;
  vertical-align: top
}

.header__search {
  position: relative;
  display: inline-block;
  margin-right: 65px;
  vertical-align: middle
}

.header__search .form-control {
  width: 451px;
  height: 40px;
  padding-right: 110px;
  padding-left: 18px;
  border: 1px solid #a6a6a6;
  border-radius: 0
}

.header__search .form-control:focus {
  border-color: #da291c;
  -webkit-box-shadow: none;
  box-shadow: none
}

.header__search .form-control:focus+.btn {
  background-color: #da291c
}

.header__search .form-control:focus+.btn:hover {
  background-color: #ad2116
}

.header__search .btn {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 40px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  border-radius: 0;
  background-color: #a6a6a6
}

.header__search .btn:hover {
  background-color: #da291c
}

.header__cart {
  font-size: 14px;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 52px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: top;
  color: #000
}

.header__cart:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.header__cart:hover .svg-icon {
  stroke: #da291c
}

.header__cart .svg-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 28px;
  height: 26px;
  margin: auto;
  margin-right: 19px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.4173;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.header__cart span {
  display: block
}

.header__feedback {
  position: relative;
  top: -4px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle
}

.header__feedback:hover a {
  color: #da291c;
  border-bottom-color: transparent
}

.header__feedback:hover .svg-icon {
  stroke: #da291c
}

.header__feedback .svg-icon {
  display: inline-block;
  width: 26px;
  height: 18px;
  margin-right: 27px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.4173;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.header__feedback a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.header__feedback a:hover {
  text-decoration: none;
  color: #da291c
}

.header__phones {
  float: right;
  width: 160px;
  margin-top: -5px;
  text-align: right
}

.header__phone a {
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000
}

.header__phone a:hover {
  text-decoration: none;
  color: #da291c
}

.header__callback {
  margin-right: 110px;
  cursor: pointer
}

.header__callback:hover a {
  color: #da291c;
  border-bottom-color: transparent
}

.header__callback:hover .svg-icon {
  stroke: #da291c
}

.header__callback .svg-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 25px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.4173;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.header__callback a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.header__callback a:hover {
  text-decoration: none;
  color: #da291c
}

.header__middle {
  margin-top: 67px;
  padding-bottom: 44px
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__menu a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.header__menu a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.header__bottom {
  position: relative
}

.header__bottom:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #a6a6a6
}

.header__bottom:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #a6a6a6
}

.header__megamenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.header__megamenu-wrap {
  position: relative;
  z-index: 100;
  overflow: hidden
}

.header__megamenu-controls {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 0;
  margin: auto
}

.header__megamenu-btn {
  position: absolute;
  display: none;
  width: 12px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .6
}

.header__megamenu-btn.active {
  display: block
}

.header__megamenu-btn:hover {
  opacity: 1
}

.header__megamenu-btn_prev {
  left: 25px
}

.header__megamenu-btn_next {
  right: 25px
}

.header__megamenu>li {
  position: relative;
  text-align: center
}

.header__megamenu>li:nth-child(7) .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.header__megamenu>li:nth-child(7) .icon .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2331;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.header__megamenu>li:nth-child(7) .icon .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.header__megamenu>li:nth-child(8) .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.header__megamenu>li:nth-child(8) .icon .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2331;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.header__megamenu>li[data-megamenu]:before {
  position: absolute;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  opacity: 0;
  border-right: 5px solid transparent;
  border-right-width: 8px;
  border-bottom: 10px solid #da291c;
  border-bottom-width: 9px;
  border-left: 5px solid transparent;
  border-left-width: 8px
}

.header__megamenu>li[data-megamenu]:after {
  position: absolute;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  opacity: 0;
  border-right: 5px solid transparent;
  border-right-width: 7px;
  border-bottom: 10px solid #fff;
  border-bottom-width: 8px;
  border-left: 5px solid transparent;
  border-left-width: 7px
}

.header__megamenu>li:hover:before,
.header__megamenu>li:hover:after,
.header__megamenu>li.hover:before,
.header__megamenu>li.hover:after {
  opacity: 1
}

.header__megamenu>li:hover a:before,
.header__megamenu>li.hover a:before {
  opacity: 1
}

.header__megamenu>li:hover a span,
.header__megamenu>li.hover a span {
  color: #da291c;
  border-bottom-color: transparent
}

.header__megamenu>li:hover a .caret,
.header__megamenu>li.hover a .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  stroke: #da291c
}

.header__megamenu>li:hover a .icon .st0,
.header__megamenu>li:hover a .icon .st1,
.header__megamenu>li:hover a .icon .st2,
.header__megamenu>li.hover a .icon .st0,
.header__megamenu>li.hover a .icon .st1,
.header__megamenu>li.hover a .icon .st2 {
  stroke: #da291c !important
}

.header__megamenu>li:hover .header__megadropdown,
.header__megamenu>li.hover .header__megadropdown {
  display: block
}

.header__megamenu>li>a {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 31px;
  text-decoration: none
}

.header__megamenu>li>a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  background-color: #da291c
}

.header__megamenu .icon {
  height: 45px
}

.header__megamenu .icon svg {
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85)
}

.header__megamenu .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.header__megamenu .icon path {
  fill: none;
  stroke: black;
}

.header__megamenu .icon .st0,
.header__megamenu .icon .st1,
.header__megamenu .icon .st2 {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.header__megamenu span {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.header__megamenu .caret {
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill: #fff;
  stroke: #000
}

.header__megamenu .caret .svg-icon {
  width: 6.66667px;
  height: 4.16667px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.header__megadropdown {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 810px;
  margin: 0;
  padding: 0;
  padding: 44px 50px;
  padding-bottom: 27px;
  list-style: none;
  text-align: left;
  border: 1px solid #da291c;
  background-color: rgba(255, 255, 255, .95);
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 90px;
  column-gap: 90px
}

.header__megadropdown.active {
  display: block
}

.header__megadropdown li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 15px
}

.header__megadropdown li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #da291c
}

.header__megadropdown a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.header__megadropdown a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.header__megadropdowns {
  position: absolute;
  z-index: 10;
  bottom: 1px;
  left: 0;
  width: 100%
}

.header__callback-and-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 500px;
  margin-top: 14px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.mheader {
  position: relative;
  position: fixed;
  z-index: 1000;
  top: 0;
  display: none;
  width: 100%;
  color: #fff;
  background-color: #da291c
}

.mheader .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mheader__catalog-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 70px;
  padding: 24.5px 41.5px;
  cursor: pointer
}

.mheader__catalog-btn span {
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  margin-left: -6px;
  border-bottom: 1px dashed #fff
}

.mheader__catalog-btn .svg-icon {
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 8px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  fill: #fff;
  stroke: #fff;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.mheader__catalog-btn.active {
  color: #000;
  background-color: #fff
}

.mheader__catalog-btn.active span {
  border-bottom-color: #000
}

.mheader__catalog-btn.active .svg-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  stroke: #da291c
}

.mheader__right {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mheader__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mheader__cart .svg-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 20px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mheader__phone .svg-icon {
  width: 28px;
  height: 28px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9471;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin: 0 30px;
  margin-left: 10px;
  padding: 0 22.5px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mheader__search .svg-icon {
  width: 26px;
  height: 26px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9471;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding: 0 34.5px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mheader__menu-btn.active {
  background-color: #fff
}

.mheader__menu-btn.active .normal-state {
  display: none
}

.mheader__menu-btn.active .active-state {
  display: block
}

.mheader__menu-btn .normal-state {
  display: block
}

.mheader__menu-btn .normal-state .svg-icon {
  width: 28px;
  height: 18px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 3.892;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__menu-btn .active-state {
  display: none
}

.mheader__menu-btn .active-state .svg-icon {
  width: 28px;
  height: 25px;
  fill: #da291c
}

.mheader__logo {
  position: absolute;
  z-index: 0;
  right: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.mheader__logo .svg-icon {
  display: inline-block;
  width: 133px;
  height: 23px;
  fill: #fff
}

.mheader__logo a:hover {
  text-decoration: none
}

.mheader__logo-text {
  font-size: 9px;
  display: none;
  margin-top: 4px;
  color: #000
}

.mheader__catalog {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 70px);
  padding-top: 48px;
  background-color: rgba(255, 255, 255, .95)
}

.mheader__catalog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.mheader__catalog.active {
  display: block
}

.mheader__megamenu {
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
  padding: 0;
  list-style: none
}

.mheader__megamenu>li {
  margin-bottom: 20px
}

.mheader__megamenu>li:nth-child(7) .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__megamenu>li:nth-child(7) .icon .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2331;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__megamenu>li:nth-child(7) .icon .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.mheader__megamenu>li:nth-child(8) .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.mheader__megamenu>li:nth-child(8) .icon .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2331;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.mheader__megamenu>li>a:hover {
  text-decoration: none
}

.mheader__megamenu>li span {
  font-size: 15px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.mheader__megamenu>li.active span {
  color: #da291c;
  border-bottom-style: solid;
  border-bottom-color: #da291c
}

.mheader__megamenu>li.active .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  stroke: #da291c
}

.mheader__megamenu>li.active .icon .st0,
.mheader__megamenu>li.active .icon .st1,
.mheader__megamenu>li.active .icon .st2 {
  stroke: #da291c
}

.mheader__megamenu>li.active .mheader__dropdown {
  display: block
}

.mheader__megamenu .icon {
  display: inline-block;
  margin-right: 28px;
  vertical-align: middle
}

.mheader__megamenu .icon svg {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(.85);
  -ms-transform: scale(.85);
  transform: scale(.85)
}

.mheader__megamenu .icon .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #000;
  stroke-width: 1.2334;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.mheader__megamenu .icon .st0,
.mheader__megamenu .icon .st1,
.mheader__megamenu .icon .st2 {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.mheader__megamenu .caret {
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill: #fff;
  stroke: #000
}

.mheader__megamenu .caret .svg-icon {
  width: 6.66667px;
  height: 4.16667px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.mheader__dropdown {
  display: none;
  margin: 0;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 1px;
  padding-left: 72px;
  list-style: none
}

.mheader__dropdown li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px
}

.mheader__dropdown li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #da291c
}

.mheader__dropdown a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.mheader__dropdown a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.mheader__menu {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: calc(100vh - 70px);
  padding-top: 55px;
  background-color: rgba(255, 255, 255, .95)
}

.mheader__menu.active {
  display: block
}

.mheader__menu ul {
  margin: 0;
  padding: 0;
  padding-left: 35px;
  list-style: none
}

.mheader__menu li {
  margin-bottom: 39px
}

.mheader__menu li a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  transition: all .2s ease;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000
}

.mheader__menu li a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.mheader__menu .container:last-child {
  padding: 0 50px;
  padding-top: 35px
}

.mheader__menu .container:last-child a {
  font-size: 15px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.mheader__menu .container:last-child a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.mheader__menu-separator {
  height: 1px;
  margin-top: 35px;
  background-color: #8a8a8a
}

.mheader__search-form {
  position: absolute;
  z-index: 10;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-right: 50px;
  background-color: #da291c
}

.mheader__search-form input {
  font-size: 25px;
  width: 100%;
  height: 100%;
  padding-right: 50px;
  padding-left: 15px;
  border: none;
  border-radius: 0
}

.mheader__search-form input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.mheader__search-form .btn {
  position: absolute;
  top: 0;
  right: 68px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border: none;
  background: none;
  fill: #da291c
}

.mheader__search-form .btn .svg-icon {
  width: 26px;
  height: 26px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #da291c;
  stroke-width: 1.9471;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.mheader__search-form .close-search {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  cursor: pointer;
  fill: #fff;
  stroke: #fff
}

.mheader-offset {
  display: none
}

.main-slider {
  margin-top: 50px;
  margin-bottom: 50px
}

.main-slider .container {
  position: relative
}

.main-slider__slider.slick-slider {
  margin-bottom: 0
}

.main-slider__slide {
  display: none
}

.main-slider__slide img {
  max-width: 100%;
  max-height: 100%
}

.main-slider__slide:first-child {
  display: block
}

.main-slider__buttons {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0
}

.main-slider__btn {
  position: absolute;
  width: 70px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: .6
}

.main-slider__btn .svg-icon {
  width: 12px;
  margin: auto
}

.main-slider__btn:hover {
  opacity: 1
}

.main-slider__btn_prev {
  left: 15px
}

.main-slider__btn_next {
  right: 15px
}

.main-slider .slick-dots {
  bottom: 25px
}

.main-slider .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6;
  border: 2px solid transparent;
  border-radius: 50%;
  background: none
}

.main-slider .slick-dots li.slick-active {
  opacity: 1;
  border-color: #000
}

.main-slider .slick-dots li.slick-active button {
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  background-color: #000
}

.main-slider .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  -o-transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%;
  outline: none;
  background-color: #000;
  background-color: #000
}

.main-slider .slick-dots li button:before {
  display: none
}

.section__title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 34px;
  text-transform: uppercase
}

.section__title_small {
  text-transform: none
}

.hits {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 22px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.hits__item {
  position: relative;
  display: inline-block;
  width: 330px;
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 22px 20px;
  padding-bottom: 36px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: top;
  -webkit-box-shadow: inset 0 0 0 1px #da291c;
  box-shadow: inset 0 0 0 1px #da291c
}

.hits__item:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 1
}

.hits__item.red:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff6673), to(#ff8b8c));
  background-image: -o-linear-gradient(bottom, #ff6673 0%, #ff8b8c 100%);
  background-image: linear-gradient(to top, #ff6673 0%, #ff8b8c 100%)
}

.hits__item.blue:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#429ff6), to(#7bdbfb));
  background-image: -o-linear-gradient(bottom, #429ff6 0%, #7bdbfb 100%);
  background-image: linear-gradient(to top, #429ff6 0%, #7bdbfb 100%)
}

.hits__item.yellow:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffa619), to(#ffd821));
  background-image: -o-linear-gradient(bottom, #ffa619 0%, #ffd821 100%);
  background-image: linear-gradient(to top, #ffa619 0%, #ffd821 100%)
}

.hits__item.purple:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#c462fc), to(#e7b8ff));
  background-image: -o-linear-gradient(bottom, #c462fc 0%, #e7b8ff 100%);
  background-image: linear-gradient(to top, #c462fc 0%, #e7b8ff 100%)
}

.hits__item:hover:before {
  opacity: 0
}

.hits__title {
  position: relative;
  margin-top: 0;
  margin-bottom: 30px
}

.hits__title a {
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #000
}

.hits__title a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.hits__image {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 27px;
  text-align: center
}

.hits__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.hits__info {
  font-size: 14px
}

.hits__list {
  margin: 0;
  padding: 0;
  list-style: none
}

.hits__list li {
  position: relative;
  margin-bottom: 19px;
  padding-left: 15px
}

.hits__list li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  background-color: #da291c
}

.hits__list a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.hits__list a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.catalog__item {
  position: relative;
  overflow: hidden;
  width: 330px;
  margin: 0 15px;
  margin-bottom: 30px;
  padding: 33px 20px;
  padding-bottom: 29px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #e1e1e1
}

.catalog__item:hover {
  border-color: #da291c
}

.catalog__title {
  font-size: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  height: 48px;
  margin-top: 0;
  margin-bottom: 28px
}

.catalog__title a {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.45;
  display: inline;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.catalog__title a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.catalog__image {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.catalog__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.catalog__ribbon {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: -50px;
  width: 147px;
  height: 58px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center
}

.catalog__ribbon svg {
  position: absolute;
  z-index: 0;
  top: -73px;
  left: 0;
  fill: #da291c
}

.catalog__ribbon:after {
  position: absolute;
  top: -3px;
  left: 34px;
  display: block;
  width: 70px;
  height: 30px;
  content: '';
  background-color: #fff
}

.catalog__ribbon span {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: #fff
}

.catalog__prices {
  margin-bottom: 16px
}

.catalog__price {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 17px;
  color: #000
}

.catalog__price-old {
  font-size: 14px;
  display: inline-block;
  text-decoration: line-through;
  color: #8c8c8c
}

.catalog__chars {
  line-height: 1.75;
  margin: 0;
  padding: 0;
  list-style: none
}

.catalog__chars p {
  display: inline;
  margin-bottom: 0
}

.catalog__info {
  overflow: hidden;
  height: 210px;
  margin-bottom: 20px
}

.catalog__info p {
  line-height: 1.75
}

.catalog__btn:first-child {
  margin-right: 20px
}

.catalog_type2 .catalog__title {
  overflow: hidden;
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis
}

.catalog_type2 .catalog__info {
  height: auto;
  margin-bottom: 43px
}

.catalog .rating {
  position: absolute;
  z-index: 20;
  top: 95px;
  left: 12px
}

.catalog .rating+.catalog__image {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.catalog+.pagination {
  margin-top: -30px;
  margin-bottom: 50px
}

.rating .stars-block {
  font-size: 0;
  display: inline-block
}

.rating .stars-block i {
  display: inline-block;
  width: 30px;
  height: 18px;
  padding: 0 5px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  fill: none;
  stroke: #faaf04;
  stroke-width: 2px;
  fill: #fff
}

.rating .stars-block i.active {
  fill: #faaf04
}

.rating .stars-block-num {
  font-weight: 700;
  position: relative;
  top: -5px;
  display: inline-block;
  width: 50px;
  margin-left: 12px;
  padding: 4px;
  text-align: center;
  vertical-align: top;
  color: #010101;
  background-color: #dedede
}

.rating .stars-label {
  display: none
}

.rating.no-usable .stars-block i {
  cursor: default
}

.bullets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 53px;
  margin-bottom: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.bullets__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.33333% - 20px);
  margin-right: 30px;
  margin-bottom: 57px;
  padding-right: 0
}

.bullets__image {
  position: relative;
  width: 90px;
  height: 100px;
  margin-right: 27px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.bullets__image svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15)
}

.bullets__image svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #e2231a;
  stroke-width: 1.5934;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.bullets__image svg .st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #e2231a;
  stroke-width: 1.5931;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.bullets__image svg .st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #e2231a;
  stroke-width: 1.5968;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.bullets__title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000
}

.bullets__desc {
  line-height: 1.6
}

.info-text {
  max-width: 930px
}

.info-text h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 29px
}

.info-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 19px
}

.info-text p {
  line-height: 1.65;
  margin-bottom: 27px
}

.info-text p+ul {
  margin-top: -5px
}

.info-text ul {
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
  padding-left: 10px;
  list-style: none
}

.info-text ul li {
  line-height: 1.75;
  position: relative;
  padding-left: 10px
}

.info-text ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  background-color: #da291c
}

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

.info-text iframe {
  max-width: 100%
}

.footer {
  margin-top: 73px;
  padding-top: 55px;
  padding-bottom: 40px;
  background-color: #f2f2f2
}

.footer__left {
  display: inline-block;
  max-width: 485px;
  margin-right: 136px
}

.footer__left p.address {
  max-width: 455px
}

.footer__left p {
  margin-bottom: 30px
}

.footer__left p:first-child {
  font-size: 15px
}

.footer__left p a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: inherit
}

.footer__left p a:hover {
  color: #da291c
}

.footer__phones {
  margin-bottom: 20px
}

.footer__phones p {
  margin-bottom: 3px
}

.footer__phones p:first-child {
  font-size: 14px
}

.footer__phones p a {
  text-decoration: none
}

.footer__menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: top
}

.footer__menu li {
  margin-bottom: 9px
}

.footer__menu a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: #000
}

.footer__menu a:hover {
  color: #da291c
}

.footer__right {
  float: right;
  max-width: 450px
}

.footer__right p {
  font-size: 12px;
  color: #898989
}

.footer__right p:first-child {
  font-size: 14px;
  color: #000
}

.footer__right p a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: inherit
}

.footer__right p a:hover {
  color: #da291c
}

.footer__right .social {
  margin-top: 41px;
  margin-bottom: 35px;
  margin-left: 12px
}

.social__item {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 50px
}

.social__item:hover .svg-icon {
  fill: #da291c
}

.social__item:last-child {
  margin-right: 0
}

.social__item .svg-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  fill: #000
}

.content {
  padding-top: 34px
}

.content .container>h1,
.content .container>.h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 53px;
  text-transform: uppercase
}

.content .container>h1.small,
.content .container>.h1.small {
  font-size: 24px;
  text-transform: none
}

.content .container>h1 .red,
.content .container>.h1 .red {
  color: #da291c
}

.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.content__info {
  max-width: 1050px;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.breadcrumb {
  margin-bottom: 17px;
  padding: 0;
  background: none
}

.breadcrumb-item {
  font-size: 14px;
  padding-left: 0;
  color: #6f6f6f
}

.breadcrumb-item a {
  font-size: 12px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: none;
  color: #da291c;
  border-bottom: 1px solid #da291c
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0
}

.breadcrumb-item+.breadcrumb-item:before {
  font-size: 12px;
  margin: 0 3px;
  padding-right: 0;
  color: #6f6f6f
}

.sidebar {
  width: 230px;
  margin-top: -5px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.sidebar-wrap {
  margin-top: -30px;
  padding-bottom: 55px;
  order: -1;
}

.sidebar-overlay {
  display: none;
  cursor: pointer
}

.sidebar-close {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 80px;
  display: none;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: opacity .3s ease, -webkit-transform 0 .3s;
  -o-transition: transform 0 .3s, opacity .3s ease;
  transition: opacity .3s ease, -webkit-transform 0 .3s;
  transition: transform 0 .3s, opacity .3s ease;
  transition: transform 0 .3s, opacity .3s ease, -webkit-transform 0 .3s;
  -webkit-transform: translateX(-1000px);
  -ms-transform: translateX(-1000px);
  transform: translateX(-1000px);
  opacity: 0;
  fill: #fff
}

.sidebar-close:hover {
  opacity: .5
}

.sidebar-close.active {
  -webkit-transition: opacity .3s ease, -webkit-transform 0;
  -o-transition: transform 0s, opacity .3s ease;
  transition: opacity .3s ease, -webkit-transform 0;
  transition: transform 0s, opacity .3s ease;
  transition: transform 0s, opacity .3s ease, -webkit-transform 0;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1
}

.sidebar-close.active:hover {
  opacity: .5
}

.sidebar-toggle {
  position: fixed;
  z-index: 100;
  bottom: 90px;
  display: none;
  width: 50px;
  height: 50px;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .9;
  border: 1px solid #da291c;
  background-color: #fff;
  stroke: #da291c;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round
}

.sidebar-toggle:hover {
  background-color: #da291c;
  stroke: #fff
}

.sidebar__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px
}

.accordion__title {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-transform: uppercase;
  border-bottom: 1px dashed #000
}

.accordion__title.active .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion__title:hover {
  color: #da291c;
  border-bottom-color: #da291c
}

.accordion__title:hover .caret {
  stroke: #da291c
}

.accordion .caret {
  position: absolute;
  top: 5px;
  left: -27px;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill: #fff;
  stroke: #000
}

.accordion .caret .svg-icon {
  width: 6.66667px;
  height: 4.16667px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.accordion__item {
  margin-bottom: 1px
}

.accordion__info {
  display: none
}

.accordion__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.accordion__label {
  line-height: 1.45;
  margin-bottom: 0;
  cursor: pointer
}

.accordion__label span {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.accordion__label:hover .checkbox {
  border-color: #da291c
}

.accordion__label:hover span {
  color: #da291c
}

.accordion input {
  display: none
}

.accordion input:checked+.checkbox:before {
  opacity: 1
}

.accordion .checkbox {
  position: relative;
  top: 4px;
  left: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 13px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: top;
  border: 1px solid #aeaeae;
  background-color: #fff
}

.accordion .checkbox:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: '';
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  opacity: 0
}

.accordion_full {
  margin-bottom: 30px;
  padding-left: 42px
}

.accordion_full .accordion__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 27px;
  text-transform: none;
  border-bottom: none
}

.accordion_full .accordion__title span {
  display: inline;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.accordion_full .accordion__title.active .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.accordion_full .accordion__title:hover span {
  color: #da291c;
  border-bottom-color: #da291c
}

.accordion_full .accordion__title:hover .caret .svg-icon {
  fill: #da291c
}

.accordion_full .accordion__info {
  margin-bottom: 37px;
  margin-left: -42px;
  padding-top: 5px;
  padding-left: 42px
}

.accordion_full .accordion__info p {
  line-height: 1.7;
  max-width: 900px
}

.accordion_full .accordion__info p.small {
  font-size: 14px
}

.accordion_full .caret {
  top: 6px;
  left: -49px
}

.accordion_full .caret .svg-icon {
  width: 23.8px;
  height: 13.6px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  stroke: none;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #58595b
}

.accordion .table-responsive {
  overflow: visible
}

.accordion table {
  width: calc(100% + 42px);
  margin-top: 36px;
  margin-bottom: 35px;
  margin-left: -42px
}

.accordion table thead {
  vertical-align: middle;
  background-color: #fbfbfb
}

.accordion table thead td {
  line-height: 1.8;
  height: 100px;
  padding: 10px 28px
}

.accordion table thead td:first-child {
  padding: 10px 40px
}

.accordion table tbody td:hover {
  -webkit-box-shadow: inset 0 0 0 1px #da291c;
  box-shadow: inset 0 0 0 1px #da291c
}

.accordion table td {
  width: 17.02128%;
  padding: 13px 32px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #d2d2d2
}

.accordion table td:first-child {
  width: 48.93617%;
  padding: 13px 40px
}

.accordion table a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000
}

.accordion table a:hover {
  text-decoration: none;
  color: #da291c
}

.accordion table .red {
  color: #da291c
}

.filter .expand {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-transform: uppercase
}

.filter .expand.active .right-arrow:before,
.filter .expand.active .right-arrow:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.filter .expand span {
  display: inline;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px dashed #000
}

.filter .expand .right-arrow {
  border-bottom: none
}

.filter .expand .right-arrow:before {
  position: absolute;
  top: 8px;
  left: -27px;
  display: inline-block;
  margin-left: 6px;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  opacity: 1
}

.filter .expand .right-arrow:after {
  position: absolute;
  top: 8px;
  left: -27px;
  display: inline-block;
  margin-left: 6px;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  opacity: 0
}

.filter .expand:hover span {
  color: #da291c;
  border-bottom-color: #da291c
}

.filter .expand:hover .right-arrow:before {
  opacity: 0
}

.filter .expand:hover .right-arrow:after {
  opacity: 1
}

.filter .expand:hover .caret {
  stroke: #da291c
}

.filter .caret {
  position: absolute;
  top: 5px;
  left: -27px;
  display: inline-block;
  margin-left: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  fill: #fff;
  stroke: #000
}

.filter .caret .svg-icon {
  width: 6.66667px;
  height: 4.16667px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.filter__item {
  margin-bottom: 1px
}

.filter .detail {
  display: none
}

.filter .detail ul {
  margin-bottom: 0
}

.filter .detail .filter-checkbox_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.filter .detail li {
  line-height: 1.45;
  margin-bottom: 0;
  cursor: pointer
}

.filter .detail li a {
  text-decoration: none;
  color: #212529
}

.filter .detail li label {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.filter .detail li:hover .jq-checkbox {
  border-color: #da291c
}

.filter .detail li:hover label {
  color: #da291c
}

.filter input {
  display: none
}

.filter input:checked+.checkbox:before {
  opacity: 1
}

.filter .jq-checkbox {
  position: relative;
  top: 4px;
  left: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 13px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: top;
  border: 1px solid #aeaeae;
  border-radius: 0;
  background: #fff
}

.filter .jq-checkbox.checked .jq-checkbox__div {
  display: none
}

.filter .jq-checkbox.checked:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  content: '';
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  opacity: 1
}

.filter .filter-checkbox_selected {
  padding: 0;
  list-style: none
}

.sec-filter .theme-btn_reset {
  display: none
}

.product {
  margin-top: 60px
}

.product+.h1 {
  margin-top: 50px
}

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

.product__chars {
  margin: 0;
  margin-bottom: 41px;
  padding: 0;
  list-style: none
}

.product__chars li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px
}

.product__chars p {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-bottom: 0
}

a.allproperties_link {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  margin-top: 21px;
  border-bottom: 1px dashed #000
}

a.allproperties_link:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

#allproperties .product__chars p:first-child {
  max-width: 30%
}

#allproperties .product__chars p:last-child {
  max-width: 50%
}

.product__chars p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.product__chars p:first-child:after {
  position: relative;
  top: 0;
  margin: 0 15px;
  display: block;
  content: '';
  border-bottom: 1px dotted #d1d1d1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.product__images {
  width: 690px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0
}

.product__image {
  position: relative;
  margin-bottom: 32px;
  cursor: pointer
}

.product__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.product__slide {
  position: relative;
  display: none;
  width: 690px;
  height: 460px
}

.product__slide:first-child {
  display: block
}

.product__controls {
  z-index: 10;
  width: 100%
}

.product__controls-btn {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.product__controls-btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .5;
  border: 1px solid #afafaf;
  border-radius: 50%;
  background-color: #bbb
}

.product__controls-btn:hover {
  background-color: rgba(187, 187, 187, .2)
}

.product__controls-btn:hover:before {
  background-color: #888
}

.product__controls-btn .svg-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 14px;
  margin: auto;
  fill: #fff
}

.product__controls-btn_prev {
  left: 0
}

.product__controls-btn_next {
  right: 0
}

.product__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.product__thumb {
  width: 106px;
  height: 71px;
  margin-right: 10px;
  cursor: pointer
}

.product__thumb p {
  margin-bottom: 0
}

.product__thumb:last-child {
  margin-right: 0
}

.product__thumb_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.product__prices {
  margin-top: auto;
  margin-bottom: 22px
}

.product__prices p {
  display: inline-block
}

.product__price {
  font-size: 19px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  width: 120px;
  margin-right: 15px
}

.product__price:hover {
  color: #da291c
}

.product__price-old {
  font-size: 16px;
  display: inline-block;
  width: 178px;
  text-decoration: line-through;
  color: #8c8c8c
}

.product__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding-bottom: 39px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column
}

.product__info .product__btns {
  position: absolute;
  bottom: -20px;
  left: 0
}

.product__info h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 21px;
  text-transform: uppercase
}

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

.product__btn {
  margin-right: 28px;
  padding: 8px 24px
}

.product__btn:last-child {
  margin-right: 0
}

.product__main {
  margin-bottom: 44px
}

.product__section>h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 47px
}

.allproperties__section>h2 {
  margin-bottom: 26px
}

.product__section>h2.h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 63px;
  text-transform: uppercase
}

.product__section>h2.h1.small {
  font-size: 24px;
  text-transform: none
}

.product__section>h2.h1 .red {
  color: #da291c
}

.product__complect-tabs {
  margin-bottom: 50px
}

.product__complect-tabs h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 35px
}

.product__complect-tabs-header {
  margin-bottom: 43px
}

.product__complect-tabs-header h2 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  margin-right: 125px
}

.product__complect-tabs-header-list {
  display: inline-block
}

.product__complect-tabs-header-list li {
  display: inline-block;
  margin-right: 54px
}

.product__complect-tabs-header-list a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.product__complect-tabs-header-list a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.product__complect-tabs-header-list a.active {
  color: #da291c;
  border-bottom-color: transparent
}

.product__complect-sort {
  margin-bottom: 44px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: sticky;
  top: 0;
  background-color: #fffe;
  z-index: 999
}

.product__complect-sort a {
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.product__complect-sort a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.product__complect-sort a.active {
  color: #da291c;
  border-bottom-color: transparent
}

.product__complect-sort-list {
  display: inline-block;
  margin: 0;
  margin-right: 80px;
  padding: 0;
  padding-left: 242px;
  list-style: none
}

.product__complect-sort-list li {
  display: inline-block;
  margin-right: 53px
}

.product .info-text {
  margin-bottom: 59px
}

.product .info-text h2 {
  font-size: 20px
}

.product__comparison {
  position: relative;
  top: -3px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.product__comparison:hover,
.product__comparison.active {
  color: #da291c
}

.product__comparison:hover .svg-icon,
.product__comparison.active .svg-icon {
  fill: #da291c
}

.product__comparison .svg-icon {
  display: inline-block;
  width: 33px;
  height: 22px;
  margin-right: 23px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  vertical-align: middle;
  stroke: #da291c;
  stroke-width: 2px;
  fill: #fff
}

.comparison-popup {
  position: fixed;
  top: 0;
  left: 51.1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 70px;
  -webkit-transition: opacity 0 .3s ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity 0 .3s ease;
  transition: opacity 0 .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity 0 .3s ease;
  transition: transform .3s ease, opacity 0 .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: .9;
  opacity: 0;
  background-color: rgba(218, 41, 27, .9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.comparison-popup.active {
  -webkit-transition: opacity 0 ease, -webkit-transform .3s ease;
  -o-transition: transform .3s ease, opacity 0 ease;
  transition: opacity 0 ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity 0 ease;
  transition: transform .3s ease, opacity 0 ease, -webkit-transform .3s ease;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1
}

.comparison-popup .svg-icon {
  display: inline-block;
  width: 33px;
  height: 22px;
  fill: #fff;
  stroke: #fff
}

.comparison-popup span {
  display: inline-block;
  margin-left: 18px;
  text-decoration: underline;
  color: #fff;
  text-decoration-skip-ink: none
}

.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.videos__video {
  position: relative;
  width: 690px;
  height: 386px;
  margin: 0 15px;
  margin-bottom: 40px
}

.videos__video:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: ''
}

.videos__video:hover:after {
  content: none
}

.videos__video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%
}

.video-container {
  position: relative;
  width: calc(100% - 30px);
  margin: auto;
  margin-bottom: 23px
}

.video-container-pt {
  padding-top: 39%
}

.video-container-pt .youtube-screen {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.video-container img {
  max-width: 100%
}

.video-container iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%
}

.complect {
  margin-bottom: 45px
}

.complect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px
}

.complect__name {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 241px;
  padding-top: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.complect__labels {
  display: inline-block;
  margin-bottom: -23px
}

.complect__label {
  position: relative;
  margin-right: 23px;
  margin-bottom: 23px;
  padding: 9px 22px;
  cursor: pointer;
  border: 1px solid #da291c
}

.complect__label.active {
  color: #fff;
  background-color: #da291c
}

.complect__label.active .complect__text {
  color: #212529
}

.complect__label input {
  display: none
}

.complect__garanty {
  position: absolute;
  top: -20px;
  right: -20px
}

.complect__tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 569px;
  padding: 30px;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  border: 1px solid #da291c;
  background-color: rgba(255, 255, 255, .95);
  z-index: 9
}

.complect__tooltip.right {
  right: 0;
  left: auto
}

.complect__tooltip.right:before {
  right: 27px;
  left: auto
}

.complect__tooltip.right:after {
  right: 28px;
  left: auto
}

.complect__tooltip:before {
  position: absolute;
  position: absolute;
  z-index: 9;
  top: -9px;
  left: 27px;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-right: 5px solid transparent;
  border-right-width: 8px;
  border-bottom: 10px solid #da291c;
  border-bottom-width: 9px;
  border-left: 5px solid transparent;
  border-left-width: 8px
}

.complect__tooltip:after {
  position: absolute;
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 28px;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-right: 5px solid transparent;
  border-right-width: 7px;
  border-bottom: 10px solid #fff;
  border-bottom-width: 8px;
  border-left: 5px solid transparent;
  border-left-width: 7px
}

.complect__tooltip p {
  line-height: 1.75
}

.complect__tooltip p:last-child {
  margin-bottom: 0
}

.complect__tooltip.in-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 569px;
  margin: auto
}

.complect__tooltip.in-popup:before,
.complect__tooltip.in-popup:after {
  display: none
}

.complect__tooltip_garanty {
  width: 300px
}

.complect__tooltip_garanty:before {
  left: 12px
}

.complect__tooltip_garanty:after {
  left: 13px
}

.complect__image {
  width: 120px;
  height: 90px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.complect__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.complect__text {
  margin-top: -5px
}

.standarts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.standarts__item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px
}

.standarts__name {
  display: inline-block;
  padding: 8.5px 23.5px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  border: 1px solid #da291c
}

.standarts__name:hover {
  color: #fff;
  background-color: #da291c
}

.standarts__tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 569px;
  padding: 30px;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  border: 1px solid #da291c;
  background-color: rgba(255, 255, 255, .95);
  z-index: 9
}

.standarts__tooltip.right {
  right: 0;
  left: auto
}

.standarts__tooltip.right:before {
  right: 27px;
  left: auto
}

.standarts__tooltip.right:after {
  right: 28px;
  left: auto
}

.standarts__tooltip:before {
  position: absolute;
  position: absolute;
  z-index: 9;
  top: -9px;
  left: 27px;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-right: 5px solid transparent;
  border-right-width: 8px;
  border-bottom: 10px solid #da291c;
  border-bottom-width: 9px;
  border-left: 5px solid transparent;
  border-left-width: 8px
}

.standarts__tooltip:after {
  position: absolute;
  position: absolute;
  z-index: 10;
  top: -8px;
  left: 28px;
  display: block;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-right: 5px solid transparent;
  border-right-width: 7px;
  border-bottom: 10px solid #fff;
  border-bottom-width: 8px;
  border-left: 5px solid transparent;
  border-left-width: 7px
}

.standarts__tooltip p {
  line-height: 1.75
}

.standarts__tooltip p:last-child {
  margin-bottom: 0
}

.standarts__tooltip.in-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 569px;
  margin: auto
}

.standarts__tooltip.in-popup:before,
.standarts__tooltip.in-popup:after {
  display: none
}

.standarts__image {
  width: 120px;
  height: 90px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.standarts__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.standarts__text {
  margin-top: -5px
}

.materials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-top: 63px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.materials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  margin-bottom: 18px;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000
}

.materials__item_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.5%;
  margin-bottom: 18px;
  padding-right: 30px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000
}

.materials__item.mat_hidden {
  display: none
}

.materials__item.mat_plus,
.materials__item.mat_minus {
  cursor: pointer
}

.materials__item:hover {
  text-decoration: none;
  color: #da291c
}

.materials__item:hover .complect__text {
  color: #212529
}

.materials__item:hover .materials__image {
  opacity: .7
}

.materials__item input {
  display: none
}

.materials__item input:checked+*+*>* {
  color: #da291c
}

.materials__image {
  width: 70px;
  height: 80px;
  margin-right: 16px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.materials__image .svg-icon {
  max-width: 48px;
  max-height: 48px;
  fill: none;
  stroke: #da291c
}

.materials__image .svg-icon-dop {
  max-width: 50px;
  max-height: 50px;
  fill: #da291c;
  stroke: #da291c
}

.materials__title {
  font-size: 16.5px;
  font-weight: 700
}

.group-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: -15px;
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.group-images__item {
  position: relative;
  width: 330px;
  height: 220px;
  margin: 0 15px;
  margin-bottom: 30px;
  cursor: pointer
}

.group-images__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.group-images__item:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  background-color: #da1c0e
}

.group-images__item:hover:after {
  opacity: .9
}

.group-images__item:hover .group-images__icon {
  opacity: 1
}

.group-images__icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 1.4173;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

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

.gallery__main {
  width: 690px;
  height: 510px;
  border-radius: 2px;
  background: none;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.gallery__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1170px;
  max-width: 62vw;
  height: 780px;
  max-height: 80vh;
  margin: auto
}

.gallery__slide {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 1170px;
  max-width: 62vw;
  height: 780px;
  max-height: 80vh;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.gallery__slide img {
  display: none;
  max-width: 100%;
  max-height: 100%
}

.gallery__slide img:first-child {
  display: block
}

.gallery_full {
  display: block;
  margin-top: 0
}

.gallery_full .gallery__main {
  position: relative;
  width: 100%;
  height: 100vh
}

.gallery .container {
  position: relative
}

.gallery__controls {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto
}

.gallery__btn {
  position: absolute;
  width: calc((100% - 1170px)/2);
  height: 100%;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.gallery__btn:hover {
  opacity: 1;
  background-color: rgba(187, 187, 187, .2);
  fill: #da291c
}

.gallery__btn:hover .svg-icon {
  fill: #da291c
}

.gallery__btn_prev {
  left: 0
}

.gallery__btn_next {
  right: 0
}

.gallery__btn .svg-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 20px;
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: .6;
  fill: #000
}

.gallery .slick-dotted.slick-slider {
  margin: auto
}

.gallery .slick-dots {
  bottom: 25px
}

.gallery .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 7.5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .6;
  border: 2px solid transparent;
  border-radius: 50%;
  background: none
}

.gallery .slick-dots li.slick-active {
  opacity: 1;
  border-color: #000
}

.gallery .slick-dots li.slick-active button {
  -webkit-transform: scale(.4);
  -ms-transform: scale(.4);
  transform: scale(.4);
  background-color: #000
}

.gallery .slick-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
  -o-transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, -webkit-transform .3s ease;
  transition: background-color .3s ease, transform .3s ease;
  transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease;
  border-radius: 50%;
  outline: none;
  background-color: #000;
  background-color: #000
}

.gallery .slick-dots li button:before {
  display: none
}

.article {
  max-width: 940px
}

.article h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: uppercase
}

.article h1::-moz-selection {
  color: #fff;
  background: #da291c
}

.article h1::selection {
  color: #fff;
  background: #da291c
}

.article h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px
}

.article h2::-moz-selection {
  color: #fff;
  background: #da291c
}

.article h2::selection {
  color: #fff;
  background: #da291c
}

.article h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 20px
}

.article h3::-moz-selection {
  color: #fff;
  background: #da291c
}

.article h3::selection {
  color: #fff;
  background: #da291c
}

.article h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.65;
  margin-top: 35px;
  margin-bottom: 26px
}

.article h4::-moz-selection {
  color: #fff;
  background: #da291c
}

.article h4::selection {
  color: #fff;
  background: #da291c
}

.article p {
  line-height: 1.65;
  margin-bottom: 25px
}

.article p::-moz-selection {
  color: #fff;
  background: #da291c
}

.article p::selection {
  color: #fff;
  background: #da291c
}

.article ul {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  padding-left: 10px;
  list-style: none
}

.article ul li {
  line-height: 1.75;
  position: relative;
  padding-left: 10px
}

.article ul li::-moz-selection {
  color: #fff;
  background: #da291c
}

.article ul li::selection {
  color: #fff;
  background: #da291c
}

.article ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  background-color: #da291c
}

.article ul.columns2 {
  display: block;
  max-width: 670px;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-left: 3px;
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 50px;
  column-gap: 50px;
  columns: 2
}

.article ul.columns2 li {
  margin-bottom: 16px;
  padding-left: 20px
}

.article ul.columns2 li:before {
  left: 0;
  width: 6px;
  height: 6px
}

.article a:not(.btn) {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.article a:not(.btn):hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.article+.group-images {
  margin-top: 57px
}

.article img {
  max-width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px
}

.article img::-moz-selection {
  color: #fff;
  background: #da291c
}

.article img::selection {
  color: #fff;
  background: #da291c
}

.article .btn {
  margin-top: 30px
}

.article .ttn {
  text-transform: none
}

.error-page {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  text-align: center;
  background-color: #f3f3f3
}

.error-page img {
  max-width: 100%;
  max-height: 80vh;
  margin-bottom: 64px
}

.error-page p {
  font-size: 14px;
  margin-bottom: 5px
}

.error-page a:not(.btn) {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #da291c;
  border-bottom: 1px solid #da291c
}

.error-page a:not(.btn):hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: -10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.blog__item {
  width: 450px;
  margin: 0 15px;
  margin-bottom: 30px
}

.blog__image {
  position: relative;
  display: block;
  margin-bottom: 42px;
  padding-top: 66.5%
}

.blog__image:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  background-color: #da1c0e
}

.blog__image:hover:after {
  opacity: .9
}

.blog__image:hover .blog__icon {
  opacity: 1
}

.blog__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.blog__icon {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  opacity: 0;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: #fff;
  stroke-width: 1.4173;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256
}

.blog__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px
}

.blog__title a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px solid #000
}

.blog__title a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.blog__desc {
  font-size: 14px;
  line-height: 1.65
}

.pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pagination .page-item {
  margin-right: 14px
}

.pagination .page-item.start .page-link,
.pagination .page-item.prev .page-link,
.pagination .page-item.next .page-link,
.pagination .page-item.end .page-link {
  width: auto;
  height: auto;
  padding: 0;
  border: none
}

.pagination .page-item.start .page-link:hover,
.pagination .page-item.prev .page-link:hover,
.pagination .page-item.next .page-link:hover,
.pagination .page-item.end .page-link:hover {
  color: #da291c;
  background: none
}

.pagination .page-item.start.bordered .page-link,
.pagination .page-item.prev.bordered .page-link,
.pagination .page-item.next.bordered .page-link,
.pagination .page-item.end.bordered .page-link {
  line-height: 1.5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-bottom: 1px dashed #000;
  border-radius: 0
}

.pagination .page-item.start.bordered .page-link:hover,
.pagination .page-item.prev.bordered .page-link:hover,
.pagination .page-item.next.bordered .page-link:hover,
.pagination .page-item.end.bordered .page-link:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.pagination .page-item.start .page-link,
.pagination .page-item.end .page-link {
  line-height: 1.5;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000;
  border-radius: 0
}

.pagination .page-item.start .page-link:hover,
.pagination .page-item.end .page-link:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: #da291c
}

.pagination .page-item.prev .page-link,
.pagination .page-item.end .page-link {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000
}

.pagination .page-item.prev .page-link:hover,
.pagination .page-item.end .page-link:hover {
  text-decoration: none;
  color: #da291c
}

.pagination .page-item.start {
  margin-right: 10px
}

.pagination .page-item.prev {
  margin-right: 19px
}

.pagination .page-item.next {
  margin-right: 0;
  margin-left: 5px
}

.pagination .page-item.end {
  margin-right: 0;
  margin-left: 9px
}

.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #da291c;
  background-color: #da291c
}

.pagination .page-link {
  line-height: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 0;
  padding: 0;
  padding-right: 0;
  padding-left: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  background-color: #fff
}

.pagination .page-link:hover {
  color: #fff;
  border-color: #da291c;
  background-color: #da291c
}

.contacts {
  margin-top: -26px
}

.contacts h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px
}

.contacts p {
  line-height: 1.6
}

.contacts__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

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

.contacts__download {
  margin-top: 10px;
  margin-right: 200px;
  white-space: nowrap
}

.contacts__download .svg-icon {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  height: 27px;
  margin-right: 20px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
  stroke: #000
}

.contacts__download a {
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.contacts__download a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.contacts__catalog {
  margin-top: 15px;
  margin-left: 75px;
  white-space: nowrap
}

.contacts__catalog .svg-icon {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 24px;
  margin-right: 20px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #fff;
  stroke: #000
}

.contacts__catalog a {
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.contacts__catalog a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.contacts__map {
  height: 420px;
  margin-top: -25px;
  margin-bottom: 45px
}

.contacts__map iframe {
  width: 100% !important;
  height: 100% !important
}

.contacts__info {
  margin-right: 100px
}

.contacts__info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 22px
}

.contacts__info p {
  margin-bottom: 2px
}

.contacts__info p:last-child {
  margin-bottom: 0
}

.contacts__info p a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: #000
}

.contacts__info p a:hover {
  text-decoration: none;
  color: #da291c
}

.contacts__tabs {
  margin-bottom: 37px
}

.contacts__tabs li {
  margin-right: 53.5px
}

.contacts__tabs a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.contacts__tabs a:hover,
.contacts__tabs a.active {
  text-decoration: none;
  color: #da291c;
  border-bottom-color: transparent
}

.contacts__btn-wrap {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.contacts__content .contacts__map {
  margin-top: -10px
}

.ie .sidebar {
  margin-left: 50px
}

.basket__table {
  width: 100%
}

.basket__table thead {
  background-color: #f6f6f6
}

.basket__table thead td {
  padding: 20px 0
}

.basket__table thead td:nth-child(1) {
  padding-left: 23px
}

.basket__table tbody tr {
  border-bottom: 1px solid #cdcdcd
}

.basket__table td {
  padding-top: 20px;
  padding-bottom: 20px
}

.basket__table td:nth-child(1) {
  width: 8.19444%;
  padding-left: 0
}

.basket__table td:nth-child(2) {
  width: 43.54167%
}

.basket__table td:nth-child(3) {
  width: 14.23611%
}

.basket__table td:nth-child(4) {
  width: 7.43056%;
  text-align: center
}

.basket__table td:nth-child(5) {
  width: 16.04167%;
  text-align: right
}

.basket__table td:nth-child(6) {
  width: 8.40278%;
  padding-right: 20px;
  text-align: right
}

.basket__image {
  position: relative;
  display: inline-block;
  width: 145px;
  height: 95px;
  margin-right: 27px;
  vertical-align: middle
}

.basket__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.basket__title {
  font-size: 14px;
  display: inline-block;
  max-width: calc(100% - 150px - 27px);
  margin: 0;
  vertical-align: middle
}

.basket__title a {
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: #000
}

.basket__title a:hover {
  color: #da291c
}

.basket__delete {
  display: inline-block;
  width: 12px;
  height: 11px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease
}

.basket__delete:hover {
  fill: #da291c
}

.basket__sum {
  font-size: 14px;
  font-weight: 700;
  padding-top: 24px;
  text-align: right;
  color: #000
}

.basket__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.basket__back {
  font-size: 14px
}

.basket__back .red {
  font-weight: 700;
  margin-right: 10px;
  color: #da291c
}

.basket__back a {
  font-weight: 400;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: #000;
  text-decoration-skip-ink: none
}

.basket__back a:hover {
  color: #da291c
}

.quantity {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 49px;
  margin: auto;
  padding: 0 26px
}

.quantity input {
  width: 49px;
  height: 40px;
  text-align: center;
  border: 1px solid #bcbcbc;
  background-color: #fff
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none
}

.quantity-button {
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  width: 12px;
  height: 11px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  transform: translateY(-75%);
  color: #bcbcbc
}

.quantity-button:hover {
  color: #da291c
}

.quantity-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  margin: auto
}

.quantity-up {
  right: 0
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.categories__item {
  width: 330px;
  height: 310px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  padding: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border: 1px solid #e1e1e1
}

.categories__item:hover {
  border-color: #da291c
}

.categories__item:hover .categories__title a {
  color: #da291c
}

.categories__image {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 66%
}

.categories__image img,
.categories__image iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}

.categories__image .youtube-screen {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.categories__title {
  font-size: 16.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.categories__title a {
  font-size: 16.5px;
  font-weight: 700;
  line-height: 1.6;
  display: inline-block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: underline;
  color: #000
}

.categories__title a:hover {
  text-decoration: none
}

.show-more-btn {
  display: none;
  margin-top: 6px;
  margin-bottom: 55px;
  text-align: center
}

.show-more-btn span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #000;
  border-bottom: 1px dashed #000
}

.show-more-btn span:hover {
  color: #da291c;
  border-bottom-color: #da291c
}

.tags {
  position: relative
}

.tags p {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-right: 17px
}

.tags ul {
  font-size: 0;
  margin: 0;
  padding: 0
}

.tags li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 !important
}

.tags li:before {
  display: none !important
}

.tags a {
  font-size: 14px;
  display: inline-block;
  padding: 1.5px 18px;
  color: #000;
  border: 1px solid #da291c;
  border-bottom-color: #da291c !important;
  background-color: #fff
}

.tags a:hover {
  color: #fff !important;
  background-color: #da291c
}

.tags__controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 0;
  margin: auto
}

.tags__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13px;
  height: 22px;
  margin: auto;
  cursor: pointer;
  fill: gray
}

.tags__btn_prev {
  left: 0
}

.tags__btn_next {
  right: 0
}

.reviews {
  max-width: 933px
}

.reviews__top-rating {
  margin-bottom: 35px
}

.reviews .rating {
  position: relative;
  top: 2px;
  left: -3px;
  display: inline-block;
  margin-right: 22px;
  vertical-align: middle
}

.reviews .rating .stars-block-num {
  font-size: 18px;
  font-weight: 700;
  top: -7px;
  color: #000
}

.reviews__num {
  position: relative;
  top: -3px;
  display: inline-block
}

.reviews .stars {
  display: inline-block;
  margin-right: 15px;
  margin-left: 3px
}

.reviews .progress {
  display: inline-block;
  width: 210px
}

.reviews__detail {
  margin-bottom: -1px
}

.reviews__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.reviews__middle .btn {
  margin-bottom: 5px
}

.reviews__item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 100px
}

.reviews__item_reply {
  margin-top: -30px;
  padding: 33px 50px;
  padding-right: 0;
  padding-bottom: 29px;
  padding-left: 219px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1
}

.reviews__item_reply .reviews__image {
  top: 35px;
  left: 130px
}

.reviews__item_reply .reviews__text {
  margin-top: 13px;
  margin-bottom: 0
}

.reviews__image {
  position: absolute;
  top: 6px;
  left: 10px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%
}

.reviews__name {
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  margin-right: 24px
}

.reviews__date {
  font-size: 12px;
  display: inline-block;
  color: #b5b5b5
}

.reviews__rating {
  margin-top: 9px;
  margin-bottom: 31px;
  padding-left: 2px
}

.reviews__text {
  margin-bottom: 26px
}

.reviews__text p {
  font-size: 14px;
  line-height: 1.75;
  display: inline
}

.reviews__text p b {
  font-weight: 700
}

.reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.reviews__recommend {
  margin-left: 6px
}

.reviews__recommend .svg-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 15px;
  stroke: #008b40;
  stroke-width: 2px;
  fill: #fff
}

.reviews__recommend span {
  position: relative;
  top: -2px;
  display: inline-block;
  color: #008b40
}

.reviews__reply {
  margin-right: 10px
}

.reviews__reply .svg-icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 18px;
  height: 16px;
  margin-right: 17px;
  stroke: #000;
  stroke-width: 2px;
  fill: #fff
}

.reviews__reply span {
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: none
}

.stars {
  font-size: 0
}

.stars__star {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  fill: none;
  stroke: #faaf04;
  stroke-width: 2px;
  fill: #fff
}

.stars__star.active {
  fill: #faaf04
}

.progress {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 7px;
  background-color: #e0e0e0
}

.progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  border-radius: 7px;
  background-color: #858484
}

.progress-num {
  display: inline-block;
  margin-top: -3px;
  margin-left: 5px;
  vertical-align: top
}

.comparison-table {
  position: relative
}

.comparison-table__top {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0
}

.comparison-table__top .comparison-table__table tbody tr td {
  opacity: 0;
  border-color: transparent
}

.comparison-table__top .mCSB_scrollTools {
  opacity: 0 !important
}

.comparison-table__left {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 0
}

.comparison-table__left .comparison-table__table thead {
  opacity: 0
}

.comparison-table__left .comparison-table__table tbody tr td {
  opacity: 0;
  border-color: transparent;
  background-color: #fff
}

.comparison-table__left .comparison-table__table tbody tr td:first-child {
  opacity: 1;
  border-color: #d2d2d2
}

.comparison-table__left .mCSB_scrollTools {
  opacity: 0 !important
}

.comparison-table__right {
  position: relative;
  z-index: 0;
  width: 100%
}

.comparison-table__right .mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  height: calc(100% - 88px);
  margin-top: 68px
}

.comparison-table__right .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: calc(100% - 148px);
  margin-left: 132px
}

.comparison-table__table {
  width: 100%;
  border: 1px solid #d2d2d2
}

.comparison-table__table thead {
  background-color: #fbfbfb
}

.comparison-table__table thead td {
  padding: 18px 12px
}

.comparison-table__table td {
  padding: 8px 12px;
  text-align: center;
  border: 1px solid #d2d2d2
}

.comparison-table__table td:first-child {
  padding-right: 20px;
  padding-left: 30px;
  text-align: left
}

.comparison-table__table td:nth-child(1) {
  width: 32.54438%
}

.comparison-table__icon {
  font-size: 18px;
  font-weight: 700
}

.comparison-table__icon_red {
  color: #da291c;
  font-size: 22px;
  font-weight: 400
}

.comparison-table__icon_green {
  color: #00a000;
  font-size: 22px;
  font-weight: 700
}

.comparison-table .mCSB_container_wrapper>.mCSB_container {
  padding: 0
}

.comparison-table .mCSB_inside>.mCSB_container {
  margin-right: 0
}

.comparison-table .mCSB_container_wrapper {
  margin: 0
}

.comparison-table__first-td {
  position: absolute;
  z-index: 4;
  width: 123px;
  padding: 18px 12px;
  opacity: 0;
  border: 1px solid #d2d2d2;
  background-color: #fbfbfb
}

.ios .mheader__catalog {
  padding-bottom: 0;
  padding-bottom: 0
}

.sort p {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0
}

.sort p.pagesize {
  margin-left: 10px
}

.sort ul {
  display: inline-block;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  list-style: none
}

.sort ul li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
  cursor: pointer;
  border-bottom: 1px dashed #000
}

.sort ul.pagesize li {
  margin-right: 8px
}

.sort ul li a {
  text-decoration: none;
  color: inherit
}

.sort ul li.active {
  color: #da291c;
  border-bottom-color: #da291c
}

.sort ul li.active .caret {
  opacity: 1
}

.sort ul li.up .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sort .caret {
  position: absolute;
  top: 0;
  right: -12px;
  bottom: 0;
  display: inline-block;
  height: 4px;
  margin: auto;
  margin-left: 0;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  opacity: 0;
  fill: #fff;
  stroke: #da291c
}

.sort .caret .svg-icon {
  width: 6.66667px;
  height: 4.16667px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke-width: 5.711;
  stroke-linecap: round;
  stroke-miterlimit: 22.9256
}

.support {
  margin-top: -30px
}

.support__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin: 0 -10px;
  margin-bottom: 60px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.support__links li {
  width: calc(25% - 20px);
  margin-right: 10px;
  margin-left: 10px
}

.support__links a {
  font-size: 17px;
  font-weight: 700;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 9px 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
  text-decoration: none;
  color: #1a1918;
  border: 1px solid #da291c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration-skip-ink: none
}

.support__links a:hover {
  color: #fff;
  background-color: #da291c
}

.support h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px
}

.support__contacts {
  margin-right: 130px;
  margin-bottom: 30px
}

.support__contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.support__contacts h3 {
  font-size: 18px;
  font-weight: 700;
  font-weight: 700;
  margin-bottom: 0
}

.support__contacts p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
  color: #212524
}

.support__contacts p a {
  color: inherit
}

.support__image-info {
  display: block;
  margin-bottom: 31px
}

.support__image-info img {
  max-width: 100%
}

.support__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin-bottom: 27px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.support__action {
  position: relative;
  width: calc(16.6666% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  padding-top: 8.6%
}

.support__action img {
  font-family: 'object-fit: cover; object-position: center;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.support__action iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.support__item {
  margin-top: 38px
}

.support__item-desc {
  padding-left: 37px
}

.support__item-desc h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 31px;
  color: #212524
}

.support__item-desc h3 a {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: inherit;
  border-bottom: 1px dashed #212524
}

.support__item-desc h3 a:hover {
  text-decoration: none;
  color: #da291c;
  border-bottom: 1px solid #da291c
}

.support__item-desc p {
  font-size: 14px
}

.support__item .btn {
  margin-top: 23px
}

.support__table {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 35px
}

.support__table thead {
  background-color: #fbfbfb
}

.support__table thead td {
  padding: 38px
}

.support__table tbody td {
  padding: 12px 38px
}

@-webkit-keyframes buble {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
  }

  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}

@keyframes buble {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .6
  }

  100% {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0
  }
}

@-webkit-keyframes bubleBack {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .6
  }
}

@keyframes bubleBack {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .6
  }
}

.content__wrap.lazyLoadJs .pagination {
  display: none
}

.isAllHiddenJs .categories,
.isAllHiddenJs .categories+.section,
.isAllHiddenJs .categories+.section+.section,
.isAllHiddenJs>h2 {
  display: none
}

#cartaddpopup_js {
  min-width: 70px;
  height: auto;
  z-index: 999
}

#cartaddpopup_js.notify_addcurt .svg-icon {
  display: none
}

#cartaddpopup_js.notify_addcurt span {
  margin-right: 18px;
  margin-top: 5px;
  margin-bottom: 5px
}

.filter-checkbox_content .forFilter label {
  display: inline
}

.ym-advanced-informer {
  display: none
}

.tg_btn {
  border: 1px solid #0088cc;
  padding: 7px 10px 0
}

.tg_btn_lst {
  padding-top: 8px;
  margin: 10px 0 10px 10px
}

.tg_btn_contains {
  padding: 9px 20px
}

.product .info-text p,
.product .info-text a,
.product .info-text span,
.product .info-text input,
.product .info-text textarea,
.product .info-text label,
.product .info-text li,
.product .info-text td,
.product .info-text div {
  font-size: 16px;
}

#catalog-filter-gallery {
  margin: -20px 0 10px
}

.banner-catalog_first_line {
  margin: 0 15px 30px;
  display: none
}

.banner-catalog_first_line img,
.banner-articles_first_line img {
  max-width: 100%
}

.banner-articles_first_line {
  margin: 0 15px 30px;
  display: none
}

.banner-article {
  position: sticky;
  top: 30px;
  padding-left: 970px;
  width: 100px
}

.banner-article img {
  width: calc(((100vw - 1170px)/2 + 160px));
  max-width: 500px;
  position: absolute
}

.banner-catalog_filter img {
  max-width: 250px
}

.banner-catalog_filter.banner-podborki {
  margin-bottom: 30px;
}

.banner-header_top {
  width: min-content;
  max-width: 100%;
  max-height: 100px;
  margin: auto;
  position: relative
}

.banner-header_top.hide {
  display: none
}

.banner-header_top .close {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 13px;
  text-decoration: underline;
  color: #000
}

.banner-header_top img {
  margin: auto;
  width: -moz-available;
  width: -webkit-fill-available;
  max-height: 100px
}

.banner-galleries_first_line {
  margin: 0 15px 30px;
  display: none
}

.banner-galleries_first_line img,
.banner-galleries_first_line img {
  max-width: 100%
}

.banner-galleries_first_line {
  margin: 0 15px 30px;
  display: none
}

.mobile-only {
  display: none;
}