@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=cyrillic);

.row:after,
.container:after,
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.hidden {
  display: none!important;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
*:focus,
.button:focus {
  outline: none;
}
img {
  max-width: 100%;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: left;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 8px;
  vertical-align: top;
  border: 1px solid #e5e5e5;
}
.table_stripped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.popup {
  border-color: #f9f9f9;
  border-radius: 4px;
  padding: 15px;
}
.popup_inner {
  width: 280px;
  max-width: 100%;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 15px;
  text-align: center;
}
.popup_heading {
  margin-bottom: 12px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #ff9248;
}
.fancybox-close-small:after {
  box-shadow: 0 0 0 1px #e5e5e5;
}
/*Формы*/
::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s ease;
  text-overflow:ellipsis;
}
:focus::-webkit-input-placeholder {opacity: 0;}
:focus::-moz-placeholder {opacity: 0;}
:focus:-moz-placeholder {opacity: 0;}
:focus:-ms-input-placeholder {opacity: 0;}

::-moz-placeholder { text-overflow:ellipsis; }
:-moz-placeholder { text-overflow:ellipsis; }
input:-ms-input-placeholder {text-overflow: ellipsis;}
[placeholder] {text-overflow:ellipsis;}

.form_input:disabled,
.disabled {
    cursor: default;
}
.form_label {
  display: block;
  margin-bottom: 5px;
}
.form_group {
  position: relative;
  margin-bottom: 15px;
}
.form_input {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  height: 38px;
  padding: 0 8px;
  width: 100%;
}
.form_placeholder{
  transition: all 0.1s linear 0s;
  line-height: 1;
  display: table;
  position: absolute;
  left: 15px;
  top: 12px;
  z-index: 1;
  cursor: text;
  font-family: inherit;
  color: rgb(146, 146, 146);
  font-size: 12px;
}
.form_placeholder.active,
.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);
}
.form_textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 8px;
}
.captcha {
  display: inline-block;
  vertical-align: top;
  margin: 0 0px 10px 0;
  width: 280px;
}
.form_captcha{
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-left: 16px;
}
.input_captcha {
  width: 150px;
  vertical-align: top;
  margin: 0 0 0 5px;
}
/* Сообщение с ошибкой */
.message_error{
  clear: both;
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: #f00;
  background-color: #ffcaca;
  border: 1px dotted #f00;
}
.message_success{
  padding: 10px 20px;
  margin-bottom: 15px;
  margin-top: 10px;
  overflow: hidden;
  color: #ffffff;
  background-color: #ff6600;
  border: 2px dotted #12ff02;
  text-transform: uppercase;
}
.pass_remind {
  margin-left: 20px;
}
#sm_logo {
  float: right;
  margin-left: 25px;
  font-size: 0!important;
}
#sm_logo img {
  vertical-align: top;
}
.promo_img {
  position: absolute;
  max-width: 60px;
  max-height: 60px;
  top: 0;
  left: 0;
}
.map {
  width:100%;
  margin: 20px 0 10px;
}
/*Theme CSS*/
body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
    font-family: "Montserrat", Arial, sans-serif;
    color: #212121;
    background-color: #fff;
}
.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 20px;
}
.header,
.footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
p {
  margin: 0 0 10px;
}
.h1 {
  display: block;
  border-bottom: 1px solid #e5e5e3;
  margin: 0 0 30px;
  padding: 0 0 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.h1::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #ff9248;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h2 {
  display: block;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
a {
  color: #212121;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
#main {
  padding-bottom: 20px;
}
/*Header*/
.header_top {
  color: #777;
}
.top_notice {
  position: relative;
  white-space: nowrap;
}
.top_notice marquee {
  display: block;
}
.top_notice_title {
  position: absolute;
  top: 12px;
  left: 0;
  background: #777;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 0 8px;
  z-index: 10;
}
.top_notice_title:before {
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  content: '';
  border-left: 10px solid #777;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.top_notice_text {
  padding-left: 92px;
}
.top_notice_new {
  line-height: 50px;
  white-space: nowrap;
}
.top_notice_new span {
  padding: 0 15px;
}
.rss_icon {
  vertical-align: -2px;
  margin-right: 7px;
}
.logo {
  text-align: center;
}
.header_top a {
  color: #777;
  text-decoration: none;
  -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;
}
.header_top a:hover {
  color: #ff9248;
}
.top_item {
  position: relative;
  float: right;
  height: 50px;
  padding: 15px 15px 0;
  border-right: 1px solid #e5e5e5;
  text-transform: capitalize;
  color: #777;
}
.top_item:last-child {
  border-left: 1px solid #e5e5e5;
}
.top_item svg {
  vertical-align: top;
  margin: -1px 2px 0 0;
}
#wishlist svg {
  margin-top: 1px;
}
#comparison span,
#wishlist span {
    vertical-align: top;
}
.dropdown {
  display: none;
}
.top_item .dropdown {
	position: absolute;
	top: 100%;
	right: -1px;
	min-width: calc(100% + 2px);
	background: #fff;
	padding: 8px 0;
    border: 1px solid #e5e5e5;
    z-index: 20;
}
.top_item .drop_item {
	display: block;
	padding: 8px 5px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}
