/*
Theme Name: Sura
author: maximentuss
author URI: http://www.weblancer.net/users/maximentuss/?affiliate=maximentuss
Version: 1.0
*/

@font-face{
	font-family:fontello;
	src:url('fonts/fontello.eot');
	src:url('fonts/fontello.eot#iefix') format('embedded-opentype'),url('fonts/fontello.woff2') format('woff2'),url('fonts/fontello.woff') format('woff');
}
[class^="icon-"]:before{
	font-family:fontello;
	speak:none;
	display:inline-block;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.icon-fb:before{content:'\f09a';}
.icon-ig:before{content:'\f16d';}
.icon-vk:before{content:'\f189';}
.icon-menu:before{content:'\e800';}
*{
	box-sizing:border-box;
}
body{
	margin:0;
	padding:0;
	font:18px Montserrat, sans-serif;
	color:#231f20;
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
input {
	-webkit-appearance: none;
}
p{
	line-height:32px;
}
a{
	color:inherit;
}
a,
.btn{
	transition:all .2s;
	-moz-transition:all .2s;
	-o-transition:all 0.2s;
}
a[href^=tel],
a[href^=mailto]{
	text-decoration:none;
	color:inherit;
	white-space:nowrap;
}
strong{
	font-weight:600;
}
.center{
	text-align:center;
}
.clr:after{
	content:'';
	display:table;
	width:100%;
}
.alignleft{
	float:left;
	margin-right:25px;
}
.alignright{
	float:right;
	margin-left:25px;
}
.aligncenter{
	display:block;
	margin-right:auto;
	margin-left:auto;
}
.wrapper{
	overflow:hidden;
}
.tel {
    margin-left:50px;
    font-size:18px;
	color:#f0502b;
}
.logo {
	margin-right:40px;
	min-width:170px;
}
.inner{
	position:relative;
	margin:0 auto;
	width:1170px;
	max-width:100%;
	height:100%;
	z-index:1;
}
.logo{
}
.site-menu{
	margin:0;
	padding:0;
	width:100%;
}
.site-menu li{
	position:relative;
	display:block;
	margin-left:11px;
}
.site-menu a{
	text-decoration:none;
}
.site-menu a:hover{
	color:#f0502b;
}
.flex{
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:100%;
}
.flex > .center{
	width:100%;
}
.btn{
	display:inline-block;
	text-decoration:none;
	font-weight:600;
	font-size:18px;
	color:#fff;
	background:#0066ec;
	padding:19px 30px;
	border-radius:3px;
	text-align:center;
}
input.btn{
	padding:19px 50px;
	box-shadow:0 5px 20px 0 rgba(0,0,0,.5);
	cursor:pointer;
	border:0;
}
.btn:hover {
	background:#0058cc;
}
.site-title{
	margin:0;
	font-weight:inherit;
	font-size:inherit;
}
.title{
	margin:0 0 15px;
	font-weight:600;
	font-size:28px;
	line-height:42px;
}
.text{
	margin-top:34px;
	line-height: 28px;
}
.text ul{
	margin:0;
	padding-left:20px;
}
.text ol{
	margin:0;
	padding:0;
}
.text li{
	margin:18px 0;
	list-style-type:none;
}
.text ul p,
.text ol p{
	margin:10px 0;
}
.text ul > li:before{
	content:"•";
	margin:0 10px 0 -22px;
	color:#f0502b;
	font-size:38px;
	line-height:18px;
	vertical-align:sub;
}
.text ol > li{
	counter-increment:list;
}
.text ol > li:before{
	content:counter(list) ". ";
	font-weight:600;
	font-size:inherit;
}

.wpcf7{
	margin:32px auto 0;
	width:570px;
	max-width:100%;
}
.wpcf7-text,
.wpcf7-textarea{
	width:100%;
	margin:0 0 20px;
	padding:17px 30px;
	font:inherit;
	border:1px solid #231f20;
	border-radius:3px;
	background:#fff;
}
.wpcf7-textarea{
	height:138px;
	resize:none;
}
.wpcf7-not-valid{
	border-color:red;
}
.wpcf7-not-valid-tip{
	display:none !important;
}
div.wpcf7 .ajax-loader {
    display: block;
    margin: 5px auto 0;
    position: absolute;
    bottom: 2px;
}
.wpcf7-response-output{
	margin:1em 0 !important;
	padding:.5em !important;
	font-size:14px;
}
.img-wrap{
	position:relative;
	right:-30px;
	max-width:55%;
	height:100%;
	z-index:-1;
}
.img-wrap img.img-mb{
	display:none;
}
.img-wrap img{
	display:block;
	max-height:98%;
}
.bg{
	background-color:#f5f5f5 !important;
}
.tabs{
	margin:25px 0;
	padding:0;
}
.tabs li{
	margin:5px 0 5px 15px;
	display:inline-block;
}
.tabs li:first-child{
	margin-left:0;
}
.tabs li a{
	display:block;
	padding:10px 22px;
	border:1px solid #231f20;
	border-radius:20px;
	font-size:14px;
	text-decoration:none;
}
.tabs li a:hover,
.tabs li a.active{
	background:#5234fd;
	border-color:#5234fd;
	color:#fff;
}
.work-prew{
	transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.work-prew.load{
	opacity:.2;
}
.work-prew .bx-wrapper{
	margin:0;
}
.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:50%;
	margin-top:-21px;
	width:25px;
	height:42px;
}
.bx-wrapper .bx-prev{
	left:40px;
	background:url(img/arrows.png) no-repeat 0 0;
}
.bx-wrapper .bx-next{
	right:40px;
	background:url(img/arrows.png) no-repeat 100% 0;
}
div.work-text{
	position:absolute;
	top:15px;
	right:0;
	bottom:15px;
	display:flex;
	flex-direction:column;
	margin-left:-1.71%;
	width:320px;
	max-width:100%;
	box-shadow:0 1px 32px 0 rgba(0,0,31,.2);
}
#work-desrc{
	height:100%;
	padding:10px 20px 60px;
	background:#fff;
	font-size:14px;
	max-width:none;
}
#work-desrc p{
	margin:11px 0;
	font-size:14px;
	line-height:24px;
}
#work-desrc p strong{
	font-size:20px;
	line-height:28px;
}
#work-period{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:19px 20px;
	color:#000;
	background:#f2f6ff;
	z-index:1;
}
#reviews-slider{
	margin-top:10px;
	font-size:14px;
	line-height:28px;
}
#reviews-slider .wp-post-image{
	display:block;
	margin-bottom:50px;
	border-radius:50%;
}
#reviews-slider .review-name{
	font-weight:600;
	font-size:20px;
}
.bx-wrapper .bx-pager.bx-default-pager a{
	width:20px;
	height:20px;
	margin:7px;
	border-radius:50%;
	background:#fff;
	border:1px solid #231f20;
}
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#f0502b;
	border-color:#f0502b;
}
#map{
	position:absolute;
	width:100%;
	height:100%;
}
.social_links a{
	display:inline-block;
	margin-left:8px;
	width:30px;
	font-size:18px;
	line-height:30px;
	background:#fff;
	color:#231f20;
	border-radius:50%;
	text-align:center;
}
.legal{
	margin-top:25px;
	width:370px;
	max-width:100%;
	flex-shrink:0;
}
.legal div{
	padding:0 15px;
}
.policy{
	text-decoration:underline;
}
.policy:hover{
	text-decoration:none;
}
.instr{
	position:absolute;
}
.instr1{
	top:14%;
	left:19%;
}
.instr2{
	top:14%;
	left:85%;
}
.instr3{
	top:45%;
	left:5%;
}
.instr4{
	top:45%;
	left:88%;
}
.instr5{
	top:80%;
	left:20%;
}
.instr6{
	top:80%;
	left:87%;
}
.instr7{
	top:15%;
	left:10%;
}
.instr8{
	top:15%;
	left:88%;
}
.instr9{
	top:45%;
	left:5%;
}
.instr10{
	top:45%;
	left:88%;
}
.instr11{
	top:80%;
	left:20%;
}
.instr12{
	top:75%;
	left:90%;
}
.mob_menu_wrap{
	display:none;
}
#mob_menu_btn{
	font-weight:400;
	font-size:43px;
	text-decoration:none;
}
#mob_menu{
	display:none;
	position:absolute;
	right:0;
	padding:25px 25px 40px;
	width:320px;
	max-width:100%;
	background:#231f20;
	font-weight:600;
	font-size:18px;
	color:#fff;
	z-index:10;
}
#mob_menu .menu{
	margin:0 0 40px;
	padding:0;
}
#mob_menu .menu li{
	display:block;
	margin:13px 0;
}
#mob_menu .menu a{
	text-decoration:none;
}
#mob_menu .btn {
	display:block;
}
#mob_menu .btn{
	margin:35px 0;
}
#screen1{
	position:relative;
	height:650px;
}
#screen1:before,
#screen5:before,
#screen5:after{
	content:'';
	height:100%;
	position:absolute;
	top:0;
	width:100%;
}
#screen1:before{
	background:url(img/banner-left.png) no-repeat 0 30%, url(img/banner-right.png) no-repeat 100% 7%;
	background-color:#f5f5f5;
}
#screen1 .inner{
	width:1170px;
}
#screen1 .inner > .flex{
	align-items:stretch;
}
.banner-title{
	display:inline-block;
	padding:20px 30px;
	margin:0;
	font-weight:600;
	font-size:30px;
	line-height:1.4;
	background:rgba(255,255,255,.75);
}
.screen1-left{
	width:50%;
	padding:60px;
	border-right:1px solid #fff;
	background-size:cover;
}
.screen1-left .btn{
	margin:25px;
}
.screen1-right{
	width:50%;
	flex-direction:column;
}
.screen1-right .banner-title{
	font-size:24px;
}
.screen1-right > div{
	width:100%;
	height:50%;
	padding:35px;
	background-size:cover;
}
.screen1-right-2{
	border-top:1px solid #fff;
}
#screen2 .inner{
	padding:8.672% 0;
}
#screen2 .malyar{
	position:absolute;
	right:0;
	top:0;
	width:45%;
	height:100%;
	max-width:100%;
	background:url(img/screen2.jpg) no-repeat 100% 100%,url(img/screen2_.jpg) repeat-y 100% 0;
	background-size:contain;
}
div[id^=screen],
#screen5 .inner{
	position:relative;
}
#screen3,
#screen8{
	overflow:hidden;
}
#screen3 .inner,
#screen8 .inner{
	padding:5.834% 0;
}
#screen4 .inner{
	padding:8.125% 0;
}
#screen5 .inner{
	padding:3.62% 0;
	font-size:20px;
}
#screen5 li{
	display:inline-block;
	margin:0 0 19px;
	padding-right:5%;
	width:49%;
}
#screen5 li p{
	margin:18px 0;
	font-size:16px;
	line-height:28px;
}
#screen5:before{
	width:242px;
	background:url(img/screen5-left.png) no-repeat 0 115px;
}
#screen5:after{
	right:0;
	width:216px;
	background:url(img/screen5-right.png) no-repeat 100% 160px;
}
#screen6 .inner{
	padding:3.125% 0;
}
#screen6 .img-wrap{
	position:absolute;
	right:-30px;
	bottom:0;
	height:100%;
	align-items:flex-end;
}
#screen6 .text{
	margin-top:15px;
}
#screen6 p{
	margin:5px 0;
	font-size:16px;
}
#screen7 .inner{
	padding:4.534% 0 3.3%;
}
#screen9 .inner{
	padding:7.196% 0 6%;
}
#screen10 .flex{
	justify-content:flex-end;
}
#footer{
	padding:40px 15px 104px;
	background:#202125;
	font-size:14px;
	color:#fff;
}
#footer .flex:last-child{
	align-items:flex-start;
	justify-content:flex-start;
}
#footer .text{
	margin-top:0;
}
.fancybox-content{
	max-width:80%;
}
#callback{
	width:970px;
	background:#f5f5f5 url(img/popup.png) no-repeat;
	background-size:100% auto;
}
.fancybox-content{
	padding:3%;
}
.float_btn{
	position:fixed;
	top:100px;
	right:0;
	z-index:1;
}
.float_btn a{
	display:block;
	width:239px;
	height:253px;
	padding:57px 0;
	font-weight:600;
	font-size:24px;
	line-height:26px;
	text-decoration:none;
	background:url(img/float_btn.png) no-repeat 50% 0;
	background-size:contain;
}
#top{
	position:fixed;
	top:0;
	left:0;
	right:0;
	padding:0 25px;
	background:#fff;
	height:45px;
	font-weight:600;
	font-size:18px;
	box-shadow:0 7px 35px 0 rgba(0,0,31,.31);
	z-index:-100;
	display:none;
}
.btn-rnd{
	display:block;
	width:94px;
	height:58px;
	padding-top:7px;
	align-self:flex-start;
	text-decoration:none;
	font-size:14px;
	line-height:14px;
	color:#fff;
	background:url(img/btn-rnd.png);
	background-size:cover;
	text-align:center;
}
/*------------------------------------------------------------------------------*/
























