* {
  font-family: 'Montserrat', sans-serif;
} 
.container {
}
.up_line {
  height: 10px;
  background-color: #ee652e;
}
.logo img {
  padding-left: 30px;
}
.nav_main {
  align-items: center;
  padding: 30px 0 30px 0px;
}
.nav_option_container{
  display: inline-block;
  padding-right: 30px;
}
.nav_option_container:last-child {
  padding-right: 0px;
}
.nav a {
  /*margin-right: 30px;*/
  font-weight: 500;
  font-size: 14px; 
  letter-spacing: 1px;
}
.nav_us:hover {
  color: #ee652e;
}
.nav_us:active {
  color: #ee652e;
}
.nav_logo{
  float: left;
  margin-right: 9%;
  width: 12%;
}
.head_nav {
  height: 80px;
 margin: 0 auto;
  padding-top: 25px;
  box-shadow: 1px 4px 6px rgb(0 0 0 / 8%);
}

.right.slick-arrow {
  display: block;
  right: 22px;
}

.left.slick-arrow {
  display: block;   
left: -22px;
}
.slick-slider .catalog {
  box-shadow: none;
}

/*search*/

.search {
  display: none;
}
/*
 */
.search {
  background: url("../images/svg_icon/search-svg.svg") no-repeat;
  width: 20px;
  position: relative;
  float: left;
  margin: 2px 12px 0 0;
}
/*
.search:hover {
  background: url("../images/svg_icon/search-svg_yell.svg") no-repeat;
}*/
.search--active {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 10;
  height: 90px;
  top: 0;
  padding-top: 23px;
}
.search_img {
  
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  left: 0;
  top: -2px;
}
.search_button {

  display: none;
  background: url(../images/svg_icon/search-svg.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  right: 0px;
  height: 36px;
  top: 2px;
  border: none;
  cursor: pointer;
  background-position: center;
}
.view_search {
  cursor: pointer;
  position: relative;
  top: -4px;
}
.search_button img {
  width: 20px;
  height: 20px; 
}
.search--active {
  width: 100%;
  height: 90px;
  border: none;
  /* border-bottom: 1px solid #dedede; */
  font-size: 22px;
  font-family: Jura,sans-serif;
  text-align: center;
  padding-right: 50px;
  display: block;
}
.search-form {
  position: relative;
}
.clds {
  position: absolute;
  display: block;
  right: -2px;
  top: 26px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: .6;
  transition: opacity .3s;
  font-size: 29px;
}

.search_search {
width: 100%;
height: 36px;
border: none;
border-bottom: 1px solid #dedede;
font-size: 22px;
font-family: Jura,sans-serif;
text-align: center;
padding-right: 50px;
}
.search--active .search_search {
  opacity: 1;
  z-index: 1;
}
.search--active .search_button {
  display: block;
}
.search--active .search_img {
  display: none;
}
/*//search*/








.i_w input{
  border-radius: 3px;
  border: 0;
  width: 100%;
  color: #616161;
  background: #fff;
  margin-bottom: 5px;
  min-height: 33px;
  box-sizing: border-box;
  padding-left: 10px;
}

.i_w_q input {
	margin-bottom: 25px;
}

.i_w_q label i {
	color: red;
}

.nav {
  float: left;
}
.shop_main {
  align-items: center;
  padding: 15px 0;
}
.nav_shop {
  float:right;
}
.nav_shop a {
  padding: 0 40px 0 0;
  display: inline-block;
}
/*.active_heart {
  display: none;
}*/
.shop_a {
  width: 30px;
  display: inline-block;
}
.shopp {
  background: url("../images/svg_icon/shopping-bag-svg.svg") no-repeat;
  display: block;
  width: 30px;
  height: 19px;
  
}
.shopp:hover {
  background: url("../images/svg_icon/shopping-bag-svg_yell.svg") no-repeat;
}

.shopp span {
	position: relative;
	top: -5px;
	left: 21px;
}
.shoppp{
	 font-style:normal;
	 background: url("../images/svg_icon/shopping-bag-svg_yell.svg") no-repeat;
}

.heartt {
  background: url("../images/svg_icon/heart1-svg.svg") no-repeat;
  width: 30px;
  height: 18px;
}
.heartt:hover {
  background: url("../images/svg_icon/heart1-yellow.svg") no-repeat;
}

.heartt span {
	position: relative;
	top: -5px;
	left: 21px;
}

.hearttt {
	 font-style:normal;
	 background: url("../images/svg_icon/heart1-yellow.svg") no-repeat;
}

.lang {
  border: none;
  font-weight: 500;
  font-size: 14px;
}
.nav_lang{
  float: right;
  padding: 0px 0 0 10px;
  margin-right: 4%;
}
.nav_call a {
  flex-direction: column;
}
.call_us {
  font-size: 14px;
  font-weight: 600;
}
.btn {
  border-color: #ee652e;
  border-radius: 30px;
  border: 2px solid;
  padding: 14px 23px;
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: #ee652e;
  text-align: center;
}

.btn span {
  display: block;
}

.nav_call {
  margin-bottom: 3px;
}


.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 99999;
}
.b_w {

  border-radius: 30px;
  border: 2px solid;
  padding: 14px 23px;
  display: inline-block;
  cursor: pointer;
  color: #ee652e;
  text-align: center;
}
.c_form { 
  margin-top: 10px;
}
.popup {
  position: absolute;
  max-width: 630px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-sizing: border-box;
  background-color: #ee652e;
  color: black;
  text-align: center;
}
.p-title {
    color: #2a2a2a;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  color: black;
}

.close-popup:before {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background-color: #fff;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}










.relative {
	position: relative;
}


.head_slider img{
  max-width: 100%;
  height: auto;
  margin: auto;
}

.slider_info_btn {
	border-color: #ee652e;
    border-radius: 30px;
    border: 2px solid;
    padding: 13px 22px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #ee652e;
    position: absolute;
    bottom: 22.5%;
    left: 9%;
}

.categori {
  padding: 50px 0;
}
.line {
  padding: 25px 0 45px 0;
}
.line_info {
  text-align: center;
  font-weight: 400px;
  font-size: 24px;
  color: #272727;
  text-transform: uppercase;
}
.line_info:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 3px;
  background-color: #ee652e;
  position: relative;
  top: -6px;
  left: -35px;
}

.sale_50 {
  display: inline-block;
}

.catalog {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 25px 8px rgba(255,255,255,0.34), 0px 0px 25px 8px rgba(227,227,227,0.42); 
  box-shadow: 0px 0px 25px 8px rgba(255,255,255,0.34), 0px 0px 25px 8px rgba(227,227,227,0.42);
  margin-bottom: 20px;
}
.catalog_img {
  display: block;
  position: relative;
}

