@charset "UTF-8";
@font-face {
  font-family: "Roboto-Regular";
  src: url(../fonts/Roboto-Regular.otf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../fonts/Roboto-Bold.otf);
}
@font-face {
  font-family: "Roboto-Light";
  src: url(../fonts/Roboto-Light.otf);
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family: "MyriadProCondBold";
  src: url(../fonts/MyriadProCondBold.ttf);
}
@font-face {
  font-family: "MyriadProRegular";
  src: url(../fonts/MyriadProRegular.ttf);
}
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  border: none;
}

body {
  font-family: "MyriadProRegular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.container_content {
  max-width: 1340px;
  margin: 0 auto;
}

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

.header_top {
  background-color: #f6f7f9;
}

.wrap_header_top.container_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

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

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

.btn_style {
  outline: none;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(0%, rgb(28, 145, 182)), color-stop(0%, rgb(238, 171, 80)), to(rgb(212, 82, 46)));
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(28, 145, 182) 0%, rgb(238, 171, 80) 0%, rgb(212, 82, 46) 100%);
  border: none;
  border-radius: 4px;
  padding: 5px 14px 4px 14px;
  color: #fff;
  font-family: MyriadProCondBold;
  font-size: 14px;
}
.btn_style:focus {
  outline: none;
}

.store_addresses {
  font-size: 18px;
  color: #000;
  font-family: MyriadProCondBold;
  padding-left: 10px;
}

.see_on_the_map {
  font-size: 18px;
  font-family: MyriadProCondBold;
  color: #a3a7ba;
  margin-left: 10px;
  text-decoration: underline;
}
.see_on_the_map:hover {
  color: #a3a7ba;
}

.block_retail {
  font-size: 18px;
}
.block_retail a {
  margin-left: 7px;
  color: #000;
  font-family: MyriadProCondBold;
  text-decoration: none;
}
.block_retail p.comment_field {
  font-size: 18px;
  color: #a3a7ba;
  width: 135px;
  padding-left: 12px;
  line-height: 8px;
  font-family: MyriadProCondBold;
}

.block_opt {
  font-size: 18px;
  margin-left: 20px;
}
.block_opt a {
  margin-left: 5px;
  color: #000;
  font-family: MyriadProCondBold;
  text-decoration: none;
}
.block_opt p.comment_field {
  font-size: 18px;
  color: #a3a7ba;
  padding-left: 12px;
  line-height: 8px;
  font-family: MyriadProCondBold;
}

.open_list_phone,
.open_list_phone_opt {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.open_list_phone img,
.open_list_phone_opt img {
  padding: 3px;
  cursor: pointer;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.open_list_phone > img.rotate_img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.open_list_phone_opt > img.rotate_img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header_info.container_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.logo {
  margin-right: 20px;
}
.logo a img {
  height: 64px;
}

.sale_of_systems_txt {
  font-size: 19px;
  color: #646d74;
  width: 248px;
  line-height: 22px;
  margin-right: 65px;
  margin-bottom: 4px;
}

.search {
  position: relative;
  margin-right: 80px;
}
.search input[type=text] {
  min-width: 570px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #dfe3e9;
  padding: 10px 30px 10px 15px;
  font-size: 16px;
  outline: none;
}
.search input[type=text]::-webkit-input-placeholder {
  color: #646d74;
}
.search input[type=text]::-moz-placeholder {
  color: #646d74;
}
.search input[type=text]:-ms-input-placeholder {
  color: #646d74;
}
.search input[type=text]::-ms-input-placeholder {
  color: #646d74;
}
.search input[type=text]::placeholder {
  color: #646d74;
}
.search button.btn_search {
  top: -1px;
  position: absolute;
  right: 1px;
  background: transparent;
  border: none;
  padding: 6px;
}

.liked_product {
  position: relative;
  margin-right: 40px;
  cursor: pointer;
}
.liked_product .liked_product_quantity {
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  line-height: 1;
  border: 1px solid;
  font-size: 12px;
  padding: 2px 6px;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(0%, rgb(28, 145, 182)), color-stop(0%, rgb(238, 171, 80)), to(rgb(212, 82, 46)));
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(28, 145, 182) 0%, rgb(238, 171, 80) 0%, rgb(212, 82, 46) 100%);
  color: #fff;
  left: 22px;
  top: -7px;
}
.liked_product:hover .liked_product_popup {
  display: block;
}

.basket {
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  margin-right: 40px;
}
.basket .basket_quantity {
  cursor: pointer;
  border-radius: 4px;
  position: absolute;
  line-height: 1;
  border: 1px solid;
  font-size: 12px;
  padding: 2px 6px;
  background: rgb(2, 0, 36);
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(0%, rgb(28, 145, 182)), color-stop(0%, rgb(238, 171, 80)), to(rgb(212, 82, 46)));
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(28, 145, 182) 0%, rgb(238, 171, 80) 0%, rgb(212, 82, 46) 100%);
  color: #fff;
  left: 22px;
  top: -6px;
}
.basket:hover .basket_popup {
  display: block;
}

.desktop_menu {
  background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(0%, rgb(28, 145, 182)), color-stop(0%, rgb(39, 157, 195)), to(rgb(19, 103, 191)));
  background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(28, 145, 182) 0%, rgb(39, 157, 195) 0%, rgb(19, 103, 191) 100%);
  min-height: 68px;
  position: relative;
}
.desktop_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 68px;
  margin-bottom: 0;
}
.desktop_menu ul li {
  list-style-type: none;
}
.desktop_menu ul li:first-child {
  list-style-type: none;
  height: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desktop_menu ul li a {
  color: #fff;
  font-size: 20px;
  padding: 24px 30px;
  line-height: 1;
  display: table;
}
.desktop_menu ul li a:hover {
  text-decoration: none;
  background: #339dc6;
}
.desktop_menu ul li:last-child {
  margin-right: 0;
}

.wrap_dropdown_menu {
  position: absolute;
  background: #f6f6f6;
  width: 100%;
  top: 68px;
  padding-top: 45px;
  display: none;
  left: 0;
}

.wrap_dropdown_menu.active {
  display: block;
}

a.open_catalog_menu:hover ~ .wrap_dropdown_menu {
  display: block !important;
}

.promo_block_item.promo_block_item_1 {
  background-image: url("../../../images/site/promo_bg_1.png");
}

.promo_block_item.promo_block_item_2 {
  background-image: url("../../../images/site/promo_bg_2.png");
}

.promo_block_item.promo_block_item_3 {
  background-image: url("../../../images/site/promo_bg_3.png");
}

.promo_block.container_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -180px;
  z-index: 1;
  position: relative;
}

.promo_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  height: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.promo_block_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.promo_block_description {
  padding-left: 35px;
  line-height: 30px;
  margin-top: 43px;
}

.promo_block_item_big_txt {
  font-size: 24px;
  width: 175px;
}

.promo_block_item_small_txt {
  font-size: 18px;
  margin-bottom: 0;
  width: 240px;
  margin-top: 25px;
  line-height: 20px;
  padding-right: 10px;
}

.promo_block_item_1 a .promo_block_description_img {
  position: relative;
  top: -12px;
  right: 25px;
}

.promo_block_item_2 a .promo_block_description_img {
  position: relative;
  top: -12px;
  right: 42px;
}

.promo_block_item_3 a .promo_block_description_img {
  position: relative;
  top: -12px;
  right: 9px;
}

.wrap_benefits {
  padding: 110px 0 50px 0;
  background: #f6f7f9;
  margin-top: -30px;
}

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

.wrap_benefits_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 345px;
}

.benefits_text {
  padding-left: 17px;
}
.benefits_text .benefits_text_big {
  font-size: 18px;
  color: #000;
}
.benefits_text .benefits_text_small {
  margin-bottom: 0;
  font-size: 16px;
  color: #999eb3;
}

.wpap_slider_top {
  background: #dbe5ef;
  min-height: 925px;
}

/* Слайдер */
.slider_top {
  padding-top: 75px;
  position: relative;
}

.slider_item {
  text-align: left;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.slider_top .slick-dots li {
  list-style-type: none;
  margin: 0 5px 0 5px;
}
.slider_top .slick-dots li:last-child {
  margin-right: 0;
}

/* Элемент точки */
.slider_top .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #A0A0A0;
  background: #fff;
}
.slider_top .slick-dots li button:focus {
  outline: none;
}

/* Активная точка */
.slider_top .slick-dots li.slick-active button {
  border: 1px solid #0045b6;
  background: #0045b6;
}

.wpap_slider_top {
  max-width: 1800px;
  min-height: 925px;
  margin: 0 auto;
  position: relative;
}
.wpap_slider_top:before {
  content: url("../../../images/site/slider_top_background_bottom.png?v=2");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.wpap_slider_top:after {
  content: url("../../../images/site/slider_top_background_top.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.slider_top_content.container_content {
  position: relative;
  z-index: 1;
}

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

.flag {
  color: #fff;
  font-size: 18px;
  padding: 5px 14px;
  display: table;
  border-radius: 5px;
}

.flag_yellow {
  background: #efb14c;
}

.flag_green {
  background: #7db66b;
}

.flag_blue {
  background: #0052b8;
}

.name_item_on_slider {
  margin-top: 50px;
  font-size: 48px;
  color: #000;
  font-family: MyriadProCondBold;
}

.description_item_on_top_slider {
  max-width: 530px;
  color: #646d74;
  font-size: 30px;
  margin-top: 45px;
  line-height: 40px;
}

.slider_top_item_left {
  padding-left: 5px;
}
.slider_top_item_left .flag.flag_yellow {
  margin-top: 17px;
}

.wrap_numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: MyriadProCondBold;
}
.wrap_numbers div p {
  font-size: 110px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.wrap_numbers span {
  font-family: MyriadProRegular;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  display: table;
  margin: -27px 0 0px 20px;
}

.numbers_left p,
.numbers_right p {
  text-shadow: 1px 1px 0px rgb(138, 147, 154);
}

.numbers_left {
  margin-right: 130px;
}

.navigation_slider_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
}
.navigation_slider_top button {
  width: 230px;
  height: 50px;
  background: #0052b8;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
}
.navigation_slider_top button:first-child {
  margin-right: 30px;
}
.navigation_slider_top button:last-child {
  background: #fff;
  color: #000;
}

a.go_to_catalog {
  display: table;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  background: #0052b8;
  padding: 15px 40px;
  line-height: 1;
  margin-top: 40px;
  text-decoration: none;
}
a.go_to_catalog:hover {
  color: #fff;
}

.wrap_block_super_deals {
  border-bottom: 1px solid #e6eaec;
}

.block_super_deals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.block_super_deals .super_deals_text {
  font-size: 18px;
  color: #000;
  font-family: MyriadProCondBold;
  padding-left: 10px;
}
.block_super_deals p {
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 10px;
}
.block_super_deals a.more_about_deal {
  font-size: 18px;
  color: #0052b8;
  text-decoration: none;
  border-bottom: 1px dotted;
  margin-left: 25px;
}

.section_title {
  font-size: 36px;
  font-family: MyriadProRegular;
  font-weight: bold;
}

.popular_categories {
  margin-top: 100px;
  position: relative;
}

/* Слайдер */
.wrap_popular_categories_slider {
  min-width: 0;
  margin-top: 30px;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.wrap_popular_categories_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}

/* Конкретный слайдер */
.slider {
  position: relative;
  padding: 0px 15px;
}

.wrap_popular_categories_slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  top: 0px;
}

.wrap_popular_categories_slider .slick-arrow.slick-prev {
  right: 50px;
  background: url("../../../images/site/arrow_left_cube.png") no-repeat;
  background-position: 50%;
}

.wrap_popular_categories_slider .slick-arrow.slick-next {
  right: 0px;
  background: url("../../../images/site/arrow_right_cube.png") no-repeat;
  background-position: 50%;
}

.wrap_popular_categories_slider_item {
  position: relative;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap_popular_categories_slider_item span{
position: absolute;
bottom: 20px;
display: table;
width: 206px;
}

.wrap_popular_categories_slider_item a {
  color: #000;
  text-decoration: none;
  padding: 25px 0;
  background: #fff;
  border: 1px solid #e6eaec;
  border-radius: 4px;
}

.wrap_popular_categories_slider_item img {
  max-width: 100%;
}

.wrap_popular_categories_slider_item {
  border-radius: 5px;
  margin: 0 12px;
}
.wrap_popular_categories_slider_item span {
  display: table;
  text-align: center;
  font-size: 18px;
  padding: 0 10px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 auto;
}

.wrap_popular_categories_slider_item_img {
  width: 206px;
  height: 160px;
  position: relative;
  top: -40px;
  margin: 0 auto;
}
.wrap_popular_categories_slider_item_img img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap_popular_offers {
  margin-top: 100px;
  background-image: url("../../../images/site/bg_under_the_cards2.png");
  background-repeat: no-repeat;
  background-position: 119% 20px;
}

.my_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  position: relative;
  top: -55px;
}

a.nav-link {
  color: #a3a7ba;
  font-size: 18px;
  padding: 15px 30px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #f6f7f9;
  border-radius: 8px;
}

.wrap_products {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 24px;
  position: relative;
  top: -30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap_product_big_left,
.wrap_product_big_right {
  width: 50%;
}

.wrap_product_big_left {
  padding: 30px 15px 0 35px;
  background: #fff;
}
.wrap_product_big_left .flag {
  display: inline;
  font-size: 12px;
  padding: 7px 13px;
}
.wrap_product_big_left .flag.flag_yellow {
  margin-right: 10px;
}

.text_availability {
  display: table;
  margin-top: 15px;
  font-size: 12px;
  color: #000;
}

.wrap_product {
  border: 1px solid #e6eaec;
  border-radius: 5px;
}

.wrap_product.wrap_product_big {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 474px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 1;
  bottom: 0;
}
.wrap_product.wrap_product_big a {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  text-decoration: none;
}
.wrap_product.wrap_product_big:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: inherit;
}

.wrap_product.wrap_product_big:hover .plashka_big_card {
  bottom: -55px;
  z-index: -1;
  opacity: 1;
  left: 0;
}

