/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */

body{
	background-color: #f7f7f7;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	counter-reset: heading; /* Инициируем счетчик */
}
img{
	max-width: 100%;
}
a{
	color: inherit;
}
a:hover{
	text-decoration: none;
}
.container-big{
	max-width: 1440px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.block-1 h1{
	font-weight: bold;
    font-size: 108px;
    line-height: 100%;
    text-transform: uppercase;
}
.block-1 .header {
    border-bottom: 5px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.block-1 .sale .text{
	    text-transform: uppercase;
    font-size: 104px;
    line-height: 100%;
}
.block-1 .sale .text span{
	display: block;
	    text-transform: none;
    font-size: 70%;
	line-height: 1;
}
.block-1 .form {
    max-width: 337px;
    margin-top: 45px;
	position: relative;
}
.block-1 .form input{
	width: 100%;
}
.block-1 .form button{
	width: 100%;
	font-size: 22px;
	height: 67px;
}
.form-group{
	position: relative;
	margin-bottom: 15px;
}
.form-group input{
    padding: 15px 15px;
    border: 2px solid #869cff;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
	width: 100%;
	}
.form-group input+label{
	position: absolute;
	left: 15px;
    top: 22px;
	transition-duration: 0.2s;
	font-size: 22px;
	line-height: 1;
}
.form-group input+label.active,
.form-group input:focus+label{
	top: 6px;
	font-size: 12px;
	
}
.form-group input:focus+label{
	
}
.block-1 .strelka{
    position: absolute;
    bottom: 50px;
    z-index: -1;
    left: 130%;
    width: 260px;	
}
.block-1 .header,
.block-1 .sale{
	letter-spacing: -4px;
}
.block-1 .success{
	    background-color: #869cff;
    color: #fff;
    text-align: center;
    font-size: 23px;
    padding: 20px 20px;
}
.block-1 .success p{
	font-size: 19px;
}

.block-1 .promo{
	background-color: rgba(134,156,255,0.48);
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 20px;
}
.block-1 .promo .list span{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 48px;
}
.block-1 .promo .price{
    font-size: 136px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
	justify-content: center;
}
.block-1 .promo .price span{
	    font-weight: normal;
    font-size: 50%;
	    margin-left: 15px;
}
.block-1 .img{
	height: 100vh;
	max-height: 1200px;
	background-image: url(/templates/Default/img/6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1200px){
	.block-1 h1 {
		font-size: 72px;
	}
	.block-1 .img{
		max-height: 700px;
	}
	.block-1 .sale .text {
		font-size: 72px;
	}
	.block-1 .strelka {
		left: 110%;
	}
}
@media (max-width: 992px){
	.block-1 .promo .list span{
		    font-size: 30px;
	}
	.block-1 .promo .price{
		font-size: 76px;
	}
}
@media (max-width: 768px){
	.block-1 .strelka {
		display: none;
	}
	
	
}
@media (max-width: 480px){
	.block-1 h1 {
		    font-size: 52px;
	}
	.block-1 .sale .text {
		    font-size: 52px;
	}
	
}
.block-2 .img{
	position: relative;
}
.block-2 .img:after{
    content: '';
    background-color: #869cff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    bottom: -15px;
    z-index: -1;

}
.block-2 .lead {
    text-align: center;
    margin-top: 50px;
}
.block-2 .lead button{
    border: none;
    font-size: 28px;
    height: 67px;
    background-color: #737373;
    color: #fff;
    padding: 0 40px;

	transition-duration: 0.2s;
}
.block-2 .lead button:hover{
	background-color: #383838;
}
.block-2 .container:nth-child(2n)>.row>div:nth-child(1){
	
}
.block-2 .container:nth-child(2n)>.row>div:nth-child(2){
	
}
.block-2 .sticker{
	background: rgb(4,183,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(4,183,255,1) 0%, rgba(142,173,233,1) 48%, rgba(252,135,138,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(4,183,255,1) 0%,rgba(142,173,233,1) 48%,rgba(252,135,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(4,183,255,1) 0%,rgba(142,173,233,1) 48%,rgba(252,135,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #fff;
    text-align: center;
    font-size: 24px;
	padding: 5px 40px;
    border-radius: 100px;
    
    display: inline-block;
}
.block-2 .text,
.block-2 .block{
	width: 110%;
}
.block-2 .text{
	position: relative;
    background-color: #fff;
    padding: 25px 15px;
    line-height: 180%;
    font-size: 22px;
	border: 1px solid #d8d8d8;
}
.block-2 .text .price{
	    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
}
.block-2 .text:after{
	content: '';
    background-color: #869cff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    bottom: -15px;
    z-index: -1;
}
.block-2 .container{
	margin-bottom: 90px;
	margin-top: 90px;
}
.block-2 .container:last-child{
	margin-bottom: 40px;
}

@media (min-width: 768px){
	.block-2 .container:nth-child(2n)>.row>div:nth-child(1) {
		-ms-flex-order: 13;
		order: 13;
	}
	.block-2 .container:nth-child(odd)>.row>div:nth-child(2){
		text-align: right;
	}
	.block-2 .container:nth-child(odd)>.row>div:nth-child(2) .text{
		    margin-left: -10%;
	}
	.block-2 .container:nth-child(odd)>.row>div:nth-child(2) .text .price{
		text-align: left;
		padding-left: 40px;
	}
	.block-2 .container:nth-child(even)>.row>div:nth-child(2) .text .price{
		text-align: right;
		padding-right: 40px;
	}
	.block-2 .container:nth-child(even) .img:after{
		left: -15px;
	}
	.block-2 .container:nth-child(even) .text:after{
		left: -15px;
	}
	.block-2 .container:nth-child(even) .block{
		margin-left: -10%;
	}
	
}
@media (max-width: 767px){
	.block-2 .container>.row>div:nth-child(2){
		-ms-flex-order: -1;
		order: -1;
		    margin-bottom: 50px;
			
	}
	.block-2 .text,
	.block-2 .block{
		width: 100%;
	}
	.block-2 .sticker {
		font-size: 12px;
		position: absolute;
		top: -33px;
		z-index: 1;
		right: 30px;
	}
	.block-2 .container .text{
		margin-top: -20px;
		font-size: 18px;
	}
	.block-2 .text .price {
		font-size: 36px;
		text-align: right;
		padding-right: 30px;
	}
	
}

.block-4 .promo{
	background-color: rgba(134,156,255,0.8);
	
	
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
	
}
.block-4 .promo:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 0px;
    left: 0px;
	
}
.block-4 .promo .header{
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    padding: 0 30px;
	    margin-bottom: 60px;
}
.block-4 .step{
	color: #fff;
	padding-bottom: 40px;
	position: relative;
	padding-left: 80px;
}
.block-4 .step:last-child{
	padding-bottom: 0px;
}
.block-4 .step .heading{
	    font-weight: bold;
    font-size: 38px;
}

.block-4 .step:after{
	position: absolute;
    counter-increment: heading;
    content: counter(heading);
    display: block;
    background-color: #000000;
    width: 96px;
    height: 96px;
    line-height: 96px;
    text-align: center;
    font-size: 56px;
    border-radius: 50%;
    left: -48px;
    top: 10px;
	
}
.block-4 .step:before{
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background-color: #000000;
    display: block;
    left: -2px;
    top: 20px;
}
.block-4 .step:last-child:before{
	display: none;
}
.block-4 .phones{
	color: #fff;
	text-align: center;	
}
.block-4 .phones .ht{
	    font-size: 38px;
    font-weight: bold;
}
.block-4 .phones a{
	display: block;
	color: #fff;
    font-size: 42px;
	transition-duration: 0.2s;
}
.block-4 .phones a:hover{
	color: #000;
}
@media (max-width: 1200px){
	.block-4 .phones a{
		font-size: 32px;
	}
}
@media (max-width: 991px){
	.block-4 .step{
		padding-left: 100px;
	}
	.block-4 .step:after {
		left: 0px;
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 42px;
	}
	.block-4 .step:before {
		left: 38px;
	}
	.block-4 .promo{
		padding-left: 0px;
		padding-right: 0px;
	}
	.block-4 .promo .header{
		font-size: 34px;
	}
}

.block-5{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	    overflow: hidden;
}
.block-5 .xfieldimagegallery.galery{
	padding-left: 0;
	list-style: none;
}
.block-5 .xfieldimagegallery.galery li{
	display: inline-block;
}
.block-5 .swiper-slide{
	position: relative;
	height: 570px;
}
.block-5 .swiper-slide .image{
	position: absolute;
	padding: 2px;
	transition-duration: 0.2s;
	
}
.block-5 .swiper-slide .image:hover{
	transform: scale(1.2);
	z-index: 2;
	
}
.block-5 .swiper-slide .image:hover>div{
	box-shadow:0px 0px 26px 6px rgba(0,0,0,0.24);
-webkit-box-shadow:0px 0px 26px 6px rgba(0,0,0,0.24);
-moz-box-shadow:0px 0px 26px 6px rgba(0,0,0,0.24);
}
.block-5 .swiper-container{
	overflow: visible;
}
.block-5 .swiper-button-next,
.block-5 .swiper-button-prev{
	opacity: 0.3;
	transition-duration: 0.2s;
	    background-color: #000;
    width: 50px;
    height: 50px;
}
.block-5 .swiper-button-next{
	right: 0;
}
.block-5 .swiper-button-prev{
	left: 0px;
}
.block-5 .swiper-button-next:after,
.block-5 .swiper-button-prev:after{
	color: #fff;
    font-size: 18px;
}
.block-5:hover .swiper-button-next,
.block-5:hover .swiper-button-prev{
	opacity: 1;
}

.block-5 .swiper-slide .image>div{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: zoom-in;
	background-position: center;
}
.block-5 .swiper-wrapper{
	height: inherit;
}

.block-5 .swiper-slide .image:nth-child(1){
	width: 33.3333333%;
	height: 33.3333333%;
}
.block-5 .swiper-slide .image:nth-child(2){
	width: 16.666666%;
	height: 66.6%;
	left: 33.3333333%;
}
.block-5 .swiper-slide .image:nth-child(3){
	width: 33.3333333%;
	height: 33.3333333%;
	top: 33.3333333%;
}
.block-5 .swiper-slide .image:nth-child(4){
	width: 16.666666%;
	height: 33.3333333%;
	bottom: 0%;
}
.block-5 .swiper-slide .image:nth-child(5){
	width: 16.666666%;
	height: 33.3333333%;
	left: 16.666666%;
	bottom: 0%;
}
.block-5 .swiper-slide .image:nth-child(6){
	width: 16.666666%;
	height: 33.3%;
	left: 33.3333333%;
	bottom: 0%;
}
.block-5 .swiper-slide .image:nth-child(7){
	width: 33.3333333%;
	height: 33.3333333%;
	left: 50%;
}
.block-5 .swiper-slide .image:nth-child(8){
	width: 16.666666%;
	height: 50%;
	right: 0%;
}
.block-5 .swiper-slide .image:nth-child(9){
	width: 33.3333333%;
	height: 66.6666666%;
	bottom: 0%;
	right: 16.6666666%;
}
.block-5 .swiper-slide .image:nth-child(10){
	width: 16.666666%;
	height: 50%;
	right: 0%;
	bottom: 0%;
}


@media (max-width: 1200px){
	.block-5 .swiper-slide{
		height: 400px;
	}
	
}
@media (max-width: 768px){
	.block-5 .swiper-slide{
		height: 800px;
	}
	
	.block-5 .swiper-slide .image:nth-child(1){
		width: 66.6666666%;
		height: 16.6666666%;
	}
	.block-5 .swiper-slide .image:nth-child(2){
		width: 33.333333333%;
		height: 33.33333333%;
		left: 66.6666666%;
	}
	.block-5 .swiper-slide .image:nth-child(3){
		width: 66.6666666%;
		height: 16.6666666%;
		top: 16.6666666%;
	}
	.block-5 .swiper-slide .image:nth-child(4){
		width: 33.3333333%;
		height: 16.666666%;
		top: 33.3333333%;
		
	}
	.block-5 .swiper-slide .image:nth-child(5){
		width: 33.3333333%;
		height: 16.666666%;
		left: 33.3333333%;
		top: 33.3333333%;
		
	}
	.block-5 .swiper-slide .image:nth-child(6){
		width: 33.3333333%;
		height: 16.666666%;
		top: 33.3333333%;
		left: 66.6666666%;
	}
	.block-5 .swiper-slide .image:nth-child(7){
		width: 66.6666666%;
		height: 16.666666%;
		top: 50%;
		left: 0;
	}
	.block-5 .swiper-slide .image:nth-child(8){
		top: 50%;
		height: 25%;
		width: 33.3333333%;
		right: 0px;
	}
	.block-5 .swiper-slide .image:nth-child(9){
		width: 66.6666666%;
		height: 33.3333333%;
		left: 0;
		bottom: 0;
	}
	.block-5 .swiper-slide .image:nth-child(10){
		
		height: 25%;
		bottom: 0;
		width: 33.3333333%;
		right: 0px;
	}

	
}

@media (max-width: 1440px) AND (min-width: 1200px){
	.container-big{
		max-width: 1140px;
	}
	.block-1 h1{
		       font-size: 60px;
	}
	.block-1 .text{
		        font-size: 66px !important;
	}
	.block-1 .promo .list span{
		    font-size: 36px;
	}
	.block-1 .promo .price{
		font-size: 92px;
	}
	.block-1 .strelka{
		left: 110%;
		width: 150px;
	}
	.block-1 .header {
		border-bottom: 5px solid #000;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.block-1 .form button{
		height: 53px;
	}
	.block-1 .form-group{
		margin-bottom: 8px !important;
	}
	.block-1 .form-group input{
		padding: 8px 15px;
	}
	.block-1 .form-group input+label{
		top: 15px;
	}
}
.block-6{
	padding: 80px 0;
}
.block-6 .container-big{
	border: 4px solid #000;
	text-align: center;
}
.block-6 .header{
	display: inline-block;
    background-color: #f7f7f7;
    margin-top: -60px;
    font-size: 48px;
	    padding: 0 30px;
}
.block-6 .title{
	    display: inline-block;
    background-color: #869cff;
    color: #fff;
    padding: 10px 15px;
    font-size: 26px;
    margin-bottom: 30px;
}

@media (max-width: 768px){
	.block-6 .header{
		font-size: 23px;
		margin-top: -28px;
	}
	.block-6 .title{
		font-size: 20px;
	}
	.form-group input{
		padding: 10px 15px;
	}
	
}

header{
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 20;
	padding: 15px 0;
	
	transition-duration: 1s;
	background-color: rgba(134,156,255,0.9);
	margin-top: -130px;
}

header.active{
	margin-top: 0;
}

header .phones{
	text-align: right;
	color: #fff;
}
header .phones a{
	 display: block;
	     color: #fff;
		     line-height: 110%;
	font-size: 26px;
	transition-duration: 0.2s;
}
header .phones a:hover{
	color: #737373;
}

#scrolltop{
	    width: 70px;
    background-color: rgba(134,156,255,0.9);
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    padding: 14px 17px;
    fill: #fff;
	transition-duration: 1s;
	cursor: pointer;
	    margin-bottom: -120px;
}
#scrolltop:hover{
	background-color: rgba(134,156,255,1);
	transition-duration: 0.2s;
}
#scrolltop.active{
	    margin-bottom: 0px;
}
.menu a{
	font-weight: bold;
	color: #fff;
	margin: 0 20px;
	transition-duration: 0.2s;
}
.menu a:hover{
	color: #737373;
}

.menu-btn{
	width: 36px;
	height: 36px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	
}

.menu-btn>div{
	position: absolute;
	background-color: #fff;
	height: 4px;
	width: 100%;
	transition-duration: 0.2s;
}
.menu-btn>div:nth-child(1){
	top: 0px;
}
.menu-btn>div:nth-child(2){
	top: calc(50% - 2px);
}
.menu-btn>div:nth-child(3){
	bottom: 0px;
}
header .logo img{
	max-height: 39px;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.menu-btn.active>div:nth-child(1){
	top: 16px;
	transform: rotate(45deg);
}
.menu-btn.active>div:nth-child(2){
	top: calc(50% - 2px);
	opacity: 0;
}
.menu-btn.active>div:nth-child(3){
	bottom: 16px;
	transform: rotate(-45deg);
}

.mobile-menu{
	position: fixed;
    top: 67px;
    left: 100%;
    width: 100%;
    height: calc(100% - 67px);
    background-color: rgba(134,156,255,0.9);
    z-index: 20;
	transition-duration: 0.2s;
	overflow-y: auto;
}
.mobile-menu.active{
	left: 0;
}
body.active{
	overflow: hidden;
}
.mobile-menu .mm{
	 color: #fff;
    text-align: center;
	    margin-top: 60px;
}
.mobile-menu .mm a{
	
   display: block;
    font-size: 26px;
	font-weight: bold;
}
.mobile-menu .mp{
	margin-top: 30px;
	 color: #fff;
    text-align: center;
}
.mobile-menu .mp:before{
	content: 'Наши телефоны';
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.mobile-menu .mp a{
	display: block;
	font-size: 28px;
}

.block-7 .promo{
	background-color: rgba(134,156,255,0.8);
	
	
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
	
}
.block-7 .promo:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 0px;
    left: 0px;
	
}

.block-7 .promo .header {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    padding: 0 30px 15px 30px;
	position: relative;
	margin-bottom: 25px;
    
}
.block-7 .promo .header:after{
	content: '';
	width: 160px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 80px);
	
	
}
.block-7 .subheader{
	color: #fff;
	font-size: 22px;
	    text-align: center;
}
.block-7 .form button{
	    height: 67px;
    width: 100%;
}
.block-7 .form-group input{
	padding: 15px !important;
}
.block-7 .form .success{
	    background-color: #91a5fe;
    color: #fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
}

.input-small {
        padding: 8px 15px;
    border-radius: 5px;
    border: 3px solid #869cff;
    margin-right: 10px;
}

#calcform {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 15px;
}
#calcform .header{
	text-align: center;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
}

#calcform .radio .group{
	width: 50%;
}
.group-radio input{
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.group-radio label{
	    border: 1px solid #91a5fe;
    line-height: 1;
    padding: 15px 15px 15px 45px;
    width: 100%;
	transition-duration: 0.2s;
	cursor: pointer;
	position: relative;
}

.group-radio label:after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	display: block;
	border-radius: 50%;
	    left: 18px;
    background-color: rgba(0,0,0,0.2);
    top: 16px;
}
@media (max-width: 768px){
	.group-radio label{
		padding: 15px 15px 15px 30px;
	}
	.group-radio label:after{
		left: 10px;
	}
}
.group-radio input:checked+label:after{
	background-color: #fff;
}
.group-radio input:checked+label{
	background-color: #869cff;
    color: #fff;
}
.irs-handle{
	cursor: pointer;
}
#calcform #result{
	text-align: right;
	
}
#calcform #result .rrr{
	font-weight: bold;
    font-size: 56px;
	
	transition-duration: 0.3s;
}

