
html,
body{
	height: 100%;
}
body{
	font-family: sans-serif; 
	position: relative;
}
.my-container{
	margin: 0 auto;
}
.header{
	display: flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
}	
.header__top{
	margin:10px 0 0 0 !important;
}
.header__top:nth-child(2){
	padding-right: 6%;
}
.header__top__text:nth-child(2){
	padding-left: 20px;
}		
.header__top__text{
	display: inline-block;
}
.header__top__text p{	
	text-align: center;
	margin-bottom:0;
}	
.header__top > button{
	display: inline-block;
	margin-bottom: 20px;
}
/* контакты */
.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;
}

/* строка поиска */
.btn-hell{
	background-color: rgb(255,187,44) !important;
	color: rgb(72,0,7);
	border: none;
}
.btn-hell:hover{
	color: rgb(167,40,47) !important;
}
[data-id='win-callback'],
.search-string{
	width: auto;
	margin: 0 auto;
}
.search-string form {
	position: relative;
}
.search-string input {
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding-left: 10px;
	border: 2px solid #456480;
	border-radius: 5px;
	outline: none;
	background: #fff;
	color: #777;
}
.search-string button {
	position: absolute; 
	top: 0;
	right: 0px;
	width: 42px;
	height: 32px;
	border: none;
	background: #456480;
	border-radius: 0 5px 5px 0;
	cursor: pointer; 
}
.search-string button:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
}


/*main menu */
.main-navbar,
.mobile-navbar{
	background-color: green;
}
.main-navbar{
	border: 1px solid green;
	border-radius: 5px;
	height: 38px;
}
.main-menu ul{
	width: 100%;
	margin:0!important;
	padding:0!important;
}
.mobile-menu li,
.side-menu li{
	list-style: none;
}	

.main-menu{
	width: 98%;
	margin: 0 auto;
}
.main-menu td{
	text-align: center;
	vertical-align: middle;
	height: 36px;
	width: 20%;
}
.main-menu td:hover{
	background-color: #fff;
	transition: .4s;
}	
.main-menu td:hover > a{
	color: green !important;
} 
/* .main-menu td:nth-child(4){
	
}  */	
.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;
}	
header nav a{
	color: #fff !important;
	text-decoration: none !important;
}
.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*/
.card-block{
	display: inline-block;
	width: 25%;
}	
.mcard{
	border: 1px solid #999;
	height: 300px;
	position: relative;
	margin-right: 8px;
    margin-bottom: 8px;
}
.mcard a{
	display: inline-block;
	text-decoration: none;
	color: #202020;
}	
.mcard__front,
.mcard__back{
	width: 100%;
	height: inherit;
	position: absolute;
	top: 0;
	left: 0;
}
.mcard__front{
	background-color: #fff;
	border-bottom: 1px solid #999;
	clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%);
	transition: clip-path .3s;
	cursor: pointer;
	z-index: 33;
}
.mcard__front__header{
	display: flex;
	padding-left: 5px;
	padding-top: 5px;
	height: 90px;
	align-items: center;
}
.mcard__front__header img{
	width: 50px;
	height: 56px;
}

.mcard__front__name{
	/*  font-family:  ALaRuss; */
	font-size: 1.3em;
	padding-left: 7px;
}	
	
.mcard__front__img	img{
	width: 100%;
	height: auto;
}	
.mcard__back{
	height: 100%;
	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%);
}
/* .move-down{
	clip-path: polygon(0% 100%,100% 100%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 100%,100% 100%, 100% 100%, 0% 100%);
}
.move-up{
	clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0% 0%,100% 0%, 100% 100%, 0% 100%);
}
 */

/* footer */
footer{
	box-sizing: border-box;
	background-color: #eee;
}
.footer1{
	padding: 15px;
}
.footer__contacts,
.footer__location{
	display: inline-block;
}	
	
.footer__contacts{
	padding-left: 30px;
	color: #333;
	width: 30%;
}
.footer__contacts h4{
	font-size: 1.1em;
}
.footer__contacts p{
	padding-left: 10px;
}
.footer__contacts__title{
	margin: 0 !important;
	font-weight: 600;
	font-size: 0.9em;
}
.footer__contacts__value{
	margin-bottom: 6px !important;
	font-size: 0.8em;
}
.footer__location{
	width: 69%;
}	
#map{
	border-radius: 7px;
	width: 100%;
	height: 300px;
	z-index: 5 !important;
}
.footer2{
	background-color: green;
	padding: 20px;
	color: #fff;
}
.footer2 p{
	margin: 0px;
	font-size: 0.9em;
}
.footer2 li{
	list-style: disc;
}		
.footer2 a{
	color: #fff;
	text-decoration: none;
}
.footer2 a:hover{
	color: #e2e2e2;
}

.footer__block{
	display:inline-block;
	padding: 10px 0 0 15px;
	vertical-align: top;
}
.footer__block__contact {
	text-align: right;
}	
	
