.body-home {
  min-width: 1100px;
  font-family: Montserrat, sans-serif;
  color: #212121;
  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%;
  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;
}

.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: #304359;
}

.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: #fdfdfd;
  color: #e44848;
}

.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: #7189c8;
  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: #9eafc1;
  color: #7189a5;
}

.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: #fff;
  border-right: 2px solid #f2f2f2;
  border-left: 0px solid #f7f7f7;
  background-image: url('../images/search.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.link-search-form:hover {
  border-right-color: #f2f2f2;
  border-left-color: #f2f2f2;
  background-color: #fdfdfd;
  background-image: url('../images/search-a.png');
}

.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: #fff;
  border: 1px solid #f2f2f2;
  background-image: url('../images/search.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.link-search:hover {
  border-right-color: #f2f2f2;
  border-left-color: #f2f2f2;
  background-color: #fdfdfd;
  background-image: url('../images/search-a.png');
}

.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;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
  color: #212121;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.carte-lick:hover {
  background-color: #fdfdfd;
  color: #e44848;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  margin-left: 5px;
  padding-right: 7px;
  padding-left: 7px;
  -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: 20px;
  background-color: #7189a5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  min-width: 24px;
}

.carte-lick:hover .div-block-2 {
  background-color: #e44848;
}

.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: #304359;
    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: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

.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: 0px 0px, 50% 50%;
    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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/133794.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/133794.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
}

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

.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: #304359;
}

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

.text-block-24 {
  color: #304359;
  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-color: #e44848;
  border-radius: 50px;
  background-color: #e44848;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.botton-slider:hover {
  border-style: solid;
  border-width: 0px;
  border-color: #7189a5;
  background-color: #304359;
}

.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_big_text {
  width: 90%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 0px 30px 0px 0px;
  background-color: #e44848;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  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: #304359;
  color: #fff;
}

.div_action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-right: -10px;
  margin-left: -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 4px;
    -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;
}

.link-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  margin-bottom: 10px;
  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: #e44848;
  -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: #e44848;
  font-size: 18px;
  font-weight: 500;
  white-space: normal;
}

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

.text-block-7_2 {
  color: #304359;
  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: #304359;
}

.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;
  -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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.switch_category {
  margin-bottom: 25px;
}

.text-block-8 {
  color: #e44848;
  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-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-block-3 {
  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: #304359;
}

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

.link-block-9:focus {
  border-bottom: 2px solid #e44848;
  color: #304359;
}

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

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

.button-min {
  margin-bottom: 5px;
  padding: 7px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #304359;
  border-radius: 20px;
  border-color: #304359;
  background-color: #304359;
  -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: #e44848;
  background-color: #e44848;
  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: #304359;
  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: #304359;
  line-height: 110%;
}

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

.main_link:hover {
  color: #e44848;
}

.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: #304359;
  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: #304359;
}

.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: #304359;
}

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

.one_brand:hover .brand_logo {
  margin-top: -2px;
  margin-bottom: 12px;
  color: #e44848;
}

.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: #304359;
  font-size: 24px;
  line-height: 32px;
}

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

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

.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;
  margin-left: 18px;
  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 rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

.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: #304359;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.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: #304359;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.arrow_up:hover {
  background-color: #7189a5;
}

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

.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 200ms ease;
  transition: all 200ms ease;
}

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

.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: 10px 10px 0px;
  border-bottom: 0px solid #f2f2f2;
  color: #304359;
  font-size: 24px;
  line-height: 32px;
}

.div-block-sec_m {
  margin-bottom: 0px;
  padding: 0px 5px;
    /*display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;*/
}

.innersubmenu.queued {
  display: block;
}

.text-block-288 img {
  transform: rotate(90deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

.text-block-288b img {
  transform: rotate(90deg);
  -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: #e44848;
    color: #fff;
}
.div-block-sec_m:hover .text-block-28:hover {
  background-color: #e44848;
    color: #fff;
}

.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;
    /* border-radius: 4px 4px 0px 0px; */
    background-color: #f8f8f8;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #ffffff;
}

.text-block-288:hover {
  background-color: #e44848 !important;
    color: #fff;
}

.innersubmenu .text-block-288 {
  background-color: #fff;
  border: 1px solid #00000014;
}

.text-block-2882 {
    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: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #00000014;
}

.text-block-2882:hover {
  background-color: #e44848;
    color: #fff;
}

.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 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #ffffff;
    border-left: 2px solid #e44848;
}

.text-block-288b:hover {
    background-color: #e44848 !important;
    color: #fff;
}

.innersubmenu .text-block-288b {
  background-color: #fff;
  border: 1px solid #00000014;
  border-left: 2px solid #e44848;
}

