button {
  border: none;
  cursor: pointer;
}

.btn,
button,
input[type="submit"] {
  cursor: pointer;
  color: #000 !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  line-height: 1.4em !important;
  background: #ebd7a9;
  white-space: nowrap;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  z-index: 9;
  text-transform: uppercase;
  text-align: center;
  /*margin-bottom: 2em;*/
  border: none;
  font-weight: 400;
  /*font-family: 'Open Sans'*/;
}

button, .btn, #pagenav a {
  font-family: 'Open Sans'!important;  
}

.lc-text .btn1, .fc-text .btn1{color: #000 !important; }
.lc-text .buttons a, .fc-text .buttons a{text-decoration: none;}
.threebtn .fc-text  a {display: block;width: 400px;background-color: #ebd7a9;}
.threebtn .fc-text  a:hover {  box-shadow: 0 1em 1.2em rgba(0,0,0,.15);}
.threebtn .fc-text  .btn {  box-shadow: none;}


.btn:hover,
.btn:active,
input[type="submit"]:hover,
input[type="submit"]:active {
  box-shadow: 0 1em 1.2em rgba(0,0,0,.15);
  border: none;
  color: #000 !important;
}

.btn:focus {
  box-shadow: none !important;
}

.btn_grey {
  background: #c7c7c7;
}

.btn_more, .btn_down, .btn_up {
  font-size: 11px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #dbb459 !important;
}

.ps_icons .btn_down, .mobile.intro .btn_down {
  text-transform: none;
  font-style: italic;
  color: #000 !important;  
  margin: 0px;
  font-family: 'Lora', 'Open Sans';
  white-space: nowrap;
}

.ps_icons .btn_up, .mobile.intro .btn_up {
  text-transform: none;
  font-style: italic;
  color: #000 !important;  
  margin: 0px;
  float: right;
  display: none;
  font-family: 'Lora', 'Open Sans';
  white-space: nowrap;
}

.mobile.intro .btn_down, .mobile.intro .btn_up {
  font-size: 11px;
}

.ps_icons span.more_text, .mobile.intro span.more_text {
  display: none;
}

.btn_more:after {
  content:'';
  display: none;
  width: 21px;
  height: 9px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(/local/templates/new2019/css/../i/ico_btn/arr_link.png) left center no-repeat;
  position: relative;
  top: -2px;
}

.btn_down:after {
  content:'';
  display: none;
  width: 9px;
  height: 11px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../i/ico_btn/arr_down_grey.png) left center no-repeat;
  position: relative;
  top: -2px;
}

.slabs_info .btn_up:after {
  content:'';
  display: inline-block;
  width: 9px;
  height: 11px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../i/ico_btn/arr_up_grey.png) left center no-repeat;
  position: relative;
  top: 0px;
  left: 0px;
}

.btn_up:after {
  content:'';
  display: none;
  width: 9px;
  height: 11px;
  vertical-align: middle;
  margin-left: 10px;
  background: url(../i/ico_btn/arr_up_grey.png) left center no-repeat;
  position: relative;
  top: -2px;
}



.btn_img {
  overflow: hidden;
  text-indent: -20000px;
  padding: 0 !important;
  position: relative;
  cursor: pointer;
  border: 0 !important;
  text-align: left;
  display: inline-block;
}

.btn_close,
.btn-close {
  width: 13px;
  height: 13px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -20000px;
  text-decoration: none;
  padding: 0;
  text-align: left;
  display: inline-block;
  background-image: url("../i/ico_btn/ico_close.png");
}


.fb {
  background-color: #1f52b1;
  background-image: url("../i/ico_btn/ico_bf.png");
}

.vk {
  background-color: #587dc6;
  background-image: url("../i/ico_btn/ico_kv.png");
}

