*{
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
}
/*COLORS*/
/* Text/Links  #342261
/* BG  #fbf422
*/
body{
	color: #342261;
}
/*HEAD STYLES*/
header {
    padding: 5px 0;
    background: #fbf422;
}
.logo {
    margin: 22px 0;
}
.logo img{
	width: 70%;
}
ul.header_menu {
    margin: 0;
    padding: 0;
}
ul.header_menu li{
	list-style: none;
	display: inline-block;
	color: #342261;
	margin-right: 10px;
}
ul.header_menu li a{
	color: #342261;
}
ul.header_menu.phones{
	margin: 40px 0;
}
ul.header_menu.phones li a{
	font-size: 19px;
	font-weight: bold;
}
#menu{
	background: #fbf422;
    border-bottom: 1px solid #362462;
}
#menu nav.menu{
	padding: 0;
}
#menu nav.menu li{
	list-style: none;
    display: inline-block;
    padding: 10px 10px;
}
#menu nav.menu li:hover{
	background: #eae527;
}
#menu nav.menu li a{
	color: #362462;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
a.call_me {
    display: inline-block;
    background: #fbf422;
    padding: 5px 10px;
    font-weight: 500;
    border: 1px solid #342261;
    box-sizing: border-box;
}
.intro{
	font-size: 24px;
	margin-bottom: 20px;
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
}
/*TOP STYLES*/
#production{
	background:url(../images/head_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 30px 0 70px;
	color:#342261;
}
#production h1{
	color:#342261;
    margin-top: 50px;
}
.phoneCallback{
	text-align: center;
    width: 350px;
    margin: 0 0 0 auto;
}
.phoneCallback span{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 22px;
    font-weight: 700;
    padding-right:10px;
}

/*Main*/
.action_one, .action_two{
	background: #fff;
}
section#about{
	background: #fff;
    padding: 50px 0;
}
section#about .row{
	margin: 50px 0;
}
section#about .inlineBlock{
	font-family: 'PT Sans Narrow', sans-serif;
}
section#about .inlineBlock .imgAbout{
	margin-right: 10px;
}
section#about .inlineBlock .imgAbout img{
	/*width: 60%;*/
}
section#about .inlineBlock .title{
	font-size: 18px;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
section#about .inlineBlock .title:after{
	display: block;
	content: '';
	height: 4px;
	background: #fbf422;
	bottom: -5px;
	position: absolute;
	left:0;
	right: 0;
	margin: auto;
}
section#typesResolve{
	background: #fbf422;
    border-top: 4px solid #372664;
    border-bottom: 4px solid #372664;
    padding-bottom: 40px;
}
section#typesResolve .window{
	text-align: center;
}
section#typesResolve .window img{
	/*width: 100%;*/
	margin-bottom: 15px;
}
section#typesResolve .window .title{
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
section#typesResolve .window .price{
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
}
section#typesResolve .window .buy{
	display: block;
    background: #fff;
    color: #392261;
    width: 50%;
    margin: 10px auto;
    transition: all .2s ease;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 14px;
    font-weight: bold;
    border: 1px solid #392261;
    transition: all .2s ease;
}
section#typesResolve .window .buy:hover{
	background: #3a2166;
    cursor: pointer;
    color: #fff;
}
section#partners{
	background: #fff;
}
section#partners .partners{
	background: #fff;
	width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 25px auto;
    border-radius: 50%;
}
section#partners .partners img{
	margin: 25% auto;
    display: block;
    height: 50px;
}
section#profiles{
	background: #f9fbfa;
}
section#profiles .profile{
	text-align: center;
	margin-bottom: 40px;
}
section#profiles .about_profile{
	text-align: justify;
	font-size: 14px;
	margin-bottom: 15px;
}
section#profiles .profile .name{
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}
section#profiles .profile img{
	max-width: 150px;
    margin-bottom: 25px;
}
section#profiles .buttons div{
	display: inline-block;
    width: 130px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    padding: 3px 0;
    border-radius: 5px;
}
section#profiles .buttons div.more{
	background: #c3c3c3;
}
section#profiles .buttons div.order{
	background: #6cbe02;
}
section#objects .photoWork .caption img{
	width: 90px;
    margin-top: 22px;
    opacity: 1;
}
section#slider{
	background: #fdfdfd;
    border-top: 4px solid #ffffff;
    padding: 10px 0 50px;
}
section#slider .carousel-item img{
	height: 450px;
}
section#slider .carousel-indicators{
	bottom: -32px;
}
section#slider .carousel-indicators li{
    border: 2px solid #01aaf8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: 0;
    margin: 0 10px;
}
section#slider .carousel-indicators li[data-slide-to="0"]{
	background-size: contain;
	background: url(../images/furnitura-vid.jpg) center center no-repeat;
}
section#slider .carousel-indicators li[data-slide-to="1"]{
	background-size: contain;
	background: url(../images/steklopaket-dvychkamerny.jpg) center center no-repeat;
}
section#slider .carousel-indicators li[data-slide-to="2"]{
	background-size: contain;
	background: url(../images/Podokonniki_itazh.jpg) center center no-repeat;
}
section#slider .carousel-indicators li[data-slide-to="3"]{
	background-size: contain;
	background: url(../images/plastikovye-otkosy-Minsk.jpg) center center no-repeat;
}
section#slider .carousel-indicators li[data-slide-to="4"]{
	background-size: contain;
	background: url(../images/lam.jpg) center center no-repeat;
}