.img_hover {
  visibility: hidden;
}
.catalog_img:hover .img_hover{
  visibility: visible;
}
.img_s img {
  position: absolute;
  right: 10px;
  bottom: 55px;
}
.img_s img:hover {
  opacity: 0.5;
}
.img_h img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.img_h img:hover {
  opacity: 0.5;
}
.catalog_content {
  margin-left: 20px;
  padding-bottom: 15px;
}
.catalog_title {
  font-weight: 300;
  font-size: 17px;
  padding-top: 20px;
}
.catalog_title:hover {
  color: #ee652e;
  text-decoration: underline;
}
.catalog_subtitle {
  font-weight: 700;
  font-size: 12px;
  padding-top: 15px;
}
.catalog_price {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
  padding-top: 20px;
}
.sale_info {
  position: relative;
  padding: 40px 0 30px 0;
}
.info_sale {
  display: flex; 
  position: absolute;
  top: -125px;
  left: 5px;
  align-items: center;
}
.info_sale h3 {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 10px;
  color: #272727;
  text-transform: uppercase;
}
.info_sale p {
  font-weight: 300;
  font-size: 14px;
}
.baner-50_sale {
  margin-bottom: 10px;
}
.sale_20-left {
  margin-right: 4px;
}
.sale_20-right {
  margin-left: 2px;
}

.wrap_ads {
  font-size: 13px;
}
.news_info {
  max-width: 475px;
  margin-bottom: 20px;
}
.news_title {
  font-weight: 700;
  font-size: 16px;
  margin: 30px 0;
}
.news_time {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 3px;
}
#scroll_top {
  position: fixed;
  cursor: pointer !important;
  background-image: url("/images/news/scrol_up.png");
  background-repeat: no-repeat;
  
  height: 68px;
  width: 68px;
  right: 40px;
  bottom: 200px;
  display: none;
  z-index: 55;
}
.pay {
  margin: 62px 0;
}
.pay_main {
  display: inline-block;
  margin: auto 0;
}
.pay_img {
  display: inline-block;
  float: left;
  padding-right: 40px;
}
.pay_text {
  display: inline-block;
}
.pay_title {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
}
.pay_subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.footer_logo {
  display: inline-block;
}
.footer_pay {
  display:inline-block;
}
.footer-title {
  font-weight: 700;
  font-size: 16px;
}
.footer-title h3 {
  padding-bottom: 5px;
}
.footer-subtitle {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  padding-top: 7px;
}
.footer-subtitle:hover {
  color: #ee652e;
}
.footer_info {
  display: inline-block;
  position:relative;
}
.footer_info:after {
  content: "";
  width: 1px;
  height: 190px;
  background-color: #e2e2e2;
  position: absolute;
  top: 20px;
  left: -120px;
} 
.footer_info:before {
  content: "";
  width: 1px;
  height: 190px;
  background-color: #e2e2e2;
  position: absolute;
  top: 20px;
  right: -100px;
}
.footer_contact {
  display: inline-block;
  float: right;
  text-align:right;
}

.footer_time {
  margin: 12px 0;
}
.footer_time a {
  padding: 0;
}
.call-back {
  display: block;
  text-align: center;
  margin-right: 3%;
  position: relative;
  top: -5px;
}
.call {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  padding-bottom: 7px;
}
.logo_subtitle {
  display: inline-flex;
  margin: 40px 15px 80px 0px;
}
.odn-logo {
  background: url(../images/footer/insta11.png) no-repeat;
  display: block;
  width: 41px;
  height: 41px;
}