.ico_search {
  width: 14px;
  height: 13px;
  background-image: url("../i/ico_btn/ico_search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#search_top_ .ico_search {
    width: 24px;
}

.ico_search:hover {
  /* background-image: url("../i/ico_btn/ico_search_wh.png"); */
}

.ico_mail {
  width: 20px;
  height: 13px;
  background-image: url("../i/ico_btn/ico_mail.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ico_mail:hover {
  background-image: url("../i/ico_btn/ico_mail_wh.png");
}

.ico_mobile {
  width: 13px;
  height: 18px;
  background-image: url("../i/ico_btn/ico_mobile.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ico_mobile:hover {
  background-image: url("../i/ico_btn/ico_mobile_wh.png");
}

.ico_wishlist {
  min-height: 14px;
  background-image: url("../i/ico_btn/ico_wish.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px 13px;
  padding-left: 23px;
  padding-top: 3px;
  box-sizing: border-box;
}

.ico_wishlist:hover {
  /* background-image: url("../i/ico_btn/ico_wish_wh.png");
   color: #fff; */
}

.ico_basket, .ico_basket_card {
  min-height: 17px;
  background-image: url("../i/ico_btn/ico_basket.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 19px 17px;
  padding-left: 22px;
  padding-top: 3px;
  box-sizing: border-box;
  cursor: pointer;
}

.ico_basket_card.green, .ico_basket_card.blue {
  background-image: url("../i/ico_btn/basket_pass_2.svg");  
  width: 30px;
  height: 30px;
  background-position: center center;
  background-size: 30px 30px;
  padding: 0px;
  display: inline-block;
  top: 4px;
}
.ico_basket_card.blue {
  background-image: url("../i/ico_btn/basket_active_2.svg");  
}

.ico_basket:hover {
  /* background-image: url("../i/ico_btn/ico_basket_wh.png");
   color: #fff; */
}

.ico_user {
  width: 14px;
  height: 15px;
  background-image: url("../i/ico_btn/ico_user.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ico_user:hover {
  /*  background-image: url("../i/ico_btn/ico_user_wh.png"); */
}

a.btn_back,
a.btn_forward {
  display: inline-block;
  width: 26px;
  height: 72px;
  /* background-color: #e3d0a3; */
  text-indent: 20000px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 89;
}

a.btn_back {
  background-image: url("../i/ico_btn/arr_back.png");
  display: block;
  float: left;
  /* padding-top: 200px; */
}

.carousel_img.index a.btn_back, .carousel_img.index a.btn_forward {
  top: 36px;
}

#new .carousel_img.index a.btn_back
, #hits .carousel_img.index a.btn_forward 
, #actual .carousel_img.index a.btn_forward 
, #actions .carousel_img.index a.btn_back
, #new .carousel_img.index a.btn_forward 
, #hits .carousel_img.index a.btn_back
, #actual .carousel_img.index a.btn_back
, #actions .carousel_img.index a.btn_forward 
{
  top: 90px;
}

.carousel_img.index .buttons {
  text-align: center;
}

.diploms a.btn_back, .page_projects  a.btn_back{
  padding-top: 300px;
}

.portfolio a.btn_back {
  padding-top: 150px;
}

.responces a.btn_back {
  padding-top: 250px;
}

#interiors-list a.btn_back {
  /*padding-top: 280px;*/
  padding-top: 50%;
  margin: 0 10px;  
}


a.btn_forward {
  background-image: url("../i/ico_btn/arr_forward.png");
  display: block;
  float: right;
  /* padding-top: 200px; */
}

.diploms a.btn_forward,  .page_projects  a.btn_forward{
  padding-top: 300px;
}

.portfolio a.btn_forward {
  padding-top: 150px;
}

.responces a.btn_forward {
  padding-top: 250px;
}

#interiors-list a.btn_forward {
  /*padding-top: 280px;*/
  padding-top: 50%;
  margin: 0 10px;
}

.page_contacts  a.btn_back {
  padding-top: 0px;
}

.page_contacts  a.btn_forward {
  padding-top: 0px;
}

a.btn_back:hover,
a.btn_forward:hover {
  /*  box-shadow: 0 10px 20px rgba(0,0,0,.15);
    background-color: #fae5b4; */
}

.ico_zoom {
  display: block;
  text-indent: -20000px;
  overflow: hidden;
  text-align: left;
  width: 24px;
  height: 22px;
  background: url("../i/ico_btn/ico_zoom.png") center center no-repeat;
  background-size: contain;
}

.ico_photo {
  width: 21px;
  height: 17px;
  background: url("../i/ico_btn/ico_photo.png") no-repeat;
}

.ico_price {
  width: 34px;
  height: 24px;
  background: url("../i/ico_btn/ico_price.png") no-repeat;
  background-size: contain;
}

.ico_download {
  /* width: 25px;
  height: 25px; */
  background: url("../i/ico_btn/ico_pdf.svg") no-repeat;
  background-size: 25px;
  padding: 4px 2px 4px 28px;
}

.collection_new .ico_download {
  background: url("../i/ico_btn/ico_pdf.svg") no-repeat;
  background-size: 16px;
  padding: 0px 2px 0px 20px;
}



.ico_video {
  /* width: 25px;
  height: 25px; */
  background: url("../i/ico_btn/ico_video.svg") no-repeat;
  background-size: 25px;
  padding: 6px 2px 6px 28px;
}


.ico_tech {
  width: 18px;
  height: 18px;
  background: url("../i/ico_btn/ico_tech.png") no-repeat;
  background-size: contain;
}

.ico_tech:hover {
  background: url("../i/ico_btn/ico_tech_hover.png") no-repeat;
}

.ico_bookmark {
  width: 14px;
  height: 23px;
  background: url("../i/ico_btn/ico_bookmark.png") no-repeat;
  background-size: contain;
}

.ico_bookmark:hover {
  background: url("../i/ico_btn/ico_bookmark_hover.png") no-repeat;
}

.link_tech,
.link_download {
  padding-left: 30px;
  position: relative;
  color: #b0b0b0 !important;
}

.link_tech:before {
  content: '';
  display: block;
  width: 30px;
  height: 18px;
  background: url("../i/ico_btn/ico_tech.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: .1em;
}

.link_tech:hover,
.link_download:hover {
  color: #dbb459 !important;
}

.link_tech:hover:before {
  background: url("../i/ico_btn/ico_tech_hover.png") center center no-repeat;
}

.link_download:before {
  content: '';
  display: block;
  width: 30px;
  height: 11px;
  background: url("../i/ico_btn/arr_down_grey.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: .3em;
}

.link_download:hover:before {
  background: url("../i/ico_btn/arr_down_gold.png") center center no-repeat;
}

.like:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url("../i/ico_btn/ico_like.png") center center no-repeat;
  background-size: contain;
  margin-right: 10px;
}

.like.like_ok:before {
  background: url("../i/ico_btn/ico_like_ok.png") center center no-repeat;
  background-size: contain;
}

.ico_amount {
  font-size: 0;
  line-height: 0;
}

.btn.btn_consultation {
  /* position: fixed; 
  right: 240px; 
  bottom: -50px;*/
  top: 20px;
  z-index: 99;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  color: #222!important;
  line-height: 1em;
  padding: .7em 1.6em .6em!important;
  font-size: 14px!important;
  font-family: 'Open Sans';
  width: 220px!important;
  text-align: left;
  white-space: normal;
  -webkit-animation: rotate_360 30s linear infinite;
  animation: rotate_360 30s linear infinite;
}	



.sort_filter a, .all_cards.multirow thead a {
  color: rgb(51, 51, 51);
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
  margin: 0 8px 0 0;  
}

.sort_filter a.current, .all_cards.multirow thead a.current {
  color: rgb(120, 120, 120);
}

.sort_filter a > span {
  vertical-align: top;
  float: left;
}

.bigformat_page .sort_filter a.current > span.underlined {
  padding-bottom: 0px;
  border-bottom: 2px solid rgb(130, 130, 130);  
}

.sort_filter a.current > span.underlined {
  padding-bottom: 2px;
  border-bottom: 2px solid rgb(130, 130, 130);  
}
/*
.sort_filter a.current > span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
*/

.all_cards.multirow thead a {
  /*float: right;*/
  top: 5px;
}

.sort_filter a i.arr, .all_cards.multirow thead a i.arr {
  position: relative;
}

.sort_filter a i.arr, .all_cards.multirow thead a i.arr {
  display: inline-block;
  height: 19px;
  width: 18px;
}
.sort_filter a i.arr.icons_hidden {
  display: inline-block;
  height: 19px;
  width: 0px;
}


.sort_filter a i.arr.icons_hidden:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0px;
  width: 0px;
  height: 15px;
  font-size: 14px;
  font-weight: 700;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=) left center no-repeat;
}


.sort_filter a i.arr:after, .all_cards.multirow thead a i.arr:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 15px;
  height: 15px;
  font-size: 14px;
  font-weight: 700;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=) left center no-repeat;
}

.sort_filter a.desc i.arr:after, .all_cards.multirow thead.desc a i.arr:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYyaC00ek0wIDNoNnYyaC02ek0wIDBoOHYyaC04eiIvPjwvc3ZnPgo=) left center no-repeat;
  /*  background: url(../i/ico_btn/arr_up_blck.png) left center no-repeat; */
}

