
h1, h2, h3, h4, h5, h6, p, ul{
	margin: 0;
}

h1, .h1{
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 32px;
	color: #FF9411;
	margin-bottom: 30px;
}
h2, .h2{
	font-family: Oswald;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	color: #FF9411;
}
h3, .h3{
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 32px;
	color: #FF9411;
}
h4, .h4{
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}
h5, .h5{
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 25px;
}
p{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	color: #4F4F4F;
}
a{
	font-family: Roboto;
    font-style: normal;
    font-weight: 500;
	/*color: #FFFFFF;*/ /*сбрасываем из-за bootstrap*/
	outline: none;
	/*white-space: nowrap;*/
	text-decoration: none;	
}

a.anchor{
	text-decoration: none;
}
a:hover{
	color: #4F4F4F;/*сбрасываем из-за bootstrap*/
	text-decoration: none;
}
a:focus{
	color: #4F4F4F; /*сбрасываем из-за bootstrap*/
	outline: none;
}
ul{
	padding-left: 25px;
	text-align: left;
}
li{
	margin: 0 0 4px; 
}
img{
	max-width: 100%;
	height: auto;
}
.table-hover > tbody > tr:hover {
	background-color: #f0f0f3;
}




html, body{
  height: 100%;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

/************************************************************************/

body.modal-open{
	overflow: hidden;
}
.body-default{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 121%;
	margin: 0;
	padding: 0;
	color: #58686D;
	background-color: #F5F5F5;
}
.main-page{
	background: #BEEDF5;
}
.container{
	max-width: 1200px !important;/* 64 / 32 / 12 */
	margin: 0 auto;
	position: relative;
}

/*************************Модальное окно******************************/
.modal-bg{
	position: fixed;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,0.8);
	left: 0px;
	top: 0px;
	z-index: 801;
	overflow: auto;
	cursor: pointer;
}
.modal-panel{
	position: absolute;
	background: #fff;
	z-index: 100;
	box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
	padding: 32px 40px;	
	text-align: center;
	max-width: 100%;
	cursor: default;
	 margin: 0px;
}
.modal-panel .no-border{
	padding: 0;
}
.call-back-dialog{
	width: 600px;
    max-width: 100%;
}
.call-back-dialog h3{
	margin-bottom: 23px;
}
.call-back-dialog p{
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	color: #555555;
	margin: 0 20px 11px 0;
}
.call-back-question__textarea{
	height: 120px;
	padding: 2px;
}
.call-back-dialog label{
	margin-bottom: 15px;
	display: block;
}

