/* here other css sheets are included */
@import url("fonts.css");

html {
  height: 100%;
}

body {
  height: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Tahoma', sans-serif;
  line-height: 1.5;
  color: #1a407c;
  background-color: #f3f3f3;
  min-width: 320px;
}
body.menu-open {
  position: relative;
  overflow: hidden;
}
body::before {
  content:'';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,0.5);
  transition: opacity 0.3s, visibility 0.3s;
}
body.menu-open::before {
  opacity: 1;
  visibility: visible;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  font-weight: bold;
  font-family: inherit;
  color: #0a0a28;
}

.h1 {
  padding: 16px 15px;
  font-size: 22px;
  border-bottom: 1px solid #e1e8ed;
  /* background-color: #fff; */
  margin: 0;
}

.h2 {
  padding: 19px 15px;
  font-size: 18px;
  border-bottom: 1px solid #e1e8ed;
  /* background-color: #fff; */
  margin: 0;
}

.h3 {
  font-size: 18px;
  margin: 0 0 15px;
}

.h4 {
  font-size: 16px;
  color: #606060;
  margin: 0 0 5px;
}

.h5 {
  font-size: 14px;
  color: #606060;
  margin: 0 0 5px;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:after,
.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.hidden {
  display: none !important;
}

.center {
  text-align: center;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  text-align: left;
}

.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e8e8e1;
}

.table_striped tbody tr:nth-of-type(odd) {
  background-color: #f5f6f7;
}

.fit_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.label_block {
  display: block;
  margin-bottom: 5px;
}

/* Form */
.form_group {
  position: relative;
  margin-bottom: 20px;
}

.form_input {
  line-height: 44px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #e8e8e1;
  border-radius: 2px;
  padding: 0 15px;
  width: 100%;
  font-family: inherit;
  font-size: 12px;
}

.form_select {
  width: 100%;
  height: 39px;
  line-height: 35px;
  padding: 0 35px 0 15px;
  border: 2px solid #e1e8ed;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/select_arrow.png);
  background-position: right 12px center;
  background-repeat: no-repeaxnj t;
  cursor: pointer;
  margin-top: 5px;
}

.form_placeholder {
  transition: all 0.1s linear 0s;
  line-height: 1;
  display: table;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  cursor: text;
  font-family: inherit;
  color: rgb(146, 146, 146);
  font-size: 12px;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
  font-size: 85%;
  background: rgb(255, 255, 255);
  padding: 0 5px;
  top: -5px;
  cursor: default;
  color: rgb(146, 146, 146);
}

.placeholder_focus:-webkit-autofill,
.placeholder_focus:-webkit-autofill:hover,
.placeholder_focus:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
  -webkit-text-fill-color: inherit !important;
}

.form_placeholder.active,
.filled .form_placeholder,
.placeholder_focus.error~label~.form_placeholder,
.placeholder_focus:focus~.form_placeholder,
.placeholder_focus:-webkit-autofill~.form_placeholder,
.placeholder_focus:-webkit-autofill:focus~.form_placeholder,
.placeholder_focus:focus~.form_placeholder {
  font-size: 85%;
  background: rgb(255, 255, 255);
  padding: 0 5px;
  top: -5px;
  cursor: default;
  color: rgb(146, 146, 146);
}

.form_placeholder {
  pointer-events: none;
}

.form_textarea {
  display: block;
  width: 100%;
  border: 1px solid #e8e8e1;
  border-radius: 2px;
  background-color: #fff;
  padding: 15px;
  font-family: inherit;
  font-size: 12px;
}

.captcha {
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 10px 0;
}

.form_captcha {
  display: inline-block;
  position: relative;
  margin: 0 0 0 17px;
  vertical-align: top;
}

.input_captcha {
  width: 130px;
  line-height: 38px;
  vertical-align: top;
  height: 40px;
}

.secret_number {
  border: 1px solid #e8e8e1;
  padding: 9px;
  border-radius: 2px;
  background: #f5f8f9;
  display: inline-block;
  position: relative;
  text-shadow: 1px 1px #38c0f3, -1px 1px mediumturquoise, -1px -1px mediumturquoise, 1px -1px mediumturquoise;
  color: white;
  font-weight: bold;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  pointer-events: none;
  cursor: pointer;
}

/*.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}*/
.secret_number:after {
  content: attr(data-name);
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -2;
  text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
  color: white;
  transition: all 1s;
}

.message_error {
  clear: both;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #ff4545;
}

.message_success {
  padding: 11px 23px;
  margin-bottom: 25px;
  color: #ffffff;
  background-color: #ff6600;
  text-transform: uppercase;
}

.error {
  color: #f00;
  display: block;
  font-size: 13px;
}

label.error {
  position: absolute;
  z-index: 2;
  right: 8px;
  top: 10px;
}
.header_bottom.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
}

#sm_logo {
  float: right;
  font-size: 0;
  margin-left: 25px;
  margin-top: -10px;
}

#sm_logo img {
  vertical-align: top;
}

.ya_map {
  width: 100%;
  min-height: 450px;
}

.promo_img {
  position: absolute;
  max-width: 120px;
  max-height: 60px;
  top: 0;
  left: -14px;
}

.dropdown {
  display: none;
}

.active.cat_switch::after,
.active .angle_icon,
.sort_link.active_down span::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.block {
  background-color: #fff;
  margin-bottom: 25px;
}

.padding {
  padding: 20px 15px 25px;
}

header a,
.top_item,
.callback,
.search_button,
.button,
.slick-next::before,
.slick-prev::before,
.category_link,
.arrow_right,
.breadcrumbs a,
.coupon_button,
.page_link,
.tab_navigation a,
.active.cat_switch::after,
.angle_icon,
.sort_link.active_down span::after {
  transition: all 0.2s ease;
}

/*Кнопки*/
.button,
.disable_button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0px 25px;
  font-weight: bold;
  font-family: inherit;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 36px;
  color: inherit;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #1a407c;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.button {
  cursor: pointer;
}

.button:hover {
  border-color: #1a407c;
  color: #1a407c;
  background-color: transparent;
}

.buy {
  font-size: 15px;
  padding: 0px 10px;
  line-height: 1.4;
  border: 2px solid transparent;
  background-color: #1a407c;
  color: #fff;
  text-transform: uppercase;
}

.buy:hover {
  background-color: transparent;
  color: inherit;
  border-color: #1a407c;
}

.comparison_button,
.wishlist_button {
  display: block;
  position: absolute;
  top: 18px;
  right: 13px;
  width: 28px;
  height: 28px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.comparison_button--icon,
.wishlist_button--icon {
  color: #9c9c9c;
  background-image: none;
}

.comparison_button {
  right: 55px;
  background-position: 0 -15px;
}

.comparison_button.selected {
  background-position: -34px 0;
}

.wishlist_button.selected {
  background-position: -34px -15px;
}

.comparison_button--icon.selected,
.wishlist_button--icon.selected {
  color: #ffbe00;
}

/* Header */
header {
  background-color: #fff;

}

header a {
  text-decoration: none;
}

.header__wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu_switch {
  position: relative;
  float: left;
  height: 38px;
  width: 49px;
  margin-left: -15px;
  border-right: 1px solid #e8e8e1;
  color: #b8b7b7;
  font-size: 0;
  cursor: pointer;
}

.menu_switch::before {
  content: "";
  width: 18px;
  height: 12px;
  position: absolute;
  top: 13px;
  left: 15px;
  background: url(../images/sprite.png) no-repeat -46px -304px;
}

.openmenu .menu_switch::before {
  width: 14px;
  height: 14px;
  top: 12px;
  left: 17px;
  background-position: -48px -320px;
}

.informers {
  float: right;
}

.informer {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 22px;
  font-weight: bold;
  font-size: 0;
  min-width: 49px;
  text-align: center;
  border-left: 1px solid #e8e8e1;
  text-transform: capitalize;
  color: #686666;
}

.informer--discount {
  font-size: 13px;
  color: #fff;
  background-color: #c90a13;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.informer--discount:hover {
  background-color: #e62e04;
}

.informer_name,
.informer_counter {
  vertical-align: top;
  font-size: 12px;
}

.informer_counter {
  margin-left: 4px;
}

.cur_switch,
.lang_switch {
  cursor: pointer;
}

.informer .dropdown {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #e8e8e1;
  top: 100%;
  right: -1px;
  min-width: calc(100% + 2px);
  font-size: 12px;
}

.informer .dropdown_item {
  display: block;
  padding: 5px 0;
  white-space: nowrap;
}

.informer .dropdown_item:hover {
  background-color: #e8e8e1;
}

.account_informer {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/enter.png);
}