.bgf5 {
    background-color: #f5f5f5;
}
.container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 1px 0;
}
.download_instructions_wrap {
    padding: 20px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    text-align: center;
}
.download_form input[type="tel"] {
	width: 80%; 
	border-radius: 3px;
	border: 2px solid #d4dfeb;
	background-color: #ffffff;
	padding: 0 24px;
	font-size: 18px;
	line-height: 53px;
	margin: 25px 0;
	font-weight: 400;
	
}

.download_form_desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 20px;
}
.download_form_desc a {
	text-decoration: underline;
	color: #231f20;
}
.download_form input[type="submit"] {
	/*box-shadow: 0px 10px 20px 0px #56565673;*/
}
.download_form input[type="submit"], .calculator_info__footer_r input, .calculator_info__footer_r a {
	width: 270px;
	height: 60px;
	border-radius: 3px;
	background-color: #00c15f;
	color: #ffffff;
	font-size: 18px;
	line-height: 60px;
	border: none;
	cursor: pointer;
	margin: 25px 0;
	transition: all 0.3s ease;
	font-family: "Montserrat";
	text-decoration: none;
	text-align: center;
	font-weight:bold;
}
input[type="submit"]:hover {
	opacity: .8;
	transition: all 0.3s ease;
}
::-webkit-input-placeholder {color: #231f20;font-size: 18px;text-overflow:ellipsis;}
::-moz-placeholder          {color: #231f20;font-size: 18px;text-overflow:ellipsis;}/* Firefox 19+ */
:-moz-placeholder           {color: #231f20;font-size: 18px;text-overflow:ellipsis;}/* Firefox 18- */
:-ms-input-placeholder      {color: #231f20;font-size: 18px;text-overflow:ellipsis;}

input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}


/* Calculator */
.calculator_wrap .inner {
padding: 3.534% 0 1.3%;
}
.calculator_info__footer H2 {
	font-family: "Montserrat-Semi Bold";
	font-size: 20px;
	line-height: 42px;
	font-weight: 400;
}
.calculator_info__footer h1 {
    margin: 40px 0;
    font-family: "Montserrat-Semi Bold";
    color: #231f20;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}
.calculator_desc {
	font-size: 16px;
	line-height: 28px;
}
.calculator_insert_data {
	margin: 37px 0;
	width: 200px;
	height: 100px;
}
.calculator_insert_data p {
	font-size: 14px;
	line-height: 28px;
}
.calculator_insert_data input {
	max-width: 150px;
	border-radius: 3px;
	border: 1px solid #231f20;
	padding: 0 0 0 24px;  
	font-size: 24px;
	line-height: 53px;
	font-family: "Montserrat";
	position: absolute;
}
.calculator_insert_data input::-webkit-input-placeholder {color: #231f20;font-size: 24px;text-overflow:ellipsis;}
.calculator_insert_data input::-moz-placeholder          {color: #231f20;font-size: 24px;text-overflow:ellipsis;}/* Firefox 19+ */
.calculator_insert_data input:-moz-placeholder           {color: #231f20;font-size: 24px;text-overflow:ellipsis;}/* Firefox 18- */
.calculator_insert_data input:-ms-input-placeholder      {color: #231f20;font-size: 24px;text-overflow:ellipsis;}

.calculator_square_meter span {
	font-family: "Montserrat";
	font-size: 24px!important;
	position: relative;
	top: 2px;
    left: 180px;
	line-height: 54px;
}
.calculator_insert_data__desc {
	margin: 14px 0;
}
.calculator_info__head h2, .calculator_info__body p, .work_price, .material_price {
	padding: 10px 0 10px 34px;
	margin: 0;
}
.download_info_about_repair {
	padding: 0 0 10px 34px;
}
.calculator_info__head h2,.work_price h1, .material_price h1 {
	margin: 0;
}
.calculator_info__head, .calculator_info__footer {
	background-color: #dedede;
}
.calculator_info__body {
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
}
.calculator_info__footer h2 {
	margin: 0;
}
.calculator_info__footer, .calculator_info__footer_l {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
}
.ruble, .calculate {
	font-family: "Montserrat";
	font-size: 30px;
	padding-left: 12px;
}
.calculate {
	font-weight:bold;
}
#priceOfWork, #priceOfMaterial {
	display: flex;
}
.download_info_about_repair a{
	font-family: "Montserrat";
	color: #0066ec;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
}
.calculator_info__footer_r {
	display: flex;
    justify-content: flex-end;
    margin-right: 105px;
}
.whats_include_into_repair {
	display: flex;
	margin: 92px 0;
}
.whats_include_into_repair h2 {
	margin-top: 0;
}
.whats_include_into_repair li {
	color: #231f20;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    font-family: Montserrat;
}
.whats_include_into_repair li::before {
	content: '';
    border-radius: 50%;
    width: 2px;
    top: 44%;
    height: 2px;
    left: -10px;
    position: absolute;
    background-color: #f5365c;
}
.whats_include_into_repair__r {
    margin-left: 135px;
    margin-top: 38px;
}

/* CallBack */

.callback_wrap {
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	position: fixed;
    z-index: 100;  
	bottom: 0;
	left: 0;
	right: 0;
}
.callback_message_wrap {
	display: none;
	text-align: center;
	width: 100%;
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	position: fixed;
	bottom: 77px;
	left: 0;
	right: 0;
}
.callback_message__open {
	display: block!important;
}
.callback_message_wrap p {
	font-family: Montserrat;
	font-size: 18px;
	line-height: 34px;
	padding: 20px 0;
}
.callback_message__options {
	display: flex;
	flex-direction: column;
	max-width: 50%;
	margin: 0 auto;
	padding-bottom: 25px
}
.callback_message__options a {
	color: #5234fd;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 46px;
	text-decoration: none;
}
.callback_message__options a:nth-child(2) {
	position: relative;
}
.callback_message__options a:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #c5d4e8;
}
.callback_message__options a:nth-child(2)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #c5d4e8;
}
.callback_tel_wrap {
	display: none;
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	padding: 0 0;
}
.callback_tel form {
	display: flex;
	justify-content: space-between;
}
.callback_tel_wrap .container {
	max-width: 1477px;
}
.callback_return {
    color: #5234fd;
    font-size: 33px;
    cursor: pointer;
    line-height: 42px;
}
.callback_tel form input[type="tel"], .callback_tel form input[type="text"]  {
	background-color: #e8f0f9;
    border-left: none;
    border-top: none;
    border-right: none;
    border-radius: 0;
    border-bottom-color: #5234fd;
    border-bottom-width: 1px;
	font-size: 20px;
	margin-left: 6px;
	padding: 0;
	font-family: Montserrat;
	outline: none;
}
.callback_tel input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background-color: #e8f0f9;
	color: #5234fd;
	font-size: 20px;
	font-family: "Montserrat";
	line-height: 46px;
	cursor: pointer;
}
.callback_tel_personal {
	margin-top:5px;
}
.callback_tel_time input::-webkit-input-placeholder {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}
.callback_tel_time input::-moz-placeholder          {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}/* Firefox 19+ */
.callback_tel_time input:-moz-placeholder           {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}/* Firefox 18- */
.callback_tel_time input:-ms-input-placeholder      {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}
.callback_tel label {
	color: #231f20;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 52px;
}
.callback_tel_desc a {
	color: #5234fd;
	font-size: 12px;
	font-family: Montserrat;
	line-height: 14px;
}
.callback_tel p {
	color: #a3acb6;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}
.callback__full p {
	font-family: "Montserrat";
	color: #231f20;
	font-size: 20px;
	line-height: 32px;
	font-weight: 400;
}
.callback__l span, .callback__r span {
	color: #5234fd;
	cursor: pointer;
}

.callback__l a {

    color: #231f20 !important;
  
}

.callback__l a span {
    color: #f0502b !important;
}

.callback__new a {
	    color: #231f20 !important;
		font-weight: bold;
		    margin: 20px;
    position: absolute;
	    font-size: 18px;
}

.callback__new a span {
	   color: #f0502b !important;
}


.callback_wrap p a {
	text-decoration: none;
	color: #5234fd;
}
.callback .callback__full, .callback .callback__mobile {
	display: flex;
    justify-content: space-between;
}
.mob_callback_l, .mob_callback_r {
	padding: 15px 20px;
	position: relative;
}
.mob_callback_l img {
	width: 31px;
    height: 31px;
}
.mob_callback_r img {
	width: 41px;
    height: 32px;
}
.mob_callback_l::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #c5d4e8;
}
.mob_callback_r::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #c5d4e8;
}
.download_link {
	display: block;
	color: #5234fd;
	margin: 25px 0;
	text-decoration: none;
	font-size: 18px;
	font-family: "Montserrat";
}

/*-----------------------------------------------------------------------------*/



















@media all and (max-width:1366px){
	.float_btn a{
		width:auto;
		height:150px;
		padding:40px;
	}

}

@media all and (max-width:1170px){
	.pd{
		padding-left:25px !important;
		padding-right:25px !important;
	}
		.logo {
		min-width:120px;
	}
	.img-wrap{
		right:0 !important;
	}
	#screen7 .inner{
		overflow:hidden;
	}
	.float_btn {
		display:none;
	}
	.callback_tel form {
		display: block;
		text-align: center;
	}   
}

@media all and (min-width:961px){
#top{
	display:none !important;
}
}

@media all and (max-width:960px){
	#screen3,
	#screen8{
		background:url(img/screen3.png) 50% 50% no-repeat;
		background-size:contain;
	}
	#screen8{
		background-image:url(img/screen8.png);
	}
	.text br,
	.instr,
	.site-menu,
	.tel,
	#screen1:before,
	#screen5:before,
	#screen5:after,
	.wrapper .title br,
	#mob_menu .btn,
	#mob_menu .social_links{
		display:none;
	}
	.mob_menu_wrap,
	#screen4 .flex{
		display:block;
	}
	#screen5 li{
		display:block;
		width:100%;
		padding-right:0;
	}
	.img-wrap{
		position:initial !important;
		margin:0 auto;
		text-align:center;
		max-width:40%;
	}
	.img-wrap img{
		display:inline;
	}
	div[id^=screen] .inner{
		padding-top:50px !important;
		padding-bottom:50px !important;
	}
	#screen6 .inner{
		padding-bottom:0 !important;
	}
	#top{
		z-index:100;
	}
}

