.mb-0 {margin-bottom: 0px!important;}
.mt-0 {margin-top: 0px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mt-10 {margin-top: 10px!important;}
.mb-15 {margin-bottom: 15px!important;}
.mt-15 {margin-top: 15px!important;}
.mr-15 {margin-right: 15px!important;}
.ml-15 {margin-left: 15px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mt-30 {margin-top: 30px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mt-50 {margin-top: 50px!important;}

.body-home {
  font-family: Montserrat, sans-serif;
  color: #000;
  cursor: default;
}

.div_cont_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-top {
  height: 110px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px solid #f2f2f2;
}

.logo {
  max-width: 200px;
}

.div-block-01 {
  width: 85%;
  padding-right: 15px;
  border-right: 0px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.link-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 5px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f2f2f2;
}

.div-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #f2f2f2;
}

.div-block-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 10px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f2f2f2;
  border-bottom: 0px solid #f2f2f2;
}

.block-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-top-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-right: 5px;
}

.text-block {
  color: #212121;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.div-top-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-tel {
  margin-right: 5px;
  color: #212121;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: .3s;
}

.link-tel:hover {
  color: #FEDD1C;
}

.link-sity {
  padding: 5px;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3E3E3E;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0px solid #f2f2f2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  background-color: #FAFAFA;
  color: #3E3E3E;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #444;
  font-size: 15px;
  cursor: text;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right-color: #fff;
  border: 1px solid #f2f2f2;
}

.text-search:hover {
  border-color: #575757;
  color: #000;
}

.link-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 0px;
  background: transparent;
  border-right: 2px solid #f2f2f2;
  border-left: 0px solid #f7f7f7;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
  position: relative;
  color: #000;
}

.link-search-form:hover {
  border-right-color: #f2f2f2;
  border-left-color: #f2f2f2;
  color: #FEDD1C;
}

.link-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 0px;
  background: transparent;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.link-search:hover {
  color: #FEDD1C;
}

