html, body, div, span, iframe,
h1, h2, h3, h4, p, a, em, q, s, samp,
small, sub, sup, b, u, i, center,
dl, dt, dd, ol, ul, li, form, /*label,*/ legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figure, figcaption,
footer, header, menu, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
  color: #323232;
  font-size: 18px;
  line-height: 30px;
  font-family: "PTSans", sans-serif;
}

html {
  height: 100%;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

ul {
  margin: 30px 0;
}

ul li {
  list-style-type: none;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}

ul li + li {
  margin-top: 10px;
}

ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 12px;
  background: #da2c2c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item;
}

ol li {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 30px;
}
ol li:before {
  content: counters(item, "") ". ";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  color: #da2c2c;
  font-weight: bold;
}

ol > li + li {
  margin-top: 10px;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

::-webkit-input-placeholder {
  color: #BCBCBC;
}

::-moz-placeholder {
  color: #BCBCBC;
}

:-moz-placeholder {
  color: #BCBCBC;
}

:-ms-input-placeholder {
  color: #BCBCBC;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans.eot");
  src: url("../fonts/PTSans.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSans.woff") format("woff"), url("../fonts/PTSans.ttf") format("truetype"), url("../fonts/PTSans.svg#PTSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/PTSansBold.eot");
  src: url("../fonts/PTSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansBold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype"), url("../fonts/PTSansBold.svg#PTSansBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
b {
  font-weight: bold;
}

a {
  color: #da2c2c;
}
a span {
  color: inherit;
}
a:hover {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 20px 0;
}

.h1_cnt {
  background-color: #f2f2f2;
  padding: 38px 0 44px;
}

h1 {
  font-size: 42px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
h1 span {
  color: #da2c2c;
  font-size: inherit;
  line-height: 1;
  font-weight: inherit;
  font-family: inherit;
  text-transform: uppercase;
}

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin: 30px 0 31px;
}
h2 span {
  color: #da2c2c;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: uppercase;
}

h3 {
  margin: 30px 0 31px;
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_cnt {
  position: fixed;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 3;
}

.header_top {
  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;
  height: 60px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header_top .logo_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.header_top .logo_cnt .slogan {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  margin-left: 27px;
}

.city-select {
  margin-left: 20px;
  line-height: 14px;
  position: relative;
}
.city-select:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 14px;
  background: url(/img/location.png) 0 0 no-repeat;
  left: -19px;
  top: -1px;
}
.city-select span {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 15px;
  line-height: 14px;
}
.city-select a {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  border-bottom: dotted 1px;
  position: relative;
  margin-right: 15px;
  line-height: 14px;
}
.city-select a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 4px #da2c2c;
  border-left: solid 4px transparent;
  border-right: solid 4px transparent;
  right: -15px;
  top: 5px;
}

.wa {
  color: #fff !important;
  background-color: #25d366;
  border-radius: 16px;
  position: relative;
  font-size: 13px;
  padding: 3px 10px 3px 30px;
  font-weight: normal;
  text-decoration: none;
}
.wa:hover {
  background-color: #16b552;
}
.wa:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("/img/whatsapp_w.svg") 50% 50% no-repeat;
  background-size: 14px;
}
.wa img {
  width: 18px;
  margin: 1px 10px 0 5px;
}
.wa a, .wa span {
  color: white;
  font-size: 13px;
}

.header-phone {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.header-phone a, .header-phone span {
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}

.header-phone a:hover, .header-phone span:hover {
  color: #da2c2c;
}

.header_callback{
  text-align: right;
  margin: -10px 0 -20px;
}
.header_callback .icon {
      display: inline-block;
          margin: 3px 5px 0 0;
    vertical-align: middle;
  width: 12px;
  height: 12px;
    background: url(/img/phone-receiver-silhouette.png) 0 0 no-repeat;
    background-size: contain;
    margin: 0 5px 0 0;
}
.header-phone span.callback-open {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dashed;
    cursor: pointer;
    font-weight: 400;
}

.header-cart a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: url(/img/cart.svg) 20px 13px #da2c2c no-repeat;
  background-size: 15px;
  border-radius: 2px;
  padding: 6px 5px 4px 35px;
  width: 70px;
  text-align: center;
  font-size: 14px;
}

a.empty {
  height: 40px;
  width: 57px;
}

.header_bottom {
  height: 10px;
  background: url(/img/header-bottom.jpg) 50% 50% no-repeat #282828;
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.menu {
  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;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.cat-menu-btn {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: solid 1px #3c3c3c;
  border-right: solid 1px #3c3c3c;
  padding: 20px 36px 20px 75px;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  cursor: pointer;
  position: relative;
}
.cat-menu-btn:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 2px #da2c2c;
  border-bottom: solid 2px #da2c2c;
  top: 50%;
  margin-top: -8px;
  left: 29px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
}
.cat-menu-btn:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #da2c2c;
  top: 50%;
  margin-top: -1px;
  left: 29px;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
}

.cat-menu-btn.open_burger {
  background: #da2c2c;
  border-left: solid 1px #da2c2c;
  border-right: solid 1px #da2c2c;
}
.cat-menu-btn.open_burger:before {
  border-top: solid 2px white;
  border-bottom: solid 2px white;
}
.cat-menu-btn.open_burger:after {
  background: white;
}

.cat-menu-btn span {
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}

.menu > div a, .menu > div span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}

.menu > div a:hover {
  color: #da2c2c;
}

.cat-menu-drop {
  position: absolute;
  background: #da2c2c;
  height: 70px;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  text-align: center;
  white-space: nowrap;
}
.cat-menu-drop .container {
  height: inherit;
}
.cat-menu-drop .container nav {
  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;
  height: inherit;
}
.cat-menu-drop .container nav div {
  line-height: 20px;
  width: 100%;
}
.cat-menu-drop .container nav div a {
  padding: 20px 0;
}
.cat-menu-drop .container nav div a span {
  border-bottom: dotted 2px #fff;
  display: inline-block;
  line-height: 16px;
}
.cat-menu-drop .container nav div.active a {
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  padding: 19px 0;
}
.cat-menu-drop .container nav div.active a span {
  color: #333333;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}

.cat-menu-drop nav div a:hover span {
  border-bottom: dotted 2px transparent;
}

.main_slider {
  height: 340px;
  background: url(/img/slide.jpg) 50% 50% no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  background-size: cover;
}

main {
  margin-top: 130px;
}

.slide-text {
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 56px;
  border-left: solid 5px #da2c2c;
  color: #ffffff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.slide-text .slide-title {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.cat_main_btn_cnt {
  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;
}

.cat_main {
  position: relative;
}

.cat_main:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px #dcdcdc;
  width: 100%;
  top: 70px;
}

.cat_main_btn {
  display: inline-block;
  width: 100%;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  text-align: center;
  padding: 20px 0 20px;
  text-transform: uppercase;
  cursor: pointer;
}
.cat_main_btn span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  border-bottom: dotted 2px #da2c2c;
  color: inherit;
}
.cat_main_btn:hover span {
  border-bottom: none;
}