.wish_icon,
.compare_icon,
.angle_icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
}

.wish_icon {
  background-position: 0px -15px;
}

.compare_icon {
  background-position: 0px 0px;
}

.angle_icon {
  height: 10px;
  background-position: 0px -32px;
}

.logo {
  margin-right: 28px;
  display: block;
  font-size: 0;
  text-align: center;
}

#cart_informer{
  float: right;
  margin-top: 15px;
}

.header--mobile #cart_informer{
  margin: 0;
}

.cart_info {
  display: inline-block;
  position: relative;
  min-height: 32px;
  padding-left: 45px;
  font-size: 13px;
  color: #fff;
}

.cart_info::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 32px;
  background: url(../images/sprite.png) no-repeat 0 -111px;
}

.cart_counter {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 9px;
  border-radius: 100%;
  color: #e50000;
  background-color: #fff;
  font-weight: bold;
  font-size: 9px;
  text-align: center;
}

.cart_total {
  display: block;
  font-weight: bold;
}

.times,
.phones {
  float: left;
  line-height: 21px;
  font-weight: bold;

}

.times {
  font-size: 14px;
}

.phones {
  margin-left: auto;
  font-size: 17px;
  min-width: 210px;
}

.times_inner,
.phones_inner {
  position: relative;
  display: inline-block;
  padding-left: 38px;
}

.times_text {
  color: #686666;
  font-weight: normal;
}

.times_inner::before,
.phones_inner::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 5px;
  left: 0;
  background: url(../images/sprite.png) no-repeat 0 -44px;
}

.times--foot {
  float: none;
}

.times--foot .times_inner {
  padding-left: 0;
}

.times--foot .times_inner::before {
  background: none;
}
.times_info {
  font-size: 16px;
}

.times--foot .times_info {
  font-weight: normal;
}

.menu_group_footer .menu_link {
  text-decoration: none;
  line-height: 1.3;
}
.menu_group_footer .menu_item {
  line-height: 1.3;
}
.phones_inner::before {
  top: 7px;
  background: url(../images/sprite.png) no-repeat 0 -77px;
}

.contacts {
  margin: 0 24px;
  display: block;
  font-size: 15px;
}

.contacts__social {
  display: flex;
  align-items: center;
}

.contacts__social a {
  margin-right: 6px;
  display: block;
}

.contacts__social span {
  font-weight: bold;
  white-space: nowrap;
}

.contacts__skype {
  display: block;
  padding-left: 30px;
  line-height: 28px;
  background: url(../images/sprite.png) no-repeat 0px -364px;
}

.contacts__mail {
  display: block;
  padding-left: 30px;
  line-height: 28px;
  background: url(../images/sprite.png) no-repeat 0px -334px;
}

.callback {
  display: block;
  margin-top: 16px;
  padding: 11px 12px;
  border: 2px solid #929faf;
  border-radius: 2px;
  line-height: 14px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}

.callback:hover {
  border-color: #f2bd0b;
}

.account {
  margin-left: auto;
  float: right;
  font-size: 14px;
}

.account_link {
  display: inline-block;
  position: relative;
  vertical-align: top;
  padding-left: 30px;
}

.account_link::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 32px;
  top: 4px;
  left: 0;
  background: url(../images/sprite.png) no-repeat 0 -145px;
}

.account_name {
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 102px;
  overflow: hidden;
}

.header_bottom {
  background-color: #1a407c;
}

.search {
  position: relative;
  float: right;
  background-color: #1480a8;
  margin-top: 16px;
  width: calc(100% - 50px);
}

.search_input {
  width: 100%;
  height: 31px;
  padding: 0 45px 0 20px;
  border: none;
  background: none;
  font-size: 14px;
  color: #1A407C;
  background-color: #fff;
}

.search_button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #02958F;
  width: 34px;
  height: 31px;
  line-height: 31px;
  padding: 0;
  font-size: 0;
  color: #fff;
  cursor: pointer;
}

.search_button:hover {
  background: #d4a507;
}

.search_icon {
  width: 16px;
  height: 18px;
  vertical-align: middle;
}

.categories {
  position: relative;
}

.categories_heading {
  float: left;
  line-height: 60px;
  padding-left: 10px;
  padding-right: 20px;
  color: #fff;
  background-color: #1a407c;
  font-size: 0;
  cursor: pointer;
}

.menu_icon {
  vertical-align: middle;
}

.categories_heading span {
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
}

.categories_nav {
  display: none;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 15px;
  color: #1A407C;
  border-top: 1px solid #d8d8d8;
  position: absolute;
  z-index: 999;
  top: 60px;
  left: 0;
  min-width: 100%;
}

.category_item {
  position: relative;
}

.category_link {
  position: relative;
  display: block;
  padding: 6px 20px 6px 20px;
  border-bottom: 1px dashed #d8d8d8;
}

.category_item .arrow_right {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 12px;
  margin-top: -8px;
  font-size: 0;
  color: #23aee2;
}

.cat_switch {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 31px;
  color: #23aee2;
}

.cat_switch::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  width: 16px;
  height: 10px;
  background: url(../images/sprite.png) no-repeat -0px -32px;
}

/* FOOTER */
.footer_top {
  position: relative;
  padding: 23px 0;
  background-color: #fff;
  font-size: 0;
}

.payments_text {
  font-size: 14px;
  color: #0a0a28;
  display: block;
  margin: 0 0 10px;
}

.footer_bottom {
  background-color: #1a407c;
  padding: 25px 0;
  font-size: 16px;
  color: #fff;
}

.foot--cat {
  display: none;
}

#subscribe_container {
  margin-bottom: 40px;
  padding: 20px 30px;
  background-color: #1a407c;
  background-image: url('../images/subscribe-info.png');
  background-repeat: no-repeat;
  background-position: left 10px top 10px;
  background-size: 70px;
}

#subscribe_container .h3 {
  margin-bottom: 35px;
  padding-left: 65px;
  color: #fff;
  font-size: 20px;
}

.subscribe_promotext {
  margin-top: 8px;
  line-height: 1.3;
  font-size: 12px;
  color: #827f7f;
}

.subscribe_form {
  position: relative;
  width: 315px;
  max-width: 100%;
  font-weight: bold;
  font-size: 14px;
}
.subscribe_form label.error {
  top: auto;
  bottom: 100%;
  right: auto;
  left: 10px;
}

.subscribe_input {
  width: 100%;
  padding: 10px 105px 10px 10px;
  background-color: #fff;
  border: none;
  color: #827f7f;
}

.subscribe_button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 5px;
  border: none;
  background-color: #e8e8e8;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #1a407c;
  font-size: 14px;
}
.subscribe_links {
  display: none;
}

.foot .h3 {
  font-weight: normal;
  margin-bottom: 12px;
}
.foot .h3 {
  color: #fff;
  font-weight: bold;
}

.foot_social {
  margin-bottom: 26px;
}

.foot_social a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 32px;
  height: 32px;
  padding: 6px;
  font-size: 0;
  border-radius: 50%;
  /* background-image: url(../images/social.png);
  background-repeat: no-repeat; */
}

