body{
	margin: 0;
	padding: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	color: #5a4437;
    /*padding-bottom: 490px;*/
}
a {
    color: #5a4437;
}
html,body{
    min-height: 100%;
    /*height: 100%;*/
    position: relative;
    overflow: auto;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	overflow: auto;
}
header{
	/*background: #000;*/
	font-family: Montserrat, Arial, Helvetica, sans-serif;
}
header div#social-n-cart{
	height: 20px;
	padding: 20px 0;

}
#topmenu #cart{
    background: url(/static/images/cartbrown.png)no-repeat center right;
    background-size: auto 20px;
}

header div#social-n-cart img{
	height:20px;
	
}
header div#social-n-cart a{
    margin-right: 20px;
    display: block;
    float: left;
}

header div#social-n-cart form{
	float: right;
	padding-right: 30px;
}
header div#social-n-cart span#phone{
    font-size: 17px;
    margin-left: 140px;
    display: block;
    margin-top: -24px;
    font-family: Roboto;
}
header div#social-n-cart form input[type=text]{
	border: 1px solid #5a4437;
	border-radius: 10px;
	height: 20px;
	width: 200px;
}
header div#social-n-cart form input[type=submit]{
    border: 1px solid #5a4437;
	border-radius: 10px;
	height: 21px;
	background:#5a4437;
	color: #fff;
	width: 100px;
}
div#topmenu{
	padding: 30px 0;
	border-top: 1px solid #5a4437;
	position: absolute;
	top: 60px;
    width: 100%;
    z-index: 1;
    border-bottom: 2px solid #5a4437;
    z-index: 100;
}
div#topmenu::before{
	content: " ";
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.95;
}

img#logo{
	/*background: #5a4437;*/
	width: 200px;
	float: left;
}
a#logo{
    float: left;
    text-decoration: none;
    color: #5a4437;
    font-family: Roboto;
    font-size: 35px;

}
section#foot a#foot-logo{
    /*float: left;*/
    text-decoration: none;
    /*color: #5a4437;*/
    font-family: Roboto;
    font-size: 35px;
    padding-bottom: 30px;


}
div#topmenu nav{
	/*float: right;*/
    display: block;
    /*width: 870px;*/
}
div#topmenu nav ul{
	overflow: auto;
	padding: 0;
	margin: 0;
	overflow: auto;
	list-style-type: none;
}

div#topmenu nav ul li{
	float: right;
}
div#topmenu nav ul li a{
	text-decoration: none;
	color: #5a4437;
	font-size: 1em;
    padding: 13px 40px;
    display: block;
}
div#topmenu nav ul#submenu{
    height: 0;
    overflow: hidden;
}
h1,h2,h3,h4{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.26;
}
/************Content*****************/
section#banner{
	height: 500px;
	text-align: center;
	color: #fff;
	margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
section#banner::before{
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
section#banner h1{
	position: relative;
	top: 250px;
	font-size: 70px;
	margin: 0;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}
section#banner p{
	position: relative;
	top: 230px;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