.cat_main_btn.active {
  background: #da2c2c;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.cat_main_btn.active:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: solid 10px #da2c2c;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  left: 50%;
  margin-left: -5px;
  bottom: -6px;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}

.cat_main_list_cnt {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
  padding: 20px 0 12px;
  margin-bottom: 28px;
}
.cat_main_list_cnt.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog_cnt {
  margin: 30px 0 60px;
}

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

.cat_main_list_item {
  max-width: 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
  padding-left: 20px;
  margin: 28px 0;
}

.cat_main_list_item_title {
  margin-bottom: 21px;
  line-height: 22px;
}
.cat_main_list_item_title a {
  line-height: inherit;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  color: #323232;
  padding-left: 30px;
  display: block;
  -webkit-text-decoration-color: #da2c2c;
          text-decoration-color: #da2c2c;
}
.cat_main_list_item_title a:after {
  position: absolute;
  content: "";
  background: #da2c2c;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 1px;
  top: 12px;
  -webkit-box-shadow: 3px 5px 0 #da2c2c, -3px 5px 0 #da2c2c;
          box-shadow: 3px 5px 0 #da2c2c, -3px 5px 0 #da2c2c;
}
.cat_main_list_item_title a:hover {
  color: #da2c2c;
}

.cat_main_list_item_list ul {
  margin: 0;
}

