
html,
body{
	height: 100%;
	min-height: 100%;
}

h1 { margin-top: -20px !important; 
     margin-bottom: 0 !important; 
}

body{
	font-family: sans-serif; 
	position: relative;
}
.my-container{
	margin: 0 auto;
}

.header__top{
	display:inline-block;
	vertical-align: middle;
	margin:10px 0 0 0 !important;
}
.header__topt:nth-child(1){
	width: 430px;
	min-width: 430px;
}
.header__top:nth-child(3){
	width: 250px;
	min-width: 250px;
}	
.header__top:nth-child(2){
	width: calc(100% - 690px);
}
.header__top:nth-child(2),		
.header__top:nth-child(3){
	text-align: center;
}		

.header__top__text:nth-child(2){
	margin-left: 16px;
}
.header__top__text p{
	text-align: center;	
	margin-bottom:0;
}	
.header__top__button{
	margin-bottom: 5px;
	text-align: center;
}
.header__top__button button{
	display: inline-block;
}
/* контакты */
.header__top > p{
	margin-bottom:0 !important;
}

.header__top__phone{
	font-size: 24px;
	font-weight:bold;
	color: red;
	white-space: nowrap;
}
.header__top__email{
	color: blue;
}
.header__top__icon img{
	width: 32px;
	height: auto;
}
a{
	text-decoration: none !important;
}	
.cart{
	background: url(../images/cart.png) no-repeat center center;
	position: relative;
	height: 32px;
	width: 55px;
}
.cart,
.buttons{
	position: relative;
}
.buttons{
	text-align: center;
}	
.cart__indicator{
	background-color: green;
	border-radius: 15px;
	position: absolute;
	text-align: center;
	line-height: 30px;
	color: #fff;
	width: 30px;
	height: 30px;
	font-weight: 700;
	top: -10px;
	left: 60%;
}
.good-card .cart__indicator{
	left: calc(50% + 40px);
}	 
.cart__counter,
.cart__counter:hover{
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

/* строка поиска */
[data-id='win-callback']/* ,
.search-string */{
	 width: auto;
	margin: 0 auto; 
	
}
.search-string{
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 310px;
}
.search-string form {
	position: relative;
	margin-top: 10px;
}
.search-string input {
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding-left: 10px;
	border: 2px solid green;
	/* border-radius: 5px; */
	outline: none;
	background: #fff;
	color: #777;
}
.search-string button {
	position: absolute; 
	top: 0px;
	right: 0px;
	width: 42px;
	height: 26px;
	border: none;
	background: green;
	/*border-radius: 0 5px 5px 0; */
	outline: none;
	cursor: pointer; 
}
.search-string button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
}


/*main menu */
header nav a{
	color: #fff;
}
.main-navbar,
.mobile-navbar{
	background-color: green;
}
.main-navbar{
	/* display: flex;
	justify-content: space-around; */
	position: relative;
	padding: 1px;
}
.main-menu {
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	text-align: center;
}
.main-menu:hover a{
	display: inline-block;
	width: 100%;
}
.main-menu:nth-last-child(1){
	border:none;
}

.main-menu:hover{
	background-color: #fff;
	transition: .4s;
}
.main-menu:hover a{
	color: green;
}

/* mobile-menu*/
.mobile-menu li,
.sidemenu__list li{
	list-style: none;
}	
	
.mobile-menu li{
	padding: 10px 10px 10px 35px;
	border-bottom: 1px solid rgba(229, 229, 229, 0.4);
}	
.mobile-menu li:nth-last-child(1){
	border-bottom: none;
}	

.mobile-navbar {
	border-left: 5px solid #fff;
	display: none;
	position: absolute;
	width: 270px;
	z-index: 200;
}

/*gamburger*/
.gambu{
	display: none;
	cursor: pointer;
	padding-left: 15px;
	position: relative;
	width: 32px;
	height:32px;
	margin-top: 10px; 
	z-index: 200;
}
.gambu span{
	background-color: #FFF;
	position: absolute;
	left: 15px;
	height: 5px;
	border-radius: 3px;
	width: 100%;
}
.gambu span:nth-child(1){
	top: 0;
}
.gambu span:nth-child(2),
.gambu span:nth-child(3){
	top: 12px;
}
.gambu span:nth-child(4){
	top: 24px;
}

.gambu-open span:nth-child(1),
.gambu-open  span:nth-child(4){
	opacity: 0;
	transform: rotate(180deg);
}
.gambu-open span:nth-child(2){
	transform: rotate(135deg);
}
.gambu-open span:nth-child(3){
	transform: rotate(-135deg);
}