@media screen and (max-width: 900px) {
	.calculator_info__body {
	    -ms-grid-columns: 1fr;
	        grid-template-columns: 1fr;
	     -ms-grid-rows: 1fr;
	         grid-template-rows: 1fr; 
	    grid-auto-flow: row; 
	}
	.calculator_info__body p:nth-child(even) {
		background-color: #f5f5f5;
	}
	.download_instructions_wrap {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
	}
	.download_instr__right {
		-ms-grid-row: -1;
		    grid-row-start: -1;
	}
	
}

@media screen and (min-width: 851px) {
	.callback__mobile {
		display: none!important;
	}
}

@media screen and (max-width: 850px) {
	.calculator_info__footer, .calculator_info__footer_l {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.calculator_info__footer_r {
		justify-content: center;
		margin: auto;
	}
	.callback__mobile {
		display: flex;
	}
	.callback__full {
		display: none!important;
	}
	.callback_wrap .container {
		padding: initial;
	}
	.callback_tel_time {
		padding: 10px 0; 
	}
	.callback_return {
		display: none;
	}
	
}

@media all and (max-width:768px){
	#screen1{
		height:auto;
	}
	#screen1 .inner>.flex{
		display:block;
	}
	#screen1 .inner>.flex > div{
		width:100%;
		border:0;
		border-bottom:1px solid #fff;
	}
	.screen1-right > div{
		padding:60px;
		height:auto;
	}
	.banner-title{
		font-size:24px;
	}
}