.cat_main_list_item_list ul li {
  position: relative;
  line-height: 22px;
}
.cat_main_list_item_list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.cat_main_list_item_list ul li a {
  color: #323232;
  text-decoration: none;
  line-height: inherit;
}
.cat_main_list_item_list ul li a:hover {
  color: #da2c2c;
}

.cat_main_list_item_list ul li:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 9px;
  width: 4px;
  height: 4px;
  background: #da2c2c;
}

.close_more,
.show_more {
  color: #da2c2c;
  margin-left: 30px;
  cursor: pointer;
  border-bottom: dotted 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding-top: 10px;
}
.close_more {
  display: none;
}
.close_more:hover,
.show_more:hover {
  border-bottom: none;
  padding-bottom: 1px;
}

.adv_main {
  background: #373737;
  color: #ffffff;
  padding: 80px 0;
}

.adv_main_title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  color: white;
  margin-bottom: 80px;
}

.adv_main_items_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.adv_main_items_cnt .adv_main_item {
  max-width: 25%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 20px;
}
.adv_main_items_cnt .adv_main_item .adv_main_item_count {
  width: 70px;
  height: 70px;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  background: #da2c2c;
  margin-left: 10px;
  overflow: hidden;
}
.adv_main_items_cnt .adv_main_item .adv_main_item_count span {
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  display: block;
  margin-left: -5px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 68px;
  color: white;
}
.adv_main_items_cnt .adv_main_item .adv_main_item_title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  margin: 30px 0 20px;
}
.adv_main_items_cnt .adv_main_item .adv_main_item_desc {
  color: #e1e1e1;
}

.clients_main_cnt {
  padding: 88px 0;
}

.partners_title {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
}

.swiper {
  width: 100%;
  height: auto;
  margin: 35px 0 10px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 160px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 160px;
}

.swiper.LogoSwiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background: #da2c2c;
  margin: 0 10px;
}

footer {
  background-color: #ebebeb;
}

.footer_top {
  padding: 45px 0 40px;
}

.footer_col_item_title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 6px;
}

.footer_col_item_list:last-child {
  margin-bottom: 8px;
}

.footer_col_item_list a {
  color: #333;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}
.footer_col_item_list a.active {
  color: #da2c2c;
  pointer-events: none;
}
.footer_col_item_list a:hover {
  text-decoration: underline;
}

.footer_col_cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_col_cnt_left {
  -ms-grid-rows: 1fr 10px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  /*margin: 30px auto;*/
  grid-gap: 10px;
  display: -ms-grid;
  display: grid;
  /*grid-template-columns: repeat(3, 1fr);
  !*margin: 30px auto;*!
  grid-gap: 10px;
  display: grid;*/
  width: 75%;
}

.footer_col_cnt_right {
  width: 25%;
}
.footer_col_cnt_right .footer_col_item .footer_col_item_list {
  margin-bottom: 6px;
}
.footer_col_cnt_right .footer_col_item .footer_col_item_list a {
  font-size: 18px;
}

.footer_bottom {
  border-top: 1px solid #d3d3d3;
  padding: 14px 0 15px;
}

.footer_bottom_cnt {
  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;
}

.copy span {
  color: #da2c2c;
}

.social_network a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: solid 1px #da2c2c;
  border-radius: 2px;
  margin: 10px 10px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #da2c2c;
}