.wrap_product.wrap_product_middle {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  /*height: 474px;*/
  position: relative;
  background: #fff;
}
.wrap_product.wrap_product_middle a {
  color: #000;
  text-decoration: none;
  padding: 30px 25px 25px 25px;
  display: table;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}
.wrap_product.wrap_product_middle:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wrap_product_small {
  height: 340px;
  position: relative;
}
.wrap_product_small:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.to_order {
  border: 3px solid;
  position: absolute;
  bottom: -9px;
  z-index: -1;
}

.in_stock {
  color: #009e00;
  font-weight: bold;
}
.in_stock:after {
  content: "";
  background: #009e00;
  border-radius: 50%;
  height: 9px;
  margin-left: 7px;
  margin-top: 9px;
  position: absolute;
  width: 9px;
}

.no_storage {
  color: #fc2629;
      font-weight: bold;
}
.no_storage:after {
  content: "";
  background: #fc2629;
  border-radius: 50%;
  height: 9px;
  margin-left: 7px;
  margin-top: 9px;
  position: absolute;
  width: 9px;
}

.block_availability ul {
  margin-bottom: 0;
}
.block_availability ul li {
  list-style-type: none;
  font-weight: bold;
  font-size: 16px;
}

.article {
  font-size: 16px;
  color: #b6b8c7;
  line-height: 1;
  display: none;
  margin-top: 10px;
}
.article span {
  padding-left: 6px;
}

.name_product {
  font-size: 30px;
  font-family: MyriadProCondBold;
  margin-top: 25px;
  line-height: 35px;
}

.description_about_product {
  font-size: 18px;
  margin-top: 25px;
  line-height: 20px;
}

.price_one_product {
  font-size: 30px;
  line-height: 1;
  margin-top: 50px;
  font-family: MyriadProCondBold;
}
.price_one_product span {
  padding-left: 7px;
}

.wrap_product_big_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #fff;
}
.wrap_product_big_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrap_favorite {
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
}

.favorite_item.in_favorites {
  display: none;
}

.favorite_item.not_in_favorites.favorites_active {
  display: none;
}

.favorite_item.in_favorites.favorites_active {
  display: block;
}

.wrap_product_middle .flag {
  display: inline;
  font-size: 12px;
  padding: 7px 13px;
}
.wrap_product_middle .flag.flag_yellow {
  margin-right: 10px;
}

.wrap_product_img_middle {
  margin-top: 45px;
  width: 100%;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_product_img_middle img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.name_product_middle {
  font-size: 18px;
  margin-top: 40px;
  font-family: MyriadProRegular;
  font-weight: bold;
  line-height: 20px;
}

.text_availability_middle {
  margin-top: 17px;
  line-height: 1;
  font-size: 12px;
  display: table;
}

.block_availability.block_availability_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_availability.block_availability_middle .article {
  margin-top: 0;
}

.price_one_product.price_one_product_middle {
  margin-top: 20px;
  font-size: 18px;
  font-family: MyriadProRegular;
  font-weight: bold;
}

.see_more {
  background: #f6f7f9;
  padding: 15px;
  color: #000;
  width: 100%;
  text-align: center;
  margin-top: -15px;
  border-radius: 6px;
  cursor: pointer;
}

.wrap_latest_promotions.container_content {
  margin-top: 80px;
}

.latest_promotions_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest_promotions_top a {
  text-decoration: none;
  color: #000;
  padding: 8px 27px;
  border-radius: 6px;
  background: #f6f7f9;
  font-size: 18px;
}

.latest_promotions_content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 430px);
  gap: 25px;
  height: 460px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.promotions_content_1 {
  background-image: url("../../../images/site/bg_promotion_1.png");
  height: 460px;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 40px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}