.sort_filter a.current i.arr:after, .all_cards.multirow thead a.current i.arr:after {  
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDBoNHYyaC00ek0wIDNoNnYyaC02ek0wIDZoOHYyaC04eiIvPjwvc3ZnPgo=) left center no-repeat;
  /*background: url(../i/ico_btn/arr_down_grey.png) left center no-repeat;*/
}

.sort_filter a.current.desc i.arr:after, .all_cards.multirow thead a.current.desc i.arr:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiIGZpbGw9IiM2NTY1NjUiPjxwYXRoIGQ9Ik0wIDZoNHYyaC00ek0wIDNoNnYyaC02ek0wIDBoOHYyaC04eiIvPjwvc3ZnPgo=) left center no-repeat;
  /*  background: url(../i/ico_btn/arr_up_grey.png) left center no-repeat; */
}

.icons_fa:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#search-title .ico_video {
  float: right;
  height: 48px;
  width: 48px;
  padding-right: 8%;  
  background-size: 48px;
}

.carousel_img.rezka a.btn_back {
  /*display: none;*/
}

.carousel_img.rezka a.btn_back 
, .carousel_img.rezka a.btn_forward
{
  padding-top: 25%;
  margin: 0px 10px;
}

.texture_button {
  position: absolute;
  top: -20px;
  right: 0px;   
  padding-right: 0px;
}