a.agreement {
  color: #333;
  text-decoration: underline;
  font-size: 16px;
}

.popup_cnt,
.popup_cnt_table,
.popup_cnt_put_in_basket,
#form_wrapper_call {
  overflow: auto;
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500;
  text-align: center;
  white-space: nowrap;
  display: none;
}
#form_wrapper_call{
  overflow: hidden;
}
.popup_city,
.popup_table,
.popup_put_in_basket {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
  max-width: 580px;
  width: 100%;
  background: url(/img/modal.png) 100% calc(100% + 40px) no-repeat #ffffff;
}

#form_wrapper_call .popup_table{
top: 10%;
transform: translate(-50%, 60px);
}

.popup_table.long {
  top: 100px;
  transform: translate(-50%, 0);
  transition: all ease-in-out 0.2s;
}

.popup_city .popup_close,
.popup_table .popup_close,
.popup_put_in_basket .popup_close,
#form_wrapper_call .popup_close {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: -45px;
  top: -40px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #da2c2c;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
}
.popup_city .popup_close span,
.popup_table .popup_close span,
.popup_put_in_basket .popup_close span,
#form_wrapper_call .popup_close span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}
.popup_city .popup_close span:before,
.popup_table .popup_close span:before,
.popup_put_in_basket .popup_close span:before,
#form_wrapper_call .popup_close span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup_city .popup_close span:after,
.popup_table .popup_close span:after,
.popup_put_in_basket .popup_close span:after,
#form_wrapper_call .popup_close span:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -1px;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup_title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  padding: 50px 20px 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.popup_title span {
  color: #da2c2c;
  font-size: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.popup_list {
  padding: 30px 20px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popup_list .popup_list_item {
  width: 50%;
}
.popup_list ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin: 0;
}
.popup_list ul li {
  width: 140px;
  margin: 0 40px 20px;
  padding: 0;
}
.popup_list ul li:before {
  content: none;
}
.popup_list ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #323232;
  text-decoration: none;
  font-family: "PTSansBold", sans-serif;
}
.popup_list ul li a:hover {
  color: #da2c2c;
}
.popup_list ul li a.active {
  color: #aaa;
}

.upbutton {
  background: #fe3d3d;
  height: 65px;
  width: 70px;
  bottom: 70px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
  font-size: 10px;
  color: #fff;
  text-align: center;
  padding-top: 25px;
}
.upbutton:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  left: 31px;
  top: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.bread {
  background-color: #f2f2f2;
  border-bottom: solid 1px #dcdcdc;
  padding: 10px 0 9px;
}

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