.foot_social a.facebook {
  background-color: #3b5998;
}
.foot_social a.youtube {
  background-color: #ef0000;
  padding: 10px;
}
.foot_social a.instagram {
  background: linear-gradient(30deg, #fdf497 0%, #fdf497 5%, #d42233 45%,#d6249f 60%,#285AEB 90%);
}
.foot_social a.viber {
  background-color: #7d3daf;
  padding: 0;
}
.foot_social a.telegram {
  background-color: #1fbefc;
}

.fb {
  background-position: 0 0;
}

.vk {
  background-position: 0 -32px;
}

.ok {
  background-position: 0 -64px;
}

.tw {
  background-position: 0 -96px;
}

.ins {
  background-position: 0 -128px;
}

.yt {
  background-position: 0 -160px;
}

.foot_item {
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer_contacts,
.foot_menu {
  margin-top: -5px;
}

.footer_contacts a {
  text-decoration: none;
}

.copyright {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}

/* Main page */
.advantages {
  background-color: #f2f6f7;
  font-weight: bold;
  line-height: 18px;
  font-size: 14px;
  color: #929faf;
}

.advantage {
  position: relative;
  padding-left: 55px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.advantage::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  background-image: url(../images/home_sprite.png);
  background-repeat: no-repeat;
}

.advantage_1::before {
  top: 17px;
  height: 23px;
  background-position: 0 -98px;
}

.advantage_2::before {
  top: 13px;
  background-position: 0 -65px;
}

.advantage_3::before {
  top: 15px;
  height: 31px;
  background-position: 0 -33px;
}

.advantage_4::before {
  top: 13px;
  background-position: 0 0;
}

.banners {
  font-size: 0;
  margin-bottom: 40px;
}

.banner {
  margin: 10px 0;
}

.slick-banner__item {
  position: relative;
}

.slick-banner__item a, .slick-banner__item a:hover {
  text-decoration: none;
}

.slick-banner__item img {
  display: block;
}


.countdown {
  padding: 6px 20px;
  background: #ff0000;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  width: 100%;
  text-decoration: none;
}
.countdown span {
  display: inline-block;
  line-height: 1;
}

.look_all {
  font-size: 12px;
  color: #606060;
  text-align: center;
}

.main_text {
  padding-top: 12px;
  color: #606060;
  opacity: .7;
}

/* Blog */
.news {
  position: relative;
}

.blog.row {
  margin: 0 -10px;
  margin-bottom: 45px;
}
.blog .blog_item {
  padding: 0 10px;
  /* border-bottom: 1px solid #e8e8e1; */
  /* box-shadow: inset -1px 0 0 #e8e8e1; */
  /* background-color: #fff; */
  margin-bottom: 20px;
}
.blog_item-wrap {
  height: 100%;
  padding: 15px;
  background-color: #fff;
}

.news_content,
.blog_content {
  padding: 25px 23px 30px;
  color: #606060;
}

.blog_content {
  padding: 0;
}
.blog_content_text a,
.blog_content .h5 a {
  color: #1a407c;
  text-decoration: none;
}
.blog_content_text,
.blog_content .h5 {
  margin-bottom: 10px;
}
.news_image,
.blog_image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 52%;
  background-color: #f5f6f7;
  background-image: url(../images/post_img.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.blog_image {
  margin-bottom: 15px;
  padding-bottom: 100%;
}
.news_img,
.blog_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}

.blog_annotation,
.news_annotation {
  opacity: .7;
  max-height: 105px;
  overflow: hidden;
}

.news_date,
.blog_date {
  margin: 12px 0 5px;
  opacity: .7;
}

.blog_date {
  margin: 0;
}

.blog_more_piece {
  display: flex;
  justify-content: center;
}
.blog_more_piece-btn {
  margin-bottom: 25px;
  padding: 5px 25px;
  font-family: "Arial";
  text-transform: uppercase;
}

/* Brands */
.all_brands {
  position: relative;
}

.brands {
  box-shadow: inset 0px -1px 0 #e8e8e1;
}

.all_brands_link,
.brand_link {
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #606060;
  padding: 30px 25px;
}

.all_brands_link {
  border-left: 1px solid #e8e8e1;
}

.slick-current .all_brands_link {
  border-left: none;
}
.brands.block {
  background-color: transparent;
}

.brand_item,
.catalogcat_item {
  display: flex;
  margin-bottom: 90px;
  /* border-bottom: 1px solid #e8e8e1; */
  /* border-right: 1px solid #e8e8e1; */
}
.catalogcat_item {
  position: relative;
  margin-bottom: 25px;
}
.catalogcat_name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 16px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  background-color: #f2f5f1;
  /* border-radius: 0 0 10px 10px; */
}

.brand_item::after,
.catalogcat_item::after {
  clear: both;
  content: " ";
  display: block;
}
.brand_image_wrap {
  width: 155px;
  min-width: 155px;
  height: 155px;
  min-height: 155px;
  margin-right: 25px;
  padding: 7px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.catalogcat_image_wrap {
  width: 100%;
  padding: 7px;
  padding-bottom: 28px;
  background-color: #fff;
  /* border-radius: 10px; */
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}
.brand_image_wrap .brand_link,
.catalogcat_image_wrap .catalogcat_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
}
.brand_info {
  width: 50%;
}
.brand_info .brand_link {
  padding: 0;
  color: #1a407c;
  text-align: left;
}
.brand_info .brand_name {
  justify-content: flex-start;
  height: auto;
  text-align: left;
}

.brand_image,
.brand_name {
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.brand_image {
  margin-bottom: 20px;
}

.brand_img {
  vertical-align: middle;
  max-height: 100%;
}
.brand_product_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brand_product_list_wrap {
  display: none;
}
.brand_product_list_item_link {
  text-decoration: none;
  color: #1a407c;
}
.brand_product_list_showall {
  display: flex;
  align-items: center;
  color: #565656;
  text-decoration: none;
}
.brand_product_list_showall .arrow {
  display: block;
  width: 10px;
  margin-left: 4px;
  font-size: 0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.brand_product_list_showall.is_active .arrow {
  transform: rotate(-90deg);
}
.brand .brand_item:hover,
.all_brands_link:hover,
#fn_content .products_item:hover {
  box-shadow: inset 0 0 0 1px #ccccc6;
}

/* Product preview */
.main_products {
  position: relative;
}

.preview {
  position: relative;
  padding: 15px 13px;
}

.products_item {
  /* border-bottom: 1px solid #e8e8e1; */
  box-shadow: inset -1px 0 0 #e8e8e1;
  margin-bottom: 0;
  background-color: #fff;
}

.product_name {
  display: block;
  font-weight: bold;
  height: 63px;
  line-height: 21px;
  font-size: 16px;
  color: #1a407c;
  overflow: hidden;
  margin-bottom: 10px;
}

.preview .product_name {
  width: 58%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.preview_image {
  display: block;
  position: relative;
  height: 230px;
  line-height: 200px;
  text-align: center;
  padding: 0 0 30px;
}

.preview_img {
  vertical-align: middle;
  max-height: 100%;
  line-height: 1;
}

.preview .price_container {
  float: left;
  width: calc(100% - 135px);
  font-weight: bold;
  line-height: 1.4;
  min-height: 42px;
}

.preview .price_container--series {
  float: none;
  width: 100%;
}

.preview-info-wrap {

}

.preview_form {
  width: 125px;
  float: right;
  padding-top: 7px;
}

.preview .button {
  width: 100%;
}

.preview .price {
  font-size: 20px;
}

.preview .price--red {
  color: #c90a13;
}
.preview .hidden+.price {
  margin-top: 7px;
}

.old_price {
  color: #000;
  font-size: 14px;
  opacity: .7;
  text-decoration: line-through;
}

.remove_link {
  display: block;
  margin: -15px 0 15px;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}

.remove_link .remove_icon {
  margin-top: -2px;
  color: #e62e04;
}

.remove_link span {
  text-decoration: underline;
}

.remove_link:hover span {
  text-decoration: none;
}

.sort {
  border-bottom: 1px solid #e8e8e1;
  line-height: 17px;
  background-color: #fff;
  padding-left: 3px;
}

.sort_title {
  display: block;
  padding: 14px 12px 0;
  font-weight: bold;
  font-size: 16px;
}

.sort_link {
  float: left;
  padding: 14px 5px 14px 10px;
  text-decoration: none;
  font-size: 13px;
  border: none;
  background: none;
  cursor: pointer;
}

.sort_link.active_up,
.sort_link.active_down {
  color: #02958F;
  font-weight: bold;
}

.sort_link span {
  display: inline-block;
  position: relative;
  padding-right: 21px;
}

.sort_link span::after {
  content: "";
  width: 16px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  background: url(../images/sprite.png) no-repeat -1px -303px;
}

.sort_link.no_after span::after {
  content: none;
}

/*series*/

.series_heading {
  margin-bottom: 10px;
}

.series__header {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.series__description {
  margin-bottom: 22px;
  background-color: #fcfcfc;
}

.series_image {
  width: 70%;
  /* max-height: 420px; */
}

.series_image--height {
  height: 412px;
}

.series_image--slider .images{
  margin-top: 12px;
  margin-bottom: 0;
}

.series_image--height img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.series_video {
  width: 65%;
}

.series_video-wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.series_video iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.series_delivery {
  padding-left: 32px;
  width: 30%;
  list-style: none;
}

.series_delivery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.series__noproducts {
  margin-top: 24px;
}

.series__list-item {

  border-bottom: 1px solid #b8b7b7;
}

.series-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-top: 28px;
}

.series-preview__image {
  position: relative;
  width: 180px;
  min-width: 180px;
}

.slick-next::before, 
.slider-nav .slick-prev::before {
  width: 18px;
  height: 18px;
} 

.slider-nav__bottom .slick-prev {
  left: -28px;
}

.slider-nav__bottom .slick-next {
  right: -28px;
}


.slider-nav {
  background: #fff;
  box-shadow: 0px 0px 4px 0 rgba(0,0,0,.22);
  padding: 12px 22px 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.slider-nav .slick-track,
.slider-nav .slick-list {
  display: flex; 
}

.slider-nav__top-item.slick-slide  {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}


.slider-nav__bottom {
  margin-top: 10px;
  /* margin-left: -8px;
  margin-right: -8px; */
}

.slider-nav__bottom .slick-track,
.slider-nav__bottom .slick-list {
  display: flex; 
}

.slider-nav__bottom-item {
  margin: 0 8px;
}

.slider-nav__bottom-item-wrap {
  border: 1px solid transparent;
  padding: 2px;
  border-radius: 5px;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.slider-nav__bottom-item.slick-current .slider-nav__bottom-item-wrap{
  border-color: #02958F;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,.22);
}

.series-preview__wrap {
  padding-left: 32px;
  width: calc(100% - 180px);
  
}

.series-preview__wrap-top {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.series-preview__wrap-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.series-preview__features {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.series-preview__name {
  margin-bottom: 0;
  font-size: 20px;
}

.series-preview__sku {
  margin-right: 42px;
}

.series-preview__rating {
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.series-preview__wishlist {
  margin-right: 10px;
}

.series-preview__wishlist .product_wish {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid transparent;
}

.series-preview__wishlist .product_wish.selected {
  border-color: #f2bd0b;
}

.series-preview__wishlist .product_wish::before {
  top: 8px;
  left: 6px;
}

.series-preview__wishlist .product_compare {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  padding: 0;
  border: 2px solid transparent;
}

.series-preview__wishlist .product_compare::before {
  top: 8px;
  left: 6px;
}

.series-preview__ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*  */

.series-preview__features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 6px;
}

.series-preview__features-list li {
  display: inline-block;
  margin-right: 16px;
  font-size: 14px;
}

.series-preview__features-list li .value {
  padding-left: 4px;
  font-weight: 700;
}

.series-preview__details {
  width: 200px;
}

.series-preview__details-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.series-preview__details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.series-preview__price {
  margin-bottom: 12px;
}

.series-preview__buttons {
  width: 200px;
}

.series-preview__price .price {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

.series-preview__price .price--red {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #c90a13;
}

.series-preview__price .old_price {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
}

.series-preview__buy {
  width: 100%;
}

.series-preview__details .quontity_label {
  margin-top: 0;
}


.block-more__hide {
  height: auto;
  overflow: hidden;
  max-height: 2000px;
}

.block-more__link {
  color: #1a407c;
  font-weight: 700;
  font-size: 16px;
}

.block-more__hide.is-hide {
  max-height: 200px;
}
/* Cart */
.purchase {
  width: 100%;
}

.purchase th,
.purchase td {
  vertical-align: middle;
  text-align: center;
}

.purchase th {
  padding: 12px 8px;
  font-weight: bold;
  font-size: 13px;
  font-weight: bold;
  background-color: #fcfcfc;
}

.purchase td {
  border-top: 1px solid #e8e8e1;
  border-bottom: 1px solid #e8e8e1;
  padding: 8px;
  background-color: #fff;
}

.purchase_remove,
.purchase_image {
  font-size: 0;
}

.purchase_remove a {
  text-decoration: none;
}

.purchase_preorder,
.purchase_remove a:hover {
  color: #e62e04;
}

.remove_icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.amount {
  width: 123px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e8e8e1;
  line-height: 34px;
}

.plus,
.minus {
  font-size: 16px;
  float: left;
  width: 28px;
  height: 34px;
  text-align: center;
  cursor: pointer;
  color: #707070;
}

.plus:hover,
.minus:hover {
  color: #030303;
}

.input_amount {
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #e8e8e1;
  border-right: 1px solid #e8e8e1;
  background-color: #f7f7f7;
  padding: 0;
  margin: 0;
  height: 34px;
  width: 65px;
  text-align: center;
}

.purchase_total td {
  font-weight: bold;
  font-size: 16px;
  border-bottom: none;
}

.purchase_total {
  font-weight: bold;
  font-size: 16px;
}

.purchase_total .total_sum {
  color: #1a407c;
  font-size: 18px;
}

.purchase_name {
  font-weight: bold;
  font-size: 13px;
  color: #1a407c;
}

.purchase .coupon,
.purchase .purchase_total {
  padding: 10px;
}

.input_coupon {
  vertical-align: top;
  width: 165px;
  height: 34px;
  padding: 0 8px;
  border: 1px solid #e8e8e1;
  border-radius: 2px;
  font-size: 13px;
  font-family: inherit;
}

.coupon_button {
  height: 34px;
  padding: 0 25px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background: #f2bd0b;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.coupon_button:hover {
  background: #d4a507;
}

.coupon .message_error {
  margin: 0 0 10px;
  width: 285px;
}

.fn_delivery_wrap {
  margin-top: 20px;
}

.cart__title {
  padding: 9px 15px;
  font-size: 16px;
  color: #fff;
  background-color: #1a407c;
}

.cart__actions {
  margin-bottom: 28px;
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}

.delivery {
  font-size: 13px;
}

.delivery_item {
  margin-bottom: 15px;
}

.delivery_description {
  margin-left: 25px;
  display: none;
}

.active+.delivery_description {
  display: block;
}

.input_delivery {
  float: left;
  margin: 4px 0 0;
}

.delivery_item img {
  vertical-align: middle;
  margin-right: 4px;
}

.delivery_name {
  display: block;
  padding-left: 25px;
}

.delivery_label {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: 500;
}

.active.delivery_label {
  font-weight: bold;
}

.order_details {
  width: 100%;
}

.order_details td {
  padding: 0 0 15px;
}

.order_notify {
  background-color: #fff;
  border: 2px solid rgb(56, 192, 243);
  margin-bottom: 25px;
  padding: 18px 20px 18px;
}

.order_heading {
  color: rgb(10, 10, 40);
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  font-family: inherit;
  margin-bottom: 10px;
}

.order_thank {
  color: rgb(10, 10, 40);
  font-size: 18px;
  line-height: 1.2;
  font-family: inherit;
  margin-top: 10px;
}

.order_tag {
  color: #fff;
  line-height: inherit;
  padding: 0px 8px;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgb(56, 192, 243);
}

.order_heading_promo {
  color: rgb(10, 10, 40);
  font-size: 16px;
  line-height: 1.3;
}

.method_name {
  font-weight: bold;
  font-size: 16px;
}

.method_form {
  margin: 15px 0;
}

.method_description {
  margin-bottom: 15px;
}

.feedback_form {
  background-color: #f5f6f7;
  border: 1px solid #e8e8e1;
}

.feedback_inner {
  padding-top: 25px;
}

/* Pagination */
.pagination {
  list-style: none;
  text-align: center;
  background: #fff;
  padding: 15px 10px 5px;
  margin: -40px 0 40px;
}
.pagination-title {
  color: #b6b6b6;
}
.pagination-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pagination-wrap .pagination {
  margin-top: 0;
  padding-top: 10px;
  background-color: transparent;
}
.page_item {
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 10px;
}

.page_link {
  display: block;
  padding: 3px 7px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e8e8e1;
  background-color: #fff;
  color: #303030;
}
.pagination-wrap .page_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35px;
  height: 35px;
}
.page_link:hover,
.active .page_link {
  color: #fff;
  background-color: #1a407c;
  border-color: #1a407c;
}

/* Product Page */
.product_heading {
  font-size: 22px;
  color: #0a0a28;
  font-weight: bold;
  line-height: 1.1;
  margin: 5px 0 22px;
}

.sku {
  margin-top: -10px;
  margin-bottom: 16px;
  font-size: 13px;
}

.sku_nubmer {
  color: #adaaaa;
}

.preview .sku {
  margin: 0;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: normal;
}

.product__serieslink {
  display: block;
  margin-top: 23px;
  padding: 6px 0;
  font-weight: 700;
}

.product_brand_block {
  font-size: 13px;
  float: left;
  margin-right: 25px;
}

.product_image {
  position: relative;
  text-align: center;
  height: 340px;
  margin-bottom: 23px;
}

.product_image a {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  border: 1px solid #e8e8e1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_img {
  position: relative;
  max-height: 100%;
}

.images {
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 23px;
}

.images_item {
  float: left;
  width: 16.666667%;
  padding-left: 6px;
  padding-right: 6px;
}

.images_link {
  display: block;
  border: 1px solid #e8e8e1;
  height: 77px;
  line-height: 75px;
  text-align: center;
  font-size: 0;
}

.images_item img {
  vertical-align: middle;
}

.product_details {
  margin-bottom: 23px;
}

.product_wish {
  margin-bottom: 12px;
}

.product_wish,
.product_compare {
  position: relative;
  display: inline-block;
  color: #686666;
  font-size: 12px;
  padding-left: 27px;
}

.product_wish::before,
.product_compare::before {
  content: "";
  width: 16px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
  background-repeat: no-repeat;
  background-image: url(../images/sprite.png);
}

.product_wish::before {
  background-position: -17px -15px;
}

.product_wish.selected::before {
  background-position: -34px -15px;
}

.product_compare::before {
  background-position: -17px 0;
}

.product_compare.selected::before {
  background-position: -34px 0;
}

.product_wish::after,
.product_compare::after {
  content: attr(title);
}

.details_label {
  font-size: 13px;
  margin-right: 14px;
  display: inline-block;
}

.product_rating {
  display: inline-block;
  margin: 20px 0 16px;
  font-size: 13px;
}

.available {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
}

.in_stock,
.no_stock {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}

.no_stock {
  padding-left: 18px;
}

.in_stock::before,
.no_stock::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 11px;
  height: 8px;
  background: url(../images/sprite.png) no-repeat -37px -33px;
}

.no_stock::before {
  height: 9px;
  background: url(../images/sprite.png) no-repeat -52px -33px;
}

.quontity_label {
  margin-top: 34px;
}

.product .amount {
  display: inline-block;
  vertical-align: top;
  margin-top: 26px;
  margin-bottom: 1px;
}

.product_btn {
  border: 2px solid transparent;
  background-color: #1a407c;
  color: #fff;
  min-width: 220px;
}

.info_delivery,
.info_payment {
  margin-top: 25px;
}

.product_btn:hover {
  background-color: transparent;
  border-color: #1a407c;
}

.product .variant_select,
.products_item .variant_select {
  width: 100%;
  height: 39px;
  line-height: 35px;
  padding: 0 35px 0 15px;
  border: 2px solid #e1e8ed;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/select_arrow.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-top: 5px;
}

.variant_select::-ms-expand {
  display: none;
}

.product .old_price {
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
}

.product .price {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1;
  margin-top: 5px;
  
}

.product .price--red {
  color: #c90a13;
}

.product .hidden+.price {
  margin-top: 25px;
}

.product_buttons {
  margin-top: 25px;
}

.info_delivery,
.info_payment {
  border: 1px solid #e1e8ed;
  padding: 20px 18px 14px;
  font-size: 14px;
  position: relative;
}

.info_delivery::before,
.info_payment::before {
  content: "";
  position: absolute;
  bottom: 12px;
}

.info_delivery::before {
  width: 48px;
  height: 64px;
  right: 12px;
  background: url(../images/sprite.png) no-repeat 1px -178px;
}

.info_payment::before {
  width: 64px;
  height: 58px;
  right: 10px;
  background: url(../images/sprite.png) no-repeat 0px -243px;
}

.info_delivery .h5,
.info_payment .h5 {
  color: #030303;
  margin-bottom: 15px;
}

.info_delivery p,
.info_payment p {
  margin-bottom: 7px;
  opacity: .7;
}

.product_share {
  margin: 20px 0 25px;
}

.share_text {
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.product_share>div {
  display: inline-block;
  vertical-align: middle;
}

.product .pager {
  padding: 0;
}

.tab_navigation {
  overflow: hidden;
  z-index: 1;
}

.tab_navigation a {
  display: block;
  padding: 7px 10px;

  background-color: #f7f7f7;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #e1e8ed;
}

.tab_navigation a.selected {
  background-color: #fff;
  box-shadow: inset 0 2px 0 0 #38c0f3;
}

.tab_container {
  overflow: hidden;
  border-top: 1px solid #e1e8ed;
  margin: -1px 0 0;
}

.tab {
  display: none;
  padding: 15px;
}

.product_description {
  line-height: 1.65;
  display: block;
}

.product_description table {
  max-width: 100% !important;
}

.product_description iframe {
  max-width: 100% !important;
}

.product_description img {
  max-width: 100% !important;
}


.features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.features li {
  padding: 0;
  margin-bottom: 7px;
  overflow: hidden;
  background-color: #fff;
}

.features_name,
.features_value {
  display: block;
  float: left;
  padding-left: 7px;
}

.features_value {
  width: 50%;
  padding-right: 15px;
}

.features_name {
  width: 50%;
  position: relative;
}

.features_name span {
  position: relative;
  padding-right: 10px;
  z-index: 1;
  background-color: #fff;
}

.features_name::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e1e8ed;
}

/* Comments */
.comment_item {
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(225, 232, 237);
  padding-bottom: 10px;
}

.admin_note {
  margin-top: 10px;
  margin-left: 15px;
  border-left: 3px solid rgba(56, 192, 243, 0.8);
  padding: 10px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  background: rgb(248, 248, 248);
}

.comment_author {
  font-weight: bold;
  color: rgb(5, 72, 98);
  text-transform: uppercase;
  font-size: 13px;
}

.comment_date {
  opacity: .5;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 8px;
  display: block;
}

.comment_content {
  color: rgb(50, 50, 50);
  font-size: 14px;
  line-height: 1.4;
}

.no_comments {
  margin-bottom: 12px;
  border-left: 3px solid rgba(56, 192, 243, 0.8);
  padding: 10px;
  background: rgb(248, 248, 248)
}

/* Post */
.post_date {
  opacity: .7;
  margin-bottom: 10px;
}

.post_share {
  margin: 20px 0;
}

.pager {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0;
  list-style: none;
  overflow: hidden;
}

.pager li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pager li:nth-child(even) {
  text-align: right;
}

.pager a,
.pager a:hover span {
  text-decoration: none;
}

.pager a span {
  text-decoration: underline;
}

.change_pass {
  margin-bottom: 10px;
}

.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.change_pass span:hover {
  border-color: transparent;
}

.password_remind {
  float: right;
  margin-top: 6px;
  font-size: 13px;
}

/* Filters */

.sidebar_top {
  background-color: #fff;
  margin-bottom: 20px;
}

.sidebar_center {
  background-color: #fff;
  margin-bottom: 20px;
}

.sidebar .h2 {
  padding-bottom: 10px;
  padding-top: 12px;
}

.filter_group {
  padding: 23px 23px 0;
}

.catalog_menu {
  padding: 20px 0 0;
}

.selected_filter_boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.selected_filter_box {
  position: relative;
  width: 100%;
  min-height: 1px;
  /*padding-right: 10px;*/
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.selected_filter_item {
  border: 1px solid #38c0f3;
  border-radius: 3px;
  margin: 0 0px 10px 0;
  max-width: 100%;
}

.filter_reset {
  font-size: 13px;
  color: #00aeef;
  font-weight: 500;
  overflow: hidden;
  display: inline-block;
  border: none;
  background: no-repeat;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.selected_filter_box .s_filter_link {
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 12px;
  padding: 2px 8px 1px;
  cursor: pointer;
  color: #575757;
}

.selected_filter_box .s_filter_link span {
  margin-right: 5px;
  cursor: pointer;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% - 20px);
  -ms-flex: 0 0 calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  max-width: calc(100% - 20px);
}

.selected_filter_box .s_filter_link svg {
  width: 16px;
  height: 16px;
  color: #999;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link svg {
  color: #f25050;
}

.selected_filter_box .selected_filter_item:hover {
  background: #38c0f3;
}

.selected_filter_box .selected_filter_item:hover .s_filter_link {
  color: #fff;
}

.filters_heading {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  padding: 9px 15px;
  cursor: pointer;
  background-color: #02958F;
  color: #fff;
}

.filters_heading .angle_icon {
  position: absolute;
  right: 20px;
  top: 18px;
}

.filter_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter_name.active .angle_icon {
  transform: rotate(0deg);
}

.filter_name .angle_icon {
  transform: rotate(180deg);
}

.filter_item {
  line-height: 24px;
  padding: 4px 0;
}

.filter_item--hidden {
  display: none;
}

.filter_more {
  padding: 6px 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
  color: #1a407c;
  transition: all 0.3s ease-in;
}

.filter_more:hover {
  color: #02958F;
}

.catalog_item {
  padding: 0 23px;
  transition: all 0.1s ease;
}

.catalog_item:hover {
  padding-left: 32px;
  background-color: #1a407c;
  color: #fff;
}

.filter_link {
  display: block;
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  min-height: 20px;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
  background: no-repeat;
  border: none;
  text-align: left;
  transition: all 0.1s ease;
}

.filter_link:hover {
  color: #1a407c;
}

.catalog_link {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: relative;
  padding-left: 0px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  padding: 7px 0px;

}


.catalog_link.sub_cat::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  margin-left: 1px;
  background-image: url(../images/select_arrow.png);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter_indicator {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border: 1px solid #e8e8e1;
  border-radius: 1px;
}

.checked .filter_indicator {
  background: url(../images/sprite.png) no-repeat 0px -318px;
}

.filter_group--price {
  display: block;
}

.price_range {
  overflow: hidden;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 15px;
}

.price_label {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
}

.max_price {
  text-align: right;
}

.max_input,
.min_input {
  max-width: 100%;
  padding: 0 8px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #e8e8e1;
}

/* Browsed products */
.browsed {
  padding-top: 10px;
  padding-bottom: 15px;
}

.browsed_item {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.browsed_item img {
  vertical-align: middle;
}

/* Product Rating */
.rating_starOff {
  display: inline-block;
  vertical-align: top;
}

.rating_starOff,
.rating_starOn {
  width: 90px;
  height: 18px;
  background: url(../images/rating.png) repeat-x left top;
}

.rating_starOn {
  display: block;
  background-position: left bottom;
}

.rating_text {
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
}

/* BREADCRUMBS */

.top-wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-wrap__back {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
}


.top-wrap__back::before {
  content: '';
  position: absolute;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/sprite.png) no-repeat center;
  background-position: -0px -394px;
}



.breadcrumbs {
  padding: 10px 15px;
  margin: 25px 0;
  list-style: none;
  font-size: 12px;
  background-color: #fff;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0;
  margin: 3px 0;
}

.breadcrumbs li+li:before {
  padding: 0 2px;
  content: "/\00a0";
}

/* Scroll to top */
.to_top {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  display: none;
  background-color: #b8b7b7;
  background-image: url(../images/up-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.to_top:hover {
  background-color: #38c0f3;
}

/* POPUP WINDOW */
.popup {
  width: 320px;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}

.popup_heading {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

/* Comparison_page */
.comparison_page {
  padding-bottom: 40px;
}

.comparison_left {
  float: left;
  width: 30%;
}

.comparison_products {
  float: right;
  width: 70%;
  position: relative;
  margin: 0;
  border-left: 1px solid #e8e8e1;
}

.comparison_item {
  border-right: 1px solid #e8e8e1;
}

.cell {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e1;
}

.comparison_item .cell,
.comparison_item .cprs_rating {
  text-align: center;
}

.cprs_rating {
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e1;
  border-top: 1px solid #e8e8e1;
}

.cell:nth-child(odd) {
  background: #efefef;
}

.compare_controls {
  position: relative;
}

.compare_show {
  position: absolute;
  left: 0px;
  bottom: 25px;
}

.compare_show a {
  display: inline-block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 0 5px 5px 15px;
}

.compare_show a:hover,
.compare_show .active {
  background: #fff;
  border: 1px solid #e8e8e1;
  padding: 5px 10px;
  color: #030303;
}

.compare_show a span {
  border-bottom: 1px dashed;
}

.compare_show a:hover span,
.compare_show .active span {
  border-color: transparent;
}

.preorder_label {
  padding: 0 5px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  background: #f2bd0b;
  border: none;
  border-radius: 2px;
}

.callback_form .captcha {
  display: block;
  margin: 0 0px 20px 0;
}

.callback_form .captcha .secret_number {
  width: 95px;
}

.callback_form .captcha .form_captcha {
  width: calc(100% - 117px);
}

.callback_form .button {
  display: block;
  width: 100%;
}

.order_notify_v2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 0px;
}

.order_notify_v2 .o_notify_v2_head {
  vertical-align: middle;
  margin-bottom: 20px;
}

.order_notify_v2 svg {
  width: 44px;
  height: 44px;
  color: #74B636;
  margin-right: 12px;
  vertical-align: middle;
}

.order_notify_v2 .o_notify_v2_heading {
  font-size: 32px;
  font-weight: 600;
  vertical-align: middle;
}

.o_notify_v2_content {
  margin-bottom: 25px;
}

.o_notify_v2_content .o_notify_v2_content_inner {
  max-width: 660px;
  display: inline-block;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box {
  display: inline-block;
  border: 2px solid #FFC007;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 10px;
  line-height: 1.2;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  color: #414141;
}

.o_notify_v2_order_id .o_notify_v2_order_id_box .o_notify_v2_order_id_bold {
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
  margin-top: 3px;
  display: block;
  color: #000;
}

/* main menu */
.menu_group_header {
  float: left;
}

.menu_list_1 {
  padding-left: 0px;
  list-style: none;
}

.menu_list_2,
.menu_list_3,
.menu_list_4 {
  padding-left: 15px;
  list-style: none;
}

.menu_list {
  margin: 5px 0px 0px 0px;
}

.menu_item {
  margin-bottom: 5px;
}

/* menu 404 */

menu_group_404 .menu_list {
  margin: 0px;
  padding-left: 15px;
}

.menu_404 {
  margin-top: 30px;
}

.menu_404 .text_404 {
  margin: 0 0 40px;
}

.menu_404 .text_404 {
  font-weight: 500;
  font-family: inherit;
  color: rgb(89, 89, 89);
  font-size: 18px;
  line-height: 1.3;
}

.menu_group_404 .menu_list {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 0px;
  list-style: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.menu_group_404 .menu_list_2 {
  display: none !important;
}

.menu_group_404 .menu_list .menu_item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 0;
}

.menu_group_404 .menu_list .menu_link {
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #1a407c;
  border: 1px solid rgb(0, 145, 185);
  display: inline-block;
  vertical-align: middle;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}

.menu_group_404 .menu_list .menu_link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(4, 73, 92);
}

.page404__text {
  margin-bottom: 28px;
  font-weight: bold;
  text-align: center;
}

.page404__search {
  display: flex;
  align-items: center;
}

.page404__search .search_button {
  position: static;
  height: 42px;
  width: 42px;
}

.page404__search input {
  flex-grow: 1;
  height: 42px;
  padding: 0 16px;
}

/* menu footer */

#places_list td {
  padding: 7px 5px;
}

#places_list tr:nth-child(2n+1) {
  background-color: #e8e8e8;
}

#map {
  width: 810px;
  height: 500px;
  margin: 20px 0;
}

.box-modal#subscribe-main-modal {
  position: relative;
  width: 580px;
  padding: 23px;
  background: #fff;
  color: #3c3c3c;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
  border-radius: 6px;
}

.box-modal#subscribe-main-modal .box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #000;
  cursor: pointer;
}

.box-modal#subscribe-main-modal .box-modal_close:hover {
  color: #666;
}

/*.box-modal#subscribe-main-modal form {
    display: grid;
}*/

.red {
  color: #f00
}

.name {
  width: 700px;
}

.photoborder {
  width: 208px;
  min-height: 178px;
  padding-bottom: 30px;
  border: 1px solid #e0e0e0;
  position: relative;
  top: 0;
  left: 0;
}

.photolabel {
  position: absolute;
  right: 0;
  bottom: 10px;
  border-color: red;
  height: 60px;
  width: 80px;
  color: #c90a13;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
}

.redhead {
  background-color: #c90a13;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  height: 26px;
  position: relative;
}

.redhead .corner {
  position: absolute;
  right: -11px;
  top: 0;
  display: block !important;
}

/*novaposhta_cost*/
.np_city,.np_warehouse {
    width: 300px;
}
/*/novaposhta_cost*/

.faq__title {
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a407c;
}

.faq__list{
  list-style-type: none;
  margin: 0;
  position: relative;
  padding: 0;
}
.faq__item{
  margin-bottom: 15px;
  position: relative;
}
.faq__item:last-child{
  margin-bottom: 0;
}
.faq__item--boxed{
  padding: 5px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 6px #0000004d;
}
.faq__question{
  position: relative;
  padding: 15px 15px 15px 50px;
  transition: all 500ms ease;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.faq__arrow{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  left: 15px;
  transition: all .3s ease;
}
.faq__question.active {
  background: #fff;
  color: #02958F;
}
.faq__question.active .faq__arrow{
  transform: rotate(-90deg);
}
.faq__content{
  position: relative;
  display: none;
  padding: 0px 0 20px 50px;
  border-bottom: 1px solid #f2f2f2;
}
.faq__answer{
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: normal;
  font-family: inherit;
}
@media only screen and (max-width : 767px) {
  .faq__question{
    padding: 12px 14px 14px 38px;
    font-size: 14px;
  }

  .faq__arrow {
    left: 10px;
  }
}

.video_cont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video_cont iframe,
.video_cont video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.main-title.h1,
.main-title.h2 {
  margin-bottom: 25px;
  padding-left: 0;
  padding-bottom: 15px;
  color: #1a407c;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #e8e8e8;
}

.main-title--about-store.h2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 40px;
}

.main-title--about-store.h2 .arrow-icon {
  width: 20px;
  height: auto;
  transform: rotate(90deg);
  transition: all 0.3s;
  cursor: pointer;
}
.main-title--about-store.h2.active .arrow-icon {
  transform: rotate(-90deg);
}

.main-title--seen.h1,
.main-title--seen.h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 23px;
  background-color: #fff;
}

.main-title--seen::after {
  content:'';
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
}

.main-title--seen .save {
  text-align: right;
}

.header--mobile {
  min-height: auto;
}
.header--mobile.menu-open {
  z-index: 101;
}

#cart_informer .cart_title,
#cart_informer .cart_total {
  display: none;
}

.header--mobile .header_bottom {
  position: relative;
  border-bottom: 2px solid #ffa200;
  padding-bottom: 15px;
}
.header--mobile .header_bottom.fixed {
  position: fixed;
}
.header--mobile .menu_group_header {
  position: static;
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  color: #636363;
  padding-top: 0;
  overflow: unset;
}
.burger {
  position: relative;
  display: block;
  width: 40px;
  height: 68px;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.burger__line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 35px;
    height: 4px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    border-radius: 10px;
    transition: all 0.3s;
}

.burger__line--1 {
  transform: translate(-50%, calc(-50% - 11px));
}
.burger__line--3 {
  transform: translate(-50%, calc(-50% + 11px));
}
.burger.active .burger__line--1 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger.active .burger__line--2 {
  opacity: 0;
  visibility: hidden;
}
.burger.active .burger__line--3 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu_mobile-trigger {
  margin-right: 20px;
}
/* .menu_mobile-trigger::after {
  content:'';
  position: absolute;
  top: 0;
  right: -15px;
  width: 2px;
  height: 100%;
  background-color: #fff;
} */
.menu_mobile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu_mobile_body {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 101;
  display: none;
  width: 80vw;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  background-color: #fff;
}
.menu_mobile_body-wrap {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}

.menu_mobile_logo.logo {
  order: unset;
  width: auto;
  margin-right: auto;
}
.menu_mobile_logo.logo img {
  max-width: 150px;
  height: auto;
}
.menu_mobile_search_wrap {
  position: relative;
  width: 100%;
  height: 45px;
  /* margin-left: auto; */
}
.search_trigger {
  display: block;
  width: 45px;
  height: 45px;
  border: none;
  background: #e8e8e8;
}
.search_trigger .search_icon {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
}
.menu_mobile_search.search {
  /* position: absolute;
  top: 0;
  right: 0; */
  width: auto;
  height: 100%;
  margin-top: 0;
  float: none;
  background-color: transparent;
  opacity: 1;
  /* visibility: hidden; */
}
.menu_mobile_search .search_button {
  /* position: absolute;
  top: 0;
  right: 0; */
  display: block;
  width: 45px;
  height: 45px;
  border: none;
  background: #e8e8e8;
  /* opacity: 0;
  visibility: hidden; */
}
.menu_mobile_search .search_button .search_icon {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
  color: #000;
}
.menu_mobile_search .search_input {
  max-width: 100%;
  width: 100%;
  padding: 0 45px 0 20px;
  height: 100%;
  opacity: 1;
  /* visibility: hidden;
  transition: all 0.3s; */
}

.menu_mobile_search.is_active {
  opacity: 1;
  visibility: visible;
}
.menu_mobile_search.is_active .search_button {
  opacity: 1;
  visibility: visible;
}
/* .menu_mobile_search.is_active .search_input {
  max-width: calc(100vw - 90px);
  padding: 0 45px 0 20px;
  opacity: 1;
  visibility: visible;
} */

.menu_mobile_body .menu_group_header {
  width: 100%;
}
.menu_mobile_body .menu_list {
  margin-top: 0;
}
.menu_mobile_body .menu_item {
  margin-bottom: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  float: none;
  color: #636363;
}
.menu_mobile_body .menu_group_header .menu_item {
  float: none;
}

.menu_mobile_body .menu_item:not(:last-of-type) {
  border-bottom: 1px solid #b3b2b2;
}

.menu_mobile_body .menu_item.menu_item-account,
.menu_mobile_body .menu_item.menu_item-register {
  position: relative;
  padding-left: 60px;
}

.menu_mobile_body .menu_item.menu_item-account::before,
.menu_mobile_body .menu_item.menu_item-register::before {
  content:'';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-color: #ffa200;
  background-repeat: no-repeat;
  background-position: center center;
}

.menu_mobile_body .menu_item.menu_item-account::before {
  background-image: url('../images/lock.png');
}
.menu_mobile_body .menu_item.menu_item-register::before {
  background-image: url('../images/registration.png');
}

.menu_mobile_body .menu_group_header .menu_item .menu_link {
  padding: 0;
}

.menu_mobile_body .categories_heading {
  position: relative;
  padding-left: 40px;
  padding-right: 0;
  float: none;
  line-height: 1.3;
  background-color: transparent;
  border: none;
}

.menu_mobile_body .categories_heading .icon {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #1a407c;
}
.menu_mobile_body .categories_heading .menu_icon {
  width: 17px;
  height: auto;
}

.menu_mobile_body .categories_heading span {
  margin-left: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}
.menu_mobile_body .categories_nav,
.menu_mobile_body .subcategory {
  position: fixed;
  top: 70px;
  left: -100%;
  bottom: 0;
  display: block;
  height: auto;
  max-height: calc(100vh - 70px);
  z-index: 101;
  width: 80vw;
  min-width: 80vw;
  overflow: auto;
  background-color: #fff;
  transition: all 0.3s ease;
}
.menu_mobile_body .categories_nav.is_active,
.menu_mobile_body .subcategory.is_active {
  left: 0;
}
.menu_mobile_body .category_link {
  margin-bottom: 0;
  padding: 20px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #636363;
}
.menu_mobile_body .category_link.selected {
  color: #1a407c;
}
.menu_mobile_body .cat_switch {
  top: 15px;
  transform: rotate(-90deg);
}
.menu_mobile_body .subcategory__close .category_link {
  padding-right: 20px;
  padding-left: 40px;
}
.menu_mobile_body .category_link .cat_switch {
  top: 21px;
  right: auto;
  left: 0;
  transform: rotate(90deg);
}

.header--desctop {
  color: #fff;
}
.header--desctop .times_text {
  color: #fff;
}
.header--desctop .menu_item_1 {
  position: relative;
}
.header--desctop .header__middle * {
  float: none;
}
.header--desctop .header_bottom {
  border-bottom: 2px solid #ffa200;
}
.header--desctop .header__middle {
  padding: 40px 0;
  background-color: #1a407c;
}
.header--desctop .menu_item_1:first-of-type {
  padding-left: 10px;
}
.header--desctop .menu_item_1::after,
.header--desctop .menu_item_1:first-of-type::before {
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: #e8e8e8;
}
.header--desctop .menu_item_1::after {
  right: 0;
}
.header--desctop .menu_item_1:first-of-type::before {
  left: 0;
}
.header--desctop .phones_inner,
.header--desctop .cart_total,
.header--desctop .cart_title {
  display: none;
}
.header--desctop .cart_info, .header--mobile .cart_info{
  min-height: 40px;
  padding-left: 40px;
  background-color: #e50000;
}
.header--desctop .cart_info::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url(../images/sprite.png) no-repeat 0 -77px;
  background-size: 45px;
}
.header--desctop #cart_informer {
  margin-top: 0;
  float: none;
  font-size: 0;
}
.header--desctop .cart_counter {
  top: -10px;
  left: auto;
  right: -10px;
  color: #e50000;
  background-color: #fff;
}
.header--desctop .contacts__mail {
  font-family: 'Open Sans';
  font-size: 14px;
  background: url(../images/at.svg) no-repeat left 5px center;
  background-size: 20px;
}
.header--desctop .phones-trigger {
  display: block;
  width: 10px;
  height: auto;
  transform: rotate(90deg);
}
.header--desctop .phones-trigger svg {
  max-width: 100%;
  max-height: 100%;
}
.header--desctop .phones_top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--desctop .phones_item {
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: underline;
  white-space: nowrap;
}
.header--desctop .phones_item::before {
  content:'';
  position: absolute;
  top: 0px;
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.header--desctop .phones {
  display: flex;
  align-items: flex-start;
  min-width: auto;
}
.header--desctop .phones-wrap {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.header--desctop .callback {
  float: none;
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  color: #1a407c;
  font-weight: bold;
  border: none;
  background-color: #fff;
  border-radius: 0;
}
.header--desctop .contacts__social a {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.header--desctop .contacts__social a.telegram {
  padding: 4px;
  background-color: #1fbefc;
}
.header--desctop .contacts__social a.telegram svg {
  display: block;
  margin-top: 0px;
}
.header--desctop .contacts__social a.viber {
  background-color: #7d3daf;
}
.header--desctop .search {
  max-width: 290px;
  margin-top: 0;
}
.header--desctop .search_input {
  height: 47px;
  color: #272727;
}
.header--desctop .search_button {
  width: 45px;
  height: 100%;
  color: #000;
  background-color: #e8e8e8;
}
.header--desctop .logo {
  max-width: 200px;
}
.header--desctop .account_link {
  min-height: 40px;
  padding-left: 45px;
}
.header--desctop .account_link span {
  font-size: 14px;
}
.header--desctop .account_link:before {
  top: 0;
  width: 40px;
  height: 40px;
  background-image: url(../images/account.png);
  background-repeat: no-repeat;
  background-position: left 8px center;
  border: 1px solid #fff;
}
.header--desctop .contacts,
.header--desctop .logo,
.header--desctop .search,
.header--desctop .phones,
.header--desctop #cart_informer {
  margin-left: 0;
  margin-right: 20px;
}
/* #phones_inner {
  border-radius: 10px;
} */
#phones_inner .phones_inner {
  min-width: 440px;
  padding-left: 0;
}

#phones_inner .times_inner {
  padding-left: 0;
}
#phones_inner .phones_inner::before,
#phones_inner .times_inner::before {
  display: none;
}
#phones_inner .phones_inner-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  color: #030303;
}
#phones_inner .phones_inner-subtitle {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  color: #030303;
}
#phones_inner .phones_inner_item {
  display: block;
  margin-bottom: 5px;
  padding-left: 10px;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  color: #1a407c;
}