@media screen and (max-width: 700px) {
	.whats_include_into_repair{
		display: block;
		margin: 30px 20px;
	}
	.whats_include_into_repair__r {
		margin: auto;
	}
	.whats_include_into_repair ul{
		margin: auto 10px
	}
}

@media all and (max-width:600px){
	body{
		font-size:14px;
	}
	p{
		line-height:24px;
	}
	#footer .social_links,
	#screen2 .malyar,
	.float_btn{
		display:none;
	}
	#mob_menu .btn,
	#mob_menu .social_links,
	#footer .flex,
	.work-prew.flex{
		display:block;
	}
	.title{
		font-size:22px;
		line-height:normal;
	}
	.wpcf7-text,
	.wpcf7-textarea{
		padding:13px 15px;
	}
	.text{
		margin-top:20px;
		display:none;
	}
	.text li{
		margin:10px 0;
	}
	#screen2 .text ul p{
		/*display:inline;*/
	}
	#screen5 .inner{
		font-size:18px;
	}
	#screen6 strong{
		font-size:16px;
	}
	#screen6 p{
		font-size:14px;
	}
	div.work-text,
	#work-period{
		position:initial;
		width:100%;
	}
	.work-prew.flex{
		height:initial !important;
	}
	.simplebar-content{
		padding:15px !important;
	}
	div.work-text{
		margin-left:0;
	}
	#map{
		position:initial;
		height:400px;
	}
	#work-period{
		font-size:18px;
	}
	#work-desrc p{
		font-size:12px;
		line-height:20px;
	}
	#work-desrc p strong{
		font-size:16px;
		line-height:24px;
	}
	.img-wrap{
		max-width:100%;
	}
	.tabs li{
		margin-left:3px;
	}
	#callback{
		background-image:none;
	}
}