.spacer{ 
	width: calc(100% - 900px);
}	
	
.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;
}

.btn{
	outline: none;
	box-shadow: 0 0 12px #ccc;
	font-size: 18px;
}

/* модальное окно*/
.win-hidden{
	border-radius: 7px;
}

#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;
}
.win-hidden{
	position:fixed;
	background-color: #fff;
	display: none;
	padding: 15px;
	width: 60%;
	max-width: 800px;
	z-index: 220;
}
.win-hidden-title{
	color: #456480;
	font-size: 1.4em;
	font-family: Verdana;
	margin-bottom: 20px;
	text-align: center;
	width: 90%;
}
.win-close{
	cursor: pointer;
	position: absolute;
	text-align: center;
	line-height: 38px;
	top: 10px;
	right: 10px;
	width: 42px;
	height: 42px;
	border-radius: 21px;
}
.win-close:hover{
	background-color: #eee;
}
.win-close:after{
	content: "\2573";
	font-size: 1.3em;
}
.elem__form{
	margin-bottom: 10px;
}	
.elem__form__select label,
.elem__form 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;
	width: 70%;
	margin: 0 !important;
}
	
.search-parameters input,
.find input,
.elem__form input[type='text'],
.elem__form input[type='number'],
.elem__form input[type='password']{
	height: 36px;
	padding-left: 10px;
	border: 2px solid #ccc;
	border-radius: 3px;
} 
.elem__form input[type='text'],
.elem__form input[type='password']{
	width: 180px;
	display: inline-block;
	outline: none;
} 

.elem__form input[type='checkbox'],
.elem__form input[type='radio']{
	height: 14px;
	width: 14px;
	cursor: pointer;
}
.elem__form span{
	position: relative;
	top: -2px;
	left: 6px;
}

/* slider */
.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 */
/* .side-bar,
.main-content{
	display: inline-block;
	vertical-align: top;
} */
.main-content img{
	border-radius: 10px;
	display: inline-block;
	margin: 12px !important; 
}	
.side-bar{
	float: left;
	width: 300px;
	/* border: 1px solid green;
	border-radius: 7px; */
	padding: 0 20px 20px 0; 
}
.main-content{
	padding: 0 20px;
	/* width: calc(100% - 305px); */
	width: 100%;
}
.side-menu-title{
	font-size: 1.2em;
	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;
}	
.side-menu{
	margin: 0 !important;
	padding: 0 !important;
}	
.side-menu a{
	display: inline-block;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
	width: 100%;
}
	
.side-menu li:hover{
	background-color: #fff;
	transition: .4s;
}
.side-menu a:hover{
	color: green;
}
.win-spec-side,
.side-menu-container{
	background-color: green;
	border: 1px solid green;
	border-radius: 7px;
	padding: 20px 0px;
}	

/* окно спеца */
.win-spec-side{
	color: #fff;
	padding: 20px 10px;
	
}
.win-spec-side label{
	width: 90px;
}
.win-spec-side form{
	width: 300px;
	margin: 0 auto; 
} 	
.win-spec{
	
}
.win-spec__left,
.win-spec__right{
	display: inline-block;
	vertical-align: middle;
}
/* .win-spec__left{
	text-align: center;
	width: 55%;
}
.win-spec__right{
	width: 43%;
} */
.win-spec__right form{
	margin: 0 auto;
	/* width: 300px; */
}
.win-spec label{
	text-align: right;
	width: 100px;
}	
.win-spec__phone{
	font-size: 1.3em;
	font-weight: bold;
}
.win-spec__right button{
	display: inline-block;
	width: 180px;
}

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

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

.good-card{
	height: 320px;
	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;
	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;
}
.rubl {
    display: inline-block;
    font-size: 1.1em;
    border-bottom: 2px solid;
    line-height: 7px;
    width: 0.4em;
}	

.inline{
	display: inline-block;
	vertical-align: middle;
}
.win-spec{
	background: url(../images/form-fon.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 7px;
	width: 100%;
	margin: 10px auto;
	padding: 12px;
	color: #fff;
}	
.flex-spec,
.form-flex-spec{
	display: flex;
	justify-content: center;
}
.flex-spec h5{
	font-size: 18px;
	width: 170px;
	padding: 0 15px;
	margin: 0;
}	
.form-flex-spec div{
	padding: 0 10px;
}
input:active,
input:focus{
	outline: none;
}
.form-flex-spec input{
	height: 40px;
	width: 160px;
	padding-left: 3px;
	border: none;
	border-radius: 3px;
}

.form-flex-spec .btn{
	width: 170px;
}
.win-spec p{
	text-align: center;
	font-size:  .8em; 
	margin: 0;
}	

.top-news{
	margin:20px 8px 20px 0;
	padding: 10px; 
	border: 1px solid red;
	border-radius: 7px;
	font-size: 0.9em;
}