.bread_cnt a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
}
.bread_cnt a:not(:last-child) {
  margin-right: 40px;
  text-decoration: none;
  color: #333333;
  line-height: 24px;
}
.bread_cnt a:hover {
  color: #da2c2c;
}
.bread_cnt a:last-child {
  color: #888888;
  pointer-events: none;
  text-decoration: none;
}
.bread_cnt a:not(:last-child):after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 2px #da2c2c;
  border-right: solid 2px #da2c2c;
  right: -20px;
  top: 9px;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popular_goods_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 33px;
  width: 100%;
}
.popular_goods_cnt .popular_goods_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: solid 1px #dcdcdc;
  padding: 29px 39px;
  margin: 10px;
  width: 100%;
  max-width: calc(25% - 20px);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popular_item_title {
  margin-top: 8px;
}
.popular_item_title a {
  text-decoration: none;
  color: #333333;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.popular_item_img {
  overflow: hidden;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popular_item_img a img {
  width: 100%;
  max-width: 100%;
}

.popular_item_price {
  font-size: 16px;
  color: #888888;
  margin-top: 8px;
  font-family: "Open Sans", sans-serif;
}
.popular_item_price b {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
}

.popular_item_btn,
.card_item_btn {
  display: inline-block;
  vertical-align: top;
  background: #da2c2c;
  -webkit-transform: skewX(-16deg);
          transform: skewX(-16deg);
  padding: 6px 20px 4px 49px;
  text-decoration: none;
  cursor: pointer;
}
.popular_item_btn:after,
.card_item_btn:after {
  position: absolute;
  content: "";
  background: url(/img/cart.png) 0 0 no-repeat;
  width: 15px;
  height: 14px;
  left: 20px;
  top: 13px;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
}
.popular_item_btn span,
.card_item_btn span {
  display: block;
  -webkit-transform: skewX(16deg);
          transform: skewX(16deg);
  position: relative;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}
.popular_item_btn:hover,
.card_item_btn:hover {
  background: #fe3d3d;
}

.popular_item_btn {
  margin: 20px 0 0 5px;
}

.phone {
  text-decoration: none;
}

.seo_text_cnt {
  padding: 80px 0 70px;
  word-wrap: break-word;
}

.seo_text_cnt.card_seo_text {
  padding: 50px 0 70px;
}

.cat_item_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cat_item_cnt .cat_item {
  width: 100%;
  max-width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 10px;
  border: solid 1px #dcdcdc;
  padding: 29px 39px 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cat_item_cnt .cat_item:hover {
  border: solid 1px #da2c2c;
}
.cat_item_cnt .cat_item .cat_item_img {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.cat_item_cnt .cat_item .cat_item_img a {
  position: relative;
}
.cat_item_cnt .cat_item .cat_item_img a img {
  width: 100%;
  height: auto;
}
.cat_item_cnt .cat_item .cat_item_img span {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #da2c2c;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  opacity: 0;
}
.cat_item_cnt .cat_item .cat_item_img span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -1px;
  background: #ffffff;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.cat_item_cnt .cat_item .cat_item_img span:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -5px;
  background: #ffffff;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.cat_item_cnt .cat_item .cat_item_img:hover a img {
  opacity: 0.1;
}
.cat_item_cnt .cat_item .cat_item_img:hover a span {
  opacity: 1;
}
.cat_item_cnt .cat_item .cat_item_title {
  position: relative;
  padding-left: 20px;
  line-height: 22px;
}
.cat_item_cnt .cat_item .cat_item_title a {
  line-height: inherit;
  color: #333333;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.cat_item_cnt .cat_item .cat_item_title a:hover {
  color: #da2c2c;
}
.cat_item_cnt .cat_item .cat_item_title a:after {
  position: absolute;
  content: "";
  background: #da2c2c;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 2px;
  top: 7px;
  -webkit-box-shadow: 3px 5px 0 #da2c2c, -3px 5px 0 #da2c2c;
          box-shadow: 3px 5px 0 #da2c2c, -3px 5px 0 #da2c2c;
}

blockquote {
  margin: 20px 0;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  font-style: italic;
}
blockquote p {
  color: #666666;
  font-family: "PTSans", sans-serif;
}
blockquote:after {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 23px;
  height: 18px;
  background: url(/img/bq.png) 0 0 no-repeat;
}

.subcat_2_item_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}

.subcat_2_item_img {
  width: calc(35% - 40px);
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 40px 0 0;
}
.subcat_2_item_img img {
  max-width: 100%;
}

.subcat_2_item_desc {
  width: 65%;
}
.table_item_head{
  border-bottom: solid 2px #da2c2c;
}

.table_item_head, .table_item_head .container, .table_item_head .table_item_head_cnt{
  background: #f6f6f6;

}

.table_item_head, .table_item_head .container, .table_item_head .table_item_head_cnt{
  background:#F3F3F3!important;
}

.table_item_head_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  column-gap: 5px;
}

.table_item_cnt.cart_table {
  margin-top: 30px;
}

.table_item_cnt.cart_table .table_item_head {
  background: white;
  border: none;
}

.table_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  border-bottom: 1px solid #F7F7F7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table_item_row:hover {
  background: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.table_item_row_cell,
.table_item_head_cell {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}
.table_item_row_cell a,
.table_item_head_cell a {
  font-size: inherit;
  line-height: inherit;
}