@media all and (max-width:425px){
	img.img-lg{
		display:none;
	}
	.img-wrap img.img-mb{
		display:inline;
	}
	.btn{
		display:block;
		padding:19px;
		width:100%;
	}
	#screen3{
		background-image:url(img/screen3_sm.png);
	}
	#screen8{
		background-image:url(img/screen8_sm.png);
	}
	.title{
		font-size:18px;
	}
	.screen1-left,
	.screen1-right > div{
		padding:15px;
		height:auto;
	}
	.screen1-left > .flex > div{
		width:100%;
	}
	.screen1-left .btn{
		margin:20px 0;
	}
	.banner-title{
		display:block;
		width:100%;
		font-size:16px;
		line-height:normal;
	}
}



















.download_instructions_wrap .wpcf7, .callback_wrap .wpcf7  {
	width: 100% !important;
}

@font-face {
	font-family: Montserrat; /* Имя шрифта */
	src: url("fonts/Montserrat-Regular.ttf"); /* Путь к файлу со шрифтом */
}
@font-face {
	font-family: Montserrat-Semi Bold; /* Имя шрифта */
	src: url("fonts/Montserrat-SemiBold.ttf"); /* Путь к файлу со шрифтом */
}

.bgf5 {
    background-color: #f5f5f5;
}
.container {
	max-width: 1350px;
	margin: 0 auto;
	padding: 0;
}
.download_instructions_wrap {
    padding: 20px 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    text-align: center;
}