.call-back-dialog__input, .call-back-dialog__select{
	border: 1px solid #c0c0c0;
	font-size: 16px;
}
.call-back-dialog > .button{
	margin-top: 10px;
	margin-bottom: 5px;
}
.modal-panel > .close-button{
	position: absolute;
    top: 16px;
    right: 18px;
}
.modal-panel > .close-button:hover{
	transform: rotate(-90deg);
}
.modal-panel .loading{
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.75);
	background-image: url("./img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.modal-panel__success{  
	width: 454px;
	max-width: 100%;
	background-image: url("./img/success-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	font-size: 14px;
	line-height: 1.1;
	color: #333333;
	margin-bottom: 10px;
}
.modal-panel__success p{  
	margin-bottom: 14px;
}
.modal-panel__success .button{  
	margin: 32px 0 5px;
}
.modal-panel__warning{  
	width: 454px;
	max-width: 100%;
	background-image: url("./img/warning-icon.png");
	background-repeat: no-repeat;
	background-position: center 5px;
	padding: 112px 0px 15px;
	font-size: 14px;
	line-height: 1.1;
	color: #333333;
	margin-bottom: 10px;
}

.a-logo{
	display: block;
	min-width: 175px;
	/*max-width: 216px;
	font-weight: normal;
	font-size: 13px;
	line-height: 15px;
	height: 70px;*/
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url("img/logo-window.png");
	background-size: 165px 67px;
}

.a-logo_small{
	background-image: url("img/logo-small.png");
	background-size: 123px 50px;
	min-width: 125px;
	height: 44px;
	padding: 0;
}
.phone{
	display: block;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 32px;
	color: #4F4F4F;
	white-space: nowrap;
	background-position: left 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: 16px 32px;
	padding-left: 24px;
	cursor: pointer;
}
.phone.fixed{
	background-size: 18px 30px;
	background-image: url("img/fixed-phone.png");
}
.phone.a1{
	background-image: url("img/phone.png");
}
.phone.mts{
	background-image: url("img/phone.png");
}

/********************messenger**********************************/
.messenger{
	display: block;
	vertical-align: top;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 139%;
	color: #4F4F4F;	
	white-space: nowrap;
	/*text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);*/
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 43px;
	cursor: pointer;	
}
/*.messenger.viber{
	background-position: left 0px;
	background-image: url("img/viber.png");
}*/
.messenger.email{
	background-size: 27px 19px;
	background-position: left 8px;
	background-image: url("img/email.png");
}
/*.messenger.whatsapp{
	background-position: left 0px;
	background-image: url("img/whatsapp.png");
}*/

/********************a-skype**************************************/

/********************worktime**************************************/
.worktime{
	display: block;
	position: relative;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 139%;
	color: #4F4F4F;	
	white-space: normal;
	background-repeat: no-repeat;  
    background-position: left 7px;
	background-image: url("img/time.png");
	background-size: 25px 25px;
	padding-left: 42px;	
}
.main-menu{
	position: relative;
	z-index: 0;
	list-style: none;
	padding: 0;
	max-width: 300px;
}
.main-menu > .menu__item{
	position: relative;
	border-bottom: 1px solid #B2CD92; 
	margin: 0;
}
.main-menu > .menu__item:hover{
	background-color: #E4FF9D;
}
.main-menu > .menu__item.with-sub{
	cursor: pointer;
}
.main-menu > .menu__item > a, .main-menu .sub-menu__item > a{
	display: block;	
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #4F4F4F;	
	text-align: left;	
}
.main-menu > .menu__item > a{
	padding: 9px 20px 8px 42px;	
}
.main-menu .sub-menu__item > a{
	padding: 9px 20px 8px 42px;	
}
.main-menu .sub-menu{
	display: none;
	position: relative;
	z-index: 12;
	left: 0;
	top: 0;
	list-style: none; 
	margin: 0;
	padding: 0;
}
.main-menu .sub-menu > .sub-menu__item{
	display: block; 
	vertical-align: top;
	background: rgba(255, 255, 255, 0.85);
	border-top: 1px solid rgba(178, 205, 146, 0.5); 
	overflow: hidden;
	text-align: left;
	margin: 0;
}
.main-menu .sub-menu > .sub-menu__item:hover{
	background-color: #E4FF9D;
}


/***********menu в footer*********************/
.footer__menu{
	margin: 65px 0 32px;
}
.footer-menu{
	padding-left: 17px;
}
.footer-menu > .menu__item{
	margin: 0 0 13px 0;
}
.footer-menu > .menu__item > a{
    font-weight: normal;
    font-size: 14px;
    line-height: 121%;
}

/*********************Меню для мобил*****************************/
.menu-btn{
	width: 23px;
	border: none;
	outline: none;
	background-color: transparent;
	opacity: 1;
	cursor: pointer;
	transition: all ease-out 0.5s;
}
.menu-btn:hover{
	opacity: 1;
}
.menu-btn > .menu-btn__item{
	height: 2px;
	border-radius: 1px;
	background-color: #4F4F4F;
}
.menu-btn__item + .menu-btn__item{
	margin-top: 5px;
}

/**************menu pushy***********************/
.pushy-open-left .site-overlay{
	z-index: 700;
}
.pushy{
	background-color: #ECF9FF !important;
	width: 100%;
	z-index: 799;
}
.pushy-left {
    -webkit-transform: translate3d(-600px, 0, 0);
    -ms-transform: translate3d(-600px, 0, 0);
    transform: translate3d(-600px, 0, 0);
}
.pushy-content{
	text-align: left;
}
.pushy-content a{
    color: #4F4F4F !important;
}
.pushy-content > .pushy-header{
	position: fixed;
	height: 73px;
	width: 100%;
	top: 0;
	vertical-align: top;
	z-index: 20;
	transition: all ease-out 0.5s;
	border-bottom: 3px solid #FF9411;
}
.pushy-content > .pushy-header > .a-logo{
	display: inline-block;
	height: 100%;
	min-width: 125px;
	background-image: url("img/logo-small.png");
	background-size: 123px 50px;
	margin: 9px 0 0 13px;
}
.pushy-content > .pushy-header > .close-pushy{
	position: absolute;
	top: 28px;
	right: 24px;
	min-width: 17px;
	min-height: 17px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("img/pushy-arrow.png");
	background-position: left center;
	background-size: 16px 16px;
}
.pushy-content h3{
	font-size: 28px;
	line-height: 114%;
}
.pushy-content > .contacts{
	padding: 28px 0 0 24px;
	background-color: #FFFFFF;
	margin-top: 73px;
}
.pushy-content > .contacts > .phones{
	margin: 24px 0 38px;
}
.pushy-content > .contacts > .phones > .phone{
	display: block;
	text-decoration: none;	
	padding-left: 32px;
}
.pushy-content > .contacts > .phones > .phone + .phone{
	margin-top: 18px;
}
.pushy-content > .contacts > .messengers{
	margin: 19px 0 0;	
}
.pushy-content > .address{
	padding: 40px 0 38px 24px;
	background-color: #FFFFFF;
}
.pushy-content > .address > h3{
	margin-bottom: 18px;
}
.pushy-content > .address > .address-map{	
	display: block;
	position: relative;
	max-width: 320px;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 32px;
	color: #4F4F4F;	
	white-space: normal;
	text-align: left;
	background-repeat: no-repeat;  
    background-position: left 3px;
	background-image: url("img/map.png");
	background-size: 16px 30px;
	padding-left: 30px;	
}
.pushy-content > .panel-menu{
	padding: 34px 0 30px 42px;
}
.pushy-content > .panel-menu > h4{
	margin-bottom: 14px;
}
.pushy-content > .panel-menu > .pushy-menu{
	padding-left: 20px;
	margin: 0 0 26px 0px;
}
.pushy-content > .panel-menu > .pushy-menu > .categories-menu__item, .pushy-content > .panel-menu > .pushy-menu > .menu__item{
	text-align: left;
	background: transparent;
    border: none;
	outline: none;
}
.pushy-content > .panel-menu > .pushy-menu > .categories-menu__item + .categories-menu__item, .pushy-content > .panel-menu > .pushy-menu > .menu__item + .menu__item{
	margin: 10px 0 0 0;
}
.pushy-content > .panel-menu > .pushy-menu > .categories-menu__item:hover > .sub-menu, .pushy-content > .panel-menu > .pushy-menu > .menu__item:hover > .sub-menu{
	display: none;
}
.pushy-content > .panel-menu > .pushy-menu > .categories-menu__item:before, .pushy-content > .panel-menu > .pushy-menu > .menu__item:before{
	content:".";
}
.pushy-content > .panel-menu > .pushy-menu > .categories-menu__item > a, .pushy-content > .panel-menu > .pushy-menu > .menu__item > a{
	display: inline-block;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #4F4F4F;
	padding: 0;
	margin-left: -5px;
}
.pushy-content > .panel-menu > .pushy-menu > .sub-menu{
	display: none;
}

.breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	margin-bottom: 16px
}
.breadcrumbs a{
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
	color: #777;
}
.breadcrumbs a:hover{
	color: #DF2025;
}
.breadcrumbs .separator{
	margin: 0 5px;
}