.up-btn {
    display: none;
    position: fixed;
    cursor: pointer;
    right: 3%;
    bottom: 40px;
}

/* card index_page*/
.my-card{
	display: flex;
	flex-wrap:  wrap;
	justify-content: flex-start;
	
}
.my-card__block{
	width: 25%;
}	
.mcard{
	border: 1px solid #999;
	height: 300px;
	position: relative;
	margin-right: 8px;
	margin-bottom: 8px;
}
.mcard a{
	display: inline-block;
	color: #202020;
}	
.mcard__front,
.mcard__back{
	width: 100%;
	height: 99%;
	position: absolute;
	top: 0;
	left: 0;
}
.mcard__front{
	background-color: #fff;
  	clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%);
 	transition: clip-path .3s;
	cursor: pointer;
	z-index: 33;
}
.mcard__front__header{
	display: table-cell;
	padding-left: 5px;
	padding-top: 5px;
	height: 90px;
	vertical-align: middle;
}
.mcard__front__header img{
	width: 50px;
	height: 56px;
}
.mcard__front__name	{
	font-family: Verdana;
	font-size: 1.1em;
}	
	
.mcard__front__img	img{
	width: 100%;
	height: auto;
	max-height: 200px;
}	
.mcard__back{
	height: 98%;
	padding: 10px;
	overflow-x: auto;
}

.mcard:hover > 	.mcard__front{
	clip-path: polygon(0% 100%,100% 100%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 100%,100% 100%, 100% 100%, 0% 100%);
}


.spacer{ 
	width: calc(100% - 770px);
}	
	
.m-top20{ margin-top: 20px;}
.m-top10{ margin-top: 10px;}
.m-bott20{ margin-bottom: 20px;}
.m-bott10{ margin-bottom: 10px;}
.clear:after {
	content: "";
	clear: both;
	display: table;
}
#info-window{
	display: none;
	position:fixed;
	top:0px;
	left:0px;
	z-index:100;	
	background: #fff;
	border: #aaa solid 1px;
	border-radius: 7px;
	padding: 20px;
	width: 30%;
}

.btn{
	display: inline-block;
	border: none;
	outline: none;
	box-shadow: 0 0 12px #ccc;
	font-size: 18px;
}
.btn-yellow{
	background-color: rgb(255,187,44) !important;
	color: rgb(72,0,7);
}
.btn-lightgreen{
	background-color: rgb(144, 238, 144) !important;
	color: rgb(72,0,7);
}
.btn-yellow:hover,
.btn-lightgreen:hover{
	color: rgb(167,40,47) !important;
}


.btn-green,
.btn-green a{
	background-color: green !important;
	color: #fff;
}{
	background-color: green !important;
	color: #fff;
}
.btn-green:hover{
	color: #e2e2e2 !important;
}
.btn-hell{
	background-color: rgb(255,255,255) !important;
	color: rgb(72,0,7);
}
.btn-hell:hover{
	color: rgb(167,40,47) !important;
}


#modal-over{
	background-color: rgba(0,0,0,0.7);
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 120;
}

/* элемент формы */
.elem__form{
	margin-bottom: 10px;
}	
.elem__form__select label{
	display: inline-block;
	padding-right: 10px;
	width: 120px;
	text-align: right;
}
.rent-scales,
.agree {
    display: inline-block;
    vertical-align: middle;
}

p.agree{
	font-size: 0.9rem;
	padding-left: 10px;
	margin: 0 !important;
	width: 300px;
}
.elem__form label{
	padding-right: 10px;
	text-align: right;
}

textarea,	
.search-parameters input,
.find input,
.elem__form select,
.elem__form input[type='text'],
.elem__form input[type='number'],
.elem__form input[type='password']{
	padding-left: 10px;
	border: 2px solid #ccc;
	border-radius: 3px;
} 
textarea,
.elem__form .no-text,
.elem__form label,
.elem__form select,
.elem__form input[type='text'],
.elem__form input[type='password'],
.elem__form input[type='number'],
.elem__form input[type='file']{
	width: 45%;
	display: inline-block;
	vertical-align:top;
	outline: none;
}
.elem__form label{
	width: 25%;
}	
	
textarea{
	height: 120px;
    resize: none;
    padding: 5px; 
}	
.elem__form .no-text{
	min-width: 300px;
}	
.elem__form input[type='checkbox'],
.elem__form input[type='radio']{
	height: 18px;
	width: 18px;
	cursor: pointer;
}
.stop{
	cursor: url('../images/stop.png'), auto;
}	

