﻿html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin: 0;
    padding: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	background:url(../images/bg.png)repeat-x;
}
.wrap{
	width:960px;
	margin:0 auto;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3);
}
.header{
  background-color: #fff343;
	height:120px;
	display: flex;
      padding: 0px 50px;

  border: 5px solid #d24a43;
}
.left-menu{
	width: 387px;
}
.left-menu ul{
	list-style: none;
    display: flex;
    float: right;
    margin-top: 50px;
}
.left-menu li{
	margin-right: 40px;
}
.left-menu li:last-child{
	margin-right: 55px;
}
.left-menu a{
	text-decoration: none;
    color: #d24a43;
    text-transform: uppercase;
    font-size: 14px;
}
.left-menu a:hover{
	text-decoration:underline;
}

.logo{
	width: 185px;
    margin-top: 10px;
}
.right-menu{
	width: 387px;
}
.right-menu ul{
	list-style: none;
    display: flex;
    float: left;
    margin-top: 50px;
}
.right-menu li{
	margin-left: 40px;
}
.right-menu li:first-child{
	margin-left: 55px;
}
.right-menu a{
	text-decoration: none;
    color: #d24a43;
    text-transform: uppercase;
    font-size: 14px;
}
.right-menu a:hover{
	text-decoration:underline;
}
.sac{
	background:url(../images/bg-slider_new.png)no-repeat;
	height: 450px;
    border-bottom: 0px solid #fff;
}
.slider{
	float: left;
    width: 500px;
    height: 250px;
    margin-left: 25px;
    margin-top: 25px;
	font-size: 44px;

}
.sld{

}
.leftside{
	text-align:left;
	margin-left: 2px;
}
.rightside{
	text-align:right;
	margin-right: 2px;
}
.accept{
	color: #fff;
	position: absolute;
	margin: 350px 0 0 15px;
	width: 590px;
}
.accept-title{
	font-style: italic;
	font-family: georgia;
	font-weight: 600;
	text-align: center;
	font-size: 15px;
}
.accept-text{
	font-style: italic;
	font-family: georgia;
	font-size: 15px;
	text-align: center;
}
.calculator{
	float:right;
}
input:focus{
	outline:none;
}
input[type="text"]{
	-moz-user-select: -moz-none;
	-o-user-select: none;
/*	-khtml-user-select: none;
	-webkit-user-select: none;*/
	user-select: none;
}
.ramka{
	background-color:#ff0000
}
.fon{
	width:320px;
	background-color:#fff;
	color:#000;
	border-style:hidden;
	cursor:default;
	border-radius: 5px;
	margin: 20px 20px 0 0;
}
.menu{
	position: absolute;
    width: 266px;
    margin-left: -2px;
    border: 1px solid #e3e8f0;
    border-radius: 0px 0px 10px 10px;
    border-top: 0;
    background-color: #ffffff;
    color: #666666;
    cursor: pointer;
    cursor: hand;
    z-index: 2;
}
.vivod{
	text-align: left;
    padding-left: 20px;
	background-color:#ffffff;
	border-style:hidden;
	cursor:pointer;
}
.blocks{
	width:100%;height:40px;
	background-color:#ffffff;
	color:#666666;
	border-style:hidden;
	padding:0px;
}
.lines{
	width:100%;
	border-bottom:#000 1px dotted;
}
.act{
  background-color: #fff343;
    height: 180px;
    display: flex;
    padding: 0px 50px;
    border: 5px solid #d24a43;
}
.act-card{
	width: 280px;
    padding-top: 45px;
	margin-right:60px;
}
.act-card:last-child{
	margin-right:0px;
}
.act-title{
	text-transform: uppercase;
    color: #d24a43;
    margin-bottom: 20px;
	font-size:14px;
}
.act-text{
	color: #d24a43;
	font-size:16px;
}
.index{
	background:#fff;
	padding:60px 50px;
}
.index-title{
	text-transform: uppercase;
    font-size: 18px;
    color: #444444;
    margin-bottom: 20px;
}
.index-text{
	font-size: 12px;
    color: #444444;
}
.index-more{
	text-align: right;
}
.index-more a{
	font-size: 12px;
    color: #444444;
}
.index-more a:hover{
	text-decoration:none;
}
.adress{
	z-index: 100;
    background: #fff;
    margin: 5%;
    position: absolute;
    border-radius: 5px;
}
.adress-title{
	border-bottom: 1px solid #f0f2f7;
    font-size: 15px;
    color: #4c4c4c;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
}
.adress-place{
	cursor: pointer;
	font-size: 12px;
    text-transform: uppercase;
    color: #4a4a4a;
    padding: 5px 20px;
    font-weight: 700;
}
.adress-place:first-child{
	padding-top: 15px;
}
.adress-place:last-child{
	padding-bottom: 15px;
}
.adress-place.active {
	background: #fff343;
}
.adress-location{

}
.adress-phone{

}
.footer{
  background-color: #fff343;
  border: 5px solid #d24a43;
	padding:19px 50px;
	height: 50px;
}
.info{
	color:#d24a43;
	float:left;
}
.info p{
	font-size:10px;
}
.info span{
	font-size:12px;
}
.copyright{
	float: right;
    margin-top: 120px;
}
@media screen and (max-width: 960px) {
	.wrap{
		width: inherit;
	}
	.left-menu{
		display:none;
	}
	.right-menu{
		display:none;
	}
	.logo{
		margin: 10px auto 0;
	}
	.sac{
		height: inherit;
		padding: 40px 0 0;
	}
	.slider{
		width: inherit;
		float: none;
		height: inherit;
		margin-left: 0;
		margin-top: 0;
	}
	.accept{
		position: inherit;
		width: inherit;
		margin: 20px 0 0 0;
	}
	.calculator{
		float: none;
    	background: #fff;
    	margin-top: 20px;
    	width: 100%;
	}
	.calculator>table{
		margin:0 auto;
	}
	.slick-slider img{
		margin: 0 auto;
	}
	.act{
    background-color: #fff343;
    border: 5px solid #d24a43;
		height: inherit;
		display: block;
		padding: 40px 50px;
	}
	.act-card{
		width: inherit;
		padding-top: 0;
		margin-right: 0;
		text-align:center;
	}
	.act-title {
		margin-bottom: 5px;
	}
	.act-text {
		margin-bottom: 20px;
	}
	.adress{
		display:none;
	}
	.adress-mob{
		z-index: 100;
		background: #fff;
		margin: 0;
		position: inherit;
		border-radius: 5px;
	}
	.adress-title-mob{
		border-bottom: 1px solid #f0f2f7;
		font-size: 15px;
		color: #4c4c4c;
		padding: 10px 25px;
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}
	.adress-place-mob{
		font-size: 12px;
		text-transform: uppercase;
		color: #4a4a4a;
		padding: 5px 20px;
		font-weight: 700;
	}
	.adress-place-mob.active{
		background: #fff343;
	}
	.adress-place-mob:first-child{
		padding-top: 15px;
	}
	.adress-place-mob:last-child{
		padding-bottom: 15px;
	}
	.adress-location-mob{

	}
	.adress-phone-mob{

	}
	.info{
		position:absolute;
	}
	.copyright{
		position:relative;
		margin-top: 135px;
		float: left;
	}
	.map-des{
		display:none;
	}
	.footer{
		height: 140px;
	}
	.copyright{
		display:none;
	}
}
@media screen and (min-width: 960px) {
	.adress-mob{
		display:none;
	}
	.top-menu-mob{
		display:none;
	}
	.map-mob{
		display:none;
	}
}
@media screen and (max-width: 485px) {
	.slick-slide img{
		width:100%;
	}
}





















