ul.breadcrumbs{
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	color: #777;
	margin-bottom: 16px
	list-style: none;
	padding: 0;
}
ul.breadcrumbs li{
	display: inline-block;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
	color: #777;
}
ul.breadcrumbs li+li:before{
	content: "»";
	margin-left: 0.4em;
	margin-right: 0.4em;
}


.categories-menu{
	list-style: none;
	padding: 0;
	z-index: 60;
}
.categories-menu__item{
	position: relative;
	background: #FFFFFF;
	margin: 0;
}
.categories-menu__item.with-sub{
	
}
.categories-menu__item.with-sub:hover{
	
}
.categories-menu__item > .sub-menu{
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	padding: 0;
	z-index: 100;
	list-style: none;
	border-left: 2px solid #7DD547;
	margin: 0;
}
.categories-menu__item:hover > .sub-menu{
	display: block;
}
.categories-menu__item > .sub-menu > .sub-menu__item{
	display: block;
	position: relative;
	width: 250px;
	vertical-align: top;
	background-color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	margin: 0;
}
.categories-menu__item + .categories-menu__item, .categories-menu__item > .sub-menu > .sub-menu__item + .sub-menu__item{
	border-top: 1px solid #E5E5E5;
}
.categories-menu__item + .categories-menu__item:hover, .categories-menu__item > .sub-menu > .sub-menu__item + .sub-menu__item:hover{
	border-top: 1px solid #FFFFFF;
}
.categories-menu__item > a, .categories-menu__item > .sub-menu > .sub-menu__item > a{
	display: block;
	white-space: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 15px;
	color: #67828C;
	padding: 11px 20px 10px 15px;
}
.categories-menu__item:hover, .categories-menu__item > .sub-menu > .sub-menu__item:hover{
	background-color: #7DD547;
}
.categories-menu__item:hover > a, .categories-menu__item > .sub-menu > .sub-menu__item:hover > a{
	color: #FFFFFF;
}