/* slider carousel*/
.win-clients{
	max-width: 80%;
	overflow: hidden;
	display: inline-block;
}
.around{
	display:none;
	width: 10%;
	text-align: center;
}
.around,
.win-clients{
	vertical-align: top;
}
.around i{
	font-size: 2.5em;
	color: #ccc;
}	
		
.img-carousel{
	transition: 1s;
	width: auto;
	text-align:left;
}
	
.img-container{
	display: inline-block;
	padding: 15px;
}	
.img-container img{
	width: 150px;
	box-shadow: 0 0 10px #ddd;
	border-radius:7px;
}

.shift-carousel{
	color: green !important;
	cursor: pointer;
}	
	
/* страница сервиса */
.breadcrumb{
	background-color: #fff;
}
nav.menu{
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.nav-link{
	padding: .2rem 1rem;
}

/* second page */
.aside{
	width: 280px;
}
.aside > div{
	margin-bottom: 20px;
}	
.sidemenu,
.sidefilter{
	border-radius: 7px;
	padding: 10px; 
}
	
.sidemenu{
	background-color: green;
	border: 1px solid green;
}
.sidefilter{
	border: 1px solid #c2c2c2;
}
.sidefilter label{
	width: 50%;
}	
.main-content{
	padding: 10px 10px 10px 30px;
	width: calc(100% - 305px);
}
.sidemenu__title{
	font-size: 1.1em;
	color: #fff;
	padding-left: 50px;
	font-weight: 600;
    background-image: url(../images/trib.png);
	background-size: 20px 20px;
    background-position: 15px center;
    background-repeat: no-repeat;
}	
.sidemenu__list{
	margin: 0 !important;
	padding: 0 !important;
}

.sidemenu__list a{
	display: inline-block;
	padding-left: 10px;
	color: #fff;
	width: 100%;
}
.sidemenu__list li:hover{
	background-color: #fff;
	color: green;
	transition: .4s;
}
.sidemenu__list a:hover{
	 color: green;
}

/* окно спеца */
.win-spec{
	background-color: green;
	border-radius: 7px;
	width: 80%;
	margin: auto;
	padding: 20px 10px;
	color: #fff;
}
.win-spec__left,
.win-spec__right{
	display: inline-block;
	vertical-align: middle;
}
.win-spec__left{
	text-align: center;
	width: 49%;
}
.win-spec__right{
	width: 50%;
}
.win-spec__right form {
	margin: 0 auto;
	width: 350px;
}	
.win-spec label{
	text-align: right;
	width: 100px;
}	
.win-spec label{
	text-align: right;
	width: 100px;
}	
.win-spec__phone{
	font-size: 1.3em;
	font-weight: bold;
}
.win-spec__right button,
.win-spec__right .elem__form input{
	width: 180px;
}

.goods p{
	margin: 0;
}
/* плашка товара в каталоге*/
.goods__description{
	width: 80%;
	text-indent: 15px;
}	

.goods,
.content{
	width: calc(100% - 300px);
	margin-left: 20px;
}	
.goods__block{
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 25%;
}
.goods__block img{ 
	width: 80%;
	max-height: 130px;
}
.goods__block a{ 
	display: block;
	color: #202020;
	width: 100%;
}

.good-card{
	height: 370px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.good-card:not(.noactive):hover {
	box-shadow: 0 0 10px #024d02;
	transition: .7s;
}
.good-card{
	border: 1px solid #eee;
	border-radius: 8px;
	box-shadow: 0 0 10px #ddd;
	box-sizing: border-box;
	background-color: #fff;
	position: relative;
	padding: 10px;
}
.good-card .name{
	font-size:18px;
	min-height: 55px; 
/*	height: 55px; */
}	
.good-card .name,
.good-card .price,
.card__top .price{
	font-weight:bold;
	color: #0b1a0c;
	text-align: center;
}
.win__cart__price,
.good-card .price,
.card__top .price{
	font-size:22px;
}	

.good-card .price{
	bottom: 5px;
	left:0px;
	width: 100%;
	height: 40px;
	position: absolute;
}	
.inline{
	display: inline-block;
	vertical-align: top;
}
#win__cart .btn{
	font-size: 14px;
}	
.added__cart__image{
	width: 30%;
}
.added__cart__image img{ 
	width: 90%;
	height: auto;
}	

h1{
	position: relative;
	font-size: 2rem;
}

/* карта товара */
.image_preview{
	width: 110px;
}
.image_preview div{
	margin-bottom: 5px;
}	
.image_small{
	cursor: pointer;
	height: 70px;
	width: auto;
}
	
/* корзина */
.cartview{
	min-width: 800px;
}
.cartview td{
	padding: 5px;
}
.cartview p{
	margin: 0;
}
table .cartview__number{
	width: 3%;
}
table .cartview__img,
table .cartview__info,
table .cartview__one,
table .cartview__action,
table .cartview__final,
table .cartview__rmove{
	vertical-align: middle;
	text-align: center;
	width: 12%;
}
table .cartview__info{
	text-align: left;
	width: 25%;
}
table .cartview__rmove{
	width: 3%;
}	
table .cartview__action,
table .cartview__img img{
	min-width: 140px;
}	
table .cartview__img img{
	width: 100%;
	height: auto;
}		
.cartview__param{
	font-style: italic;
}	
.cartview__minus{
	background: url(../images/minus.png) no-repeat ;
}
.cartview__plus{
	background: url(../images/plus.png) no-repeat;
}
.cartview__remove{
	background: url(../images/remove.png) no-repeat;
}
.cartview__remove,	
.cartview__count,
.cartview__minus,
.cartview__plus{
	vertical-align: top;
	width: 32px;
	height: 32px;
}
.cartview__remove,	
.cartview__minus,
.cartview__plus{
	background-size: cover;
	cursor: pointer;
}
.cartview__price,
.cartview__count{
	text-align: center;
	font-size: 22px;
	width: 48px;
	line-height: 32px;
}
.cartview__name,
.cartview__price,
.cartview__price + span{
	color: green;
}
.cartview__price + span{
	font-size: 24px;
}

/* order */
.out{
	background: url(../images/out.png) no-repeat;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	padding-left: 40px;
	
}
	
.elem__form .no-text input,
.elem__form .no-text span{
	vertical-align:middle;
}
.text-label{
	font-style: italic; 
	font-size: 0.9rem;
}	

/* card */	
.card__top__specifications,
.card__top__buttons{
	width: calc( ( 100% - 575px ) / 2 );
}
.card__top__specifications table{
	width: 80%;
}
.card__top__buttons .btn{
	width: 180px;
}
.card__top__buttons .cart__indicator{
	left: calc(50% + 70px);
}
td .cart__indicator{
	left: calc(50% + 40px);
}
.parameter{
	margin-left:50px;
}	
.parameter h4{
	color: rgba(0,0,0,.7);
	cursor: pointer;
	position: relative;
	width: 270px;
}
.parameter h4 i{
	display: inline-block;
	font-size: 0.8em;
	position:absolute;
	top: 5px;
	right: 0;
}
.parameter__content{
	display: none;
	margin: 10px;
	width: 900px;
}	
/* .win__cart__price:after, 
.price:after {
    content: ' \20BD'; 
    font-size: 1.5rem;
} */
.rubl{
	display: inline-block;
	font-size: 1.1em;
	border-bottom: 2px solid;
	line-height: 7px;
	width: 0.4em;
}
.certificate {
	margin-top: 20px;
	line-height: 30px;
	border: 0px solid red;
}
.certificate span,
.certificate a{
	display: inline-block;
	vertical-align: middle;
}
.certificate a{
	width: calc(100% - 50px);
	padding-left: 10px;
}
/* filter */
.sidefilter .elem__form,
.sidefilter label{
	margin: 0;
}
.sidefilter .elem__form{
	width: 260px;
	margin: 0 auto;
}
	
.sidefilter [type=checkbox]{
	vertical-align:middle;
}

/* производители */
.manufacturer{
	height: 220px;
}
.models	{
	min-width: 600px; 
}	
.models td{
	padding: 0 5px;
	vertical-align: middle;
}
.models img{
	width: 100px;
	height: auto;
}
.cursive{
	font-style: italic;
	font-size: 0.9rem;
}

/* modal */
.modal__container{
	overflow: auto;
    padding: 16vh 10px 40px;
	display: none;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -ms-filter: none;
    -webkit-filter: none;
    filter: none;
    background-color: rgba(31,31,31,.6);
}
.simple__container,
.modal__container__block{
	border-radius:7px;
	position:relative;
	padding: 15px;
	margin: 0 auto;
	z-index: 220;
}

.modal__container__block{
	background-color: #fff;
	max-width: 700px;
	width: 60%;
}
.simple__container{
	background-color: green;
	width: 90%;
}	
	
.modal__container__close{
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 38px;
	top: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	border-radius: 21px;
}
.modal__container__close:hover{
	background-color: #eee;
}
.modal__container__close:after{
	content: "\2573";
	font-size: 1.3em;
}
.form__title{
	font-size: 1.4em;
	font-family: Verdana;
	margin-bottom: 20px;
	text-align: center;
	width: 90%;
	color: #25423a;
}
.simple__container,
.simple__container a {
	color: #fff;
}	

/* feedbacks	 */	
.feedback{
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	width: 350px;
}
.feedback:nth-last-child(1){
	border: none;
}
.feedback__title{
	background: url(../images/face.png) no-repeat;
	background-size: 32px 32px;
	margin-bottom: 20px;
	padding-left: 50px;
}
.feedback__title,
.feedback__text	{
	margin-bottom: 15px;
	padding-left: 50px;
}
.feedback__date{
	font-style: italic;
	font-size: 0.9em;
}	
.fixed{
	/* position: fixed; */
}

/* arenda */
.arenda{
	padding: 15px;
	background: url(../images/arenda/arenda-fon.jpg);
}
.arenda h2{
	font-size: 1.5em;
}	
.arenda .inline{
	text-align: center;
}
.arenda__top,
.arenda__image1{
	margin-bottom:15px;
}
.arenda__image1{
	width: 24%;
}
.arenda__image3{
	margin-top: 20px;
	width: 32%;
}

.arenda__top{
	width: 49%;
}
.arenda table{
	margin: 0 auto;
	width: 320px;
}
.arenda td{
	font-size: 18px;
	text-align: left;
	padding: 2px 5px;
}
.arenda p.text{
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
}	
.arenda ul{
	margin: 40px;
}
.arenda h1,
.arenda h2,
.arenda h3,
.arenda h4{
	color: #25423a;
}	
	
.top-news{
	margin:20px 8px 20px 0;
	padding: 10px; 
	border: 1px solid red;
	border-radius: 7px;
	font-size: 0.9em;
}

.btn-yellow{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	color: #350000;
	border: solid 1px #e9ac00;
	border-radius: 5px;
	background: #fcda2e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#fcda2e), to(#f2b504)); 
	background: -moz-linear-gradient(top, #fcda2e, #f2b504); 
	background: -webkit-linear-gradient(top, #fcda2e, #f2b504);
	background: -o-linear-gradient(top, #fcda2e, #f2b504);
	background: -ms-linear-gradient(top, #fcda2e, #f2b504);
	background: linear-gradient(top, #fcda2e, #f2b504);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcda2e', endColorstr='#f2b504'); 
}
.btn-yellow:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#f2b504), to(#fcda2e)); 
	background: -moz-linear-gradient(top,  #f2b504, #fcda2e); 
	background: -webkit-linear-gradient(top, #f2b504, #fcda2e);
	background: -o-linear-gradient(top, #f2b504, #fcda2e);
	background: -ms-linear-gradient(top, #f2b504, #fcda2e);
	background: linear-gradient(top, #f2b504, #fcda2e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b504', endColorstr='#fcda2e');
}

.btn-hell{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	color: #000000;
	border: solid 1px #666666;
	border-radius: 5px;
	background: #fcda2e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c0c0c0)); 
	background: -moz-linear-gradient(top, #ffffff, #c0c0c0); 
	background: -webkit-linear-gradient(top, #ffffff, #c0c0c0);
	background: -o-linear-gradient(top, #ffffff, #c0c0c0);
	background: -ms-linear-gradient(top, #ffffff, #c0c0c0);
	background: linear-gradient(top, #ffffff, #c0c0c0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c0c0c0'); 
}
.btn-hell:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#ffffff)); 
	background: -moz-linear-gradient(top,  #c0c0c0, #ffffff); 
	background: -webkit-linear-gradient(top, #c0c0c0, #ffffff);
	background: -o-linear-gradient(top, #c0c0c0, #ffffff);
	background: -ms-linear-gradient(top, #c0c0c0, #ffffff);
	background: linear-gradient(top, #c0c0c0, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0c0c0', endColorstr='#ffffff');
}

.btn-green{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	color: #ffffff;
	border: solid 1px #666666;
	border-radius: 5px;
	background: #fcda2e; 
	background: -webkit-gradient(linear, left top, left bottom, from(#008000), to(#71c171)); 
	background: -moz-linear-gradient(top, #008000, #71c171); 
	background: -webkit-linear-gradient(top, #008000, #71c171);
	background: -o-linear-gradient(top, #008000, #71c171);
	background: -ms-linear-gradient(top, #008000, #71c171);
	background: linear-gradient(top, #008000, #71c171);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008000', endColorstr='#71c171'); 
}
.btn-green:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#71c171), to(#008000)); 
	background: -moz-linear-gradient(top,  #71c171, #008000); 
	background: -webkit-linear-gradient(top, #71c171, #008000);
	background: -o-linear-gradient(top, #71c171, #008000);
	background: -ms-linear-gradient(top, #71c171, #008000);
	background: linear-gradient(top, #71c171, #008000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71c171', endColorstr='#008000');
}