.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

body > .wrapper {
  padding: 0;
  background: none;
}

.flexCenter, .header_menu_row .menu_list, .main_header_row .conteiner .callorder_wrap, .main_header_row .conteiner .phone_wrap .phone, .main_header_row .conteiner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.whitebg {
  background-color: #fff;
}

.tireos_tabs {
  position: relative;
}
.tireos_tabs .tireos_tabs_header {
  display: flex;
  flex-wrap: wrap;
}
.tireos_tabs .tireos_tabs_header .tireos_tabs_header__item {
  margin-bottom: 5px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 10px 25px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  background: #ffffff;
  border: 2px solid #dcdcdc;
  font-size: 16px;
  color: #516168;
  position: relative;
  margin-right: 10px;
}
.tireos_tabs .tireos_tabs_header .tireos_tabs_header__item:hover {
  border-color: #f2f2f2;
  background: #f2f2f2;
}
.tireos_tabs .tireos_tabs_header .tireos_tabs_header__item.active {
  color: #AA2534;
  border: 2px solid #AA2534;
  font-weight: bold;
}
.tireos_tabs .tireos_tabs_header .tireos_tabs_header__item.active:hover {
  color: #AA2534;
  border: 2px solid #AA2534;
}
.tireos_tabs .tireos_tabs_content {
  padding: 20px 0;
}
.tireos_tabs .tireos_tabs_content .tireos_tabs_content_item {
  display: none;
}
.tireos_tabs .tireos_tabs_content .tireos_tabs_content_item.active {
  display: block;
}

.header {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1100px) {
  .header_bonus:not(.mobile) {
    display: none;
  }
}
@media (min-width: 811px) {
  .header_bonus.mobile {
    display: none;
  }
}
.header_bonus a {
  background: #8cd0e1;
  color: #000;
  padding: 0.3em 1em;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  white-space: nowrap;
}

.header_top_row {
  text-align: right;
  height: 40px;
  background: #f9f9f9;
  font-size: 14px;
}
.header_top_row .conteiner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 810px) {
  .header_top_row .conteiner {
    justify-content: space-between !important;
  }
}
.header_top_row .conteiner .add_question {
  margin-right: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  text-decoration: none;
}
.header_top_row .conteiner .add_question .fa {
  width: 20px;
  height: 20px;
  background: url(../images/icon-help.svg) no-repeat center;
  background-size: contain;
  margin-right: 3px;
}
.header_top_row .conteiner .add_question span {
  border-bottom: 1px solid;
  line-height: 1;
}
.header_top_row .conteiner .add_question:hover span {
  color: #03a9f4;
}
.header_top_row .conteiner .language_wrapper {
  width: 76px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}
.header_top_row .conteiner .language_wrapper .language_value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  width: 100%;
  padding: 8px;
}
.header_top_row .conteiner .language_wrapper .language_value span {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
}
.header_top_row .conteiner .personal-info {
  display: flex;
}
.header_top_row .conteiner .personal-info .city_chage {
  margin-right: 25px;
}
.header_top_row .conteiner .personal-info .city_chage a {
  text-decoration: none;
}
.header_top_row .conteiner .personal-info .cabinet {
  margin-bottom: 0;
}
.header_top_row .conteiner .personal-info .cabinet a {
  font-size: 13px;
}
.header_top_row .conteiner .personal-info .cabinet:hover:after {
  top: 15px;
}