/**Карточки товара. Выводятся посредством ф-ций:************* 
******get_product_card($product_id) из БД***/
.product-card{
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	/*overflow: hidden;*/
	max-width: 283px;
	background: #FFFFFF;
	border: 1px solid #B2CD92;
	transition: all ease-out 0.5s;
	padding: 21px 6px 13px 7px; 
	text-align: center;
	white-space: normal;
	margin: 10px auto 16px;
}
.product-card:focus{
	outline: none;
}
.product-card:hover{
	z-index: 50;
}
.product-card > .card-bottom{
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	padding-left: 12px;
	padding-right: 11px;
}
.product-card > .card-top{
	position: relative;
	overflow: hidden;
	margin-bottom: 0; /*6px 0*/
}
.product-card .product-photo{
	width: 270px; /*100%*/
	max-width: 100%;
	height: 202px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-card .product-photo.no-photo{
	background-image: url("img/no-photo.png");
	background-size: auto;
}
.product-card .card-top h3{
	font-weight: normal;
	font-size: 19px;
	line-height: 132%;
	text-transform: uppercase;
	color: #4F4F4F;	
	text-align: left;
	margin: 10px 0 0 12px;
}
.product-card a:hover h3{
	text-decoration: underline;
}
.product-card .brand-title{
	position: relative;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 132%;
	text-transform: uppercase;
	color: #8DD339;
	text-align: left;
	margin: 6px 0 0 12px;
}
.product-card .product-params{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 133%;
	text-align: left;
	margin-top: 5px;
}
.product-card .product-params tr{
	height: 20px;
}
.product-card .product-params .product-params__title{
	color: #9C9C9C;
}
.product-card .product-params .product-params__value{
	color: #4F4F4F;
	padding-left: 14px;
}
.product-card .price-stock{
	display: flex;
	justify-content: space-between;
	padding: 8px 2px 9px 1px;
	margin: 0px 0 18px;
}
/*.product-card .price-stock .stock{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	text-align: right;
	color: #67828C;
}*/
.product-card .price{	
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 132%;
	text-transform: uppercase;
	color: #4F4F4F;
}
.product-card .price > .hot-price{
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 31px;
	line-height: 81%;
	text-transform: uppercase;
	color: #FF9411;
	margin-left: 20px;
	margin-top: 5px;
	display: inline-block;
}
.product-card .price.null{
	font-size: 14px;
}
.product-card .price > .old-price{	
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 132%;
	text-decoration-line: line-through;
	text-transform: uppercase;
	color: #9C9C9C;	
}
.product-card .price > .old-price:after{
	/*display: block;
	position: absolute;
	left: -3px;
	top: 2px;*/
	width: 56px;
	height: 18px;
	content: "";
	/*background-image: url("img/old-price-line.png");
	background-repeat: no-repeat;*/
}
.product-card .price > .currency{ /*span.currency*/
	display: none;
	margin-left: 4px;
}
.product-card > .profit{
	display: block;
	position: absolute;
	left: -3px;
	top: -9px; 
	width: 163px;
	height: 30px;
	background: #FF9411;
	overflow: visible;	
}
.product-card > .profit > h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 133%;
	text-align: center;
	color: #FFFFFF;
	margin-top: 5px;
}
/*.product-card .price-note{
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: right;
	color: #697377;
	white-space: nowrap;
}*/
.product-card .actions{
	display: flex;
	justify-content: space-between;
	padding: 0 24px;
	margin: 1px 0 0px;
}
/*.product-card .actions > .cart-count{
	width: 70px;
	border: 1px solid #A5B8C7;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 146.28%;
	color: #333333;
	padding: 4px 1px;
	margin: 0px 4px 7px 10px;
}
.product-card span.link{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	color: #1487C1;
	margin-top: 3px;
}
.product-card:hover span.link{
	text-decoration: underline;
}*/
.product-card .card-bottom > .note{
	display: none;
}
.product-card > .card-top > .labels{
	position: absolute;
	top: -20px;
	right: 14px;
}
.product-card .product-new{
	background: #01C04D;
	border-radius: 3px;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 9px 3px;
}
.product-card .product-hit{
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
	color: #FF331B;
	border: 1px solid #FF331B;
	background-color: rgba(255,255,255,0.75);
	padding: 1px 9px 2px;
}
.product-card .button{
	overflow: hidden;
	white-space: nowrap;
	font-size: 17px;
	line-height: 200%;	
	padding: 1px 24px 3px 26px;
	margin: -3px 0 8px -4px;
}