.download_form input[type="tel"] {
	width: 95%;
	border-radius: 3px;
	border: 2px solid #d4dfeb;
	background-color: #ffffff;
	padding: 0 24px;
	font-size: 18px;
	line-height: 53px;
	margin: 25px 0;
	font-weight: 400;

}

.download_form_desc {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 20px;
}
.download_form_desc a {
	text-decoration: underline;
	color: #231f20;
}
.download_form input[type="submit"] {
	/* box-shadow: 0px 10px 20px 0px #56565673; */
}
.download_form input[type="submit"], .calculator_info__footer_r input {
	width: 270px;
	height: 60px;
	border-radius: 3px;
	background-color: #00c15f;
	color: #ffffff;
	font-size: 18px;
	line-height: 60px;
	border: none;
	cursor: pointer;
	margin: 25px 0;
	transition: all 0.3s ease;
	font-family: "Montserrat-Semi Bold";
}

.download_instr__left p {
    margin: 0;
}

.calculator_desc {
	font-size: 16px;
	line-height: 28px;
}
.calculator_insert_data {
	margin: 37px 0;
	width: 200px;
	height: 100px;
}
.calculator_insert_data p {
	font-size: 14px;
	line-height: 28px;
}
.calculator_insert_data input {
	max-width: 150px;
	border-radius: 3px;
	border: 1px solid #231f20;
	padding: 0 0 0 24px;
	font-size: 24px;
	line-height: 53px;
	font-family: "Montserrat-Semi Bold";
	position: absolute;
}
.calculator_insert_data input::-webkit-input-placeholder {color: #231f20;font-size: 24px;text-overflow:ellipsis;}
.calculator_insert_data input::-moz-placeholder          {color: #231f20;font-size: 24px;text-overflow:ellipsis;}/* Firefox 19+ */
.calculator_insert_data input:-moz-placeholder           {color: #231f20;font-size: 24px;text-overflow:ellipsis;}/* Firefox 18- */
.calculator_insert_data input:-ms-input-placeholder      {color: #231f20;font-size: 24px;text-overflow:ellipsis;}

.calculator_square_meter span {
	font-family: "Montserrat-Semi Bold";
	font-size: 24px!important;
	position: relative;
	top: 2px;
    left: 180px;
	line-height: 54px;
}
.calculator_insert_data__desc {
	margin: 14px 0;
}
.calculator_info__head h2, .calculator_info__body p, .work_price, .material_price {
	padding: 10px 0 10px 34px;
}
.download_info_about_repair {
	padding: 0 0 10px 34px;
}
.calculator_info__head h2,.work_price h1, .material_price h1 {
	margin: 0;
}
.calculator_info__head, .calculator_info__footer {
	background-color: #dedede;
}
.calculator_info__body {
	display: -ms-grid;
	display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
}
.calculator_info__footer h2 {
	margin: 0;
}
.calculator_info__footer, .calculator_info__footer_l {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
}
.ruble {
	font-family: "Montserrat-Semi Bold";
	font-size: 30px;
	padding-left: 12px;
}
#priceOfWork, #priceOfMaterial {
	display: flex;
}
.download_info_about_repair a{
	font-family: "Montserrat";
	color: #5234fd;
	font-size: 12px;
	line-height: 26px;
	font-weight: 400;
	text-decoration: none;
}
.calculator_info__footer_r {
	display: flex;
    justify-content: flex-end;
    margin-right: 105px;
}
.whats_include_into_repair {
	display: flex;
	margin: 92px 0;
}
.whats_include_into_repair h2 {
	margin-top: 0;
}
.whats_include_into_repair li {
	color: #231f20;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    list-style-type: none;
    position: relative;
    font-family: Montserrat;
}
.whats_include_into_repair li::before {
	content: '';
    border-radius: 50%;
    width: 2px;
    top: 44%;
    height: 2px;
    left: -10px;
    position: absolute;
    background-color: #f5365c;
}
.whats_include_into_repair__r {
	margin-left: 135px;
}

/* CallBack */

.callback_wrap {
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	position: sticky;
	position: -webkit-sticky; /* Safari */  
	bottom: 0;
	left: 0;
	right: 0;
}
.callback_message_wrap {
	display: none;
	text-align: center;
	width: 100%;
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	position: fixed;
	bottom: 66px;
	left: 0;
	right: 0;
}
.mob_callback_close {
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: 25px;
  color: #231f20;
  cursor:pointer;
}
.callback_message__open {
	display: block!important;
}
.callback_message_wrap p {
	font-family: Montserrat;
	font-size: 18px;
	line-height: 34px;
	padding: 20px 0;
	margin: 0;
}
.callback_message__options {
	display: flex;
	flex-direction: column;
	max-width: 50%;
	margin: 0 auto;
	padding-bottom: 25px
}
.callback_message__options a {
	color: #5234fd;
	font-family: Montserrat;
	font-size: 18px;
	line-height: 46px;
	text-decoration: none;
}
.callback_message__options a:nth-child(2) {
	position: relative;
}
.callback_message__options a:nth-child(2)::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #c5d4e8;
}
.callback_message__options a:nth-child(2)::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: #c5d4e8;
}
.callback_tel_wrap {
	display: none;
	box-shadow: 0 -3px 6px rgba(16, 40, 67, 0.16);
	background-color: #e8f0f9;
	padding: 0 0;
}
.callback_tel form {
	display: flex;
	justify-content: space-between;
	padding: 0 0;
}

.callback_tel_wrap .container {
	max-width: 1477px;
}
.callback_return {
    color: #5234fd;
    font-size: 33px;
    cursor: pointer;
    line-height: 42px;
}
.callback_tel form input[type="tel"], .callback_tel form input[type="text"]  {
	background-color: #e8f0f9;
    border-left: none;
    border-top: none;
    border-bottom-color: #5234fd;
    border-bottom-width: 1px;
	font-size: 20px;
	margin-left: 6px;
	padding: 0;
	font-family: Montserrat;
	width: 140px;
}
.callback_tel input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
	border: none;
	background-color: #e8f0f9;
	color: #5234fd;
	font-size: 20px;
	font-family: "Montserrat-Semi Bold";
	line-height: 42px;
	cursor: pointer;
}
.callback_tel_time input::-webkit-input-placeholder {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}
.callback_tel_time input::-moz-placeholder          {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}/* Firefox 19+ */
.callback_tel_time input:-moz-placeholder           {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}/* Firefox 18- */
.callback_tel_time input:-ms-input-placeholder      {color: #231f20;font-size: 20px;text-overflow:ellipsis;padding-left: 3px;}
.callback_tel label {
	color: #231f20;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 400;
	line-height: 59px;
}
.callback_tel_desc {
	padding-top: 7px;
}
.callback_tel_desc a {
	color: #5234fd;
	font-size: 12px;
	font-family: Montserrat;
	line-height: 14px;
}
.callback_tel p {
	color: #a3acb6;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
}



.callback__full p {
	font-family: "Montserrat-Semi Bold";
	color: #231f20;
	font-size: 20px;
	line-height: 42px;
	font-weight: 400;
	padding: 10px 0;
	margin: 0;
}
.callback__l span, .callback__r span {
	color: #5234fd;
	cursor: pointer;
}
.callback_wrap p a {
	text-decoration: none;
	color: #5234fd;
}
.callback .callback__full, .callback .callback__mobile {
	display: flex;
    justify-content: space-between;
}
.mob_callback_l, .mob_callback_r {
	padding: 15px 20px;
	position: relative;
}
.mob_callback_l img {
	width: 31px;
    height: 31px;
}
.mob_callback_r img {
	width: 41px;
    height: 32px;
}
.mob_callback_l::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #c5d4e8;
}
.mob_callback_r::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #c5d4e8;
}
.download_link {
	display: block;
	color: #5234fd;
	margin: 25px 0;
	text-decoration: none;
	font-size: 18px;
	font-family: "Montserrat-Semi Bold";
}