section#slider .conversionForm {
    margin: 50px 0;
}
section#slider .dop_option{
	text-align: center;
    padding: 10px;
    background: #fff;
    margin: 10px;
    border-bottom: 3px solid #fbf422;
    box-sizing: border-box;
}
section#slider .dop_option img{
	width: 90px;
    height: 90px;
}
section#slider .dop_option span{
	display: block;
    font-weight: bold;
    margin-top: 15px;
}
section#services {
    border-top: 4px solid #372664;
    border-bottom: 4px solid #372664;
    padding-bottom: 40px;
}
section#services .aboutText{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
    display: block;
    margin: 40px 10px 0;
}
section#services .aboutText li{
	list-style: none;
    display: block;
    margin-bottom: 15px;
    line-height: 19px;
    font-size: 20px;
    position: relative;
    padding-left: 28px;
}
section#services .aboutText li:before{
	position: absolute;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/li_check.png) no-repeat center center;
	background-size: cover;
	top: 0;
	left: 0;
}
section#services .measurementForm{
	background: rgb(251 244 34);
    width: 60%;
    margin: 0 0 20px;
    position: relative;
}
section#services .measurementForm:after{
	display: block;
    content: '';
    position: absolute;
    z-index: 99;
    width: 345px;
    height: 315px;
    background: url(../images/form_bg.png) center center no-repeat;
    background-size: contain;
    top: -21px;
    right: -345px;
}
section#objects .photoWork .caption{
	font-family: 'PT Sans Narrow', sans-serif;
	text-align: center;
	position: relative;
	height: 170px;
    background: #fbf422;
}
section#objects .photoWork .caption span{
	display: block;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    bottom: 0;
    background: rgb(255 255 255 / 84%);
    font-size: 15px;
    font-weight: bold;
}
section#objects .buy{
	display: block;
    background: #fbf422;
    color: #392261;
    width: 50%;
    margin: 10px auto;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 14px;
    font-weight: bold;
    border: 1px solid #392261;
    transition: all .2s ease;
    text-align: center;
}
section#objects .buy:hover{
	 background: #fff;
	 cursor: pointer;
}
section#reviews span.title{
	font-size: 24px;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#01aaf8;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid #01aaf8; 
	display: block;
}
section#reviews .title > span{
	font-size: 20px;
	font-family: 'PT Sans Narrow', sans-serif;
}
footer{
    background: #fbf422;
    margin-top: 40px;
    border-top: 4px solid #342261;
    padding: 20px 0 10px;
}
footer a{
	color:#342261;
}

