@font-face {
  font-family: "regular";
  font-display: swap;
  src: url("../fonts/NotoSansRegular/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansRegular/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSansRegular/NotoSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular2";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.woff") format("woff"), url("../fonts/NotoSansArmenian-Regular/NotoSansArmenian-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold";
  font-display: swap;
  src: url("../fonts/NotoSansBold/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansBold/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSansBold/NotoSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "bold2";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.woff") format("woff"), url("../fonts/NotoSansArmenian-Bold/NotoSansArmenian-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light";
  font-display: swap;
  src: url("../fonts/NotoSansLight/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansLight/NotoSans-Light.woff") format("woff"), url("../fonts/NotoSansLight/NotoSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "light2";
  font-display: swap;
  src: url("../fonts/NotoSansArmenian-Light/NotoSansArmenian-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansArmenian-Light/NotoSansArmenian-Light.woff") format("woff"), url("../fonts/NotoSansArmenian-Light/NotoSansArmenian-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icon";
  font-display: swap;
  src: url("../fonts/icons/icomoon.eot?vo1ex2");
  src: url("../fonts/icons/icomoon.eot?vo1ex2#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?vo1ex2") format("truetype"), url("../fonts/icons/icomoon.woff?vo1ex2") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon_address:before {
  content: "\e929";
}

.icon_delivery:before {
  content: "\e91f";
}

.icon_edit:before {
  content: "\e926";
}

.icon_mounting:before {
  content: "\e927";
}

.icon_repair:before {
  content: "\e928";
}

.icon_package:before {
  content: "\e91d";
}

.icon_refresh:before {
  content: "\e91e";
}

.icon_logo:before {
  content: "\e91c";
}

.icon_basket:before {
  content: "\e900";
}

.icon_bell:before {
  content: "\e90a";
}

.icon_book:before {
  content: "\e90b";
}

.icon_calendar:before {
  content: "\e90d";
}

.icon_letter:before {
  content: "\e90e";
}

.icon_man:before {
  content: "\e90f";
}

.icon_pass:before {
  content: "\e913";
}

.icon_cart:before {
  content: "\e901";
}

.icon_compare:before {
  content: "\e902";
}

.icon_location:before {
  content: "\e903";
}

.icon_notification:before {
  content: "\e904";
}

.icon_lock:before {
  content: "\e90c";
}

.icon_user:before {
  content: "\e906";
}

.icon_down:before {
  content: "\e907";
}

.icon_left:before {
  content: "\e908";
}

.icon_right:before {
  content: "\e909";
}

.icon_close:before {
  content: "\e910";
}

.icon_checked:before {
  content: "\e921";
}

.icon_box:before {
  content: "\e922";
}

.icon_info:before {
  content: "\e923";
}

.icon_favorite:before {
  content: "\e924";
}
.icon_favorite.active:after {
  content: "\e925";
}

.icon_arrow_right:before {
  content: "\e92a";
}

.icon_flickr:before {
  content: "\e911";
}

.icon_youtube:before {
  content: "\e912";
}

.icon_behance:before {
  content: "\e905";
}

.icon_facebook:before {
  content: "\e914";
}

.icon_instagram:before {
  content: "\e915";
}

.icon_linkedin:before {
  content: "\e916";
}

.icon_ok:before {
  content: "\e917";
}

.icon_pinterest:before {
  content: "\e918";
}

.icon_twitter:before {
  content: "\e919";
}

.icon_vk:before {
  content: "\e920";
}

.icon_telegram:before {
  content: "\e91a";
}

.icon_google:before {
  content: "\e91b";
}

html {
  height: 100%;
  font-size: 10px;
  line-height: 1.4286em;
}

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  color: #333333;
  width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  font-family: "regular", "regular2";
}
body:before {
  display: block;
  position: fixed;
  content: "";
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  opacity: 0;
  height: 0;
  -o-transition: height 0.05s, opacity 0.5s;
  -ms-transition: height 0.05s, opacity 0.5s;
  -moz-transition: height 0.05s, opacity 0.5s;
  -webkit-transition: height 0.05s, opacity 0.5s;
  transition: height 0.05s, opacity 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.popup_opened {
  overflow: hidden;
}
body.popup_opened:before {
  height: 100%;
  opacity: 0.75;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

input,
select,
textarea,
button,
a,
.slick-slide {
  outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
  text-decoration: none;
}

a {
  color: #0e578b;
}

button {
  cursor: pointer;
  display: block;
}

img {
  max-height: none;
  border: none;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row .cb {
  flex: 0 0 100%;
  max-width: 100%;
}

[class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.custom_container {
  width: 100%;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.phone_link:not(.clickable) {
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.individual_hint,
.drop_list {
  display: none;
}

.error_hint {
  display: block;
  max-height: 0;
  overflow: hidden;
  color: #df280a;
}

.help-block.form-error {
  display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
  max-height: 60px;
}

.section_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section_title {
  font-size: 200%;
  line-height: 1.33em;
  color: #333333;
  margin: 0;
  font-family: "bold", "bold2";
}
@media (max-width: 767px) {
  .section_title {
    font-size: 180%;
  }
}

.section_subtitle {
  font-size: 150%;
  line-height: 19px;
  color: #333333;
  margin: 0;
  font-family: "bold", "bold2";
}
@media (max-width: 767px) {
  .section_subtitle {
    font-size: 140%;
  }
}

.view_all_link {
  font-size: 120%;
  line-height: 15px;
  display: inline-block;
  vertical-align: top;
  color: #0e578b;
  position: relative;
  z-index: 2;
}

.breadcrumbs {
  background: #f2f2f2;
}
.breadcrumbs ul {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 30px;
  align-items: center;
  font-size: 110%;
  color: #999999;
  white-space: nowrap;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
}
.breadcrumbs li:not(:first-child):before {
  display: block;
  content: "\e909";
  font-size: 72.7%;
  margin: 0 10px;
}
.breadcrumbs li div {
  color: #0e578b;
}
.breadcrumbs a {
  display: block;
  color: inherit;
}
@media (max-width: 959px) {
  .breadcrumbs {
    display: none;
  }
}

.paging {
  padding: 15px 0;
}
.paging ul {
  display: flex;
  justify-content: center;
  text-align: center;
  color: #0e578b;
  font-size: 110%;
  line-height: 15px;
}
.paging li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin: 0 3px;
}
.paging a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  background: #f2f2f2;
}
.paging a.inactive {
  pointer-events: none;
  color: #999999;
  cursor: default;
}
.paging a.current_page {
  background: #0d5182;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .paging ul {
    font-size: 120%;
    line-height: 16px;
  }
  .paging li {
    width: 30px;
    height: 30px;
    margin: 0 5px;
  }
}
@media (max-width: 959px) {
  .paging ul {
    font-size: 120%;
    line-height: 16px;
  }
  .paging li {
    width: 32px;
    height: 32px;
  }
}

.products_section {
  position: relative;
  overflow: hidden;
}
.products_section:hover {
  z-index: 5;
}
.products_section + * {
  margin-top: -20px;
}

.products_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: -5px -10px 0;
}
.products_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 20px 10px 60px;
}
.products_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #333333;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  top: 50%;
  margin-top: -40px;
}
.products_slider .slick-arrow:before {
  font-size: 1.6rem;
  display: block;
}
.products_slider .slick-prev {
  left: -10px;
}
.products_slider .slick-prev:before {
  content: "\e908";
}
.products_slider .slick-next {
  right: -10px;
}
.products_slider .slick-next:before {
  content: "\e909";
}
.products_slider.slick-slider {
  overflow: visible;
}
@media (max-width: 1279px) {
  .products_slider .slick-prev {
    left: -5px;
  }
  .products_slider .slick-next {
    right: -5px;
  }
}
@media (max-width: 959px) {
  .products_slider .slide_block {
    width: 33.33%;
  }
}
@media (max-width: 719px) {
  .products_slider .slide_block {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .products_slider .slide_block {
    width: 100%;
  }
}

.tab_block {
  position: relative;
  overflow: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tab_block.selected {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.rate_block {
  display: block;
  width: 70px;
  height: 10px;
  background: url("images/svg/rate_gray.svg") repeat-x;
  background-size: 15px auto;
  background-position: -2px center;
}
.rate_block:before {
  display: block;
  content: "";
  height: 100%;
  background: url("images/svg/rate_yellow.svg") repeat-x #ffffff;
  background-size: inherit;
  background-position: inherit;
}
.rate_block[data-rate="1"]:before {
  width: 12px;
}
.rate_block[data-rate="2"]:before {
  width: 27px;
}
.rate_block[data-rate="3"]:before {
  width: 42px;
}
.rate_block[data-rate="4"]:before {
  width: 57px;
}
.rate_block[data-rate="5"]:before {
  width: 100%;
}

.popup_block {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.popup_block.showed {
  top: 0;
}
.popup_inner {
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
}
.popup_container {
  background: transparent;
  width: 100%;
  max-width: 540px;
  padding: 0 50px;
  position: relative;
  color: #ffffff;
}
.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  color: inherit;
  border: none;
  padding: 0;
  background: transparent;
  font-size: 200%;
}
.popup_close:before {
  display: block;
}
.popup_title {
  font-size: 140%;
  line-height: 20px;
  font-family: "bold", "bold2";
  margin-bottom: 20px;
}
.popup_description {
  font-size: 120%;
  line-height: 16px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .popup_container {
    padding: 0;
  }
  .popup_title {
    margin-right: 40px;
  }
}

.from_socials {
  display: flex;
  justify-content: center;
}

.social_sign_btn {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  margin: 0 6px;
  border: 1px solid;
  color: #0e578b;
  padding: 0;
  background: transparent;
}
.social_sign_btn:before {
  display: block;
}
.social_sign_btn.icon_facebook {
  font-size: 160%;
}
.social_sign_btn.icon_google {
  font-size: 200%;
}
.social_sign_btn.icon_linkedin {
  font-size: 140%;
}

.field_block {
  position: relative;
}
.field_block input,
.field_block textarea {
  width: 100%;
}
.field_block textarea {
  resize: none;
  display: block;
}
.field_block .datepicker {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 120%;
  line-height: 20px;
  padding: 5px;
}
.field_block .datepicker table {
  width: 100%;
}
.field_block .datepicker table tr td span {
  border-radius: 3px;
}
.field_block .datepicker table tr td span:hover {
  background: #f2f2f2;
}
.field_block .datepicker table tr td span.focused {
  color: #ffffff;
  background: #0e578b !important;
}
.field_block .datepicker thead th,
.field_block .datepicker thead td {
  padding: 5px;
  border-radius: 3px;
}
.field_block .datepicker thead .prev,
.field_block .datepicker thead .datepicker-switch,
.field_block .datepicker thead .next {
  font-family: "bold", "bold2";
  vertical-align: middle;
}
.field_block .datepicker thead .prev:hover,
.field_block .datepicker thead .datepicker-switch:hover,
.field_block .datepicker thead .next:hover {
  background: #f2f2f2;
}
.field_block .datepicker thead .prev,
.field_block .datepicker thead .next {
  font-size: 0;
  line-height: 0;
  padding: 5px 10px;
}
.field_block .datepicker thead .prev:before,
.field_block .datepicker thead .next:before {
  font-size: 1.2rem;
  display: block;
  font-weight: 900;
}
.field_block .datepicker thead .prev:before {
  content: "\e908";
}
.field_block .datepicker thead .next:before {
  content: "\e909";
}
.field_block .datepicker tbody td,
.field_block .datepicker tbody th {
  width: 14.285%;
  height: 28px;
  border-radius: 3px;
}
.field_block .datepicker tbody td.day:not(.disabled):hover,
.field_block .datepicker tbody th.day:not(.disabled):hover {
  background: #f2f2f2;
}
.field_block .datepicker tbody td.day.active,
.field_block .datepicker tbody th.day.active {
  background: #0e578b !important;
  color: #ffffff;
}

.count_block {
  display: flex;
  max-width: 100px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.count_block input {
  flex: 1;
  width: 50%;
  padding: 4px 0;
  font-size: 120%;
  line-height: 16px;
  text-align: center;
  color: inherit;
  border: none;
  background: transparent;
}
.count_block .increase_btn,
.count_block .decrease_btn {
  display: flex;
  min-width: 26px;
  align-items: center;
  justify-content: center;
  color: #666666;
  cursor: pointer;
}
.count_block .increase_btn:before,
.count_block .decrease_btn:before {
  display: block;
}
.count_block .increase_btn.inactive,
.count_block .decrease_btn.inactive {
  cursor: default;
  color: #e5e5e5;
}

.cb {
  display: block;
  clear: both;
}

.web .view_all_link:hover {
  color: rgba(14, 87, 139, 0.7);
}
.web .breadcrumbs a:hover {
  color: #000000;
}
.web .products_slider .slick-arrow:hover,
.web .paging a:hover {
  background: #d8d8d8;
}
.web .popup_close:hover {
  color: rgba(255, 255, 255, 0.7);
}
.web .social_sign_btn:hover {
  color: #ffffff;
  border-color: transparent;
  background: #0b466f;
}
.web .increase_btn:not(.inactive):hover,
.web .decrease_btn:not(.inactive):hover {
  color: #0e578b;
  background: #e5e5e5;
}

.touch .view_all_link:active {
  color: rgba(14, 87, 139, 0.7);
}
.touch .breadcrumbs a:active {
  color: #000000;
}
.touch .products_slider .slick-arrow:active,
.touch .paging a:active {
  background: #d8d8d8;
}
.touch .products_slider .slick-arrow {
  margin-top: -20px;
}
.touch .products_slider .slide_block {
  padding-bottom: 20px;
}
.touch .products_section + * {
  margin-top: 20px;
}
.touch .popup_close:active {
  color: rgba(255, 255, 255, 0.7);
}
.touch .social_sign_btn:active {
  color: #ffffff;
  border-color: transparent;
  background: #0b466f;
}
.touch .increase_btn:not(.inactive):active,
.touch .decrease_btn:not(.inactive):active {
  color: #0e578b;
  background: #e5e5e5;
}

jdiv {
  z-index: 20 !important;
}

.footer_menu, .header .submenu_block > ul ul, .header .short_list, .header .full_list .list_inner, .header .language_block .drop_list, .header .website_menu .submenu_list, .breadcrumbs ul, .paging ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer .socials_list {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.header .catalog_btn.opened:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

[class*=icon_]:before, .breadcrumbs li:not(:first-child):before, .products_slider .slick-arrow:before, .field_block .datepicker thead .prev:before,
.field_block .datepicker thead .next:before, [class*=icon_]:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_block .image_block img, .footer .socials_list a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.header {
  position: relative;
  z-index: 200;
  height: 170px;
}
.header_menu_block {
  background: #f2f2f2;
  font-size: 120%;
  line-height: 16px;
}
.header_menu_block .custom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_middle .custom_container {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.header_bottom {
  background: linear-gradient(to bottom, #05406a, #05568d);
  position: relative;
}
.header_bottom > .custom_container {
  display: flex;
  align-items: flex-start;
  height: 51px;
}
.header .menu_btn,
.header .sub_close {
  display: none;
}
.header .website_menu {
  margin: 0 -12px;
  padding: 0;
  list-style-type: none;
  display: flex;
  color: #999999;
}
.header .website_menu > li {
  padding: 12px;
  position: relative;
}
.header .website_menu > li.opened {
  background: #e5e5e5;
}
.header .website_menu > li.opened > a {
  color: #0e578b;
}
.header .website_menu a {
  display: block;
  color: inherit;
}
.header .website_menu a.special_item {
  color: #ffa500;
  font-family: "bold", "bold2";
}
.header .website_menu .submenu_list {
  position: absolute;
  left: 0;
  top: 100%;
  background: #ffffff;
  display: none;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 5;
}
.header .website_menu .submenu_list:before, .header .website_menu .submenu_list:after {
  display: block;
  content: "";
  height: 12px;
}
.header .website_menu .submenu_list a {
  padding: 6px 12px;
}
.header .language_block {
  position: relative;
  color: #0e578b;
  z-index: 2;
}
.header .language_block .drop_btn {
  border: none;
  background: #e5e5e5;
  color: inherit;
  border: none;
  display: flex;
  padding: 12px 0;
  justify-content: center;
  align-items: flex-start;
  width: 55px;
  line-height: 16px;
}
.header .language_block .drop_btn:after {
  display: block;
  width: 7px;
  height: 3px;
  content: "";
  margin-left: 5px;
  border-style: solid;
  border-width: 3px 3px 0;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-top: 6px;
}
.header .language_block .drop_list {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  background: #e5e5e5;
  border-top: 1px solid #cccccc;
}
.header .language_block .drop_list a {
  display: block;
  padding: 7px 0;
  text-align: center;
  color: inherit;
}
.header .language_block.opened {
  z-index: 10;
}
.header .main_logo a {
  display: block;
}
.header .main_logo img {
  display: block;
  width: auto;
  height: 50px;
}
.header .sign_block {
  position: absolute;
  right: 55px;
  top: -55px;
  z-index: 5;
  padding: 10px 20px;
  color: #0e578b;
  font-size: 120%;
  line-height: 16px;
}
.header .sign_block .drop_btn {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "bold", "bold2";
  color: inherit;
  background: transparent;
}
.header .sign_block .drop_btn:before {
  display: block;
  font-size: 2rem;
  margin-right: 10px;
}
.header .sign_block .drop_list {
  position: absolute;
  left: -55px;
  right: -55px;
  top: 100%;
  background: #f2f2f2;
  border-top: 1px solid #cccccc;
}
.header .sign_block [class*=_form] {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .sign_block [class*=_form] ::-webkit-input-placeholder {
  color: #999999;
}
.header .sign_block [class*=_form] :-moz-placeholder {
  color: #999999;
}
.header .sign_block [class*=_form] ::-moz-placeholder {
  color: #999999;
}
.header .sign_block [class*=_form] :-ms-input-placeholder {
  color: #999999;
}
.header .sign_block [class*=_form] .field_block {
  margin-bottom: 10px;
  width: 100%;
}
.header .sign_block [class*=_form] .field_block.has-error input {
  background: #f0e2e2;
}
.header .sign_block [class*=_form] .error_hint {
  text-align: right;
}
.header .sign_block [class*=_form] input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 9px 13px;
  color: #0e578b;
  background: #ffffff;
}
.header .sign_block [class*=_form] input:focus {
  border-color: #0e578b;
}
.header .sign_block [class*=_form] button:not(.social_sign_btn) {
  margin-bottom: 10px;
  min-width: 100px;
  color: #ffffff;
  background: #0d5182;
  padding: 10px;
  border: none;
}
.header .sign_block [class*=_form] a {
  display: block;
  color: inherit;
}
.header .sign_block [class*=_form] a + a {
  margin-top: 5px;
}
.header .sign_block [class*=_form] a + button {
  margin-top: 15px;
  margin-bottom: 0;
}
.header .sign_block.opened {
  z-index: 10;
}
.header .sign_block .sign_separator {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
}
.header .sign_block .sign_separator:before, .header .sign_block .sign_separator:after {
  display: block;
  content: "";
  border-top: 1px solid #cccccc;
  flex: 1;
  margin: 0 10px;
  max-width: 50px;
}
.header .from_socials {
  font-size: 1rem;
}
.header .search_form {
  flex: 1;
  max-width: 440px;
  width: 10%;
  padding: 0 20px;
  display: flex;
  font-size: 120%;
  line-height: 16px;
}
.header .search_form ::-webkit-input-placeholder {
  color: #0e578b;
  opacity: 0.6;
}
.header .search_form :-moz-placeholder {
  color: #0e578b;
  opacity: 0.6;
}
.header .search_form ::-moz-placeholder {
  color: #0e578b;
  opacity: 0.6;
}
.header .search_form :-ms-input-placeholder {
  color: #0e578b;
  opacity: 0.6;
}
.header .search_form input {
  flex: 1;
  width: 50%;
  border: 1px solid #e5e5e5;
  padding: 9px 13px;
  color: #0e578b;
  background: transparent;
  border-right: none;
}
.header .search_form input:focus {
  border-color: #0e578b;
}
.header .search_form button {
  min-width: 105px;
  color: #ffffff;
  background: #0d5182;
  padding: 10px;
  border: none;
}
.header .phone_block {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header .phone_block a {
  display: block;
  color: #333333;
  font-family: "bold", "bold2";
  font-size: 230%;
  line-height: 25px;
}
.header .phone_block .phone_hint {
  display: block;
  font-size: 110%;
  line-height: 13px;
  color: #999999;
}
.header .actions_block {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  height: 100%;
  position: relative;
}
.header .basket_block,
.header .compare_block,
.header .favorite_block {
  margin-left: 20px;
}
.header .basket_btn,
.header .compare_btn,
.header .favorite_btn {
  position: relative;
  display: flex;
  align-items: center;
  color: #0e578b;
  height: 43px;
}
.header .basket_btn:before,
.header .compare_btn:before,
.header .favorite_btn:before {
  display: block;
  align-self: flex-end;
}
.header .basket_btn .items_count,
.header .compare_btn .items_count,
.header .favorite_btn .items_count {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  top: 0;
  left: 42px;
  border-radius: 50%;
  transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  font-size: 1.1rem;
  line-height: 10px;
  min-width: 20px;
  height: 20px;
  color: #ffffff;
  padding: 3px;
  background: #ffa500;
}
.header .basket_btn .items_count:empty,
.header .compare_btn .items_count:empty,
.header .favorite_btn .items_count:empty {
  background: #cccccc;
}
.header .basket_btn .items_count:empty:before,
.header .compare_btn .items_count:empty:before,
.header .favorite_btn .items_count:empty:before {
  display: block;
  content: "0";
}
.header .basket_btn {
  font-size: 120%;
  line-height: 16px;
  font-family: "bold", "bold2";
}
.header .basket_btn:before {
  font-size: 300%;
  width: 44px;
  margin-right: 7px;
}
.header .compare_btn:before {
  font-size: 400%;
  margin-bottom: -3px;
}
.header .favorite_btn {
  margin-right: 5px;
}
.header .favorite_btn:before {
  font-size: 280%;
  -webkit-text-stroke: 2px;
  -webkit-text-fill-color: transparent;
  padding-bottom: 4px;
}
.header .catalog_btn {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "bold", "bold2";
  line-height: 15px;
  padding: 18px 15px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  margin-right: 10px;
  font-size: 110%;
}
.header .catalog_btn .burger_lines {
  display: block;
  width: 8px;
  height: 7px;
  margin-right: 7px;
  overflow: hidden;
  position: relative;
}
.header .catalog_btn .burger_lines:before, .header .catalog_btn .burger_lines:after {
  display: block;
  content: "";
  position: absolute;
  left: -9px;
  width: 20px;
  border-top: 1px solid;
}
.header .catalog_btn .burger_lines:before {
  top: 0;
}
.header .catalog_btn .burger_lines:after {
  bottom: 0;
}
.header .catalog_btn:before {
  display: block;
  content: "";
  position: absolute;
  left: 15px;
  top: 25px;
  width: 8px;
  border-top: 1px solid;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header .catalog_btn:after {
  display: block;
  content: "";
  width: 5px;
  border-style: solid;
  border-width: 3px 3px 0;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: 5px;
}
.header .catalog_btn.opened {
  background: rgba(0, 0, 0, 0.4);
}
.header .catalog_btn.opened:before {
  opacity: 0;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header .catalog_btn.opened .burger_lines:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.header .catalog_btn.opened .burger_lines:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.header .full_list {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  left: 50%;
  top: 100%;
  margin-left: -600px;
  width: 280px;
  background: #ffffff;
  display: none;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.header .full_list .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  width: 4px;
}
.header .full_list .scroll-y div.scroll-element_track {
  z-index: 2;
  background: rgba(14, 87, 139, 0.2);
}
.header .full_list .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: rgba(14, 87, 139, 0.7);
}
.header .full_list .scroll-y div.scroll-bar:hover {
  background: #0e578b;
}
.header .full_list .custom_container {
  padding: 0;
}
.header .full_list li:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.header .full_list li[data-title*=Miele] .category_name, .header .full_list li[data-title*=Bosch] .category_name, .header .full_list li[data-title*=K-Array] .category_name {
  display: none;
}
.header .full_list li[data-title*=Miele] .catalog_icon, .header .full_list li[data-title*=Bosch] .catalog_icon, .header .full_list li[data-title*=K-Array] .catalog_icon {
  height: auto;
  width: auto;
}
.header .full_list li[data-title*=Miele] .catalog_icon img, .header .full_list li[data-title*=Bosch] .catalog_icon img, .header .full_list li[data-title*=K-Array] .catalog_icon img {
  width: auto;
  height: 30px;
}
.header .full_list a {
  display: flex;
  align-items: center;
  color: #0e578b;
  padding: 10px 10px;
  min-height: 47px;
  border-right: 2px solid transparent;
}
.header .full_list a.opened {
  background: #e5e5e5;
  border-right-color: #0e578b;
}
.header .full_list .catalog_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 35px;
  min-width: 35px;
  margin-right: 10px;
}
.header .full_list .catalog_icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.header .full_list .category_name {
  display: block;
  font-size: 130%;
  line-height: 18px;
  font-family: "bold", "bold2";
}
.header .full_list.not_scroll .scroll-wrapper > .scroll-content {
  overflow: hidden !important;
}
.header .full_list.not_scroll .scroll-y {
  display: none;
}
.header .submenu_content {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 100%;
  width: 1200px;
  background: rgba(255, 255, 255, 0.95);
  display: none;
  border-bottom: 1px solid #cccccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 5;
  margin-left: -600px;
}
.header .submenu_content .scroll-y div {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 0;
  width: 4px;
}
.header .submenu_content .scroll-y div.scroll-element_track {
  z-index: 2;
  background: rgba(14, 87, 139, 0.2);
}
.header .submenu_content .scroll-y div.scroll-bar {
  cursor: pointer;
  z-index: 3;
  background: rgba(14, 87, 139, 0.7);
}
.header .submenu_content .scroll-y div.scroll-bar:hover {
  background: #0e578b;
}
.header .submenu_content.showed {
  display: block !important;
  width: 0;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header .submenu_content.showed.opened {
  width: 1200px;
}
.header .submenu_content.showed .content_inner {
  width: 1200px !important;
  padding-left: 290px;
  float: right;
  box-sizing: border-box !important;
}
.header .submenu_content.showed .submenu_block > ul > li {
  width: 33.3%;
}
.header .submenu_content.showed .sub_close {
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  border: 1px solid;
  color: #0e578b;
  border-radius: 50%;
  background: transparent;
  font-size: 170%;
  margin-top: 35px;
  display: none;
}
.header .submenu_content.showed .sub_close:before {
  display: block;
}
.header .short_list {
  display: flex;
  flex-wrap: wrap;
  height: 58px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  color: #ffffff;
  padding-right: 312px;
  flex: 1;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.header .short_list li {
  height: 100%;
  flex: 1;
}
.header .short_list li.opened a {
  background: #0b466f;
  color: rgba(255, 255, 255, 0.4);
}
.header .short_list li.opened a:after {
  border-top-width: 7px;
}
.header .short_list li[data-title*=Miele] {
  position: absolute;
  top: 0;
  right: 208px;
}
.header .short_list li[data-title*=Miele] a {
  font-size: 0;
  line-height: 0;
}
.header .short_list li[data-title*=Bosch] {
  position: absolute;
  top: 0;
  right: 104px;
}
.header .short_list li[data-title*=Bosch] a {
  font-size: 0;
  line-height: 0;
}
.header .short_list li[data-title*=Bosch] img {
  background: #ffffff;
  padding: 2px 10px;
}
.header .short_list li[data-title*=K-Array] {
  position: absolute;
  top: 0;
  right: 0px;
}
.header .short_list li[data-title*=K-Array] a {
  font-size: 0;
  line-height: 0;
}
.header .short_list li[data-title*=K-Array] img {
  background: #ffffff;
  padding: 2px 10px;
}
.header .short_list a {
  display: flex;
  height: 51px;
  color: inherit;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 110%;
  line-height: 14px;
  padding: 0 12px;
  position: relative;
  z-index: 6;
}
.header .short_list a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 15px;
  margin-left: -7px;
  top: 100%;
  border-style: solid;
  border-width: 0 7px;
  border-color: #0b466f transparent;
  z-index: 2;
}
.header .short_list a img {
  display: block;
  width: 80px;
  height: 27px;
  object-fit: cover;
}
.header .short_list.inactive {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.header .submenu_block {
  display: none;
  padding: 25px 0;
}
.header .submenu_block > ul {
  margin: 0 -20px;
  padding: 0;
  list-style-type: none;
}
.header .submenu_block > ul > li {
  width: 25%;
  margin-top: 25px;
  padding: 0 20px;
}
.header .submenu_block > ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 140%;
  line-height: 20px;
  color: #0e578b;
  font-family: "bold", "bold2";
}
.header .submenu_block > ul ul li {
  margin-top: 10px;
}
.header .submenu_block > ul ul a {
  display: inline-block;
  vertical-align: top;
  font-size: 130%;
  line-height: 18px;
  color: #000000;
}
.header .submenu_title {
  display: inline-block;
  vertical-align: top;
  color: #0e578b;
  font-size: 180%;
  line-height: 20px;
  font-family: "bold", "bold2";
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .header .main_logo img {
    height: 40px;
  }
  .header .phone_block a {
    font-size: 200%;
  }
  .header .basket_btn:before {
    margin-right: 0;
  }
  .header .search_form {
    max-width: 400px;
    padding: 0 15px;
  }
  .header .search_form button {
    min-width: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .search_form input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .full_list {
    left: 15px;
    margin-left: 0;
  }
  .header .basket_block,
.header .favorite_block,
.header .compare_block {
    margin-left: 15px;
  }
  .header .submenu_content {
    width: auto;
    left: 15px;
    right: 15px;
    margin: 0;
  }
  .header .submenu_content .submenu_block > ul > li {
    width: 33.3%;
  }
  .header .submenu_content.showed {
    right: 100%;
    width: auto;
  }
  .header .submenu_content.showed.opened {
    width: auto;
    right: 15px;
  }
  .header .submenu_content.showed .content_inner {
    width: 100vw !important;
    margin-left: -15px;
  }
  .header .submenu_content.showed .submenu_block {
    padding-left: 25px;
  }
  .header .submenu_content.showed .submenu_block > ul > li {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .header_inner {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background: #ffffff;
  }
  .header.fixed {
    height: 152px;
  }
  .header.fixed .header_inner {
    position: fixed;
    top: 0;
  }
  .header.fixed .main_logo img {
    height: 40px;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.fixed .header_middle .custom_container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 959px) {
  .header {
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header + * {
    padding-top: 169px;
  }
  .header.fixed .search_form {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
  .header_menu_block {
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    -o-transition: height 0.7s;
    -ms-transition: height 0.7s;
    -moz-transition: height 0.7s;
    -webkit-transition: height 0.7s;
    transition: height 0.7s;
    background: #f2f2f2;
  }
  .header_menu_inner {
    height: 100%;
    padding: 60px 0 55px;
  }
  .header_menu_inner .custom_container {
    flex-direction: column-reverse;
    padding: 0;
    height: 100%;
    justify-content: flex-end;
  }
  .header_middle {
    background: #f2f2f2;
  }
  .header_middle .custom_container {
    flex-wrap: wrap;
    padding: 0;
  }
  .header .search_form {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    padding: 11px 15px;
    background: #ffffff;
    justify-content: center;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    max-height: 60px;
  }
  .header .search_form input {
    max-width: 400px;
  }
  .header .search_form button {
    min-width: 100px;
  }
  .header .main_logo {
    padding: 10px 15px;
  }
  .header .main_logo img {
    height: 40px;
  }
  .header .menu_btn {
    display: block;
    width: 23px;
    min-width: 23px;
    height: 30px;
    padding: 6px 0;
    z-index: 200;
    color: #0e578b;
    border: none;
    background: transparent;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
  }
  .header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    left: -29px;
    width: 65px;
    border-top: 2px solid;
    -o-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    transition: transform 0.7s;
  }
  .header .menu_btn:before {
    top: 6px;
  }
  .header .menu_btn:after {
    bottom: 6px;
  }
  .header .menu_btn span {
    display: block;
    border-top: 2px solid;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .header .actions_block {
    margin-left: auto;
    padding-right: 20px;
    padding-bottom: 0;
  }
  .header .favorite_block,
.header .basket_block,
.header .compare_block {
    margin-left: 20px;
  }
  .header .favorite_btn,
.header .basket_btn,
.header .compare_btn {
    height: 40px;
  }
  .header .favorite_btn:before,
.header .basket_btn:before,
.header .compare_btn:before {
    align-self: center;
  }
  .header .favorite_btn .items_count,
.header .basket_btn .items_count,
.header .compare_btn .items_count {
    min-width: 16px;
    height: 16px;
    font-size: 1rem;
    left: 32px;
  }
  .header .basket_btn:before {
    font-size: 2.6rem;
    align-self: center;
    margin-right: 0;
    width: 32px;
  }
  .header .compare_btn:before {
    font-size: 300%;
  }
  .header .favorite_btn {
    margin-right: 2px;
  }
  .header .favorite_btn:before {
    font-size: 2rem;
    padding-bottom: 0;
  }
  .header .sign_block {
    position: relative;
    right: auto;
    top: auto;
    padding: 20px 0;
    z-index: 20;
  }
  .header .sign_block .drop_list {
    left: -80px;
    right: -80px;
  }
  .header .language_block {
    width: 100%;
  }
  .header .language_block .drop_btn {
    display: none;
  }
  .header .language_block .drop_list {
    display: flex !important;
    position: relative;
    left: auto;
    top: auto;
    background: transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 44px;
  }
  .header .language_block li {
    flex: 1;
    max-width: 150px;
  }
  .header .language_block a {
    font-size: 150%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
  }
  .header .website_menu {
    font-size: 133.3%;
    line-height: 20px;
    display: block;
    flex: 1;
    height: 10%;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
  }
  .header .website_menu > li {
    padding: 5px 15px;
  }
  .header .website_menu > li > a {
    padding: 5px;
  }
  .header .website_menu .submenu_list {
    position: relative;
    top: auto;
    width: auto;
    box-shadow: none;
    background: transparent;
    color: #666666;
  }
  .header .website_menu .submenu_list:before, .header .website_menu .submenu_list:after {
    height: 5px;
  }
  .header .catalog_btn {
    margin-left: -15px;
  }
  .header .short_list {
    margin-right: -15px;
    padding-right: 270px;
  }
  .header .short_list li[data-title*=Miele] {
    right: 180px;
  }
  .header .short_list li[data-title*=Bosch] {
    right: 90px;
  }
  .header .short_list a {
    font-size: 120%;
    line-height: 15px;
    padding: 0 5px;
  }
  .header .submenu_title {
    margin-bottom: 5px;
    font-size: 160%;
  }
  .header .submenu_block {
    padding: 25px 0;
  }
  .header .submenu_block > ul > li {
    width: 33.3%;
  }
  .header .submenu_content {
    left: 0;
    right: 0;
  }
  .header .submenu_content.showed .sub_close {
    position: absolute;
    top: 20px;
    margin: 0;
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 140%;
  }
  .header .submenu_content.showed.opened {
    right: 0;
  }
  .header .submenu_content.showed .content_inner {
    width: 100vw !important;
    margin-left: 0;
    padding-left: 240px !important;
  }
  .header .submenu_content.showed .submenu_block {
    padding-left: 0;
  }
  .header .submenu_content.showed .submenu_block > ul > li {
    width: 50%;
  }
  .header .full_list {
    left: 0;
    width: 240px;
  }
  .header .phone_block {
    position: fixed;
    overflow: hidden;
    height: 0;
    bottom: 10px;
    left: 0;
    opacity: 0;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 100;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header .short_list {
    display: none;
  }
  .header_bottom > .custom_container {
    display: block;
    padding: 0;
  }
  .header .catalog_btn {
    margin: 0 auto;
    background: transparent !important;
    justify-content: center;
    font-size: 120%;
  }
  .header .catalog_btn:before {
    width: 10px;
  }
  .header .catalog_btn:after {
    width: 7px;
    border-top-width: 4px;
    margin-left: 10px;
  }
  .header .catalog_btn .burger_lines {
    width: 10px;
    height: 9px;
    margin-right: 10px;
  }
  .header .catalog_btn .burger_lines:before, .header .catalog_btn .burger_lines:after {
    left: -14px;
    width: 30px;
  }
  .header .full_list {
    width: 100%;
  }
  .header .full_list a {
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .submenu_content.showed {
    right: 0 !important;
    left: 100%;
    z-index: 20;
  }
  .header .submenu_content.showed.opened {
    left: 0;
  }
  .header .submenu_content.showed .content_inner {
    padding-left: 0 !important;
    float: left;
  }
  .header .submenu_content.showed .sub_close {
    display: flex;
  }
  .header .submenu_content.showed .submenu_title {
    margin-left: 40px;
  }
}
@media (max-width: 639px) {
  .header .basket_btn {
    font-size: 0;
  }
  .header .sign_block {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .header .sign_block .drop_btn {
    font-size: 0;
  }
  .header .sign_block .drop_btn:before {
    margin: 0;
    font-size: 2.4rem;
  }
  .header .sign_block .drop_list {
    left: -100px;
    right: -100px;
  }
}
@media (max-width: 575px) {
  .header .full_list .list_inner:before, .header .full_list .list_inner:after {
    height: 10px;
  }
  .header .full_list a {
    display: flex;
    align-items: center;
    max-width: 100%;
  }
  .header .full_list .catalog_icon {
    height: 32px;
    width: 40px;
    min-width: 40px;
    justify-content: center;
  }
  .header .full_list .category_name {
    line-height: 20px;
  }
}
@media (max-width: 479px) {
  .header + * {
    padding-top: 167px;
  }
  .header_menu_inner {
    padding-top: 56px;
  }
  .header .main_logo {
    position: relative;
    overflow: hidden;
    padding-right: 0;
    margin-right: 15px;
    width: 155px;
  }
  .header .main_logo img {
    height: 36px;
  }
  .header .actions_block {
    padding-right: 15px;
  }
  .header .favorite_block,
.header .basket_block,
.header .compare_block {
    margin-left: 15px;
  }
  .header .search_form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .submenu_title {
    display: flex;
    height: 40px;
    align-items: center;
    margin-top: -10px;
    margin-left: 40px !important;
  }
  .header .submenu_block > ul > li {
    width: 100% !important;
  }
}
@media (max-width: 399px) {
  .header + * {
    padding-top: 159px;
  }
  .header_menu_inner {
    padding-top: 52px;
  }
  .header .main_logo {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 140px;
  }
  .header .main_logo img {
    height: 32px;
  }
  .header .basket_block,
.header .compare_block,
.header .favorite_block {
    margin-left: 12px;
  }
  .header .sign_block {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header .favorite_btn,
.header .basket_btn,
.header .compare_btn {
    height: 32px;
  }
  .header .favorite_btn:before,
.header .basket_btn:before,
.header .compare_btn:before {
    align-self: center;
  }
  .header .favorite_btn .items_count,
.header .basket_btn .items_count,
.header .compare_btn .items_count {
    left: 30px;
  }
  .header .basket_btn:before {
    font-size: 2.4rem;
    width: 30px;
  }
  .header .compare_btn:before {
    font-size: 250%;
  }
  .header .favorite_btn {
    margin-right: 5px;
  }
  .header .favorite_btn:before {
    font-size: 2rem;
    -webkit-text-stroke: 1.5px;
  }
}
@media (max-width:359px) {
  .header + * {
    padding-top: 155px;
  }
  .header_menu_inner {
    padding-top: 48px;
  }
  .header .main_logo {
    width: 125px;
  }
  .header .main_logo img {
    height: 28px;
  }
  .header .actions_block {
    padding-right: 10px;
  }
  .header .favorite_block,
.header .basket_block,
.header .compare_block {
    margin-left: 8px;
  }
  .header .sign_block {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header .sign_block .drop_btn:before {
    font-size: 2rem;
  }
  .header .favorite_btn,
.header .basket_btn,
.header .compare_btn {
    height: 32px;
  }
  .header .favorite_btn:before,
.header .basket_btn:before,
.header .compare_btn:before {
    width: 28px;
  }
  .header .favorite_btn .items_count,
.header .basket_btn .items_count,
.header .compare_btn .items_count {
    left: 30px;
  }
  .header .basket_btn:before {
    font-size: 2.2rem;
  }
  .header .compare_btn:before {
    font-size: 220%;
  }
  .header .favorite_btn {
    margin-right: 0;
    margin-left: 3px;
  }
  .header .favorite_btn:before {
    font-size: 1.7rem;
  }
  .header .search_form ::-webkit-input-placeholder {
    font-size: 91.7%;
  }
  .header .search_form :-moz-placeholder {
    font-size: 91.7%;
  }
  .header .search_form ::-moz-placeholder {
    font-size: 91.7%;
  }
  .header .search_form :-ms-input-placeholder {
    font-size: 91.7%;
  }
  .header .search_form button {
    padding: 0 15px;
    min-width: 0;
  }
}

@media (max-width: 959px) {
  .ios_device .website_menu {
    overflow-y: auto;
  }
  .menu_opened {
    overflow: hidden;
  }
  .menu_opened .header_menu_block {
    height: 100%;
  }
  .menu_opened .menu_btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .menu_opened .menu_btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  .menu_opened .menu_btn span {
    opacity: 0;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .menu_opened .website_menu {
    animation-name: changeOverflow;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 0.1s;
  }
  .menu_opened .phone_block {
    opacity: 1;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    height: auto;
  }
}
.web .website_menu > li > a:hover {
  color: #0e578b;
}
.web .website_menu > li > a.special_item:hover {
  color: rgba(255, 165, 0, 0.7);
}
.web .website_menu .submenu_list a:hover {
  background: #f2f2f2;
  color: #0e578b;
}
.web .language_block .drop_btn:hover,
.web .language_block a:hover {
  background: #d8d8d8;
}
.web .sign_block .drop_btn:hover {
  color: rgba(14, 87, 139, 0.7);
}
.web .sign_block .drop_list a:not(.social_sign_btn):hover {
  color: rgba(14, 87, 139, 0.7);
}
.web .sign_block .drop_list button:not(.social_sign_btn):hover {
  background: #0b466f;
}
.web .search_form button:hover {
  background: #0b466f;
}
.web .header_bottom .short_list a:hover {
  background: #0b466f;
  color: rgba(255, 255, 255, 0.4);
}
.web .catalog_btn:hover {
  background: rgba(0, 0, 0, 0.2);
}
.web .full_list a:hover {
  background: #f2f2f2;
}
.web .submenu_block .submenu_title:hover,
.web .submenu_block > ul > li > a:hover {
  color: rgba(14, 87, 139, 0.7);
}
.web .submenu_block ul a:hover {
  color: #0e578b;
}
.web .submenu_content.showed .sub_close:hover {
  color: #ffffff;
  border-color: transparent;
  background: #0e578b;
}
.web .header .favorite_btn:hover,
.web .header .basket_btn:hover,
.web .header .compare_btn:hover {
  color: rgba(14, 87, 139, 0.7);
}

.touch .website_menu > li > a:active {
  color: #0e578b;
}
.touch .website_menu > li > a.special_item:active {
  color: rgba(255, 165, 0, 0.7);
}
.touch .website_menu .submenu_list a:active {
  background: #f2f2f2;
  color: #0e578b;
}
.touch .language_block .drop_btn:active,
.touch .language_block a:active {
  background: #d8d8d8;
}
.touch .sign_block .drop_btn:active {
  color: rgba(14, 87, 139, 0.7);
}
.touch .sign_block .drop_list a:not(.social_sign_btn):active {
  color: rgba(14, 87, 139, 0.7);
}
.touch .sign_block .drop_list button:not(.social_sign_btn):active {
  background: #0b466f;
}
.touch .search_form button:active {
  background: #0b466f;
}
.touch .submenu_content.showed .sub_close:active {
  color: #ffffff;
  border-color: transparent;
  background: #0e578b;
}
.touch .header .basket_btn:active,
.touch .header .compare_btn:active,
.touch .header .favorite_btn:active {
  color: rgba(14, 87, 139, 0.7);
}
.touch .phone_link.clickable:active {
  color: #0e578b;
}

@keyframes changeOverflow {
  0% {
    overflow: hidden;
  }
  100% {
    overflow-y: auto;
  }
}
.footer {
  opacity: 0;
  background: #0d4e7d;
  color: #ffffff;
}
.footer_top {
  padding: 10px 0;
}
.footer_top .custom_container {
  display: flex;
  justify-content: flex-end;
}
.footer_middle {
  background: #0e578b;
  position: relative;
  overflow: hidden;
}
.footer_menu {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 130%;
  line-height: 16px;
  font-family: "bold", "bold2";
}
.footer_menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  min-width: 12.5%;
}
.footer_menu a {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  color: inherit;
  padding: 25px 15px;
}
.footer_menu a img {
  height: 40px;
  margin-bottom: 10px;
  display: block;
}
.footer_menu .phone_number {
  display: block;
  font-family: "regular", "regular2";
  padding-bottom: 15px;
  margin-bottom: auto;
}
.footer_bottom {
  padding-top: 20px;
  padding-bottom: 60px;
}
.footer_bottom .custom_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer .subscribe_form {
  position: relative;
  display: flex;
  font-size: 120%;
  line-height: 16px;
}
.footer .subscribe_form ::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.footer .subscribe_form :-moz-placeholder {
  color: inherit;
  font-family: inherit;
}
.footer .subscribe_form ::-moz-placeholder {
  color: inherit;
  font-family: inherit;
}
.footer .subscribe_form :-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
}
.footer .subscribe_form input {
  width: 300px;
  border: 1px solid transparent;
  background: #ffffff;
  color: #333333;
  padding: 10px;
}
.footer .subscribe_form button {
  border: 1px solid;
  color: #ffffff;
  padding: 9px 10px;
  min-width: 106px;
  background: transparent;
  margin-left: 10px;
}
.footer .subscribe_form .error_hint {
  color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 3px;
  max-width: 100%;
  z-index: 2;
}
.footer .subscribe_form.has-error input {
  border-color: #df280a;
  background: #f0e2e2;
}
.footer .logo_block {
  margin-bottom: 15px;
}
.footer .logo_block img {
  height: 34px;
  display: block;
  width: auto;
}
.footer .copyrights {
  max-width: 50%;
  font-size: 120%;
  line-height: 18px;
}
.footer .copyrights .info_block span {
  display: inline-block;
  vertical-align: top;
}
.footer .copyrights a {
  display: inline-block;
  vertical-align: top;
  color: inherit;
  text-decoration: underline;
}
.footer .socials_list {
  align-items: center;
}
.footer .socials_list li {
  padding: 0 10px;
}
.footer .socials_list a {
  margin-right: 4px;
  color: inherit;
  display: block;
  font-size: 190%;
}
.footer .socials_list a:before {
  display: block;
}
.footer .socials_list a.icon_facebook:before {
  font-size: 89.5%;
}
.footer .socials_list a.icon_youtube:before {
  font-size: 68.4%;
}
.footer .socials_list a.icon_linkedin:before {
  font-size: 78.9%;
}
.footer .payment_icons {
  display: flex;
  align-items: center;
  margin: 0 -3px;
  padding-top: 25px;
}
.footer .payment_icons img {
  display: block;
  height: 30px;
  margin: 0 3px;
}
@media (max-width: 1199px) {
  .footer_menu {
    margin: 0 -16px;
  }
  .footer_menu li:first-child:nth-last-child(8), .footer_menu li:first-child:nth-last-child(8) ~ li {
    flex: 0 0 25%;
  }
  .footer_menu li:first-child:nth-last-child(8) a, .footer_menu li:first-child:nth-last-child(8) ~ li a {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
  }
  .footer_menu li:first-child:nth-last-child(8) ~ li:nth-child(n+5) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 959px) {
  .footer_menu li:first-child:nth-last-child(7), .footer_menu li:first-child:nth-last-child(7) ~ li:nth-child(-n+4) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer_menu li:first-child:nth-last-child(6), .footer_menu li:first-child:nth-last-child(6) ~ li, .footer_menu li:first-child:nth-last-child(7) ~ li:nth-child(n+5) {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer_menu li:first-child:nth-last-child(6) ~ li:nth-child(n+4), .footer_menu li:first-child:nth-last-child(8) ~ li:nth-child(n+5) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_menu li a {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .footer .subscribe_form {
    font-size: 140%;
    line-height: 20px;
  }
  .footer .subscribe_form .error_hint {
    font-size: 85.7%;
  }
  .footer .subscribe_form input {
    width: 295px;
  }
  .footer_bottom {
    padding-bottom: 30px;
  }
  .footer_bottom .custom_container {
    position: relative;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    padding-top: 70px;
  }
  .footer .logo_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .footer .logo_block img {
    height: 40px;
    margin: 0 auto;
  }
  .footer .socials_list {
    justify-content: center;
    font-size: 120%;
  }
  .footer .socials_list a {
    margin: 0 2px;
  }
  .footer .copyrights {
    font-size: 140%;
    line-height: 20px;
    margin-top: 30px;
    max-width: 100%;
  }
  .footer .copyrights .info_block span {
    display: block;
  }
  .footer .payment_icons img {
    height: 33px;
  }
}
@media (max-width: 599px) {
  .footer_menu li:first-child:nth-last-child(7), .footer_menu li:first-child:nth-last-child(8), .footer_menu li:first-child:nth-last-child(7) ~ li:nth-child(-n+4), .footer_menu li:first-child:nth-last-child(7) ~ li:nth-child(n+5), .footer_menu li:first-child:nth-last-child(8) ~ li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_menu li:first-child:nth-last-child(7) ~ li:nth-child(n+3), .footer_menu li:first-child:nth-last-child(8) ~ li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer_menu li:first-child:nth-last-child(7) ~ li:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .footer_menu li:first-child:nth-last-child(6), .footer_menu li:first-child:nth-last-child(6) ~ li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer_menu li:first-child:nth-last-child(6) ~ li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .subscribe_form {
    flex-direction: column;
    width: 100%;
  }
  .footer .subscribe_form input,
.footer .subscribe_form button {
    width: 100%;
    flex: none;
  }
  .footer .subscribe_form button {
    margin-left: 0;
    margin-top: 5px;
    order: 2;
  }
  .footer .subscribe_form .error_hint {
    order: 1;
    position: relative;
    text-align: right;
    top: auto;
    left: auto;
    width: 100%;
  }
  .footer .subscribe_form.has-error .error_hint {
    max-height: 20px;
  }
}
@media (max-width: 399px) {
  .footer .copyrights a {
    display: block;
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
  }
}

.back_to_top {
  position: fixed;
  right: 15px;
  bottom: 60px;
  color: #ffffff;
  border: none;
  background: #0e578b;
  padding: 0;
  font-size: 160%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  width: 36px;
  height: 36px;
  border-radius: 4px;
}
.back_to_top:before {
  display: block;
  font-weight: 900;
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.back_to_top:not(.active) {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.back_to_top.active {
  z-index: 20;
}
.back_to_top.active:hover {
  background: rgba(14, 87, 139, 0.8);
}

.web .subscribe_form button:hover {
  background: #ffffff;
  color: #0e578b;
  border-color: transparent;
}
.web .footer_menu a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.web .socials_list a:hover,
.web .copyrights a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.touch .subscribe_form button:active {
  background: #ffffff;
  color: #0e578b;
  border-color: transparent;
}
.touch .footer_menu a:active {
  background: rgba(255, 255, 255, 0.05);
}
.touch .socials_list a:active,
.touch .copyrights a:active {
  color: rgba(255, 255, 255, 0.7);
}
.touch .back_to_top {
  bottom: 100px;
}

.product_block {
  position: relative;
  height: 360px;
}
.product_block .block_inner {
  border: 1px solid #e5e5e5;
  padding: 45px 25px 25px;
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  z-index: 1;
}
.product_block .sticker_block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.product_block .sticker_block img {
  display: block;
  width: 80px;
  height: auto;
}
.product_block .image_block {
  height: 180px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product_block .image_block a {
  display: block;
  max-width: 100%;
}
.product_block .image_block img {
  display: block;
  max-width: 100%;
  max-height: 180px;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  transform-origin: center;
  -webkit-transfrom-origin: center;
}
.product_block .info_block {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 56px;
  align-items: flex-start;
  position: relative;
}
.product_block .product_category {
  font-size: 110%;
  line-height: 14px;
  color: #999999;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.product_block .product_name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #0e578b;
  font-size: 150%;
  line-height: 19px;
  margin-right: 30px;
}
.product_block .product_price {
  font-size: 200%;
  line-height: 1em;
  margin-top: 10px;
  color: #333333;
  font-family: "bold", "bold2";
  align-items: flex-end;
  display: flex;
  white-space: nowrap;
}
.product_block .old_price {
  display: block;
  font-size: 75%;
  line-height: 1em;
  color: #bfbfbf;
  padding-left: 20px;
  text-decoration: line-through;
}
.product_block .btns_block {
  position: relative;
  overflow: hidden;
  height: 0;
  -o-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  display: flex;
  margin: 0 -10px;
}
.product_block .add_to_cart,
.product_block .compare_btn {
  margin: 25px 10px 0;
  display: flex;
  flex: 1;
  height: 35px;
  width: 20%;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  line-height: 15px;
  padding: 0 10px;
  border-radius: 3px;
}
.product_block .add_to_cart {
  color: #ffffff;
  background: #0d5182;
  border: 1px solid transparent;
}
.product_block .compare_btn {
  border: 1px solid;
  color: #0e578b;
}
.product_block .sale_percent {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  bottom: 10px;
  right: 0;
  color: #f2f2f2;
  font-family: "bold", "bold2";
  font-size: 120%;
  line-height: 16px;
  background: #db4d4d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 3px solid;
  z-index: 3;
  pointer-events: none;
}
.product_block .favorite_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 180%;
}
.product_block .favorite_btn:before {
  display: block;
}
.product_block .favorite_btn:not(.active):before {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
}
.product_block .favorite_btn.active:after {
  color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 6px;
  text-align: center;
  font-size: 83.3%;
  opacity: 0;
}
.product_block.hovered .product_name {
  color: rgba(14, 87, 139, 0.7);
}
.product_block.hovered .image_block img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 1199px) {
  .product_block {
    height: 330px;
  }
  .product_block .block_inner {
    padding: 25px 15px 15px;
  }
  .product_block .product_price {
    font-size: 180%;
  }
  .product_block .old_price {
    padding-left: 10px;
  }
  .product_block .product_name {
    font-size: 140%;
  }
  .product_block .sticker_block img {
    width: 70px;
  }
  .product_block .btns_block {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product_block .add_to_cart,
.product_block .compare_btn {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 959px) {
  .product_block .product_category {
    font-size: 120%;
    line-height: 15px;
  }
}

.web .product_block .block_inner:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.web .product_block .block_inner:hover .btns_block {
  height: 60px;
}
.web .product_block .compare_btn:hover,
.web .product_block .add_to_cart:hover {
  background: #0b466f;
  color: #ffffff;
  border-color: transparent;
}
.web .product_block .favorite_btn:not(.active):hover,
.web .product_info .favorite_btn:not(.active):hover {
  color: #0b466f;
}
.web .product_block .favorite_btn:not(.active):hover:before,
.web .product_info .favorite_btn:not(.active):hover:before {
  -webkit-text-fill-color: rgba(11, 70, 111, 0.5);
}
.web .product_block .favorite_btn.active:hover,
.web .product_info .favorite_btn.active:hover {
  color: #df280a;
}
.web .product_block .favorite_btn.active:hover:after,
.web .product_info .favorite_btn.active:hover:after {
  opacity: 1;
}

.touch .product_block {
  height: auto;
}
.touch .product_block .btns_block {
  height: 60px;
}
.touch .product_block .compare_btn:active,
.touch .product_block .add_to_cart:active {
  background: #0b466f;
  color: #ffffff;
  border-color: transparent;
}
.touch .product_block .favorite_btn:not(.active):active,
.touch .product_info .favorite_btn:not(.active):active {
  color: #0b466f;
}
.touch .product_block .favorite_btn:not(.active):active:before,
.touch .product_info .favorite_btn:not(.active):active:before {
  -webkit-text-fill-color: rgba(11, 70, 111, 0.5);
}
.touch .product_block .favorite_btn.active:active,
.touch .product_info .favorite_btn.active:active {
  color: #df280a;
}
.touch .product_block .favorite_btn.active:active:after,
.touch .product_info .favorite_btn.active:active:after {
  opacity: 1;
}

.footer, .product_block .favorite_btn.active:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .view_all_link, .web .breadcrumbs a, .web .popup_close, .web .sign_block .drop_btn, .web .sign_block .drop_list a:not(.social_sign_btn), .web .submenu_block .submenu_title,
.web .submenu_block > ul > li > a, .web .submenu_block ul a, .web .header .favorite_btn,
.web .header .basket_btn,
.web .header .compare_btn, .web .socials_list a,
.web .copyrights a, .product_block .product_name {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.field_block .datepicker thead .prev,
.field_block .datepicker thead .datepicker-switch,
.field_block .datepicker thead .next, .web .products_slider .slick-arrow,
.web .paging a, .header .catalog_btn, .header .full_list .scroll-y div.scroll-bar, .header .submenu_content .scroll-y div.scroll-bar, .web .website_menu > li, .web .language_block .drop_btn,
.web .language_block a, .web .sign_block .drop_list button:not(.social_sign_btn), .web .search_form button, .web .full_list a, .touch .website_menu > li, .web .footer_menu a {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.error_hint, .field_block .datepicker table tr td span, .field_block .datepicker tbody td,
.field_block .datepicker tbody th, .web .social_sign_btn, .web .increase_btn,
.web .decrease_btn, .header, .header_middle .custom_container, .header .sign_block [class*=_form] input, .header .search_form input, .header .catalog_btn .burger_lines:before, .header .catalog_btn .burger_lines:after, .header .catalog_btn:after, .header .short_list a, .header .short_list a:after, .web .website_menu > li > a, .web .website_menu .submenu_list a, .web .submenu_content.showed .sub_close, .touch .website_menu > li > a, .back_to_top, .web .subscribe_form button, .web .product_block .block_inner, .web .product_block .compare_btn,
.web .product_block .add_to_cart, .web .product_block .favorite_btn,
.web .product_info .favorite_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .view_all_link, .touch .breadcrumbs a, .touch .popup_close, .touch .sign_block .drop_btn, .touch .sign_block .drop_list a:not(.social_sign_btn), .touch .header .basket_btn,
.touch .header .compare_btn,
.touch .header .favorite_btn, .touch .phone_link.clickable, .touch .socials_list a,
.touch .copyrights a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .products_slider .slick-arrow,
.touch .paging a, .touch .language_block .drop_btn,
.touch .language_block a, .touch .sign_block .drop_list button:not(.social_sign_btn), .touch .search_form button, .touch .footer_menu a {
  -o-transition: background-color 0.15s;
  -ms-transition: background-color 0.15s;
  -moz-transition: background-color 0.15s;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}

.touch .social_sign_btn, .touch .increase_btn,
.touch .decrease_btn, .touch .website_menu .submenu_list a, .touch .submenu_content.showed .sub_close, .touch .subscribe_form button, .touch .product_block .compare_btn,
.touch .product_block .add_to_cart, .touch .product_block .favorite_btn,
.touch .product_info .favorite_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.count_block .increase_btn,
.count_block .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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