.header--desctop .categories {
  float: none;
}
.header--desctop .categories_nav {
  position: static;
  display: block;
  font-weight: normal;
  min-width: auto;
  background-color: transparent;
  border-top: none;
}

.header--desctop .categories_menu.level_1 {
  position: relative;
  display: flex;
  margin-bottom: -2px;
  box-shadow: 0 -1px 6px 2px rgba(0,0,0,.25);
}

.header--desctop .category_item {
  width: 200px;
}
.header--desctop .category_link {
  padding-top: 0;
  padding-bottom: 0;
  color: #4e4d4d;
  font-size: 16px;
  border: none;
}
.header--desctop .category_link.level_2 {
  margin-bottom: 20px;
  color: #4e4d4d;
  font-weight: bold;
  border: none;
}

.header--desctop .category_link.level_3 {
  margin-left: 10px;
}

.header--desctop .category_item.level_1 {
  position: static;
  width: 12.5%;
  background-color: #fff;
  border-right: 2px solid #1A407C;
  transition: all 0.3s;
}

.header--desctop .category_item.level_1 > .category_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 15px 20px 6px 20px;
  font-weight: bold;
  font-size: 15px;
  color: #1A407C;
  border: none;
}

.header--desctop .category_item.level_1 > .category_link .image {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 45px;
  min-height: 45px;
  margin-bottom: 10px;
}