main section{
	overflow: auto;
}
main section div.block,
main section div.mini-block,
main section div.half-block,
main section div.big-block{
	/*background: gray;*/
	float: left;
	margin-right: 50px;
	margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
main section div.block::before,
main section div.mini-block::before,
main section div.half-block::before,
main section div.big-block::before{
    content: " ";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
main section div.r-block{
	margin-right: 0;
}
main section div.block a,
main section div.mini-block a,
main section div.half-block a,
main section div.big-block a{
	display: block;
	height: 250px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding-top: 150px;
	font-size: 30px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.26;
}
main section div.block a{
	width: 366px;
}
main section div.big-block a{
	width: 566px;
}
main section div.mini-block a{
	width: 266px;
}
main section div.half-block a{
	width: 565px;
	height: auto;
	padding: 125px 0;
    position: relative;
    z-index: 1;
}
main section div.half-block a::before{
    content: " ";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.4;
}


div.cats{
    overflow: auto;
}
span.btn{
    display: block;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 5px;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    background: rgba(255,255,255,0.1);
}
div.lined{
	margin-top: 50px;
    border-top: 1px solid #5a4437;
    text-align: center;
}
div.lined h1{
    display: inline-block;
    background: #fff;
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 50px;
    color:#5a4437;
}

footer{
	background: #392b23;
	padding: 15px 0;
	color: #eaeaea;
	font-size: 13px;
    /*font-size: 25px;*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*bottom: 0;*/
}

footer span#dev{
	/*float: right;*/
    float: left;
}

footer span#dev a{
	color: #eaeaea;
}
footer span#copyright{
    /*float: left;*/
    float: right;
}
section#foot{
	background: #5a4437;
	padding: 50px 0;
	color:#fff;
    overflow: auto;
    /*position: absolute;*/
    /*bottom: 95px;*/
    /*width: 100%;*/
}
.brand-description{
	display: none;
	position: absolute;
	    left: 625px;
    width: 525px;
    padding: 25px;
    overflow: hidden;
    height: 600px;
    background: #fff;
}
section#show{
	/*background: #5a4437;*/
	/*padding-top: 50px;*/
}
div.services{
	/*width: 800px;*/
    padding-right: 400px;
	/*background: #eef;*/
    overflow: auto;
    padding-bottom: 70px;
    background: url(/static/images/rose.jpg)no-repeat bottom right;
    background-size: auto 100%;

}
div.services div{
	float: left;
	width: 338px;
	height: 120px;
	margin: 5px;
	border: 1px solid #5a4437;
	text-align: center;
	padding: 80px 25px;
	/*color: #fff;*/
	background: #eee;
}
section#foot img#foot-logo{
	width: 366px;
	margin-bottom: 40px;
}
section#foot a:not(.social){
    color: #fff;
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    text-decoration: none;

}
div#whitespace{
    height: 110px;
}
section#foot div#foot-left-col h4{
    margin-top: 0;
}
section#foot div#foot-left-col{
	float: left;
	width: 366px;
	margin-right: 50px;
}
section#foot div#foot-left-col.r-col{
	margin-right: 0;
    border-bottom: 1px solid #eee;
}
form#foot-search{
	width: 599px;
    float: left;
}
section#foot input#search-box{
	border-radius: 40px;
    border: 2px solid #5a4437;
    /*display: block;*/
    background: #eee;
    width: 445px;
    height: 40px;
    font-size: 20px;
}
section#foot input[type=submit]{
	background: #ddd;
    height: 43px;
    border-radius: 40px;
    color: #5a4437;
    border: 2px solid #ddd;
    width: 100px;
    font-size: 20px;
}
section#foot div#foot-soc{
	float: right;
    width: 599px;
    text-align: center;
}
section#foot div#foot-soc img{
	margin: 0;
	width:40px;
	height:40px;
}
section#foot div#foot-soc a{
    float: left;
    margin: 0 20px;
    display: block;
}
section#foot div#foot-soc div
{
    overflow: auto;
    margin: 0 auto;
    width: fit-content;
}
section#foot div.lined{
	margin-bottom: 40px;

     border-top: 1px solid #ddd;
}
section#foot div#address,
section#foot div#phone,
section#foot a#mail{
	margin-bottom: 10px;
	color:#fff;

	font-size: 15px;
}
section div.step{
    width: 364px;
    min-height: 500px;
    border: 1px solid #5a4437;
    float: left;
    margin-right: 50px;
    overflow: hidden;
}
section div.step.right{
	margin-right: 0;
}
section div.step img{
	/*width: 100%;*/
	height: 300px;
}
section div.step h3{
	text-align: center;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 25px;
}
section div.step p{
	padding: 20px;
	/*font-size: 13px;*/
    margin: 0;
    padding-top: 0;
    text-align: center;
}
section div.step div.lined{
	margin: 10px 20px;	
    line-height: 0px;
}
section div.stepbtn{
	margin-top:50px;
	border:1px solid #5a4437;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	border-radius: 50px;
}
section#bottom{
	/*min-height: 400px;*/
	background: #ddd;
	padding-bottom: 40px;
}
section#bottom div.lined{
    border-top: 1px solid #5a4437;
    margin-top: 70px;
}
section#bottom div.lined h1{
	background: #ddd;
	font-size: 2em;
	color:#5a4437;

}
section#bottom form{
    width: 550px;
}
section#bottom form div{
    overflow: auto;
    margin-bottom: 10px;
}
section#bottom form label{
    display: block;
    float: left;
    width: 300px;
}
section#bottom form textarea,
section#bottom form input[type=text]{
	border: 1px solid #fff;
    border-radius: 15px;
    height: 30px;
    width: 100%;
    padding: 0 10px;
}
section#bottom form textarea{
    resize: none;
    height: 200px;
    padding-top: 10px;
}
section#bottom form input[type=submit]{
	border: 1px solid #5a4437;
    border-radius: 40px;
    height: 43px;
    width: 100%;
    background: #5a4437;
    color:#fff;
    font-size: 20px;
    float: right;
}
section#bottom div#opt-text{
    background: url(poshiv2.jpg)no-repeat top center;
    width: 560px;
    float: right;
    font-size: 20px;
    color: #5a4437;
    background-size: 100% auto;
    text-align: left;
    padding: 20px;
    /* border: 1px solid #fff; */
    border-radius: 25px;
    height: 290px;
    position: relative;
    z-index: 1;
}
section#bottom div#opt-text::before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0.9;
    border-radius: 25px;

}
section#bottom div#opt-text ul{
	list-style-type: none;
    margin: 10px;
}
.gray{
    background: #ddd;
}
div.gray div.lined{
    margin-top: 80px;
}
div.gray div.lined h1{
    background: #ddd;   
}
div.whitewindow{
    width: 70%;
    overflow: auto;
    background: #fff;
    border-radius: 25px;
    margin: 50px auto;
    margin-top: 0;
    padding: 25px;
    position: relative;
    z-index: 1;
}
div.whitewindow.btmwdw{
    margin-top: 50px;
    background: url(/static/images/back2.jpg)no-repeat center center;
    background-size: cover;
    color: #fff;
}
div.whitewindow.btmwdw a{
    color: #fff;
}
div.whitewindow::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    background: url(/static/images/telegramfull.png)no-repeat center center;
    background-size: cover;
}
div.whitewindow.btmwdw::before{
    background: #000;
    opacity: 0.6;
}
div.whitewindow p{
    font-size: 20px;
}
.error{
    padding: 0 50px;
    color: red;
    text-align: center;
    font-size: 40px;

}
section#foot a.foot-soc-second
{
    font-size: 20px;
    text-decoration: underline;
    background: #eee;
    color: #5a4437;
    border-radius: 40px;
    text-align: center;
    padding: 10px;
    margin-bottom: 24px;
}
p.warning{
    text-align: right;
    color: red;
    padding-right: 105px;
}
div.expl{
    padding-right: 105px;
    padding-left: 467px;
    font-size: 15px;
    margin-top: -20px;
}