/***********************flex-box******************************/
.flex-box{
	display: flex;
	justify-content: space-between;
}
.flex-box_vertical-center{
	height: inherit;
	display: flex;
	align-items: center;
}

/********************label для модального окна*************************/
.label_with-note{
	padding-top: 5px;
	position: relative;
}
.span{
	display: block;
	font-size: 12px;
	color: #999;
	background-color: #fff;
	white-space: nowrap;
	padding: 0 3px;
}
.span_span-note{
	position: absolute;
	left: 3px;
	top: -5px;
}

/**********************Textarea******************************/
/*<textarea class="textarea" note="Бизнес клиента" placeholder="Например: монтаж подвесных потолков, ремонт мобильных телефонов, салон красоты, продажа метизов, изготовление мебели, и т.д."></textarea>*/
.textarea{
	display: block;
	width: 100%;
    height: 124px;
	background: #FFFFFF;
    border: 1px solid #B4BED9;
    outline: none;
	padding-left: 4px;
    padding-right: 4px;
}

/******************************Select**************************************/
/*<select class="select" note="Ответить"><option value="phone">Звонком на телефон</option><option value="viber">Сообщением в Viber</option><option value="whatsapp">Сообщением в WhatsApp</option><option value="telegram">Сообщением в Telegram</option></select>*/
.select{
	display: block;
	width: 300px;
    font-size: 16px;
	max-width: 256px;
	background: #FFFFFF;
	border: 1px solid #B4BED9;
	outline: none;
	padding: 6px 1px;
}

.select_green-theme{
	max-width: 100%;
	border: 1px solid #B2B2B2;
	padding: 8px 1px;
}

/******************************Input**************************************/
/*<input class="input block__input" note="Пример сайта 1" placeholder="site1.com"/>*/
.input{ 
	display: block;
	width: 300px;
	font-weight: normal;
	font-size: 16px;
	border: 1px solid #B4BED9;
	max-width: 100%;
	padding: 6px 4px;
	background: #FFFFFF;
	outline: none;
}
.input_green-theme{
	border: 1px solid #BACDD3;
	line-height: 41px;
	padding: 0 0 0 1px;
	color: #333;
}

/********************Кнопки*************************/

.button{
	display: inline-block;
	font-family: Oswald;
	font-style: normal;
	font-weight: 500;
	font-size: 19px;
	line-height: 20px;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background: linear-gradient(180deg, #8DD339 0%, #61AC08 100%);
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);	
	text-align: center;
	border: none;
	outline: none;
	padding: 11px 21px 15px;
}
/*----------------------------------*/
.button_order{
	/*display: inline-block;*/
	font-size: 17px;
	line-height: 19px;
	padding: 8px 21px 11px;
}
.button_order:hover{
	color: #fff;
}
/*----------------------------------*/
.button_image-arrow-next{
	background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	width: 49px; 
    height: 49px; 
	/*background-image: url("img/arrow2-right.png");*/
}
.button_image-arrow-prev{
	background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	width: 49px; 
    height: 49px; 
	/*background-image: url("img/arrow2-left.png");*/
}
.close-button{
	box-shadow: none;
	background-position: center;
    background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	outline: none;
	width: 24px;
    height: 24px;
	background-image: url(./img/close-button.png);
	transition: all ease-out 0.5s;
}

/**********Фильтр выбора цены товара***************/
/****Используется на всех страницах с товаром******/
.price-filter{
	text-align: left;
}
.price-filter h4{
	margin-bottom: 10px;
}
.price-filter__price-range-container{
	display: inline-block;
	width: calc(100% - 240px);
	vertical-align: top;
	margin-right: 32px;
}
.price-filter__button{
	margin: 17px 0 5px;
}
.price-filter__sorting-buttons{
	display: inline-block;
	white-space: nowrap;
}
.price-filter__sorting-buttons > .first-cheap, .price-filter__sorting-buttons > .first-expensive{
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #BACDD3;
	border-radius: 4px;
	padding: 4px 15px 4px;
	/*margin: 12px 0 0px;*/
}
.price-filter__sorting-buttons > .first-cheap{
	margin: 12px 0 0;
}.price-filter__sorting-buttons > .first-expensive{
	margin: 12px 0 0 20px;
}
.price-filter__sorting-buttons > .first-cheap.active, .price-filter__sorting-buttons > .first-expensive.active{
	color: #FFFFFF;
	background: #67828C;
}