.main_header_row {
  padding: 15px 15px 0;
}
.main_header_row .conteiner {
  padding-top: 8px;
  padding-bottom: 8px;
}
.main_header_row .conteiner .logo img {
  height: 70px;
}
.main_header_row .conteiner .company_info .address,
.main_header_row .conteiner .company_info .category {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  margin-bottom: 4px;
}
.main_header_row .conteiner .company_info .work_time {
  font-family: Roboto;
  font-size: 12px;
  color: #878787;
  margin-bottom: 4px;
}
.main_header_row .conteiner .company_info .cabinet {
  font-size: 14px;
  margin-bottom: 0;
}
.main_header_row .conteiner .company_info .cabinet:hover:after {
  display: none;
}
.main_header_row .conteiner .company_info .cabinet > a {
  color: #AA2534;
  text-decoration: none;
  border-bottom: 1px solid #AA2534;
}
.main_header_row .conteiner .company_info .cabinet > a:hover {
  border-bottom-color: transparent;
}
.main_header_row .conteiner .phone_wrap {
  text-align: right;
}
.main_header_row .conteiner .phone_wrap a {
  display: block;
}
.main_header_row .conteiner .phone_wrap .phone {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  color: #212121;
}
.main_header_row .conteiner .phone_wrap .phone span {
  margin-left: 8px;
}
.main_header_row .conteiner .phone_wrap .fancybox-call {
  border-bottom: 1px dashed #AA2534;
  text-decoration: none;
  display: inline-block;
  color: #AA2534;
}
.main_header_row .conteiner .phone_wrap .fancybox-call:hover {
  border-bottom-color: transparent;
}
.main_header_row .conteiner .callorder_wrap {
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  margin-top: 0;
}
.main_header_row .conteiner .callorder_wrap span {
  margin-left: 8px;
}
.main_header_row .conteiner .stores_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.main_header_row .conteiner .stores_block a {
  color: #212121;
  text-decoration: none;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  height: 45px;
}
.main_header_row .conteiner .stores_block a svg {
  width: 30px;
  color: #AA2534;
  height: 25px;
}
.main_header_row .conteiner .stores_block a span {
  font-size: 20px;
  margin-top: -2px;
}
.main_header_row .conteiner .stores_block a span .city {
  font-size: 15px;
  margin-top: 2px;
  display: block;
  font-weight: normal;
}
.main_header_row .conteiner .help_user {
  padding-right: 10px;
  position: relative;
  display: flex;
  border-radius: 4px;
  font-weight: bold;
  font-size: 18px;
}
.main_header_row .conteiner .help_user:after {
  content: "";
  border: 3px solid transparent;
  border-top: 5px solid #000017;
  position: absolute;
  margin-top: 11px;
  right: 0;
}
.main_header_row .conteiner .help_user:hover {
  color: #AA2534;
}
.main_header_row .conteiner .help_user:hover:after {
  border-top: 5px solid #AA2534;
}
.main_header_row .conteiner .help_user svg {
  width: 30px;
  color: #AA2534;
  height: 20px;
  margin-top: 2px;
}
.main_header_row .conteiner .help_user span.descr {
  font-weight: normal;
  font-size: 15px;
}

.header_menu_row {
  box-shadow: 0 2px 4px 0 rgba(101, 101, 101, 0.2);
  padding: 15px 0;
  position: relative;
}
.header_menu_row * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_menu_row .basket, .header_menu_row .cabinet {
  margin-bottom: 0;
  background: none;
}
.header_menu_row .menu_list > .top-menu {
  height: 45px;
  position: relative;
  width: 230px;
}
.header_menu_row .menu_list > .top-menu > li > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: none;
  padding: 0 25px;
  position: relative;
  background: #AA2534;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.7px;
  justify-content: space-around;
  text-transform: uppercase;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.header_menu_row .menu_list > .top-menu > li > a svg {
  width: 19px;
  height: 19px;
}
@media (min-width: 992px) {
  .header_menu_row .menu_list > .top-menu:hover + .catalog_sub_menu {
    display: block;
  }
}
.header_menu_row .top-menu-block {
  clear: both;
  width: 100%;
  position: relative;
}
.header_menu_row .search_block {
  width: calc(100% - 450px);
  height: 45px;
}
.header_menu_row .search_block .bx_search_container {
  width: 100%;
  height: 100%;
}
.header_menu_row .search_block .bx_search_container .search-form {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.header_menu_row .search_block .bx_search_container .search-form .input_wrapper {
  width: 100%;
  position: relative;
}
.header_menu_row .search_block .bx_search_container .search-form .input_wrapper input {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #e4585d;
  border-right: none;
  padding: 0 44px;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  background: #fff;
}
.header_menu_row .search_block .bx_search_container .search-form .input_wrapper img {
  position: absolute;
  top: 13px;
  left: 13px;
}
.header_menu_row .search_block .bx_search_container .search-form input[type=submit] {
  padding: 0 20px;
  background-color: #AA2534;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.7px;
  -webkit-border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  border-radius: 0 50px 50px 0;
  text-transform: uppercase;
}
.header_menu_row .icon-block {
  display: flex;
  align-items: center;
}
.header_menu_row .icon-block .svg-icon {
  cursor: pointer;
  display: none;
  width: auto;
  height: 30px;
  float: left;
}
@media (max-width: 515px) {
  .header_menu_row .icon-block .svg-icon {
    margin-left: 20px;
  }
}
.header_menu_row .icon-block .r-icons {
  display: flex;
}
.header_menu_row .icon-block .r-icons .favorite_header.active a span {
  background: #AA2534;
}
.header_menu_row .icon-block .r-icons .favorite_header a {
  position: relative;
  display: block;
}
.header_menu_row .icon-block .r-icons .favorite_header a svg {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #212121;
}
.header_menu_row .icon-block .r-icons .favorite_header a span {
  position: absolute;
  font-size: 14px;
  top: 0px;
  right: -7px;
  background: #6f6f6f;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 0 0 3px #fff;
}
.header_menu_row .icon-block .r-icons .basket .pb_line a {
  display: flex;
  justify-content: space-between;
  height: 45px;
  position: relative;
  align-items: center;
  text-decoration: none;
}
.header_menu_row .icon-block .r-icons .basket .pb_line a svg {
  width: 30px;
  color: #212121;
}
.header_menu_row .icon-block .r-icons .basket .pb_line a span {
  position: absolute;
  top: 0;
  left: 20px;
  background: #6f6f6f;
  color: #fff;
  font-weight: 600;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}
.header_menu_row .icon-block .r-icons .basket .pb_line a div {
  margin-left: 15px;
  font-size: 14px;
  font-weight: bold;
  color: #212121;
}
.header_menu_row.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #fff;
}
.header_menu_row.fixed + .popular_sections_row {
  margin-top: 76px;
}
.header_menu_row.fixed .logo_fixed {
  display: block;
  width: 120px;
}
.header_menu_row.fixed .logo_fixed img {
  width: 100%;
}
.header_menu_row.fixed .search_block {
  width: calc(100% - 650px);
}
.header_menu_row .logo_fixed {
  display: none;
}

