@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bicubik';
    src: url('../fonts/Bicubik.woff2') format('woff2'),
        url('../fonts/Bicubik.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*	-------------------------------------------------
	Базовые стили сайта | Base site styles
	------------------------------------------------- */
* {
	box-sizing: border-box;
}
body {
	font:normal normal 18px/1.5 'Montserrat', sans-serif;
	background:#FFF;
	color:#221F1F;
	overflow: hidden;
}

a { color:#221F1F; text-decoration:none; }
a:hover { text-decoration:none; }

p { margin-bottom:15px; }

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

input[type=text], input[type=password] {
}
textarea {
}
input[type=submit], input[type=button] {
}
ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
}
.no-scroll {
    width: 100%;
    position: fixed;
    overflow: hidden;
    overflow-y: hidden;
}
.f-right {
	float: right;
}
.f-left {
	float: left;
}
ul {
	margin: 0;
	padding: 0;
}
.image {
	display: inline-block;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}
.image > img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
	clear: both;
}
.flex-container {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.flex-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
    justify-content: center;
}
.flex-around {
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex-align-center {
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
html.no-scroll {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
/*	-------------------------------------------------
	Стили блоков, содержимого страниц | Other styles
	------------------------------------------------- */
.wrapper {
	width: 1290px;
	margin: 0 auto;
}
.header {
	padding-top: 15px;
	position: relative;
	z-index: 30;
	margin: 0 -70px 40px -70px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header .nav ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.header .nav li {
	font-size: 16px;
	position: relative;
}
.header .nav li + li {
	margin-left: 25px;
}
.header .nav li + li:before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 3px;
	background: #FFEA00;
	left: -14px;
	top: 10px;
}
.header .contacts {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.header .phones {
	margin-right: 40px;
}
.header .phones a {
	display: inline-block;
	font-weight: bold;
}
.header .phones a + a {
	margin-left: 30px;
}
.header .callback {
	display: inline-block;
	color: #1C2A67;
	font-size: 16px;
	padding: 10px 40px;
	background: #FFEA00;
	text-align: center;
	transition: .2s;
	font-weight: bold;
}
.block-main {
	background: url(../images/bg-main-2.png) 100% 0 no-repeat;
	padding-bottom: 50px;
}
.block-main .content {
	position: relative;
}
.block-main .content:before {
	content: '';
	position: absolute;
	display: block;
	width: 1132px;
	height: 726px;
	background: url(../images/bg-main-1.png) no-repeat;
	top: -38px;
    right: -255px;
	z-index: 20;
}
.block-main h1 {
	font-family: 'Bicubik';
	font-size: 64px;
	font-weight: 400;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #2E2E6C;
}
.block-main h2 {
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
}
.title-service {
	position: relative;
	width: 575px;
	padding: 40px 0;
	margin-bottom: 90px;
	z-index: 10;
}
.title-service:before {
	content: '';
	position: absolute;
	display: block;
	width: 1900px;
	right: -500px;
	top: 0;
	bottom: 0;
	background: #2E2E6C;
}
.title-service:after {
	content: '';
	position: absolute;
	display: block;
	width: 1900px;
	height: 20px;
	right: -500px;
	top: 100%;
	background: linear-gradient(90deg, rgba(255, 234, 0, 0) 0%, #FFEA00 45.51%, rgba(255, 234, 0, 0) 96.02%);
}
.title-service li {
	position: relative;
	z-index: 10;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	padding-left: 30px;
}
.title-service li + li {
	margin-top: 10px;
}
.title-service li b {
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	color: #FFEA00;
	left: 0;
    top: 9px;
}
.partners b {
	display: block;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 15px;
}
.partners-logo {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.partners-logo .item + .item {
	margin-left: 10px;
}
.partners-logo .item .image {
	width: 120px;
	height: 64px;
	line-height: 60px;
	border-bottom: 4px solid #E5E5E5;
	text-align: center;
}
.partners-logo .item .image img {
	vertical-align: middle;
}
.block-services {
	padding: 50px 0;
}
.title {
	font-family: 'Bicubik';
	font-size: 64px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #2E2E6C;
	margin-bottom: 75px;
	font-weight: 400;
}
.list-services {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-services .item {
	width: 48%;
	padding: 0 60px 200px 60px;
	margin-bottom: 80px;
	border: 20px solid #F5F4F4;
	position: relative;
	transition: .2s;
}
.list-services .item:hover {
	box-shadow: 0px 14px 20px rgba(0, 0, 0, 0.15);
}
.list-services .item .photo {
	position: relative;
	margin-top: -40px;
	margin-bottom: 30px;
	line-height: 0;
}
.list-services .item .num {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	left: -30px;
	line-height: 48px;
	background: #FFEA00;
	border: 6px solid #FFFFFF;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #1C2A67;
	border-radius: 50%;
	animation: pulse 1.5s infinite;
}
.list-services .item .name {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 17px;
}
.list-services .item li {
	position: relative;
	padding-left: 25px;
}
.list-services .item li:before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	background: #1C2A67;
	left: 0;
	top: 9px;
}
.list-services .item li + li {
	margin-top: 20px;
}
.btn {
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	font-size: 24px;
	color: #1C2A67;
	text-align: center;
	padding: 16px 50px;
	transition: .2s;
	border: 6px solid #FFEA00;
	background: #FFEA00;
}
.btn:hover {
	background: #fff;
}
.btn-revers {
	background: #fff;
}
.btn-revers:hover {
	background: #FFEA00;
}
.list-services .item .button {
	text-align: center;
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 60px;
}
.with-subtitle {
	margin-bottom: 60px;
}
.with-subtitle .title {
	margin-bottom: 0;
}
.subtitle {
	font-size: 32px;
	font-weight: 400;
}
.block-benefits {
	padding-bottom: 100px;
}
.list-benefits {
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-benefits:after {
	content: '';
	position: absolute;
	display: block;
	width: 894px;
	height: 612px;
	background: url(../images/bg-benefits.png) no-repeat;
	bottom: -100px;
    right: -340px;
	z-index: -1;
}
.list-benefits .item {
	width: 30%;
	margin-bottom: 45px;
	z-index: 10;
}
.list-benefits .item .icon {
	height: 110px;
	position: relative;
	margin-bottom: 30px;
}
.list-benefits .item .icon:after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	z-index: -1;
	background: linear-gradient(90deg, rgba(255, 234, 0, 0) 0%, #FFEA00 45.51%, rgba(255, 234, 0, 0) 96.02%);
}
.list-benefits .item .name {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
.list-benefits .item-1 .icon {
	background: url(../images/benefit-1.svg) 0 100% no-repeat;
}
.list-benefits .item-2 .icon {
	background: url(../images/benefit-2.svg) 0 100% no-repeat;
}
.list-benefits .item-3 .icon {
	background: url(../images/benefit-3.svg) 0 100% no-repeat;
}
.list-benefits .item-4 .icon {
	background: url(../images/benefit-4.svg) 0 100% no-repeat;
}
.list-benefits .item-5 .icon {
	background: url(../images/benefit-5.svg) 0 100% no-repeat;
}
.block-projects {
	padding: 50px 0;
}
.slider-projects .item {
	border: 20px solid #F5F4F4;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
}
.slider-projects .item .left {
	width: 40%;
	padding-bottom: 50px;
}
.slider-projects .item .left .photos {
	margin-left: -40px;
	margin-top: -40px;
	margin-bottom: 40px;
}
.slider-projects .item .right {
	width: 60%;
	padding: 50px 50px 50px 70px;
}
.slider-projects .item .right .button {
	display: none;
}
.slider-projects .item .name {
	font-weight: bold;
	font-size: 32px;
	color: #221F1F;
	margin-bottom: 25px;
}
.slider-projects .item .line + .line {
	margin-top: 25px;
}
.slider-projects .item .line-name {
	padding-left: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #1C2A67;
	margin-bottom: 20px;
}
.slider-projects .item .line-1 .line-name {
	background: url(../images/ico-project-1.svg) 0 50% no-repeat;
}
.slider-projects .item .line-2 .line-name {
	background: url(../images/ico-project-2.svg) 0 50% no-repeat;
}
.slider-projects .item .text {
	line-height: 1.7;
}
.slick-slide img {
	max-width: 100%;
	height: auto;
}
.slider-projects .photo-main {
	margin-bottom: 20px;
}
.slider-projects .photo-main .slick-slide {
	line-height: 0;
}
.slider-projects .photo-thumbs {
	margin: 0 -10px;
}
.slider-projects .photo-thumbs .slick-slide {
	padding: 0 10px;
	cursor: pointer;
}
.slider-projects .item .left .button {
	text-align: right;
}
.slider-projects .slick-track {
	margin-left: auto;
	margin-right: 0;
}
.slider-projects .owl-item {
	padding: 40px;
}
.slider {
	margin: 0 -40px;
	position: relative;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border: 10px solid #F5F4F4;
	top: 50%;
	margin-top: -40px;
	font-size: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: -65px;
	background: #fff url(../images/slider-next.svg) calc(50% - 6px) 50% no-repeat;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -65px;
	background: #fff url(../images/slider-prev.svg) calc(50% + 6px) 50% no-repeat;
}
.owl-carousel .owl-nav button.disabled {
	display: none;
}
.owl-carousel button.owl-dot {
	display: block;
	width: 6px;
	height: 6px;
	background: #1C2A67;
	margin: 17px auto;
}
.owl-carousel button.owl-dot.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFEA00;
	border: 4px solid #FFFFFF;
	position: relative;
	box-shadow: 0 0 10px 5px rgba(255,234,0,.5);
}
.owl-dots {
	width: 20px;
	text-align: center;
	position: absolute;
	top: 23px;
	right: 0;
}
.block-garant {
	padding: 50px 0;
}
.list-garant {
	padding-top: 60px;
	position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-garant:before {
	content: '';
	position: absolute;
	top: 0;
	right: -115px;
	bottom: 100px;
	left: -115px;
	background: #2E2E6C url(../images/garant-decor.png) 50% 100% no-repeat;
}
.list-garant:after {
	content: '';
    position: absolute;
    display: block;
    right: -115px;
	bottom: 80px;
	left: -115px;
    height: 20px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 234, 0, 0) 0%, #FFEA00 45.51%, rgba(255, 234, 0, 0) 96.02%);
}
.list-garant .item {
	width: 23%;
	position: relative;
	z-index: 10;
	color: #fff;
	height: 400px;
}
.list-garant .item .num {
    width: 60px;
    height: 60px;
	margin-bottom: 30px;
    line-height: 48px;
    background: #FFEA00;
    border: 6px solid #FFFFFF;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #1C2A67;
    border-radius: 50%;
	animation: pulse 1.5s infinite;
}
.list-garant .item .name {
	font-size: 20px;
	line-height: 1.7;
}
.list-garant .item-1 {
	background: url(../images/garant-1.png) 50% 100% no-repeat;
}
.list-garant .item-2 {
	background: url(../images/garant-2.png) 50% 100% no-repeat;
}
.list-garant .item-3 {
	background: url(../images/garant-3.png) 50% 100% no-repeat;
}
.list-garant .item-4 {
	background: url(../images/garant-4.png) 50% 100% no-repeat;
}
.block-reviews {
	padding: 80px 0;
}
.slider-reviews {
	margin: 0 -25px;
}
.slider-reviews .slick-slide {
	padding: 0 25px;
}
.slider-reviews .item {
	border-bottom: 6px solid #1C2A67;
	padding-bottom: 40px;
}
.slider-reviews .item .review-top {
	margin-bottom: 30px;
}
.slider-reviews .item .review-top b {
	display: block;
	font-size: 24px;
	margin-bottom: 5px;
}
.slider-reviews .item .review-top span {
	display: block;
}
.slider-reviews .item .review-top a {
	color: #1C2A67;
	font-weight: bold;
	text-decoration: underline;
}
.slider-reviews .item .review-top a:hover {
	text-decoration: none;
}
.slider-reviews .item .text {
	line-height: 1.7;
}
.slider-reviews .item .photos {
	margin-top: 20px;
}
.slider-reviews .item img {
	display: inline;
}
.slick-arrow {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	border: 10px solid #F5F4F4;
    font-size: 0;
	cursor: pointer;
}
.slick-prev {
	left: -80px;
    background: #fff url(../images/slider-prev.svg) calc(50% + 6px) 50% no-repeat;
}
.slick-next {
	right: -80px;
    background: #fff url(../images/slider-next.svg) calc(50% - 6px) 50% no-repeat;
}
.block-steps {
	padding: 50px 0;
}
.list-steps {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-steps .item {
	width: 24%;
}
.list-steps .item .photo {
	position: relative;
	margin-bottom: 75px;
	line-height: 0;
}
.list-steps .item .photo .num {
	position: absolute;
	left: 10px;
	bottom: -30px;
	width: 60px;
    height: 60px;
    line-height: 48px;
    background: #FFEA00;
    border: 6px solid #FFFFFF;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #1C2A67;
    border-radius: 50%;
	animation: pulse 1.5s infinite;
}
.list-steps .item .name {
	font-weight: bold;
	font-size: 24px;
}
.block-contacts {
	padding: 50px 0;
}
.block-contacts .content {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.block-contacts .contacts {
	width: 32%;
}
.block-contacts .map {
	width: 65%;
}
.block-contacts .contacts .line + .line {
	margin-top: 30px;
}
.block-contacts .contacts .name {
	font-size: 20px;
	margin-bottom: 20px;
}
.block-contacts .line li {
	font-size: 24px;
	font-weight: bold;
}
.block-contacts .line-phones li {
	font-size: 32px;
}
.footer .company {
	text-align: center;
	margin-bottom: 45px;
}
.footer {
	margin-bottom: 20px;
}
.footer h2 {
	font-family: 'Bicubik';
	font-size: 64px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #2E2E6C;
	font-weight: 400;
}
.footer h3 {
	font-weight: bold;
	font-size: 30px;
}
.footer ul li {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
.footer .nav {
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.footer .nav:before {
	content: '';
    position: absolute;
    top: 0;
    right: -115px;
    bottom: 0;
    left: -115px;
    background: #2E2E6C url(../images/garant-decor.png) 50% 100% no-repeat;
}
.footer .nav:after {
    content: '';
    position: absolute;
    display: block;
    right: -115px;
    bottom: -20px;
    left: -115px;
    height: 20px;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 234, 0, 0) 0%, #FFEA00 45.51%, rgba(255, 234, 0, 0) 96.02%);
}
.footer .nav li + li:before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    background: #FFEA00;
    left: -26px;
    top: 10px;
}
.slick-dots {
	text-align: center;
	margin-top: 20px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.slick-dots li button {
	display: block;
	width: 6px;
	height: 6px;
	background: #1C2A67;
	font-size: 0;
}
.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #FFEA00;
	border: 4px solid #FFFFFF;
	position: relative;
	box-shadow: 0 0 10px 5px rgba(255,234,0,.5);
}
.modal-callback {
	border: 20px solid #F5F4F4;
	max-width: 500px;
	width: 100%;
	padding: 20px 40px;
	text-align: left;
}
.modal-head {
	font-size: 20px;
	margin-bottom: 20px;
}
.modal-head b {
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 10px;
	display: block;
}
.modal-body .input {
	margin-bottom: 10px;
}
.modal-body input {
	background: #F5F4F4;
	width: 100%;
	height: 50px;
	padding-left: 20px;
	font-family: 'Montserrat';
	font-size: 18px;
}
.modal-body .button {
	text-align: center;
}
.remodal-close {
	right: 0;
	left: auto;
}
.block-thank .wrapper {
	height: 100vh;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
       flex-wrap: wrap;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.block-thank .content {
	width: 100%;
}
.block-thank .content:before {
	display: none;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,234,0, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255,240,73, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,234,0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,234,0, 1);
    box-shadow: 0 0 0 0 rgba(255,234,0, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,240,73, 0);
      box-shadow: 0 0 0 10px rgba(255,240,73, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,234,0, 0);
      box-shadow: 0 0 0 0 rgba(255,234,0, 0);
  }
}





@media(max-width: 1500px) {
	.header {
		margin: 0 0 40px 0;
	}
	.header .phones {
		margin-right: 20px;
	}
	.header .phones a + a {
		margin-left: 15px;
	}
	.slider {
		margin: 0 50px;
	}
	.slider-reviews {
		margin: 0 40px;
	}
}

@media(max-width: 1340px) {
	.wrapper {
		max-width: 1200px;
	}
	.logo {
		width: 170px;
	}
	.logo img {
		max-width: 100%;
		height: auto;
	}
	.title {
		font-size: 56px;
	}
	.list-services .item {
		padding: 0 40px 200px 40px;
	}
	.list-services .item .btn {
		padding: 16px 40px;
	}
	.slider-projects .item .left .btn {
		font-size: 22px;
		padding: 16px 40px;
	}
	.slider-projects .item .right {
		padding: 50px 50px 30px 50px;
	}
	.footer ul li {
		font-size: 16px;
	}
	.header .nav {
		display: none;
	}
	.slider-reviews {
		margin: 0 80px;
	}
	.block-reviews {
		padding-bottom: 0;
	}
}

@media(max-width: 1200px) {
	.wrapper {
		max-width: 1100px;
	}
	.block-main {
		background-position: 60% 0;
	}
	.block-main .content:before {
		background-size: 100% auto;
		width: 1000px;
		top: 0;
	}
	.title-service li {
		font-size: 25px;
	}
	.title {
		font-size: 52px;
		margin-bottom: 50px;
	}
	.list-services .item .photo img {
		width: 490px;
		height: auto;
	}
	.list-services .item .name {
		font-size: 30px;
	}
	.list-services .item .button {
		left: 40px;
		right: 40px;
	}
	.list-services .item .btn {
		font-size: 22px;
	}
	.list-benefits:after {
		right: -375px;
	}
	.block-benefits {
		padding-bottom: 70px;
	}
	.footer ul li {
		font-size: 14px;
	}
	.footer .nav li + li:before {
		top: 8px;
	}
}

@media(max-width: 1100px) {
	.wrapper {
		max-width: 1024px;
	}
	.block-main .content:before {
		right: -305px;
	}
	.list-services .item .photo img {
		width: 100%;
	}
	.list-garant .item .num,
	.list-steps .item .photo .num,
	.list-services .item .num {
		font-size: 24px;
		width: 50px;
		height: 50px;
		line-height: 38px;
		margin-top: -25px;
	}
	.list-services .item .num {
		left: -25px;
	}
	.list-services .item .name {
		font-size: 26px;
	}
	.title {
		font-size: 46px;
	}
	.list-services .item .btn {
		padding: 16px 30px;
	}
	.slider-projects .item .left {
		max-width: 540px;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
	}
	.slider-projects .item .right {
		width: 100%;
		padding-top: 0;
	}
	.slider-projects .item .left .button {
		display: none;
	}
	.slider-projects .item .right .button {
		display: block;
		text-align: center;
	}
	.block-projects {
		padding-bottom: 0;
	}
	.list-garant .item {
		background-size: 120px auto;
	}
	.list-garant .item-4 {
		background-size: 150px auto;
	}
	.list-steps .item .photo img {
		max-width: 100%;
		height: auto;
	}
	.list-steps .item .photo .num {
		bottom: -25px;
	}
	.list-steps .item .photo {
		margin-bottom: 30px;
	}
	.list-steps .item .name {
		font-size: 20px;
		line-height: 1.5;
	}
	.block-contacts .line li {
		font-size: 20px;
	}
	.btn {
		font-size: 22px;
	}
	.list-garant .item .name {
		line-height: 1.5;
	}
	.block-contacts .line-phones li {
		font-size: 24px;
	}
}

@media(max-width: 1024px) {
	.wrapper {
		max-width: 910px;
	}
	.block-main .content:before {
		width: 900px;
	}
	.title-service li {
		font-size: 23px;
	}
	.title-service li b {
		top: 5px;
	}
	.list-services .item .photo {
		margin-left: -40px;
		margin-right: -40px;
	}
	.list-services .item {
		padding: 0 20px 130px 20px;
	}
	.list-services .item .button {
		bottom: 40px;
	}
	.list-services .item .button {
		left: 20px;
		right: 20px;
	}
	.list-services .item .btn {
		font-size: 20px;
	}
	.list-benefits:after {
		right: -450px;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -50px;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -50px;
	}
	.btn {
		padding: 16px 30px;
	}
}

@media(max-width: 960px) {
	.wrapper {
		max-width: 760px;
	}
	.header .phones {
		width: 175px;
	}
	.header .phones a + a {
		margin-left: 0;
	}
	.block-main h1 {
		font-size: 56px;
	}
	.block-main h2 {
		font-size: 26px;
	}
	.block-main .content {
		padding-top: 450px;
	}
	.block-thank .content {
		padding-top: 0;
	}
	.block-main .content:before {
		right: auto;
		left: 50%;
		top: -130px;
		margin-left: -500px;
	}
	.partners-logo .item + .item {
		margin-left: 10px;
	}
	.partners-logo .item {
		margin: 0 10px;
	}
	.partners-logo {
		width: 420px;
		margin: 0 auto;
	}
	.partners b {
		text-align: center;
	}
	.list-services .item .name {
		font-size: 22px;
		line-height: 1.5;
	}
	.list-services .item li {
		font-size: 16px;
	}
	.list-services .item .btn {
		padding: 15px;
		font-size: 18px;
	}
	.list-services .item .button {
		bottom: 20px;
	}
	.block-services {
		padding-bottom: 0;
	}
	.subtitle {
		font-size: 26px;
	}
	.list-benefits .item {
		width: 49%;
	}
	.list-services .item,
	.slider-projects .item {
		border: 10px solid #F5F4F4;
	}
	.list-services .item .photo {
		margin-left: -30px;
		margin-right: -30px;
	}
	.slider-projects .item .left .photos {
		margin-left: 0;
	}
	.slider-projects .item .right {
		padding-left: 20px;
		padding-right: 20px;
	}
	.list-garant .item {
		width: 50%;
		height: auto;
		padding-top: 140px;
		margin-bottom: 30px;
	}
	.list-garant .item-1 {
		background-position: 50% 6px;
	}
	.list-garant .item-2 {
		background-position: 50% -6px;
	}
	.list-garant .item-3 {
		background-position: 50% -2px;
	}
	.list-garant .item-4 {
		background-position: 50% 16px;
	}
	.list-garant .item .name {
		font-size: 18px;
	}
	.list-garant:before {
		bottom: -60px;
	}
	.list-garant:after {
		bottom: -80px;
	}
	.slider-reviews {
		margin: 0;
	}
	.list-steps .item {
		width: 50%;
		margin-bottom: 30px;
	}
	.list-steps .item .name {
		max-width: 260px;
	}
	.block-steps {
		padding-bottom: 0;
	}
	.block-contacts .contacts {
		width: 100%;
		margin-bottom: 30px;
	}
	.block-contacts .map {
		width: 100%;
		height: 400px;
	}
}

@media(max-width: 760px) {
	.wrapper {
		max-width: 500px;
	}
	.header .phones {
		display: none;
	}
	.block-main .content:before {
		width: 700px;
		margin-left: -395px;
	}
	.block-main .content {
		padding-top: 335px;
	}
	.block-thank .content {
		padding-top: 0;
	}
	.block-thank .button {
		text-align: center;
	}
	.block-main h1,
	.block-main h2 {
		text-align: center;
	}
	.list-services .item {
		width: 100%;
		padding-bottom: 40px;
	}
	.list-services .item .button {
		position: static;
		margin-top: 30px;
	}
	.title {
		font-size: 36px;
	}
	.subtitle {
		font-size: 22px;
	}
	.list-benefits .item .name {
		font-size: 20px;
	}
	body {
		font-size: 16px;
	}
	.list-benefits:after {
		background-size: 100% auto;
		width: 500px;
	}
	.list-benefits:after {
		right: -240px;
		bottom: -240px;
	}
	.block-benefits {
		padding-bottom: 0;
	}
	.slider {
		margin: 0;
	}
	.slider-projects .owl-item {
		padding: 0;
	}
	.owl-dots {
		right: -35px;
	}
	.list-steps .item {
		width: 48%;
	}
	.footer h2 {
		font-size: 52px;
	}
	.footer h3 {
		font-size: 23px;
	}
}

@media(max-width: 600px) {
	.wrapper {
		max-width: 400px;
	}
	.header .callback {
		padding: 5px 20px;
		font-size: 14px;
	}
	.block-main .content:before {
		width: 500px;
		top: -70px;
		height: 340px;
		margin-left: -282px;
	}
	.block-main .content {
		padding-top: 270px;
	}
	.block-thank .content {
		padding-top: 0;
	}
	.block-main h1 {
		font-size: 40px;
	}
	.block-main h2 {
		font-size: 19px;
	}
	.title-service li {
		font-size: 18px;
	}
	.title-service {
		max-width: 100%;
	}
	.title-service li b {
		top: 0px;
	}
	.partners-logo {
		width: 100%;
	}
	.partners-logo .item .image {
		width: 110px;
	}
	.block-services {
		padding-top: 0;
	}
	.list-benefits .item-1 .icon {
		background-size: 90px auto;
	}
	.list-benefits .item-2 .icon {
		background-size: 80px auto;
	}
	.list-benefits .item-3 .icon {
		background-size: 80px auto;
	}
	.list-benefits .item-4 .icon {
		background-size: 80px auto;
	}
	.list-benefits .item-5 .icon {
		background-size: 90px auto;
	}
	.list-benefits .item .name {
		font-size: 19px;
		line-height: 1.5;
	}
	.list-benefits:after {
		right: -280px;
	}
	.title {
		font-size: 32px;
	}
	.slider-projects .photo-thumbs .slick-slide {
		padding: 0 5px;
	}
	.slider-projects .photo-main {
		margin-bottom: 10px;
	}
	.slider-projects .item .left .photos {
		margin-bottom: 20px;
	}
	.slider-projects .item .name {
		font-size: 26px;
	}
	.slider-projects .item .line-name {
		font-size: 17px;
		padding-top: 3px;
		padding-bottom: 3px;
		padding-left: 40px;
	}
	.btn {
		font-size: 18px;
		padding: 15px 25px;
	}
	.list-garant .item {
		width: 48%;
	}
	.list-garant .item-1 {
		background-position: 50% 30px;
		background-size: 100px auto;
	}
	.list-garant .item-2 {
		background-position: 50% 30px;
		background-size: 93px auto;
	}
	.list-garant .item-3 {
		background-position: 50% 51px;
		background-size: 80px auto;
	}
	.list-garant .item-4 {
		background-position: 50% 67px;
		background-size: 100px auto;
	}
	.list-garant .item .name {
		font-size: 16px;
	}
	.slider-reviews .slick-slide {
		padding: 0;
	}
	.slider-reviews .item .photos {
		padding: 0 1px;
	}
	.list-steps .item {
		width: 47%;
	}
	.list-steps .item .name {
		font-size: 16px;
	}
	.footer h2 {
		font-size: 40px;
	}
	.footer h3 {
		font-size: 18px;
	}
	.footer .nav li + li:before {
		display: none;
	}
	.list-garant .item .num, .list-steps .item .photo .num, .list-services .item .num {
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 34px;
		border: 3px solid #FFFFFF;
		margin-top: -20px;
	}
	.list-steps .item .photo .num {
		bottom: -20px;
	}
	.list-services .item .num {
		left: -20px;
	}
	.title-service {
		margin-bottom: 70px;
	}
	.owl-dots {
		top: -35px;
		width: 100%;
		right: 0;
	}
	.owl-carousel button.owl-dot {
		display: inline-block;
		margin: 0 17px;
	}
	.modal-head b {
		font-size: 24px;
	}
	.modal-callback {
		padding: 20px;
	}
	.modal-callback .btn {
		width: 70%;
	}
}