/* Media Querys */
/*@media screen and (max-width: 1220px) {
	.callback_wrap .callback_tel label, .callback_tel input[type="submit"],.callback_tel * {
		font-size: 16px;
	}
}*/

@media screen and (max-width: 900px) {
	.calculator_info__body {
	    -ms-grid-columns: 1fr;
	        grid-template-columns: 1fr;
	     -ms-grid-rows: 1fr;
	         grid-template-rows: 1fr; 
	    grid-auto-flow: row; 
	}
	.calculator_info__body p:nth-child(even) {
		background-color: #f5f5f5;
	}
	.download_instructions_wrap {
		-ms-grid-columns: 1fr;
		    grid-template-columns: 1fr;
	}
	.download_instr__right {
		-ms-grid-row: -1;
		    grid-row-start: -1;
	}
}
@media screen and (max-width: 850px) {
	.calculator_info__footer, .calculator_info__footer_l {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.calculator_info__footer_r {
		justify-content: center;
		margin: auto;
	}
	.callback__mobile {
		display: flex;
	}
	.callback__full {
		display: none!important;
	}
	.callback_wrap .container {
		padding: initial;
	}
	.callback_tel_time {
		padding: 10px 0; 
	}
	.callback_return {
		display: none;
	}
	.callback_message_wrap {
		display:none !important;
	}
}
@media screen and (min-width: 851px) {
	.callback__mobile {
		display: none!important;
	}
}
@media screen and (max-width: 700px) {
	.whats_include_into_repair{
		display: block;
		margin: 30px 5px;
	}
	.whats_include_into_repair__r {
		margin: auto;
	}
	.whats_include_into_repair ul{
		margin: auto 10px
	}
	.whats_include_into_repair__l ul, .whats_include_into_repair__r ul {
	padding-left:0px;	
	}
	.container {
		padding:0px;
	}
}
@media screen and (max-width: 1170px) {
	.callback_tel form {
		display: block;
		text-align: center;
	}   
	.callback_tel form input[type="tel"], .callback_tel form input[type="text"]  {
		text-align: left;
	}
	.mob_callback_close {
    font-size: 48px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 10px;
    color: #231f20;
}
}
@media screen and (min-width: 901px) {
	.calculator_info__body p:nth-child(3n+2) {
		background-color: #f5f5f5;
	}
}



#wpcf7-f304-o1 p {
    margin: 0px;
    padding: 0px;
}

a.button, a.another-button, a.anthr-popup-btn {
	cursor:pointer;
}

.materials-list__item img {
	max-width:120px;
}