body{
	background-color: #fff;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (15 - 12) + 12px);
}
h1{display:none;}
main{
	padding-bottom: 0px;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.what-change, .fines{
	background: #8a2929;
	color: #fff;
	padding-bottom: 100px;
}
.block{
	position: relative;
}
.operators{
	background: #ffd065;
	padding-bottom: 10px;
}

#newsletter .block-caption{
	padding: 0px;
	margin: 0px;
}
#newsletter p{
	color:#983030;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (18 - 14) + 14px);
	text-align: center;
}
#newsletter input{
	width:320px;
	height: 35px;
	line-height: 35px;
}
#newsletter input:focus{
	border:2px solid #f39500;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: 0px;
	border-radius:0px;
}
#newsletter label{
	vertical-align: top;
}
#newsletter .phone, #newsletter .letter{
	width: 100%;
}
#newsletter .phone input, #newsletter .letter textarea{
	width: 88.8%
}
#newsletter .confirm{
	margin: 0px auto;
}
.row.confirm .span_with_message {
    text-align: left;
    line-height: 35px;
}
#newsletter .btn_bloc-btn{
	height: 55px;
	line-height: 55px;
  padding: 0px;
}
.forma_block label{
	width: 70px;
}
.top.block{
	background-image: url(images/bg_top.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 50px;
}
.top.block .container{
	width: 100%;
	background-color:rgba(0,0,0,0.5);
	padding: 20px 50px;
	max-width: 990px;
}
.top.block .container .btn-primary{background-color: transparent;border:1px solid #fff;color:#fff;}
.top.block .container .btn-primary:hover{background-color: #fff;color:#983030;}
.top .caption{
	color:#fff;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (122 - 72) + 72px);
	text-transform: uppercase;
	line-height: 53px;
	padding:calc( (100vw - 480px)/(1280 - 480) * (60 - 40) + 40px) 0px 30px 0px;
}
.top .subcaption {
    color: #fff;
    font-size: calc( (100vw - 480px)/(1280 - 480) * (40 - 22) + 22px);
    text-transform: uppercase;
    line-height: calc( (100vw - 480px)/(1280 - 480) * (48 - 28) + 28px);
    padding: 0px 0px calc( (100vw - 480px)/(1280 - 480) * (40 - 20) + 20px) 0px;
	  font-weight: 700;
}
.block .block-caption{
	font-size: calc( (100vw - 480px)/(1280 - 480) * (30 - 22) + 22px);
	padding:calc( (100vw - 480px)/(1280 - 480) * (60 - 30) + 30px) 0px calc( (100vw - 480px)/(1280 - 480) * (40 - 20) + 20px) 0px;
}
.solution figure .image{
	height: 260px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.solution figure .image img{
	width: auto;
	max-width:100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-o-object-position: center;
	   object-position: center;
}
.solution figure figcaption{
	font-size: 22px;
	line-height: 30px;
	text-align: center;
}
.solution figure figcaption a{
	color:#8a2929;
}
.plus{
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #8a2929;
	top:50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}
.plus::before, .plus::after{
	content:'';
	display: block;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
}
.plus::before{
	width: 20px;
	height: 3px;
	top: 50%;
	left:50%;
	margin-top: -1.5px;
	margin-left: -10px;
}
.plus::after{
	height: 20px;
	width: 3px;
	top: 50%;
	left:50%;
	margin-left: -1.5px;
	margin-top: -10px;
}
.plus.equally::after {
    height: 3px;
    width: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: 5px;
}
.plus.equally.plus::before {
    width: 20px;
    height: 3px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -10px;
}
.receive{
	background-color: #ffd066;
	margin: calc( (100vw - 480px)/(1280 - 480) * (112 - 30) + 30px) 0px 15px 0px;
}
.receive h4{margin-bottom: 40px;}
.receive figure{padding: 20px;}
.receive figure .image{text-align: center;margin-bottom: 25px;}
.receive figure figcaption{text-align: center;font-weight: 500;font-size: 18px;color:#000;}
.receive .accent{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color:#000;
	font-size: 24px;
	margin: 38px 0px;
}
.receive .accent span{
	color:#8a2929;
}
.nd{    padding: calc( (100vw - 480px)/(1280 - 480) * (50 - 20) + 20px) 0px;}
.nd .container{
	text-align: center;
}
.nd p{
	text-align: center;
	font-size: 18px;
	margin: 0px 0px 40px 0px;
}
#newsletter .price-block{
	padding-top: calc( (100vw - 480px)/(1280 - 480) * (75 - 20) + 20px);
}
#newsletter .price-block .price{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 0px !important;
	color:#333;
	position: relative;
}
.price.total-price {
    margin: 20px 0px !important;
}
#newsletter .price-block .price .old{
	display: inline-block;
	position: relative;
}
#newsletter .price-block .price .old::before, #newsletter .price-block .price .old::after{
	content:'';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	top:50%;
	left: 0px;
	background-color: #8a2929;
	z-index: 5;
}
#newsletter .price-block .total{
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color:#8a2929;
	margin-bottom: 0px;
	margin-top:  calc( (100vw - 480px)/(1280 - 480) * (115 - 30) + 30px);
}
#newsletter .price-block .total span{text-transform: none;font-size: 46px;}
#newsletter .price-block .price .old::before{
	-webkit-transform: rotate(15deg);
	        -ms-transform: rotate(15deg);
	    transform: rotate(15deg);
}
#newsletter .price-block .price .old::after{
	-webkit-transform: rotate(165deg);
	        -ms-transform: rotate(165deg);
	    transform: rotate(165deg);
}
#newsletter .price-block .price span{
	font-size: 28px;
}
#newsletter .price-block .price-desc{
	font-size: 15px;
	font-weight: 500;
	color:#333;
}
#newsletter{
	background-color: #f4f3f3;
	padding-bottom: 135px
}
	#newsletter .forma_block {
			padding: 80px;
			position: relative;
			background: #fff;
			margin: 80px 0px;
	}