.promotions_content_1:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.promotions_content_2 {
  background-image: url("../../../images/site/bg_promotion_2.png");
  height: 460px;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 40px;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
.promotions_content_2:hover {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.promotions_content_3 {
  background-image: url("../../../images/site/bg_promotion_3.png");
  height: 460px;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 40px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
}
.promotions_content_3:hover {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.promotion_content_img {
  height: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promotion_content_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.promotion_content_sale {
  text-align: center;
  font-size: 12px;
  padding: 4px 10px;
  background: #f6f6f6;
  border-radius: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto 20px;
  color: #000;
}
.promotion_content_sale span {
  padding: 0 5px;
}
.promotion_content_sale span:after {
  content: "%";
  color: #000;
  padding-left: 1px;
}

.promotion_content_name {
  line-height: 28px;
  font-size: 24px;
}

.promotions_content_1 .promotion_content_name,
.promotions_content_3 .promotion_content_name {
  color: #fff;
}
.promotions_content_1 .promotion_content_description,
.promotions_content_3 .promotion_content_description {
  color: #fff;
}

.promotion_content_description {
  line-height: 20px;
  margin-top: 10px;
}

.goods_of_the_day_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.goods_of_the_day_top a {
  text-decoration: none;
  color: #000;
  padding: 8px 27px;
  border-radius: 6px;
  background: #fff;
  font-size: 18px;
}

.wrap_goods_of_the_day {
  padding-top: 360px;
  background: #f8f9fb;
  margin-top: -250px;
  padding-bottom: 60px;
}
.wrap_goods_of_the_day .best_offer_of_the_day.best_offer_of_the_day:before {
  content: url(../../../images/site/bg_1_best_offers.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -425px;
  left: -70px;
  z-index: 0;
}

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

.product_of_the_day {
  width: 660px;
  height: 474px;
  border-radius: 8px;
  border: 1px solid #e6eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fefefe;
}
.product_of_the_day:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.goods_of_the_day_content {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.product_of_the_day_left {
  padding-left: 35px;
  padding-top: 24px;
  width: 380px;
}
.product_of_the_day_left .flag.flag_yellow {
  font-size: 12px;
  margin-top: 20px;
}
.product_of_the_day_left .flag.flag_yellow span {
  padding: 0 5px;
}
.product_of_the_day_left .flag.flag_yellow span:after {
  content: "%";
  color: #fff;
  padding-left: 1px;
}

.product_of_the_day_right {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_of_the_day_name {
  margin-top: 56px;
  font-size: 30px;
  line-height: 35px;
}

.product_of_the_day_price {
  font-size: 30px;
  font-family: MyriadProCondBold;
  margin-top: 20px;
  line-height: 1;
}
.product_of_the_day_price span {
  padding-left: 3px;
}

.product_of_the_day_before_sale {
  font-size: 18px;
  color: #a3a7ba;
  text-decoration: line-through;
  margin-top: 8px;
}
.product_of_the_day_before_sale span {
  padding-left: 3px;
}

.best_offer_of_the_day {
  text-align: center;
  padding-top: 60px;
  border-radius: 8px;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}
.best_offer_of_the_day:before {
  content: url("../../../images/site/bg_1_best_offers.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -425px;
  left: -70px;
  z-index: -1;
}
.best_offer_of_the_day:after {
  content: url("../../../images/site/bg_2_best_offers.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  right: 0px;
  z-index: 0;
}
.best_offer_of_the_day a {
  position: relative;
  z-index: 1;
}

.latest_news_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.latest_news_top a {
  text-decoration: none;
  color: #000;
  padding: 8px 27px;
  border-radius: 6px;
  background: #f6f7f9;
  font-size: 18px;
}

.wrap_latest_news {
  position: relative;
  margin-top: -140px;
  z-index: 0;
  padding-top: 260px;
  padding-bottom: 112px;
}

.wrap_latest_news_grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 25px;
  position: relative;
  margin-top: 20px;
}

.flag_red {
  background: #ff0000;
  color: #fff3cd;
}

.wrap_latest_new_left {
  width: 316px;
  padding: 30px 20px 0 33px;
  position: relative;
  z-index: 1;
}
.wrap_latest_new_left .flag.flag_red {
  font-size: 12px;
}
.wrap_latest_new_left a {
  text-decoration: none;
  color: #0052b8;
  display: table;
  font-size: 18px;
  margin-top: 40px;
}

.wrap_latest_new_right {
  width: 337px;
  background: #e8eae9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_latest_new_right img {
  position: relative;
  top: 25px;
  right: 31px;
  height: 412px;
}

.wrap_latest_new.wrap_latest_new_big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  height: 460px;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #e6eaec;
  overflow: hidden;
}
.wrap_latest_new.wrap_latest_new_big:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.name_latest_new {
  margin-top: 53px;
  font-family: MyriadProRegular;
  font-weight: bold;
  line-height: 20px;
  font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 70px;
}

.wrap_latest_new.wrap_latest_new_small {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  position: relative;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e6eaec;
  overflow: hidden;
  height: 460px;
}
.wrap_latest_new.wrap_latest_new_small .name_latest_new {
  margin-top: 0;
}
.wrap_latest_new.wrap_latest_new_small .latest_new_description {
  padding: 25px;
  margin-top: 0;
}
.wrap_latest_new.wrap_latest_new_small .latest_new_description p {
  margin-top: 25px;
}
.wrap_latest_new.wrap_latest_new_small .latest_new_description a {
  text-decoration: none;
  color: #0052b8;
  display: table;
  font-size: 18px;
  margin-top: 10px;
}
.wrap_latest_new.wrap_latest_new_small:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.latest_new_description {
  font-size: 16px;
  margin-top: 40px;
}
.latest_new_description p {
  line-height: 20px;
  	font-size: 16px;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	height: 70px;
	padding-right: 25px;
}

.wrap_latest_new_small_img {
  width: 100%;
  height: 210px;
}
.wrap_latest_new_small_img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flag.flag_blue.date_latest_news {
  font-size: 12px;
  top: 30px;
  left: 30px;
  position: absolute;
}

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

.wrap_we_are_happy_to_see_you_content_left,
.wrap_we_are_happy_to_see_you_content_right {
  width: 655px;
  position: relative;
}
.wrap_we_are_happy_to_see_you_content_left p,
.wrap_we_are_happy_to_see_you_content_right p {
  font-size: 18px;
  padding-right: 60px;
  line-height: 23px;
}

.wrap_we_are_happy_to_see_you {
  background: #f8f9fb;
  position: relative;
  padding-bottom: 80px;
}

a.about_company {
  display: table;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  background: #0052b8;
  padding: 15px 40px;
  line-height: 1;
  margin-top: 70px;
  text-decoration: none;
}

.we_are_happy_to_see_you_text {
  font-size: 36px;
  margin-bottom: 35px;
  display: table;
  line-height: 1;
}

.wrap_we_are_happy_to_see_you_content_right img {
  height: 740px;
  position: absolute;
  top: -80px;
}

.wrap_we_are_happy_to_see_you_content_left {
  padding-top: 60px;
}

.wrap_you_watched {
  margin-top: 100px;
}

.wrap_you_watched_left {
  width: 200px;
  margin-right: 20px;
}

.wrap_you_watched_right {
  min-width: 0;
  width: 1110px;
  position: relative;
  z-index: 1;
}

.wrap_you_watched_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
}

.wrap_partners_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}

.block_you_watched_section_title {
  font-size: 30px;
  line-height: 30px;
  margin-top: 72px;
  font-weight: bold;
}

.wrap_block_faq {
  background: #1367be;
  padding: 55px 0;
  max-width: 1800px;
  position: relative;
  margin: 60px auto 0;
}
.wrap_block_faq:before {
  content: url("../../../images/site/faq_img.png");
  position: absolute;
  bottom: -6px;
  width: 100%;
}

span.title_text_faq {
  font-size: 30px;
  font-family: MyriadProCondBold;
  color: #fff;
  padding: 35px 0;
}

.title_text_faq_description {
  color: #fff;
  font-size: 18px;
  padding: 35px 0;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}

.wrap_questions {
  background: #2f86cd;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100%;
}

.wrap_questions {
  cursor: pointer;
}
.wrap_questions button.question__btn {
  background: transparent;
  border: none;
  outline: none;
  padding: 0 5px;
}

.show_more_answer {
  display: none;
  font-size: 12px;
  padding: 25px 37px 20px 37px;
  background: #2f86cd;
  line-height: 20px;
}
.show_more_answer p {
  margin-bottom: 10px;
  font-size: 16px;
}

.question_btn_img {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.question_btn.question_btn_rotate {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.question_btn {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0 5px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.question_btn img {
  border-radius: 50%;
}
.question_btn:focus {
  outline: none;
}

.faq_img {
  position: absolute;
  top: -51px;
}

.footer_top_title {
  font-size: 18px;
  font-family: MyriadProRegular;
  font-weight: bold;
  margin-bottom: 45px;
}

.footer_top_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
}

.footer_top_contact_information {
  width: 335px;
}

.footer_top_retail_store {
  width: 305px;
}

.footer_top_about_company {
  width: 160px;
}
.footer_top_about_company nav ul {
  margin-bottom: 0;
}
.footer_top_about_company nav ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.footer_top_about_company nav ul li:last-child {
  margin-bottom: 0;
}
.footer_top_about_company nav ul li a {
  color: #646d74;
  text-decoration: none;
}

.footer_top_shipping_and_payment {
  width: 160px;
}
.footer_top_shipping_and_payment nav ul {
  margin-bottom: 0;
}
.footer_top_shipping_and_payment nav ul li {
  list-style-type: none;
  margin-bottom: 24px;
}
.footer_top_shipping_and_payment nav ul li:last-child {
  margin-bottom: 0;
}
.footer_top_shipping_and_payment nav ul li a {
  color: #646d74;
  text-decoration: none;
}

.footer_top_retail_store_content {
  color: #646d74;
}

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

.footer_top_contact_information_content_info ul {
  line-height: 1;
  margin-bottom: 0;
}
.footer_top_contact_information_content_info ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
.footer_top_contact_information_content_info ul li:last-child {
  margin-bottom: 35px;
}
.footer_top_contact_information_content_info ul li a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
  font-family: MyriadProCondBold;
  display: inline-block;
}

.footer_top_contact_information_content_info.footer_top_email {
  font-size: 18px;
  color: #a3a7ba;
}
.footer_top_contact_information_content_info.footer_top_email a {
  color: #a3a7ba;
  text-decoration: none;
  display: inline-block;
  margin-left: 6px;
}

.footer_top_contact_information_content_info.footer_top {
  color: #a3a7ba;
  font-size: 18px;
}

footer {
  padding: 70px 0 0px 0;
}

.footer_top_contact_information_content_info {
  width: 300px;
}

.footer_top_contact_information_content_img {
  width: 30px;
}

.footer_top_contact_information_content_info.footer_top_email img {
  position: relative;
  right: 3px;
}

.seti_footer {
  margin-top: 20px;
  margin-left: 30px;
}
.seti_footer ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.seti_footer ul li {
  list-style-type: none;
  margin-right: 5px;
}
.seti_footer ul li:last-child {
  margin-right: 0;
}

.footer_bottom {
  background: #f6f7f9;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #646d74;
}

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

.footer_bottom_content.container_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.footer_bottom_content_right ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.footer_bottom_content_right ul li {
  list-style-type: none;
}
.footer_bottom_content_right ul li a {
  color: #646d74;
  text-decoration: none;
  display: table;
  margin-right: 80px;
}
.footer_bottom_content_right ul li:nth-child(2) {
  margin-right: 40px;
}

.wrap_bg_slider_top {
  background: #dbe5ef;
}

.bg_wrap_block_faq {
  background: #1367be;
}

.wrapper.wrap_separate_page {
  width: 1340px;
  margin: 0 auto;
}

.breadcrumbs {
  margin-top: 35px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
.breadcrumbs ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs ul li {
  list-style-type: none;
}
.breadcrumbs ul li:after {
  content: "-";
  margin: 0 5px;
  color: #a1a1a1;
}
.breadcrumbs ul li a {
  color: #a1a1a1;
  text-decoration: none;
}
.breadcrumbs ul li:last-child:after {
  content: "";
}
.breadcrumbs ul li:last-child a {
  color: #000;
  pointer-events: none;
}

.name_page {
  font-size: 36px;
  margin-top: 26px;
  color: #000;
  font-family: MyriadProCondBold;
  line-height: 1;
  z-index: 1;
  position: relative;
}

.wrap_breadcrumbs_and_name_page {
  width: 1340px;
  margin: 40px auto 0;
}

.wrap_left_menu_and_right_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1340px;
  margin: 40px auto 0;
}

.left_menu {
  width: 314px;
  min-width: 314px;
  margin-right: 24px;
  position: relative;
  border: 1px solid #e6eaec;
  margin-bottom: 22px;
  background: #fff;
  z-index: 1;
}
.left_menu ul {
  margin-bottom: 0;
  background: #fff;
}
.left_menu ul li {
  list-style-type: none;
  font-size: 18px;
}
.left_menu ul li:first-child {
  border-bottom: 1px solid #e6eaec;
  padding: 15px 15px 15px 20px;
  background: #f6f6f6;
  font-weight: bold;
}
.left_menu ul li:last-child a {
  border: none;
}
.left_menu ul li a {
  border-bottom: 1px solid #e6eaec;
  padding: 15px 15px 15px 20px;
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

.left_menu_top {
  border: 1px solid #e6eaec;
  margin-bottom: 22px;
  width: 314px;
  min-width: 314px;
  margin-right: 24px;
  position: relative;
}
.left_menu_top ul {
  margin-bottom: 0;
}
.left_menu_top ul li {
  list-style-type: none;
  background: #fff;
}
.left_menu_top ul li a {
  color: #b6b8c7;
  padding: 15px 15px 15px 20px;
  display: block;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #e6eaec;
}
.left_menu_top ul li a:hover {
  color: #000;
  font-family: Roboto-Regular;
  font-weight: bold;
  background: #f6f6f6;
}
.left_menu_top ul li:last-child a {
  border-bottom: none;
}

.left_menu_top ul li a.isActive {
  color: #000;
  font-family: Roboto-Regular;
  font-weight: bold;
  background: #f6f6f6;
}

.left_menu.left_menu_news ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left_menu.left_menu_news ul li:first-child a {
  padding: 0;
  border: none;
  font-size: 14px;
  color: #2168c0;
}

.right_content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.date_block_left_menu {
  color: #8a8a8a;
  font-size: 14px;
}

.left_menu.left_menu_news ul li {
  padding: 20px 15px 10px 20px;
  border-bottom: 1px solid #e6eaec;
}
.left_menu.left_menu_news ul li:first-child {
  padding: 10px 15px 10px 20px;
  line-height: 1;
}
.left_menu.left_menu_news ul li:last-child {
  border-bottom: none;
}
.left_menu.left_menu_news ul li p {
  font-size: 14px;
  margin: 10px 0;
  line-height: 20px;
}
.left_menu.left_menu_news ul li a {
  font-size: 14px;
  color: #8a8a8a;
  display: table;
  padding: 0;
  margin: 10px 0;
  border-bottom: 0;
}

.wrap_date_and_back_to_list {
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #e6eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  margin-bottom: 30px;
}
.wrap_date_and_back_to_list a {
  color: #8a8a8a;
  text-decoration: none;
  display: table;
}

.date_right_content {
  font-size: 18px;
  padding: 5px 23px;
  color: #000;
}

.block_right_content_info img {
  /* margin-top: 30px; */
  width: 100%;
  height: auto;
}
.block_right_content_info p {
  padding-right: 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

.block_right_content_info ul,
.block_right_content_info ol{
	padding-left: 20px;
}

.wrap_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}
.wrap_img img {
  margin-right: 40px;
  margin-bottom: 15px;
}

/* Слайдер */
.wrap_you_watched_slider {
  min-width: 0;
  margin-top: 30px;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов */
.wrap_you_watched_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}

/* Конкретный слайдер */
.wrap_you_watched_slider .slider {
  position: relative;
  padding: 0px 15px;
}

.wrap_you_watched_slider .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  top: 10px;
  z-index: 1;
}

.wrap_you_watched_slider .slick-arrow.slick-prev {
  left: -120px;
  background: url("../../../images/site/arrow_left_cube.png") no-repeat;
  background-position: 50%;
  top: 190px;
}

.wrap_you_watched_slider .slick-arrow.slick-next {
  left: -70px;
  background: url("../../../images/site/arrow_right_cube.png") no-repeat;
  background-position: 50%;
  top: 190px;
}

.wrap_you_watched_slider_item {
  border: 1px solid red;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_you_watched_slider_item a {
  color: #000;
  text-decoration: none;
  padding: 32px 0;
  width: 100%;
  text-align: center;
}

.wrap_you_watched_slider_item img {
  max-width: 100%;
}

.wrap_you_watched_slider_item {
  border: 1px solid #e6eaec;
  border-radius: 5px;
  height: 285px;
  margin: 0 12px;
  background: #fff;
}
.wrap_you_watched_slider_item span {
  text-align: center;
  font-size: 18px;
  padding-left: 5px;
  margin-top: 12px;
  line-height: 20px;
}

.wrap_you_watched_slider_item_img {
  height: 150px;
  width: 165px;
  margin: 0 auto;
}

.wrap_you_watched_slider_item_img img {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-pack: center;
      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap_popular_offers {
  margin-top: 100px;
  background-image: url("../../../images/site/bg_under_the_cards2.png");
  background-repeat: no-repeat;
  background-position: 119% 20px;
}

.wrap_name_price_good_slider {
  font-size: 12px;
  margin-top: 12px;
  padding: 0 10px;
}

.price_good_watched_slider {
  font-size: 18px;
  margin-top: 5px;
}

.wrap_one_category_right ul li a {
  color: #000;
}

.wrap_one_category_right span a {
  color: #000!important;
  padding: 24px 0px!important;
}

.wrap_one_category_right span a:hover {
  background: transparent!important;
}

.wrap_one_category_left_img a:hover{
  background: transparent!important;
}

.wrap_one_category_left_img a img {
	width: 100px;
}

.wrap_one_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 400px;
  margin-bottom: 40px;
}

.wrap_one_category_right {
  width: 310px;
}
.wrap_one_category_right ul {
  display: block;
  height: auto;
}
.wrap_one_category_right ul li {
  list-style-type: none;
  margin-bottom: 7px;
  margin-right: 0px;
}
.wrap_one_category_right ul li:first-child {
  height: auto;
  padding: 0;
  margin-bottom: 7px;
}
.wrap_one_category_right ul li a {
  padding: 0;
  font-size: 18px;
  color: #a3a7ba;
}
.wrap_one_category_right ul li a:hover {
  background: transparent;
}
.wrap_one_category_right span {
  font-size: 20px;
  font-family: MyriadProRegular;
  font-weight: bold;
  margin: 2px 0 20px 0;
  display: table;
  line-height: 1;
}

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

.wrap_one_category_left {
  width: 150px;
}

.wrap_news {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
  position: relative;
  z-index: 1;
}
.wrap_news .wrap_one_news {
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
  height: 460px;
  overflow: hidden;
  position: relative;
}
.wrap_news .wrap_one_news p {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.wrap_news .wrap_one_news:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wrap_one_news_description {
  padding: 30px 25px 0 25px;
  color: #000;
}

.wrap_one_news_big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_one_news_big_left {
  width: 50%;
}
.wrap_one_news_big_right {
  width: 50%;
}

.one_news_article {
	font-size: 16px;
	font-family: Roboto-Regular;
	font-weight: bold;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	height: 70px;
}

.one_news_article_description {
  margin-top: 27px;
  text-overflow: ellipsis;
	overflow: hidden;
	-ms-line-clamp: 3;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	display: -webkit-box;
	display: box;
	word-wrap: break-word;
	-webkit-box-orient: vertical;
	box-orient: vertical;
}

.wrap_one_news_description a {
  font-size: 18px;
  text-decoration: none;
  color: #0052b8;
}

.wrap_one_news_img {
  height: 210px;
  width: 100%;
}
.wrap_one_news_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap_one_news_date .flag.flag_blue {
  font-size: 12px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.wrap_one_news_big_right {
  width: 337px;
  background: #e8eae9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_one_news_big_right img {
  position: relative;
  top: 25px;
  right: 31px;
  height: 412px;
}

.years_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.years_list li {
  list-style-type: none;
  margin-left: 30px;
}
.wrap_filter_years_to_list {
  min-height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #e6eaec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  padding-right: 25px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
  margin-bottom: 30px;
}
.wrap_filter_years_to_list a {
  color: #8a8a8a;
  text-decoration: none;
  display: table;
}

.wrap_producer {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
}

.wrap_one_producer {
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
  height: 460px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.wrap_one_producer a {
  height: 100%;
  width: 100%;
  display: table;
  text-decoration: none;
  color: #000;
}
.wrap_one_producer:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wrap_one_producer_img {
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.name_one_producer {
  padding: 0 20px;
  font-size: 14px;
  font-family: Roboto-Regular;
  font-weight: bold;
}

.wrap_one_producer_description {
  font-size: 14px;
  padding: 0 20px;
  margin-top: 20px;
  color: #b6b8c7;
}
.wrap_one_producer_description p {
  line-height: 18px;
}

.wrap_date_and_back_to_list.wrap_date_and_back_to_list_producer {
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.date_right_content.date_right_content_about_producer {
  border-radius: 8px;
}

.wrap_all_sertificates {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap_one_sertificate {
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
  height: 460px;
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
}
.wrap_one_sertificate:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.one_sertificate_img {
  height: 400px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.name_one_sertificate {
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
  font-family: Roboto-Regular;
  font-weight: bold;
  margin-top: 15px;
}

.wrapper.wrap_bg_2 {
  background-image: url("../../../images/site/bg_wrap_3.png");
  background-repeat: no-repeat;
  background-position: 100% -2px;
}

.wrap_employee {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one_employee {
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
  height: 460px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.one_employee a {
  text-decoration: none;
  color: #b6b8c7;
  font-size: 16px;
}
.one_employee:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.one_employee_img {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fio {
  font-size: 18px;
  font-family: Roboto-Regular;
  font-weight: bold;
  margin-top: 10px;
}

.working_position {
  margin-top: 10px;
  font-size: 16px;
  color: #b6b8c7;
}

.comment_field {
  font-family: Roboto-Regular;
  font-size: 16px;
}

.wrap_onfo_emplyee {
  padding: 0 25px;
}

button.send_message {
  width: 100%;
  background: #0052b8;
  border: none;
  padding: 15px;
  outline: none;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-size: 18px;
}

.wrap_catalog_content.container_content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 431px);
  gap: 22px;
}

.wrap_catalog_one_block {
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
  min-height: 355px;
  overflow: hidden;
  position: relative;
  padding: 30px 20px 30px 30px;
  z-index: 1;
}
.wrap_catalog_one_block:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.wrap_catalog {
  margin-top: 40px;
}

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

.catalog_one_block_img {
  width: 170px;
  height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.catalog_one_block_list ul li {
  list-style-type: none;
  line-height: 18px;
}
.catalog_one_block_list ul li a {
  color: #b0b1c2;
  text-decoration: none;
  font-size: 14px;
}
.catalog_one_block_list ul li a span {
  padding-left: 5px;
}
.catalog_one_block_list ul li:first-child {
  margin-bottom: 10px;
}
.catalog_one_block_list ul li:first-child a {
  font-size: 20px;
  color: #000;
  line-height: 18px;
}

li.name_category a {
  color: #000;
  text-decoration: none;
  font-family: Roboto-Bold;
}

.catalog_one_block_description {
  margin-top: 30px;
}
.catalog_one_block_description p {
  font-size: 14px;
  line-height: 18px;
}

.wrap_catalog_step_2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 430px);
  gap: 24px;
  margin-top: 30px;
}

.wrap_catalog_step_2_one_category {
  background: #fff;
  border: 1px solid #e6eaec;
  border-radius: 5px;
  min-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap_catalog_step_2_one_category:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.catalog_step_2_one_category_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 165px;
}

.catalog_step_2_one_category_img a img {
	width: 110px;
}

.wrap_catalog_step_2_description {
  width: 265px;
}

.name_category_catalog_step_2 {
  padding-top: 30px;
  font-size: 20px;
  font-family: MyriadProCondBold;
  display: table;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}
.name_category_catalog_step_2:hover {
  text-decoration: none;
  color: #000;
}

.catalog_step_2_description {
  font-size: 14px;
  margin-top: 15px;
  color: #a3a7ba;
  line-height: 18px;
  padding-right: 10px;
}

.wrap_left_menu_catalog_and_right_content_catalog {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text_system_filters {
  font-size: 18px;
  font-family: MyriadProRegular;
}

.menu__left {
  border: 1px solid #e6eaec;
  border-bottom: none;
}
.menu__left ul {
  margin-bottom: 0;
}
.menu__left ul li {
  list-style: none;
}
.menu__left ul li:last-child {
  border-bottom: none;
}
.menu__left ul li a {
  border-bottom: 1px solid #e6eaec;
  font-size: 18px;
  padding: 0px 11px 0px 0px;
  height: 60px;
  color: #000;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__left ul li a img.icon_start {
  position: relative;
}
.menu__left .menu__left__submenu {
  display: none;
  background: #f6f6f6;
}
.menu__left .menu__left__submenu li a {
  background: transparent;
  padding-right: 0;
  text-align: right;
  font-size: 14px;
  color: #a3a7ba;
  display: table;
  height: auto;
  margin-left: 60px;
  border-bottom: none;
}
.menu__left .menu__left__submenu li:last-child {
  padding-bottom: 20px;
}

.toggle__submenu {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  padding: 12px;
}

.toggle__submenu.rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu__left__news {
  border: 1px solid #c4c4c4;
  margin-top: 20px;
  background: #fff;
}

.menu__left__news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 20px 15px 0px 15px;
}
.menu__left__news__top a {
  color: green;
  text-decoration: none;
  display: table;
}
.menu__left__news__top__item {
  padding: 20px 15px;
  font-size: 12px;
  border-bottom: 1px solid #c4c4c4;
}
.menu__left__news__top__item:last-child {
  border-bottom: none;
}

.wrap_left_menu_catalog_step_2 {
  width: 314px;
  min-width: 314px;
  margin-right: 24px;
  position: relative;
}

.menu__left.menu__toggle__category {
  margin-top: 30px;
  margin-bottom: 30px;
}

.btn__toggle__submenu {
  position: absolute;
  right: 0px;
  top: 12px;
}

.block_img_icon_start {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.active__section__menu.isActive {
  border-bottom: none;
  background: #f6f6f6;
}

.wrap_sort > span {
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
}
.wrap_sort button {
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #8a8a8a;
  margin-right: 20px;
}
.wrap_sort button img {
  padding-left: 3px;
}

.wrap_products_catalog_step_2 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 316px);
  gap: 24px;
  position: relative;
  margin-top: 30px;
}

.right_content_catalog_step_2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.see_more_catalog_step_2 {
  background: #f6f7f9;
  padding: 15px;
  color: #000;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  border-radius: 6px;
  cursor: pointer;
}

.pagination_catalog_step_2 .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: 6px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_catalog_step_2 .pagination .page-item {
  margin: 0 10px;
}
.pagination_catalog_step_2 .pagination .page-item .page-link {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  line-height: 1.5;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  border: 1px solid #f6f7f9;
  background: #f6f7f9;
  color: gray;
}
.pagination_catalog_step_2 .pagination .page-item .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #1367bf;
}

ul.pagination .page-item a.page-link.active_link_pagination {
  color: #fff;
  background-color: #1367bf;
}

.pagination_catalog_step_2 {
  margin-top: 25px;
}

.name_text_block_catalog_step_2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 35px;
}

.text_block_catalog_step_2 {
  font-size: 17px;
  margin-top: 30px;
}

.text_block_catalog_step_2 ul {
  padding-left: 20px;
}

.check_style label {
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.check_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 10px;
}
.check_filter label {
  margin-bottom: 0;
  color: #8a8a8a;
  padding-left: 6px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.wrap_phone_number_to_give {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-top: 34px;
}

.name_filter {
  font-size: 18px;
  line-height: 20px;
  display: table;
  margin-bottom: 20px;
}

.filter_check {
  padding: 30px 35px 30px 60px;
  border-bottom: 1px solid #e6eaec;
  background: #fff;
}
.filter_check:hover {
  background: #f6f6f6;
}

.wrap_filter_check {
  border: 1px solid #e6eaec;
  border-bottom: none;
  margin-bottom: 30px;
}

.see_filter_check {
  padding: 17px 25px;
  color: #fff;
  font-size: 18px;
  background: #0052b8;
  border: none;
  outline: none;
  border-radius: 6px;
  margin-right: 10px;
}
.see_filter_check:focus {
  outline: none;
}

.reset_all_checked {
  outline: none;
  border: none;
  background: transparent;
  color: #b6b8c7;
}
.reset_all_checked:focus {
  outline: none;
}
.reset_all_checked img {
  padding-right: 3px;
}

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

.wrap_filter_check_catalog_step_3 {
  margin-top: 30px;
}

.pagination_catalog_step_2 nav ul.pagination.pagination-lg li.page-item.arrow_pagination a.page-link {
  background: transparent;
}

.wrap_catalog_one_item.container_content {
  margin-top: 30px;
}

.wrap_one_item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #e6eaec;
  border-radius: 5px;
  padding: 30px;
}

.wrap__top__one__item {
  background: #fff;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.one__item__name {
  font-size: 24px;
  font-family: MyriadProCondBold;
}
.one__item__description {
  font-size: 14px;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 18px;
  margin-top: 14px;
  padding-bottom: 12px;
}
.one__item__price__text {
  font-size: 18px;
  margin-top: 17px;
  font-family: MyriadProCondBold;
  display: table;
}

/* Слайдер */
.small__slider {
  text-align: center;
}
.small__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 27px;
  height: 27px;
  outline: none;
  border: none;
  margin-top: -30px;
}
.small__slider .slick-prev {
  position: absolute;
  left: 0px;
  background: url("../../../images/site/arrow_left_small_slider.jpg") 0 0/100% no-repeat;
}
.small__slider .slick-next {
  position: absolute;
  right: 0px;
  background: url("../../../images/site/arrow_right_small_slider.jpg") 0 0/100% no-repeat;
}

/* Лента слайдов */
.small__slider.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

/* Слайдер */
.small__slider__mini {
  position: relative;
  width: 390px;
  margin: 0px auto 0;
  text-align: center;
}
.small__slider__mini .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 27px;
  height: 27px;
  outline: none;
  border: none;
  margin-top: -30px;
}
.small__slider__mini .slick-prev {
  position: absolute;
  left: -25px;
  top: 118px;
  background: url("../../../images/site/arrow_left_small_slider.jpg") 0 0/100% no-repeat;
}
.small__slider__mini .slick-next {
  position: absolute;
  right: -25px;
  top: 118px;
  background: url("../../../images/site/arrow_right_small_slider.jpg") 0 0/100% no-repeat;
}

/* Лента слайдов */
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Ограничивающая оболочка */
.slick-list {
  overflow: hidden;
}

.small__slider__mini .wrap__small__slider__item img {
  border: 1px solid #e6e6e6;
}

.wrap_make_an_order {
  width: 314px;
  padding: 35px 25px 40px 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e6eaec;
  background: #fff;
  border-radius: 5px;
}

.wrap_item_description {
  width: 405px;
}

.wrap_item_slider {
  width: 490px;
  position: relative;
}

.in_stock_in_the_product {
  color: #009e00;
}
.in_stock_in_the_product:after {
  content: "";
  background: #009e00;
  border-radius: 50%;
  height: 9px;
  margin-left: 7px;
  margin-top: 9px;
  position: absolute;
  width: 9px;
}

.no_storage_in_the_product {
  color: #fc2629;
}
.no_storage_in_the_product:after {
  content: "";
  background: #fc2629;
  border-radius: 50%;
  height: 9px;
  margin-left: 7px;
  margin-top: 9px;
  position: absolute;
  width: 9px;
}

.presence_in_the_product ul li {
  list-style-type: none;
  font-size: 16px;
}

.wrap_article_text {
  font-size: 18px;
  font-family: MyriadProRegular;
  font-weight: bold;
}
.wrap_article_text span {
  padding-left: 3px;
}

.item_description p {
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
}

.characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.characteristics_text {
  font-size: 18px;
  font-weight: bold;
}

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

li.in_stock_in_the_product {
  margin-top: 7px;
}

ul.list_characteristics li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1;
  border-bottom: 1px dotted;
}

.text_characteristic,
.one_text_characteristic {
  background: #fff;
  position: relative;
  top: 3px;
}

.list_characteristics {
  margin-top: 25px;
}

span.send_to_a_friend {
  font-size: 18px;
  font-family: MyriadProRegular;
  font-weight: bold;
  display: table;
  margin-bottom: 20px;
}

.block_seti_in_item_description {
  margin-top: 70px;
}
.block_seti_in_item_description ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block_seti_in_item_description ul li {
  list-style-type: none;
  margin-right: 5px;
}
.block_seti_in_item_description ul li:last-child {
  margin-right: 0;
}

.wrapper_count_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_count_product .count {
  background: #353c48;
  color: #fff;
  font-family: MyriadProCondBold;
  outline: none;
  text-align: center;
  font-size: 18px;
  border: none;
  border-left: 1px solid #474e59;
  border-right: 1px solid #474e59;
}
.wrapper_count_product .btn_minus {
  background: #353c48;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 4px 0 0 4px;
}
.wrapper_count_product .btn_plus {
  background: #353c48;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 0px 4px 4px 0;
}
.wrapper_count_product input {
  width: 43px;
  height: 54px;
}

.wrap_price_one_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-family: MyriadProRegular;
  font-weight: bold;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wrap_price_one_item span {
  font-size: 18px;
}

.price_one_item {
  padding: 0 7px;
}

.wrap_count_and_in_basket {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_in_basket {
  width: 128px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  background: #0052b8;
  font-size: 18px;
}
.btn_in_basket:focus {
  outline: none;
}

.buy_in_one_click {
  width: 100%;
  height: 54px;
  outline: none;
  border: none;
  border-radius: 4px;
  margin-top: 14px;
  background: #ebebeb;
  font-size: 18px;
}
.buy_in_one_click:focus {
  outline: none;
}

.text_with_nds {
  font-size: 14px;
  color: #b6b8c7;
  margin-top: 45px;
}

.text_delivery {
  font-size: 18px;
  font-weight: bold;
}
.text_delivery img {
  padding-right: 7px;
}

ul.delivery_info {
  font-size: 14px;
  margin-top: 15px;
}
ul.delivery_info li {
  list-style-type: none;
  line-height: 18px;
}

.contract_offer {
  font-size: 14px;
  text-decoration: underline;
  color: #0052b8;
}

.wrap__bottom__one__item {
  margin-top: 20px;
}

a.nav-link {
  color: #000;
  font-size: 18px;
  padding: 15px 30px;
}

.nav-tabs .nav-link {
  color: #495057;
  background-color: #ebebeb;
  border: none;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 15px;
  line-height: 1;
}

.tab-content.tab__content__one__item {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.tab-content.tab__content__one__item ul {
	padding-left: 20px;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: none;
  background: #0052b8;
  color: #fff;
}

.nav-item.nav-link.nav__tab__black {
  background: #3c3d41;
  color: #fff;
}

.title_tab_content {
  font-size: 24px;
  font-family: MyriadProRegular;
  font-weight: bold;
  display: table;
  margin-bottom: 10px;
}

.wrap_popular_categories_slider_item_img.slider_one_item {
  top: 0;
}

.section_title.section_title_one_item {
  font-size: 26px;
}

.popular_categories.popular_categories_one_item.container_content {
  margin-top: 50px;
}

.wrap_popular_categories_slider.wrap_popular_categories_slider_one_item {
  margin-top: 0;
}

.wrap__small__slider__item {
  padding-top: 50px;
}

.flag.flag_green.flag_green_slider_one_item {
  font-size: 12px;
}

.wrap_favorite.wrap_favorite_one_item {
  top: 1px;
  left: 100px;
  z-index: 1;
}

.mobile_menu,
.mobile_menu_catalog {
  display: none;
}

.footer_content_mobile.container_content {
  display: none;
}

.see_more.see_more_producer {
  margin: 15px auto 0;
  display: none;
}

.info_system_filters_text {
  background: #7db66b;
  font-size: 12px;
  padding: 7px 13px;
  color: #000;
  border-radius: 5px;
  display: none;
}

.img__map__contact__information {
  height: 430px;
}
.img__map__contact__information img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap_map {
  margin-bottom: 30px;
  height: 430px;
  width: 100%;
}
.wrap_map img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.wrap_about_store {
  border: 1px solid #e6eaec;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
}

.adres_store {
  width: 280px;
  padding: 20px 10px 10px 10px;
}

.time_store {
  width: 170px;
  padding: 20px 10px 10px 10px;
}

.contact_store {
  width: 210px;
  padding: 20px 10px 10px 10px;
}

.img_store {
  width: 210px;
}
.img_store img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title_category_contact {
  font-weight: bold;
  margin-bottom: 5px;
}

.contact_store a {
  color: #000;
  text-decoration: none;
  margin-left: 5px;
}

.info_about_one_store {
  font-size: 14px;
}

.wrap_gallary_store {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, 210px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.wrap_gallary_store .img_store {
  height: 140px;
}

.info_about_one_store_2 {
  font-weight: bold;
}
.info_about_one_store_2 a {
  color: #000;
  text-decoration: none;
  margin-left: 5px;
}

.back_to_list_store {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 4px;
  color: #fff;
  margin-left: auto;
  background: #0052b8;
  text-decoration: none;
  display: table;
  margin-top: 40px;
}
.back_to_list_store:hover {
  color: #fff;
  text-decoration: none;
}

.info_contacts {
  font-size: 14px;
}
.info_contacts a {
  color: #000;
  text-decoration: none;
}
.info_contacts a:hover {
  text-decoration: none;
}
.info_contacts ul li {
  list-style-type: none;
}
.info_contacts .retail_store span {
  color: #0052b8;
  font-size: 18px;
  font-weight: bold;
}
.info_contacts .retail_store a {
  text-decoration: underline;
}

.feedback_title {
  color: #0052b8;
  font-size: 18px;
  font-weight: bold;
}

.wrap__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
.wrap__fields__left {
  width: 50%;
  padding-right: 8px;
}
.wrap__fields__left textarea {
  background: #fff;
  border: 1px solid #e6eaec;
  border-radius: 4px;
  width: 100%;
  height: 239px;
  resize: none;
  padding: 10px;
  outline: none;
}
.wrap__fields__right {
  width: 50%;
  padding-left: 8px;
}
.wrap__fields__right input {
  background: #fff;
  border: 1px solid #e6eaec;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  resize: none;
  padding: 10px;
  outline: none;
}

.comment__field {
  display: block;
  font-size: 14px;
  font-family: MyriadProRegular;
  font-weight: bold;
}
.comment__field:after {
  content: "*";
  color: red;
  position: relative;
  left: 2px;
  top: -2px;
}

.order__form__title {
  font-size: 24px;
  font-family: MyriadProCondBold;
  margin-bottom: 30px;
}

.wrap__one__field:nth-child(2) .comment__field {
  margin-top: 11px;
}
.wrap__one__field:nth-child(3) .comment__field {
  margin-top: 11px;
}

.btn__manipulation__contact__information.wrap_btn_partner_and_question {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.send__order {
  background: yellow;
  font-size: 14px;
  font-family: MyriadProCondBold;
  color: #fff;
  border: none;
  padding: 13px 35px;
  outline: none;
  margin-right: 15px;
}
.send__order:focus {
  outline: none;
}

.reset__form {
  font-size: 14px;
  color: #fff;
  background: #000;
  border: none;
  padding: 13px 35px;
  font-family: MyriadProCondBold;
  outline: none;
}
.reset__form:focus {
  outline: none;
}

.manipulation__order__form {
  margin-top: 20px;
}

.wrap__content__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px auto;
  padding: 175px 0;
  background: gray;
}
.wrap__content__registration__left {
  width: 460px;
}
.wrap__content__registration__right {
  width: 380px;
}
.wrap__content__registration__right__title {
  font-size: 30px;
  font-family: MyriadProCondBold;
  margin-top: 60px;
  display: table;
  margin-bottom: 20px;
  line-height: 1;
}
.wrap__content__registration__text {
  font-size: 12px;
  padding-right: 10px;
}

button.send {
  font-size: 18px;
  padding: 15px 30px;
  border-radius: 4px;
  color: #fff;
  background: #0052b8;
  outline: none;
  border: none;
  margin: -26px 0 0 auto;
  display: table;
}
button.send:focus {
  outline: none;
}

.wrap_basket.container_content {
  margin-top: 30px;
}

.ready_to_order_text {
  font-size: 18px;
  color: #b6b8c7;
}
.ready_to_order_text span {
  color: #000;
  padding-left: 3px;
  font-weight: bold;
}
.ready_to_order_text span:before {
  content: "(";
  font-weight: normal;
}
.ready_to_order_text span:after {
  content: ")";
  font-weight: normal;
}

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

.btn_print_basket {
  font-size: 14px;
  color: #000;
  background: #f6f7f9;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
}
.btn_print_basket img {
  padding-right: 12px;
}
.btn_print_basket:focus {
  outline: none;
}

.btn_clear_basket {
  font-size: 14px;
  color: #fff;
  background: #0052b8;
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
}
.btn_clear_basket img {
  padding-right: 12px;
}
.btn_clear_basket:focus {
  outline: none;
}

nav.desktop_menu_nav > ul li:hover .submenu_header_top {
  display: block;
  visibility: visible;
  opacity: 1;
}

.submenu_header_top {
  position: absolute;
  visibility: hidden;
}
.submenu_header_top > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.submenu_header_top > ul li {
  margin-right: 0;
  background: #fff;
}
.submenu_header_top > ul li:first-child {
  margin-right: 0;
  padding: 0;
}
.submenu_header_top > ul li a {
  padding: 15px;
  color: #a3a7ba;
  border: 1px solid #e6eaec;
  border-top: none;
  width: 160px;
  font-size: 16px;
}
.submenu_header_top > ul li a:hover {
  color: #000;
  background: #f6f6f6;
}

.phones_list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
  background: #fff;
  visibility: hidden;
}
.phones_list ul {
  margin-bottom: 0;
}
.phones_list ul li {
  list-style-type: none;
  border: 1px solid #e6eaec;
  padding: 10px;
  border-top: none;
}
.phones_list ul li a {
  color: #a3a7ba;
  text-decoration: none;
  font-size: 16px;
}
.phones_list ul li a:hover {
  color: #000;
}

.phones_list_opt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
  background: #fff;
  visibility: hidden;
}
.phones_list_opt ul {
  margin-bottom: 0;
}
.phones_list_opt ul li {
  list-style-type: none;
  border: 1px solid #e6eaec;
  padding: 10px;
  border-top: none;
}
.phones_list_opt ul li a {
  color: #a3a7ba;
  text-decoration: none;
  font-size: 16px;
}
.phones_list_opt ul li a:hover {
  color: #000;
}

.phones_list.hidden {
  visibility: visible;
  display: block;
}

.phones_list_opt.hidden {
  visibility: visible;
  display: block;
}

.basket_popup_one_good {
  position: relative;
  background: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border: 1px solid #e6eaec;
  border-top: none;
  /*height: 140px;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  cursor: default;
}
.basket_popup_one_good:first-child {
  border-top: 1px solid #e6eaec;
}
.basket_popup_one_good span {
  padding-left: 3px;
}

.basket_footer_popup_clear {
  color: #a3a7ba;
  cursor: pointer;
}
.basket_footer_popup_clear img {
  margin-right: 10px;
  margin-top: -3px;
}

.remove_good {
  position: absolute;
  right: 15px;
  top: 5px;
  cursor: pointer;
}

.wrap_footer_popup_clear_and_all_price {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  border: 1px solid #e6eaec;
  cursor: default;
  border-top: none;
}

.basket_popup_one_good_img {
  width: 160px;
  padding: 0 20px 0 0;
}
.basket_popup_one_good_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.basket_footer_popup_total_cost {
  color: #000;
  font-family: MyriadProRegular;
  font-weight: bold;
}
.basket_footer_popup_total_cost span {
  padding: 0 2px 0 0;
}

.go_to_basket {
  background: #fff;
  width: 50%;
  padding: 15px 0;
  text-align: center;
  color: #a3a7ba;
  text-decoration: none;
  border-radius: 0 0 0 4px;
  border: 1px solid #e6eaec;
  border-top: none;
}
.go_to_basket:hover {
  color: #a3a7ba;
  text-decoration: none;
}

.checkout {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  background: #0052b8;
  color: #fff;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}
.checkout:hover {
  color: #fff;
  text-decoration: none;
}

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

.basket_popup_one_good_description {
  width: 190px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  font-family: MyriadProRegular;
  font-weight: bold;
}

.basket_popup_one_good_article {
  font-size: 14px;
  color: #a3a7ba;
  font-weight: normal;
  margin-top: 3px;
}

.wrapper_count_product.wrapper_count_product_popup_basket .btn_minus {
  background: #f6f7f9;
  color: #a3a7ba;
  font-size: 18px;
  height: 40px;
  width: 30px;
}
.wrapper_count_product.wrapper_count_product_popup_basket .btn_plus {
  background: #f6f7f9;
  color: #a3a7ba;
  font-size: 18px;
  border: none;
  border-radius: 0px 4px 4px 0;
  font-family: MyriadProCondBold;
  outline: none;
  text-align: center;
  height: 40px;
  width: 30px;
}
.wrapper_count_product.wrapper_count_product_popup_basket .count {
  background: #f6f7f9;
  color: #000;
  font-size: 14px;
  border: none;
  font-weight: normal;
  height: 40px;
  width: 30px;
  font-family: MyriadProRegular;
}

.wrapper_count_product.wrapper_count_product_popup_basket {
  width: 120px;
}

.basket_popup_price_per_total {
  padding-left: 20px;
  font-family: MyriadProRegular;
  font-weight: bold;
}

.basket_popup {
  position: absolute;
  right: 0;
  padding-top: 25px;
  display: none;
  z-index: 1;
}

.open_catalog_menu:hover .wrap_dropdown_menu {
  display: block !important;
}

.table_one_order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.table_about_info_good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e6eaec;
  text-align: center;
  margin: 0 0 15px 0;
  border-top: none;
  font-size: 14px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.table_about_info_good p {
  margin-bottom: 0;
}

.table_about_info_good_img {
  width: 10%;
  height: 120px;
}
.table_about_info_good_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.table_about_info_good_description {
  width: 50%;
  text-align: left;
  padding-right: 15px;
}

.table_about_info_good_sale {
  width: 10%;
  padding: 0 5px;
}

.table_about_info_good_price {
  width: 10%;
  padding: 0 5px;
}

.table_about_info_good_quantity {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table_about_info_good_amount_per_item {
  width: 10%;
  padding: 0 5px;
}

.table_one_order_title {
  border: 1px solid #e6eaec;
  color: #a3a7ba;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
}
.table_one_order_title div:nth-child(1) {
  width: 10%;
}
.table_one_order_title div:nth-child(2) {
  width: 50%;
  text-align: left;
}
.table_one_order_title div:nth-child(3) {
  width: 10%;
}
.table_one_order_title div:nth-child(4) {
  width: 10%;
}
.table_one_order_title div:nth-child(5) {
  width: 10%;
}
.table_one_order_title div:nth-child(6) {
  width: 10%;
}

.wrap_table_one_order {
  margin-top: 15px;
}

.del_good_of_basket {
  width: 10px;
  height: 10px;
  top: 15px;
  right: 18px;
  position: absolute;
  cursor: pointer;
}

.wrap_mini_table_of_order {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-size: 18px;
  border: 1px solid #e6eaec;
  width: 348px;
  min-height: 150px;
  margin-left: auto;
  padding: 25px;
  background: #f6f7f9;
}
.wrap_mini_table_of_order ul {
  margin-bottom: 0;
}
.wrap_mini_table_of_order ul li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap_mini_table_of_order ul li div {
  width: 120px;
  text-align: right;
  margin-right: 20px;
}
.wrap_mini_table_of_order ul li span {
  padding-left: 3px;
}
.wrap_mini_table_of_order ul li:nth-child(2) {
  font-size: 14px;
  margin-top: 5px;
}
.wrap_mini_table_of_order ul li:last-child {
  margin-top: 25px;
}

a.delivery_type {
  display: table;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  background: #0052b8;
  padding: 15px 40px;
  line-height: 1;
  margin-top: 40px;
  text-decoration: none;
  font-family: MyriadProRegular;
}
a.delivery_type:hover {
  color: #fff;
}

a.continue_shopping.btn_style {
  display: table;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 15px 40px;
  line-height: 1;
  margin-top: 40px;
  text-decoration: none;
  z-index: 1;
  font-family: MyriadProRegular;
}
a.continue_shopping.btn_style img {
  padding-right: 10px;
}

.wrap_manipulation_under_mini_basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
  padding-bottom: 30px;
}

.wrap_table_one_order_mobile {
  border: 1px solid #e6eaec;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
}

.wrap_two_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px;
}

.wrap_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6eaec;
  width: 100%;
  padding: 5px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title_order_mobile_left,
.title_order_mobile_right {
  width: 50%;
  padding: 5px;
}

.wrap_title {
  color: #a3a7ba;
}

.wrap_table_one_order_mobile {
  display: none;
}

.submenu_header_top > ul li a {
  width: 219px;
}

div.wrap_one_category_right ul li a {
  padding: 0px 1px;
}

.wrap_to_order {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 1;
}

.wrap_product.wrap_product_middle:hover,
.wrap_product wrap_product_big:hover {
  z-index: 2;
}
.wrap_product.wrap_product_middle:hover .wrap_to_order,
.wrap_product wrap_product_big:hover .wrap_to_order {
  bottom: -55px;
  opacity: 1;
}

.wrapper_count_product.wrapper_count_product_popup_basket.wrap_buy_product_under_card {
  width: 100%;
}
.wrapper_count_product.wrapper_count_product_popup_basket.wrap_buy_product_under_card .count {
  font-size: 24px;
  font-family: "MyriadProCondBold";
}

.wrap_to_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrap_to_order div {
  width: 50%;
  text-align: center;
  padding: 0px;
}

.calc_quantity {
  background: #f7f7f7;
  border-radius: 0 0 0 4px;
  border: 1px solid #e6eaec;
}

.button_buy {
  background: #0052b8;
  color: #fff;
  font-size: 18px;
  border-radius: 0 0 4px 0;
  font-family: MyriadProRegular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.system_filters_mobile {
  display: none;
}

.info_system_filters_text2 {
  cursor: pointer;
  background: #7db66b;
  font-size: 14px;
  padding: 7px 13px;
  color: #000;
  border-radius: 5px;
  margin-right: 20px;
  display: none;
}

.system_filters_text1 {
  margin-right: 10px;
}

.best_offer_of_the_day1 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.best_offer_of_the_day1:before {
  content: url("../../../images/site/bg_1_best_offers.png");
  background-repeat: no-repeat;
  position: absolute;
  top: -425px;
  left: -70px;
  z-index: -1;
}
.best_offer_of_the_day1:after {
  content: url("../../../images/site/bg_2_best_offers.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  right: 0px;
  z-index: -1;
}

.wrap_feedback {
  position: relative;
  z-index: 1;
}

.wrap_left_menu_and_right_content.wrap_left_menu_and_right_content_ordering {
  z-index: 1;
  position: relative;
}

.wrap_section_ordering {
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #e6eaec;
}

.section_title_ordering_icon {
  background: #f4f4f4;
  padding: 5px 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section_title_ordering_icon span {
  padding-left: 15px;
  font-size: 18px;
  font-family: MyriadProCondBold;
}

.more_section_ordering {
  display: none;
  padding-bottom: 0px;
}

a.delivery_type.btn_delivery_type_table.btn_style {
  margin: 20px 0 0 auto;
}

.wrap_section_delivery_table_title .filter_check {
  padding: 8px 10px 8px 60px;
  border-bottom: none;
}
.wrap_section_delivery_table_title .filter_check .check_filter {
  margin-bottom: 0;
}
.wrap_section_delivery_table_title .filter_check .check_filter label {
  color: #000;
  font-size: 12px;
}
.wrap_section_delivery_table_title .filter_check:hover {
  background: transparent;
}

.delivery_table_title_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  color: #8a8a8a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.delivery_table_title_right div:nth-child(1) {
  width: 50%;
}
.delivery_table_title_right div:nth-child(2) {
  width: 15%;
}
.delivery_table_title_right div:nth-child(3) {
  width: 15%;
}
.delivery_table_title_right div:nth-child(4) {
  width: 20%;
}

.delivery_table_title_right.delivery_table_title_right_top div {
  padding: 0 10px;
}

.wrap_section_delivery_table_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 215px 15px 1fr;
  grid-template-columns: 215px 1fr;
  gap: 15px;
  border: 1px solid #e6eaec;
  border-top: none;
  line-height: 18px;
  border-right: none;
  border-left: none;
}

.cost_of_delivery span {
  padding-left: 5px;
}

.actions_delivery p {
  margin-bottom: 0px;
}
.actions_delivery a {
  text-decoration: none;
  color: red;
}

.time_delivery, .cost_of_delivery, .delivery_period, .actions_delivery {
  color: #000;
  padding: 25px 10px;
}

.more_section_ordering.more_section_ordering_pay {
  padding-bottom: 10px;
}
.more_section_ordering.more_section_ordering_pay p {
  font-size: 14px;
  padding: 10px 10px 2px 65px;
  margin-bottom: 0;
}

.wrap_form_buyer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.wrap_form_buyer_section input {
  height: 40px;
  background: #f4f4f4;
  border: 1px solid #e6eaec;
  outline: none;
  padding: 0 10px;
}
.wrap_form_buyer_section input:focus {
  outline: none;
}
.wrap_form_buyer_section textarea {
  background: #f4f4f4;
  border: 1px solid #e6eaec;
  outline: none;
  padding: 10px;
  resize: none;
}
.wrap_form_buyer_section textarea:focus {
  outline: none;
}

.wrap_form_buyer {
  padding: 10px 85px 2px 65px;
}

.comment_field_form_buyer {
  font-size: 14px;
  font-family: MyriadProCondBold;
}

.table_one_order_title_in_ordering,
.table_about_one_good_in_ordering {
  border: 1px solid #e6eaec;
  color: #a3a7ba;
  font-size: 14px;
  padding: 10px 0;
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table_one_order_title_in_ordering div:nth-child(1),
.table_about_one_good_in_ordering div:nth-child(1) {
  width: 20%;
}
.table_one_order_title_in_ordering div:nth-child(2),
.table_about_one_good_in_ordering div:nth-child(2) {
  width: 50%;
  text-align: left;
  padding-right: 10px;
}
.table_one_order_title_in_ordering div:nth-child(3),
.table_about_one_good_in_ordering div:nth-child(3) {
  width: 15%;
}
.table_one_order_title_in_ordering div:nth-child(4),
.table_about_one_good_in_ordering div:nth-child(4) {
  width: 15%;
}

.table_about_one_good_in_ordering {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  border: none;
}

.table_one_order_title_in_ordering.style_border {
  border: none;
  border-bottom: 1px solid #e6eaec;
}

.delivery_type.btn_delivery_type_table.btn_style.in_ordering {
  margin-bottom: 25px;
  margin-right: 20px;
}

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

.wrap_all_ordering_left {
  width: 100%;
}

.wrap_all_ordering_right {
  width: 340px;
  min-height: 235px;
  margin-left: 10px;
}

.table_the_whole_order_title {
  padding: 14px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6eaec;
  line-height: 1;
}
.table_the_whole_order_title .text_your_order {
  font-family: MyriadProCondBold;
}

.wrap_total_order_value {
  font-family: MyriadProCondBold;
}

.text_your_order {
  font-size: 18px;
}

.change_your_order {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 14px;
}
.change_your_order:hover {
  color: #8a8a8a;
  text-decoration: none;
}

.wrap_prices {
  padding: 50px 30px;
  border-bottom: 1px solid #e6eaec;
}

.wrap_prices_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.wrap_prices_description:last-child {
  margin-bottom: 0;
}

.total_order_value {
  padding: 10px 30px;
}

.prices_text {
  width: 100px;
  margin-right: 70px;
}

.price span {
  margin-left: 3px;
}

.table_the_whole_order {
  font-size: 18px;
  background: #fff;
  border: 1px solid #e6eaec;
}

.wrap_total_order_value .wrap_prices_description {
  margin-bottom: 0;
  padding: 10px 30px;
}

.wrap_mobile_table_in_ordering {
  display: none;
}

.table_one_order_title_in_ordering {
  padding-left: 10px;
}

.table_one_order_mobile {
  display: none;
}

.table_one_order_desktop_mobile {
  display: none;
}

.wrap_two_block.wrap_two_block_mobile_in_ordering .table_about_info_good_img {
  width: 30%;
}
.wrap_two_block.wrap_two_block_mobile_in_ordering .table_about_info_good_description {
  width: 70%;
}
.wrap_two_block.wrap_two_block_mobile_in_ordering .table_about_info_good_sale {
  width: 50%;
}
.wrap_two_block.wrap_two_block_mobile_in_ordering .table_about_info_good_price {
  width: 50%;
}

.more_section_ordering.more_section_ordering_block_delivery {
  display: block;
}

.plashka_big_card {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: -1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  cursor: pointer;
  opacity: 0;
}
.plashka_big_card .calc_quantity {
  width: 50%;
}
.plashka_big_card .button_buy {
  width: 50%;
}

.search_mobile {
  display: none;
  position: relative;
}
.search_mobile input[type=text] {
  height: 35px;
  border-radius: 4px;
  border: 1px solid #dfe3e9;
  padding: 10px 30px 10px 15px;
  font-size: 16px;
  outline: none;
  width: 98%;
}

.search_mobile button {
  top: -1px;
  position: absolute;
  background: transparent;
  border: none;
  padding: 6px;
  right: 20px;
  outline: none;
}

.old_price_in_basket{
  font-weight: normal;
  text-decoration: line-through;
  color: #b6b8c7;
  font-size: 22px;
  margin-left: 20px;
}

.flag.flag_yellow.flag_yellow_basket{
  font-size: 12px;
  padding: 5px 14px;
  display: table;
  border-radius: 5px;
  margin-left: 5px;
}

.wrap_flags_basket{
  display: flex;
  flex-wrap: wrap;
}

.flag.flag_yellow.flag_yellow_basket span{
  padding: 0 5px;
}

.flag.flag_yellow.flag_yellow_basket span:after {
  content: "%";
  color: #fff;
  padding-left: 1px;
}

.wrap_favorite.wrap_favorite_one_item.wrap_favorite_basket{
  top: 1px;
  left: 10px;
  z-index: 1;
  position: relative;
}

.timer.timer_basket{
  position: absolute;
  right: -20px;
}

.flag.flag_yellow.flag_yellow_catalog_subcategory:after {
  content: "%";
  color: #fff;
  padding-left: 1px;
}

.flag.flag_yellow.flag_yellow_catalog_subcategory{
  margin-right: 0;
  margin-left: 8px;
}

.old_price_catalog{
  position: absolute;
  left: 140px;
  bottom: 22px;
  font-weight: normal;
  text-decoration: line-through;
  color: #b6b8c7;
  margin-left: 20px;
  font-size: 18px;
}

.old_price_catalog span{
  padding-left: 7px;
}

.timer.timer_catalog_subcategory{
  position: absolute;
  top: 65px;
}

.timer.timer_catalog_subcategory .countdownHolder {
  position: absolute;
  font: 14px/1.5 'Open Sans Condensed',sans-serif;
  position: absolute;
}

.timer.timer_catalog_subcategory .countdownHolder .digit.static{
  font-size: 13px;
}

.timer.timer_catalog_subcategory .countdownHolder .countDiv:before,
.timer.timer_catalog_subcategory .countdownHolder .countDiv:after{
  width: 3px;
  height: 3px;
}

.timer.timer_catalog_subcategory .title_countdown li {
  margin-right: 20px;
  top: 22px;
  font-size: 10px;
}

.timer.timer_catalog_subcategory .title_countdown li:first-child {
  margin-left: 5px;
}

.wrap_mobile_product_of_the_day{
  display: none;
}

.wrap_mobile_product_of_the_day .wrap_products_catalog_step_2{
	margin-top:0;
}

.wrap_lk .lk_img_orange{
  display: none;
}

.wrap_lk{
  margin-right: 30px;
  cursor: pointer;
}

.wrap_lk:hover .lk_img_blue {
  display: none;
}
.wrap_lk:hover .lk_img_orange {
  display: block;
}

.wrap_mobile_menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_mobile_menu_item:last-child {
  margin-bottom: 10px;
}

.mobile_menu_list .wrap_mobile_menu_list_items {
  display: none;
}
.mobile_menu_list .wrap_mobile_menu_list_items ul {
  margin-bottom: 0;
  padding: 0;
}
.mobile_menu_list .wrap_mobile_menu_list_items ul li {
  list-style-type: none;
  margin-bottom: 0;
}
.mobile_menu_list .wrap_mobile_menu_list_items ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 0 10px 40px;
}

.arrow_mobile_menu_item.is_active {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.mobile_item_category {
  padding: 12px 20px;
}

.arrow_mobile_menu_item img {
  padding-right: 20px;
}

.wrapper_top_mobile_menu {
  padding: 20px;
}

.detail_text ul {
	padding-left: 20px;
}

.buy_with_this_product.wrap_popular_categories_slider_item a span {
	font-size: 12px;
    font-weight: normal;
    line-height: 14px;
}

.buy_with_this_product.wrap_popular_categories_slider_item a {
	padding: 15px 0 25px 0;
}

.buy_with_this_product.wrap_popular_categories_slider_item .wrap_popular_categories_slider_item_img {
	height: 250px;
}

.buy_with_this_product.wrap_popular_categories_slider_item .wrap_popular_categories_slider_item_img img{
	height: 90%;
    width: 90%;
    display: table;
    margin: 0 auto;
}

.delivery_table_title_right.delivery_table_title_right_top .pickup_point_address{
	width: 100%;
}

.wrap_btn_clear_basket{
	    text-align: right;
    margin-bottom: 15px;
}

.liked_product_popup.basket_popup{
	position: absolute;
    right: 0;
    padding-top: 26px;
}

@media all and (max-width: 1600px) {
  .promo_block.container_content {
    margin: -180px auto 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .promo_block_item {
    margin: 0 10px 80px;
    width: 400px;
  }

  .promo_block_description_img img {
    height: 200px;
  }
}
@media all and (max-width: 1500px) {
  .wrap_we_are_happy_to_see_you_content_right img {
    height: 600px;
  }
}
@media all and (max-width: 1400px) {
  .container_content {
    width: 100%;
    padding: 0 15px;
  }

  .sale_of_systems_txt {
    font-size: 15px;
    line-height: 18px;
  }

  .footer_top_content.container_content {
    padding-bottom: 60px;
  }

  .wrapper {
    width: 100%;
  }

  .wrap_left_menu_and_right_content {
    width: 100%;
    padding: 0 15px;
  }

  .wrap_producer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .wrap_breadcrumbs_and_name_page {
    width: 100%;
  }

  .best_offer_of_the_day a img {
    width: 100%;
  }

  .wrap_breadcrumbs_and_name_page {
    padding: 0 15px;
  }

  .best_offer_of_the_day {
    padding: 0 15px;
  }

  .wrap_block_faq {
    overflow: hidden;
  }

  .wrap_you_watched_left {
    padding-left: 15px;
  }

  .wrap_you_watched_slider .slick-arrow.slick-next,
.wrap_you_watched_slider .slick-arrow.slick-prev {
    margin-left: 15px;
  }

  .goods_of_the_day_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product_of_the_day {
    margin-bottom: 20px;
  }

  .wrap_goods_of_the_day {
    padding-top: 210px;
    margin-top: -80px;
  }

  .latest_promotions_content {
    height: auto;
  }

  .wrap_benefits_info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .wrap_benefits_item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

@media all and (max-width: 1350px) {
  .sale_of_systems_txt {
    width: 210px;
    margin-right: 20px;
  }

  .search {
    margin-right: 50px;
  }

  .wrap_one_item {
    width: 80%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrap_item_slider,
.wrap_item_description,
.wrap_make_an_order {
    width: 100%;
  }

  .wrap_make_an_order {
    margin-top: 50px;
  }

  .btn_in_basket {
    margin-right: auto;
    margin-left: 30px;
  }

  .buy_in_one_click {
    width: 286px;
  }

  .submenu_header_top > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .submenu_header_top > ul li {
    margin-right: 0;
  }
  .submenu_header_top > ul li:first-child {
    margin-right: 0;
    padding: 0;
  }
  .submenu_header_top > ul li a {
    padding: 15px;
    font-size: 16px;
  }

  .wrap_section_delivery_table_title .filter_check {
    padding: 8px 10px 8px 20px;
  }

  .wrap_section_delivery_table_title {
    -ms-grid-columns: 171px 1fr;
    grid-template-columns: 171px 1fr;
  }

  .more_section_ordering.more_section_ordering_pay p {
    padding: 10px 10px 2px 20px;
  }

  .wrap_form_buyer {
    padding: 10px 20px 2px 20px;
  }
}
@media all and (max-width: 1300px) {
  .promo_block_description_img img {
    height: 156px;
  }

  .promo_block_description {
    padding-left: 25px;
    line-height: 25px;
  }

  .promo_block_item_small_txt {
    font-size: 16px;
    width: 220px;
    line-height: 20px;
    padding-right: 10px;
  }

  .promo_block_item {
    width: 365px;
  }

  .promo_block_description_img img {
    height: 200px;
  }
}
@media all and (max-width: 1280px) {
  .wrap_block_faq:before {
    content: "";
  }

  .wrap_partners_content.container_content {
    display: none;
  }

  .wrap_prices {
    padding: 30px 30px;
  }

  .wrap_all_ordering {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrap_all_ordering_right {
    margin-left: auto;
  }

  .basket {
    margin-right: 0;
  }

}
@media all and (max-width: 1250px) {
  .search input[type=text] {
    min-width: 500px;
  }

  .desktop_menu ul li a {
    font-size: 19px;
  }

  .adres_store,
.time_store,
.contact_store {
    width: 25%;
    padding: 20px 15px 10px 15px;
  }

  .wrap_about_store {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .submenu_header_top > ul li a {
    padding: 15px;
    color: #a3a7ba;
    border: 1px solid #e6eaec;
    border-top: none;
    width: 160px;
    font-size: 16px;
  }

  .desktop_menu ul li a {
    font-size: 18px;
  }

  .desktop_menu ul li a {
    padding: 25px 22px;
  }

  .submenu_header_top > ul li a {
    width: 179px;
    font-size: 16px;
    padding: 16px 23px;
  }
}
@media all and (max-width: 1199px) {
  .wrap_we_are_happy_to_see_you_content_right img {
    height: 500px;
    top: 80px;
  }

  .promo_block.container_content {
    margin: -110px auto 0px;
  }

  .slider_top_item_right {
    margin-top: 100px;
  }
  .slider_top_item_right img {
    width: 100%;
    padding-left: 50px;
  }

  .wpap_slider_top:before {
    left: -180px;
  }

  .slider_top ul.slick-dots {
    margin-top: 20px;
  }

  .wrap_about_store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contact_store a {
    margin-left: 0;
  }

  .adres_store, .time_store, .contact_store {
    width: 100%;
  }

  .wrap_about_store {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .time_store, .contact_store {
    padding: 0px 15px 0px 15px;
  }

  .promo_block.container_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 80px;
  }

  .promo_block_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 430px;
    height: 210px;
  }

  .promo_block_description {
    padding-left: 35px;
    line-height: 30px;
    margin-top: 43px;
  }

  .promo_block_item_big_txt {
    font-size: 24px;
    width: 175px;
  }

  .promo_block_item_small_txt {
    font-size: 18px;
    margin-bottom: 0;
    width: 240px;
    margin-top: 25px;
    line-height: 20px;
    padding-right: 10px;
  }

  .promo_block_item_1 a .promo_block_description_img {
    position: relative;
    top: -12px;
    right: 25px;
  }

  .promo_block_item {
    margin: 0 10px 25px;
  }
}
@media all and (max-width: 1150px) {
  .desktop_menu ul li a {
    font-size: 17px;
  }

  .block_opt p.comment_field {
    font-size: 16px;
  }

  .basket {
    margin-right: 20px;
  }

  .sale_of_systems_txt {
    font-size: 13px;
    line-height: 13px;
  }

  .submenu_header_top {
    padding-top: 1px;
  }
  .submenu_header_top > ul li a {
    font-size: 16px;
  }

  .search input[type=text] {
    min-width: 400px;
  }

}
@media all and (max-width: 1100px) {
  .footer_top_shipping_and_payment {
    display: none;
  }

  .footer_top_about_company nav ul li {
    margin-bottom: 12px;
  }

  .best_offer_of_the_day {
    display: none;
  }

  .block_you_watched_section_title {
    font-size: 26px;
  }

  .wrap_article_text {
    margin-top: 40px;
  }

  .send_best_good_br {
    display: none;
  }

  .wrap_benefits_item {
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .wpap_slider_top:before {
    content: "";
  }
  .wpap_slider_top:after {
    content: "";
  }

  .submenu_header_top ul li:first-child {
    padding: 0;
  }
  .submenu_header_top ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 1050px) {
  .search {
    margin-right: 3%;
  }

  p.comment_field {
    display: none;
  }

  .desktop_menu ul li a {
    font-size: 16px;
  }

  .search input[type=text] {
    min-width: 370px;
  }

  .wrap_one_news.wrap_one_news_big {
    display: none;
  }

  .wpap_slider_top:before {
    content: "";
  }
  .wpap_slider_top:after {
    content: "";
  }

  .promo_block_description {
    margin-top: 43px;
  }

  .promo_block_item_small_txt {
    font-size: 17px;
    margin-bottom: 0;
    width: auto;
    margin-top: 20px;
  }

  .promo_block_item_2 a .promo_block_description_img {
    right: 0;
  }

  .promo_block_item_3 a .promo_block_description_img {
    right: 0;
  }

  .promo_block_item_1 a .promo_block_description_img {
    right: 0;
  }

  .submenu_header_top ul li {
    margin-right: 0;
  }
  .submenu_header_top ul li:first-child {
    padding: 0;
  }
  .submenu_header_top ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 992px) {
  .footer_bottom_content.container_content {
    display: none;
  }

  .footer_content_mobile.container_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer_content_mobile_menu ul {
    margin-bottom: 0;
  }
  .footer_content_mobile_menu ul li {
    list-style-type: none;
    margin-bottom: 5px;
  }
  .footer_content_mobile_menu ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
  }

  .footer_bottom {
    background: #f6f7f9;
    height: auto;
    padding: 22px 0 30px 0;
  }

  .protected {
    color: #000;
    line-height: 20px;
    width: 70px;
    margin-bottom: 30px;
  }

  .logo_footer_mobile img {
    height: 45px;
  }

  .search input[type=text] {
    min-width: 350px;
  }

  .wrap_one_item {
    width: 100%;
  }

  .wrap_we_are_happy_to_see_you_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrap_we_are_happy_to_see_you_content_left {
    width: 100%;
  }
  .wrap_we_are_happy_to_see_you_content_left p {
    padding-right: 0;
  }

  a.about_company {
    margin-top: 40px;
  }

  .wrap_we_are_happy_to_see_you_content_right {
    width: 100%;
    position: inherit;
    text-align: center;
  }
  .wrap_we_are_happy_to_see_you_content_right img {
    position: inherit;
    top: 0;
  }

  .wrap_block_super_deals {
    display: none;
  }

  .slider_top_item_right {
    display: none;
  }

  .slider_top {
    padding-top: 10px;
  }

  .name_item_on_slider {
    margin-top: 20px;
  }

  .promo_block.container_content {
    margin: -140px auto 0px;
  }

  .description_item_on_top_slider {
    max-width: 100%;
  }

  .wpap_slider_top {
    min-height: 800px;
  }

  .wrap__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrap__fields__left {
    width: 100%;
    padding-right: 0;
  }

  .wrap__fields__right {
    width: 100%;
    padding-left: 0;
  }

  .wrap_i_agree.check_style {
    margin-top: 15px;
    width: 340px;
  }

  .submenu_header_top ul li:first-child {
    padding: 0;
  }
  .submenu_header_top ul li li {
    margin-right: 0;
  }
  .submenu_header_top ul li a {
    font-size: 14px;
  }

  .table_one_order_title div:nth-child(1) {
    width: 12%;
  }
  .table_one_order_title div:nth-child(2) {
    width: 42%;
  }
  .table_one_order_title div:nth-child(3) {
    width: 12%;
  }
  .table_one_order_title div:nth-child(4) {
    width: 12%;
  }
  .table_one_order_title div:nth-child(5) {
    width: 12%;
  }
  .table_one_order_title div:nth-child(6) {
    width: 12%;
  }

  .table_about_info_good_img {
    width: 12%;
  }

  .table_about_info_good_description {
    width: 42%;
  }

  .table_about_info_good_sale {
    width: 12%;
  }

  .table_about_info_good_price {
    width: 12%;
  }

  .table_about_info_good_quantity {
    width: 12%;
  }

  .table_about_info_good_amount_per_item {
    width: 12%;
  }

  .desktop_menu ul li a {
    padding: 26px 18px;
  }

  .desktop_menu_nav.container_content .submenu_header_top ul li a {
    padding: 14px !important;
  }

  .delivery_table_title_right div:nth-child(1) {
    width: 46%;
  }
  .delivery_table_title_right div:nth-child(2) {
    width: 15%;
  }
  .delivery_table_title_right div:nth-child(3) {
    width: 18%;
  }
  .delivery_table_title_right div:nth-child(4) {
    width: 21%;
  }

  .delivery_table_title_right div:nth-child(1) {
    width: 46%;
  }
  .delivery_table_title_right div:nth-child(2) {
    width: 15%;
  }
  .delivery_table_title_right div:nth-child(3) {
    width: 18%;
  }
  .delivery_table_title_right div:nth-child(4) {
    width: 21%;
  }
  .search {
    display: none;
  }

  .wrap_lk {
       margin-left: auto;
     }

  .search_mobile{
    display: flex;
  }

  .search_mobile input[type=text] {
    margin: 0 5px 15px 8px;
  }
  
  ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    top: 170px!important;
}

}
@media all and (max-width: 950px) {
  .footer_top_about_company {
    display: none;
  }

  .footer_top_content {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .wrap_you_watched_left {
    width: 300px;
  }

  .section_title {
    font-size: 24px;
  }

  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent;
  }

  a.nav-link {
    color: #b6b8c7;
    font-size: 16px;
    margin-right: 15px;
  }

  .my_tabs {
    top: -44px;
  }

  .submenu_header_top ul li {
    margin-right: 0;
  }
  .submenu_header_top ul li:first-child {
    padding: 0;
  }
  .submenu_header_top ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 930px) {
  .desktop_menu ul li a {
    font-size: 14px;
  }
}
@media all and (max-width: 900px) {


  .desktop_menu ul li a {
    font-size: 14px;
  }

  button.send {
    margin: 30px 0 0 0;
  }

  .wrap_filter_check {
    margin-top: 15px;
  }

  .delivery_table_title_right {
    font-size: 13px;
  }

}
@media all and (max-width: 840px) {
  .desktop_menu {
    display: none;
  }

  .mobile_menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(2, 0, 36)), color-stop(0%, rgb(28, 145, 182)), color-stop(0%, rgb(39, 157, 195)), to(rgb(19, 103, 191)));
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(28, 145, 182) 0%, rgb(39, 157, 195) 0%, rgb(19, 103, 191) 100%);
  }

  .mobile_menu_catalog {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 20px;
    text-transform: uppercase;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: #1367bf;
  }

  .burger {
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 30px;
    height: 20px;
  }
  .burger span {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 8px;
  }
  .burger:before {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0px;
  }
  .burger:after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .burger.is_active_burger span {
    right: -100px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .burger.is_active_burger:before {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .burger.is_active_burger:after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .burger_mobile_menu_catalog {
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 30px;
    height: 20px;
  }
  .burger_mobile_menu_catalog span.burger_line_middle {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 8px;
  }
  .burger_mobile_menu_catalog:before {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    top: 0px;
  }
  .burger_mobile_menu_catalog:after {
    content: "";
    display: block;
    background: #fff;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  span.burger_mobile_menu_catalog_text {
    padding-left: 40px;
  }

  .wrapper_top_mobile_menu,
.wrapper_top_mobile_menu_catalog {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .mobile_menu_list,
.mobile_menu_list_catalog {
    display: none;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    width: 100%;
  }
  .mobile_menu_list ul,
.mobile_menu_list_catalog ul {
    margin-bottom: 0;
    padding: 35px 0px 20px 0px;
  }
  .mobile_menu_list ul li,
.mobile_menu_list_catalog ul li {
    list-style-type: none;
    margin-bottom: 20px;
  }
  .mobile_menu_list ul li:last-child,
.mobile_menu_list_catalog ul li:last-child {
    margin-bottom: 0;
  }
  .mobile_menu_list ul li a,
.mobile_menu_list_catalog ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .wrapper_top_mobile_menu,
.wrapper_top_mobile_menu_catalog {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .mobile_menu_list.is_active_mobile_menu {
    right: 0;
  }

  .arrow_catalog {
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }

  .arrow_catalog.is_active {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
  }

  .footer_top_retail_store {
    display: none;
  }

  .wrap_left_menu {
    display: none;
  }

  .wrap_left_menu_catalog_step_2 {
    display: none;
  }

  .info_system_filters_text2 {
    display: inline-block;
  }

  span.system_filters_text1 {
    display: none;
  }

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

  .wrap_desktop_table_in_ordering {
    display: none;
  }

  .wrap_mobile_table_in_ordering {
    display: block;
  }

  .wrap_section_delivery_table_title .filter_check .check_filter {
    margin-top: 20px;
  }

  .wrap_section_delivery_table_title .filter_check .check_filter {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrap_section_delivery_table_title .filter_check {
    padding: 8px 0px 8px 0px;
  }
  
  .takeaway_store .wrap_section_delivery_table_title{
	      display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }
  
    .takeaway_store .wrap_section_delivery_table_title:last-child{
    border-bottom: none;
  }
  
   .takeaway_store .wrap_section_delivery_table_title .check_filter.check_style{ 
	  margin: 0;
	}
  
  .delivery_table_title_right_top .pickup_point_address {
	position: relative;
    top: -13px;
    left: 10px;
}

  .one_section_mobile_in_ordering {
    padding: 15px 15px 0 15px;
    border-bottom: 1px solid #e6eaec;
  }
  .one_section_mobile_in_ordering p {
    margin-bottom: 0;
    padding: 12px 0;
    font-size: 14px;
  }

  .one_section_mobile_in_ordering_title {
    font-size: 14px;
    border-bottom: 1px dashed #e6eaec;
    color: #8a8a8a;
    padding: 0 0 8px 0;
  }

  .more_section_ordering .one_section_mobile_in_ordering:first-child .one_section_mobile_in_ordering_title {
    border-bottom: none;
  }

  .time_delivery, .cost_of_delivery, .delivery_period, .actions_delivery {
    padding: 10px 0px;
  }
  
  .wrap_news {
    justify-content: center;
  }
}

@media all and (max-width: 800px) {
  .wrap_popular_offers_content.container_content .section_title {
    display: none;
  }

  .wrapper_tabs.wrapper_tabs_popular_offers .my_tabs {
    top: -35px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .basket {
    margin-right: 0;
  }
}
  
  @media all and (max-width: 780px) {
    ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    top: 178px!important;
}

}
@media all and (max-width: 767px) {
	
ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    top: 170px!important;
}

  .header_top_left {
    display: none;
  }

  .wrap_header_top.container_content {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }

  .wrapper.wrap_bg_2 {
    background: none;
  }

  .wrap_we_are_happy_to_see_you_content_right {
    display: none;
  }

  a.about_company {
    margin: 40px auto 0;
  }

  .wrap_latest_new.wrap_latest_new_big {
    display: none;
  }

  .wrap_product.wrap_product_big {
    display: none;
  }

  .promo_block_item {
    width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .table_one_order_title div:nth-child(1) {
    width: 14%;
  }
  .table_one_order_title div:nth-child(2) {
    width: 34%;
  }
  .table_one_order_title div:nth-child(3) {
    width: 14%;
  }
  .table_one_order_title div:nth-child(4) {
    width: 14%;
  }
  .table_one_order_title div:nth-child(5) {
    width: 14%;
  }
  .table_one_order_title div:nth-child(6) {
    width: 14%;
  }

  .table_about_info_good_img {
    width: 14%;
  }

  .table_about_info_good_description {
    width: 34%;
  }

  .table_about_info_good_sale {
    width: 14%;
  }

  .table_about_info_good_price {
    width: 14%;
  }

  .table_about_info_good_quantity {
    width: 14%;
  }

  .table_about_info_good_amount_per_item {
    width: 14%;
  }
}

@media all and (max-width: 720px) {
  .product_of_the_day {
    display: none;
  }

  .wrap_benefits_item {
    padding: 0;
  }
  
  .wrap_mobile_product_of_the_day{
  display: block;
}

  .wrap_mobile_product_of_the_day .wrap_products_catalog_step_2 .wrap_product.wrap_product_middle{
  height: 420px;
}

.wrap_mobile_product_of_the_day .wrap_products_catalog_step_2 {
    justify-content: center;
}

}

@media all and (max-width: 700px) {
  .wrap_you_watched_content.container_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .wrap_you_watched_slider .slick-arrow.slick-next {
    left: auto;
    top: 69px;
    right: 15px;
  }

  .wrap_you_watched_slider .slick-arrow.slick-prev {
    left: auto;
    top: 69px;
    right: 65px;
  }

  .wrap_you_watched_right {
    width: 100%;
  }

  .basket_popup {
    width: 360px;
  }

  .basket_popup_one_good {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }

  .basket_popup_one_good_img {
    width: 80%;
    padding: 0;
  }

  .basket_popup_one_good_description {
    width: 80%;
    padding: 0;
    margin-top: 15px;
  }

  .basket_popup_one_good_article {
    margin-top: 5px;
  }

  .wrapper_count_product {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .basket_popup_price_per_total {
    margin-top: 0px;
    padding: 0;
  }

  .wrapper_count_product.wrapper_count_product_popup_basket {
    width: 80%;
  }

  .wrapper_count_product.wrapper_count_product_popup_basket {
    margin-top: 0;
  }

  .table_one_order_desktop {
    display: none;
  }

  .table_one_order_mobile {
    display: block;
    border-top: 1px solid #e6eaec;
  }

  .wrap_table_one_order_mobile {
    border-top: none;
  }

  .wrap_you_watched_slider .slick-arrow.slick-next,
.wrap_you_watched_slider .slick-arrow.slick-prev {
    top: -30px;
  }
  
  .wrap_mobile_product_of_the_day {
    padding: 0 15px;
}

}
@media all and (max-width: 650px) {
  .description_item_on_top_slider {
    font-size: 26px;
  }

  .description_item_on_top_slider {
    max-width: 483px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 21px;
  }

  .wrap_numbers div p {
    font-size: 70px;
  }

  .wrap_numbers span {
    font-size: 16px;
    margin: -20px 0 0px 20px;
  }

  .navigation_slider_top {
    margin-top: 40px;
  }

  .wpap_slider_top {
    min-height: 650px;
  }

  .navigation_slider_top button {
    width: 180px;
    height: 41px;
    font-size: 16px;
  }

  .wrap_map {
    height: 300px;
  }

  .wrap_table_one_order.wrap_table_one_order_desktop {
    display: none;
  }

  .wrap_table_one_order_mobile {
    display: block;
  }

  .wrap_table_one_order_mobile {
	margin: 0px auto 0;
    font-size: 14px;
  }

  .table_about_info_good_description {
    width: 50%;
    padding-right: 0;
  }

  .table_about_info_good_img {
    width: 50%;
  }

  .table_about_info_good_sale {
    width: 50%;
  }

  .table_about_info_good_price {
    width: 50%;
  }

  .table_about_info_good_quantity {
    width: 50%;
  }

  .table_about_info_good_amount_per_item {
    width: 50%;
  }

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

  .wrapper_count_product.wrapper_count_product_popup_basket {
    width: 92px;
  }

  .table_about_info_good_quantity {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }

  .wrap_mini_table_of_order {
    margin-top: 15px;
  }

  .wrap_manipulation_under_mini_basket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  a.delivery_type {
    margin-top: 15px;
    padding: 15px;
  }

  .wrap_mini_table_of_order {
    width: 100%;
  }

  .wrap_info_before_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
  }
}
@media (max-width: 650px) {
  .wrap_info_before_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  
  .wrap_basket.container_content form{
	  position: relative;
  }
  
.wrap_btn_clear_basket {
    text-align: right;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
	    margin-top: -56px;
}

  .wrap_table_one_order_mobile {
	margin: 15px auto 0;
    font-size: 14px;
  }

}

@media (max-width: 620px) {
  .timer.timer_basket {
    position: absolute;
    right: auto;
    top: 35px;
    z-index: 1;
  }

  .small__slider {
    margin-top: 40px;
  }

  .wrap_article_text {
    margin-top: 50px;
  }

  .liked_product {
    margin-right: 30px;
  }

}

@media all and (max-width: 575px) {
  .sale_of_systems_txt {
    display: none;
  }

  .footer_top_contact_information {
    width: 100%;
  }

  .wrap_catalog_content.container_content {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .nav-tabs .nav-link {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .we_are_happy_to_see_you_text {
    font-size: 24px;
  }

  .wrap_we_are_happy_to_see_you_content_left p, .wrap_we_are_happy_to_see_you_content_right p {
    font-size: 16px;
  }

  .section_title {
    font-size: 22px;
  }

  .promotions_content_1 {
    background-size: cover;
    padding: 10px 20px 10px 20px;
  }

  .promotions_content_2 {
    background-size: cover;
    padding: 10px 20px 10px 20px;
  }

  .promotions_content_3 {
    background-size: cover;
    padding: 10px 20px 10px 20px;
  }

  .promotion_content_name {
    font-size: 22px;
  }

  .latest_promotions_content {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .wrap_numbers span {
    font-size: 14px;
    padding: 0 5px 0 0;
  }

  .name_item_on_slider {
    font-size: 26px;
  }

  .numbers_left {
    margin-right: 30px;
  }

  .wrap_numbers div p {
    font-size: 60px;
  }

  .wrap_numbers span {
    font-size: 10px;
  }

  .wrap_numbers span {
    font-size: 10px;
    line-height: 10px;
    margin: -17px 0 0px 20px;
  }

  .navigation_slider_top button {
    width: 45%;
    height: 30px;
    font-size: 10px;
  }

  .description_item_on_top_slider {
    line-height: 20px;
    font-size: 16px;
  }

  .navigation_slider_top {
    margin-top: 25px;
  }

  .navigation_slider_top button:first-child {
    margin-right: 15px;
  }

  .wpap_slider_top {
    min-height: 520px;
  }

  .wrap_popular_offers {
    background-image: none;
  }

  .promo_block_item {
    width: 95%;
  }

  .search_mobile button {
    right: 12px;
  }

  .wrap_products_catalog_step_2,
  .wrap_catalog_step_2.container_content  {
    justify-content: center;
	}
	
	.delivery_table_title_right div:nth-child(1) {
    width: 100%;
}

}

@media all and (max-width: 520px) {
  .small__slider__mini {
    width: 300px;
  }
}
@media all and (max-width: 500px) {
  .wrap_catalog_content.container_content {
    grid-template-columns: repeat(auto-fit, 100%);
  }

  .block_seti_in_item_description ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .block_seti_in_item_description ul li {
    margin-bottom: 10px;
  }

  a.about_company {
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  
.latest_news_top a {
    padding: 8px 14px;
    font-size: 14px;
}

  .promo_block_item a {
    width: 100%;
  }

  .slider_top_item_left .flag.flag_yellow {
    font-size: 10px;
  }

  .wrap_gallary_store {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .back_to_list_store {
    margin: 30px auto 0;
  }

  .back_to_list_store {
    font-size: 16px;
  }

  .date_right_content {
    padding: 5px 9px;
    font-size: 17px;
  }

  ul.my_tabs li.nav-item a.nav-link {
    padding: 0px 10px;
    font-size: 15px;
  }

  .a.delivery_type,
.continue_shopping.btn_style {
    font-size: 12px;
  }

  .a.delivery_type {
    margin-top: 15px;
  }

  .wrap_sort button span {
    display: none;
  }

  span.system_filters_text1 {
    display: inline-block;
    font-size: 14px;
  }

  .wrap_sort button {
    margin-right: 13px;
  }

  .info_system_filters_text2,
.system_filters_text1 {
    font-size: 12px;
  }
  
  .goods_of_the_day_top {
    flex-direction: column;
  }
  
  .goods_of_the_day_top a {
    margin-top: 20px;
  }
  
  .wrap_btn_print_and_clear {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wrap_btn_print_and_clear button {
	margin-bottom: 10px;
}

.wrap_btn_clear_basket {
    text-align: right;
    margin-bottom: 15px;
    position: inherit;
    right: 0;
    margin-top: 0;
}

.wrap_btn_clear_basket button{
	width: 100%;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    top: 170px!important;
}
  
}

@media all and (max-width: 480px) {
	.header_top_right {
    flex-direction: column;
    text-align: center;
}

.phones_list_opt {
    margin-left: 67px;
    margin-top: 0px;
}

}

@media all and (max-width: 450px) {
  .date_right_content {
    font-size: 14px;
  }

  .wrap_filter_years_to_list a {
    font-size: 14px;
  }
  
    .years_list li {
    font-size: 14px;
  }

  .wrap_filter_years_to_list {
    height: auto;
  }

  .wrap_filter_years_to_list {
    padding-right: 5px;
  }

  .date_right_content {
    padding: 5px 9px;
  }

  .years_list li {
    list-style-type: none;
    margin-left: 20px;
  }

  .wrap_date_and_back_to_list {
    height: auto;
  }

  .wrap_date_and_back_to_list {
    padding-right: 5px;
  }
  .wrap_date_and_back_to_list a {
    font-size: 14px;
  }

  .breadcrumbs {
    margin-top: 0;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
  }

  .wrap_breadcrumbs_and_name_page {
    margin: 5px auto 0;
  }

  .name_page {
    font-size: 30px;
  }

  .catalog_one_block_list ul li:first-child a {
    font-size: 16px;
  }

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

  .catalog_one_block_description p {
    font-size: 13px;
  }

  .catalog_one_block_description {
    margin-top: 0px;
  }

  .wrap_catalog_one_block {
    padding: 20px 10px 10px 15px;
  }

  .catalog_one_block_img a img {
    width: 80px;
  }

  .wrap_catalog_content.container_content {
    gap: 10px;
  }

  .footer_content_mobile_menu ul li a {
    font-size: 12px;
  }

  .protected {
    font-size: 12px;
    line-height: 16px;
  }

  .footer_content_mobile_menu ul li {
    margin-bottom: 0px;
  }

  .wrap_sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrap_sort button span {
    display: none;
  }
  .wrap_sort > button {
    margin-right: 10px;
  }
  .wrap_sort > span {
    margin-right: 20px;
    font-size: 12px;
    color: #8a8a8a;
  }

  .info_system_filters_text {
    display: inline-block;
    margin-right: 45px;
  }

  .wrap_catalog_step_2_one_category {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }

  .catalog_step_2_one_category_img {
    width: 30%;
    padding: 10px;
  }
  .catalog_step_2_one_category_img a img {
    width: 100%;
    height: 100%;
  }

  .wrap_catalog_step_2_description {
    width: 70%;
    padding-left: 15px;
  }

  .small__slider__mini {
    width: 200px;
  }

  .wrap__small__slider__item.wrap__small__slider__item_top img {
    width: 95%;
  }

  .wrap_one_item {
    padding: 15px;
  }

  .buy_in_one_click {
    width: 100%;
  }

  .wrap_count_and_in_basket {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
  }

  .btn_in_basket {
    margin: 15px auto 0;
    padding: 14px 0;
  }

  .wrap_count_and_in_basket {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  a.all_characteristics {
    display: table;
    margin-top: 20px;
  }

  .seti_footer {
    margin-left: 0;
  }

  .seti_footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .promo_block_item_small_txt {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .promo_block_item_big_txt {
    font-size: 18px;
  }

  .promo_block_item {
    height: 150px;
  }
  
  .promo_block_description_img img {
    height: 165px;
}

  .promo_block_description {
    padding-left: 25px;
    line-height: 22px;
    margin-top: 0;
    padding-top: 25px;
  }

  .section_title.section_title_one_item {
    font-size: 23px;
  }

  .logo a img {
    height: 50px;
  }

}
@media all and (max-width: 410px) {
  .wrap_catalog_step_2_one_category {
    width: 74%;
  }
}
@media all and (max-width: 400px) {
  .block_retail {
    font-size: 16px;
  }

  .block_opt {
    font-size: 16px;
  }

  .wrap_left_menu_and_right_content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .basket_popup {
    width: 330px;
  }

  .wrap_all_ordering_right {
    width: 100%;
  }
  
  .promo_block_item_small_txt {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 17px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all{
    top: 170px!important;
}

}
@media all and (max-width: 370px) {
  .wrap_producer {
    grid-template-columns: repeat(auto-fit, 300px);
  }

  .wrap_employee {
    grid-template-columns: repeat(auto-fit, 300px);
  }
}
/*# sourceMappingURL=style.css.map */