.top_item .switch {
  position: relative;
  cursor: pointer;
}
.top_item .switch::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #888 transparent transparent transparent;
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.active.switch::after {
  transform: rotate(180deg);
}
.header_middle {
  padding: 20px 0 18px;
}
.header_phone {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.callback {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #ff9248;
}
.callback span {
  border-bottom: 1px dotted;
}
.callback:hover span{
  border-color: transparent;
}
#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_group_header .menu_item_1 .menu_link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -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;
}
.menu_link:hover {
  color: #ff9248;
}
.icon_bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #333;
}
.icon_bar + .icon_bar {
  margin-top: 4px;
}
#menu_icon {
  display: inline-block;
  cursor: pointer;
}
/*Меню каталога*/
.catalog_nav {
  position: relative;
}
#catalog_menu {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 5px 0 2px;
}
#catalog_menu li {
  position: relative;
}
#catalog_menu a {
  display: block;
  padding: 10px 27px 10px 0;
  text-decoration: none;
  position: relative;
  border-bottom: 1px dashed #e5e5e5;
  -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;
}
#catalog_menu a:hover {
  color: #ff9248;
}
.submenu {
  display: none;
}
.nav_heading {
  line-height: 50px;
  background-color: #ff9248;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -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;
}
.nav_heading:hover {
  background-color: #ff6600;
}
.catalog_icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: 20px 12px;
}
.search {
  position: relative;
  background: #fff;
}
.search_input {
  width: 100%;
  padding: 0 50px 0 15px;
  height: 38px;
  border: none;
  background: none;
}
.search_button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #ff9248;
  background-color: transparent;
  width: 45px;
  line-height: 38px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