@media (max-width: 768px){
	#calcform #result{
		text-align: center;
	}
	#calcform button{
		    margin: 0 auto;
    display: block;
	}
}
.block-8{
	position: relative;
	    padding-bottom: 70px;
}
.block-8 .review{
	    height: 500px;
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block-8 .swiper-slide{
	height: inherit;
}
.block-8 .swiper-wrapper{
	height: inherit;
}
.block-8 .header{
    display: block;
    font-size: 48px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 768px){
	.block-7 .promo .header{
		font-size: 28px;
	}
	.block-8 .header{
		font-size: 22px;
	}
	.block-8 .review{
		height: 240px;
	}
	
}
.block-9{
	margin: 80px 0;
}
.block-9 .header{
    display: block;
    font-size: 48px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}


@media (max-width: 768px){
	.block-9 .header{
		font-size: 22px;
	}
}

.block-9 .item{
	padding-left: 90px;
	margin-bottom: 40px;
	position: relative;
}
.block-9 .item svg{
	position: absolute;
    width: 60px;
    left: 0px;
    fill: #869cff;
}


.block-10 .promo{
	background-color: rgba(134,156,255,0.8);
	
	
	padding-top: 80px;
	padding-bottom: 80px;
	margin-top: 80px;
	margin-bottom: 80px;
	position: relative;
	
}
.block-10 .promo:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	top: 0px;
    left: 0px;
	
}