.header--desctop .category_item.level_1 > .category_link .text {
  display: block;
  margin-top: auto;
}

.header--desctop .subcategory .category_item.level_1 {
  display: none;
}
.header--desctop .subcategory.level_2 {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 200px;
  padding: 20px 0;
  padding-right: 265px;
  box-shadow: 0 -1px 6px 2px rgba(0,0,0,.25);
  border: none;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border-bottom: 4px solid #ffa200;
  transition: all 0.3s;
}
.header--desctop .subcategory.level_2.no_r_padding{
	padding-right:0;
}
.header--desctop .subcategory.level_2.no_r_padding li{
	width:20%;
}
.header--desctop .subcategory--main.level_2 {
  min-height: 515px;
}

.header--desctop .subcategory.level_2 .subcat-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 265px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.header--desctop .subcategory.level_2.is_active {
  opacity: 1;
  visibility: visible;
}

.header--desctop .category_link.level_1 {
  position: relative;
}
.header--desctop .category_link.level_1::after {
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s;
}
.header--desctop .category_link.level_1.is_active::after {
  background-color: #ffa200;
}

.header--desctop .category_item.level_1.is_active {
  background-color: #e8e8e8;
}
.header--desctop .category_link .image {
  display: none;
}
.header--desctop .category_link.level_1 .image,
.header--desctop .subcategory--catalog .category_link.level_2 .image {
  display: block;
}
.header--desctop .subcategory--catalog .category_link.level_2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header--desctop .subcategory--main .category_link.level_2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.header--desctop .subcategory--catalog .category_link.level_2 {
  display: flex;
  align-items: center;
}
.header--desctop .subcategory--catalog .category_link.level_2 .image {
  width: 45px;
  height: auto;
  margin-right: 10px;
}
.header--desctop .category_item.level_2 {
  width: 25%;
  padding: 0;
}
.header--desctop .subcategory--main .category_item.level_2 {
  width: 30%;
}
.header--desctop .category_item.level_2:not(:last-of-type) {
  border-right: 1px solid gray;
}

.main-tabs .main_tab {
  padding: 0;
}

.main_tab_container {
  overflow: unset;
  border: none;
  margin: 0;
}

.main_tab_navigation {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border-bottom: 4px solid #e8e8e8;
  overflow: unset;
}

.main_tab_navigation a.main-title {
  position: relative;
  z-index: 1;
  float: none;
  margin: 0;
  padding: 19px 23px 15px 40px;
  border: none;
}

.main_tab_navigation a.main-title span::after {
  content:'';
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
}

.main_tab_navigation a.main-title:first-of-type {
  padding-left: 0;
}

.main_tab_navigation a.selected {
  background-color: transparent;
  box-shadow: none;
  color: #ffa200;
}

.main_tab_navigation a.main-title span {
  position: relative;
}

.main_tab_navigation a.selected span::after {
  background-color: #ffa200;
}

.main_tab_navigation a.main-title:hover {
  background-color: transparent;
  box-shadow: none;
}

.footer--desctop .foot_menu_cat {
  display: flex;
}

.footer--desctop .foot_menu_cat .foot_item {
  margin-right: 25px;
}

.brands.block {
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}