.search_button:hover {
  color: #ff6600;
}
.search_icon {
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.cart_account {
  overflow: hidden;
}
#cart_informer {
  float: right;
  width: calc(100% - 65px);
}
.cart_info {
  display:block;
  line-height: 50px;
  background-color: #ff9248;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -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;
  overflow: hidden;
}
.cartinfo_icon {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #ff6600;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -190px 11px;
  -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;
}
.cart_info span {
  float: right;
  width: calc(100% - 50px);
  text-align: center;
}
a.cart_info:hover {
  background-color: #ff6600;
}
a.cart_info:hover .cartinfo_icon,
.account:hover {
  background-color: #ff9248;
}
.account {
  height: 50px;
  width: 50px;
  float: left;
  background-color: #ff6600;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  background-position: -90px 14px;
}
/*Footer*/
footer {
  background-color: #2e2e2e;
  color: #ccc;
  padding: 30px 0 20px;
  line-height: 22px;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #ff9248;
}
.foot_heading {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}
.foot,
.foot_work {
  margin-bottom: 20px;
}
.subscribe_form {
  position: relative;
  margin-bottom: 20px;
  max-width: 240px;
}
.subscribe_input {
  width: 100%;
  background: #434343;
  border: none;
  height: 44px;
  padding: 0 58px 0 8px;
  color: #ccc;
}
.subscribe_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  background: #ff9248;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.arrow_right_icon {
  width: 15px;
  height: 18px;
  vertical-align: middle;
}
.subscribe_button:hover {
  background: #ff6600;
}
.subscribe_text {
  line-height: normal;
}
.foot_social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 0;
  border: 1px solid #ffffff;
  line-height: 33px;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.foot_social a:hover {
  background-color: #fff;
}
.social_icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.foot_payments {
  padding-top: 2px;
}
.foot_payments > div {
  display: inline-block;
  height: 30px;
  width: 46px;
  background-image: url(../images/payments.png);
}
.payment_1 {
  background-position: 0 0;
}
.payment_2 {
  background-position: 0 -30px;
}
.payment_3 {
  background-position: 0 -60px;
}
.payment_4 {
  background-position: 0 -90px;
}
.payment_5 {
  background-position: 0 -120px;
}
.foot_address,
.foot_mail,
.foot_phone {
  padding-left: 20px;
  position: relative;
  margin-bottom: 7px;
}
.foot_address::before,
.foot_mail::before,
.foot_phone::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/sprite.svg);
  background-repeat: no-repeat;
  top: 2px;
  left: 0;
}
.foot_address::before {
  background-position: 1px -49px;
}
.foot_mail::before {
  background-position: -100px -49px;
}
.foot_phone::before {
  background-position: -51px -49px;
  left: -1px;
}
/*Кнопки*/
.button {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 3px;
  -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;
  color: #fff;
  border: none;
  background-color: #ff9248;
  text-decoration: none;
  cursor: pointer;
}
.button:hover,
.buy:hover,
.comparison_button:hover,
.wishlist_button:hover,
.comparison_button.selected:hover,
.wishlist_button.selected:hover {
  background-color: #ff6600;
  color: #fff;
}
.buy, .fn-fast_order_button_list {
  display: inline-block;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 15px;
  -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;
  color: #fff;
  border: none;
  background-color: #ff9248;
  text-decoration: none;
  margin: 0 6px 0 0;
  cursor: pointer;
}
.comparison_button,
.wishlist_button {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  -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;
  color: #ff9248;
  border: none;
  background-color: #ededed;
  text-align: center;
  font-size: 0;
  text-decoration: none;
}
.comparison_button{
  margin: 0 5px 0 0;
}
.comparison_button.selected,
.wishlist_button.selected {
  background-color: #ff9248;
  color: #fff;
}
.comparison_button svg,
.wishlist_button svg {
  vertical-align: middle;
}
.remove_button {
  display: block;
  margin: 10px 0 5px;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  text-decoration: none;
}
.remove_button span {
  text-decoration: underline;
  vertical-align: middle;
  font-size: 13px;
  color: #212121;
  margin-left: 2px;
}
.remove_button svg {
    vertical-align: middle;
}
.remove_button:hover span {
  text-decoration: none;
  color: #212121;
}
/*Баннеры*/
.main_banner {
  margin-bottom: 30px;
  overflow: hidden;
}
.main_banner img {
  width: 100%;
}
.banner {
  margin: 0 0 35px;
  line-height: 0;
 }
 .banner img {
  width: 100%;
 }
.three_banners_item {
  float: left;
}
.three_banners_item:first-child,
.three_banners_item:last-child {
  width: 25%;
}
.three_banners_item:nth-child(2n) {
  width: 50%;
}
/*Блоки на главной */
.block {
  margin-bottom: 30px;
 }