.crate {
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.carte-lick {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.carte-lick:hover {
  color: #FEDD1C;
  cursor: pointer;
}

.image-2 {
  margin-right: 5px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.sec_breadcrumbs {
  background-color: #f8f8f8;
}

.div_cont_crams {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
    height: auto;
    padding: 12px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  color: #596068;
}

.home.text-block-2 {
    color: #575757;
    font-size: 17px;
    font-weight: 600;
}

.section-glav {
  padding-top: 40px;
  padding-bottom: 0px;
}

.div_cont_sec {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_cont_glav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col01_1 {
  width: 85%;
  height: 100%;
  padding-right: 20px;
}

.col01_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.arow_left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-3 {
  margin-bottom: 20px;
  color: #3E3E3E;
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.image-52 {
  margin-right: 20px;
}

.div-block {
  position: absolute;
    z-index: 3;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    top: 25%;
    left: 5%;
}

.div-block-back {
    position: absolute;
    z-index: 0;
    /*background: rgb(0 0 0 / 0.3);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.div-block-fon {
    position: absolute;
    z-index: 0;
    /*background: rgb(0 0 0 / 0.3);*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: right center;
    background-size: cover;
}

.text-block-4 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
}

.link-block-l {
  position: relative;
  left: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-l:hover {
  opacity: 0.85;
}

.image-51 {
  margin-left: 20px;
}

.arow_right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-r {
  position: relative;
  right: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fff;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-r:hover {
  opacity: 0.85;
}

.div_slider {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-radius: 4px;
}

.top_slider {
  width: 100%; 
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*height: 337px;*/
  padding-top: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background: #f5f5f5;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.33%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #f7f7f7;
  text-decoration: none;
  transition: .3s;
}

.div-block-10:hover {
  box-shadow: 0 0 20px #ccc;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  margin-right: 10px;
  padding: 30px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px 0px 0px 4px;
  background-color: #FEDD1C;
}

.div-block-16 {
  width: 70%;
}

.text-block-24 {
  color: #3E3E3E;
  font-weight: 700;
  font-size: 16px;
}

.image-22 {
  margin-left: 5px;
}

.text-span {
  font-weight: 300;
}

.botton-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 52px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-radius: 50px;
  background-color: #FEDD1C;
  color: #000;
  font-weight: 500; 
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.botton-slider:hover {
  border-style: solid;
  border-width: 0px;
  background-color: #575757;
  color: #fff;
}

.section-02 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.link-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-top: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/z_jXgQpr0_s.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/z_jXgQpr0_s.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/z_jXgQpr0_s.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/z_jXgQpr0_s.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.action_ban3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.action_ban33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.action_ban25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 200px;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.action_big_text {
  width: 94%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border: 0px solid #000;
  border-radius: 0px 30px 0px 0px;
  background-color: #FEDD1C;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-weight: 600;
  line-height: 130%;
}

.div_action_img:hover .action_big_text, .link-block-6:hover .action_big_text, .link-block-7:hover .action_big_text, .div_action_img_2:hover .action_big_text, .div_action_img_33:hover .action_big_text {
  background-color: #3E3E3E;
  color: #fff;
}

.div_action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: start;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding-bottom: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/eC_ctxLdYUk.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/eC_ctxLdYUk.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  text-decoration: none;
}

.link-block-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/eC_ctxLdYUk.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/eC_ctxLdYUk.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.action_ban2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.action_ban1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding: 10px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  text-decoration: none;
}

.action_small_text {
  width: 90%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  border: 0px solid #000;
  border-radius: 4px 10px 4px 4px;
  background-color: #FEDD1C;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
}

.action_small_text:hover {
  background-color: transparent;
  color: #fff;
}

.div_action_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px solid #000;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/55hhL4c4znxI.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/55hhL4c4znxI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

.div_action_img:hover {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/55hhL4c4znxI.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/55hhL4c4znxI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.div_action_img_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px solid #000;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/RhfL4c4znxI.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/RhfL4c4znxI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.div_action_img_2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/RhfL4c4znxI.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/RhfL4c4znxI.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div_action_img_33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 0px solid #000;
  border-radius: 4px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.div_action_img_33:hover {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-03 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.loading_button {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}

.text-block-7 {
  color: #FEDD1C;
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
}

.image-17 {
  margin-right: 15px;
  margin-left: 15px;
}

.text-block-7_2 {
  color: #3E3E3E;
  font-size: 12px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
}

.text-block-22 {
  font-weight: 600;
}

.text-block-22:focus {
  color: #3E3E3E;
}

.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  justify-content: start;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: flex-start;
}

.switch_category {
  margin-bottom: 25px;
}

.text-block-8 {
  color: #FEDD1C;
  font-size: 14px;
  margin-left: 4px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

.link-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.product_list {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div_sale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: line-through;
}

.div_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.div-block-28 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-block-9 {
  margin-right: 30px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  color: #8f8f8f;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-9:hover {
  border-bottom: 2px solid #dfdfdf;
  color: #3E3E3E;
}

.link-block-9:active {
  border-bottom: 2px solid #FEDD1C;
}

.link-block-9:focus {
  border-bottom: 2px solid #FEDD1C;
  color: #3E3E3E;
}

.button {
  margin-bottom: 5px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #3E3E3E;
  border-radius: 20px;
  background-color: transparent;
  opacity: 0.1;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  text-align: center;
}

.button:hover {
  border-width: 1px;
  border-color: #FEDD1C;
  background-color: #FEDD1C;
  opacity: 1;
  color: #fff;
}

.button-min {
  margin-bottom: 5px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #3E3E3E;
  border-radius: 20px;
  border-color: #3E3E3E;
  background-color: #3E3E3E;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffffff;
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  text-align: center;
}

.button-min:hover {
  border-width: 1px;
  border-color: #FEDD1C;
  background-color: #FEDD1C;
  color: #fff;
}

.tovar_shop:hover .button {
  opacity: 1;
}

.tovar_shop_row:hover .button {
  opacity: 1;
}

.text-block-9 {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.image-18 {
  display: inline-block;
  text-align: center;
}

.text-block-8_2 {
  color: #3E3E3E;
  font-size: 12px;
}

.tovar_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.6%;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tovar_block:hover {
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 2px;
  box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.25);
}

.text-block-23 {
  margin-top: 15px;
  color: #000;
  line-height: 110%;
}

.main_link {
  display: block;
  margin-top: 5px;
  margin-bottom: auto;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 13px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
}

.main_link:hover {
  color: #2A7BBB;
}

.prod_link {
  color: #575757;
  text-decoration: none;
  font-weight: 500;
  font-size: 13px;
  transition: 300ms ease;
}
.tovar_shop_row .prod_link {
  margin-top: auto;
}

.prod_link:hover {
  color: #2A7BBB;
}

.add_button {
  background: #f2f2f2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #575757;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
}

.add_button:hover {
  color: #f2f2f2;
  background: #575757;
}

.prod_actions {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
}

.prod_add_favour,
.prod_add_compare,
.tovar_shop .comparison .comparison-add,
.tovar_shop_row .comparison .comparison-add {
  color: #999999;
  z-index: 9;
  transition: .3s ease;
}

.tovar_shop:hover .prod_add_favour,
.tovar_shop:hover .prod_add_compare,
.tovar_shop:hover .comparison .comparison-add {
  color: #666666;
}

.tovar_shop:hover .prod_add_favour:hover,
.tovar_shop:hover .prod_add_compare:hover,
.tovar_shop:hover .comparison .comparison-link.comparison-add:hover {
  color: #FEDD1C;
  cursor: pointer;
}

.tovar_shop .prod_add_compare,
.tovar_shop_row .prod_add_compare {
  position: relative;
  z-index: 1;
}

.tovar_shop .comparison .comparison-link,
.tovar_shop_row .comparison .comparison-link {
  border: none!important;
}

.tovar_shop .comparison .comparison-link.comparison-remove,
.tovar_shop_row .comparison .comparison-link.comparison-remove {
  color: #575757;
}

.tovar_shop:hover .tovar_shop_options_wrap {
  left: 100%;
  width: 270px;
}
.tovar_shop_options_wrap {
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff;
  width: 100%;
  height: auto;
  border: 1px solid #f2f2f2;
  bottom: -1px;
  box-shadow: 0px 5px 30px -15px rgba(0, 0, 0, 0.25);
  padding: 10px;
  opacity: 0;
  z-index: -1;
}
.tovar_shop_options {
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.tovar_shop_option {
  font-size: 11px;
  line-height: 120%;
  display: flex;
  justify-content: space-between;
  padding: 3px 0;
  font-weight: 500;
  border-bottom: 1px solid #f2f2f2;
}
.tovar_shop_option:last-child {
  border-bottom: none;
}

.tovar_shop_options_wrap_row {
  position: relative;
  width: 230px;
  padding: 0 15px 0 15px;
  margin: 0;
}
.tovar_shop_options_wrap_row .tovar_shop_option {
  padding: 1px 0;
  font-weight: 400;
  color: #484848;
}


.prod_article {
  margin-top: 5px;
  /*color: #575757;*/
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 0;
  overflow-x: hidden;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 76px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 4px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #3E3E3E;
  text-align: center;
  text-decoration: none;
}

.link-block-2:hover {
  border-width: 0px;
  background-color: #f6faff;
}

.section-04 {
  padding-top: 60px;
  padding-bottom: 90px;
}

.section-bottom {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #575757;
}

.image-20 {
    margin-bottom: 30px;
    filter: grayscale(1);
    opacity: 0.5;
    padding: 10px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.one_brand:hover  .image-20 {
    filter: grayscale(0);
    opacity: 0.9;
}

.div_brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
}

.text-block-10 {
  color: #000;
}

.brand_logo {
  margin-bottom: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #2A7BBB;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.one_brand:hover .brand_logo {
  margin-top: -3px;
  margin-bottom: 13px;
}

.one_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12.5%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-19 {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
}

.section_brand {
  text-align: left;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.text-block-12 {
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 600;
}

.div-block-31 {
  width: 32px;
  height: 4px;
  margin-bottom: 10px;
  background-color: #FEDD1C;
}

.div_cont_bott {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #f8f8f8;
  font-weight: 700;
}

.col_bott01_1 {
  width: 25%;
}

.col_bott01_2 {
  width: 75%;
}

.text-block-25 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 10px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.link_sety_end {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.div-block-32 {
  margin-left: 18px;
}

.div-block-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #3E3E3E;
}

.text-block-end {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 300ms ease;
}
a.text-block-end:hover {
  color: #FEDD1C;
}

.link-tel-end {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-tel-end:hover {
  color: #FEDD1C;
}

.div-end-adres {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-end-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.div-block-34 {
  width: 33%;
}

.col-menu-end {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  width: auto;
}

.h6_footer {
  display: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.link_footer {
  display: block;
  margin-bottom: 5px;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.section-end {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #3E3E3E;
}

.div_cont_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 97.3%, 0.75);
  font-size: 12px;
}

.col-end-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-sas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 97.3%, 0.75);
  text-decoration: none;
}

.text-block-sas {
  margin-left: 5px;
  line-height: 14px;
}

.arrow_up {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #575757;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow_up:hover {
  background-color: #AAA;
}

.div-top-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-top-mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.div-top-mail a {
  transition: .3s;
}

.div-top-mail a:hover {
  color: #FEDD1C;
}

.div-rutube {
  margin: 0 20px 0 0;
}
.div-rutube a {
  transition: .3s;
}
.div-rutube a:hover {
  color: #FEDD1C;
}
.div-rutube img {
  width: 20px;
  height: auto;
}


.menu_mob {
  display: none;
}

.block-end-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-logo-mob {
  display: none;
  width: auto;
  padding: 10px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px solid #f2f2f2;
}

.block-end-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link_footer-bold {
  display: block;
  margin-bottom: 5px;
  color: #f8f8f8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.link_footer-bold:hover {
  color: #FEDD1C;
}

.section-01 {
  padding-top: 40px;
  padding-bottom: 0px;
}

.div_cont_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div_cont_shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col_shop_menu {
  width: 280px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 0px solid #f2f2f2;
}

.heading-shop {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 10px 0px;
  border-bottom: 0px solid #f2f2f2;
  color: #000;
  font-size: 24px;
  line-height: 32px;
}

.div-block-sec_m {
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 0px 10px 0 5px;
}

.innersubmenu.queued {
  display: block;
}

.text-block-288 img {
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 10px;
  margin: -10px;
}
.text-block-288 .active-arrow{
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*.innersubmenu.queued + .text-block-288 img {
  transform: rotate(0deg);
}*/

.text-block-288b img {
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.text-block-288b .active-arrow{
  transform: rotate(0deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

/*.innersubmenu.queued + .text-block-288b img {
  transform: rotate(0deg);
}*/

.text-block-28 {
    display: inline-block;
    padding: 10px;
    /* border-radius: 4px 4px 0px 0px; */
    background-color: #f8f8f8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #f8f8f8;
}

.div-block-sec_m:hover .text-block-28 {
  background-color: #FEDD1C;
    color: #fff;
}
.div-block-sec_m:hover .text-block-28:hover {
  background-color: #FEDD1C;
    color: #fff;
}

.div-block-sec_m > a:first-child {
  border-top: 1px solid #D1D1D1;
}

.text-block-288 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 10px;
    background-color: #f8f8f8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #D1D1D1;
}
.div_category .div-block-sec_m > *:last-child {
  border-bottom: 1px solid #D1D1D1;
}
.div_category .div-block-sec_m .text-block-288.block_left_title {
  border: none;
}
.div_category .div-block-sec_m .text-block-288,
.div_category .div-block-sec_m .text-block-288b {
  border-left: 1px solid #d1d1d1;
}
.div_filters .innersubmenu::before {
  display: none!important;
}
.innersubmenu {
  position: relative;
}
.innersubmenu::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: calc(100% - 1px);
  background-color: #F7F7F7;
  border: 1px solid #d1d1d1;
  z-index: 9;
}
.innersubmenu .innersubmenu::before {
  width: 20px;
  z-index: 8;
}
.innersubmenu .innersubmenu .innersubmenu::before {
  width: 30px;
  z-index: 7;
}

.innersubmenu .submenu_item,
.innersubmenu .text-block-288 {
  padding-left: 20px;
  position: relative;
}

.innersubmenu .submenu_wrapp,
.innersubmenu .submenu_item,
.innersubmenu .text-block-288 {
  padding-left: 20px;
}

.innersubmenu .innersubmenu .submenu_wrapp,
.innersubmenu .innersubmenu .submenu_item,
.innersubmenu .innersubmenu .text-block-288 {
  padding-left: 30px;
}

.innersubmenu .innersubmenu .innersubmenu .submenu_wrapp,
.innersubmenu .innersubmenu .innersubmenu .submenu_item,
.innersubmenu .innersubmenu .innersubmenu .text-block-288 {
  padding-left: 40px;
}

.innersubmenu .text-block-288:before,
.innersubmenu .text-block-288b:before {
  content: '';
  width: 8px;
  height: 2px;
  position: absolute;
  left: 10px;
  background: #575757;
  display: none;
}

.text-block-288.block_left_title {
  color: #fff;
  font-weight: 600;
  background-color: #3E3E3E;
}

.text-block-288:hover {
  background-color: #FFF;
}

.text-block-288.block_left_title {
  color: #fff;
  background-color: #3E3E3E;
}

.text-block-288b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 10px;
    /* border-radius: 4px 4px 0px 0px; */
    background-color: #f8f8f8;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #212121;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    border-top: 1px solid #D1D1D1;
}

.text-block-288b:hover {
  background-color: #FFF;
}

.text-block-2288 {
    display: inline-block;
    padding: 14px 10px;
    /* border-radius: 4px 4px 0px 0px; */
    background-color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #f8f8f8;
}

.text-block-2288:hover {
  background-color: #FEDD1C;
    color: #fff;
}

.innersubmenu.inner_filters {
  padding: 14px 10px;
}

#prod_tiporazm_wrap.queued {
  display: flex;
  flex-direction: column;
}

.div-block-grup_m {
  overflow: hidden;
  padding: 0px;
  border-radius: 0px 0px 4px 4px;
  background-color: #ffffff;
}

.link-grup {
  display: inline-block;
  padding: 10px;
  border-style: solid;
  border-width: 0px 1px 1px;
  border-color: #f8f8f8 #f8f8f8 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3E3E3E;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  width: 75%;
}

.link-grup:hover {
    border-left-style: solid;
    border-left-color: #f8f8f8;
    color: #212121;
}

.link-grup_plus {
  display: inline-block;
    padding: 10px;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: #f8f8f8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    /* color: #3E3E3E; */
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    width: 25%;
}

.link-grup_plus:hover {
  /*border-left-width: 6px;
  border-left-color: #3E3E3E;
  background-color: #fff;*/
}

.uk-accordion-title::before {
    content: "";
    margin-left: 2px;
}

.div-line-shop {
  width: 18px;
  height: 4px;
  margin-bottom: 10px;
  margin-left: 10px;
  background-color: #FEDD1C;
}

.div-block-tovar_title {
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0px !important;
}
.div-block-tovar_block {
  position: relative;
  overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.uk-accordion-content {
    margin-top: 0px;
}

.div-line-box {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  margin-left: -6px;
  background-color: #3E3E3E;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-line-box:hover {
  margin-left: -10px;
}

.div-block-35 {
  padding: 5px 0px;
  border-right: 1px solid #f8f8f8;
  border-left: 1px solid #f8f8f8;
  background-color: #fff;
}

.link-menu-grup {
  display: block;
    padding: 5px 5px 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #7189a5;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    text-decoration: none;
    border-width: 1px;
    border-right-color: #f8f8f8;
    border-left-style: solid;
    border-left-color: #f8f8f8;
}

.link-menu-grup:hover {
    /*border-width: 1px 1px 1px 6px;
    border-right-color: #f8f8f8;*/
    border-left-style: solid;
    border-left-color: #f8f8f8;
    color: #212121;
}

.filtre_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f8f8f8;
  margin-left: 10px;
}

.filtre_part_name {
  width: 100%;
  margin-bottom: 12px;
  padding-left: 12px;
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 700;
}

.filter_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3E3E3E;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.filter_value:focus {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #c3d9ee;
}

.div-block-61 {
  margin-top: -10px;
  margin-left: 5px;
  padding-top: 0px;
}

.text-block-49 {
  font-size: 9px;
}

.col_shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 2px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.tovar_shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  display: flex;
  width: 20%;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tovar_shop:hover {
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 2px;
  box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.25);
}

.tovar_shop .js_tovar_shop .main_link {
  overflow-x: hidden;
}

.dropdown-list {
  background-color: transparent;
}

.text-block-48 {
  margin-left: 15px;
}

.text-block-47 {
  margin-right: 10px;
  color: #3E3E3E;
  font-size: 13px;
  font-weight: 700;
}

.image-33 {
  display: block;
  margin-right: 10px;
}

.sort_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 4px;
  border: 1px solid #f8f8f8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3E3E3E;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
}
.sort_value:hover {
  border: 1px solid #3E3E3E;
}
.sort_value:focus {
  border: 1px solid #FEDD1C;
}

.dropdown-2 {
  display: none;
}

.div_sortirovka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

.div_shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div_shop #products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.section-35 {
  padding-top: 60px;
}

.row_35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -10px;
  margin-bottom: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #f7f7f7;
  transition: .3s;
}

.div-block-col:hover {
  box-shadow: 0 0 25px #ddd;
}

.col_35 {
  width: 33.33%;
  padding: 10px;
  text-decoration: none;
}
.col_355 {
  width: 50%;
  padding: 10px;
  float: left;
}

.div-block-355 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  margin-right: 20px;
  padding: 30px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px 0px 0px 4px;
  background-color: #FEDD1C;
}


.div_shop_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.div_shop_grup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0px;
}

.grup-card-kat {
    width: calc(100% / 6);
    margin-top: 0px!important;
    margin-bottom: 0px;
    padding: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #111;
}

.card-content {
    height: 100%;
    color: #111;
    display: block;
    border-color: #f2f2f2;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 1px;
    padding: 10px 7px;
    text-align: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.card-content:hover {
    border-width: 1px;
    border-color: #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.25);
}

.grup-card-kat .card-content .tov-name {
  font-size: 14px;
  overflow-x: hidden;
  line-height: 1.25;
  padding: 6px 0 0 0;
}

.tovar_shop_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  border-radius: 1px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tovar_shop_row:hover {
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 2px;
  box-shadow: 0 5px 30px -15px rgba(0, 0, 0, 0.25);
}

.tovar_shop_row .prod_article {
  margin: 0;
}
.tovar_shop_row .main_link {
  margin-top: 0;
  margin-bottom: 5px;
}

.tovar_shop_row .div-block-356 {
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding: 0;
  width: calc(100% - 450px);
}

.tovar_shop_row .add_button {
  width: 130px;
  border-radius: 20px;
  padding: 7px 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  white-space: nowrap;
}

.tovar_shop_row .prod_actions {
  flex-direction: row-reverse;
  column-gap: 10px;
  right: 10px;
  left: auto;
}

.tovar_shop_row:hover .prod_add_favour,
.tovar_shop_row:hover .prod_add_compare,
.tovar_shop_row:hover .comparison .comparison-add {
  color: #888888;
}

.tovar_shop_row:hover .prod_add_favour:hover,
.tovar_shop_row:hover .prod_add_compare:hover,
.tovar_shop_row:hover .comparison .comparison-link.comparison-add:hover {
  color: #FEDD1C;
  cursor: pointer;
}

.tovar_shop_row .prod_actions {
  flex-direction: row-reverse;
  column-gap: 10px;
  right: 10px;
  left: auto;
}

.tovar_shop_row .prod_labels {
  position: relative;
  margin-bottom: 5px;
}

.tovar_shop_row .div-block-30 {
  margin-left: auto;
  align-items: flex-end;
  margin-top: 0;
}

.link-block-img_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.div-block-356 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-357 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product_big_name {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.heading-1 {
  width: 100%;
  margin-bottom: 15px;
  color: #3E3E3E;
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
}

.heading-price {
  margin-bottom: 15px;
  color: #2A7BBB;
  font-size: 30px;
  line-height: 110%;
  font-weight: 700;
}

.heading-tovar {
  width: 100%;
  margin-bottom: 40px;
  color: #000000;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: none;
}

.subcategory_header {
  display: flex;
  margin-bottom: 30px;
  padding-left: 0;
  width: 100%;
}
.subcategory_header_image {
  width: 120px;
}
.subcategory_header_image img {
  border: 1px solid #f2f2f2;
}
.subcategory_header_content {
  padding-left: 20px;
  width: calc(100% - 110px);
}
.subcategory_header .heading-tovar {
  margin-bottom: 20px;
}
.subcategory_header_btn {
  width: auto;
  height: 40px;
  display: inline-block;
  background: #FEDD1C;
  line-height: 40px;
  padding: 0 15px 0 40px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  margin-right: 15px;
  transition: .3s;
  position: relative;
}
.subcategory_header_btn svg {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 14px;
}
.subcategory_header_btn:hover {
  cursor: pointer;
  text-decoration: none;
  background: #E3EDF7;
}

.div_product_kod {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3E3E3E;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

.link-block-11 {
  display: inline-block;
}

.paragraph {
  width: auto;
  color: #000;
  line-height: 120%;
}

.button_pay {
  padding: 15px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #FEDD1C;
  border-radius: 25px;
  background-color: #FEDD1C;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 14px;
}

.button_pay:hover {
  border-color: #3E3E3E;
  background-color: #3E3E3E;
  color: #fff;
}

.main_text {
  margin-top: 0px;
  margin-bottom: 50px;
  border-left-color: #FEDD1C;
  color: #3E3E3E;
  line-height: 160%;
}

.lightbox-link {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding: 15px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
    width: 100%;
}

.small_property {
  margin-right: 5px;
  line-height: 140%;
  font-weight: 600;
}

.col-prevu {
  width: 20%;
  padding: 5px;
  float: left;
}

.product_price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 20px 10px;
  margin: 0 0 20px 0;
}
.heading-old-price {
  color: #3E3E3E;
  font-size: 24px;
  line-height: 110%;
  font-weight: 500;
  margin: 0 30px 0 0;
  opacity: .6;
  position: relative;
}
.heading-old-price::after {
  content: '';
  position: absolute;
  left: -3px;
  width: calc(100% + 6px);
  height: 2px;
  background: red;
  top: 13px;
}
.heading-price {
  color: #3E3E3E;
  font-size: 28px;
  line-height: 110%;
  font-weight: 700;
  margin:0;
}

.text-block-30 {
  color: #3E3E3E;
  font-size: 14px;
}

.country_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-30-copy {
  display: inline-block;
  margin-right: 10px;
  color: #3E3E3E;
  font-size: 12px;
  font-weight: 600;
}

.small_description {
  margin-top: 30px;
  margin-bottom: 5px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.product_information {
  width: calc(100% - 350px);
  margin-top: 0px;
  padding-left: 2%;
}
.value {
  color: #000;
}

.tovar_cart_content {
  position: relative;
}
.tovar_cart_content h1 {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content h2 {
  font-size: 22px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content h3 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content h5 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content h6 {
  font-size: 16px;
  line-height: 130%;
  font-weight: 700;
}
.tovar_cart_content img {
  width: 100%;
}
.tovar_cart_content ul{
  margin-bottom:10px;
}
.tovar_cart_content .table-wrap {
  overflow: auto;
}
.tovar_cart_content .table-wrap.table-wrap-fixed {
  position: sticky;
  top: 0;
  margin: 0 0 129px 0;
}
.tovar_cart_content .table-wrap.table-wrap-inset {
  margin-top: -130px;
}
@media screen and (max-width: 756px) {
  .table-wrap-fixed table,
  .table-wrap-inset table {
    width: max-content!important;
  }
}
.tovar_cart_content .table-wrap.table-wrap-fixed table {
  margin: 0;
}
.tovar_cart_content table {
  width: 100%;
  margin-bottom: 30px;
}
.tovar_cart_content table tr {
  background: #fff;
}
.tovar_cart_content table tr td,
.tovar_cart_content table tr th {
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  line-height: 130%;
  font-size: 15px;
}
.tovar_cart_content table tr:nth-child(2n) {
  background: #f8f8f8;
}
.tovar_cart_btns_wrap {
  
}
.tovar_border_button {
  padding: 15px 42px;
  border-style: solid;
  border-width: 1px;
  border-color: #FEDD1C;
  border-radius: 50px;
  background-color: #FFF;
  transition: all 300ms ease;
  color: #000;
  font-size: 16px;
}
.tovar_border_button svg {
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  transition: all 300ms ease;
}
.tovar_border_button_fill {
  background: #FEDD1C;
}
.tovar_border_button:hover {
  border-color: #3E3E3E;
  background-color: #3E3E3E;
  color: #fff;
}
.tovar_border_button:hover svg {
  color: #fff;
}
.tovar_border_button + .tovar_border_button {
  margin-left: 20px;
}


@media screen and (max-width: 991px) {
  .tovar_cart_content h1 {
    font-size: 20px;
    color: #000;
  }
  .tovar_cart_content h2 {
    font-size: 18px;
    color: #000;
  }
  .tovar_cart_content h3 {
    font-size: 18px;
    color: #000;
  }
  .tovar_cart_content h4 {
    font-size: 16px;
    color: #000;
  }
  .tovar_cart_content h5 {
    font-size: 14px;
    color: #000;
  }
  .tovar_cart_content h6 {
    font-size: 14px;
    color: #000;
  }
  .tovar_border_button {
    padding: 10px 30px;
    font-size: 13px;
  }
  .tovar_border_button svg {
    width: 18px;
    height: 18px;
    margin: 0 3px 0 0;
  }
  .tovar_border_button + .tovar_border_button {
    margin-left: 5px;
  }
}

.link-block-12 {
  margin-left: 10px;
  text-decoration: none;
}

.text-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
}

.gray_link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #575757;
  font-size: 14px;
  text-decoration: underline;
}

.div-block-36 {
  display: block;
}

.brand_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_value:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.product_foto {
  width: 320px;
  border-radius: 8px;
}
.product_foto img {
  
}
.product_slide_item {
  width: 100%;
}
.product_slide_item a {
  width: 100%;
}
.product_slide_item img {
  width: 100%;
}

.div-block-32_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prevu-div {
  margin-top: 20px;
}

.text-block-31 {
  color: #3E3E3E;
  font-weight: 700;
}

.button_klick_pay {
  display: none;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #FEDD1C;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #FEDD1C;
  font-size: 14px;
  font-weight: 700;
}

.button_klick_pay:hover {
  border-color: #6b8299;
}

.div-block-358 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.div-block-39 {
  margin-left: 5px;
}

.div_cont_tovar {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.div-block-45 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.image-28 {
  position: static;
  top: -5px;
  right: -5px;
  display: inline-block;
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-34 {
  color: #3E3E3E;
  font-size: 12px;
  line-height: 110%;
  font-weight: 700;
  text-decoration: none;
}

.link-block-13_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 10px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #f2edff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-13_2:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.link-block-13_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #fff8e3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-13_3:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.text-block-33 {
  font-size: 14px;
  line-height: 130%;
  font-weight: 700;
}

.text-block-33:focus {
  text-decoration: none;
}

.tabs {
  width: 60%;
  padding-right: 2%;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-link-tab-4 {
  margin-bottom: 0px;
  border-bottom: 3px solid #F2F2F2;
  color: #3E3E3E;
  background: #fff;
  border-radius: 0;
}

.tab-link-tab-4:hover {
  border-color: #a8a8a8;
  color: #000;
}

.tab-link-tab-4:focus {
  border-color: #a8a8a8;
  color: #000;
}

.tab-link-tab-4.w--current {
  margin-bottom: 0px;
  border-bottom: 3px solid #3E3E3E;
  color: #000;
  background: #fff;
  border-radius: 0;
}

.image-25 {
  margin-bottom: 20px;
}

.characteristic_big {
  width: 50%;
  padding-right: 10px;
}

.div-block-94 {
  width: 40%;
}

.div_dostavka {
  padding: 20px;
  border-radius: 8px;
  background-color: #f8f8f8;
}

.dostavka_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-content {
  cursor: default;
}

.div-block-40 {
  margin-right: 10px;
  font-weight: 600;
}

.link-block-13_4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-bottom: 10px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #e9f4ff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-13_4:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.link-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #e3fce3;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.link-block-13:hover {
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.heading-1p {
  width: 100%;
  margin-bottom: 15px;
  color: #3E3E3E;
  font-size: 24px;
  line-height: 135%;
  font-weight: 400;
      margin-left: 5px;
}

.big_name {
  width: 100%;
  margin-bottom: 30px;
}

.div_cont_00 {
  position: relative;
  display: block;
  max-width: 1300px;
  min-height: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

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

.article {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f2f2f2;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.article:last-child {
  border-bottom: 2px solid #f2f2f2;
}

.article:hover {
  z-index: 2;
  box-shadow: 4px 4px 30px -15px rgba(0, 0, 0, 0.25);
}

.prod_event_wrap {
  display: flex;
  width: calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
}

.div_cart_body {
  width: 100%;
  float: left;
}

.div_article_lot {
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-51 {
  color: #FEDD1C;
  font-size: 18px;
}

.text-block-50 {
  margin-top: 5px;
  color: #000000;
  font-size: 12px;
  line-height: 120%;
}

.link-5 {
  color: #000000;
  font-size: 14px;
  line-height: 110%;
  font-weight: 600;
  text-decoration: none;
  transition: .3s ease;
}

.link-5:hover {
  color: #2A7BBB;
}

.div_article_name {
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 130%;
}
.div_cart_body .div_article_name {
  width: calc(100% - 150px);
}
.div_article_name2 {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 130%;
}

.text-span-3 {
  font-weight: 600;
}

.step_order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #3E3E3E;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.step_order:focus {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #e3edf7;
}

.div_article_close {
  transition: all 300ms ease;
  cursor: pointer;
  margin-bottom: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  color: #DDDDDD;
  padding: 0;
  transition: color .3s ease;
}

.article_close {
  padding: 0;
  background: none;
  width: 20px;
  height: 20px;
}

.cart-order.article:hover .div_article_close {
  color: #888888;
}
.cart-order .div_article_name {
  width: calc(100% - 70px);
}

.div_article_close:hover svg {
  transform: rotate(90deg);
  transition: .3s ease;
}

.div_article_price {
  width: 33%;
  padding-right: 10px;
  padding-left: 10px;
}
.div_article_price2 {
  width: 45%;
  padding-right: 10px;
  padding-left: 10px;
}

.div_article_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div_article_min {
  width: 50%;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}

.div_article_img {
  display: block;
  width: 75px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button-ok {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 25px;
  background-color: #FEDD1C;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.button-ok:hover {
  background-color: #FFF;
}

.button-ok.w--current {
  margin: 19px 30px;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
}

.div-block-65 {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  display: block;
  margin-right: 15px;
}

.div-block-67 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-63 {
  padding: 30px;
  border-radius: 8px;
  background-color: #3E3E3E;
}

.image-37 {
  margin-right: 15px;
}

.text-block-52-copy {
  margin-right: 15px;
  color: #b6c2cd;
  font-size: 16px;
  line-height: 110%;
  font-weight: 600;
}

.text-block-53 {
  color: #fff;
  font-size: 12px;
  line-height: 120%;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-block-52 {
  margin-right: 5px;
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
}

.sec_cart_right {
  position: absolute;
  right: 10px;
  top: 0;
  width: 35%;
  height: 100%;
}

.div_crat_body_right {
  width: 100%;
  float: right;
  position: sticky;
  top: 50px;
}

.div-block-70 {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.div_article_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  width: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.div_cart_body .div_article_block {
  width: 150px;
}

.tovar_block3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-top: 2px solid #f2f2f2;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.tovar_block3:hover {
  z-index: 2;
  box-shadow: 5px 0 30px -15px rgba(0, 0, 0, 0.25);
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input-2 {
  width: 80%;
  height: 40px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-radius: 150px;
  font-size: 16px;
}

.button-seach {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #3E3E3E;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.button-seach:hover {
  background-color: #3E3E3E;
  color: #fff;
}

.button-seach.w--current {
  display: inline-block;
  margin-top: 19px;
  margin-right: 30px;
  margin-bottom: 19px;
  padding: 15px 54px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
}

.link-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  text-decoration: none;
}

.search_rezults {
  width: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;*/
}

.search-button-2 {
  height: 40px;
  margin-left: 0px;
  padding: 8px 30px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a4c0dd;
  border-radius: 150px;
  background-color: transparent;
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.div-block-28-search {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.div_sale-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: line-through;
}

.main_link_search {
  display: block;
  margin: 10px 15px 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
}

.main_link_search:hover {
  color: #FEDD1C;
}

.div-block-359 {
  width: 50%;
}

.div-block-360 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-361 {
  display: block;
  width: 50%;
  padding-right: 60px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-2 {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: 11px;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
  font-size: 24px;
  line-height: 110%;
  font-weight: 600;
  transition: .3s ease;
}
.heading-2:hover {
  /*color: #FEDD1C;*/
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #e3edf7;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-29 {
  margin-right: 40px;
  margin-left: 40px;
}

.text-block-35 {
  color: #3E3E3E;
  font-weight: 600;
}

.text-span-4 {
  font-size: 20px;
  line-height: 140%;
  transition: .3s;
  text-decoration: none;
  color:#2A7BBB;
}

.text-span-4:hover {
  text-decoration: underline;
}

.main_text-2 {
  margin-top: 10px;
  border-left-color: #FEDD1C;
  color: #000;
  line-height: 160%;
}

.div-block-362 {
  display: block;
  width: 50%;
  margin-top: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-map {
  width: 50%;
  float: left;
  background: #f8f8f8;
    background: #f8f8f8;
    border-radius: 8px;
    margin-bottom: 20px;
}

.html-embed {
  overflow: hidden;
  height: 400px;
  border-radius: 8px;
}

.text-block-54 {
  color: #3E3E3E;
  font-weight: 600;
}

.image-54 {
  margin-right: 40px;
  margin-left: 40px;
}

.link-3 {
  margin-top: 15px;
  color: #3E3E3E;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
}

.div-block-363 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main_text-3 {
  margin-top: 0px;
  margin-bottom: 50px;
  border-left-color: #FEDD1C;
  color: #000;
  line-height: 160%;
}

.div_tabl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-364 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 40px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #e3edf7;
}

.div-block-50 {
  width: 33.33%;
  height: 172px;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 15px;
  float: left;
  clear: none;
}

.text-block-38 {
  margin-bottom: 10px;
  color: #3E3E3E;
  line-height: 120%;
  font-weight: 600;
}

.heading-3 {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: 11px;
  margin-bottom: 20px;
  color: #3E3E3E;
  font-size: 30px;
  line-height: 110%;
  font-weight: 600;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-31 {
  margin-bottom: 20px;
}

.text-block-44 {
  margin-top: 20px;
  color: #3E3E3E;
  font-size: 20px;
  font-weight: 700;
}

.main_text_tabl {
  width: 80%;
  border-left-color: #FEDD1C;
  color: #3E3E3E;
  line-height: 130%;
}

.text-block-41 {
  color: #3E3E3E;
  font-size: 14px;
  line-height: 120%;
}

.stroke01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
}

.div-block-52 {
  width: 33.33%;
  margin-top: 0px;
  padding: 10px;
  float: left;
  clear: none;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-42 {
  width: 20%;
  color: #3E3E3E;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.div-block-53 {
  margin-bottom: 50px;
}

.stroke02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #e3edf7;
}

.heading_2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #3E3E3E;
  font-size: 18px;
  font-weight: 700;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #e3edf7;
}

.text-block-43 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3E3E3E;
  font-size: 12px;
  line-height: 130%;
}

.text-block-40 {
  color: #3E3E3E;
  font-size: 14px;
  line-height: 120%;
  font-style: italic;
}

.image-32 {
  margin-bottom: 15px;
}

.div-block-50_2 {
  width: 33.33%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 15px;
  float: left;
  clear: none;
}

.image-55 {
  margin-right: 40px;
  margin-left: 40px;
}

.div-block-365 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-366 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  margin-bottom: 0px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #e3edf7;
}

.div-block-367 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_text_bold {
  width: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  border-left-color: #FEDD1C;
  color: #3E3E3E;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
}

.div-block-3640 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #e3edf7;
}

.div_modal_order {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.modal_order {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  min-width: 500px;
  padding: 50px 40px;
  border-radius: 4px;
  background-color: #ffffff;
}

.heading-modal {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

.text-modal {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.input_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  margin-bottom: 10px;
  padding: 5px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #CCC;
  border-radius: 4px;
  color: #000;
  background: #FFF;
  transition: .3s;
}

.input_modal:hover {
  background: #ffffff;
  border-color: #575757;
}

.button-order {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 15px 52px;
  border-radius: 25px;
  background-color: #FEDD1C;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.button-order:hover {
  background-color: #3E3E3E;
  color: #fff;
}

.button-order.w--current {
  display: inline-block;
  margin-top: 19px;
  margin-right: 30px;
  margin-bottom: 19px;
  padding: 15px 54px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 120%;
  font-weight: 600;
}

.image-56 {
  position: absolute;
  left: auto;
  top: auto;
  right: -51px;
  bottom: -50px;
  width: 100px;
}

.div_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.modal_top {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  min-width: 500px;
  padding: 50px 40px;
  border-radius: 4px;
  background-color: #fff;
}

.shk_param {
    padding: 4px 4px;
    border: 1px solid #7189a5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #3E3E3E;
    font-size: 13px;
    line-height: 120%;
    text-decoration: none;
    border-radius: 4px;
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.shk_param:hover {
    border: 1px solid #FEDD1C;
}

.pagination {
  list-style: none;
  padding: 30px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px -5px 5px!important; 
}
.pagination li a {
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #3e3e3e;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    background-color: #f2f2f2;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li a:hover,
.pagination li.active a:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e;
    color: #fff;
}
.pagination li.active a {
    background-color: #d5d5d5;
}

.div-block-686 {
  display: block;
  color: #fff;
}

.div_article_img {
  /*background-image: url(../images/no_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;*/
}

.w-tab-pane .article:hover .button {
  opacity: 1;
}

.btn-info {
    padding: 7px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #3E3E3E;
    border-radius: 20px;
    background-color: transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #3E3E3E;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
    margin-top: 10px;
}
.btn-info:hover {
    background-color: #3E3E3E;
    color: #ffffff;
}

.simplesearch-results-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.simplesearch-results {
    font-size: 15px;
    color: #3E3E3E;
    line-height: 20px;
}
.simplesearch-paging {
    font-size: 15px;
    color: #3E3E3E;
    line-height: 20px;
}

.simplesearch-page {
    padding: 4px;
    margin: 0px 4px;
    font-weight: 600;
    cursor: pointer;
}
.simplesearch-page:hover {
    color: #FEDD1C;
}

.sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*margin-right: 20px;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal_search {
  /*position: relative;*/
  padding: 20px 10px;
  /*display: block;*/
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 1px 5px 10px 0 rgb(0 0 0 / 16%);
}

[class*=uk-drop-bottom] {
    margin-top: 0px;
}

.innersubmenu {
  padding-left: 0px;
  display: none; 
}

.innersubmenu .innersubmenu {
  width: 100%; 
}

#msMiniCart, .msMiniCart {
      width: 50px;
}

#msMiniCart .empty, .msMiniCart .empty {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#msMiniCart.full .not_empty, .msMiniCart.full .not_empty {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#msMiniCart.full .empty, .msMiniCart.full .empty {
    display: none !important;
}

.tovar_cart_add {
    display: inline-flex;
}

.div_tovar_namber {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    height: 52px;
    margin-right: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fafafa;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F2F2F2;
}

.cart_namber_col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 48px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F2F2F2;
    border-radius: 50px;
    overflow: hidden;
}

.cart_n_min {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.cart_n_min:hover {
      background: #3E3E3E;
    color: #fff;
}

.cart_n_max:hover {
      background: #3E3E3E;
    color: #fff;
}

.cart_n_input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 15px;
    font-weight: 500;
    cursor: text;
    text-align: center;
}

.cart_n_max {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.block_cart_items {
  width: 60%;
}

.sec_cart_lefts {
    float: left;
    width: 100%;
}

.cart_header {
    width: 100%;
    margin-bottom: 25px;
    color: #3E3E3E;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
}

.input_form {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    margin-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 15px;
}

.input-area_form {
  width: 100%;
    margin-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-size: 15px;
}

.text_input {
  width: 100%;
    margin-bottom: 6px;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

.block_cart_user {
    width: 60%;
}

.block_cart_adres {
    width: 60%;
}

.block_cart_bottom {
    width: 60%;
    display: inline-block;
}
.block_cart_shipping {
    width: 50%;
    float: left;
}
.block_cart_payment {
    width: 50%;
    float: left;
}

#msOrder {
  margin-top: 10px !important;
}

.mob_filters_close_btn {
  display: none;
}

/* -------------------------------------------- */

#jGrowl {
  font-size:18px;
  margin:5px !important; 
}
/*.jGrowl.top-right {
  top:40% !important;
  width:30% !important; 
  left:35% !important; 
}*/
#jGrowl .jGrowl-notification {
  position: relative;
  width: 300px;
  padding: 35px 10px 35px 10px;
  text-align:center;
  border-radius: 0px !important;
  background: none repeat 0 0 #fff !important;
  border: 0px solid rgba(255, 255, 255, 0.49) !important;
  box-shadow: 0 14px 25px rgba(0,0,0,0.16) !important;
}
#jGrowl .jGrowl-notification .jGrowl-close {
  position: absolute;
  right: 4px;
  top: 4px;
  color: #111 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
  color:#111 !important;
}

/* ---------------------------------------------------------------------- */

a:active, a:focus { outline: none; }
button:active, button:focus { outline: none; }
input:active, textarea:active {outline:none;}
:focus {outline:none;}

.uk-link:hover, a:hover {
  /*color: #fff;*/
  text-decoration: none;
}
.uk-link, a {
  /*color: #fff;*/
}
.text-link {
   text-decoration: underline;
   font-weight: 600;
   transition: .3s;
   white-space: nowrap;
   color: #2A7BBB;
}
.text-link:hover {
  text-decoration: none;
}

h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6 {
  font-family: Montserrat, sans-serif;
}

  .uk-close {
      color: #575757;
      background: #fff;
      border: 1px solid #575757;
      border-radius: 25px;
      padding: 5px;
      transition: .0s;
  }
  .uk-close:hover {
    transform: rotate(90deg);
    transition: .3s;
  }
  .uk-close-large {
      color: #3E3E3E;
      background: #f8f8f859;
      border: 1px solid #7189a5;
      border-radius: 25px;
      padding: 5px;
  }
  .uk-close-large:hover {
    color: #ffffff;
  }
  
/* -------------------------------------------- */

.disable-hover {
  pointer-events: none;
}

/* -------------------------------------------- */
#modal-soglashenie .uk-modal-dialog {
    /*padding: 0px 0px;
    width: auto;
    background: transparent;*/
}
#modal .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}
#modal-top .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}
#modal-prod .uk-modal-dialog {
    padding: 0px 0px;
    width: auto;
    background: transparent;
}
#modal-search .uk-modal-dialog, #modal-search.uk-modal {
    padding: 0px 0px;
    width: auto;
    /*background: transparent;*/
}

.ui-widget.ui-widget-content {
    border: 1px solid #f4f4f4 !important;
    z-index: 1199 !important;
    background: #fff !important;
    border-radius: 4px !important;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%) !important;
}
.mse2-ac-item .mse2-ac-weight {
    display: none !important;
}

.breadcrumb {
    padding-left: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}
.breadcrumb-item {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #3e3e3e;
    text-decoration: none;
}
.breadcrumb-item a {
    color: #3e3e3e;
    text-decoration: none;
    transition: .3s ease;
}
.breadcrumb-item a:hover {
    color: #000;
}

ul, ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

.shk_count_button {
    width: 26px;
    height: 26px;
    white-space: nowrap;
    padding: 0;
    margin: 0 4px;
    border-radius: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
.shk_count_button:hover {
    background: #3E3E3E;
    color: #fff;
}

.filter_head h3 {
    line-height: 20px;
    margin-top: 0px;
}

.filter_row {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 6px;
}

.simplesearch-page {
    color: #212121;
}
.simplesearch-page a {
    color: #212121;
}

#filters .filter_block a.label, #filters .filter_block label {
    padding: 0 6px;
}
#filters {
    width: 100%;
}
#filters .filter_row sup {
    color: #888;
    top: -2px;
    font-size: 85%;
}
.filter_row label {
    display: block;
    margin-bottom: 0px;
    font-weight: bold;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.filter_row:hover label {
    color: #FEDD1C;
}
#filters .filter_block .filter_row:hover label {
    color: #FEDD1C;
}