.table_item_head_cell {
  padding: 16px 10px;
}

.table_item_head_cell.cell_char div {
  vertical-align: baseline;
  text-decoration: none;
  border-bottom: dotted 1px;
  line-height: 16px;
  position: relative;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  font-size: 16px;
  cursor: pointer;
}
.table_item_head_cell.cell_char div:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  right: -19px;
  top: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.table_item_head_cell.cell_filter {
  display: none;
}

.cell_img {
  width: 8%;
}
.cell_img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 60px;
}

.cell_name {
  width: 15%;
  text-align: left;
}

.cell_char {
  width: 15%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.cell_desc {
  width: 15%;
  text-align: center;
}

.cell_price {
  width: 10%;
  text-align: center;
}

.cell_qnt {
  width: 100%;
  max-width: 128px;
  text-align: center;
}

.cell_add {
  width: 8%;
  text-align: center;
}

.table_item_row_cell.cell_add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.table_item_row_cell.cell_add a {
  background: #da2c2c;
  width: 40px;
  height: 40px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  position: relative;
  display: block;
}
.table_item_row_cell.cell_add a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 14px;
  z-index: 2;
  background: url(/img/cart.png) 0 0 no-repeat;
  left: 12px;
  top: 13px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.table_item_row_cell.cell_add a:hover {
  background: #fe3d3d;
}

.calc_block {
  width: 100%;
  position: relative;
  background: #ffffff;
}
.calc_block input {
  border: 0;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  width: 75px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  font-size: 16px;
}
.calc_block span {
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 40px;
  border: solid 1px #e1e1e1;
  cursor: pointer;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
}
.calc_block .calc-m {
  left: 0;
}
.calc_block .calc-m:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #da2c2c;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -5px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.calc_block .calc-p {
  right: 0;
}
.calc_block .calc-p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  background: #da2c2c;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -1px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
.calc_block .calc-p:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: #da2c2c;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -5px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

.calc_block.card_item_qnt {
  width: 100px;
  min-width: 100px;
  margin-right: 20px;
}
.calc_block.card_item_qnt .calc-m {
  left: -10px;
}
.calc_block.card_item_qnt .calc-p {
  right: 10px;
}

.pagination_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0;
}
.pagination_cnt a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  border: solid 1px #dcdcdc;
  margin: 0 10px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  font-size: inherit;
}
.pagination_cnt a:hover {
  border: solid 1px #da2c2c;
}
.pagination_cnt a.active {
  border-color: #da2c2c;
  background: #da2c2c;
}
.pagination_cnt a.active span {
  color: white;
}
.pagination_cnt a.pgn_item.sep {
  border: solid 1px transparent;
  pointer-events: none;
  width: 14px;
  margin: 0;
}
.pagination_cnt span {
  display: block;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  line-height: 38px;
  font-size: 16px;
}

.popup_list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.popup_list label .check {
  margin: 0 20px 0 0;
}
.popup_list label .check input {
  display: none;
}
.popup_list label .check input:checked + i {
  background: #da2c2c;
  border-color: #da2c2c;
}
.popup_list label .check i {
  display: block;
  border: solid 2px #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: relative;
}
.popup_list label .check i:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  height: 9px;
  width: 6px;
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.check-title {
  line-height: 20px;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

/*.fixed {
  position: fixed;
  z-index: 1;
  top: 130px;
  width: 100%;
}*/

.card_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.card_item_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  width: 100%;
}
.card_item_img img {
  width: 100%;
  max-width: 500px;
}

.card_item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 20px;
}

.card_item_price {
  margin-right: 60px;
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}

.card_item_price b{
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}

.card_item_price span {
  color: #888888;
  font-weight: 700;
  font-size: 18px;
}

.card_item_buy_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.card_item_char_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc;
}

.card_item_char_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card_item_char_name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 600;
}

.card_seo_text {
  padding-top: 50px;
}

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