.text-block-2882b {
    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: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    width: 100%;
    border: 1px solid #00000014;
    border-left: 2px solid #e44848;
}

.text-block-2882b:hover {
  background-color: #e44848;
    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: #e44848;
    color: #fff;
}

.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: #304359;
  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: #304359; */
    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: #304359;
  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: #e44848;
}

.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: #304359;
  -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: #304359;
  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: #304359;
  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;
  display: flex;
  width: 20%;
  float: left;
  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: #f8f8f8;
  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);
}

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

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

.text-block-47 {
  margin-right: 10px;
  color: #304359;
  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: #304359;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
}
.sort_value:hover {
  border: 1px solid #304359;
}
.sort_value:focus {
  border: 1px solid #e44848;
}

.filters_value {
  display: none;
  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: #304359;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
    margin-left: 10px;
    padding: 5px;
}
.filters_value:hover {
  border: 1px solid #304359;
}
.filters_value:focus {
  border: 1px solid #e44848;
}

.dropdown-2 {
  display: none;
}

.div_sortirovka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 40px;
  -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: 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 #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;
}

.col_35 {
  width: 33.33%;
  padding: 10px;
  text-decoration: none;
}
.col_355 {
  width: 33.33%;
  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: #7189a5;
}

.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: 25%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 5px;
    cursor: pointer;
    text-decoration: none;
    color: #111;
}

.card-content {
    color: #111;
    display: block;
    border-color: #f2f2f2;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-radius: 1px;
    padding: 10px;
    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);
}

.tovar_shop_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  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: 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: #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);
}

.link-block-img_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -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: #304359;
  font-size: 36px;
  line-height: 110%;
  font-weight: 700;
}

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

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

.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: #304359;
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

.button_pay:hover {
  border-color: #304359;
  background-color: #304359;
}

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

.lightbox-link {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    padding: 15px 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;
    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;
}

.text-block-30 {
  color: #304359;
  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: #304359;
  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: 40%;
  margin-top: 0px;
  padding-left: 2%;
}

.value {
  color: #304359;
}

.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: 15px;
  margin-bottom: 15px;
  -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: #304359;
  font-weight: 700;
}

.gray_link {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #acacac;
  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: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.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: #304359;
  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: #e44848;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #e44848;
  font-size: 14px;
  font-weight: 700;
}

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

.div-block-358 {
  margin-top: 6px;
  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: #304359;
  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;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: #fff;
  color: #304359;
}

.tab-link-tab-4:hover {
  background-color: #304359;
  color: #fff;
}

.tab-link-tab-4:focus {
  background-color: #304359;
  color: #fff;
}

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

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

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

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

.div_dostavka {
  padding: 20px 20px 5px;
  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: #304359;
  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: 350px;
  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: 20px;
  padding-bottom: 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;
  border-style: solid none none;
  border-width: 2px 0px 0px;
  border-color: #f2f2f2 #dadada #dadada;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

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

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

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

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

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

.link-5 {
  color: #304359;
  font-size: 14px;
  line-height: 110%;
  font-weight: 600;
  text-decoration: none;
}

.div_article_name {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 130%;
}
.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: #304359;
  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 {
  margin-right: 10px;
  padding: 2px;
  border-radius: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.div_article_close:hover {
  background-color: #e44848;
}

.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;
  width: 40%;
  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: 10%;
  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: #e44848;
  -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: #7189a5;
}

.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: #304359;
}

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

.div_crat_body_right {
  width: 35%;
  float: right;
  position: absolute;
  top: 112px;
  right: 12px;
}

.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: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.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: #304359;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #304359;
  font-size: 14px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
}

.button-seach:hover {
  background-color: #304359;
  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: #304359;
  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: #304359;
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
}

.main_link_search:hover {
  color: #e44848;
}

.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;
  color: #304359;
  font-size: 24px;
  line-height: 110%;
  font-weight: 600;
}

.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: #304359;
  font-weight: 600;
}

.text-span-4 {
  font-size: 20px;
  line-height: 140%;
}

.main_text-2 {
  margin-top: 10px;
  border-left-color: #e44848;
  color: #304359;
  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: #304359;
  font-weight: 600;
}

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

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

.div-block-363 {
  display: block;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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: #e44848;
  color: #304359;
  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: #304359;
  line-height: 120%;
  font-weight: 600;
}

.heading-3 {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: 11px;
  margin-bottom: 20px;
  color: #304359;
  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: #304359;
  font-size: 20px;
  font-weight: 700;
}

.main_text_tabl {
  width: 80%;
  border-left-color: #e44848;
  color: #304359;
  line-height: 130%;
}

.text-block-41 {
  color: #304359;
  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: #304359;
  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: #304359;
  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: #304359;
  font-size: 12px;
  line-height: 130%;
}