#priceMin {
    padding: 4px 4px;
    border: 1px solid #b0b0b0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 4px;
}
#priceMin:hover {
    border: 1px solid #FEDD1C;
}
#priceMax {
    padding: 4px 4px;
    border: 1px solid #b0b0b0;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 4px;
}
#priceMax:hover {
    border: 1px solid #FEDD1C;
}

.uk-lightbox {
    background: #00000096;
}

#viewSwitch {
    display: inline-block;
    margin-left: 0px;
}

#viewSwitch .btn-default span {
    padding: 4px 4px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    display: inline;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
#viewSwitch .btn-default span:hover {
    border: 1px solid #3E3E3E;
}
#viewSwitch .btn-default.active span {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
}

#filters .filter_block a.label, #filters .filter_block label {
    text-decoration: none;
    color: #3A3A3A;
    font-weight: 500;
}

#mse2_results {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.uk-offcanvas-bar {
    padding: 0px;
    background: #ffffff;
}
.uk-offcanvas-bar a {
    color: #121212;
}

.mse2_number_inputs {
    display: inline-flex;
    margin-top: 10px;
}

.top-icon-count {
  background: transparent;
  position: absolute;
  top: 1px;
  right: 2px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #575757;
}

.cust_checkbox_label {
  position: relative;
  font-weight: 500;
}
.cust_checkbox_label:hover {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  margin-right: 5px;
}