.service_item_cnt {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_item {
  border: solid 1px #dcdcdc;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.service_item:hover {
  background: #da2c2c;
}
.service_item:hover .service_item_title a {
  color: white;
}

.service_item_img {
  height: 190px;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  overflow: hidden;
  margin-top: -15px;
  background: #cccccc;
}
.service_item_img div {
  height: 100%;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  margin-top: 15px;
  background-size: cover;
}

.service_item_title {
  margin: 35px 40px 29px;
  text-transform: uppercase;
}
.service_item_title a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.service_item_title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service_cnt {
  margin-top: 30px;
}

.popup_btn,
a.popup_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #da2c2c;
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  margin: 25px auto 0;
  padding: 6px 0 4px;
  max-width: 200px;
  width: 100%;
  cursor: pointer;
}
.popup_btn:last-child,
a.popup_btn:last-child {
  margin-bottom: 50px;
}
.popup_btn:hover,
a.popup_btn:hover {
  background: #fe3d3d;
}

.text_block {
  border-bottom: 1px solid #dcdcdc;
}

.table-scroll-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 20px 0;
}
.table-scroll-wrap div {
  overflow-x: auto;
}
.table-scroll-wrap .table {
  margin: 0;
  width: 100%;
  clear: both;
  border: solid 1px #ececec;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-scroll-wrap .table th {
  text-align: left;
  padding: 15px 30px 12px;
  vertical-align: top;
  border: solid 1px #dcdcdc;
  border-bottom: solid 2px #da2c2c;
}
.table-scroll-wrap .table td {
  padding: 15px 30px 14px;
  color: #333;
  background: #ffffff;
  border: solid 1px #dcdcdc;
}

.contacts_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.contacts_cnt .contacts_item_cnt {
  width: 33.33333%;
  padding: 0 20px;
}
.contacts_cnt .contacts_item_cnt .contacts_item p:first-child {
  font-weight: bold;
  text-transform: uppercase;
}

.certificate_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.certificate_cnt .certificate_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: top;
  width: 220px;
  margin: 0 55px 40px;
}
.certificate_cnt .certificate_item img {
  border: solid 2px #da2c2c;
  width: 140px;
  height: auto;
  padding: 10px;
}
.certificate_cnt .certificate_item span {
  display: block;
}

.fancybox__nav .carousel__button.is-next,
.fancybox__nav .carousel__button.is-prev,
.fancybox__toolbar__items,
.fancybox__counter,
.fancybox__counter span {
  color: white;
}

.fancybox__thumbs {
  display: none;
}

.text_block_cnt {
  margin-top: 30px;
}

.table_item_row_cell.del_item a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.table_item_row_cell.del_item a:before, .table_item_row_cell.del_item a:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 14px;
  background: #da2c2c;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -1px;
}
.table_item_row_cell.del_item a:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.table_item_row_cell.del_item a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.total_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 26px 20px 30px;
}
.total_price div:nth-child(2) {
  margin-left: 30px;
}
.total_price div:nth-child(2) b {
  color: #da2c2c;
  font-size: 30px;
  font-weight: bold;
}

.cart_form_cnt {
  border: solid 1px #e1e1e1;
  border-top: solid 5px #da2c2c;
  padding: 0 100px 35px;
  margin-bottom: 40px;
}
.cart_form_cnt .cart_title {
  float: none;
  text-align: center;
  font-size: 36px;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  padding: 67px 20px 7px;
}