.text-block-40 {
  color: #304359;
  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: 40px;
  padding-left: 40px;
  -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: #e44848;
  color: #304359;
  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: #304359;
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
}

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

.input_modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  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: #7189a5;
  border-radius: 4px;
    color: #212121;
    background: #f8f8f8eb;
}

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

.button-order {
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 15px 52px;
  border-radius: 25px;
  background-color: #e44848;
  -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: #c22f2f;
}

.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: #304359;
    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 #e44848;
}

.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;
}
.pagination li a {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 15px;
    border-radius: 4px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #304359;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.pagination li a:hover {
    background-color: #304359;
    color: #fff;
}
.pagination li a.active {
    background-color: #7189a5;
    color: #fff;
}

.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: #304359;
    border-radius: 20px;
    background-color: transparent;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #304359;
    font-size: 14px;
    line-height: 110%;
    font-weight: 500;
    margin-top: 10px;
}
.btn-info:hover {
    background-color: #304359;
    color: #ffffff;
}

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

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

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

.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: 5px;
  /*display: none; */
}

.innersubmenu .innersubmenu {
  width: 100%; 
}

#msMiniCart, .msMiniCart {
      width: auto;
}

#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: 40%;
    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: #fafafa;
}

.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: #fafafa;
    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: #304259;
    color: #fff;
}

.cart_n_max:hover {
      background: #304259;
    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: #304359;
    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: #304259;
    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: #304259;
    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: #304359;
    font-size: 15px;
    font-weight: 500;
}

.block_cart_user {
    width: 60%;
}

.block_cart_adres {
    width: 60%;
}

.block_cart_bottom {
    width: 60%;
}
.block_cart_shipping {
    width: 50%;
    float: left;
}
.block_cart_payment {
    width: 50%;
    float: left;
}

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

@media screen and (max-width: 991px) {
.filters_value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#menu_Filters {
  padding: 20px;
}

.link-search-form {
    display: none;
  }
.logo {
    max-width: 120px;
  }
.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;
  }
  .carte-lick {
    width: auto;
  }
  .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: none;
  }
  .heading-shop {
    font-size: 24px;
  }
  .col_shop {
    padding-left: 0px;
  }
  .tovar_shop {
    width: 25%;
  }
  .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;
  }
  .brand_link {
    font-size: 16px;
  }
  .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;
  }
}

@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: space-between;
  }
  .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: 20%;
  }
  .div-block-356 {
    width: 80%;
  }
  .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 {
    width: 70%;
  }
  .div_article_name2 {
    width: 80%;
  }
  .div_article_close {
    margin-right: 0px;
  }
  .div_article_img {
    width: 30%;
    margin-left: 0px;
  }
  .div_crat_body_right {
    margin-top: 20px;
  }
  
  .block_cart_shipping {
      width: 100%;
  }
  .block_cart_payment {
      width: 100%;
  }
  
  .div_article_block {
    width: 100%;
    margin-top: 5px;
    -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;
  }
}

@media screen and (max-width: 479px) {
  .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: 20px;
    padding-left: 20px;
  }
  .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;
  }
  .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;
  }
  .tovar_shop {
    width: 50%;
  }
  .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;
  }
  .tab-link-tab-4.w--current {
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 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_name {
    width: 70%;
  }
  .div_article_name2 {
    width: 90%;
  }
  .div_article_close {
    width: 100%;
    text-align: center;
  }
  .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 {
    width: 30%;
    margin-left: 0px;
    text-align: center;
  }
  .div-block-63 {
    padding: 25px;
  }
  .text-block-52 {
    font-size: 16px;
  }
  .div_article_block {
    margin-top: 10px;
  }
  .tovar_block3 {
    width: 100%;
    -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;
  }
}

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

#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;*/
}

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: #304359;
      background: #f8f8f859;
      border: 1px solid #7189a5;
      border-radius: 25px;
      padding: 5px;
  }
  .uk-close:hover {
    color: #ffffff;
  }
  .uk-close-large {
      color: #304359;
      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-offer .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;
}
.breadcrumb-item {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    /*margin-right: 20px;*/
}
.breadcrumb-item a {
    color: #212121;
}

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: #304359;
    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: #e44848;
}
#filters .filter_block .filter_row:hover label {
    color: #e44848;
}

#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 #e44848;
}
#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 #e44848;
}

.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 #304359;
}
#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;
}

#msOrder .row_input .error {
    border: 2px solid brown !important;
}

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

.uk-offcanvas-bar h2, .uk-offcanvas-bar h3, .uk-offcanvas-bar h4, .uk-offcanvas-bar h5, .uk-offcanvas-bar h6 {
    color: #121212;
}

.uk-offcanvas-bar uk-close {
    color: #333333;
}

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

.open img {
  transform: rotate(0deg);
}