.collection_button {
  position: absolute;
  right: 0px;   
  padding-right: 0px;
}

.texture_button .dbasket.savetxt {
  margin: 0px;
}

.info-wrapper {
  position: relative;
  width: 100%;
}
.info-wrapper.with-button {
  min-height: 70px;
}

.info-wrapper.with-button.with-two-button {
  min-height: 134px;
}

.info-wrapper.with-button p {
  padding-right: 100px;
}

.info-wrapper.with-button p.collection {
  padding-right: 0px;
}

.card-basket-buttons {
  min-width: 360px;
  max-width: 360px;
  float: left;
  height: 52px;
  position: relative;
}

.notices .card-basket-buttons {
  min-width: 285px;
  max-width: 360px;
}

.product .bigpicture .card-basket-buttons {
  float: none;
  display: block;
}

a.cart-link {
  text-decoration: none;
}

/* ios style checkboxes */
.checkbox-ios {
	display: inline-block;    
	height: 14px;    
	line-height: 14px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
	font-size: 0.7em;
  text-transform: uppercase;
	user-select: none;	
  padding-top: 2px;
}
.checkbox-ios .checkbox-ios-switch {
	position: relative;	
	display: inline-block;
	box-sizing: border-box;			
	width: 28px;	
	height: 14px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #eee;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;	
	display: inline-block;
	width: 12px;	
	height: 12px;
	border-radius: 50%;
	background: white;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: #ebd7a9;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(14px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}
/* end ios style checkboxes */

.in_order .basket-controls {
  display: none!important;
}

.in_order .product_last_viewed  .basket-controls {
  display: block!important;
}

