/* =====================================================  Фон */
.wrapper {
  position: relative;
  background-image: url(/images/bg2.jpg);
  background-position: 50% 50%;
  background-repeat: repeat-y;
  background-size: contain;
}
.wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  height: 315px;
  background-image: url(/images/header.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  height: 315px;
  background-image: url(/images/footer.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* =====================================================  Шапка */
.header {
	position: relative;
}
.header_wrap {
	background-color: #fff;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
.logo_wrap {
  position: relative;
}
.logo_svg {
  width: 300px;
  height: 94px;
}
.logo_text_top {
  font-family: 'Roboto';
  position: relative;
  font-weight: 500;
  font-style: normal;
  padding-bottom: 10px;
  font-size: 25px;
  letter-spacing: 2.6px;
}
.logo_text_top:before {
  content: '';
  position: absolute;
  bottom: 0;
  background-color: #000;
  left: 0;
  width: 100%;
  height: 2px;
}
.logo_text_bot {
  font-family: 'Uni Sans';
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1;
  padding-top: 5px;
}
.logo, .phones {
  padding: 20px;
}
.logo_text {
  margin-left: 12px;
}
.phones_wrap {
  max-width: 550px;
}
.phones_col {
  width: 50%;
  padding-left: 50px;
  position: relative;
}
.phones_col:nth-child(2) {
  margin-left: 50px;
  padding-left: 55px;
}
.phone_svg, .email_svg {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
.email_svg {
  width: 42px;
}
.phone_svg {
  width: 37px;
}
.phones_col p {
  font-weight: 600;
}
.header_right {
  color: #fff;
  width: 290px;
  font-weight: 600;
}
.basket {
  position: relative;
  padding: 10px 0;
}
.basket_svg {
  width: 58px;
  height: 78px;
  position: relative;
  padding-top: 20px;
}
.basket_svg svg {
  fill:#fff;
}
.quantity_goods {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.basket_subtext {
  max-width: 102px;
  padding: 0 10px 0 15px;
}
.login {
  border-top: 1px solid #fff;
  padding: 10px 0;
  position: relative;
}
.login a {
  color: #fff;
}
.login_item {
  position: relative;
  padding-left: 25px;
}
.login_item:nth-child(1) {
  padding-right: 25px;
}
.login_item:nth-child(1):after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 15px;
  width: 1px;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
.login_svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 14px;
  height: 18px;
}
.login_svg svg {
  fill:#fff;
}
/* =====================================================  Верхнее меню */
.content_wrap {
  margin-top: 45px;
}
.head_menu a {
  font-weight: 600;
  color: black;
  padding: 15px 15px;
  display: block;
  position: relative;
  -webkit-transition: all .28s cubic-bezier(.4,0,.2,1);
  transition: all .28s cubic-bezier(.4,0,.2,1);
  text-align: center;
}
.head_menu a span {
  position: relative;
}
.head_menu a span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: initial;
  margin: auto;
  background-color: #000;
  height: 2px;
  opacity: 0;
  width: 0;
  -webkit-transition: all .28s cubic-bezier(.4,0,.2,1);
  transition: all .28s cubic-bezier(.4,0,.2,1);
}
.subcatalog-slide_item {  
  font-weight: 600;
  color: black;
  display:inline-block;
  padding: 15px;
  margin-bottom:15px;
}
.subcatalog-slider {
  padding: 0 20px;    
  margin-bottom: 20px;
  display:inline-block;
  height: 71px;
  overflow:hidden;
}
.subcatalog-slider:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}
.subcatalog-slide_item.active {
  border-bottom: 3px solid #000;
}
.subcatalog-slide_item.active:before {
  top: calc(100% - 12px);
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
.nav_style_catalog .owl-prev, .nav_style_catalog .owl-next {
  position: absolute;
  z-index: 50;  
  top: 0;
  background: #fff;
  cursor: pointer;  
  width: 30px;
  text-align: center;  
  height: 45px;
  bottom: 15px;
  margin: auto;
  font-size: 0;
}
.nav_style_catalog .owl-prev {
  left: 0;
}
.nav_style_catalog .owl-next {
  right: 0;
}
.nav_style_catalog .owl-prev:before, .nav_style_catalog .owl-next:before {
  position: absolute;
  font-size: 1.5rem;
  color: #000;
  font-family: 'FontAwesome';
  line-height: normal;  
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav_style_catalog .owl-prev:before {
    content: "\f053";
    left: 0;
}
.nav_style_catalog .owl-next:before {
    content: "\f054";
    right: 0;
}
.subcatalog-slider-wrap, .subcatalog-filter-wrap {
    display:inline-block;
}
.subcatalog-filter-wrap {
  width: 170px;
  vertical-align:top;
  text-align:right;
}
.subcatalog-slider-wrap {
  width: calc(100% - 180px);
}
.subcatalog-filter {
  background: #983426;
  color: #FFF;
  border: none;  
}
@media (min-width: 1024px) {
  .head_menu a span:hover:after {
    opacity: 1;
    width: 100%;
  }
}
.menu_top {
  padding: 0 15px;
  position: relative;
}
/*.body.ins .menu_top {
  margin-bottom: 25px;
}
.body.ins .menu_top:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 30px;
  right: 30px;
  margin: auto;
  background-color: #000;
}*/
.head_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.head_menu > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.sub_menu_wrap {
  display: none;
}
.search_icon {
  font-size: 1.7rem;
  width: 54px;
  cursor: pointer;
}
.search_top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.search_top.search_top_active {
  opacity: 1;
  visibility: visible;
}
.search_top .inp_search {
  width: 100%;
  border: none;
  height: 54px;
  font-size: 1rem;
  padding: 0 60px 0 30px;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  color: #000;
}
.search_top .btn_search {
  position: absolute;
  border: none;
  font-size: 1.7rem;
  width: 54px;
  height: 54px;
  cursor: pointer;
  top: 0px;
  right: 15px;
  background-color: transparent;
  color: #983426;
}
/* =====================================================  Слайдер на главной */
.slider_main, .slider_main_item {
  height: 485px;
  position: relative;
}
.slider_main_img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 8s linear;
  -o-transition: all 8s linear;
  -webkit-transition: all 8s linear;
}
.slider_main .owl-item.active .slider_main_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.slider_main_shadow {
  -webkit-box-shadow: inset 0px -175px 100px 0px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px -175px 100px 0px rgba(0, 0, 0, 0.3);
}
.slider_main_content {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.slider_main_content h4 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  padding-right: 10px;
}
.slider_main .slider_main_but {
  -webkit-transition: ease 0.8s;
  transition: ease 0.8s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.slider_main .owl-item.active h4 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.slider_main .owl-item.active .slider_main_but {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.slider_main .owl-item .slider_main_item {
  -webkit-transition: cubic-bezier(0.34, 0.4, 1, 1.54) 2.5s;
  transition: cubic-bezier(0.34, 0.4, 1, 1.54) 2.5s;
  opacity: 0.2;
}
.slider_main .owl-item.active .slider_main_item {
  opacity: 1;
}
/* =====================================================  Карусель акции */
.slider_carousel {
  padding: 0px 15px;
}
.slider_carousel_item {
  padding: 25px 15px;
}
body.ct .slider_carousel_item {
    padding-top: 3px;
}
.slider_actions .slider_carousel_wrap {
  height: 235px;
  position: relative;
}
.slider_carousel_img_wrap {
  overflow: hidden;
}
.slider_actions .slider_carousel_img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .28s cubic-bezier(.4,0,.2,1);
  transition: all .28s cubic-bezier(.4,0,.2,1);
  -webkit-transition: filter 1s, -webkit-transform 5s;
  transition: filter 1s, -webkit-transform 5s;
  -webkit-transition: -webkit-transform 5s, -webkit-filter 1s;
  transition: -webkit-transform 5s, -webkit-filter 1s;
  transition: transform 5s, filter 1s;
  transition: transform 5s, filter 1s, -webkit-transform 5s, -webkit-filter 1s;
  transition: transform 5s, filter 1s, -webkit-transform 5s;
  -webkit-filter: none;
          filter: none;
}
.slider_actions .slider_carousel_shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
.slider_actions .slider_carousel_content {
  position: absolute;
  left: 40px;
  bottom: 25px;
}
.slider_actions .slider_carousel_content h5 {
  color: #fff;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .slider_actions .slider_carousel_wrap:hover .slider_carousel_img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity 1s, -webkit-transform 15s;
    transition: opacity 1s, -webkit-transform 15s;
    -webkit-transition: -webkit-transform 15s, -webkit-filter 1s;
    transition: -webkit-transform 15s, -webkit-filter 1s;
    transition: transform 15s, filter 1s;
    transition: transform 15s, filter 1s, -webkit-transform 15s, -webkit-filter 1s;
    transition: transform 15s, filter 1s, -webkit-transform 15s;
    -webkit-filter: grayscale(80%);
            filter: grayscale(80%);
  }
}
.action_ribbon_wrap {
  position: absolute;
  top: -3px;
  left: -3px;
  overflow: hidden;
  width: 99px;
  height: 99px;
}
.action_ribbon {
  width: 140px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 15px;
  left: -36px;
  z-index: 2;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fa0b0b;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.slider_carousel_link  {
  z-index: 5;
}
/* =====================================================  Разделение контента на колонки */
.content_col_left {
  width: 385px;
  padding-bottom: 40px;
}
.no_left_col .content_col_left {
  display: none;
}
.content_col_base {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: calc(100% - 385px);
  padding-bottom: 40px;
}
.no_left_col .content_col_base {
  width: 100%;
}
.section_title {
  color: #000;
  position: relative;
  width: 100%;
  padding-bottom: 8px;
  text-align: left;
  margin-bottom: 20px;
}
.section_title:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}
/* =====================================================  Левое меню */
.left_menu {
  margin-bottom: 45px;
}
.left_menu li {
  border-bottom: 1px solid #e7e7e7;
}
.left_menu li:last-child {
  border-bottom: none;
}
.left_menu li a {
  position: relative;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.left_menu li a > span {  
  position: absolute;
  top: 0;
  left: 0;  
  width: 55px;
  height: 53px;
  background-repeat: no-repeat;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  background-position: 50%;
}
@media (min-width:1024px) {
  .left_menu li a:hover span {
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
  .left_menu li a:hover {
    padding-left: 65px;
  }
}
/* =====================================================  Новости */
.news_item_wrap {
  position: relative;
}
.news_item_wrap p {
  background-color: #fff;
  padding: 5px 0;
}
.news_item {
  margin-bottom: 15px;
}
.news_item_img {
  height: 180px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: ease-in-out 0.6s;
  transition: ease-in-out 0.6s;
}
.news .block_link {
  display: none;
}
@media (min-width:1024px) {
  .news_item_wrap:hover .news_item_img {
    opacity: 0.7;
  }
}
/* =====================================================  Каталог */
.catalog_list {
  margin-left: -15px;
  margin-right: -15px;
}
.catalog_mp .but.but_type2 {
  display: none;
}
.catalog_item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: calc(100% / 4);
}
.s_ajl_catalog-detail .catalog_item {
  width: calc(100% / 3);
}
.catalog_item_wrap {
  position: relative;
  height: 100%;
  border-bottom: 2px solid #dddddd;
  -webkit-transition: cubic-bezier(0.4, 0, 1, 1) 0.1s;
  transition: cubic-bezier(0.4, 0, 1, 1) 0.1s;
}
.catalog_item_img {
  background-color: #f5f5f5;
  height: 240px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.catalog_item_img img {
  display: block;
  max-height: 100%;
  margin: auto;
  -webkit-transition: all .5s cubic-bezier(.4,0,.2,1);
  transition: all .5s cubic-bezier(.4,0,.2,1);
}
.catalog_item_title {
  padding: 5px;
  display: block;
}
.catalog_item_link {
  z-index: 5;
}
.catalog_item_bot {
  padding: 0 5px 10px 5px;
}
.catalog_item_price {
  font-weight: bold;
}
.basket_buy {
  border: 2px solid #983426;
  position: relative;
  height: 35px;
  width: 130px;
  text-align: center;
  border-left: 0;
}
.basket_buy_img {
  display: block;
  width: 35px;
  height: 35px;
  background: url(/images/basket.png) no-repeat 50% 50% #983426;
}
.basket_buy_title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-transform: lowercase;
}
@media (min-width:1024px) {
  .catalog_item_wrap:hover .catalog_item_img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 2s cubic-bezier(.4,0,.2,1);
    transition: all 2s cubic-bezier(.4,0,.2,1);
  }
  .catalog_item_wrap:hover {
    -webkit-box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.3);
  }
}
.gorizontal_ribbon {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  font-family: 'Neris';
  font-weight: bold;
  font-style: italic;
  color: #fff;
  z-index: 2;
  padding: 0 5px 0 10px;
}
.gorizontal_ribbon.no_ribbon {
  display: none;
}
.gorizontal_ribbon:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: -18px;
  border-bottom: 30px solid transparent;
  border-left: 18px solid #00bf3f;
}
.gorizontal_ribbon span {
  line-height: 1;
  position: relative;
  display: block;
  padding-bottom: 4px;
}
.gorizontal_ribbon_icon span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  background-image: url(/images/sprite_ribbon.png);
}
.gorizontal_ribbon_icon span {
  padding-left: 25px;
}
/* новинка */
.gorizontal_ribbon_new {
  background-color: #00bf3f;
}
.gorizontal_ribbon_new:before {
  border-left-color: #00bf3f;
}
/* cкидка */
.gorizontal_ribbon_sale {
  background-color: #ba3c2b;
}
.gorizontal_ribbon_sale:before {
  border-left-color: #ba3c2b;
}
/* эксклюзив */
.gorizontal_ribbon_exclusive {
  background-color: #e9ae01;
}
.gorizontal_ribbon_exclusive:before {
  border-left-color: #e9ae01;
}
.gorizontal_ribbon_exclusive span:before {
  width: 18px;
  height: 19px;
  background-position: 0px -3px;
}
/* акция */
.gorizontal_ribbon_action {
  background-color: #fa0b0b;
}
.gorizontal_ribbon_action span {
  padding-left: 30px;
}
.gorizontal_ribbon_action:before {
  border-left-color: #fa0b0b;
}
.gorizontal_ribbon_action span:before {
  width: 25px;
  height: 25px;
  background-position: -19px 0px;
}
/* рекомендуем */
.gorizontal_ribbon_recommend {
  background-color: #7abfab;
}
.gorizontal_ribbon_recommend:before {
  border-left-color: #7abfab;
}
.gorizontal_ribbon_recommend span:before {
  width: 18px;
  height: 19px;
  background-position: -44px -3px;
}
/* =====================================================  Пагинация */
.catalog_mp {
  position: relative;
  margin-bottom: 20px;
}
.pagination {
}
.pagination_top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.pagination_bot {
  position: absolute;
  bottom: -46px;
  right: 0;
  z-index: 2;
}
.pagination_item {
  padding: 3px 8px;
}
.pagination_item.active {
  background-color: #e4e4e4;
}
/* =====================================================  Видео */
.video_block {
  margin-top: 20px;
}
.video_block_wrap {
  position: relative;
}
.block_link {
  position: absolute;
  top: 7px;
  right: 0;
}
.slider_video_wrap {
  margin-left: -30px;
  margin-right: -30px;
}
.slider_video .slider_carousel_wrap {
  height: 300px;
}
.slider_video iframe {
  width: 100%;
  height: 100%;
}
/* =====================================================  Футер */
.footer {
  z-index: 2;
}
/* верх футера */
.footer_top {
  margin: 25px 0;
}
.footer_top_wrap {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.footer_top_col {
  padding:  0 15px;
}
.title_footer {
  font-weight: bold;
  margin-bottom: 20px;
}
/* статичный поиск */
.search_static {
  margin-bottom: 15px;
}
.footer_search .title_footer {
  margin-bottom: 10px;
}
.search_static .search_form {
  position: relative;
}
.search_static .inp_search {
  width: 100%;
  max-width: 270px;
  border-width: 2px;
  border-color: rgb(186, 186, 186);
  border-style: solid;
  border-radius: 3px;
  height: 40px;
  font-size: 14px;
  padding: 0 40px 0 10px;
}
.search_static .btn_search {
  position: absolute;
  border: none;
  height: 40px;
  width: 40px;
  top: 4px;
  right: 0px;
  background-color: transparent;
  font-size: 18px;
}
/* соц сети */
.social_item {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff !important;
  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;
  font-size: 22px;
}
.social_vk {
  background-color: #4c75a3;
}
.social_twit {
  background-color: #28a9e2;
}
.social_odn {
  background-color: #f58220;
}
.social_fb {
  background-color: #3b5997;
}
/* меню футера */
.footer_menu li {
  margin-bottom: 5px;
}
/* контакты футера */
.contacts_item {
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
}
.contacts_item i {
  position: absolute;
  top: 0;
  left: 0;
}
.contacts_link {
  margin-bottom: 8px;
}
.contacts_link a {
  position: relative;
}
.contacts_link a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #d4d4d4;
  height: 1px;
  width: 100%;
}
.footer_contacts .but_type3 {
  margin-top: 15px;
}
/* способы оплаты */
.payment_block .title_footer {
  margin-bottom: 8px;
}
/* низ футера */
.footer_bot_wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer_bot_wrap a {
  color: #fff;
}
.create {
  margin-left: 15px;
}
/* консультация */
.get_consult {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 3;
}
.get_consult_wrap {
  width: 50px;
  height: 280px;  
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  position: relative;
  background-color: #983426;
  box-shadow: 0 2px 50px -5px rgb(0, 0, 0), 0 2px 10px rgba(255, 0, 0, 0);
  animation: pulse 1.5s infinite linear;
}
@keyframes pulse { 
  0% {
    background-color: #983426;
    box-shadow: 0 2px 50px -5px rgb(0, 0, 0), 0 2px 10px rgba(255, 0, 0, 0);
  }
  50% {
    background-color: #fa0b0b;
    box-shadow: 0 2px 50px -5px rgb(0, 0, 0), 0 2px 10px rgba(255, 0, 0, 1);
  }
  100% { 
    background-color: #983426;
    box-shadow: 0 2px 50px -5px rgb(0, 0, 0), 0 2px 10px rgba(255, 0, 0, 0);
  } 
}
.get_consult_title {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 24px;
  left: 2px;
  color: #fff;
  font-weight:bold;
  font-size: 20px;
  width: 240px;
  height: 210px;
}