.popular_sections_row {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.3);
}
.popular_sections_row .conteiner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular_sections_row .conteiner > .popular_menu_item {
  color: #AA2534;
  font-weight: bold;
}
.popular_sections_row .conteiner > .popular_menu_item svg {
  width: 32px;
  margin-right: 5px;
  height: 24px;
}
.popular_sections_row .conteiner > .popular_menu_item svg.fa-percent {
  height: 20px;
}
.popular_sections_row .conteiner > .top_section_item {
  color: #212121;
}
.popular_sections_row .conteiner > .top_section_item,
.popular_sections_row .conteiner > .popular_menu_item {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 30px;
}
.popular_sections_row .conteiner > .top_section_item:last-child,
.popular_sections_row .conteiner > .popular_menu_item:last-child {
  margin-right: 0;
}

/* ********** */
.banner_row {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10px;
}
.banner_row .slider-block {
  margin-bottom: 0;
}
.banner_row .left-menu-block,
.banner_row .slider-block,
.banner_row .lil-banner {
  margin-top: 15px;
}

.title_row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: unset;
}
@media (max-width: 992px) {
  .title_row {
    background-size: auto 130%;
  }
}
@media (max-width: 768px) {
  .title_row {
    background-size: auto 150%;
  }
}
.title_row .main-title {
  padding: 40px 0 70px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  .title_row .main-title {
    padding: 100px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .title_row .main-title {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .title_row .main-title {
    padding: 25px 0;
  }
}

.gm-style .gm-style-iw {
  width: 369px !important;
  overflow: visible;
}

.infoWindow {
  background: #fff;
  position: absolute;
  top: 0;
  border: 2px solid #4d82d8;
  left: -175px;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 5px #4d82d8;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.infoWindow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -13px;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #4d82d8;
  border-radius: 4px;
  transform: rotate(45deg);
  border-width: 2px 2px 0 0;
}
.infoWindow .header {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.infoWindow .info_row {
  margin-bottom: 10px;
}

.choose_city {
  max-width: 450px;
  background: #fff !important;
}
.choose_city .title {
  font-size: 24px;
  margin-bottom: 15px;
}
.choose_city .input_wrapper input {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f4f4f4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ececec;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
}
.choose_city .location_list {
  position: relative;
}
.choose_city .location_list .char_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.choose_city .location_list .char_line .char_item {
  color: #AA2534;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.choose_city .location_list .char_line .char_item:hover {
  text-decoration: none;
}
.choose_city .location_list .char_line .char_item.active {
  color: #333;
}
.choose_city .location_list .location_list_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.choose_city .location_list .location_list_inner .choose_location {
  width: 50%;
  font-size: 14px;
}
.choose_city .location_list .back {
  margin-bottom: 30px;
  color: #AA2534;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}
.choose_city .location_list .back:hover {
  text-decoration: none;
}

.fancybox-slide h2 {
  text-align: center;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.fancybox-slide h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fancybox-slide .form_attent2avail select {
  width: 100%;
  font-size: 18px;
  padding: 10px;
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px solid #ececec;
  margin: 10px 0;
}
.fancybox-slide .form_attent2avail .input_wrapper {
  position: relative;
}
.fancybox-slide .form_attent2avail .input_wrapper input {
  width: 100%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-radius: 4px;
}
.fancybox-slide .form_attent2avail .submit_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ececec;
}

.button {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  line-height: 1.4;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
  width: 100%;
}
.button.fill {
  background: #AA2534;
  color: #fff;
  border-color: #AA2534;
}

.block-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content_page {
  padding-bottom: 20px;
}

.btn {
  padding: 10px 15px;
  background: #AA2534;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 3px 5px -3px #AA2534;
  cursor: pointer;
}

.icon {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.icon.favorite {
  background: url(../images/favorite_normal.svg) no-repeat center center;
  background-size: contain;
  filter: grayscale(100%);
  opacity: 0.2;
}

.cabinet.favorite_header {
  background: url(../images/favorite_normal.svg) no-repeat 0 3px;
  background-size: 14px;
}
.cabinet.favorite_header a {
  color: #da0f33;
}

.basket, .cabinet {
  margin-bottom: 10px;
}

.item-cat-product .img-cat-product,
.item-cat-product .img-item-product,
.item-product .img-cat-product,
.item-product .img-item-product {
  position: relative;
}
.item-cat-product .img-cat-product .js-add2fav,
.item-cat-product .img-item-product .js-add2fav,
.item-product .img-cat-product .js-add2fav,
.item-product .img-item-product .js-add2fav {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 4px;
}
.item-cat-product .img-cat-product .js-add2fav .icon,
.item-cat-product .img-item-product .js-add2fav .icon,
.item-product .img-cat-product .js-add2fav .icon,
.item-product .img-item-product .js-add2fav .icon {
  width: 24px;
  height: 24px;
  display: block;
}
.item-cat-product .img-cat-product .js-add2fav.added,
.item-cat-product .img-item-product .js-add2fav.added,
.item-product .img-cat-product .js-add2fav.added,
.item-product .img-item-product .js-add2fav.added {
  background: #AA2534 !important;
}
.item-cat-product .img-cat-product .js-add2fav.added .icon,
.item-cat-product .img-item-product .js-add2fav.added .icon,
.item-product .img-cat-product .js-add2fav.added .icon,
.item-product .img-item-product .js-add2fav.added .icon {
  opacity: 1;
  filter: none;
  background-image: url(/bitrix/templates/medicine/images/favorite_hover.svg);
}
.item-cat-product:hover .img-cat-product .js-add2fav,
.item-cat-product:hover .img-item-product .js-add2fav,
.item-product:hover .img-cat-product .js-add2fav,
.item-product:hover .img-item-product .js-add2fav {
  background: #f7f7f7;
}
.item-cat-product:hover .img-cat-product .js-add2fav:hover,
.item-cat-product:hover .img-item-product .js-add2fav:hover,
.item-product:hover .img-cat-product .js-add2fav:hover,
.item-product:hover .img-item-product .js-add2fav:hover {
  background-color: #AA2534;
}
.item-cat-product:hover .img-cat-product .js-add2fav:hover .icon,
.item-cat-product:hover .img-item-product .js-add2fav:hover .icon,
.item-product:hover .img-cat-product .js-add2fav:hover .icon,
.item-product:hover .img-item-product .js-add2fav:hover .icon {
  opacity: 1;
  filter: none;
  background-image: url(/bitrix/templates/medicine/images/favorite_hover.svg);
}

/* Support page */
.support_client {
  /*input {
    &[type="text"] {
      padding: 5px 15px;
      background-color: #f4f4f4;
      border: 1px solid #ccc;
    }
  }*/
}
.support_client .bx-interface-filter table {
  width: 100%;
}
.support_client .bx-interface-filter table tr.bx-filter-header td {
  background: #4F78B6;
  border-color: #4F78B6;
  padding: 5px 15px;
}
.support_client .bx-interface-filter table tr table.bx-filter-rows td {
  border: 0;
  padding: 15px 5px;
}
.support_client table.bx-interface-grid td {
  padding: 15px 5px;
}
.support_client table.bx-interface-grid tr.bx-grid-footer td {
  background: #4F78B6;
  border-color: #4F78B6;
}
.support_client table.bx-interface-grid tr.bx-grid-footer table.bx-grid-footer td {
  background: #4F78B6;
  border-color: #4F78B6;
}
.support_client table.support-ticket-edit-form td,
.support_client table.support-ticket-edit-form th {
  padding: 15px 5px;
}
.support_client table.support-ticket-edit-form td input[type=file],
.support_client table.support-ticket-edit-form th input[type=file] {
  margin-bottom: 10px;
}

.basket_stores {
  margin-bottom: 40px;
  margin-top: 40px;
}

.showall_menu {
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
}
.showall_menu:hover {
  color: #AA2534;
}

/* Catalog */
.scrollable .items li,
._scrollable .items li {
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item-product, .item-cat-product {
  padding: 0 15px 56px 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #efefef;
  height: 325px;
}
.item-product:hover, .item-cat-product:hover {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.item-product .stikers, .item-cat-product .stikers {
  position: absolute;
  top: 15px;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.item-product .stikers .stiker, .item-cat-product .stikers .stiker {
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.item-product .stikers .stiker.SALELEADER, .item-cat-product .stikers .stiker.SALELEADER {
  background-color: #457cd7;
}
.item-product .stikers .stiker.SPECIALOFFER, .item-cat-product .stikers .stiker.SPECIALOFFER {
  background: #AA2534;
}
.item-product .stikers .stiker.NEWPRODUCT, .item-cat-product .stikers .stiker.NEWPRODUCT {
  background: #2a7d38;
}
.item-product .stikers .stiker:last-child, .item-cat-product .stikers .stiker:last-child {
  margin-right: 0;
}
.item-product h3,
.item-product .iptitle, .item-cat-product h3,
.item-cat-product .iptitle {
  width: 100% !important;
  font: inherit;
  height: 40px;
}
.item-product h3 a,
.item-product .iptitle a, .item-cat-product h3 a,
.item-cat-product .iptitle a {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.item-product h3 a:hover,
.item-product .iptitle a:hover, .item-cat-product h3 a:hover,
.item-cat-product .iptitle a:hover {
  color: #AA2534;
}
.item-product a, .item-cat-product a {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}
.item-product a:hover, .item-cat-product a:hover {
  color: #AA2534;
}
.item-product .properties, .item-cat-product .properties {
  border-top: 1px solid #ececec;
  padding-top: 10px;
  margin-top: 10px;
}
.item-product .properties .property, .item-cat-product .properties .property {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.item-product .img-cat-product > a, .item-cat-product .img-cat-product > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-product .img-cat-product > a:before, .item-cat-product .img-cat-product > a:before {
  display: none;
}
.item-product .price-buy-row, .item-cat-product .price-buy-row {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20px;
}
.item-product .price-buy-row .price-slide.disable, .item-product .price-buy-row .more-slide.disable, .item-product .price-buy-row .price-product.disable, .item-cat-product .price-buy-row .price-slide.disable, .item-cat-product .price-buy-row .more-slide.disable, .item-cat-product .price-buy-row .price-product.disable {
  background: transparent;
  border-color: #aaa;
  opacity: 0.7;
  color: #aaa;
}
.item-product .price-buy-row .price-slide:not(.disable), .item-product .price-buy-row .more-slide:not(.disable), .item-product .price-buy-row .price-product:not(.disable), .item-cat-product .price-buy-row .price-slide:not(.disable), .item-cat-product .price-buy-row .more-slide:not(.disable), .item-cat-product .price-buy-row .price-product:not(.disable) {
  border-radius: 15px 0 0 15px;
}
.item-product .price-buy-row .price-slide + .buy-product__btn, .item-product .price-buy-row .more-slide + .buy-product__btn, .item-product .price-buy-row .price-product + .buy-product__btn, .item-cat-product .price-buy-row .price-slide + .buy-product__btn, .item-cat-product .price-buy-row .more-slide + .buy-product__btn, .item-cat-product .price-buy-row .price-product + .buy-product__btn {
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  color: #fff;
  font: inherit;
  background: #AA2534;
  text-decoration: none;
  margin: 0;
  behavior: none;
  position: relative;
  border: 2px solid #AA2534;
  padding: 0 15px;
}
.item-product .price-buy-row .price-slide + .buy-product__btn:hover, .item-product .price-buy-row .more-slide + .buy-product__btn:hover, .item-product .price-buy-row .price-product + .buy-product__btn:hover, .item-cat-product .price-buy-row .price-slide + .buy-product__btn:hover, .item-cat-product .price-buy-row .more-slide + .buy-product__btn:hover, .item-cat-product .price-buy-row .price-product + .buy-product__btn:hover {
  background: #e33239;
  border-color: #e33239;
  color: #fff;
}
.item-product .price-buy-row .price-slide + .buy-product__btn svg, .item-product .price-buy-row .more-slide + .buy-product__btn svg, .item-product .price-buy-row .price-product + .buy-product__btn svg, .item-cat-product .price-buy-row .price-slide + .buy-product__btn svg, .item-cat-product .price-buy-row .more-slide + .buy-product__btn svg, .item-cat-product .price-buy-row .price-product + .buy-product__btn svg {
  width: 30px;
  height: 20px;
}

.stikers {
  position: absolute;
  top: 15px;
  z-index: 2;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.stikers .stiker {
  margin-right: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.stikers .stiker.SALELEADER {
  background-color: #457cd7;
}
.stikers .stiker.SPECIALOFFER {
  background: #AA2534;
}
.stikers .stiker.NEWPRODUCT {
  background: #2a7d38;
}
.stikers .stiker:last-child {
  margin-right: 0;
}

.contacts-info {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contacts-info {
    margin-bottom: 40px;
  }
}
.contacts-info table {
  border: 0;
  width: 100%;
  margin-top: 15px;
}
.contacts-info table td {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .contacts-info table tr {
    display: flex;
    flex-direction: column;
  }
  .contacts-info table tr td {
    width: 100%;
  }
  .contacts-info table tr td:first-child {
    font-weight: bold;
  }
}
.contacts-info__logo {
  width: 20%;
}
.contacts-info__logo img {
  max-width: 100%;
}
.contacts-info__address {
  width: 40%;
}
.contacts-info__phone {
  width: 20%;
}
.contacts-info__site {
  width: 10%;
}
.contacts-info h3 {
  margin-top: 40px;
  border-bottom: 1px solid #ececec;
  padding-bottom: 10px;
}
.contacts-info .contacts-row {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  /*.contacts-address {
    width: 30%;
  }
  .contacts-form {
    width: 70%;
  }*/
}
.contacts-info .contacts-row > div {
  padding-right: 20px;
  box-sizing: border-box;
}
.contacts-info .contacts-row > div:last-child {
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .contacts-info .contacts-row > div {
    width: 50%;
    margin-bottom: 20px;
  }
  .contacts-info .contacts-row > div:nth-child(2n+2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .contacts-info .contacts-row > div {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
    text-align: center;
  }
  .contacts-info .contacts-row > div:nth-child(2n+2) {
    padding-right: 0;
  }
}

.flex-container {
  display: flex;
}
.flex-container .left_col {
  margin-right: 20px;
}
.flex-container .left_col textarea {
  height: calc(100% - 15px);
}
.flex-container .left_col,
.flex-container .right_col {
  width: 50%;
}

.basket-attention {
  margin-top: 40px;
  color: red;
  font-size: 1.3rem;
  text-align: center;
}

.content-page h1 {
  text-align: center;
}
.content-page h2 {
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}
.content-page p {
  margin-bottom: 20px;
}

.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.main-block-news.dark {
  background: #f3f2f2;
}

div.news-detail img.detail_picture {
  width: 100%;
}

div.news-detail img.detail_picture.fullwidth {
  max-width: none;
}

.SmartCaptcha-Shield {
  display: none !important;
}

form.license-not-verified input[type=submit] {
  opacity: 0.5;
  pointer-events: none;
}

@media (max-width: 399px) {
  .header_menu_row.fixed .logo_fixed {
    display: none;
  }
}

@media (min-width: 716px) {
  .mobile-services {
    display: none;
  }
}
.mobile-services-opener {
  width: 33px;
  margin: 4px 10px 0 0;
  position: relative;
}
@media (max-width: 515px) {
  .mobile-services-opener {
    margin: 6px 0px 0 20px;
  }
}
.mobile-services-opener:hover .mobile-services-menu {
  display: block;
}
.mobile-services-menu {
  display: none;
}
.mobile-services-menu .help-menu {
  position: absolute;
  padding: 17px 25px;
  background: #fff;
  z-index: 2;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
  width: 250px;
  right: 0;
  line-height: 1.5em;
  top: 100%;
}
.mobile-services-menu .help-menu a {
  text-decoration: none;
  color: #000;
}

.tab-link {
  margin: 10px 10px 0px 0;
}

/*# sourceMappingURL=custom.css.map */