.cart_form_field_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  padding: 35px 0 27px;
}
.cart_form_field_cnt .column_l,
.cart_form_field_cnt .column_r {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart_form_field_cnt .column_l label,
.cart_form_field_cnt .column_r label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cart_form_field_cnt .column_l label input, .cart_form_field_cnt .column_l label textarea,
.cart_form_field_cnt .column_r label input,
.cart_form_field_cnt .column_r label textarea {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: solid 1px #d2d2d2;
  padding: 12px 20px 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.cart_form_field_cnt .column_l label + label,
.cart_form_field_cnt .column_r label + label {
  margin-top: 25px;
}

label span i {
  color: #da2c2c;
}

.cart-form-b {
  padding: 35px 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-form-b.adress_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cart-form-title {
  width: 50%;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.cart-form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

label.check-label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

span.check-title {
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
}

.check input {
  display: none;
}

.check i {
  display: block;
  border: solid 2px #e7e7e7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.check i:hover {
  border-color: #da2c2c;
}

.cart-form label > span i {
  font-style: italic;
  color: #ff0000;
}

.check input:checked + i {
  background: #da2c2c;
  border-color: #da2c2c;
}

.check i:after {
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  height: 9px;
  width: 6px;
  left: 5px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cart-form-b + .cart-form-b {
  border-top: solid 1px #d2d2d2;
}

.adress_fields_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

.adress_fields_cnt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adress_fields_cnt label input {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #d2d2d2;
  padding: 12px 20px 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.adress_fields_cnt label:first-child,
.adress_fields_cnt label:nth-child(2) {
  width: 35%;
}

.adress_fields_cnt label:nth-child(3),
.adress_fields_cnt label:nth-child(4) {
  width: 15%;
}

.adress_fields_cnt label:not(:first-child) {
  margin-left: 30px;
}

.cart_offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cart_btn {
  display: inline-block;
  vertical-align: top;
  background: #da2c2c;
  -webkit-transform: skewX(-16deg);
  transform: skewX(-16deg);
  padding: 11px 25px 9px;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 0 5px;
}
.cart_btn span {
  display: block;
  -webkit-transform: skewX(16deg);
  transform: skewX(16deg);
  position: relative;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.cart_btn:hover {
  background: #fe3d3d;
}

.p404_cnt {
  height: 100%;
  background: url(/img/p404.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0;
}

.p404_cnt .container {
  width: auto;
}

.p404_cnt #bx_incl_area_10_1_1_1 {
  color: #fff;
}

.p404_title {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: white;
}
.p404_title span {
  color: #da2c2c;
  font-size: inherit;
  text-transform: uppercase;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.p404_desc {
  max-width: 440px;
  width: 100%;
  margin: 28px 0 50px;
  color: white;
}

.p404_btn {
  display: inline-block;
  vertical-align: top;
  width: 140px;
  background: #da2c2c;
  color: #ffffff;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  padding: 6px 0 4px;
  margin-left: 5px;
  text-align: center;
}
.p404_btn span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
  display: block;
  position: relative;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.header_bottom_mobile {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  height: 60px;
}

.mobile_menu_btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 12px;
}
.mobile_menu_btn:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
}
.mobile_menu_btn:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}

.menu_mobile {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 66px;
  padding-bottom: 50px;
  background: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
}
.menu_mobile .menu_mobile_close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.menu_mobile .menu_mobile_close:before, .menu_mobile .menu_mobile_close:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 24px;
  background: #da2c2c;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -1px;
}
.menu_mobile .menu_mobile_close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_mobile .menu_mobile_close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_mobile .menu_moblie_item {
  border-bottom: solid 1px #e5e5e5;
}
.menu_mobile .menu_moblie_item a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 14px 20px 15px 20px;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 19px;
}

.table_item_cnt.cart_table .table_item_body_cnt .table_item_row_cell.cell_qnt,
.table_item_head.cart_table .table_item_head_cell.cell_qnt {
  display: block;
}

.del_item {
  width: 60px;
}

.table_item_head.cart_table.fixed {
  display: none;
}

span.check {
  margin-right: 20px;
}

span.cs_show,
span.cs_hide {
  color: #da2c2c;
  margin-left: 30px;
  cursor: pointer;
  border-bottom: dotted 1px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  padding-top: 10px;
}

.bx-core-popup-menu .bx-core-popup-menu-item-text,
.bx-core-popup-menu .bx-core-popup-menu-item-text b,
.bx-core-popup-menu .bx-core-popup-menu-item-text span{
color: #fff;
}