/***************Глобальные классы**************************/

/*align*/
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}


/***************************************************************/


/*====================================================*/



/*button.small-button, a.small-button, .small-button{
	padding: 9px 28px 10px;
	font-size: 12px;
}
.upload-button input{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: solid transparent;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
#page{
  position: relative;
  z-index: 2;
  overflow: hidden;
}

ul.no-style{
	list-style: none;
}
#confidence{
	width: 600px;
	height: 400px;
	overflow: auto;
	background-color: #fff;
	color: #333 !important;
}
#credits{
	/*font-family: Arial, Sans Serif;*/
	/*position: relative;
	height: 0px;
	top: -17px;
}
#credits > div{
	height: 16px;
	margin: 0 auto;
	text-align: left;
}
#credits a{
	color: #fff;
	text-decoration: none;
	transition: 0.2s linear;
	opacity: 0.3;
	font-size: 13px;
	line-height: 1;
	position: relative;
	left: calc(100% - 190px);
	top: -25px;
}
#credits a:hover{
	opacity: 0.7;
}
#credits a > img{
	position: relative;
	top: -1px;
}*/

:focus::-webkit-input-placeholder{
	color: transparent !important;
}
:focus::-moz-placeholder{
	color: transparent !important;
}
:focus:-moz-placeholder{
	color: transparent !important;
}
:focus:-ms-input-placeholder{
	color: transparent !important;
}
::-webkit-input-placeholder{
	color: #aaa !important;
	font-size: 16px;
	font-weight: normal;
}
::-moz-placeholder{
	color: #aaa !important;
	font-size: 16px;
	font-weight: normal;
}
:-moz-placeholder{
	color: #aaa !important;
	font-size: 16px;
	font-weight: normal;
}
:-ms-input-placeholder{
	color: #aaa !important;
	font-size: 16px;
	font-weight: normal;
}
/*.switch{
	position: relative;
	min-height: 34px;
}
.switch:before{
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-image: url("./img/switch-bg.png");
	background-repeat: no-repeat;
	background-position: center;
}
.switch:after{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background-image: url("./img/switch-button.png");
	background-repeat: no-repeat;
	background-position: center calc(50% + 2px);
	transition: all 0.25s ease-in;
}
.switch.switch-left:after{
	background-position: calc(50% - 20px) calc(50% + 2px);
}
.switch.switch-right:after{
	background-position: calc(50% + 20px) calc(50% + 2px);
}
.switch > div{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	line-height: 34px;
	cursor: pointer;
}
.switch > div:nth-of-type(1){
	left: 0;
	right: calc(50% + 40px);
	text-align: right;
}
.switch > div:nth-of-type(2){
	right: 0;
	left: calc(50% + 40px);
	text-align: left;
}
*/
/*
.radio{
	position: relative;
	text-align: center;
}
.radio > div{
	display: inline-block;
	background-image: url("./img/radio-button-unchecked.png");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 44px;
	cursor: pointer;
	transition: all 0.25s ease-in;
}
.radio > div+div{
	margin-left: 24px;
}
.radio > div.selected{
	background-image: url("./img/radio-button-checked.png");
}
*/
/*
.checkbox{
	position: relative;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 7px 0 0 44px;
	cursor: pointer;
	min-height: 32px;
	transition: all 0.25s ease-in;
	background-image: url("./img/checkbox-unchecked.png");
}
.checkbox.checked{
	background-image: url("./img/checkbox-checked.png");
}
*/
/*
ol {padding-left: 0;}
ol>li>ol {margin-top: 10px;}
ol li { list-style-type:none; }
ol{ counter-reset:section; list-style-type:none; }
ol>li:before{
    counter-increment:section;
    content:counter(section) ". ";
}
ol>li>ol { counter-reset:subsection; }
ol>li>ol>li:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
}
ol>li>ol>li>ol { counter-reset:subsubsection; }
ol>li>ol>li>ol>li:before {
    counter-increment:subsubsection;
    content:counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}
*/