.checkbox-block label {
    margin-right: 0px;
}
.forma_block label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    font-size: 14px;
    color: #393939;
    margin-right: 8px;
}
.checkbox-block span {
    width: 110px;
}
.smalltable{display: none;}
.smalltable .caption-table, .bigtable .caption-table{
	background-color: #983030 !important;
	font-size: calc( (100vw - 480px)/(1280 - 480) * (18 - 14) + 14px);
	color:#fff;
	font-weight: normal;
	text-align: center;
	border: 1px solid #dedede;
}
.smalltable td{
	padding: 20px !important;
}
.bigtable{display: table;}
#newsletter .confirm input[type="checkbox"]{
	position: absolute;
	height: 40px;
	width: 40px;
	opacity: 0;
	display: block;
	cursor: pointer;
}
#newsletter .forma_block .form-group{
	padding-right: 20px;
}
#newsletter .forma_block .form-group input, #newsletter .forma_block .form-group textarea{
	width: 100%;
}
#newsletter .forma_block .form-group input[type="checkbox"]{
	width: 40px !important;
}
#newsletter .forma_block .form-group .confirm label{
	width: auto !important;
}
.call_us h2 {
    color: #8f8f8f;
    font-weight: normal;
    margin: 5px 0 11px;
	display: block;
}
.call_us h2 .dark {
    color: #393939;
}
.forma_block .checkbox-block .form-group:last-child .checkbox-group:last-child span{margin-right: 5px;}
.price-block>.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.first-row *{
	font-weight: 500 !important;
	font-size: 16px !important;
	text-align: center !important;
}
@media(min-width:1200px){
	body, .prepare .variant .variant-caption .subcaption{
		font-size:15px;
	}
	.top .caption{
		font-size:122px;
		padding: 60px 0px 30px 0px;
	}
	.top .subcaption{
		font-size: 40px;
		line-height: 48px;
	}
	.block .block-caption{
		font-size:30px;
		padding:60px 0px 40px 0px;
	}
	.operators .description, .registry table thead th, .registry .elaboration, .prepare .btn, #newsletter p{
		font-size: 18px;
	}
	.registry .block-caption{
		font-size: 28px;
	}
	.receive{margin: 112px 0px 0px 0px;}
	#newsletter .price-block .total{margin-top:115px;}
}
@media(max-width:992px){
	#newsletter input{
		width: 90%;
	}
	#newsletter .phone input, #newsletter .letter textarea{
		width: 95%;
	}
	.prepare .variant .algorithm .step{
		max-width: calc( 100% / 5 - 3px)
	}
	.checkbox-group.col-xs-6 {
    width: 50%;
	}
}
@media(max-width:650px){
	.smalltable{display: table;}
	.bigtable{display: none;}
	.prepare .variant .algorithm .step{
		max-width: calc( 100% / 4 - 3px)
	}
	.solution figure .image{
		height: auto;
	}
	.solution .plus-block figure .image .plus{
		display: inline-block;
		margin: 20px 0px 0px 0px;
		left: auto;
		top: auto;
	}
	#newsletter .price-block .total{
		margin-top: 0px;
	}
	.checkbox-group.col-xs-6 {
    width: 100%;
}
}
@media(max-width:500px){
	body, .prepare .variant .variant-caption .subcaption{
		font-size:12px;
	}
	.top.block .container{padding: 20px;}
	.top .caption{font-size: 72px !important;padding: 50px 0px 30px 0px;}
	.forma_block .form-group.col-xs-12{width:100%;}
	.forma_block .form-control{width:100%;}
	.el-registration{display: none;}
	.top .subcaption{
		font-size:22px;
		line-height: 30px;
		padding: 0px 0px 60px 0px;
	}
	.block .block-caption{
		font-size:22px;
		padding:30px 0px 20px 0px;
	}
	.operators .description, .registry table thead th, .registry .elaboration, .prepare .btn, #newsletter p{
		font-size: 14px;
	}
	.prepare .variant .algorithm .step{
		max-width: calc( 100% / 3 - 3px)
	}
	.prepare .btn{
		width: 100%;
	}
	#newsletter .forma_block{
		padding: 30px;
	}
	.receive{margin: 30px 0px;}
	#newsletter .price-block .total{margin-top:30px;}
	
}
@media(max-width:375px){
	.as_work-line-column1,.as_work-line-column2{width: auto;}
	.as_work-line img{display:none}
	.mobile_img{
		display:block !important;
		margin:0 auto;
		width:70% !important;}
	.template-site.white:before{top:-50px;}
}
@media(max-width:360px){
.prepare .variant .algorithm .step{
		max-width: calc( 100% / 2 - 3px)
	}
}