/* скроем адаптивные блоки */
.menu_icon_laptop, .call_catalog, .menu_bar, .overlay_popup, .responsive_popup, .basket_mobile, .responsive_menu .login, .responsive_menu .phones, .responsive_menu .search_static {
  display: none;
}

/* карточка товара */
.detail_catalog_prev {
  margin-left: -40px;
  margin-right: -40px;
}
.detail_catalog_slider_wrap {
  padding: 0 40px;
  width: 50%;
}
.detail_catalog_content {
  width: 50%;
  padding: 0 40px;
}
.detail_catalog_slider {
  height: 500px;
  position: relative;
}
.catalog_gallery {
  position: absolute;
  top: 30px;
  bottom: 30px;
  margin: auto;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100px;
}
.detail_catalog_slider .lSSlideOuter.vertical .lSGallery {
  right: initial !important;
  left: 0 !important;
  margin: 0 20px 0 0 !important;
  padding: 0!important;
  top: 0;
  /* top: 30px;
  bottom: 30px; */
}
.detail_catalog_slider .lSSlideOuter.vertical .lSGallery li {
  /* height: 80px !important;
  margin-bottom: 10px !important; */
  border: 1px solid transparent;
  border-radius: 0px !important;
}
.detail_catalog_slider .lSSlideOuter.vertical .lSGallery li.active {
  border-color: #c5c5c5;
}
.detail_catalog_slider .lSSlideOuter.vertical {
  padding: 0px 0 0px 120px !important;
}
.detail_catalog_slider li {
  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;
  background-color: #f5f5f5;
}
.detail_catalog_slider li a, .detail_catalog_slider li a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  display: block;
  margin: auto;
}
#imageGallery > li a {
  padding: 15px;
}
.detail_catalog_slider .lSSlideOuter .lSPager.lSGallery li a{
  padding: 10px;
}
.detail_catalog_slider .slider_nav_top, .detail_catalog_slider .slider_nav_bot {
  position: absolute;
  background-color: #f5f5f5;
  height: 20px;
  width: 100px;
  left: 0;
  cursor: pointer;
  color: #993426;
}
.detail_catalog_slider .slider_nav_top {
  top: 0;
}
.detail_catalog_slider .slider_nav_bot {
  bottom: 0;
}
.detail_catalog_slider .gorizontal_ribbon {
  left: 120px;
}
.detail_catalog_title {
  margin-bottom: 50px;
}
.detail_catalog_price {
  margin-bottom: 50px;
  font-weight: bold;
}
.detail_catalog_amount.amount_block {
  margin-bottom: 25px;
}
.amount_block  .amount_minus, .amount_block  .amount_plus {
  border: 1px solid #c8c8c8;
  width: 43px;
  height: 43px;
  text-align: center;
  position: relative;
  font-size: 1.3rem;
}
.amount_block  .amount_minus {
  border-right: 1px solid transparent !important;
}
.amount_block  .amount_plus {
  border-left: 1px solid transparent !important;
}
.amount_block .amount_input {
  border: 1px solid #c8c8c8;
  width: 66px;
  height: 43px;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 1rem;
  line-height: normal;
  color: #555555;
  padding: 0;
  margin: 0;
}
.catalog_buts_row {
  margin-bottom: 30px;
}
.catalog_buts_row .but {
  width: 100%;
  max-width: 265px;
  margin-right: 20px;
  height: 46px;
}
.catalog_buts_row .but:nth-child(1) span {
  position: relative;
  padding-left: 40px;
}
.catalog_buts_row .svg_item {
  width: 24px;
  position: absolute;
  left: 0;
  top: -2px;
}
.catalog_buts_row .svg_item svg {
  fill:#fff;
}
.catalog_buts_row .but:hover  .svg_item svg {
  fill:#983426;
}
.delivery_link span {
  position: relative;
  margin-left: 10px;
  display: block;
}
.delivery_link span:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background-color: #bcbcbc;
}
.delivery_link .svg_item {
  width: 28px;
}
.characteristics_block, .description_block {
  width: 50%;
}
.characteristics_block .characteristics_wrap {
  position: relative;
}
.characteristics_block .catalog_about_wrap:after {
  content: '';
  width: 1px;
  position: absolute;
  bottom: 25px;
  top: 25px;
  right: 0px;
  margin: auto;
  background-color: #bcbcbc;
}
.catalog_about {
  margin-top: 45px;
}
.catalog_about_wrap {
  padding: 25px;
  position: relative;
}
.catalog_about .section_title {
  margin: 0;
}
.characteristics_col {
  width: 50%;
  margin-bottom: 15px;
}
.characteristic_title{
  position: relative;
}
.characteristic_title:after {
  content: '';
  height: 1px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0;
  margin: auto;
  background-color: #bcbcbc;
  z-index: 0;
}
.characteristic_title span {
  z-index: 5;
  background-color: #fff;
  position: relative;
}
.characteristics_col span {
  padding: 0 5px;
}
.catalog_switch {
  margin-top: 35px;
}
.catalog_switch_titles {
  position: relative;
}
.catalog_switch_titles:after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
}
.catalog_switch_title {
  width: 100%;
  max-width: 400px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.catalog_switch_title span {
  height: 6px;
  width: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .28s cubic-bezier(.4,0,.2,1);
  transition: all .28s cubic-bezier(.4,0,.2,1);
}
.catalog_switch_title span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #000;
  border-width: 10px;
  margin-left: -10px;
}
.switch_title_active.catalog_switch_title span {
  visibility: visible;
  opacity: 1;
}
.switch_content_hidden {
  display: none;
}
.switch_content_hidden.switch_active {
  display: block;
}
.catalog_switch_content .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.catalog_switch_content .news_item {
  width: 50%;
  padding: 25px 15px;
}
.slider_video_wrap .news_item {
  width: 100%;
  padding: 25px 15px;
}
.catalog_switch_content .but, .ajl_load_mode {
  margin: auto;
}
.catalog_switch_content {
  margin-top:20px;
}