body{
	padding: 0;
	margin: 0;
	font-family: 'Gotham Pro', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #404040;
}

img{
	max-width: 100%;
}

h2{
	font-weight: 500;
	margin: 0;
	/*line-height: 1.5;*/
}

.text--small{
	font-size: .7em;
}

.text--orange{
	color: #a23535;
	text-decoration: none;
}

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

.border-bottom{
	border-bottom: 1px solid;
}

.btn{
	cursor: pointer;
    display: block;
    position: relative;
	font-family: 'Gotham Pro', sans-serif;
	color: #ffffff;
    border: 1px solid #a23535;
    background-color: #a23535;
    border-radius: 5px;
    font-weight: 500;
    font-size: .8em;
    padding: 1.3em 1em;
    outline: none;
}

.btn--small{
	padding: .7em 1em;
}

.with--shadow{
	box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.4);
}

.shadow--orange{
	box-shadow: 0px 0px 0.8em 0px #a23535;
}

.w-100{
	width: 100%;
}

.h-100{
	height: 100%;
}

header{
	background: #a23535;
	color: #fff;
	padding: 1rem 0;
}

header .header__phone{
	font-weight: 500;
}

section{
	min-height: 75vh;
}

.section-form .section-form__caption{
	font-size: 2em;
	font-weight: 600;
}

.section-form .section-form__input-wrap{}

.section-form .section-form__input-label small{
	display: block;
	width: 100%;
	padding: .6em 0;
}

.section-form .section-form__input-label small.inline--text{
	display: inline;
	line-height: 1.5em;
}

.section-form .section-form__input{
	display: block;
	width: 100%;
	border: 1px solid;
	font-size: .8em;
	padding: .6em 1.2em;
	border-radius: 5px;
	background: #fff;
	outline: none;
}
.section-form .section-form__checkbox{
	width: 1.6em;
	height: 1.5em;
	border: 2px solid;
	margin: 0;
}

.section-notice{
	font-size: 2.6em;
	font-weight: 500;
	text-align: right;
}

.calc--icon{
	display: block;
	transform: rotate(50deg);
	width: 55px;
	height: 55px;
	position: absolute;
	right: -30px;
	top: 0;
}

.bg--map{
	background: url(../img/map-big.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
	min-height: 75vh;
}

.calc--icon img{
	max-width: 100%;
}

.catalog-item{
	border: 2px solid #a23535;
	border-radius: 5px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.catalog-item .catalog-item__caption{
	text-align: center;
	font-size: .8em;
	font-weight: 500;
}

.catalog-item .catalog-item__description{
	font-size: .75em;
	font-weight: lighter;
	line-height: 1.25;
	text-align: center;
	color: #000;
}
.catalog-item .catalog-item__price{
	font-size: .85em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-weight: bolder;
	color: #000;
	text-align: center;
}

.advantages{
	min-height: 50vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.advantage .advantage__icon{
	background: #a23535;
	border-radius: 50%;	
	width: 3.5em;
	height: 3.5em;
	box-shadow: 0px 0px 40px 0px #a23535;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.advantage .advantage__icon img{
	display: block;
	width: 50%;
}

.advantage .advantage__caption{
	font-weight: 500;
	font-size: .9em;
	color: #000;
}

.modal{
	/*width: 33%;*/
	padding: 1em;
}
.modal .modal__caption{
	font-weight: 700;
	font-size: 2em;
	text-align: center;
	padding: .3em 0;
}
.modal .modal__field{
	margin: 1em 0;
}
.modal .modal__field input{
	width: 100%;
	padding: 1em;
	color: #000000;
	font-size: .9em;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
}
.modal .modal__field span{
	display: block;
	font-size: 1.1em;
	font-weight: 100;
	padding: .4em 0;
}
.modal .modal__checkbox{
	width: 1.6em;
	height: 1.5em;
	border: 2px solid;
	margin: 0;
}
.modal .modal__button{
	font-size: 1.2em;
	font-weight: 800;
}

footer{
	padding: 1.2em 0;
	border-top: 2px solid #a23535;
	font-size: .8em;
}

@media (max-width:768px){
	/*.container{
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}*/

	body{
		font-size: 14px;
	}

	.section-form .section-form__caption{
		text-align: center;
		/*font-size: 1.5em;*/
	}

}
@media (max-width:992px){	
}
.errorText{
	color: red;
	font-size: 15px;
	text-align: center;
	padding-top: 7px;
	opacity:0;
	font-weight: 900;
}

.errorTextPopup{
	color: red;
	font-size: 15px;
	text-align: center;
	padding-top: 7px;
	opacity:0;
	font-weight: 900;
}
.errorTextPopupSale{
	color: red;
	font-size: 15px;
	text-align: center;
	padding-top: 7px;
	opacity:0;
	font-weight: 900;
}