.odn-logo:hover {
  background: url(../images/footer/insta12.png) no-repeat;
  display: block;
  width: 41px;
  height: 41px;
}
.footer_basket_btn: {
  display: inline-block;
  
}
.face-logo {
  background: url(../images/footer/fac_logo.png) no-repeat;
  display: block;
  width: 41px;
  height: 41px;
}
.face-logo:hover {
  background: url(../images/footer/facebook.png) no-repeat;
  width: 40px;
  height: 40px;
}
.logo_footer {
  display: inline-flex;
}
.logo-foot-img {
  display: inline-block;
  font-size: 10px;
  font-weight: 100;
}
.logo_foot {
  margin-left: 10px;
}
.footer_main {
  margin-top: 60px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
  background: #b6b6b6;
}
.bx-wrapper .bx-pager{
    text-align: left;
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    top: 30%;
    left: 5%;
    max-width: 50px;
}
.bx-wrapper .bx-controls-direction a {
  margin: 0 0;
  top: 90%;
  bottom: 5px;
}
.bx-wrapper .bx-pager-item {
  margin-bottom: 80px;
}
.bx-prev {
  background-image: url(/images/header/left.png);
  background-repeat: no-repeat;
  left: 10px;
  top: 0;
}
.bx-next {
  background-image: url(/images/header/right.png);
  background-repeat: no-repeat;
  left: 80px;
  top: 0;
}
.slider_main {
  display: inline-block;
  position: absolute;
  top: 27%;
  left: 9%;
  
  max-width: 500px;
}
.slider-space {
  margin-right: 34px;
}
.slider_main_text {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.slider_subtitle {
   font-weight: 400;
   font-size: 14px;
}
.slider_subtitle a {
  font-weight: 300;
  line-height: 3px;
}
.fake_btn {
    border-color: #ee652e;
    border-radius: 30px;
    border: 2px solid;
    padding: 17px 21px;
    cursor: pointer;
    font-weight: 700;
    color: #ee652e;
    position: relative;
    left: 75px;
}


.brg {
    width: 25px;
    height: 2px;
    background-color: #000;
    margin-bottom: 7px;
    display: block;
}
.menu_brg {
  display: none;
  float: right;
  position: relative;
  top: 5px;
  right: 10px;
  margin-left: 10px;
}


@media (min-width: 1200px) and (max-width: 1565px) {
/*
  .nav_lang {
    padding: 0px 0 0 0px;
    margin-right: 2%;
  }
  .nav_logo {
    margin-right: 3%;
  }
  .nav_option_container {
    padding-right: 25px;
  }
 .btn {
   font-size: 13px;
   font-weight:600;
   padding: 8px 10px;

 } 
 .nav_shop {
   display: flex;
   width: 85px;
 }
 .nav_btn {
   text-align: center;
   margin-top: 5px;
 }
 .slider_main {
   display: none;
 }
 .fake_btn {
   padding: 15px 20px;
 }
 .bx-wrapper .bx-pager {
   top: 25%;
 }
 .bx-wrapper .bx-controls-direction a {
   top: 85%;
 }
 .info_sale {
   top: -104px;
 }
 .info_sale h3 {
   margin-left: 10px;
 }
 */

}

@media (max-width: 1460px){
	.slider_main_text {
	    margin-bottom: 20px;
	}
}

@media (max-width: 1250px) {
	.nav_option_container {
	    padding-right: 7px;
	}
	.nav_logo {
	    margin-right: 1.5%;
	}
}


@media (min-width: 960px) and (max-width: 1199px) {

  .slider_main {
    top: 0;
  }
  .slider_subtitle {
	    max-width: 74%;
	}
  .bx-wrapper .bx-pager {
    top: 15px;
  }
  .bx-wrapper .bx-controls-direction a {
   top: 80%;
  }
  .info_sale {
    display: none;
  }
}

@media (max-width: 959px) {
	.img_hover {
	  visibility: visible !important;
	}
}

@media (min-width: 600px) and (max-width: 959px) {
  .slider_main {
    top: 27px;
  }
  .slider_info_btn {
    bottom: 54.5%;
}
	
	.slider_subtitle {
		display: none
	}
  .slider_main_text {
    font-size: 30px;
    margin-bottom: 5px;
  }

  .bx-wrapper .bx-pager {
    top: 10%;
  }
  .bx-wrapper .bx-pager-item {
    margin-bottom: 50px;
  }
  .bx-wrapper .bx-controls-direction a {
    top: 75%;
    width: 65px;
    height: 65px;
  }
  .sale_info img{
    display: none;
  }
  .info_sale h3{
    font-size: 25px;
    padding-left: 10px;
  }
  .info_sale {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ee652e;
  }
  .news_info {
    margin: 0 auto;
  }
  .footer_contact {
    float: left;
    text-align: left;
  }
  .pay {
    margin: 30px 0;
  }
  .pay_main {
    margin-bottom: 15px;
  }
  .pay_img {
    padding-right: 30px;
  }
  .footer_main {
    margin-top: 0;
  }
  .logo_subtitle {
    margin-bottom: 60px;
  }
  .baner-50_sale {
    margin-left: 0;
  }
  .baner-20_sale {
    margin-left: 0;
  }
}


@media (max-width: 599px) {
	 .slider_info_btn {
       bottom: 48.5%;
  	   padding: 10px 10px;
	}
  .slider_main_text {
    position: relative;
    font-size: 24px;
    top: -50px;
  }
  .slider_subtitle {
    display: none;
  }

  .bx-wrapper .bx-pager-item {
   margin-bottom: 20px;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  .line_info:before {
    display: none;
  }
  .categori-box-img img {
    margin-bottom: 10px;
  }
  .categori {
    padding: 50px 0 10px 0;
  }
  .line {
    padding: 0;
  }
  .sale_info img {
    display: none;
  }
  .info_sale {
    position: relative;
    top: 0;
    left: 0;
    background-color: #ee652e;
  }
  .info_sale h3 {
    font-size: 20px;
    padding-left: 10px;
  }
  .info_sale p {
    font-size: 10px;
  }
  .sale_info {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .sale_20-left {
    margin-bottom: 10px;
  }
  .news {
    margin-top: 0;
  }
  .footer_contact {
    float: left;
    text-align: left;
  }

  .baner-50_sale {
    margin-left: 0;
  }
  .baner-20_sale {
    margin-left: 0;
  }
  .logo_subtitle {
    margin-bottom: 40px;
  }
  .footer_main {
    margin-top: 0;
  }
  .pay_main {
    margin-bottom: 10px;
  }
	
	.basket_catalog_detail {
	    text-align: center !important;
	}	
	.basket_error {
	    float: right !important;
	    margin-right: 5px !important;
	    margin-top: 120% !important;
	}
	.basket_info_price {
	    text-align: center !important;
	}
	.basket_prices {
	    margin-left: 0px !important;
	}
}

@media (max-width: 455px){
	.slider_info_btn {
	    bottom: 7.5%;
	    left: 13%;
	    padding: 8px 5px;
	}
}
@media (min-width: 300px) and (max-width: 598px) {
  .logo img {
    padding-left: 10px;
    width: 110px;
  }
  .call-back {
    margin-top: 0;
    position: relative;
  }
  .nav_call a {
    font-size: 12px;
  }
}

@media (max-width: 1499px) {
  .space-row-100 {
    margin: 0 0px
  }
}

@media (min-width: 1200px) {
	.mobile_menu {
	  display: none !important;
	}
	.mobile_menu_wrapper {
		display: none !important;
	}	
}
@media (max-width: 1199px) {
  .menu_brg {
    display:block;
    
  }
  .basket_mobile {
  	display: block !important;
  }
    .nav {
    display: none;
  }
  
  .footer_info:before,
  .footer_info:after {
    display: none;
  }

 .nav_shop {
   display: none;
 }
  .nav_lang {
    display: none;

  }
  .nav_btn {
    display: none;
  }
  .show_dropdown_list {
  	display: none !important;
  }
  .dropdown-content {
  	display: block !important;
  	position: unset !important;
  }
  .nav_option_container {
	    display: block !important;
	}
	
	.basket_info_price {
	    padding-top: 30% !important;
	}
	.gallery {
    width: calc(100% - 50px) !important;
}
	
}

@media (max-width: 959px) {
  .space-row-100>[class^="col-"] {
    padding: 0 0px
  }
}

        /* //Detail// */

.line_top {
  /*
  box-shadow: 0 0 1px rgb(0 0 0 / 25%);
  border-top: 1px solid #f4f4f4;
  margin-bottom: 15px;*/
}
.site_nav {
  font-size: 10px;
  font-weight: 100;
  margin-bottom: 50px;
}
.img-detail {
  display: block;
  margin-bottom: 10%;
}
.img_big {
  margin-left: 4%;
}
.detail_text_title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 5px;
}

.detail_text_id {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.detail_radio_star {
  display:inline-block;
  font-size: 14px; 
  font-weight: 300;
  padding-top: 7px;
  margin-left: 10px;
}
.detail_radio_how-many {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  margin-left: 10px;
  color: #bababa;
}

.rating-area {
  overflow: hidden;
  float: left;
}
.rating-area:not(:checked) > input {
  display: none;
}
.rating-area:not(:checked) > label {
  float: right;
  width: 19px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 29px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
  content: '★';
}
.rating-area > input:checked ~ label {
  color: #000;
  text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
  /*color: #000;*/
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
  color: #000;
  text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
  position: relative;
}

/* ВЫВОД РЕЙТИНГА */
/*.rating-result {
  width: 265px;
  margin: 0 auto;
}
.rating-result span {
  padding: 0;
  font-size: 32px;
  margin: 0 3px;
  line-height: 1;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
  content: '★';
}
.rating-result > span.active {
  color: gold;
  text-shadow: 1px 1px #c60;
}*/
/* //ВЫВОД РЕЙТИНГА */
.price_md {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}
.price_md .old {
  font-size: 14px;
  text-decoration: line-through;
  color: #d3d3d3;
}

.catalog_price .old {
  font-size: 14px;
  text-decoration: line-through;
  color: #d3d3d3;
}
.detail_text_subtitle {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    width: 630px;
    letter-spacing: 0.5px;
    color: #939393;
}
.dimensions_title {
  font-size: 12px;
  font-weight: 400;
  color: #4f4f4f;
  margin: 15px 0;
  position: relative;
}
.dimensions {
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 15px;
    color: #929292;
    margin-right: 6px;
    position: relative;
}
.dimensions_subtitle {
    width: 50%;
    line-height: 35px;
}

.dimensions:after {
    content: "";
    display: none;
    width: 24px;
    height: 2px;
    background-color: #bfbfbf;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 0px;
}
.dimensions:hover:after {
  display: block;
}
.dimensions:hover {
  opacity: 0.5;
}
.detail_text_dimensions {
  margin-bottom: 20px;
}
.text_color {
  font-size: 12px;
  font-weight: 400;
  color: #939393;
}

.radio_button_detail_color_1 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_detail_color_1:checked + .radio_fake_detail_color_1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_detail_color_1 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000;
  border-radius: 50%;
  z-index:10;
}
.black-detail-class {
  background-color: #000;
}
.white-detail-class {
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.grey-detail-class {
  background-color: #bababa;
}
.yell-detail-class {
  background-color: #ee652e;
}
.radio_detail_color_1{
  margin-right: 10px;
}



.detail_color {
  margin: 10px 0 20px 0;
}
.img_checked img {
  height: 13px;
  width: 13px;
  color: #2e9f4e;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
}

.img_checked {
  font-size: 12px;
  font-weight: 400;
}
.detail_availability {
  margin-bottom: 35px;
}
.footer_basket img {
  display: inline-block;
  margin-left: 15px;
}
.footer_basket {
  font-size: 10px;
  font-weight: 700;
  width: 230px;
  height: 50px;
  background-color: #ea5b0c;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 41px;
}

.img_first {
  background: url(../pages/detail/img/shopping-bag.png) no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 6%;
  left: 4%;
}
.footer_basket:hover {
 
  background-color: #fff;
  color: #ea5b0c;
  border: 2px solid;
}
.footer_basket:hover .img_first {
   background: url(../images/svg_icon/shopping-bag-svg_yell.svg) no-repeat;
}

.footer_chosen {
  font-size: 10px;
  font-weight: 700;
  width: 230px;
  height: 50px;
  color: #ea5b0c;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  border: 2px solid;
  cursor: pointer;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 41px;
}
.img_second {
  background: url(../pages/detail/img/heart.png) no-repeat;
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
      top: 15%;
    left: 3%;
}
.footer_chosen:hover {
  background-color: #ea5b0c;
  color: #fff;
}
.footer_chosen:hover .img_second {
  background: url(../images/svg_icon/heart-white.svg) no-repeat;
}
.fast_by {
  font-size: 10px;
  font-weight: 700;
  color: #ea5b0c;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}
.footer_social {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.img_sale {
  margin-right: 10px;
}



.title_wrapper {
    font-size: 30px;
    font-weight:  500; 
    margin: 70px 0 35px 0;
}

.slick-slider {
   position: relative;
    /* width: 67%; */
    padding: 0 45px;
}
.slider .slick-initialized .slick-slider {
  padding: 0;
}
.slick-arrow {
    position: absolute;
    top: 25%;
}
.right .slick-arrow {
  right: -36px;
}
.text_name {
  font-size: 16px;
  font-weight: 700;
}
.text_coment {
  font-size: 14px;
  font-weight: 400;
  width: 605px;
  line-height: 25px;
}
.show_coment {
  font-size: 14px;
  font-weight: 200;
  color: #ee652e;
  text-decoration: underline;
  display: block;
  float: right;
  border: none;
  background-color: #fff;
  cursor: pointer;
}

#hidden_comments {
	max-height: 500px;
    overflow: scroll;
    margin-bottom: 20px;
}

.more_coment {
  margin-top: 50px;
}
.y_appraisal {
  font-size: 16px;
  font-weight: 700;
}
.name {
  width: 475px;
  height: 35px;
  margin-bottom: 20px;
}
.com {
  width: 475px;
  height: 120px;
  margin-bottom: 60px;
}
.send_message {
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  width: 230px;
  height: 50px;
  background-color: #ea5b0c;
  border: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.form_back input {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.form_back input::placeholder {
  font-size: 11px;
  font-weight: 100;
  padding-left: 15px;
  padding-top:0;
  color: #bababa;
}
.rating-area-footer {
  overflow: hidden;
  float: left;
  margin: 25px 0;
}
.rating-area-footer:not(:checked) > input {
  display: none;
}
.rating-area-footer:not(:checked) > label {
  float: right;
  width: 40px;
  padding: 0;
  cursor: pointer;
  font-size: 40px;
  line-height: 29px;
  color: lightgrey;
  text-shadow: 1px 1px #bbb;
  opacity: 0.6;
}
.rating-area-footer:not(:checked) > label:before {
  content: "";
  background: url(/images/svg_icon/star.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
}

.rating-area-footer > input:checked ~ label:before {
  color: #000;
  text-shadow: 1px 1px #c60;
  opacity: 1;
  background: url(/images/svg_icon/black-star.png) no-repeat;
}

.rating-area-footer > input:checked ~ label {
  color: #000;
  text-shadow: 1px 1px #c60;
  opacity: 1;
}
.rating-area-footer:not(:checked) > label:hover,
.rating-area-footer:not(:checked) > label:hover ~ label {
  color: #000;
}
.rating-area-footer > input:checked + label:hover,
.rating-area-footer > input:checked + label:hover ~ label,
.rating-area-footer > input:checked ~ label:hover,
.rating-area-footer > input:checked ~ label:hover ~ label,
.rating-area-footer > label:hover ~ input:checked ~ label {
  color: #000;
  text-shadow: 1px 1px goldenrod;
}
.rating-area-footer > label:active {
  position: relative;
}

.wrapper_text {
  margin-bottom: 30px;
}
.hidden_coment {
  display: none;
}
.show_coment:checked .hidden_coment {
  display:block;
}
.slick-slide {
  width: 350px;
}
.nav_detail {
  list-style: none;
  display: flex;
  padding: 0;
}
.navigation {
  margin-right: 5px;
}
.active {
  color: #ea5b0c;
}








@media (min-width: 1200px) and (max-width: 1500px) {
  .footer_basket {
    margin-right: 5px;
  }
  .footer_chosen {
    margin-right: 5px;
  }
  .img_big {
    margin-left: 2%;
    margin-right: 25px;
  }
  .img-detail:last-child {
    margin-bottom: 0;
  }
  .detail_text_subtitle {
        width: 100%;
  }
  .text_coment {
    width: 500px;
  }
}

@media (min-width: 960px) and (max-width: 1199px) {
  .img_big {
    margin-left: 2%;
    margin-right: 5px;
  }
  .footer_basket {
    margin-bottom: 15px;
  }
  .footer_chosen {
    margin-bottom: 15px;
  }
  .detail_text_subtitle {
    width: 100%;
  }
  .detail_text_footer {
    width: 300px;
  }
  .text_coment {
    width: 380px;
  }
  .name {
    width: 390px;
  }
  .com {
    width: 390px;
  }

}

@media (min-width: 600px) and (max-width: 955px){
  .footer_social {
    display: none;
  }

  .space-row-30 {
    margin: 0;
  }
 
  .detail_text_footer {
    margin-bottom: 30px;
  }
  .footer_basket {
    margin-right: 10px;
  }
  .footer_chosen {
    margin-right: 10px;
  }
   .text_coment {
    width: 550px;
  }
  .com {
    margin-bottom: 30px;
  }
  .detail_text_subtitle {
    width: 550px;
  }
  .send_message {
    margin-bottom: 30px;
  }
}

@media (max-width: 955px) {
	 .left.slick-arrow {
	    display: none !important; 
	  }
    .right.slick-arrow {
	    display: none !important;
	  }
}

@media (max-width: 599px) {
  .footer_btn {
    width: 280px;
  }
  .footer_basket {
    margin-bottom: 15px;
  }
  .footer_chosen {
    margin-bottom: 15px;
  }
  .footer_social {
    justify-content: start;
    margin-bottom: 30px;
  }
  .detail_text_subtitle {
    max-width: 280px;
  }
  .detail_text_title {
    font-size: 15px;
  }
  .price_md {
    font-size: 13px;
  }
  .title_wrapper {
    font-size: 20px;
  }
  .text_name {
    font-size: 12px;
  }
  .y_appraisal {
    font-size: 12px;
  }
  .text_coment {
    width: 100%;
  }
  .com {
    width: 100%;
    margin-bottom: 30px;
  }
  .name {
    width: 100%;
  }
  .send_message {
    margin-bottom: 30px;
  }
}

        /* ///Detail/// */
       
.irs--flat .irs-handle>i:first-child {
  background-color: #ee652e;        
}
       /* //CATALOG// */
.catalog_catalog {
	margin-bottom: 10px;
} 
      
.title_text {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
}
.btn_show_sidebar {
  display: inline-block;
  margin-left: 15px;
}
.title_list {
  display: block;
  width: 325px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 19px;
  font-size: 12px;
  font-weight: 300;
  padding: 0 15px;
}      
.catalog_title_ct {
  margin-bottom: 35px;
}
.title_text {
  margin-left: 1%;
}      
.widget_title {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  padding-left: 25px;
  cursor: pointer;
}      
.widget_title:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #ee652e;
  position: absolute;
  cursor: pointer;
top: 10px;
    left: 0;
}  
.irs--flat .irs-from, .irs--flat .irs-to {
  background-color: #fff;
  color: #000;
}
.irs-from, .irs-to {
  top: 40px;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before  {
  display: none;
}

.widget_body {
  display: none;
}
.sidebar.active_b .widget_body {
  display: block;
} 

.widget_title { 
  padding-left: 40px;
  position: relative;
}  
.sidebar.active_b .widget_title:before {
    width: 1px;
    height: 15px;
top: 0px;
    left: 6px;
}
.irs-with-grid .irs-grid {
  display: none;
}
.irs--flat .irs-min, .irs--flat .irs-max {
  display: none;
}
/*#hider {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider:checked + .widget_body {
    display: none;
}


#hider2 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider2:checked + .range-slider {
  display: none;
}

#hider3 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider3:checked + .views_body {
  display: none;
}

#hider4 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider4:checked +  {
  display: none;
}
s
#hider5 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider5:checked +  .sidebar_size {
  display: none;
}

#hider6 {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#hider6:checked +  .sidebar_size {
  display: none;
}*/
.range-slider {
  width: 75%;
}
.radio_text {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}      
.radio {
  margin: 5% 0 5% 9%;
  display: block;
  cursor: pointer;
}  
.radio_button {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button:checked + .radio_fake::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #ee652e;
  transform: translate(-50%,-50%);
}
.radio_fake {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}
.radio_button:checked ~ .radio_text {
  font-weight: 600;
}



.radio_text_views {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}      
.radio_views {
  margin: 5% 0 5% 9%;
  display: block;
  cursor: pointer;
}  
.radio_button_views {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_views:checked + .radio_fake_views::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 30%;
  width: 10px;
  height: 10px;
  background-color: #ee652e;
  transform: translate(-50%,-50%);
}
.radio_fake_views {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 30%;
}
.radio_button_views:checked ~ .radio_text_views {
  font-weight: 600;
}
.sidebar {
  margin-bottom: 30px;
}
.close:before  {
  transform: rotate(-90deg);
}


.dimensions_sidebar {
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #e9e9e9;
    padding: 5px;
    border-radius: 15px;
    color: #929292;
    margin-right: 6px;
    position: relative;
    cursor: pointer;
}
.dimensions_subtitle_sidebar {
    width: 225px;
    line-height: 35px;
    margin-left: 9%;
    margin-top: 15px;
}
.dimensions_sidebar:hover {
  background-color: #000;
  color: #fff;
}

.none {
  color: #fff;
}
.none:hover {
  background-color: #fff;
}
.none:after {
    content: "";
    display: ;
    width: 24px;
    height: 2px;
    background-color: #ee652e;
    position: absolute;
    transform: rotate(45deg);
    top: 11px;
    left: 0px;
} 
  
/*1*/ 
.radio_button_size_1 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_1:checked + .radio_fake_size_1::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}

.radio_size_1 .active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}

.radio_fake_size_1 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index:10;
}
/*2*/
.radio_button_size_2 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_2:checked + .radio_fake_size_2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_2 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 50%;
  z-index:10;
}     
/*3      */
.radio_button_size_3 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_3:checked + .radio_fake_size_3::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_3 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  z-index:10;
}
/*4      */
.radio_button_size_4 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_4:checked + .radio_fake_size_4::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_4 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #bababa;
  border-radius: 50%;
  z-index:10;
}
/*5*/
.radio_button_size_5 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_5:checked + .radio_fake_size_5::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_5 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ea5b0c;
  border-radius: 50%;
  z-index:10;
}
/*6*/
.radio_button_size_6 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_6:checked + .radio_fake_size_6::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_6 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #f39200;
  border-radius: 50%;
  z-index:10;
}
/*7*/
.radio_button_size_7 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_7:checked + .radio_fake_size_7::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_7 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ffed00;
  border-radius: 50%;
  z-index:10;
}
/*8*/
.radio_button_size_8 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_8:checked + .radio_fake_size_8::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_8 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #3aaa35;
  border-radius: 50%;
  z-index:10;
}
/*9*/
.radio_button_size_9 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_9:checked + .radio_fake_size_9::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_9 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #009fe3;
  border-radius: 50%;
  z-index:10;
}
/*10*/ 
.radio_button_size_10 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_10:checked + .radio_fake_size_10::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_10 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #004899;
  border-radius: 50%;
  z-index:10;
}
/*11*/
.radio_button_size_11 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_11:checked + .radio_fake_size_11::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_11 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #662483;
  border-radius: 50%;
  z-index:10;

}
/*12*/
.radio_button_size_12 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_12:checked + .radio_fake_size_12::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_12 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e6007e;
  border-radius: 50%;
  z-index:10;
}
/*13*/
.radio_button_size_13 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_13:checked + .radio_fake_size_13::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_13 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e50051;
  border-radius: 50%;
  z-index:10;
}
/*14*/
.radio_button_size_14 {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size_14:checked + .radio_fake_size_14::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size_14 {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #e30613;
  border-radius: 50%;
  z-index:10;
}
.radio_size_1 {
  margin-right: 6px;
}
.radio_size_2 {
  margin-right: 6px;
}
.radio_size_3 {
  margin-right: 6px;
}
.radio_size_4 {
  margin-right: 6px;
}
.radio_size_5 {
  margin-right: 6px;
}
.radio_size_6 {
  margin-right: 6px;
}
.radio_size_7 {
  margin-right: 6px;
}
.radio_size_8 {
  margin-right: 6px;
}
.radio_size_9 {
  margin-right: 6px;
}
.radio_size_10 {
  margin-right: 6px;
}
.radio_size_11 {
  margin-right: 6px;
}
.radio_size_12 {
  margin-right: 6px;
}
.radio_size_13 {
  margin-right: 6px;
}
.radio_size_14 {
  margin-right: 6px;
}
.catalog_main_cat {
  margin-bottom: 30px;
}
.btn_show_sidebar {
  display: none;
}
.btn_close_sidebar img{
  display: none;
}
.sidebar_main {
  display: block;
}

@media (max-width: 1200px) {
  .btn_show_sidebar {
    display: inline-block;
  }
  .btn_close_sidebar img{
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
  .sidebar_main {
    display: none;
  }
  .show_sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
    height: 100%;
    width: 300px;
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media (min-width: 319px) and(max-width: 374px) {
  .title_list {
    width: 100%;
  }
}
@media (min-width: 375px) and (max-width: 959px) {
  .title_list {
        width: 150px;
  }
  .js-range-slider {
    width: 135px;
  }
  .dimensions_subtitle_sidebar {
    width: 130px;
  }
  .widget_title {
    font-size: 10px;
  }
  .radio_text {
    font-size: 10px;
  }
  .radio_text_views {
    font-size: 10px;
  }
  .paginator_pag {
    margin-right: 10px;
    font-size: 12px;
  }
  .next-pag {
    margin-left: 0;
  }
}
@media (max-width: 670px) {
  .pagination_area {
    margin: 20px 0;
  }
  .pagination {
    padding: 0;
  }
  .prev-pag {
    margin-right: 10px;
  }
  
}
@media (min-width: 374px) and (max-width: 499px) {
  .title_text {
    font-size: 15px;
  }
  .title_list {
    height: 30px;
    width: 149px;
  }
  .widget_title {
    font-size: 10px;
  }
  .radio_text {
    font-size: 8px;
  }
  .js-range-slider {
        width: 95%;
  }
  .radio_text_views {
    font-size: 8px;
  }
  .dimensions_subtitle_sidebar {
    width: 85%;
  }
}

@media (max-width: 400px){
	  .recommended_title {
	    font-size: 8px;
	  }
	  .recommended_subtitle {
	    font-size: 10px;
	  }
	  .recommended_price {
	    font-size: 15px;
	  }
	  .recommended_content {
	  	margin-left: 2px;
	  }
}

.pagination_area {
  margin: 30px 0;
}
.pagination {
  text-align: end;
}
.pagination li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  margin: 0px 8px;
}
.paginator_pag {
  font-size: 14px;
  font-weight: 300;
  margin-right: 30px
}
.activepage {
  font-size: 15px;
  font-weight: 600;
  color: #ea5b0c;
}
.prev-pag {
  margin-right: 35px;
}
.next-pag {
  margin-left: 5px;
}
        /*///CATALOG/// */
        
        /*//CONTACT// */
       
.time_card {
  width: 380px;
  height: 130px;
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.time_card_wrapper {
  margin-bottom: 25px;
  margin-right: 15px;
}
.phone_us {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.call_us {
  font-weight: 400;
  margin-bottom: 5px;
}       
.time_subtitle {
  font-weight: 400;
  font-size: 14px;
  margin: 30px 0;
  line-height: 22px;
}
.wrapper_bg:after {
  content: "";
  position: absolute;
  display: block;
  width: 520px;
  height: 680px;
  right: 0;
  bottom: 45%;
  background-image: url('../pages/contact/img/rotate.png');
}
.sent_form_title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.send_form_subtitle {
  font-size: 14px;
  font-weight: 200;
  color: #d6d6d6;
  text-align: center;
  margin-bottom: 50px;
}
.send_form_info {
  font-size: 12px;
  font-weight: 100;
  padding-left: 10px;
  margin-bottom: 10px;
}
.send_us {
  position: relative;
}
.send_form {
    width: 600px;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    margin: 0 auto;
}
.send_form_main {
  z-index: 99999;
  background-color: #ffffff;
  padding: 40px 100px 70px 80px;
}
.send_form_input {
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
  padding-left: 5px;
}
.send_form_btn {
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  width: 195px;
  height: 50px;
  background-color: #ee652e;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-transform: uppercase;
}
.contact_us {
  margin-bottom: 50px;
}

@media (min-width: 960px) and (max-width: 1199px) {
  .send_form {
    width: 100%;
  }
}
@media (max-width: 959px) {
  .wrapper_bg {
    display: none;
  }
  
  .basket_info_price {
	    padding-top: 30%;
	}
}
@media (max-width: 645px) {
  .send_form {
    width: 100%;
  }
}
/*Iphone x*/
@media (max-width: 375px) {
  .time_card {
    height: 100px;
  }
  .phone_us {
    font-size: 10px;
  }
  .call_us {
    font-size: 8px;
  }
  .time_subtitle {
    margin: 10px 0;
    font-size: 8px;
  }
  .sent_form_title {
    font-size: 12px;
    margin-bottom: 30px;

  }
  .send_form_main {
    padding: 30px 30px;
  }
  .google_map {
    margin-bottom: 30px;
  }
}

@media (max-width: 345px) {
	.title_list {
	    width: 100%;
	}
} 
        /*///CONTACT///*/
        /*//BASKET//*/

.basket_catalog {
  border: 1px solid #f4f4f4;
  border-radius: 8px;
}
.basket_product {
  font-size: 12px;
  font-weight: 200;
  color: #aaaaaa;
  text-transform: uppercase;
  padding: 20px 0;
  margin-left: 30px;
}
.basket_catalog_info {
  border-bottom: 1px solid #f4f4f4;
}
.basket_img {
  display: inline-block;
  border-radius: 7px;
  overflow: hidden;
  margin: 5px 5px 5px 5px;
}
.basket_info {
  display: inline-block;
  margin-top: 15px;
  top: -30px;
}
.basket_info_title {
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 5px;
}
.basket_info_subtitle {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.basket_info_size_title {
  display: inline-block;
  font-size: 11px;
  font-weight: 100:
}
.basket_info_size_subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  cursor: pointer;
  color: #aaaaaa;
}
.basket_info_color_text {
  font-size: 11px;
  font-weight: 100;
  cursor: pointer;
}





.basket_info_color_main {
  display: block;
  cursor: pointer;
}
.basket_info_color_fake {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 15px;
}

.basket_info_color_fake_1 {
  position: relative;
  display: inline-block;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-left: 15px;
}

.basket_info_color_input {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}

.basket_info_color_input:checked + .basket_info_color_fake:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #000;
  transform: translate(-50%,-50%);
}
.basket_info_color_input:checked + .basket_info_color_fake {
  background-color: #ee652e;
}
.basket_info_price {
  font-size: 12px;
  font-weight: 200;
  color: #6f6f6f;
}
.basket_info_price {
  text-align: end;
  padding-top: 60%;
}



.input-counts {
    width: 60px;
    line-height: 38px;
    position: relative;
    margin: auto;
    margin-top: 23%;
}

.input-counts-quick {
    width: 60px;
    line-height: 38px;
    position: relative;
    margin: auto;
    margin-top: 23%;
}

.count-to-cart {
    height: 38px;
    width: 100%;
    border: 1px solid #ddd;
    outline: 0;
    border-radius: 2px;
    font-size: 15px;
    color: #3d3d3d;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    padding-right: 35px;
}
.basket_quantity .plus {
    font-size: 17px;
    border-radius: 0 2px 0 0;
}
.plus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 20px;
    height: 19.5px;
    font-family: roboto;
    border: 1px solid #ddd;
    line-height: 18px;
    text-align: center;
    font-weight: 200;
    color: #949393;
    transition: background 0.15s, color 0.15s;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.input_counts_img_iamge img:hover {
  background-color: #ee652e;
}
.basket_quantity .minus {
    bottom: 1px;
    top: auto;
    border-radius: 0 0 2px 0;
    font-size: 24px;
}
.minus {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    width: 20px;
    height: 19.5px;
    font-family: roboto;
    border: 1px solid #ddd;
    line-height: 18px;
    text-align: center;
    font-weight: 200;
    color: #949393;
    transition: background 0.15s, color 0.15s;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.basket_prices {
  font-size: 14px;
  font-weight: 300;
  margin-left: 30px;
  padding-top: 30%;
}
.basket_error {
  margin-top: 60%;
}
.basket_error img {
  margin: auto;
}
.basket_img_error {
  background: url("/pages/basket/img/error.png")no-repeat;
  display: block;
  width: 14px;
  height: 14px; 
}
.basket_img_error:hover {
  background: url("/images/svg_icon/error-yell.svg")no-repeat;
}
.basket_catalog_detail {
  border-bottom: 1px solid #f4f4f4;
  padding: 15px 0px;
}

.basket_info_comand {
  border: 1px solid #f4f4f4;
  border-radius: 8px;
  width: 455px;
  margin: auto;
}
.basket_info_title_comand {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #272727;
  margin-bottom: 25px;
  margin-top: 30px;
  text-align: center;
}
.basket_info_name {
   display: flex;
   justify-content: space-between;
   margin-bottom: 15px;
}
.basket_info_name_title {
  display: inline-block;
  font-size: 12px;
  font-weight: 100;
}
.basket_info_name_subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.basket_how_much_main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.basket_how_much_title {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.basket_how_much_subtitle {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.much_active {
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.basket_how_pay_main {
  font-size: 16px;
  font-weight: 700;
  color: #272727;
  margin-left: 20px;
  margin-bottom: 20px;
}
.basket_how_pay_subtitle {
  display: inline-block;
  width: 200px;
  margin-left: 20px;
}
.basket_info_person {
  margin: 0 30px 45px 20px;
}
.basket_how_much {
  margin: 0 30px 55px 20px
}
.basket_info_button {
  margin: 40px 0; 
}
.basket_delivery_title {
  font-size: 16px;
  font-weight: 700;
  margin: 25px 0;
}
.basket_delivery_subtitle {
  display: inline-block;
  margin-bottom: 45px;
}
.basket_delivery_subtitle_input {
  display: inline-block;
  width: 200px;
}
.basket_delivery_form_wrapper {
  display: inline-block;
}
.basket_delivery_form_title {
  font-size: 12px;
  font-weight: 100;
  color: #1a1a1a;
  margin-bottom: 10px;
  margin-left: 20px;
}
.basket_delivery_form_subtitle {
  width: 405px;
  height: 35px;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  margin-bottom: 15px;
}
.basket_delivery_form_item {
  display: inline-block;
}
.basket_delivery_form_item:first-child {
  margin-right: 50px;
}
.basket_delivery {
  margin-bottom: 40px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .basket_info_title {
    font-size: 9px;
  }
  .basket_info_subtitle {
    font-size: 10px;
  }
  .basket_info_size_title {
    font-size: 10px;
  }
  .basket_info_size_subtitle {
    font-size: 11px;
  }
  /*
  .basket_info {
    width: 185px;
  }
  */
  .basket_info_comand {
    width: 100%;
    margin-left: 15px;
  }
}

@media (min-width: 960px) and (max-width: 1200px){
  .basket_product {
    margin-left: 12px;
    font-size: 11px;
  }

  /*
  .basket_info {
    width: 38%;
  }
  */
  .basket_info_title {
    font-size: 7px;
    margin-bottom: 1px;
  }
  .basket_info_subtitle {
    font-size: 9px;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .basket_info_size_title {
    font-size: 9px;
  }
  .basket_info_size_subtitle {
    font-size: 10px;
  }

  .input-counts {
    width: 55px;
    line-height: 30px;
  }
  .basket_prices {
    font-size: 13px;
    padding-top: 35%;
  }
  .basket_info_comand {
    width: 100%;
    margin-left: 15px;
  }
  .much_active {
    font-size: 14px;
  }
  .basket_how_pay_main {
    font-size: 15px;
  }
  .basket_how_pay_subtitle {
    width: 125px;
  }
  .basket_info_button {
    margin: 30px 0;
  }
  .basket_delivery {
    margin-bottom: 10px;
  }
  .basket_delivery_title {
    margin: 20px 0;
  }
  .basket_delivery_subtitle {
    margin-bottom: 25px;
  }
  .basket_delivery_form_subtitle {
    width: 100%;
  }
}


@media (max-width: 1200px) {
  .site_nav {
    margin-bottom: 30px;
  }
  .line {
    padding: 0;
  }
}
@media (min-width: 600px) and (max-width: 955px){
  .basket_product {
    font-size: 8px;
    margin-left: 5px;
  }

  /*
  .basket_info {
    width: 49%;
    top: -9px;
  }
  */
  .basket_info_title {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .basket_info_subtitle {
    font-size: 9px;
    margin-bottom: 4px;
  }
  .basket_info_size_title {
    font-size: 9px;
  }
  .basket_info_size_subtitle {
    font-size: 9px;
  }
  .basket_info_color_text {
    font-size: 9px;
  }
  .basket_info_color_fake {
    width: 8px;
    height: 8px;
  }
  .basket_info_price {
    font-size: 10px;
    text-align: none;
  }
  .input-counts {
    width: 50px;
    line-height: 0px;
  }
  .basket_prices {
    font-size: 10px;
    margin-left: 10px;
  }
  .basket_delivery {
    margin-bottom: 20px;
  }
  .basket_info_button {
    margin: 20px 0;
  }
  .basket_info_comand {
    margin-bottom: 20px;
  }
}
/*Iphone x*/
@media (min-width: 319px) and (max-width: 595px){
  
  .catalog_img img{
    margin: 0 auto;
  }
  /*
  .basket_catalog_info {
    display: none;
  }
  

  .basket_info {
    width: 35%;
    top: -25px;
  }
 
  .basket_info_name_title {
    font-size: 11px;
  }
  .basket_info_name_subtitle {
    font-size: 11px;
  }
  .basket_info_title {
    display: none;
  }
  .basket_info_subtitle {
    font-size: 10px;
    margin-bottom: 0;
  }
  .basket_info_price {
    padding-top: 15%;
  }
   .input-counts {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .basket_prices {
    margin-left: 9px;
    padding-top: 16%;
    font-size: 12px;
  }
  .basket_error {
    margin-top: 12%;
    margin-left: 25px;
  }
    */

  .basket_delivery_title {
    margin: 15px 0;
  }
  .basket_delivery {
    margin-bottom: 30px;
  }
  .basket_delivery_subtitle {
    margin-bottom: 25px;
  }
  .basket_delivery_form_wrapper {
    width: 100%;
  }
  .basket_delivery_form_item {
    width: 100%;
  }
  .basket_delivery_form_subtitle {
    width: 100%;
  }
  .basket_info_comand {
    width: 100%;
    margin-bottom: 20px;
  }
  .basket_info_button {
    margin: 25px 0;
  }
  .basket_delivery_form_item:first-child {
    margin-right: 0;
  }
}

@media (max-width: 540px){
  .basket_catalog_info {
    display: none;
  }
  
  #info_sale_title{
  	display: none;
  }
	
 #info_sale_text{
  	display: none;
  }	
  .sale_info img {
    display: block;
}
}
       /*///BASKET///*/

.fa.fa-filter {
  font-size: 25px;
  color: #ee652e;
}




  /* Another developer */
 @media (max-width: 380px){
  .basket_mobile {
    margin-top: -10px;
  }
   .basket_mobile a{
    display: block !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 340px){
  .basket_mobile {
    margin-top: -20px;
  }
}

.dropdown-content {
	display: none;
  	position: absolute;
 	background-color: white;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
	}



.show_dropdown_list{
	cursor: pointer;
}

.show_content {
	display: block;
}

.radio_button_size {
  width: 1px;
  height: 1px;
  position: absolute;
  opacity: 0;
  appearance: none;
}   
.radio_button_size:checked + .radio_fake_size::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: none;
  border: 1px solid #ec6920;
  transform: translate(-50%,-50%);
}
.radio_fake_size {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  z-index:10;
  cursor: pointer;
}

.radio_button_size:checked + .dimensions_sidebar {
  background-color: #000;
  color: #fff;
}

.size-inset .active {
  background-color: #000;
  color: #fff;
}

.size-inset .disabled {
  background-color: #fff;
  color: #e9e9e9;
  background: 
         linear-gradient(to top right,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             #e9e9e9 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%);       
}

.del_favorite {
	position: absolute;
    top: 10px;
    right: 10px;
}

.favorite {
	visibility: visible;
}

.favorite img {
	background-color: #ec6920;
}

.detail_favorite{
	background-color: #ec6920;
	color: white;
}

.basket_mobile {
	display: none;
    float: right;
    margin-right: 15px;
}

.basket_mobile a {
	display: inline-block;
}


/*блок с изображениями*/
.img-containers {
	display: none;
}
.img-containers.active {
	display: flex;
}
.mini-img.mCustomScrollbar {
	width: 100px;
}
.gallery {
	width: calc(100% - 100px);
	text-align: center;
	position: relative;
}
.gallery .img-gall {
	text-align: center;
}
.gallery .img-gall {
	display: none;
}
.gallery .img-gall img {
	max-width: 100%;
	max-height: 100%;
	margin: 0px auto;
}
.gallery .img-gall.active {
	display: inline;
	height: 100%;
	border-radius: 4px;
	text-align: center;
}
.mini-img {

}
.mini-img .img {
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	text-align: center;	
	position: relative;
}
.mini-img .img:last-child {
	margin-bottom: 2px;
}
.mini-img .img img {
	max-width: 100%;
	max-height: 100%;
}

.mini-img .img-detail.active {
	display: none;
}

.img-containers .mCSB_inside > .mCSB_container {
	margin-right: 15px !important;
}

.mCSB_inside > .mCSB_container {
	margin-right: 8px !important;
}
.mCSB_scrollTools {
	width: 10px !important;
}
.mCSB_scrollTools .mCSB_buttonUp {
	height: 0 !important;
}
.mCSB_scrollTools a+ .mCSB_draggerContainer {
	margin: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px !important;
	background-color: rgb(213, 213, 213) !important;
}

.img-containers.active {
	display: flex;
	flex-wrap: wrap;
}
.img-containers .mini-img {
	height: auto !important;
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
}

.product_container {
	display: none;
}
#footer {
  background-color: #f8f8f8;
}
 
.nav_btn {
  float: right;
  position: relative;
  top: -9px;
}
.call-back {
  float: right;
}
.backlink , .forwardlink {
  width: 29px;
  height: 29px;
  border: 1px solid #ccc;
}
.backlink a, .forwardlink a{
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding-top: 3px;
}
.backlink a img , .forwardlink a img {
  width: 18px;
  height: 17px;

}

/* popup classes on detail page */

.size_conversions{
	color: red;
	cursor: pointer;
    font-size: 15px;
    position: absolute;
    left: 115px;
    top: -10px;
}

.pop_wrapper {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.pop {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 1%;
    margin-bottom: 4%;
}

.pop_close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    color: black;
}

.pop_close::after {
    content: '';
    background-color: black;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 11px;
    transform: rotate(45deg);
    left: -4px;
}

.pop_close::before {
    content: '';
    background-color: black;
    position: absolute;
    height: 2px;
    width: 20px;
    top: 11px;
    left: -4px;
    transform: rotate(-45deg);
}

.pop_title {
	font-size: 27px;
	font-weight: 700;
    margin-bottom: 20px;
}

.pop_text {
    margin-bottom: 30px;
}

.pop_data {
    margin-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    overflow-y: scroll;
    max-height: 825px;
}


.pop_table {
  border-collapse: collapse;
  width: 100%;
}

.pop_table th, td {
  	text-align: center;
	padding: 15px 8px;
}

.pop_table th {
  	color: grey;
    font-weight: 100;
}

.pop_table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.pop_table_container {
	overflow-x:auto;
    margin-bottom: 45px;
}

.table_title {
	font-weight: 700;
    margin-bottom: 15px;
}

@media (max-height: 830px){
	.pop_data {
	    max-height: 750px;
	}
}

@media (max-height: 790px){
	.pop_data {
	    max-height: 600px;
	}
}

@media (max-height: 630px){
	.pop_data {
	    max-height: 470px;
	}
}

@media (max-height: 510px){
	.pop_data {
	    max-height: 350px;
	}
}

@media (max-height: 400px){
	.pop_data {
	    max-height: 250px;
	}
}

@media (max-width: 700px){
	.pop {
	    width: 100%;
	}
}