.footer_logo{
	margin-top: 40px;
}
/*ALl STYLES*/
h1{
	color:#fff;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	/*text-shadow: 1px 1px 2px #fff, 0 0 1em #fff;*/
}
h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 30px 0;
}
h3.high{
    font-size: 35px;
    margin: 30px 0 0;	
}
h3.high:after{
    display: block;
    content: '';
    width: 40%;
    background: #01aaf8;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.callback {
    display: block;
    background: #7fd308;
    color: #fff;
    text-align: center;
    width: 260px;
    margin: 5px auto;
    border-radius: 8px;
    border: 1px solid #fff;
}
.action{
	background: #fff;
	border:1px solid #bbb;
}
.measurementForm{
	background: rgb(251 244 34 / 51%);
    padding: 15px;
    margin: 30px auto;
    color: #556179;
}
.measurementForm .formHeader{
	text-align: center;
    margin: 10px 0 19px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
.measurementForm form input{
	width: 100%;
    margin-bottom: 15px;
    border: 1px solid #392261;
    border-radius: 0;
    padding: 5px 8px;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    color: #392261;
}
.measurementForm form input[type="button"], .calculator input[type="button"]{
	display: block;
    background: #fff;
    color: #392261;
    width: 40%;
    margin: 10px auto;
    transition: all .2s ease;
}
.measurementForm form input[type="button"]:hover, .calculator input[type="button"]:hover{
	background: #3a2166;
    color: #fff;
}
.measurementForm .footerForm{
	font-size: 12px;
	text-align: center;
}
.inputs{
	width: 50%;
    margin: 0 auto;
}
.inputs input{
	width: 46%;
	border: 1px solid #bbb;
}
.calculator select{
    display: block;
    width: 140px;
    border: 1px solid #bbb;
    padding: 3px 3px;
    margin: 4px 0;
}
.calculator ul li{
	list-style: none;
	margin: 8px 0;
}
.calculator ul li input[type="radio"]{
	margin-right: 5px;
}
.calculator img{
	display: block;
	margin: 25px auto;
	width: 200px;
}
.calculator label{
	display: inline;
}
/*FOOTER*/
.copyright{
	font-size: 13px;
}
.text-bold{
	font-weight: 500;
	text-transform: uppercase;
}
.form {
    width: 350px;
    min-height: 200px;
    background: #fbf422;
    border: 2px solid #342261;
    margin: 10% auto;
    position: relative;
    padding: 15px;
    z-index: 10;
}
.formWrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.5);
    display: none;
    z-index: 1;
}
.form h5{
  text-align: center;
}
.form input{
	margin: 10px auto;
    width: 95%;
    padding: 5px 10px;
    display: block;
    box-sizing: border-box;
    border: 1px solid #342261;
    color: #342261;
}
.form button{
    margin: 13px auto 0;
    display: block;
    color: #342261;
    background: #fff;
    border-radius: 0;
    border: 1px solid;
    text-transform: uppercase;
    padding: 8px 33px;
    font-weight: bold;
}
span.closeForm {
    display: block;
    background: #342261;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    padding: 0px 5px;
    color: #fff;
}
span.closeForm:hover{
  cursor: pointer;
  background: #34c145;
}
.submitForm{
	background:#6cbe02;
	color:#fff;
}
.alerts{
	display: none;
    position: fixed;
    background: #fff;
    border: 2px solid #556179;
    width: 230px;
    min-height: 70px;
    color: #000;
    top: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    z-index: 999;
}
.footer-share{
	margin-top: 25px;
}
.footer-share li{
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
.footer-share li a{
	color: #342261;
    font-size: 25px;
}
.carousel-item img{
	height: 500px;
}
.navbar-toggler-icon{
	background:url(../images/menu-style1-512.png) center center no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 768px) {
	.measurement input{

	}
	.measurement .client_send{
		display: block!important;
	}
	.carousel-item img{
		height: 280px;
	}
	ul.header_menu{
		text-align: center!important;
	}
	.logo img {
	    display: block;
	    margin: 0 auto;
	}
	ul.header_menu.phones {
	    margin: 0 0 40px;
	}	
	a.call_me{
		margin-top: 20px;
	}
	#menu nav.menu li{
	    margin: 0 3px;
	}
	#production h1{
		margin-top: 0;
	}
	.measurementForm{
		margin: 0 auto;
	}
	section#about .row{
		margin: 0;
	}
	section#typesResolve .window{
		margin-bottom: 35px;
	}
	h3{
		margin: 15px 0;
	}
	section#partners .partners img{
		margin: 15px auto 0;
	}
	section#partners .partners{
		height: 100px;
		margin: 0 auto;
		border-radius:0;
	}
	section#services .measurementForm:after{
		display: none;
	}
	section#services .aboutText{
		margin: 20px 10px 30px;
	}
	section#services .measurementForm{
		width: 80%;
    	margin: 0 auto;
	}
	.measurementForm form input[type="button"], .calculator input[type="button"]{
		width: 50%;
	}
	#objects .col{
		flex-basis: 100%;
	}
	.footer_logo{
		margin-top: 40px;
	    display: block;
	    margin: 0 auto 15px;
	}
	footer .contact_footer{
		text-align: center;
	}
}