@media only screen and (max-width : 960px) {

	.slider {

		text-align: center;
	}
	.sl_desc {
        text-align: center;
    }



	nav {
		border-bottom: 0;
		height: auto;
		width: 100%;
		background: #455868;
		font-size: 11pt;
		font-family: 'PT Sans', Arial, sans-serif;
		font-weight: bold;
		position: relative;
	}
  	nav ul {
		display:none;
  		width: 100%;
  		height: auto;
		padding: 0;
		margin: 0 auto;
  	}
  	nav li {
  		width: 50%;
  		float: left;
  		position: relative;
		display: inline;
  	}
  	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
  	nav a {
		display: inline-block;
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		color: #fff;
		text-decoration: none;
		line-height: 40px;
		text-shadow: 1px 1px 0px #283744;
  	}
	nav a#pull {
		display: block;
		background-color: #283744;
		position: relative;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav li:last-child a {
		border-right: 0;
	}
	nav a:hover, nav a:active {
		background-color: #8c99a4;
	}
	.clearfix:before,
	.clearfix:after {
		content: " ";
		display: table;
	}
	.clearfix:after {
		clear: both;
	}
	.clearfix {
		*zoom: 1;
	}
}

.sl_desc {
    color: #ffffff;
    font-size: 22px;
    font-family: Trebuchet MS;
    display: block;
    margin-top: 5px;
    background: rgba(236, 179, 41, 0.51);
    padding: 10px 10px;
}