input[type="checkbox"] ~ .bi-square,
input[type="radio"] ~ .bi-square {
  position: absolute;
  left: 0;
  top: 3px;
  color: #575757;
  display: block;
}
input[type="checkbox"] ~ .bi-check-square,
input[type="radio"] ~ .bi-check-square {
  position: absolute;
  left: 0;
  top: 3px;
  color: #575757;
  display: none;
}

input[type="checkbox"]:checked ~ .bi-square,
input[type="radio"]:checked ~ .bi-square {
  display: none;
}
input[type="checkbox"]:checked ~ .bi-check-square,
input[type="radio"]:checked ~ .bi-check-square {
  display: block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.swal2-title {
  line-height: 130%;
}

#msOrder input.error {
  border: 1px solid #F27474 !important;
}

#msOrder .required-star {
  color: #F27474!important;
}

.div_article_order_count {
  padding-right: 20px;
  width: 70px;
  text-align: right;
  margin-top: 5px;
}

.prod_file_link {
  color: #000;
  transition: .3s ease;
}

.prod_file_link svg {
  margin-right: 5px;
}

.mob_filters_close_btn_top {
  display: none;
}
.col_shop_menu_back {
  display: none;
}
.block_filter_btn {
  display: none;
}
.prod_labels {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  display: flex;
  column-gap: 3px;
}
.prod_label_min {
  color: #fff;
  padding: 2px 5px;
  line-height: 12px;
  height: 15px;
  border-radius: 3px;
}
.prod_label_hit {
  background: #91DCDB;
}
.prod_label_new {
  background: #BDCA61;
}
.prod_label_act {
  background: #EC5959;
}
.prod_event_block {
  margin-bottom: 20px;
  flex-flow: wrap;
  display: flex;
  color: #000;
  font-weight: 500;
  padding: 0 20px 10px;
  border-bottom: 2px solid #F8F8F8;
}
.prod_bistr_zakaz_link {
  color: #000;
  text-decoration: none;
}
.prod_bistr_zakaz_text {
  text-decoration: underline;
}
.prod_bistr_zakaz_text:hover {
  text-decoration: none;
}
.prod_event_block .msfavorites {
  position: relative;
  text-decoration: none;
  transition: .3s ease;
}
.prod_event_block .msfavorites:hover {
  cursor: pointer;
}
.prod_event_block .msfavorites-text-add,
.prod_actions .msfavorites-text-add {
  display: block!important;
  opacity: 1;
}
.msfavorites.voted .msfavorites-text-add {
  opacity: 0;
}
.prod_event_block .msfavorites-text-add,
.prod_event_block .msfavorites-text-remove {
  text-decoration: underline;
}
.prod_event_block .msfavorites:hover .msfavorites-text-add,
.prod_event_block .msfavorites:hover .msfavorites-text-remove {
  text-decoration: none;
}
.prod_event_block .msfavorites-text-remove,
.prod_actions .msfavorites-text-remove {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.prod_event_block .comparison-link {
  color: #000;
  text-decoration: none;
  border: none!important;
}

.prod_event_block .comparison-link span {
  text-decoration: underline;
}
.prod_event_block .comparison-link:hover span {
  text-decoration: none;
}
.uk-offcanvas-bar .text-block-288 {
   background-color: #fff;
   color: #000;
}
.uk-offcanvas-bar .text-block-288:hover {
   background-color: #fff;
   color: #000;
}
.div_compare_group {
  max-width: 100%;
  overflow-x: auto;
}
.div_shop_grup .comparison-head-img {
  width: 170px;
  display: block;
}
.div_shop_grup .comparison-table thead {
  border-bottom: 2px solid #d5d5d5;
}
.div_shop_grup .comparison-row:nth-child(even) {
  background: #f8f8f8;
}
.div_shop_grup .comparison-table td {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
}
.div_shop_grup .comparison-table tbody .comparison-row:first-child td {
  padding-top: 20px;
}
.div_shop_grup .comparison-table td.comparison-head {
  padding-bottom: 55px;
  vertical-align: top;
}
.div_shop_grup .comparison-table .comparison-corner {
  text-align: left;
  padding: 5px 10px 20px;
}
.div_shop_grup .comparison-link.comparison-params-all,
.div_shop_grup .comparison-link.comparison-params-unique {
  text-decoration: underline;
  background: transparent;
  border: none;
  color: #000;
}
.div_shop_grup .comparison-link.comparison-params-all:hover,
.div_shop_grup .comparison-link.comparison-params-unique:hover {
  text-decoration: none;
}
.div_shop_grup .comparison-link.comparison-params-all.active,
.div_shop_grup .comparison-link.comparison-params-unique.active {
  color: #2a7bbb;
}
.div_shop_grup .comparison-head {
  position: relative;
  width: 220px;
}
.div_shop_grup .comparison-head .tovar_include {
  position: absolute;
  bottom: 20px;
}
.div_shop_grup .comparison-head .add_button {
  width: 130px;
  border-radius: 20px;
  padding: 7px 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.div_shop_grup .comparison-table .comparison-remove {
  position: absolute;
  top: 0;
  right: 25px;
  color: #777;
  transition: 0s;
  border: none;
}
.div_shop_grup .comparison-table .comparison-remove svg {
  transition: 0s;
}
.div_shop_grup .comparison-table .comparison-remove:hover svg {
  transition: .3s ease;
  transform: rotate(90deg);
}
.div_shop_grup .comparison-head-title {
  font-size: 13px;
  padding: 0;
  margin: 5px 0;
  display: block;
  line-height: 100%;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  transition: .3s ease;
}
.div_shop_grup .comparison-head-title:hover {
  color: #2a7bbb;
}
.div_shop_grup .comparison-row .comparison-corner,
.div_shop_grup .comparison-row .comparison-param {
  width: 220px;
}
.div_shop_grup .comparison-row td:first-child {
  padding-right: 20px;
}

.text-block-54 p a {
  margin-right: 50px;
}


.card_price_prod_wrap {
  
}
.card_old_price_prod {
  color: #3E3E3E;
  font-weight: 500;
  margin: 0 10px 0 5px;
  opacity: .8;
  position: relative;
}
.card_old_price_prod::after {
  content: '';
  position: absolute;
  left: -3px;
  width: calc(100% + 6px);
  height: 1px;
  background: #f13817;
  top: 8px;
}
.card_price_prod {
  
}
.delivery input[type="checkbox"],
.delivery input[type="radio"],
.payment input[type="checkbox"],
.payment input[type="radio"]{
  opacity: 1;
}

.tovar_shop_row_actions {
  width: 130px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.tovar_shop_row_price_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 5px 0;
}
.tovar_shop_row_price_wrap_mob {
  display: none;
  flex-direction: row;
  align-items: center;
  margin: 5px 0;
}
.new_prod_act_wrap {
  flex-wrap: wrap
}
.new_prod_act_wrap .tovar_shop_row_price_wrap_mob {
  display: flex;
  width: 100%;
}
.tovar_shop_row_price_wrap_mob .tovar_shop_row_old_price {
  margin: 0 10px 0 0;
}
.tovar_shop_row_old_price {
  font-size: 12px;
  white-space: nowrap;
  line-height: 12px;
  position: relative;
}
.tovar_shop_row_old_price::after {
  content: '';
  position: absolute;
  left: -3px;
  width: calc(100% + 6px);
  height: 1px;
  background: red;
  top: 6px;
  opacity: .6;
}
.tovar_shop_row_price {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.tovar_shop_row_price.tovar_shop_row_price_text {
  font-size: 13px;
  font-weight: 500;
}

.project-section {
  width: 100%;
}
.projects-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: 100%;
}
.project-card {
  margin: 0 0 20px 0;
  width: 33.333%;
  position: relative;
  padding: 0 10px;
}
.project-card-link {
  
}
.project-card-img {
  
}
.project-card-img img {
  
}
.project-card-title {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: calc(100% - 20px);
  padding: 45px 15px 10px 15px;
  font-size: 14px;
  line-height: 110%;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(0,0,0,0.798739564185049) 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
  transition: .3s;
}
.project-card-link:hover .project-card-title {
  color: #66BBFD;
}


.project-slider {
  margin-bottom: 30px;
}
.project-slider-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.project-content-wrap {
  
}
.project-content-wrap h2 {
  font-size: 22px;
    line-height: 130%;
}
.project-content-wrap h3 {
  font-size: 20px;
    line-height: 130%;
}
.project-content-wrap h4 {
    line-height: 130%;
}
.project-content-wrap h5 {
    line-height: 130%;
}
.project-content-wrap h6 {
    line-height: 130%;
}
.project-content-wrap p {
  
}
.project-content-wrap .table-wrap {
  overflow: auto;
}
.project-content-wrap table {
  width: 100%;
  margin-bottom: 30px;
}
.project-content-wrap table tr {
  background: #fff;
}
.project-content-wrap table tr td {
  border: 1px solid #d1d1d1;
  padding: 5px 10px;
  line-height: 130%;
  font-size: 15px;
}
.project-content-wrap table tr:nth-child(2n) {
  background: #f8f8f8;
}
.project-btn-back {
  width: auto;
  height: 40px;
  display: inline-block;
  background: #FEDD1C;
  line-height: 40px;
  padding: 0 15px 0 40px;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  margin-top: 30px;
  margin-right: 15px;
  transition: .3s;
  position: relative;
}
.project-btn-back svg {
  width: 20px;
  position: absolute;
  top: 8px;
  left: 14px;
  transform: rotate(180deg);
}
.project-btn-back:hover {
  cursor: pointer;
  text-decoration: none;
  background: #E3EDF7;
}


.section-02 .heading-tovar.mt-25 {
  margin-top: 50px;
}

.block_gallery_product__items{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.block_gallery_product__item {
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.block_gallery_product__items .block_gallery_product__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:0px;
  transition:.3s ease;
}
.block_gallery_product__items .block_gallery_product__item:hover img {
  transform: scale(1.025);
}
.block_gallery_product .product_information{
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  padding: 0;
  margin: 0;
  gap: 30px;
}
.benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}
.benefit__icon {
  flex: 0 0 80px;
}
.benefit__icon img {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
}
.benefit__title {
  padding: 0;
  margin: 0;
  line-height: 130%;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}




/*--- MEDIA ---*/
@media screen and (max-width: 1600px) {
  .block_gallery_product__items{
  grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1300px) {
  .tovar_shop:nth-child(6n):hover .tovar_shop_options_wrap,
	.tovar_shop:nth-child(6n - 1):hover .tovar_shop_options_wrap {
		left: -270px;
	}
}
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .tovar_shop:nth-child(5n):hover .tovar_shop_options_wrap,
  .tovar_shop:nth-child(5n - 1):hover .tovar_shop_options_wrap {
    left: -270px;
  }
  .div-block-end {padding-left: 0;padding-right: 0;}
  .text-block-end {font-size: 12px;}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tovar_shop:nth-child(4n):hover .tovar_shop_options_wrap,
  .tovar_shop:nth-child(4n - 1):hover .tovar_shop_options_wrap {
    left: -270px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .tovar_shop:nth-child(3n):hover .tovar_shop_options_wrap {
    left: calc(-100% - 4px);;
  }
  .tovar_shop:hover .tovar_shop_options_wrap {
    width: calc(100% + 4px);
  }
}
@media screen and (max-width: 1300px) {
  .benefit__title {line-height: 110%;font-size: 14px;}
}


@media screen and (max-width: 1200px) {
  .tovar_shop {
    width: 25%;
  }
  .project-section {
    padding-left: 0;
  }
  .project-heding {
    padding-left: 0;
  }
  .div-youtube .text-block, .div-youtube .text-block-end{
    display:none;
  }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
  .logo {
    max-width: 170px;
  }
  .text-block {
    font-size: 12px;
  }
  .link {
    font-size: 13px;
  }
  .home.text-block-2 {
    font-size: 13px;
  }
  .link_footer-bold {
    font-size: 12px;
  }
  .text-block-end {
    font-size: 12px;
  }
  .link-tel-end {
    font-size: 15px;
  }
  .div-block-end {
    padding-left: 0;
    padding-right: 0;
  }
  .col_shop_menu_left_prod {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .benefit {gap: 10px;}
  .benefit__icon {flex: 0 0 70px;}
  .benefit__icon img {width: 70px;height: 70px;}
}
@media screen and (max-width: 992px) {
  .benefits {display: flex;align-items: flex-start;justify-content: center;gap: 25px 0;margin: 0 -10px;flex-wrap:wrap;}
  .benefit {width: calc(100% / 3);padding: 0 10px;}
  .section-top .div-rutube {display: none;}
}
@media screen and (max-width: 991px) {
  .link-search-form {
    /*display: none;*/
  }
.logo {
    max-width: 120px;
    margin-right: auto;
  }
.modal_search {
    padding: 10px 10px;
  }
.div_article_img {
  background-image: none;
  width: auto;
  height: auto;
}
  .body-home {
    min-width: 320px;
  }
  .block-top-left {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block-top-right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu {
    display: none;
  }
  .div_cont_glav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col01_1 {
    width: 100%;
    padding-right: 0px;
  }
  .col01_2 {
    width: 100%;
    margin-top: 0px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .text-block-3 {
    font-size: 36px;
    line-height: 48px;
  }
  .div-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block-4 {
    font-size: 20px;
  }
  .top_slider {
    height: 440px;
  }
  .div-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    height: 90px;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-16 {
    width: 100%;
    height: auto;
  }
  .text-block-24 {
    font-size: 14px;
  }
  .action_ban3 {
    width: 30%;
  }
  .action_ban33 {
    width: 30%;
  }
  .action_ban2 {
    width: 35%;
  }
  .action_ban1 {
    width: 35%;
  }
  .text-block-7 {
    font-size: 16px;
  }
  .text-block-7_2 {
    font-size: 12px;
  }
  .category {
    margin-top: 10px;
  }
  .switch_category {
    margin-bottom: 20px;
  }
  .text-block-8 {
    font-size: 16px;
  }
  .product_list {
    margin-top: 0px;
  }
  .div_price {
    margin-top: 0px;
  }
  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button {
    font-size: 12px;
  }
  .text-block-8_2 {
    font-size: 12px;
  }
  .tovar_block {
    width: 25%;
  }
  .main_link {
    font-size: 12px;
  }
  .section-04 {
    padding-bottom: 60px;
  }
  .text-block-10 {
    font-size: 14px;
  }
  .one_brand {
    width: 15.3%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .image-19 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .heading {
    font-size: 24px;
  }
  .div-block-end {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-end {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-menu-end {
    width: 50%;
  }
  .div-top-data {
    display: none;
  }
  .div-top-mail {
    display: none;
  }
  .menu_mob {
    display: block;
    margin-left: 5px;
    padding: 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
  }
  .menu_mob:hover {
    background-color: #fdfdfd;
  }
  .block-end-left {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-mob {
    width: 80%;
  }
  .block-end-right {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div_cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_shop_menu {
    display: block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    position: fixed;
    left: -100vw;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow-y: scroll;
    transition:.3s ease;
    opacity: 0;
  }
  .col_shop_menu.active_shop_menu {
    left: 0;
    opacity: 1;
    transition: .5s ease;
  }
  .col_shop_menu_back {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: #0005;
  }
  .col_shop_menu.active_shop_menu .col_shop_menu_back {
    display: block;
    opacity: 1;
  }
  .block_filter_btn {
    display: block;
  }
  .block_filter_btn:hover {
    cursor: pointer;
  }
  .block_filter_btn .text_button_cat {
    margin: 0;
  }
  .div_filters {
    width: 100%;
    max-width: 450px;
    min-height: 100vh;
    position: relative;
    background: #fff;
    padding-bottom: 50px;
  }
  .col_shop_menu .div-block-sec_m {
    padding: 0px 0px;
    margin: -1px 0 0;
  }
  .mob_filters_close_btn_top {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    transition: 0s ease;
  }
  .mob_filters_close_btn_top:hover {
    cursor: pointer;
    transition: .3s;
    transform: rotate(90deg);
  }
  #mse2_filters button {
    margin-left: 20px;
  }
  .heading-shop {
    font-size: 24px;
  }
  .col_shop {
    padding-left: 0px;
  }
  .div_sortirovka {
    padding-left: 0px;
  }
  .div_shop #products {
    padding-left: 0px;
  }
  .div_shop {
  padding-left: 0px;
  }
  .row_35 {
    width: 100%;
    margin-top: 0px;
    margin-left: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div_shop_row {
    padding-left: 0px;
  }
  .div-block-357 {
    width: 18%;
  }
  .heading-1 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .heading-price {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .heading-tovar {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .paragraph {
    font-size: 13px;
  }
  .button_pay {
    padding: 10px 30px;
    font-size: 13px;
  }
  .main_text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .country_value {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-38 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .characteristic_small {
    font-size: 14px;
  }
  .product_information {
    /*width: 40%;*/
    padding-left: 2%;
  }
  .text-block-32 {
    font-size: 14px;
    line-height: 120%;
  }
  .gray_link {
    font-size: 13px;
  }
  .div-block-32_2 {
    width: 100%;
    padding-right: 0%;
  }
  .button_klick_pay {
    padding: 10px 15px;
    font-size: 13px;
  }
  .div_cont_tovar {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs {
    margin-top: -59px;
  }
  .div-block-41 {
    margin-top: 15px;
  }
  .tab-link-tab-4 {
    font-size: 13px;
  }
  .tab-link-tab-4.w--current {
    font-size: 13px;
  }
  .tabs-menu {
    margin-bottom: 10px;
  }
  .heading-1p {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .big_name {
    margin-bottom: 20px;
  }
  .div_cont_00 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_cart_body {
    width: 100%;
  }
  .div-block-64 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-66 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div_crat_body_right {
    width: 100%;
    margin-top: 40px;
    position: static;
  }
  
  .block_cart_items {
    width: 100%;
  }
  
  .block_cart_user {
    width: 100%;
  }
  
  .block_cart_adres {
      width: 100%;
  }
  
  .block_cart_bottom {
      width: 100%;
  }
  .block_cart_shipping {
      width: 50%;
      float: left;
  }
  .block_cart_payment {
      width: 50%;
      float: left;
  }
  
  .tovar_block3 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-block-30 {
    width: 20%;
  }
  .search_rezults {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-28-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main_link_search {
    font-size: 13px;
  }
  .div-block-361 {
    width: 100%;
    margin-bottom: 20px;
  }
  .heading-2 {
    font-size: 26px;
  }
  .div-block-49 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .main_text-2 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .div-block-362 {
    width: 100%;
  }
  .div-map {
    width: 100%;
  }
  .brand_logo {
    font-size: 12px;
  }
  .div-block-363 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_text-3 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
  }
  .div-block-364 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .heading-3 {
    font-size: 26px;
  }
  .div-block-365 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-366 {
    margin-top: 20px;
  }
  .div-block-3640 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .heading-modal {
    margin-bottom: 10px;
  }
  .div-block-menu {
    max-width: 200px;
    margin-left: auto;
  }
  .sec_cart_right {
    position: relative;
    width: 100%;
    right: 0;
  }
  .div_category {
    display: none;
  }
  .mob_filters_close_btn {
    display: block;
    text-decoration: none;
    margin-left: 20px;
    float: left;
    background-color: #3E3E3E;
    color: #ffffff;
  }
  .mob_filters_close_btn:hover {
    background-color: #ffffff;
    cursor: pointer;
    color: #3E3E3E;
  }
  .category_in_prod_card form:nth-child(5) {
    display: none;
  }
  .div-youtube .text-block-end {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    max-width: 120px;
  }
  .link-logo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .grup-card-kat {
      width: 33.33%;
  }
  .block-top-left {
    display: none;
  }
  .block-top-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
  .link-tel {
    font-size: 16px;
  }
  .text-search {
    font-size: 14px;
  }
  .div_cont_crams {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .text-block-2 {
    font-size: 13px;
    line-height: 16px;
  }
  .home.text-block-2 {
    font-size: 13px;
    line-height: 16px;
  }
  .section-glav {
    padding-top: 20px;
  }
  .col01_2 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-block-3 {
    font-size: 24px;
    line-height: 30px;
  }
  .text-block-4 {
    font-size: 16px;
  }
  .top_slider {
    height: 340px;
  }
  .div-block-10 {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .div-block-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .text-block-24 {
    font-size: 12px;
  }
  .section-02 {
    padding-top: 20px;
  }
  .action_ban3 {
    width: 100%;
  }
  .action_ban33 {
    width: 50%;
  }
  .action_big_text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .action_ban2 {
    width: 50%;
  }
  .action_ban1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
  .section-03 {
    padding-top: 30px;
  }
  .loading_button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .text-block-22 {
    font-size: 16px;
  }
  .div_sale {
    margin-right: 10px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-28 {
    margin-right: 20px;
  }
  .button {
    opacity: 0.7;
  }
  .tovar_block {
    width: 33.33%;
  }
  .text-block-23 {
    font-size: 14px;
  }
  .section-04 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .section-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .div_brands {
    margin-top: 30px;
  }
  .one_brand {
    width: 25%;
  }
  .div_cont_bott {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_bott01_1 {
    width: 100%;
    margin-bottom: 10px;
  }
  .col_bott01_2 {
    width: 100%;
  }
  .div-block-end {
    margin-bottom: 20px;
  }
  .menu-end {
    display: block;
  }
  .col-menu-end {
    width: 50%;
    float: left;
  }
  .h6_footer {
    font-size: 12px;
  }
  .link_footer {
    margin-top: 5px;
    line-height: 130%;
  }
  .text-block-27 {
    font-size: 14px;
  }
  .block-end-left {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link-logo-mob {
    padding-right: 20px;
    padding-left: 20px;
  }
  .block-end-right {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link_footer-bold {
    margin-top: 5px;
    line-height: 130%;
  }
  .section-01 {
    padding-top: 20px;
  }
  .tovar_shop {
    width: 33.33%;
  }
  .section-35 {
    padding-top: 20px;
  }
  .row_35 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-col {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .col_35 {
    width: 100%;
  }
  .col_355 {
    width: 50%;
  }
  .div-block-355 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tovar_shop_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-block-img_row {
    width: 80px;
  }
  .div-block-356 {
    width: calc(100% - 100px);
  }
  .div-block-357 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product_big_name {
    margin-bottom: 10px;
  }
  .main_text {
    margin-top: 20px;
  }
  .small_description {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .product_information {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_foto {
    width: 100%;
    padding-right: 0%;
    text-align: center;
  }
  .div-block-32_2 {
    width: 100%;
    padding-right: 0%;
  }
  .prevu-div {
    display: block;
  }
  .tabs {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-right: 0%;
  }
  .div-block-41 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-94 {
    width: 100%;
  }
  .tabs-menu {
    margin-bottom: 20px;
  }
  .big_name {
    margin-bottom: 10px;
  }
  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .div_article_name {
    
  }
  .div_article_name2 {
    width: 80%;
  }
  .div_article_close {
    margin-right: 0px;
  }
  .div_article_img {
    margin-left: 0px;
  }
  .div_crat_body_right {
    margin-top: 20px;
  }
  
  .block_cart_shipping {
      width: 100%;
  }
  .block_cart_payment {
      width: 100%;
  }
  
  .div_article_block {
    width: 160px;
    flex: 0 0 160px;
    margin-top: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tovar_block3 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .search-2 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search-input-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .button-seach {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .search-button-2 {
    font-size: 13px;
  }
  .div-block-28-search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div_sale-2 {
    margin-right: 10px;
    margin-left: 5px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-block-360 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-361 {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-362 {
    width: 100%;
    margin-top: 0px;
  }
  .html-embed {
    height: 300px;
  }
  .div-block-363 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div_tabl {
    margin-bottom: 30px;
  }
  .div-block-52 {
    width: 50%;
  }
  .div-block-365 {
    width: 100%;
    padding-right: 0px;
    padding-left: 10px;
  }
  .main_text_bold {
    font-size: 15px;
  }
  .modal_order {
    max-width: 460px;
    min-width: 460px;
  }
  .modal_top {
    max-width: 460px;
    min-width: 460px;
  }
  .top_slider .div-block {
    width: 90%;
    top: 20%;
  }
  .top_slider .text-block-3 {
    font-size: 16px;
    line-height: 22px;
    background: #fffa;
    padding: 10px;
    margin: 0 -10px 20px;
    border-radius: 5px;
  }
  .div-block-01 {
    padding-right: 0;
  }
  .category_in_prod_card form:nth-child(5) {
    display: flex;
  }
  .subcategory_header_btn {
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .subcategory_header_btn svg {
    width: 18px;
    top: 8px;
    left: 12px;
  }
  .heading-2 {
    margin-bottom: 10px;
  }
  .subcategory_header .heading-tovar {
    margin-bottom: 10px;
  }
  .project-card {
    width: 50%;
  }
  .section-top .div-rutube {display: block;}
}
@media screen and (max-width: 700px) {
  .tovar_shop_options_wrap_row {display: none;}
  .tovar_shop_row .div-block-356 {width: calc(100% - 215px);}
  .text-block-54 p a {width: 100%;display: block;}
  .block_gallery_product__items{grid-template-columns: repeat(3, 1fr);}
  .benefits {margin: 30px -7px;}
  .benefit {width: 50%;padding: 0 7px;}
  .benefit__icon {flex: 0 0 44px;}
  .benefit__icon img {width: 44px;height: 44px;}
  .benefit__title {font-size: 12px;}
}
@media screen and (max-width: 600px) {
  .tovar_shop {
    width: 50%;
  }
  .tovar_shop:nth-child(2n):hover .tovar_shop_options_wrap {
    left: calc(-100% - 4px);;
  }
  .tovar_shop:hover .tovar_shop_options_wrap {
    width: calc(100% + 4px);
  }
  .tovar_shop_options_wrap {
    padding: 5px 4px;
  }
  .tovar_shop_option {
    font-size: 10px;
    padding: 4px 0;
    line-height: 130%;
  }
  .tovar_shop_option span {
    padding: 0 2px;
  }
  .section-top .div-rutube {display: none;}
}
@media screen and (max-width: 500px) {
  .div_tovar_namber {
    width: 50%;
  }
  .sorting {
    display: contents;
  }
  .sort_value {
    margin-bottom: 5px;
  }
  .input_modal {
    width: 95%;
  }
  .col_355 {
    width: 100%;
  }
  .grup-card-kat {
      width: 50%;
      font-size: 12px;
      line-height: 16px;
  }
  .div-block-01 {
    width: 100%;
  }
  .link-logo {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .block-top-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div_cont_crams {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_cont_sec {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_cont_glav {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }
  .text-block-4 {
    margin-bottom: 10px;
  }
  .top_slider {
    height: 260px;
  }
  .div-block-10 {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .botton-slider {
    width: 140px;
    height: 36px;
    font-size: 13px;
  }
  .action_ban3 {
    width: 100%;
    height: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .action_ban33 {
    width: 100%;
    height: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div_action {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .link-block-6 {
    height: 50%;
  }
  .action_ban2 {
    width: 100%;
    height: 440px;
  }
  .action_ban1 {
    width: 100%;
    height: 220px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .text-block-22 {
    font-size: 14px;
  }
  .link-block-9 {
    margin-right: 10px;
  }
  .button {
    opacity: 0.7;
  }
  .tovar_block {
    width: 50%;
  }
  .text-block-23 {
    line-height: 120%;
  }
  .div_brands {
    margin-top: 20px;
  }
  .one_brand {
    width: 50%;
    margin-top: 20px;
  }
  .heading {
    font-size: 18px;
    line-height: 24px;
  }
  .text-block-12 {
    line-height: 120%;
    text-align: center;
  }
  .div_cont_bott {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-end {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .div-end-adres {
    margin-bottom: 10px;
  }
  .div-rutube {
    margin: 0 20px 10px 0;
  }
  .col-menu-end {
    width: 100%;
  }
  .h6_footer {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .link_footer {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .div_cont_end {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .col-end-left {
    margin-bottom: 10px;
  }
  .block-end-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link-logo-mob {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
    border-right-width: 0px;
  }
  .block-end-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .link_footer-bold {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .div_cont_01 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_cont_shop {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-shop {
    font-size: 18px;
    line-height: 24px;
  }
  .div_sortirovka {
    width: 100%;
    margin-bottom: 10px;
  }
  .section-35 {
    padding-bottom: 20px;
  }
  .div-block-col {
    height: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-357 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product_big_name {
    margin-bottom: 0px;
  }
  .heading-1 {
    font-size: 22px;
    text-align: left;
  }
  .heading-tovar {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .product_information {
    padding-left: 0%;
  }
  .div_cont_tovar {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_cont_shop .div_cont_tovar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .w-tab-link {
    padding: 8px 15px;
  }
  .characteristic_big {
    width: 100%;
  }
  .div-block-94 {
    margin-top: 20px;
  }
  .div-block-42 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    margin-bottom: 10px;
  }
  .heading-1p {
    font-size: 22px;
    text-align: left;
  }
  .div_cont_00 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div_stages_order {
    display: none;
  }
  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-block-51 {
    text-align: center;
  }
  .div_article_name2 {
    width: 90%;
  }
  .div_article_price {
    width: 100%;
    margin-bottom: 0px;
  }
  .div_article_price2 {
    width: 100%;
    margin-bottom: 0px;
  }
  .div_article_number {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .div_article_min {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div_article_img {
    margin-left: 0px;
    text-align: center;
  }
  .div-block-63 {
    padding: 25px;
  }
  .text-block-52 {
    font-size: 16px;
  }
  .div_article_block {
    margin-top: 10px;
    margin: 0;
    flex: auto;
  }
  .tovar_block3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .button-seach {
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .link-block-30 {
    width: 25%;
  }
  .div-block-28-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-359 {
    width: 75%;
  }
  .div-block-360 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-2 {
    font-size: 20px;
    text-align: left;
  }
  .div-block-49 {
    width: 100%;
  }
  .image-29 {
    margin-left: 10px;
  }
  .text-block-35 {
    font-size: 13px;
  }
  .main_text-2 {
    font-size: 13px;
  }
  .text-block-54 {
    font-size: 13px;
  }
  .image-54 {
    margin-right: 30px;
    margin-left: 20px;
  }
  .div-block-364 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-50 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-38 {
    margin-bottom: 0px;
  }
  .heading-3 {
    font-size: 20px;
    text-align: left;
  }
  .div-block-55 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .image-31 {
    margin-right: 15px;
    margin-bottom: 0px;
  }
  .text-block-44 {
    font-size: 18px;
  }
  .div-block-52 {
    width: 100%;
  }
  .div-block-54 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-51 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-block-50_2 {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .image-55 {
    margin-right: 30px;
    margin-left: 20px;
  }
  .div-block-367 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-3640 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal_order {
    max-width: none;
    min-width: 280px;
    padding: 40px 25px;
  }
  .heading-modal {
    font-size: 22px;
    text-align: left;
  }
  .modal_top {
    max-width: none;
    min-width: 280px;
    padding: 40px 25px;
  }
  .div-block-menu {
    max-width: 100%;
    margin-left: 0px;
    justify-content: flex-end;
  }
  .link-logo-mob {
    margin-right: auto;
  }
  .prod_event_wrap {
    flex-direction: column;
  }
  .category_in_prod_card form:nth-child(5) {
    display: none;
  }
  .prod_event_block {
    padding: 0 0 10px;
  }
  .link-block-img_row {
    width: 70px;
  }.tovar_shop_row .add_button {
    width: 30px;
    padding: 1px;
    position: absolute;
  }
  .tovar_shop_row .add_button span {
    display: none;
  }
  .tovar_shop_row .div-block-356 {
    width: calc(100% - 130px);
  }
  .pagination li a {
    margin-right: 0;
  }
  
  .tovar_shop_row_price_wrap_pk {
    display: none;
  }
  .tovar_shop_row_price_wrap_mob {
    display: flex;
  }
  .project-content-wrap h2 {
    font-size: 20px;
  }
  .project-content-wrap h3 {
    font-size: 18px;
  }
  .project-content-wrap h3 {
    font-size: 16px;
  }
  .project-card-title {
    padding: 45px 10px 10px 10px;
    font-size: 12px;
    line-height: 120%;
  }
  .block-top-right{
    justify-content: flex-end;
  }
  .block_gallery_product__items{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
}
@media screen and (max-width: 425px) {
  .subcategory_header_image {
    display: none;
  }
  .subcategory_header_content {
    padding-left: 0;
    width: 100%;
  }
  .link-block-12 {
    font-size: 14px;
  }
  .projects-wrap {
    margin: 0;
  }
  .project-card {
    padding: 0;
    width: 100%;
  }
  .project-card-title {
    width: 100%;
  }
  .pagination {
    margin: 30px 0px 5px !important;
  }
  .pagination li a {
    width: 32px;
    height: 32px;
  }
  .grup-card-kat .card-content .tov-name {
    overflow: hidden;
  }
}

@media screen and (min-width: 767px) {
  .div_shop_grup_big .grup-card-kat {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 1300px) {
	.div_cont_top,
	.div_cont_glav,
	.div_cont_sec,
	.div_cont_bott,
	.div_cont_end,
	.div_cont_shop
	{
		max-width: 1900px;
	}
	.div_cont_00 {
		max-width: 1600px;
	}
	.div_cont_tovar {
		max-width: 1600px;
	}
	.div-block-01 {
		width: 90%;
	}
	.div-block-menu .menu {
		width: 90%;
		justify-content: flex-start;
	}
	.div-block-menu .menu .link {
		/* max-width: 200px; */
		width: 20%;
		text-transform: uppercase;
    font-size: 13px;
	}
	.grup-card-kat {
		width: calc(100% / 6);
	}
	.tovar_shop {
		width: calc(100% / 6);
	}
	.project-card-img img {
		width: 100%;
	}
}
@media screen and (min-width: 1700px) {
	.grup-card-kat {
		width: calc(100% / 6);
	}
	.tovar_shop {
		width: calc(100% / 6);
	}
}

@media screen and (max-width: 1500px) {
  .div-block-menu .menu .link {
    text-transform: uppercase;
    width: fit-content;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .div-block-menu .menu .link {
    font-size: 12px;
    padding: 0 10px;
  }
}



@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
  }
  html, body{
    height: 297mm;
    width: 210mm;
  }
  @page {
    margin: 10mm;
  }
  body {
    font-size: 14px;
  }
  header {
    border-bottom: 2px solid #eee;
  }
  footer {
    border-top: 2px solid #eee!important;
  }
  a:after{
    content: "" !important;
  }
  .div-block-menu,
  .col_shop_menu,
  .subcategory_header_btns_wrap,
  .div_sortirovka,
  .section-35,
  .section-04,
  .subcategory_header_image,
  .tovar_shop_options_wrap,
  .section-bottom,
  .cl-end-right,
  .arrow_up,
  .text-block-26 a {
    display: none;
  }
  .div-block-top,
  .div-block-01 {
    border: none;
  }
  .div-block-top {
    flex-wrap: wrap;
  }
  .text-block {
    font-size: 12px;
  }
  .link-logo {
    width: 250px;
  }
  .div-block-top {
    padding: 0;
  }
  .block-top-left {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 10px;
  }
  .block-top-right {
    width: 100%;
  }
  .link-tel {
    font-size: 16px;
  }
  .div-top-mail .text-block {
    font-size: 16px;
  }
  .div-top-data {
    margin-right: 5px;
  }
  .section-top {
    height: 70px;
  }
  .section-01 {
    padding-top: 0;
  }
  .subcategory_header_content {
    width: 100%;
    padding-left: 0;
  }
  .tovar_shop_options_wrap {
    
  }
  .div_shop {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  
}




/*--- MAIN SLIDER ---*/

.main-slider {
	position: relative;
	max-width: 1890px;
  margin: 20px auto;
}
.main-slider__inner {
	position: relative;
	width: 100%;
	height: 50vh;
	max-height: 450px;
}
.main-slider .slick-list {
	position: relative;
	height: 100%;
}
.main-slider .slick-track {
	position: relative;
	height: 100%;
	margin: 0;
}
.main-slider__item {
	position: relative;
	display: flex !important;
	margin: 0 10px;
}
.main-slider__item-link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}
.main-slider__item-back {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.main-slider__item-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
	object-position: center right;
}
.main-slider__item-inner {
	height: fit-content;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
  margin: auto auto auto 0;
  padding: 15px 0 15px 60px;
	z-index: 9!important;
	pointer-events: none;
}
.main-slider__item-content {
	position: relative;
	max-width: 800px;
	color: #000;
	text-align: center;
}
.main-slider__item-title {
	margin: 0 0 30px 0;
	color: #000;
	text-align: left;
	font-size: 26px;
  line-height: 130%;
  font-weight: 500;
}
.main-slider__item-text {
	margin: 0 0 25px 0;
}
.main-slider__item-btn {
	margin-top: 0;
	margin-bottom: 0;
	pointer-events: all;
	width: fit-content;
  min-width: 180px;
  padding: 0 25px;
  border: 1px solid #575757;
}
.main-slider__arrows {
	position: absolute;
	left: 0;
	right: 0;
	height: 40px;
  top: calc(50% - 20px);
	bottom: auto;
	height: 0;
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}
.main-slider__arrows .btn-slider {
	width: 40px;
	height: 40px;
}


@media screen and (max-width: 1500px) {
  .main-slider__item-title {font-size: 20px;margin: 0 0 25px 0;}
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 576px) {
  .main-slider {margin: 5px 0 30px 0;}
  .main-slider__inner {height: 100vw;max-height: unset;}
  .main-slider__arrows {top: unset;bottom: 18px;justify-content: center;gap: 10px;}
  .main-slider__arrows .btn-slider {width: 36px;height: 36px;}
  .main-slider__arrows .btn-slider img {width: 10px;}
  .main-slider__item {margin: 0;}
  .main-slider__item-inner {padding: 15px 10px;width: 100%;margin: auto 0 15px 0;}
  .main-slider__item-title {margin: 0 0 15px 0;font-size: 16px;text-align: center;line-height: 120%;font-weight: 600;}
  .main-slider__item-btn {margin: 0 auto 10px auto;font-size: 15px;font-weight: 600;}
}

/*--- END MAIN SLIDER ---*/