.block-10 .promo .header {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    padding: 0 30px 15px 30px;
	position: relative;
	margin-bottom: 25px;
    
}
.block-10 .promo .header:after{
	content: '';
	width: 160px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 80px);
	
	
}
.block-10 .subheader{
	color: #fff;
	font-size: 22px;
	    text-align: center;
}
.block-10 .form button{
	    height: 67px;
    width: 100%;
}
.block-10 .form-group input{
	padding: 15px !important;
}
.block-10 .form .success{
	    background-color: #91a5fe;
    color: #fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
}

@media (max-width: 768px){
	.block-10 .promo .header{
		font-size: 28px;
	}
	
}

.map{
	position: relative;
}
.map .contacts{
	position: absolute;
    right: 200px;
    height: 400px;
    top: 50px;
    background-color: #fff;
    padding: 45px 35px;
	box-shadow:0px 0px 8px 4px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 0px 8px 4px rgba(0,0,0,0.1);
-moz-box-shadow:0px 0px 8px 4px rgba(0,0,0,0.1);
}
.map .contacts h3{
	font-size: 36px;
}
.map .contacts .item{
	position: relative;
	margin-bottom: 15px;
	font-size: 18px;
	padding-left: 40px;
}
.map .contacts .item svg{
	    position: absolute;
    width: 22px;
    left: 0px;
    top: 2px;
    fill: #869cff;

}

@media (max-width: 768px){
	.map{
		padding-top: 470px;
	}
	.map .contacts{
		left: 2.5%;
		width: 95%;
	}
}


.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