/*Превью товара*/
.card {
  border: 1px solid #e5e5e5;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.card .image {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
  line-height: 200px;
  font-size: 0;
}
.card .image img {
  vertical-align: middle;
}
.hover_block {
  min-height: 230px;
}
.hover_inner {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 20px 12px 0;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.product_name {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #3b3b3b;
}
.product_name:hover {
  color: #ff9248;
}
.card_buttons {
  padding: 0 0 15px;
}
.card .price_container {
  margin: 11px 0 14px;
}
.card .variant_select {
  height: 32px;
  border: 1px solid #e5e5e5;
  margin: -2px 0 15px;
  padding: 0 5px;
  min-width: 160px;
}
.price {
  white-space: nowrap;
  font-weight: bold;
}
.old_price {
  white-space: nowrap;
  color: #999;
  text-decoration: line-through;
  margin-right: 10px;
}
.all_brands_link,
.brand_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
  height: 100px;
  text-decoration: none;
  text-align: center;
}
.brand_item {
  margin-bottom: 20px;
}
.news_item {
  padding: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.news_item + .news_item {
  border-top: none;
}
.news_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.news_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_name a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.news_name a:hover {
  color: #ff9248;
}
.news_annotation {
  overflow: hidden;
}
.news_annotation p {
  margin: 0;
}
/*Хлебные крошки*/
.breadcrumb {
  padding: 15px 0;
  list-style: none;
  color: #3b3b3b;
  font-size: 11px;
  text-transform: uppercase;
}
.breadcrumb li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 4px;
  background: url(../images/breadSep.png) no-repeat 100% 3px;
}
.breadcrumb a {
  color: #3b3b3b;
  text-decoration: none;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.breadcrumb a:hover {
  color: #ff9248;
}
.breadcrumb li:last-child {
  background: none;
  color: #ff9248;;
}
.breadcrumb li:last-child a{
 color: #ff9248;;
 cursor: default;
}
/* Блог */
.blog_item {
  margin: 0 0 30px;
  overflow: hidden;
}
.blog_item + .blog_item{
  padding: 30px 0 0;
  border-top: 1px solid #e5e5e5;
}
.blog_image {
    margin-bottom: 10px;
    line-height: 0;
}
.blog_img_link {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.blog_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_name {
  margin: 6px 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.blog_name a {
  text-decoration: none;
  color: #ff9248;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.blog_name a:hover {
  color: #3b3b3b;
}
.read_more {
  display: inline-block;
  margin: 10px 0 0;
  padding: 10px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  background-color: #ebebeb;
  -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;
}
.read_more:hover {
  background-color: #ff6600;
  color: #fff;
}
.read_more span {
  vertical-align: middle;
}
.read_more .arrow_right_icon {
  margin-left: 3px;
  width: 8px;
  height: auto;
}
/* @group Корзина */
.purchase {
  width: 100%;
  margin-bottom: 30px;
}
.purchase td,
.purchase th {
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  padding: 10px;
  text-align: center;
}
.purchase_remove,
.purchase_image {
  line-height: 0;
}
.purchase_name,
.purchase_remove a {
  text-decoration: none;
}
.purchase_name:hover,
.plus:hover,
.minus:hover {
  color: #ff9c00;
}
.purchase_remove a:hover {
  color: #EB4B0C;
}
.remove_icon {
  width: 14px;
  height:14px;
  vertical-align: middle;
}
.purchase_image,
.purchase_amount {
  font-size: 0;
}
.amount {
  width: 86px;
  display: inline-block;
}
.plus,
.minus {
  font-size: 14px;
  float: left;
  width: 28px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #e5e5e5;
  text-align: center;
  cursor: pointer;
}
.input_amount {
  display: block;
  float: left;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
  height: 28px;
  width: 30px;
  text-align: center;
}
.input_coupon {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 10px;
  width: 200px;
  height: 38px;
  margin: 0 5px 10px 0;
  vertical-align: top;
}
.coupon_button {
  margin-bottom: 10px;
}
.coupon {
  border: 1px solid #e5e5e5;
  padding: 10px 10px 0px;
  margin-bottom: 15px;
  text-align: center;
}
.purchase_total {
  padding: 15px;
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 16px;
}
.total_name {
  text-align: right;
}
.price_total .total_sum {
  color: #ff9c00;
  font-size: 18px;
  font-weight: bold;
}
.purchase_price,
.purchase_sum {
  white-space: nowrap;
}
.purchase_head,
.purchase_name {
  font-weight: 500;
  font-size: 15px;
}
.coupon .message_error {
  width: 314px;
  max-width: 100%;
}
.delivery {
  margin-top: 20px;
  margin-bottom: 25px;
  border: 1px solid #e5e5e5;
  padding: 20px 15px 15px;
  list-style: none;
}
.delivery_item {
  margin-bottom: 15px;
}
.delivery_description {
  margin-left: 25px;
  display: none;
}
.active + .delivery_description {
  display: block;
}
.input_delivery {
  float: left;
  margin: 3px 0 0;
}
.delivery_item img {
  vertical-align: bottom;
  margin-right: 4px;
  margin-top: -10px;
  margin-bottom: 3px;
}
.delivery_name {
  display: block;
  padding-left: 25px;
}
.delivery_label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
}
.active.delivery_label {
  font-weight: bold;
}
.method_name {
  font-weight: bold;
  font-size: 16px;
  margin: -10px 0 15px;
}
.method_description {
  margin: 15px 0;
}
/* @group Постраничная навигация */
.pagination {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.page_item {
  display: inline-block;
  margin: 0 3px 3px 0;
}
.page_link {
  display: block;
  padding:5px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #303030;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page_link:hover,
.active .page_link {
  color: #fff;
  background-color: #ff9248;
  border-color: #ff9248;
}
.pagination .disabled {
  display: none;
}
/* @group Сортировка */
.products_sort {
  margin: 0 0 15px;
  text-align: center;
}
.sort {
  display: inline-block;
}
.sort_label {
  font-weight: 500;
  font-size: 13px;
  margin-right: 3px;
}
.sort_select {
  height: 28px;
  border: 1px solid #e5e5e5;
}
/*Товар*/
.category_image {
  margin: 0 0 15px;
}
.products_content .card,
.wish_products .card {
  margin: 0 0 20px;
}
.product_info,
.gallery {
  margin-bottom: 30px;
}
.gallery .image {
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 15px;
  font-size: 0;
  text-align: center;
}
.gallery img {
  vertical-align: middle;
}
.images {
  border-left: 1px solid #e5e5e5;
  text-align: center;
}
.images .images_item {
  float: left;
  width:25%;
}
.images a {
  display: block;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
  line-height: 95px;
}
.product_rating,
.brand,
.sku,
.available {
  margin: 0 0 8px;
}
.in_stock {
  color: #00ccff;
}
.no_stock {
  color: #EB4B0C;
}
.product_info .price_container {
  margin: 20px 0;
}
.product_info .price {
  font-size: 20px;
  color: #ff9248;
  margin-right: 5px;
}
.product_info .fn_price {
  font-size: 32px;
}
.product_info .old_price {
  font-size: 16px;
}
.select_container {
  margin-bottom: 15px;
}
.product_info .variant_select {
  height: 35px;
  padding: 0 6px;
  border: 1px solid #e5e5e5;
  min-width: 170px;
  vertical-align: top;
}
.product_info .amount {
  width: 110px;
  vertical-align: top;
  margin: 0 15px 15px 0;
}
.product_info .input_amount {
  height: 35px;
  width: 40px;
}
.product_info .plus,
.product_info .minus {
  height: 35px;
  width: 35px;
  line-height: 33px;
}
.product_info .buy {
  line-height: 42px;
  padding: 0 35px;
  border-radius: 20px;
  margin: 0 15px 15px 0;
}
.product_info .wishlist_button,
.product_info .comparison_button {
  line-height: 42px;
  height: 42px;
  width: 42px;
}
.features {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.features li {
  padding: 10px 5px 10px 5px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
}
.features li:nth-child(odd){
  background-color: #f7f7f7;
}
.features_name {
  font-style: normal;
  display: block;
  width: 30%;
  float: left;
}
.features_value {
  float: left;
  display: block;
  width: 70%;
  padding-left: 15px;
}
.tab_navigation {
  overflow: hidden;
  z-index: 1;
}
.tab_navigation a {
  display: block;
  float: left;
  margin: 0 3px 0 0;
  border: 1px solid #e5e5e5;
  color: #1f2022;
  padding: 10px 5px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  -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;
}
.tab_navigation a:hover,
.tab_navigation a.selected {
  background-color: #ff9248;
  border-color: #ff9248;
  color: #fff;
}
.tab_container {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0;
}
.tab {
  display: none;
  padding: 15px;
}
/* @group Комментарии */
.comment_item {
  margin-bottom: 15px;
}
.comment_item .comment_item {
  margin-top: 10px;
}
.comment_author {
  font-weight:bold;
  font-size: 16px;
}
.comment_text {
  padding-left: 20px;
}
.no_comments {
  margin-bottom: 15px;
}
.comment_item + .h2 {
  margin-top: 30px;
}
.comment_form {
  margin-top: 20px;
}
.pager {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pager li:nth-child(even) {
  text-align: right;
}
.pager a,
.pager a:hover span {
  text-decoration: none;
}
.pager a span {
  text-decoration: underline;
}
.pager a:hover {
  color: #ff9248;
}
.social_share {
  margin: 15px 0;
}
.change_pass {
  margin-bottom: 10px;
}
.change_pass span {
  cursor: pointer;
  border-bottom: 1px dotted;
}
.change_pass span:hover {
  border-color: transparent;
}
.post {
  line-height: 1.5;
}
.post_date {
  margin: 0 0 15px;
}
.post_date span {
  display: inline-block;
  padding: 5px 7px;
  background: #e5e5e5;
}
.admin_note {
    padding-left: 20px;
}
/*Кнопка вверх*/
.to_top {
  width: 42px;
  height: 26px;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 9999;
  display: block;
  margin-bottom: 7px;
  background: url(../images/up-arrow.png) no-repeat left 0px;
  cursor: pointer;
}
.to_top:hover {
  background-position: left bottom;
}
/*Фильтры*/
.filters {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 25px;
}
.filter_head {
  margin: 0 0 30px;
  padding: 13px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #181818;
}
.fswitch {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  background: url(../images/sprite.svg) no-repeat -182px -35px;
  cursor: pointer;
}
.down.fswitch {
  background: url(../images/sprite.svg) no-repeat -232px -35px;
}
.filter_group {
  margin-bottom: 15px;
}
.filter_heading {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #000;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.filter_item {
  padding: 4px 0;
}
.filter_link {
  display: block;
  position: relative;
  padding-left: 23px;
  cursor: pointer;
}
.filter_input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.filter_indicator {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.checked .filter_indicator {
  background: url(../images/sprite.svg) no-repeat -150px -51px;
}
.price_label {
  float: left;
  width: 50%;
  position: relative;
}
.min_input,
.max_input {
  width: 100%;
  border: none;
}
.max_input {
  text-align: right;
}
/*Просмотренные товары*/
.browsed {
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  display: table;
  width: 100%;
  margin: 0 0 30px;
}
.browsed_item {
  display: table-row;
}
.browsed_img {
  display: table-cell;
  width: 60px;
  padding: 15px 10px 15px 0;
  font-size: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.browsed_name {
  display: table-cell;
  padding: 15px 0px 15px 10px;
  font-weight: 500;
  font-size: 14px;
  vertical-align: middle;
}
.browsed_item  ~ .browsed_item .browsed_img,
.browsed_item ~ .browsed_item .browsed_name {
  border-top: 1px solid #e5e5e5;
}
.browsed_name a {
  text-decoration: none;
  -webkit-transition: all 0.45s ease 0s;
  -moz-transition: all 0.45s ease 0s;
  -o-transition: all 0.45s ease 0s;
  transition: all 0.45s ease 0s;
}
.browsed_name a:hover {
  color: #ff9248;
}
/* Рейтинг товара */
.rating_starOff,
.rating_starOn {
  display:inline-block;
  vertical-align: top;
  width: 90px;
  height:18px;
  background:url(../images/rating.png) repeat-x left top;
}
.rating_starOn {
  display: block;
  background-position: left bottom;
}
/* Сравнение */
.comparison_page {
  margin-bottom: 30px;
}
.comparison_left {
  float: left;
  width: 30%;
}
.comparison_products {
  float: right;
  width: 70%;
  position: relative;
  margin: 0;
}
.compare_controls {
  position: relative;
}
.compare_show {
  position: absolute;
  left: 0;
  bottom: 0;
}
.comparison_product {
  text-align: center;
}
.comparison_product .button {
  width: 100%;
  padding: 10px 0 11px;
  margin-bottom: 10px;
}
.cell {
  padding: 7px;
  border-bottom: 1px solid #eee;
}
.cprs_rating {
  padding: 7px 0 10px;
  border-bottom: 1px solid #eee;
}
.comparison_product .image {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 220px;
  line-height: 200px;
  text-align: center;
  font-size: 0;
  background: #fff;
}
.comparison_product .price_container {
  margin-bottom: 5px;
}
.comparison_product .fn_resize {
  padding: 0 7px;
}
.cell:nth-child(odd) {
  background: #efefef;
}
.compare_show a{
  display: inline-block;
  padding: 6px 11px;
  text-decoration: none;
  margin: 0 5px 5px 0;
}
.compare_show a:hover,
.compare_show .active {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 10px;
  color: #000;
}
.compare_showa span {
  border-bottom: 1px dashed;
}
.compare_show a:hover span,
.compare_show .active span {
  border-color: transparent;
}
.userContentWrapper {
  overflow: hidden;
}
#vk_groups {
  margin-bottom: 30px;
}
.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-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;
}
.error{
    color: red;
}
.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 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{
  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;
  margin-right: -20px;
  margin-left: -20px;
}
.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%;
  margin-bottom: 20px;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.menu_group_404 .menu_list .menu_link{
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: #00C1F5;
  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);
}

/* menu footer */
.fn-fast_order_button_one{
    line-height: 42px;
    padding: 0 35px;
    border-radius: 20px;
    margin: 0 15px 15px 0;
}