body
{
	font-family: "Nunito", sans-serif;
	color: black;
	line-height: 1.33;
	font-size: 18px;
	background: white;
}
a 
{
	color: #0299ab;
}
a:hover, a:focus 
{
	color: #0299ab;
}
.wbst-404-wrapper
{
	width: 100%;
	text-align: center;
	margin-top: 120px;
}
.wbst-our-phones-material
{
	margin-bottom: 16px;
	font-weight: 500;
	border: 1px dashed #0299ab;
	padding: 15px 30px;
	border-radius: 14px;
}
.wbst-our-phones-material i
{
	color: #fdb000;
    text-shadow: 1px 1px 0px black;
	position: relative;
	top: -2px;
	margin-right: 4px;
}
.wbst-our-phones-material a
{
	font-size: 22px;
	font-weight: 700;
	color: #0299ab;
    background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wbst-404-homebutton a
{

}
.wbst-404-text1
{
	font-size: 120px;
    font-weight: 900;
    color: #a7a7a7;
	line-height: 1.1;
}
.wbst-404-text2
{
	color: #333;
    font-size: 18px;
    margin-bottom: 28px;
}

.wbst-main .sf2Win
{
	border-radius: 42px;
    background: #ecf7fc;
    border: none;
    width: 540px;
    max-width: 100%;
}
.wbst-form-description
{
	margin-bottom: 20px;
    font-size: 20px;
}
.sf2Shade {
    background: rgba(0,0,0,0.9);
}
.sf2Style-default button.sf2-element.sf2CloseBtn 
{
    position: absolute;
    top: 17px;
    right: 22px;
    font-size: 34px;
    color: #333;
    text-shadow: none;
    cursor: pointer;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    line-height: 1;
    font-weight: 700;
    line-height: 1;
}
.sf2Style-default button.sf2-element.sf2CloseBtn:focus
{
	outline: none;
}
.sf2Style-default .wbst-form-popup .sf2-form-group input.sf2-element, .sf2Style-default .wbst-form-popup .sf2-form-group select.sf2-element, .sf2Style-default .wbst-form-popup .sf2-form-group textarea.sf2-element 
{
    border: none;
	background: white;
    border-radius: 15px;
    padding: 20px;
    color: black;
    font-weight: 600;
	box-shadow: none;
	font-size: 20px;
}
a.wbst-personal-data-policy-link
{
	color: #333;
    text-decoration: underline;
    font-size: 14px;
    opacity: 0.4;
}
.sf2Win-body input[type="checkbox"]
{
	margin: 0 8px 3px 0;
}
.sf2Style-default .wbst-form .sf2-form-group input.sf2-element, .sf2Style-default .wbst-form .sf2-form-group select.sf2-element, .sf2Style-default .wbst-form .sf2-form-group textarea.sf2-element 
{
    border: none;
    background: none;
    border-radius: 15px;
    padding: 20px;
    color: black;
    font-weight: 300;
	box-shadow: none;
	font-size: 20px;
	background: white;
}
.wbst-form-popup input.sf2-element::placeholder, .wbst-form-popup textarea.sf2-element::placeholder
{
	color: #777777;
	font-weight: 300;
}
.sf2-form-group.wbst-text-area
{
	margin-bottom: -6px;
}
.sf2Style-default button.sf2-element.sf2SendBtn
{
	font-size: 22px;
    font-weight: 400;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 0px;
    border-radius: 50px;
    box-shadow: -8px 18px 11px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 75px 30px 75px;
    background-color: #FF69BF;
    position: relative;
    overflow: hidden;
    margin: 22px 0px 0px;
}
.wbst-popup-form-submin-button
{
	text-align: center;
}




.sf2Style-default button.sf2-element.sf2SendBtn:before
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	opacity: 0.5;
}
.sf2Style-default button.sf2-element.sf2SendBtn:hover
{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #FF69BF;	
}



.sf2Style-default .wbst-popup-form-submin-button button.sf2-element[type="submit"]
{
	font-size: 22px;
    font-weight: 400;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 0px;
    border-radius: 50px;
    box-shadow: -8px 18px 11px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 75px 30px 75px;
    background-color: #FF69BF;
    position: relative;
    overflow: hidden;
    margin: 22px 0px 0px;	
}
.sf2Style-default .wbst-popup-form-submin-button button.sf2-element[type="submit"]:before
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	opacity: 0.5;
}
.sf2Style-default .wbst-popup-form-submin-button button.sf2-element[type="submit"]:hover
{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #FF69BF;	
}


.wbst-form-title
{
	font-size: 40px;
	font-weight: 900;
	color: black;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1;
	margin-top: 12px;
}
.wbst-main .sf2Win-body
{
	padding: 30px 60px 0px;
	max-height: unset;
	overflow-y: visible;
}
.wbst-main .sf2Shade
{
	z-index: 2010000;
}
.wbst-form-popup .sf2-form-label-wrap 
{
    display: none;
}
.wbst-main .sf2Win-footer
{
    background-color: transparent;
    border-top: none;
    box-shadow: none;
    padding: 0px 50px 47px;
    text-align: center;
}


.wbst-main  .sf2Win.success
{
	border: 4px solid rgba(65, 204, 10, 1);
	background: white;
	padding: 15px 0px;
}
.wbst-main .sf2Win.success h4
{
	font-size: 40px;
}

.wbst-main .sf2-message.sf2-type-success
{
	background: none;
    color: #333;
	border-left: none;
	text-align: center;
    padding: 10px 10px 0px;
}
.wbst-answer-title
{
    font-size: 40px;
    font-weight: 900;
    color: black;
    text-align: center;
    margin-bottom: 20px;
}
.wbst-answer-description
{
	font-size: 20px;
}
.wbst-success-img
{
	margin: 0px auto 20px;
	width: 145px;
}
.wbst-main .sf2-message.sf2-type-success h4
{
	font-size: 40px;
	color: white;
}

.wbst-main #sp-header.has-slideshow.menu-fixed-out
{
	border-bottom: 1px solid #ccc;
	background: rgba(245,245,245,0.94);
}

.wbst-main  #sp-header .logo {
	height: 60px;
}
.wbst-main  #offcanvas-toggler
{
	height: 60px;
	display: none;
}
.wbst-main  .sp-megamenu-parent >li >a
{
	line-height: 60px;
}
.wbst-main  #offcanvas-toggler
{
	line-height: 60px;
}
.wbst-main  #sp-header.has-slideshow.menu-fixed-out .sp-megamenu-parent >li >a, .wbst-main   #sp-header.has-slideshow.menu-fixed-out #offcanvas-toggler >i
{
	color: black;
}
.wbst-main #sp-footer
{
	background: #9c4644;
	text-align: center;
}

.wbst-main .sp-copyright
{
	color: rgba(255, 255, 255, 0.47);
}
.wbst-main .sp-copyright a
{
	color: rgba(255, 255, 255, 0.47);
}
.wbst-main .sp-copyright a:hover
{
	color: rgba(255, 255, 255, 0.47);
	text-decoration: underline;
}
.wbst-main.home #sp-header
{
	position: absolute;
    top: 0;
    width: 100%;
    border-bottom: none;
	background: none;
}
.wbst-main #sp-header
{
	position: relative;
	background: #f4f4f4;
	padding-bottom: 16px;
}
.wbst-main.home #sp-header
{
	padding-bottom: 0px;
}
.wbst-slogan-wrapper
{
	margin-top: 160px;
	max-width: 54%;
}
.wbst-slogan-wrapper h1
{
    font-size: 72px;
    font-weight: 900;
    line-height: 0.9;
    font-family: "Nunito", sans-serif;
	margin-bottom: 26px;
    color: #2892d0;
	background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.wbst-slogan-wrapper h1 span
{
	color: #2892d0;
	
/*	background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.wbst-slogan-line2
{
	font-size: 34px;
    margin-top: 50px;
    font-weight: 600;
    margin: 22px 0px 28px;
}
.wbst-slogan-line2 span
{
	color: #2892d0;
/*	background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/	
}
.wbst-slogan-line3
{
    color: #5a5a5a;
}
.wbst-header-row
{
/*    background-repeat: no-repeat;
    background-color: white;
    background-image: url(/images/header-bg-bottom.png);
    min-height: 880px;
	position: relative;
	background-position: bottom right;
    background-size: cover;	*/
    background: url(/images/header-bg-bottom.png) bottom right no-repeat, 
                url(/images/header-bg-top.png) top right no-repeat;
    background-size: contain, auto;
	
    min-height: 1000px;	
	
}
.wbst-header-row:before
{
	content: '';
    width: 860px;
    height: 686px;
    position: absolute;
    background-image: url(/images/header-image1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    bottom: 100px;
    left: 52%;
/*	-moz-transform: rotate(-6deg);
    -ms-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);	
    transform: rotate(-6deg);*/
	
/*	-webkit-filter: drop-shadow(-33px 0px 3px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(-33px 0px 3px rgba(0, 0, 0, 0.15));*/
}
.wbst-advantages-item-wrapper
{
	width: 33%;
    float: left;
    padding-right: 26px;
}
.wbst-advantages-item
{
	position: relative;
    border: 1px solid #dedede;
    border-radius: 20px;
    padding: 10px 12px 10px 27px;
    font-size: 15px;
    font-weight: 300;
    min-height: 102px;
    /* color: #5a5a5a;*/
	display: flex;
    align-items: center;	
}
.wbst-advantages-item:before 
{
	content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 31px;
    left: -17px;
    width: 36px;
    height: 36px;
    /* background-image: url(/images/check.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 50px;
    padding: 10px;
    background-image: linear-gradient(45deg, #4690d6 20%, #00ecff);
    /* border: 3px solid #2ca9dc; */
    color: white;
    line-height: 17px;
    font-weight: 700;
}
.wbst-header-advantages-wrapper
{
	margin-bottom: 40px;
}
button.sf2-callBtn
{
	white-space: normal;
}
.button1
{

    position: relative;
}
.button1 button.sf2-callBtn
{
	font-size: 22px;
    font-weight: 400;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 0px;
    border-radius: 50px;
    box-shadow: -8px 18px 11px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 55px 30px 55px;
	
	background-color: #FF69BF;
	position: relative;
	overflow: hidden;
/*    background-image: linear-gradient(90deg, #0299ab 0%, #00cc79 100%);*/
}
.button1 button.sf2-callBtn:hover
{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.button1 img
{
	position: absolute;
    z-index: 2;
    top: -20px;
    right: -71px;
    -webkit-animation: jampTrf 4.5s infinite linear;
    animation: jampTrf 4.5s infinite linear;
    width: 111px;
}
.wbst-problems-row
{
/*	background: #FFF7F7;*/
/*	background: #f5efef;*/
	background: rgba(143, 143, 143, 0.10);
	padding: 80px 0px 100px;
	position: relative;
}
.wbst-row-title h2, .wbst-row-title
{
	text-align: center;
	color: black;
	font-size: 56px;
    font-weight: 700;
	line-height: 1.1;
	margin-bottom: 40px;
}
.wbst-testimonials-row .wbst-row-title
{
	margin-bottom: 0px;
}
.wbst-row-title h2 span, .wbst-row-title span
{
	color: #2892d0;
    background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wbst-problems-wrapper
{
	margin: 80px 0px 0px;
	
}
.wbst-problems-wrapper-left
{
	width: 50%;
	float: left;
	padding-right: 40px;
}
.wbst-problems-wrapper-right
{
	width: 50%;
	float: left;
	padding-left: 40px;

}
/*.wbst-problem-wrapper
{
	padding: 40px;
}*/
.wbst-problem-wrapper + .wbst-problem-wrapper
{
	margin-top: 80px;
}
/*
.wbst-problem-wrapper:hover
{
	background: #f3d5d3;
}
*/


.wbst-problem-item-title
{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
}
.wbst-problem-item
{
	position: relative;
	padding-left: 40px;
}
.wbst-problem-item-number
{
	position: absolute;
	left: 0px;
	font-size: 40px;
	font-weight: 900;
	color: red;
	line-height: 1;
}
.wbst-button-pos2
{
	text-align: center;
	margin-top: 80px;
}
.wbst-portfolio-title-row
{
	padding-top: 80px;
}
.wbst-portfolio-title-row .wbst-row-title
{
	text-align: left;
}
.wbst-portfolio-row
{
	padding: 40px 0px 100px;
}
.wbst-portfolio-row .n2-ss-slide-background-image
{
	border-radius: 7px;
}
.wbst-portfolio-row div#n2-ss-2 .n2-ss-slide
{
	-webkit-box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.20);
    box-shadow: -20px 20px 10px rgba(0, 0, 0, 0.20);
	border-radius: 7px;
/*	box-sizing: border-box;
	border: 12px solid red;*/
}
.wbst-portfolio-row div#n2-ss-2 .n2-ss-slider-pane-single
{
	padding-bottom: 30px;
}
.wbst-portfolio-row #n2-ss-2-arrow-previous 
{
	border-radius: 0px 5px 5px 0px !important;
}
.wbst-portfolio-row #n2-ss-2-arrow-next
{
	border-radius: 5px 0px 0px 5px !important;	
}
.wbst-testimonials-row
{
	padding: 80px 0px 160px;
	background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    background-image: url(/images/otzivi-bg.png);
    background-position: left bottom;
	z-index: unset !important;
}
.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-testimonial-carousel-message
{
    padding: 0px 40px;
	color: black;
	font-style: italic;
	margin-bottom: 20px;
}
.wbst-testimonials-row  div.sppb-carousel-extended-dots
{
	bottom: -40px;
}
.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-carousel-extended-nav-control .nav-control
{
	border: none;
	line-height: 60px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.30);
	width: 60px;
}
.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-carousel-extended-nav-control .nav-control:hover
{
	background-color: #ff69bf;
	border-color: #ff69bf;
}
.next-control i
{
	margin-left: 3px;
}
.prev-control i
{
	margin-right: 3px;
}
.wbst-consultation-wrapper
{
	position: relative;
    border-radius: 60px;
    padding: 20px;
    background: white;
    box-shadow: -15px 15px 50px rgb(0 0 0 / 29%);
    margin-top: -60px;
	overflow: hidden;
}
.wbst-consultation-row
{
	background: white;
	padding: 0px 0px 70px;
}
.wbst-consultation-border
{
	border: 1px solid #e0e0e063;
	border-radius: 51px;
	padding: 70px 80px 80px 80px;
	position: relative;
}
.wbst-consultation-bg-image
{
    position: absolute;
    right: -22px;
    z-index: 3;
    width: 689px;
    top: 73px;
    transform: rotate(36deg);
	-webkit-filter: drop-shadow(26px 28px 10px rgba(0, 0, 0, .18));
    filter: drop-shadow(26px 28px 10px rgba(0, 0, 0, .18));

}
.wbst-rassrochka-bg-image
{
	position: absolute;
    right: -22px;
    width: 898px;
    bottom: -1px;
    right: -1px;
}
.wbst-rassrochka-bg-top-image
{
	position: absolute;
    left: 0px;
    top: -15px;
    width: 350px;
}
.wbst-consult-title
{
	font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
	margin-bottom: 24px;
}
.wbst-consult-title span
{
	color: #0299ab;
    background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wbst-consult-sub-title
{
	font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
.wbst-consult-text ul li
{
	position: relative;
	margin: 10px;
}
.wbst-consult-text ul
{
	list-style: none;
	margin-left: 30px;
}
.wbst-consult-text
{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 45px;
}
.wbst-consult-text ul li:before
{
	width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    background: #00ecff;
    left: -43px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    background-image: linear-gradient(45deg, #4690d6 20%, #00ecff);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wbst-consultation-row .button1 button.sf2-callBtn
{
	padding: 25px 60px;
}
.wbst-consult-text b
{
	font-weight: 500;
}

.wbst-logo-wrapper 
{
    float: left;
    margin-top: 29px;
    min-width: 440px;
}
.wbst-logo-wrapper a
{
	display: inline-block;
}
.wbst-logo-image 
{
    float: left;
}
.wbst-logo-image img 
{
    margin-right: 20px;
	width: 260px;
}
.wbst-logo-text 
{
    text-transform: uppercase;
    font-weight: 900;
    color: black;
    font-size: 26px;
    line-height: 1.2;
    padding-top: 15px;
}
.wbst-afterlogo-wrapper 
{
    width: 299px;
    float: left;
    padding-left: 33px;
    margin-top: 36px;
    font-size: 16px;
    font-weight: 300;
	text-align: left;
	position: relative;
}
.wbst-afterlogo-wrapper i
{
	position: absolute;
    left: 1px;
    top: 8px;
    font-size: 20px;
    color: #2892d0;
}
.wbst-top-col3-wrapper 
{
    float: left;
    margin-top: 43px;
    width: 365px;
    text-align: right;
}
.home .wbst-top-col4-wrapper {

    margin-top: 16px;

}
#sp-header.menu-fixed
{
	border-bottom: none;
}
.wbst-top-col4-wrapper
{
	margin-top: 4px;
	text-align: right;	
    float: right;	
}
.entry-header
{
	margin-bottom: 0px;
}
article.item
{
	box-shadow: none;
	margin-bottom: 0px;
}
.blog-item-content-wrapper h1
{
	color: black;
    font-size: 56px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    line-height: 1.1;
	margin-top: 0px;
	margin-bottom: 20px;
}
.blog-item-content-wrapper ul li
{
	list-style: square;
}
.blog-item-content-wrapper h2, .blog-item-content-wrapper h3, .blog-item-content-wrapper h4, .blog-item-content-wrapper h5, .blog-item-content-wrapper h6
{
    font-family: 'Roboto Condensed', sans-serif;	
    font-weight: 700;	
	font-size: 32px;
	margin-bottom: 14px;
}
.blog-item-content-wrapper
{
	line-height: 1.6;
	padding: 50px 70px;
    border: 1px solid #dddddd;
    border-radius: 40px;
}
.wbst-right-title
{
	text-align: center;
	color: black;
    font-size: 34px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
	line-height: 1;
	margin: 20px 0px;
}
.wbst-right-module-wrapper
{
	padding: 40px;
/*    background: white;*/
    border-radius: 30px;
    background: #f4f4f4;
    /* box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.08);*/
}
.wbst-article-image
{
	float: right;
    border-radius: 15px;
    margin: 10px 0px 15px 15px;
}
.home .wbst-top-phones a
{
	color: white;
}
.wbst-top-phones a
{
	color: black;
}
.home .wbst-top-phones
{
    font-size: 24px;
    /* text-shadow: 1px 1px 0px black; */
    line-height: 1.1;
    margin-bottom: 10px;
}
.wbst-top-phones
{
    font-size: 24px;
    /* text-shadow: 1px 1px 0px black; */
    line-height: 1.1;
    margin-bottom: 10px;
}
.wbst-top-phones span
{
	font-weight: 600;
	font-size: 42px;
}
.wbst-call-now
{
	display: none;
}
.home .wbst-call-now
{
	font-weight: 400;
    position: relative;
    display: inline-block;
    color: #00ffd0;
}
.wbst-flashing-dott {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #15ff00;
    -webkit-transition: all .4s;
    transition: all .4s;
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-animation-duration: 1s;
    position: absolute;
    left: -12px;
    top: 9px;
}
.wbst-button2 button.sf2-callBtn
{
	font-size: 18px;
    font-weight: 500;
    text-transform: unset;
    /* fill: #FFF; */
    color: #136a74;
    background-color: #FA4B48;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    padding: 0px;
    background-color: white;
    background-image: none;
    border-bottom: 1px dashed blue;
    border-radius: 0px;
}
.wbst-button2 button.sf2-callBtn:hover
{
	background-color: transparent;
    background-image: linear-gradient(90deg, #00cc79 0%, #0299ab 100%);
}
.home .wbst-button2 button.sf2-callBtn
{
	font-size: 18px;
    font-weight: 500;
    text-transform: unset;
    /* fill: #FFF; */
    color: #2892d0;
    box-shadow: none;
    padding: 0px;
    background-color: unset;
    background-image: none;
    border-bottom: 1px dashed #2892d0;
    border-radius: 0px;
}
.home .wbst-button2 button.sf2-callBtn:hover
{
	background-image: none;
	background-color: transparent;
}
.wbst-button2 i
{
	margin-right: 10px;
	font-size: 20px;
}
.wbst-button2 button.sf2-callBtn:hover i, .wbst-button2 button.sf2-callBtn:focus i {
    -webkit-animation: wiggle .05s alternate ease infinite;
    animation: wiggle .05s alternate ease infinite;
}
.wbst-footer-row
{
	background: #f4f4f4;
	padding: 10px 0px 90px;
	line-height: 1.6;
}
.wbst-footer-row b
{
	font-weight: 600;
}
#sp-wbst-footer1
{
	padding-right: 30px;
}

#sp-wbst-footer
{
	background: #21aadd;
    padding: 60px 0px 0px;
	color: rgba(255, 255, 255, 0.83);    
	line-height: 1.6;

}
.home #sp-wbst-footer
{
	padding-top: 30px;
}
#sp-wbst-footer .sp-module-title
{
    text-transform: unset;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 15px;
	color: white;
}
#sp-wbst-footer4
{
	text-align: right;
}
#sp-wbst-footer ul.menu li
{
	border-bottom: none;
	display: list-item;
}
#sp-wbst-footer ul.menu 
{
	list-style: square;
	margin-left: 20px;
}
#sp-wbst-footer ul.menu li a
{
	display: inline-block;
	-webkit-transition: none;
    transition: none;
	line-height: 1.2;
    margin-bottom: 10px;
}
#sp-wbst-footer ul.menu li a:hover, #sp-wbst-footer ul.menu li a:focus
{
	text-decoration: underline;
	color: #0299ab;
	background-color: transparent;
	outline: none;
/*    background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	*/
}
#sp-wbst-footer .sp-module ul >li >a:before
{
	content: none;
}
.wbst-main #sp-footer
{
	background: #1895d3;
}


#sp-wbst-footer .sp-module ul >li
{
	display: list-item;
	border-bottom: none;
}
#sp-wbst-footer .sp-module ul
{
	list-style: disc;
	margin-left: 20px;
}
.wbst-footer-col1-wrapper, .wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper, .wbst-footer-col4-wrapper
{
	width: 25%;
	float: left;
}
.wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper
{
	padding-left: 60px;
}
.wbst-logo-bottom-wrapper
{
	display: inline-block;
    min-width: 270px;
	margin-bottom: 20px;
}
.wbst-footer-title
{
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
    font-size: 24px;
    line-height: 1.2;	
	margin-bottom: 20px;
	margin-top: 15px;
}
.wbst-bottom-after-logo-text
{
	font-size: 16px;
    line-height: 1.6;
}
.wbst-footer-col4-wrapper
{
	text-align: right;
}
.wbst-bottom-phones
{
	font-size: 24px;
	margin-bottom: 15px;
}
#sp-wbst-footer .wbst-bottom-phones a
{
	color: rgba(255, 255, 255, 0.83);
	text-decoration: none;	
}
#sp-wbst-footer a
{
	color: rgba(255, 255, 255, 0.83);
	text-decoration: underline;	
}
#sp-wbst-footer a:hover, #sp-wbst-footer a:focus
{

}
.wbst-bottom-phones span 
{
    font-weight: 600;
    font-size: 32px;
}
.wbst-button3 button.sf2-callBtn
{
	font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFF;
    color: #FFF;
    background-color: #FA4B48;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #DB3225;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 7px 30px 0px rgb(250 75 72 / 53%);
    padding: 18px 30px 18px 30px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #FA4B48 0%, #E66C62 100%);
}
.wbst-button3 button.sf2-callBtn:hover
{
	background-color: transparent;
    background-image: linear-gradient(180deg, #FA4B48 0%, #D54E4C 100%);
}
.wbst-button3 i
{
	margin-right: 10px;
}
.wbst-button4 button.sf2-callBtn
{
	font-size: 20px;
    font-weight: 400;
    fill: #FFF;
    color: #21aadd;
    border-style: solid;
    border-width: 0px;
    border-radius: 50px;
    box-shadow: -8px 18px 11px 0px rgba(0, 0, 0, 0.3);
    padding: 24px 36px 22px 36px;
    background-color: rgba(255, 255, 255, 0.83);
    position: relative;
    overflow: hidden;
}
.wbst-button4 button.sf2-callBtn:hover
{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.wbst-hours
{
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}
.wbst-button4 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-messengers
{
	margin-top: 35px;
}
a.wbst-viber
{
    border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
    transition: none;
    padding: 3px 9px 3px;
    line-height: 1;
    background: #793BAA;
    position: relative;
	bottom: 2px;	
}
.wbst-main .sf2Win.error
{
	width: 460px;
    max-width: 100%;
	background: white;
	border: 9px solid red;
    padding: 15px 0px;	
}
.wbst-main .error .sf2Win-body
{
	padding: 10px 50px;
}
.wbst-main .error .sf2Win-body b
{
	color: black;
}
.error ul
{
    padding-inline-start: 0px;
}
.sf2Win-close
{
	position: absolute;
    top: 11px;
    right: 18px;
    font-size: 34px;
    color: #fa4c49;
    text-shadow: none;
    cursor: pointer;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    line-height: 1;
    font-weight: 700;
    line-height: 1;
	font-family: 'Open Sans', sans-serif;
}
.sf2Win-close:focus
{
	outline: none;
}
.wbst-testimonials-col
{
	width: 56%;
	float: right;
	padding-right: 82px;
}
#sppb-addon-1612796130731 .sppb-testimonial-carousel-name
{
	color: #292929;
}
.wbst-suggest-col-left
{
	width: 50%;
	float: left;
	padding-right: 50px;
	position: relative;
}
.wbst-suggest-col-left:after
{
	content: '';
    width: 1160px;
    height: 762px;
    position: absolute;
    background-image: url(/images/evakuiruem-s-polomkami.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
	right: 30px;
	top: -20px;

}
.wbst-suggest-col-right
{
	width: 50%;
	float: left;
	padding-left: 50px;
}
.wbst-suggest-wrapper
{
	margin-top: 60px;
}
img.wbst-suggest-image1
{
	width: 52%;
    border-radius: 12px;
}
.wbst-suggest-image1-wrapper
{
	position: relative;
}
img.wbst-suggest-arrow1
{
	position: absolute;
    top: 25px;
    left: 60%;
}
.wbst-suggest-image2-wrapper
{
	margin-top: -180px;
	position: relative;
}
img.wbst-suggest-image2 
{
	width: 55%;
    border-radius: 15px;
    margin-left: auto;
	-webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.31);
}
.wbst-suggest-description
{
	line-height: 1.6;
}
.wbst-suggest-description h2
{
	font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
	margin-bottom: 16px;
}
p.wbst-dashed-selection
{
	padding: 27px 35px 28px 40px;
    border: 2px dashed #029aab;
    margin-top: 26px;
	border-radius: 14px;
}


p.wbst-clarification
{
	color: #8a8a8a;
    font-size: 15px;
    line-height: 1.3;
    margin-top: 21px;
    font-weight: 300;
}
.wbst-calc-form-wrapper
{
    width: 70%;
    /* max-width: 760px; */
    padding: 60px 100px 30px;
    background: white;
    margin: 0px auto 0px;
    position: relative;
    border-radius: 50px;
    background: #ecf7fc;
    font-size: 20px;
}

.wbst-calc-form h2 
{
    margin-bottom: 24px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
	font-weight: 700;
}
.wbst-calc-form h2 span
{
	font-weight: 900;
    color: #2892d0;
    background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wbst-calc-row
{
	background: url(/images/calc-row-top-bg.jpg) top right no-repeat, 
				url(/images/questions-bottom-bg3.png) bottom center no-repeat #27A9DD;
    background-size: contain, auto;
	position: relative;
}

.wbst-calc-form .sf2-checkboxes 
{
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3;
    padding-left: 20px;
}
.wbst-calc-form .sf2-checkboxes .sf2-checkbox-label 
{
    display: block;
}
.wbst-calc-form .sf2-checkboxes .sf2-checkbox-label input 
{
    margin-right: 6px;
    margin-top: 0px;
}
.wbst-calc-form .sf2-form-group + .sf2-form-group
{
	margin-top: 30px;
}
.sf2Layout-blocks .wbst-calc-form .sf2-form-label-wrap
{
    margin-bottom: 6px;
}

.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"], .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn
{
	font-size: 22px;
    font-weight: 400;
    fill: #FFF;
    color: #FFF;
    border-style: solid;
    border-width: 0px;
    border-radius: 50px;
    box-shadow: -8px 18px 11px 0px rgba(0, 0, 0, 0.3);
    padding: 32px 55px 30px 55px;
    background-color: #FF69BF;
    position: relative;
    overflow: hidden;
}
.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"]:before, .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn:before
{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	opacity: 0.5;
}
.wbst-calc-button-wrapper
{
	text-align: center;
	margin-top: 40px;
}

.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"]:hover, .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn:hover
{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.wbst-fly1
{
	position: absolute;
    top: 273px;
    right: -340px;
    -webkit-filter: drop-shadow(-26px 27px 10px rgba(0, 0, 0, .18));
    filter: drop-shadow(-26px 27px 10px rgba(0, 0, 0, .18));	
	
	-webkit-animation: up-down 40s infinite linear;
    animation: up-down 40s infinite linear;	
}
.wbst-fly2
{
	position: absolute;
    bottom: -39px;
    left: -267px;
    -webkit-filter: drop-shadow(-26px 27px 10px rgba(0, 0, 0, .18));
    filter: drop-shadow(-26px 27px 10px rgba(0, 0, 0, .18));
}
.wbst-typical-apartment-row
{
	padding-bottom: 40px;
}
.wbst-typical-apartment-row .wbst-row-title
{
	text-align: left;
	font-size: 48px;
}
.wbst-row-sub-title2
{
	color: black;
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.1;
	margin-top: 5px;
}

.wbst-typ-appart-wrapper
{

    border-radius: 14px;
	position: relative;
	padding: 20px;
	
	background: #f4f4f4;
}
.wbst-typ-appart-border
{
	border: 1px dashed #0299ab;
    border-radius: 12px;
    padding: 50px 80px 60px 80px;
    position: relative;
}
.wbst-typ-appart-top
{
	width: 68%;
/*    padding: 60px 0px 1px 80px;*/
}
.wbst-typ-appart-top-title
{
	font-size: 24px;
    line-height: 1.2;
    margin-bottom: 26px;
    max-width: 751px;
    font-weight: 600;
    margin-top: 30px;
}
.wbst-typ-appart-top-title span
{
	color: #0299ab;
    background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wbst-typ-appart-top-desc
{
	font-size: 24px;
    font-weight: 300;
    margin-bottom: 45px;
}
p.wbst-what-in
{
	margin-bottom: 20px;
}
.wbst-typ-appart-top-desc ul
{
	list-style: none;
    margin-left: 30px;
}
.wbst-typ-appart-top-desc ul li
{
	position: relative;
    margin: 10px;
}
.wbst-typ-appart-top-desc ul li:before
{
	content: '';
    width: 30px;
    height: 30px;
    /* background: #fa4b48; */
    left: -43px;
    top: 2px;
    position: absolute;
    background-image: url(/images/arrow1.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.wbst-typ-appart-bottom-wrapper
{
	padding: 12px;
    position: relative;
}
.wbst-typ-appart-bottom-inner
{
	border: 1px solid #ebebeb;
	border-radius: 3px;
	padding: 50px;
}
.wbst-typ-appart-bottom-title
{
	max-width: 610px;
    font-size: 26px;
    font-weight: 300;
}
.wbst-typ-appart-image
{
	position: absolute;
    top: -90px;
    right: -332px;
}
.wbst-circle1-wrapper
{
	position: absolute;
    top: 23%;
    left: -15px;
    width: 160px;
    height: 160px;
    background: #00cc79;
    border-radius: 500px;
    display: flex;
    align-items: center;
    padding: 26px 17px 17px 17px;
	background-image: linear-gradient(125deg, #0299ab 0%, #00cc79 100%);
}
.wbst-circle1
{
	color: white;
	text-align: center;
}
.wbst-new-building-row
{
	padding: 20px 0px 100px;
    background-repeat: no-repeat;
	background-size: contain;
    background-color: white;
    background-image: url(/images/check-up-bg.png);
    background-position: left bottom;	
}
.wbst-new-building-text1
{
	margin-left: 130px;
    font-size: 34px;
    margin-top: 30px;
	position: relative;
}
.wbst-new-building-text1 b
{
	font-weight: 600;
}
.wbst-new-building-text2
{
	margin-left: 210px;
    font-size: 30px;
    margin-top: 20px;
    max-width: 640px;
    position: relative;
}
.wbst-new-building-wrapper
{
	width: 66%;
	float: right;
	position: relative;
	z-index: 2;
}
.wbst-check-up-image
{
	position: absolute;
    width: 787px;
    left: -132px;
    top: calc(50% - 257px);
}
.wbst-new-building-text2 span.wbst-nb1
{
    font-weight: 700;
    line-height: 1;
	color: #0299ab;
    background: linear-gradient(45deg, #0299ab 20%, #00cc79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wbst-new-building-text2 span.wbst-nb2
{
	color: #fa4b48;
    font-weight: 900;
    font-size: 40px;
    line-height: 1;
    text-shadow: 1px 1px 0px #630000;
}
.wbst-show-right
{
	position: absolute;
    left: -54px;
}
.wbst-coupon-wrapper1
{
	border-radius: 5px;
    background: #fff;
    width: 100%;
    max-width: 714px;
    margin-left: 180px;
    position: relative;
    padding: 9px;
    z-index: 1;
    overflow: hidden;
    margin-top: 40px;
	box-shadow: 0px 25px 50px rgba(1, 1, 1, 0.11);
}
.wbst-coupon-wrapper1:before
{
	content: "";
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 9px;
    bottom: 9px;
    left: 9px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    z-index: 1;
}
.wbst-coupon-wrapper
{
	padding: 40px 60px 36px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.wbst-coupon-wrapper:after, .wbst-coupon-wrapper:before
{
	content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    border: 1px solid #eaeaea;
    background: #fff;
	z-index: 2;
}
.wbst-coupon-wrapper:before
{
	left: -33px;
}
.wbst-coupon-wrapper:after
{
	right: -33px;
    
}
.wbst-copon-text1
{
	font-size: 22px;
    width: 60%;
}
.wbst-coupon-input
{
	width: 50%;
	float: left;
	padding-right: 5px;
}
.wbst-coupon-button-wrapper
{
	width: 50%;
	float: left;
	padding-left: 5px;
}
.wbst-coupon-input .sf2-form-label-wrap
{
	display: none;
}


.sf2Style-default .wbst-coupon-button button.sf2-element[type="submit"], .sf2Style-default .wbst-coupon-button button.sf2-element.sf2SendBtn
{
	font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    fill: #FFF;
    color: #FFF;
    background-color: #FA4B48;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #02827d;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 7px 30px 0px rgba(1, 176, 148, 0.50);
    padding: 25px 35px 25px 35px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #0299ab 0%, #00cc79 100%);
	width: 100%;
}

.sf2Style-default .wbst-coupon-button button.sf2-element[type="submit"]:hover, .sf2Style-default .wbst-coupon-button button.sf2-element.sf2SendBtn:hover
{
    background-color: transparent;
    background-image: linear-gradient(90deg, #00cc79 0%, #0299ab 100%);
}

.wbst-right-input
{
	margin-bottom: 10px;
}
table.wbst-price-table
{
	width: 100%;
	margin-bottom: 14px;
}
.wbst-article-bottom-wrapper .button1
{
	text-align: center;
	margin-top: 20px;
}
.wbst-price-table td
{
	background: #f4f4f4;
	border: 1px solid white;
	padding: 20px 40px;
}
.wbst-price-table th
{
	padding: 20px 40px;	
	border: 1px solid white;
	color: white;
	font-weight: 600;
}
.wbst-price-table tr:first-child
{
	background-color: #0299ab;
	background-image: linear-gradient(90deg, #0299ab 0%, #00cc79 100%);
}
.wbst-price-table tr:first-child th:first-child
{
	border-top-left-radius: 20px;
}
.wbst-price-table tr:first-child th:last-child
{
	border-top-right-radius: 20px;
}
.wbst-price-table tr:last-child td:first-child
{
	border-bottom-left-radius: 20px;
}
.wbst-price-table tr:last-child td:last-child
{
	border-bottom-right-radius: 20px;
}
.sf2Style-default .sf2-form-group.wbst-coupon-input input.sf2-element
{
	width: 100%;
    height: 80px;
    line-height: 80px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 5px;
	padding: 0px 20px 0px 30px;
	box-shadow: none;
}
.sf2Style-default .sf2-form-group.wbst-right-input input.sf2-element
{
	width: 100%;
    height: 80px;
    line-height: 80px;
    color: #000;
    font-size: 18px;
/*    font-weight: 600;
    text-transform: uppercase;*/
    background: white;
    border: 1px solid #eee;
    border-radius: 5px;
	padding: 0px 20px 0px 30px;
	box-shadow: none;
}
.wbst-right-input .sf2-form-label-wrap
{
	display: none;
}
.wbst-how-we-work-row
{
	background: #f4f4f4;
	padding: 80px 0px;

}
.wbst-how-we-work-wrapper
{
	max-width: 1260px;
	margin: 30px auto 0px;
}
.wbst-how-we-work-item-wrapper
{
	width: 50%;
	padding: 40px;
	float: left;
}
.wbst-how-we-work-item
{
    background: white;
	padding: 10px;
    border-radius: 14px;
	position: relative;
	overflow: hidden;
	box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.08);	
}
.wbst-how-we-work-item-border
{
    padding: 40px 152px 40px 60px;	
/*	border: 1px dashed #ffaeac;*/
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.wbst-how-we-work-item-title
{
	font-size: 26px;
    font-weight: 700;
	margin-bottom: 10px;
}
.wbst-how-we-work-item-image img
{
	position: absolute;
}
.wbst-how-we-work-item-image.wbst-item1 img
{
	position: absolute;
    bottom: -56px;
    right: -40px;
}
.wbst-how-we-work-item-image.wbst-item4 img
{
	position: absolute;
    top: 11px;
    right: -34px;
}

.wbst-circle2
{
	width: 800px;
    height: 800px;
    border-radius: 600px;
    background: #00cb7b;
    background-image: linear-gradient(180deg, #00cc79 0%, #0299ab 100%);
    position: absolute;
    bottom: -300px;
    right: -150px;
}
.wbst-main .wbst-calc-form-wrapper .sf2-message.sf2-type-success 
{
	min-height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: 500px;
    margin: 0px auto;	
}
ul.wbst-bottom-servises-list
{
	line-height: 1.3;
	padding-inline-start: 0px;
	padding-left: 20px;
}
ul.wbst-bottom-servises-list li
{
	list-style-type: square;
	margin: 15px 0px;
}
.wbst-bottom-servises-list a
{
	color: black;
	-webkit-transition: none;
    -o-transition: none;
    transition: none;	
}
.wbst-bottom-servises-list a:hover, .wbst-bottom-servises-list a:focus
{
	color: #fa4c49;
	text-decoration: underline;
}




.wbst-services-wrapper {
    margin: 60px -6px 0px;
}

.wbst-service-item-wrapper {
    width: 20%;
    padding: 6px 6px;
    float: left;
}

.wbst-service-item {
	background: white;
    padding: 50px 30px 40px 30px;
    text-align: center;
    border-radius: 38px;
    position: relative;
    /* box-shadow: -5px 10px 40px rgba(0, 0, 0, 0.08); */
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #d7d7d7;
	position: relative;
	overflow: hidden;
}


.wbst-service-item-title-wrapper {
    min-height: 84px;
}

.wbst-service-item-title {
	

	font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    margin-top: 30px;
}

.wbst-service-item-subtitle {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
}
.wbst-service-item-cost {
    margin-bottom: 30px;
}

.wbst-service-item:hover
{
/*	box-shadow: -10px 15px 30px rgba(0, 0, 0, 0.33);
    margin-top: -20px;
	border: none;*/
}
.wbst-call-bottom
{
	display: flex;
    width: 220px;
    height: 42px;
    border: 2px solid #0299ab;
    border-radius: 23px;
    background: #fff;
    line-height: 39px;
    position: fixed;
    right: 152px;
    bottom: 20px;
    z-index: 1;
    box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.25);
    opacity: 1;
/*    transition: all 0.5s ease;*/
	-webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.call__ico
{
	position: absolute;
    left: -1px;
    top: -1px;
    background: #0299ab;
	background-image: linear-gradient(90deg, #0299ab 0%, #00cc79 100%);
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
}
a .wbst-call-bottom 
{
    font-size: 16px;
    color: #161400;
    text-decoration: none;
    font-weight: 700;
	text-align: left;
    padding-left: 51px;
	z-index: 10000;
}
a .wbst-call-bottom:hover
{
	transform: scale(0.96);
}
a.wbst-viber-bottom
{
	position: fixed;
    right: 108px;
    bottom: 21px;
	height: 40px;
	width: 40px;
	color: white;
	background: #7F50A0;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 10000;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-viber-bottom:hover
{
	transform: scale(0.9);	
}
a.wbst-whatsapp-bottom
{
	position: fixed;
    right: 64px;
    bottom: 21px;
	height: 40px;
	width: 40px;
	color: white;
	background: #25D366;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 10000;	
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-whatsapp-bottom:hover
{
	transform: scale(0.9);	
}
a.wbst-tg-bottom
{
	position: fixed;
    right: 20px;
    bottom: 21px;
	height: 40px;
	width: 40px;
	color: white;
	background: #28A8E9;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 10000;	
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-tg-bottom:hover
{
	transform: scale(0.9);	
}
.wbst-start-wrapper
{
	margin-top: 30px;
	font-size: 14px;
	color: #adadad;
}
.wbst-start-wrapper i
{
	font-size: 14px;
    color: orange;
}
.view-article #sp-main-body
{
	padding: 50px 0px 32px 0px;
}
#sp-wbst-footer .wbst-bottom-messengers a
{
	display: inline-block;
	height: 40px;
	width: 40px;
	color: #21aadd;
	background: rgba(255, 255, 255, 0.83);
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
	font-size: 24px;
	margin-left: 6px;
}
#sp-wbst-footer #sp-wbst-footer1 .wbst-bottom-messengers a
{
	margin-left: 0px;
	margin-right: 6px;
}
.wbst-bottom-messengers a:hover
{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.wbst-bottom-messengers
{
	margin: 10px 0px 16px;
}
/*
a.wbst-viber-contacts-bottom
{
	display: inline-block;
	height: 40px;
	width: 40px;
	color: white;
	background: #7F50A0;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-viber-contacts-bottom:hover
{
	transform: scale(0.9);	
}
a.wbst-whatsapp-contacts-bottom
{
	display: inline-block;
	height: 40px;
	width: 40px;
	color: white;
	background: #25D366;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-whatsapp-contacts-bottom:hover
{
	transform: scale(0.9);	
}
a.wbst-tg-contacts-bottom
{
	display: inline-block;
	height: 40px;
	width: 40px;
	color: white;
	background: #28A8E9;
	text-align: center;
	line-height: 42px;
	border-radius: 50px;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;	
}
a.wbst-tg-contacts-bottom:hover
{
	transform: scale(0.9);	
}*/
.wbst-messengers-top
{

}
.wbst-messengers-top a.wbst-viber-contacts-bottom
{
/*	border-radius: 5px;*/
}




.button1 .sf2-callBtn:before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.8645833333vw;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
	opacity: 0.5;
}

.wbst-header-icon1
{
	position: absolute;
    width: 60px;
    top: 261px;
    right: 30%;
    transform: rotate(-24deg);
    opacity: 0.6;
}
.wbst-header-icon2
{
	position: absolute;
    width: 36px;
    /* top: 261px; */
    right: 48%;
    transform: rotate(-29deg);
    opacity: 0.6;
    bottom: -41px;
}
.wbst-what-is-row
{
	background: #2CA9DC;
	color: white;
	padding: 20px 0px 50px;	
}
.wbst-what-is-title
{
	text-align: center;
    font-size: 56px;
    font-weight: 700;
	margin-bottom: 20px;
}
.wbst-what-is-text-wrapper
{
	width: 66.6666%;
	float: right;
	padding: 14px 40px 0px 100px;
}
.wbst-what-is-image-wrapper
{
	width: 33.33333%;
	float: left;
	position: relative;
	top: -30px;
}
.wbst-what-is-image-wrapper img
{
	border-radius: 41px;
	position: relative;
}
.wbst-what-is-text p
{
	margin-bottom: 20px;
}
.wbst-what-is-image-wrapper:before 
{
    position: absolute;
    content: '';
    background: url(/images/dotes1.png);
    width: 420px;
    height: 406px;
    left: -60px;
    top: -40px;
    background-size: cover;
    background-repeat: no-repeat;
}
.wbst-what-is-text-wrapper
{
	font-size: 20px;
}
.wbst-what-is-text .button1
{
	margin-top: 40px;
}
.wbst-programs-row
{
	padding: 80px 0px 40px;
}
.wbst-row-description
{
	font-size: 24px;
	margin: 0px auto;
	width: 70%;
	text-align: center;
}
.wbst-row-description span
{
	font-weight: 700;
    color: #2892d0;
	background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.wbst-service-item-wrapper .button1 button.sf2-callBtn
{
	padding: 28px 44px 26px 44px;
	font-size: 20px;
}
.wbst-service-item-icon
{

}
.wbst-service-item-icon img
{
    margin: 0px auto;
    width: 180px;
    z-index: 2;
    position: relative;
}
.wbst-service-item-number
{
    position: absolute;
    font-size: 251px;
    font-weight: 900;
    opacity: 0.05;
    color: #2ca9dc;
    top: -85px;
    left: -36px;
}
.wbst-programms-button-wrapper
{
	text-align: center;
	margin-top: 40px;
}

.wbst-factors-wrapper
{
	position: relative;	
	margin-top: 40px;
}
.wbst-factors-item-wrapper.wbst-factors-right-item-wrapper
{
	float: right;
	padding-left: 90px;	
}
.wbst-factors-item-wrapper.wbst-factors-left-item-wrapper
{
	float: left;
	padding-right: 90px;	
	text-align: right;
}
.wbst-factors-item
{
	position: relative;
}
.wbst-factors-item-wrapper
{
	width: 460px;
	margin: 40px 0px 40px;

}

.wbst-factors-margin-left
{
	margin-left: 60px;
}
.wbst-factors-margin-left.wbst-factors-bottom
{
	margin-left: 40px;	
}
.wbst-factors-margin-right
{
	margin-right: 60px;
}
.wbst-factors-margin-right.wbst-factors-bottom
{
	margin-right: 40px;
}
.wbst-factors-bg
{
	position: absolute;
	bottom: -31px;
	left: calc(50% - 220px);
}
.wbst-factors-item-icon
{
	position: absolute;
    left: -90px;
    top: 0px;
    width: 80px;
    height: 80px;
    /* background: url(/images/mission-icon-bg.png); */
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #2ca9dc17;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wbst-factors-left-item-wrapper .wbst-factors-item-icon
{
	left: unset;
	right: -90px;
}

.wbst-factors-item-icon i
{
	color: #2892d0;
    background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}
.wbst-doctor-description
{
	font-size: 12px;
    width: 280px;
    background: #00000061;
    padding: 12px 20px 10px;
    border-radius: 22px;
    color: white;
    position: absolute;
    right: calc(50% - 40px);
    bottom: -2px;
	display: none;
}
.wbst-consultation-text-wrapper
{
	width: 60%;
}
.wbst-specialists-row
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.wbst-specialists-row .sppb-carousel-extended-team-content
{
	box-shadow: none;
	margin: 0px;
	text-align: center;
}
.wbst-specialists-row .sppb-carousel-extended-item
{
	border: 1px solid #d7d7d7;
    border-radius: 38px;
	margin-left: 1px;
}
.wbst-specialists-row .sppb-carousel-extended-item img
{
	border-radius: 38px 38px 0px 0px;
    padding: 18px 30px 0px 30px;
}
.wbst-specialists-row .sppb-carousel-extended-team-designation
{
	font-size: 14px;
	min-height: 75px;
	margin-bottom: 0px;
}
.wbst-specialists-row div.sppb-carousel-extended-dots
{
	bottom: -50px;
}
.wbst-specialists-row .wbst-row-description
{
	margin-bottom: 20px;
}

.wbst-new-building-row .wbst-row-description
{
	width: unset;
    text-align: left;
    margin-bottom: 20px;
    background: #21aadd;
    color: white;
    padding: 10px 10px 10px 30px;
    border-radius: 30px;
}
.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-testimonial-carousel-rating
{
	margin-bottom: 10px;
}
.wbst-specialists-row .button1
{
	margin-top: 90px;
	text-align: center;
}
.wbst-package-includes
{
	margin-left: 60px;
}
.wbst-package-includes > p
{
	font-size: 24px;
	font-weight: 800;
	margin-bottom: 16px;
}
.wbst-package-includes ul li
{
	margin-bottom: 15px;
	position: relative;
	list-style: none;
	margin-left: 20px;
}
.wbst-package-includes ul li + li
{
	margin-left: 50px;
}
.wbst-package-includes ul li + li + li
{
	margin-left: 80px;
}
.wbst-package-includes ul li + li  + li + li
{
	margin-left: 100px;
}
.wbst-package-includes ul li + li  + li + li + li
{
	margin-left: 120px;
}
.wbst-package-includes ul li + li  + li + li + li + li
{
	margin-left: 150px;
}
.wbst-package-includes ul li + li  + li + li + li + li + li
{
	margin-left: 170px;
}

.wbst-package-includes ul li:before
{
	width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    background: #00ecff;
    left: -43px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    content: '\f178';
    font-family: "Font Awesome 5 Pro";
    background-image: linear-gradient(45deg, #4690d6 20%, #00ecff);
    border-radius: 20px;
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
	top: 0px;
}
.wbst-program-benefits-item-wrapper
{
	width: 25%;
	float: left;
	padding: 0px 10px;
}
.wbst-program-benefits-item-text
{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
}
.wbst-program-benefits-wrapper
{
	margin: 50px 0px 40px 160px;
    border: 1px solid #d7d7d7;
    position: relative;
    padding: 40px 0px 30px 0px;
    border-radius: 32px;
}
.wbst-program-benefits-wrapper > p
{
	position: absolute;
    top: -16px;
    font-size: 22px;
    font-weight: 800;
    background: white;
    left: 39px;
    padding: 0px 20px;
}
.wbst-program-benefits-item
{
/*	border: 1px solid #d7d7d7;*/
}
.wbst-program-benefits-item-image
{
	width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #2ca9dc17;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px auto;
}
.wbst-program-benefits-item-image i
{
	color: #2892d0;
    background: linear-gradient(45deg, #4690d6 20%, #00ecff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
}
.sf2Style-default .wbst-no-label .sf2-form-label-wrap label
{
	display: none;
}
.wbst-calc-form .wbst-no-padding-checkbox .sf2-checkboxes
{
	padding-left: 0px;

}
.wbst-calc-form .wbst-no-padding-checkbox .sf2-checkboxes .sf2-checkbox-label input
{
	margin-top: unset;
	margin-bottom: 3px;
}

.wbst-call-to-us-one-click 
{
	display: none; 
    position: fixed;
    background-color: #FF69BF;
    border-radius: 50px;
    padding: 15px 15px 15px 15px;
    bottom: 14px;
    left: 70px;
    max-width: 80%;
    z-index: 2000000;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
	line-height: 1.2;
	transition: all 0.2s ease;
}
.wbst-call-to-us-one-click:focus
{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#sp-wbst-footer a.wbst-call-to-us-one-click 
{
	text-decoration: none;
}
.wbst-call-to-us-one-click i
{
	margin-right: 10px;
}
.wbst-call-to-us-one-click:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 60px;
    height: 300%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    -webkit-animation: blick 3s linear infinite;
    animation: blick 3s linear infinite;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    opacity: 0.5;
}





@keyframes wiggle {
  from { transform: rotate(-10deg); }
  to   { transform: rotate(10deg); }
}


@-webkit-keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}
@keyframes blick {
  0% {
    left: -80%;
  }
  100% {
    left: 160%;
  }
}



@-webkit-keyframes up-down 
{
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes up-down 
{
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}





@keyframes blinker {
from{opacity:1.0;}
to{opacity:0.0;}
}
@-webkit-keyframes blinker {
from{opacity:1.0;}
to{opacity:0.0;}
}

@media (min-width: 1650px)
{
	.container 
	{
		width: 1600px;
	}
	.sppb-row-container
	{
		width: 1600px;
	}

	
}





@media (min-width: 1200px) and (max-width: 1649px)
{
	.wbst-slogan-wrapper h1
	{
		font-size: 70px;
	}
	.wbst-slogan-line2
	{
		font-size: 26px;
	}
	.wbst-advantages-item
	{
		font-size: 14px;
	}
	.wbst-service-item-wrapper
	{
		padding: 5px;
	}
	.wbst-header-row
	{
		min-height: 0px;
	}
	.wbst-slogan-wrapper
	{
		margin-bottom: 110px;
	}
	.wbst-header-row:before
	{
		width: 692px;
		height: 592px;
		bottom: 168px;
		left: 54%;
	}
	.wbst-row-title
	{
		font-size: 52px;
	}
	.wbst-testimonials-row
	{
		background-position: -356px bottom;
	}
	.wbst-testimonials-col
	{
		width: 70%;
	}
	.wbst-consultation-bg-image
	{
		right: -107px;
	}
	.wbst-circle2
	{
		right: -330px;
	}
	.wbst-footer-row
	{
		font-size: 16px;
	}
	.wbst-bottom-phones span
	{
		font-size: 28px;
	}
	.wbst-bottom-phones
	{
		font-size: 20px;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -100px;
	}
	.wbst-suggest-col-left
	{
		padding-right: 20px;
	}
	.wbst-suggest-col-right
	{
		padding-left: 20px;
	}
	.wbst-button-pos2
	{
		margin-top: 40px;
	}
	.wbst-typ-appart-image
	{
		top: -50px;
		right: -507px;
	}
	.wbst-new-building-wrapper
	{
		width: auto;
	}
	.wbst-new-building-row
	{
	}
	.wbst-check-up-image
	{
		display: none;
	}
	.wbst-how-we-work-item-border
	{
		padding: 40px 100px 40px 60px;
	}
	.wbst-how-we-work-item-image.wbst-item1 img
	{
		right: -80px;
	}
	.wbst-how-we-work-item-image.wbst-item4 img
	{
		right: -70px;
	}
	.wbst-service-item-title
	{
		font-size: 19px;
	}
	.wbst-service-item-title-wrapper
	{
		min-height: 60px;
	}
	.wbst-service-item-icon img
	{
		width: 140px;
	}
	.wbst-service-item-number
	{
		font-size: 203px;
		top: -66px;
		left: -29px;
	}
	
	#sp-wbst-footer ul.menu li a
	{
		display: block;
	}
	.blog-item-content-wrapper h1
	{
	    font-size: 46px;
	}
	.blog-item-content-wrapper
	{
		padding: 40px 50px;
	}
	.wbst-right-module-wrapper
	{
		padding: 24px;
	}
	.sf2Style-default .wbst-coupon-button button.sf2-element[type="submit"], .sf2Style-default .wbst-coupon-button button.sf2-element.sf2SendBtn
	{
		padding: 25px 25px 25px 25px;
		font-size: 14px;
	}
	.wbst-right-title
	{
		font-size: 28px;
	}
	.wbst-logo-image img
	{
		width: 220px;
	}
	.wbst-logo-wrapper
	{
		min-width: 280px;
	}
	.wbst-afterlogo-wrapper
	{
		font-size: 14px;
	}
	.wbst-top-col3-wrapper
	{
		width: 230px;
	}
	.home .wbst-button2 button.sf2-callBtn
	{
	}
	.home .wbst-top-phones
	{
		font-size: 20px;
	}
	.home .wbst-top-col4-wrapper
	{
		margin-top: 22px;
	}
	.wbst-service-item-wrapper .button1 button.sf2-callBtn
	{
		font-size: 18px;
	}
	.wbst-factors-bg
	{
		width: 420px;
		left: calc(50% - 190px);
	}
	.wbst-factors-item-wrapper
	{
		width: 380px;
		font-size: 16px;
	}
	.wbst-factors-margin-left.wbst-factors-bottom
	{
		margin-left: 0px;
	}
	.wbst-factors-margin-right.wbst-factors-bottom
	{
		margin-right: 0px;
	}
	.wbst-consult-sub-title
	{
		font-size: 26px;
	}
	.wbst-consult-text ul
	{
		margin-left: 10px;
	}
	.wbst-consult-text
	{
		font-size: 20px;
	}
	.wbst-rassrochka-bg-image
	{
		bottom: -65px;
	}
	.sppb-carousel-extended-nav-control .nav-control.prev-control
	{
		margin-left: 14px;
	}
	.sppb-carousel-extended-nav-control .nav-control.next-control
	{
		margin-right: 14px;
	}
	.wbst-new-building-wrapper .button1
	{
		text-align: center;
	}
	.wbst-calc-form-wrapper
	{
		padding: 60px 80px 30px;
	}
	.wbst-fly1
	{
		right: -374px;
	}
	#sp-wbst-footer .sp-module-title
	{
		font-size: 26px;
	}
	#sp-wbst-footer1
	{
		width: 25%;
	}
	#sp-wbst-footer3
	{
		width: 25%;
	}
	.wbst-what-is-image-wrapper
	{
		top: 0px;
        margin-top: 10px;
	}
	.wbst-what-is-image-wrapper:before
	{
		width: 320px;
		height: 310px;
	}
	.wbst-what-is-text-wrapper
	{
		font-size: 18px;
		padding: 0px 0px 0px 60px;
	}
	.wbst-what-is-title
	{
		text-align: center;
		font-size: 50px;
		font-weight: 700;
		margin-bottom: 12px;
	}
	.wbst-what-is-row
	{
		padding: 0px 0px 80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.wbst-button4 button.sf2-callBtn
	{
		font-size: 18px;
	}
	.wbst-hours
	{
		font-size: 18px;
	}
	#sp-wbst-footer ul.menu li a
	{
		display: block;
	}	
	.wbst-slogan-wrapper h1
	{
		font-size: 52px;
	}
	.wbst-slogan-line2
	{
		font-size: 23px;
	}
	.wbst-header-row
	{
		min-height: 0px;
	}
	.wbst-slogan-wrapper
	{
		padding-bottom: 120px;
	}
	.wbst-header-row:before
	{
		left: 60%;
		width: 579px;
		height: 585px;
		bottom: 191px;
	}
	.wbst-service-item-wrapper
	{
		width: 20%;
		padding: 4px;
	}
	.wbst-suggest-col-left:after
	{
		content: none;
	}
	.wbst-suggest-wrapper
	{
		margin-top: 0px;
	}
	.wbst-service-item:hover
	{
		margin-top: 0px;
	}
	.wbst-testimonials-col
	{
		width: 100%;
		padding-left: 82px;
	}
	.wbst-testimonials-row
	{
		background-image: none;
		padding: 75px 0px 160px;
	}
	.wbst-consultation-bg-image
	{
		right: -104px;
        width: 458px;
        top: 150px;
	}
	.wbst-consult-text
	{
		margin-bottom: 30px;
	}
	.wbst-rassrochka-bg-image
	{
		bottom: -77px;
		right: -54px;
	}
	.wbst-rassrochka-bg-top-image
	{
		top: -35px;
	}
	.wbst-top-phones
	{
		font-size: 28px;
	}
	.wbst-afterlogo-wrapper
	{
		margin-top: 28px;
		font-size: 14px;
		width: 216px;
		padding-left: 24px;
	}
	.wbst-logo-wrapper
	{
		min-width: 218px;
	}
	.wbst-top-phones span
	{
		font-size: 38px;
	}
	.wbst-footer-row
	{
		font-size: 16px;
	}
	.wbst-bottom-after-logo-text
	{
		font-size: 14px;
	}
	.wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper
	{
		padding-left: 30px;
	}
	.wbst-bottom-phones
	{
		font-size: 18px;
	}
	.wbst-bottom-phones span
	{
		font-size: 23px;
	}
	a.wbst-viber
	{
		padding: 2px 6px 2px;
		font-size: 22px;
	}
	.wbst-slogan-wrapper
	{
		max-width: 67%;
	}
	.wbst-suggest-col-left
	{
		width: 100%;
		float: none;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -260px;
	}
	.wbst-suggest-col-right
	{
		width: 100%;
		float: none;
		margin-top: 10px;
		padding-right: 50px;
	}
	.wbst-suggest-description h2
	{

	}
	.wbst-button-pos2
	{
		margin-top: 30px;
	}
	.wbst-calc-form-wrapper
	{
		width: 90%;
		padding: 50px 80px 40px;
	}
	.wbst-fly1
	{
		right: -386px;
	}
	.wbst-fly2
	{
	}
	.wbst-circle1-wrapper
	{
		left: 16px;
	}
	.wbst-typ-appart-image
	{
		top: -37px;
		right: -660px;
	}
	.wbst-typ-appart-top
	{
		width: 80%;
	}
	.wbst-typ-appart-border
	{
		padding: 50px 80px 60px 40px;
	}
	.wbst-new-building-wrapper
	{
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.wbst-how-we-work-item-wrapper
	{
		width: 100%;
		max-width: 650px;
		padding: 20px 40px;
		float: none;
		margin: 0px auto;
	}
	.wbst-consultation-border
	{
		padding: 50px 50px 50px 40px;
	}
	.wbst-consultation-text-wrapper
	{
		width: 70%;
	}
	.wbst-consult-title
	{
		font-size: 41px;
	}
	.wbst-consult-sub-title
	{
		font-size: 24px;
	}
	.wbst-consult-text
	{
		font-size: 20px;
	}
	.wbst-circle2
	{
		bottom: -262px;
		right: -464px;
	}
	.wbst-logo-bottom-wrapper .wbst-logo-image img
	{
	}
	.wbst-logo-bottom-wrapper .wbst-logo-text
	{
		font-size: 24px;
		padding-top: 12px;
	}
	
	.blog-item-content-wrapper h1
	{
	    font-size: 40px;
	}
	.blog-item-content-wrapper
	{
		padding: 40px 50px;
	}
	.wbst-right-module-wrapper
	{
		padding: 24px;
	}
	.sf2Style-default .wbst-coupon-button button.sf2-element[type="submit"], .sf2Style-default .wbst-coupon-button button.sf2-element.sf2SendBtn
	{
		padding: 25px 5px 25px 5px;
		font-size: 12px;
	}
	.wbst-right-title
	{
		font-size: 24px;
	}	
	.sf2Style-default .sf2-form-group.wbst-right-input input.sf2-element
	{
		padding: 0px 4px 0px 4px;
	}
	.wbst-article-image
	{
		width: 250px;
	}
	.home .wbst-button2 button.sf2-callBtn
	{
		font-size: 16px;
		color: white;
		border-color: white;
	}
	.wbst-button2 button.sf2-callBtn
	{
		padding: 14px 16px 14px 16px;		
	}
	.wbst-top-col4-wrapper
	{
		width: 236px;

	}
	.home .wbst-top-phones
	{
		font-size: 20px;
	}
	
	
	.wbst-logo-image img
	{
		width: 170px;
	}
	.wbst-top-col3-wrapper 
	{
		width: 233px;
		margin-top: 37px;		
	}
	.home .wbst-top-col4-wrapper
	{
		margin-top: 15px;
	}
	.wbst-advantages-item
	{
		font-size: 11px;
	}
	.wbst-what-is-text-wrapper
	{
		padding: 0px 10px 0px 60px;
		font-size: 16px;
	}
	.wbst-advantages-item
	{
		min-height: 75px;
	}
	.wbst-advantages-item:before
	{
		top: 18px;
		font-size: 16px;
	}
	.wbst-what-is-row
	{
		padding: 0px 0px 70px;
	}
	.wbst-what-is-image-wrapper:before
	{
		width: 296px;
		height: 286px;
	}
	.wbst-what-is-title
	{
		font-size: 44px;
		margin-bottom: 10px;
	}
	.wbst-what-is-image-wrapper
	{
		width: 33.333%;
		top: 0px;
		margin-top: 42px;
	}
	.wbst-row-title h2, .wbst-row-title
	{
		font-size: 44px;
		margin-bottom: 20px;
		
	}
	.wbst-service-item-title
	{
		font-size: 18px;
		margin-top: 20px;
	}
	.wbst-service-item-icon img
	{
		position: relative;
		z-index: 2;
	}
	.wbst-service-item-wrapper .button1 button.sf2-callBtn
	{
		padding: 24px 22px 24px 22px;
		font-size: 16px;
	}
	.wbst-service-item-title-wrapper
	{
		min-height: 57px;
	}
	.wbst-services-wrapper
	{
		margin: 30px -6px 0px;
	}
	.wbst-factors-left-item-wrapper .wbst-factors-item-icon
	{
		left: -90px;
		right: unset;
	}
	.wbst-factors-item-wrapper.wbst-factors-left-item-wrapper
	{
		text-align: left;
		padding-right: 20px;
		padding-left: 90px;
	}
	.wbst-factors-item-wrapper
	{
		width: 50%;
	}
	.wbst-factors-margin-left
	{
		margin-left: 0px;
	}
	.wbst-factors-item
	{
		font-size: 16px;
	}
	.wbst-factors-bg
	{
		display: none;
	}
	.wbst-factors-margin-right
	{
		margin-right: 0px;
	}
	.wbst-factors-margin-left.wbst-factors-bottom
	{
		margin-left: 0px;
	}
	.wbst-factors-margin-right.wbst-factors-bottom
	{
		margin-right: 0px;
	}
	.wbst-calc-form h2
	{
		font-size: 26px;
	}
	.sppb-carousel-extended-nav-control .nav-control.prev-control
	{
		margin-left: 10px;
	}
	.sppb-carousel-extended-nav-control .nav-control.next-control
	{
		margin-right: 10px;
	}
	.wbst-check-up-image
	{
		display: none;
	}
	.wbst-package-includes
	{
		margin-left: 0px;
	}
	.wbst-new-building-wrapper .button1
	{
		text-align: center;
	}
	#sp-wbst-footer1
	{
		width: 25%;
	}
	#sp-wbst-footer3
	{
		width: 25%;
	}
	.wbst-logo-bottom-wrapper
	{
		margin-top: 15px;
	}
	.wbst-button4 button.sf2-callBtn
	{
		padding: 24px 30px 22px 30px;
	}
	#sp-wbst-footer
	{
		font-size: 16px;
	}
	#sp-wbst-footer .sp-module-title
	{
		font-size: 28px;
	}
	.wbst-service-item
	{
		padding: 34px 20px 30px 20px;
	}
	.wbst-service-item-icon img
	{
		width: 125px;
	}
	.wbst-service-item-number
	{
		font-size: 170px;
		top: -58px;
		left: -27px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.wbst-afterlogo-wrapper
	{
		display: none;
	}
	.wbst-header-row
	{
		min-height: 0px;
	}
	.wbst-slogan-wrapper
	{
		width: 100%;
		max-width: 100%;
		margin-bottom: 100px;
	}
	.wbst-slogan-wrapper h1
	{
		font-size: 60px;
	}
	.wbst-slogan-wrapper h1 span
	{
		background: none;
		-webkit-background-clip: unset;
		-webkit-text-fill-color: unset;		
	}
	.wbst-header-row:before
	{
		content: none;
		background-image: none;
	}
	.wbst-advantages-item
	{
		font-size: 14px;
	}
	.wbst-row-title h2, .wbst-row-title
	{
		font-size: 44px;
	}
	.wbst-testimonials-col
	{
		width: 100%;
		padding-left: 82px;
	}
	.wbst-testimonials-row
	{
		background-image: none;
	}
	.wbst-consultation-bg-image
	{
		display: none;
	}
	.wbst-consult-text ul li
	{
		margin: 30px;
	}
	.wbst-consult-title
	{
		font-size: 42px;
	}
	.wbst-consult-sub-title
	{
		font-size: 26px;
	}
	.wbst-consult-text
	{
		font-size: 20px;
	}
	.wbst-rassrochka-bg-image
	{
		width: 898px;
		bottom: -60px;
		right: -120px;
	}
	.wbst-rassrochka-bg-top-image
	{
		top: -40px;
	}
	.wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper
	{
		padding-left: 0px;
	}
	.wbst-footer-col1-wrapper, .wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper, .wbst-footer-col4-wrapper
	{
		width: 50%;
	}
	.wbst-footer-col1-wrapper
	{
		min-height: 272px;
	}
	.wbst-footer-col2-wrapper
	{
		min-height: 272px;
	}
	.wbst-footer-col4-wrapper
	{
		text-align: left;
	}
	.wbst-footer-col1-wrapper, .wbst-footer-col3-wrapper
	{
		padding-right: 20px;
	}
	.wbst-footer-col2-wrapper, .wbst-footer-col4-wrapper
	{
		padding-left: 20px;
	}	
	.wbst-slogan-line2
	{
		font-size: 27px;
	}
	
	.wbst-suggest-col-left
	{
		width: 100%;
		float: none;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -165px;
	}
	.wbst-suggest-col-right
	{
		width: 100%;
		float: none;
		margin-top: 30px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.wbst-suggest-description h2
	{
		margin-top: 0px;
	}
	.wbst-button-pos2
	{
		margin-top: 30px;
	}
	.wbst-calc-form-wrapper
	{
		width: 100%;
		padding: 40px 60px 40px;
	}
	.wbst-fly1
	{
		right: -390px;
	}
	.wbst-fly2
	{
		left: -315px;
	}	
	.wbst-typ-appart-image
	{
		display: none;
	}
	.wbst-typ-appart-border
	{
		padding: 50px 40px 60px 40px;
	}
	.wbst-typ-appart-top
	{
		width: 100%;
	}
	.wbst-new-building-wrapper
	{
		width: 100%;
		float: none;
	}
	.wbst-coupon-wrapper1
	{
		max-width: 100%;
		margin-left: 0px;
	}
	.wbst-new-building-text2
	{
		font-size: 28px;
	}
	.wbst-new-building-text1
	{
		font-size: 30px;
	}
	.wbst-consultation-border
	{
		padding: 50px 40px 50px 40px;
	}
	.wbst-circle2
	{
		display: none;
	}
	.wbst-how-we-work-item-wrapper
	{
		width: 100%;
		max-width: 650px;
		padding: 20px 40px;
		float: none;
		margin: 0px auto;
	}	
	.wbst-how-we-work-item-border.wbst-no-image
	{
		padding: 40px 60px 40px 60px;
	}	
	.wbst-top-phones span
	{
		font-size: 34px;
	}
	.home .wbst-top-phones
	{
		font-size: 20px;
	}
	.wbst-top-phones
	{
		font-size: 27px;
	}
	.wbst-service-item-wrapper
	{
		width: 33.3333%;
		float: none;
	}
	.wbst-service-item:hover
	{
		margin-top: 0px;
	}
	
	.wbst-services-wrapper
	{
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	}
	
	.wbst-suggest-col-left:after
	{
		content: none;
	}
	.wbst-suggest-wrapper
	{
		display: none;
	}
	#sp-wbst-footer1.col-sm-4, #sp-wbst-footer2.col-sm-3, #sp-wbst-footer3.col-sm-2, #sp-wbst-footer4.col-sm-3
	{
		width: 100%;
		float: none;
		margin-bottom: 60px;
		text-align: left;
	}
	#sp-wbst-footer4.col-sm-3
	{
		margin-bottom: 0px; 
	}
	#sp-main-body #sp-component.col-sm-9
	{
		width: 100%;
		float: none;
	}
	.blog-item-content-wrapper
	{
		padding: 30px 40px 40px;
	}
	.blog-item-content-wrapper h1
	{
		font-size: 46px;
	}
	#sp-right.col-sm-3
	{
		width: 100%;
		float: none;
	}
	.wbst-right-module-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 440px;
	}
	.home .wbst-button2 button.sf2-callBtn
	{
		color: white;
		border-color: white;
	}	
	.wbst-button2 button.sf2-callBtn
	{
		padding: 14px 14px 14px 14px;
	}
	.wbst-top-col4-wrapper
	{
		width: 240px;
		margin-top: 18px;
	}
	.wbst-logo-image img
	{
		width: 200px;
		margin-right: 0px;
	}
	.wbst-logo-wrapper
	{
		min-width: 220px;
	}
	.wbst-top-col3-wrapper
	{
		width: 224px;
		margin-top: 37px;
	}
	.wbst-what-is-text-wrapper
	{
		width: 100%;
		padding: 0px 20px;
	}
	.wbst-what-is-image-wrapper
	{
		display: none;
	}
	.wbst-row-description
	{
		width: 100%;
	}
	.wbst-row-title h2, .wbst-row-title
	{
		margin-bottom: 30px;
	}
	.wbst-services-wrapper
	{
		margin: 30px -6px 0px;
	}
	.wbst-services-wrapper .clearfix:before, .wbst-services-wrapper .clearfix:after
	{
		content: none;
	}
	.wbst-clearfix2:before, .wbst-clearfix2:after 
	{
		display: table;
		content: "";
		line-height: 0;

	}
	 .wbst-clearfix2:after 
	{
		clear: both;
	}
	.wbst-service-item-icon img
	{
		position: relative;
		z-index: 2;
	}
	.wbst-service-item-wrapper .button1 button.sf2-callBtn
	{
		padding: 28px 30px 26px 30px;
		font-size: 18px;
	}
	.wbst-service-item-title
	{
		font-size: 21px;
	}
	.wbst-service-item-title-wrapper
	{
		min-height: 68px;
		margin-bottom: 0px;
	}
	.wbst-service-item
	{
		padding: 40px 30px 30px 30px;
	}
	.wbst-our-mission-row .wbst-row-title
	{
		font-size: 44px;
	}
	
	.wbst-factors-left-item-wrapper .wbst-factors-item-icon
	{
		left: -90px;
		right: unset;
	}
	.wbst-factors-item-wrapper.wbst-factors-left-item-wrapper
	{
		text-align: left;
		padding-right: 20px;
		padding-left: 90px;
	}
	.wbst-factors-item-wrapper
	{
		width: 50%;
	}
	.wbst-factors-margin-left
	{
		margin-left: 0px;
	}
	.wbst-factors-item
	{
		font-size: 16px;
	}
	.wbst-factors-bg
	{
		display: none;
	}
	.wbst-factors-margin-right
	{
		margin-right: 0px;
	}
	.wbst-factors-margin-left.wbst-factors-bottom
	{
		margin-left: 0px;
	}
	.wbst-factors-margin-right.wbst-factors-bottom
	{
		margin-right: 0px;
	}
	.wbst-factors-item-wrapper	
	{
		margin: 10px 0px 30px 0px;
	}
	.wbst-consultation-text-wrapper
	{
		width: 100%;
	}
	.wbst-specialists-row .sppb-carousel-extended-team-content
	{
		padding: 20px 10px 15px 10px;
	}
	.sppb-carousel-extended-nav-control .nav-control.next-control
	{
		margin-right: -30px;
	}
	.sppb-carousel-extended-nav-control .nav-control.prev-control
	{
		margin-left: -30px;
	}
	.wbst-check-up-image
	{
		display: none;
	}
	.wbst-package-includes
	{
		margin-left: 0px;
	}
	.wbst-program-benefits-wrapper
	{
	    margin: 50px 0px 40px 0px;
	}
	.wbst-new-building-wrapper .button1
	{
		text-align: center;
	}	
}
@media (min-width: 481px) and (max-width: 767px)
{

	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	
	.wbst-afterlogo-wrapper
	{
		display: none;
	}
	.wbst-header-row
	{
		min-height: 0px;
		background-size: contain, 60%;
	}
	.wbst-top-phones a
	{
	}
	.wbst-top-phones
	{
		text-shadow: none;
	}
	.wbst-logo-wrapper
	{
		width: 186px;
		min-width: unset;
	}
	.wbst-top-col3-wrapper
	{
		width: unset;
        margin-top: 0px;
        position: absolute;
        right: 15px;
        top: 75px;
	}
	.wbst-top-col4-wrapper
	{
		width: 182px;
	}
	.wbst-call-now
	{
		font-size: 13px;
	}
	.wbst-flashing-dott
	{
		top: 6px;
	}
	.wbst-top-phones
	{
		font-size: 20px;
	}
	.wbst-top-phones span
	{
		font-size: 24px;
	}
	.wbst-button2 i
	{
		font-size: 18px;
	}
	#sp-header .row
	{
		padding: 0px;
	}
	.wbst-logo-wrapper
	{
		margin-top: 22px;
	}
	.view-article .wbst-logo-wrapper
	{
		margin-top: 28px;
	}	
	.wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.wbst-slogan-wrapper
	{
		width: 100%;
		max-width: 100%;
		margin-top: 140px;
	}
	.wbst-header-row:before
	{
		content: none;
		background-image: none;
	}
	.button1 .sf2-callBtn:before
	{
		width: 60px;
	}
	.wbst-slogan-wrapper h1
	{
		font-size: 56px;
		text-align: center;
	}
	.wbst-slogan-line2
	{
		font-size: 23px;
		text-align: center;
	}
	.wbst-advantages-item-wrapper
	{
		width: 284px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
	}
	.wbst-advantages-item
	{
		min-height: 78px;
	}
	.wbst-advantages-item:before
	{
		top: calc(50% - 18px);
	}
	.wbst-advantages-item-wrapper + .wbst-advantages-item-wrapper
	{
		margin-top: 30px;
	}
	.button1
	{
		text-align: center;
	}
	.wbst-header-advantages-wrapper
	{
		margin-bottom: 40px;
	}
	.wbst-problems-wrapper-left
	{
		width: 440px;
		float: none;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;		
	}
	.wbst-problems-wrapper-right
	{
		margin-top: 80px;
		width: 440px;
		float: none;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;				
	}
	.wbst-row-title
	{
		font-size: 42px;
	}
	.wbst-testimonials-col
	{
		width: 100%;
		float: none;
		padding-left: 52px;
		padding-right: 52px;
	}
	.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-testimonial-carousel-message
	{
		padding: 0px 5px;
	}
	.wbst-testimonials-row
	{
		background-image: none;
	}
	.wbst-testimonials-row .wbst-row-title
	{
		font-size: 42px;
	}
	.wbst-row-title h2
	{
		font-size: 50px;
	}
	.wbst-consultation-border
	{
		padding: 50px 20px 60px 20px;
	}
	.wbst-consult-title
	{
		font-size: 46px;
	}
	.wbst-consultation-bg-image
	{
		display: none;
	}
	.wbst-consult-sub-title
	{
		font-size: 22px;
	}
	.wbst-consult-text ul
	{
		margin-left: 0px;
		font-size: 20px;
	}
	.wbst-rassrochka-bg-image
	{
		bottom: -46px;
	}
	.wbst-consult-text
	{
		font-size: 22px;
		margin-bottom: 35px;
	}
	.wbst-consult-text ul li
	{
		margin: 20px 10px;
	}
	.wbst-footer-col1-wrapper, .wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper, .wbst-footer-col4-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper
	{
		padding-left: 0px;
	}
	.wbst-footer-col4-wrapper
	{
		text-align: left;
	}
	.wbst-footer-row
	{
		padding: 10px 0px 0px;
	}
	.wbst-slogan-wrapper
	{
		margin-bottom: 100px;
	}
	.wbst-logo-wrapper .wbst-logo-text
	{
		font-size: 24px;
		padding-top: 11px;
	}
	.wbst-logo-wrapper .wbst-logo-image img
	{
		width: 166px;
	}
	.wbst-suggest-col-left
	{
		width: 100%;
		float: none;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -165px;
	}
	.wbst-suggest-col-right
	{
		width: 100%;
		float: none;
		margin-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.wbst-suggest-description h2
	{
		font-size: 35px;
	}
	.wbst-button-pos2
	{
		margin-top: 30px;
	}	
	img.wbst-suggest-image1
	{
		width: 60%;
	}
	img.wbst-suggest-arrow1
	{
		top: auto;
		left: 70%;
		bottom: 88px;
	}
	img.wbst-suggest-image2
	{
		width: 65%;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -45px;
	}
	.wbst-fly2
	{
		display: none;
	}
	.wbst-fly1
	{
		display: none;
	}
	.wbst-calc-form-wrapper
	{
		width: 100%;
		max-width: 600px;
		padding: 30px 50px 40px;
	}
	.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"]:before, .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn:before
	{
		width: 60px;
	}
	.wbst-calc-form h2
	{
		font-size: 24px;
	}
	.wbst-typ-appart-image
	{
		display: none;
	}
	.wbst-typ-appart-top
	{
		width: 100%;
	}
	.wbst-typ-appart-border
	{
		padding: 50px 20px 60px 20px;
	}
	.wbst-row-sub-title2
	{
		margin-top: 20px;
	}
	.wbst-typ-appart-top-desc ul li
	{
		margin: 20px 10px;
	}
	.wbst-typ-appart-top-desc ul
	{
		margin-left: 10px;
	}
	.wbst-new-building-wrapper
	{
		width: 100%;
	}
	.wbst-new-building-text1
	{
		margin-left: 56px;
		font-size: 28px;
	}
	.wbst-new-building-text2
	{
		margin-left: 56px;
		font-size: 24px;
	}
	.wbst-new-building-text2 span.wbst-nb2
	{
		font-size: 40px;
		line-height: 20px;
	}
	.wbst-coupon-wrapper1
	{
		margin-left: 0px;
	}
	.wbst-copon-text1
	{
		width: 100%;
	}
	.wbst-coupon-input
	{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
		float: none;
	}
	.wbst-coupon-button-wrapper
	{
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.wbst-how-we-work-item-wrapper
	{
		width: 100%;
		max-width: 650px;
		padding: 20px 0px;
		float: none;
		margin: 0px auto;
	}		
	.wbst-how-we-work-item-border
	{
	    padding: 30px 100px 30px 40px;
	}
	.wbst-how-we-work-item-image.wbst-item4 img
	{
		right: -70px;
	}
	.wbst-how-we-work-item-image.wbst-item1 img
	{
		right: -78px;
	}
	.wbst-circle2
	{
		display: none;
	}
	.wbst-how-we-work-item-border.wbst-no-image
	{
		padding: 40px 60px 40px 60px;
	}
	.home .wbst-call-now
	{
		color: #0299ab;
		font-weight: 500;
	}
	.home .wbst-top-phones
	{
		font-size: 16px;
		text-shadow: none;
	}
	.home .wbst-top-phones a
	{
	}	
	.home .wbst-button2 button.sf2-callBtn
	{
		color: white;
        border-color: white;
        font-size: 15px;
        background: #ffc0e5;
        border-radius: 50px;
        padding: 8px 15px;
        border-bottom: none;
	}	
	.home .wbst-button2 button.sf2-callBtn:hover
	{
		background: #ffc0e5de;
	}
	.wbst-slogan-wrapper h1 span
	{
	}
	.wbst-service-item-wrapper
	{
		width: 50%;
		float: none;
	}
	.wbst-service-item-title
	{
		font-size: 20px;
	}
	.wbst-service-item-title-wrapper
	{
		min-height: 64px;
	}
	.wbst-service-item
	{
		padding: 35px 30px 30px 30px;
	}
	.wbst-service-item:hover
	{
		margin-top: 0px;
	}
	.wbst-suggest-col-left:after
	{
		content: none;
	}
	.wbst-suggest-wrapper
	{
		display: none;
	}
	.wbst-typical-apartment-row .wbst-row-title
	{
		text-align: left;
		font-size: 35px;
	}	
	#sp-wbst-footer1.col-sm-4, #sp-wbst-footer2.col-sm-3, #sp-wbst-footer3.col-sm-2, #sp-wbst-footer4.col-sm-3
	{
		width: 100%;
		float: none;
		margin-bottom: 60px;
		text-align: left;
	}
	#sp-wbst-footer4.col-sm-3
	{
		margin-bottom: 0px; 
	}
	.sf2-checkboxes .sf2-checkbox-label
	{
		margin: 0 20px 14px 0;
	}
	
	
	#sp-main-body #sp-component.col-sm-9
	{
		width: 100%;
		float: none;
	}
	.blog-item-content-wrapper
	{
		padding: 0px;
		border: none;
	}
	.blog-item-content-wrapper h1
	{
		font-size: 40px;
	}
	#sp-right.col-sm-3
	{
		width: 100%;
		float: none;
	}
	.wbst-right-module-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 440px;
	}	
	#sp-main-body
	{
		padding: 40px 0;
	}
	.wbst-button2 button.sf2-callBtn
	{
		font-size: 12px;
	}
	.wbst-price-table td
	{
		padding: 20px 20px;
		line-height: 1.3;
	}
	.view-article .wbst-top-col4-wrapper
	{
		margin-top: 6px;
	}
	.wbst-messengers-top
	{
		float: none;
		margin-bottom: 5px;
	}
	.home .wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.home .wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.wbst-messengers-top a.wbst-viber-contacts-bottom, .wbst-messengers-top a.wbst-whatsapp-contacts-bottom, .wbst-messengers-top a.wbst-tg-contacts-bottom
	{
		width: 34px;
		height: 34px;
		line-height: 36px;
	}
	.wbst-what-is-text-wrapper
	{
		width: 100%;
		float: none;
		padding: 0px 20px;
	}
	.wbst-what-is-title
	{
		font-size: 46px;
	}
	.wbst-what-is-image-wrapper
	{
		display: none;
	}
	.wbst-programs-row
	{
		padding: 50px 0px 30px;
	}
	.wbst-row-description
	{
		width: 100%;
	}
	.wbst-row-title h2, .wbst-row-title
	{
		margin-bottom: 30px;
	}
	.wbst-services-wrapper
	{
		margin: 20px -6px 0px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.wbst-our-mission-row .wbst-row-title 
	{
        font-size: 34px;
    }
	
	.wbst-factors-left-item-wrapper .wbst-factors-item-icon
	{
		left: -90px;
		right: unset;
	}
	.wbst-factors-item-wrapper.wbst-factors-left-item-wrapper
	{
		text-align: left;
		padding-right: 0px;
		padding-left: 90px;
		float: none;
	}
	.wbst-factors-item-wrapper.wbst-factors-right-item-wrapper
	{
		float: none;
	}
	.wbst-factors-item-wrapper
	{
		width: 100%;
		max-width: 440px;
	
	}
	.wbst-factors-margin-left
	{
		margin-left: 0px;
	}
	.wbst-factors-item
	{
		font-size: 16px;
	}
	.wbst-factors-bg
	{
		display: none;
	}
	.wbst-factors-margin-right
	{
		margin-right: 0px;
	}
	.wbst-factors-margin-left.wbst-factors-bottom
	{
		margin-left: auto;
	}
	.wbst-factors-margin-right.wbst-factors-bottom
	{
		margin-right: auto;
	}
	.wbst-factors-item-wrapper	
	{
		margin: 10px auto 30px auto;
	}	
	.wbst-testimonials-row
	{
		padding: 50px 0px 160px;
	}
	.wbst-consultation-text-wrapper
	{
		width: 100%;
	}
	.wbst-specialists-row #sppb-addon-1732509984583 .sppb-carousel-extended-dots ul li
	{
		width: 10px;
	}
	.wbst-new-building-row .wbst-row-description
	{
		padding: 20px 10px 20px 30px;
		font-size: 20px;
	}
	.wbst-check-up-image
	{
		display: none;
	}
	.wbst-package-includes
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul
	{
		padding-inline-start: 40px;
	}
	.wbst-package-includes ul li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-program-benefits-wrapper
	{
		margin-left: 0px;
	}
	.wbst-program-benefits-item-text
	{
		font-size: 13px;
		word-wrap: break-word;
	}
	.wbst-consultation-text-wrapper .button1
	{
		text-align: left;
	}
	.wbst-logo-bottom-wrapper .wbst-logo-image img
	{
		width: 220px;
	}
	.sf2Style-default button.sf2-element.sf2SendBtn:before
	{
		width: 60px;
	}
	.wbst-service-item-icon img
	{
		position: relative;
		z-index: 2;
	}
		
}
@media all and (max-width: 480px)
{

	
	
	.wbst-service-item-title-wrapper
	{
		min-height: 0px;
	}

	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	
	.wbst-afterlogo-wrapper
	{
		display: none;
	}
	.wbst-header-row
	{
		min-height: 0px;
		background-size: contain, 0%;
	}
	.wbst-slogan-line3
	{
		text-align: center;
	}
	.wbst-top-phones a
	{
	}
	.wbst-top-phones
	{
		text-shadow: none;
	}
	.wbst-logo-wrapper
	{
		width: 186px;
		min-width: unset;
	}
	.wbst-top-col3-wrapper
	{
		width: unset;
        margin-top: 0px;
	}
	.wbst-top-col4-wrapper
	{
	}
	.wbst-call-now
	{
		font-size: 13px;
	}
	.wbst-flashing-dott
	{
		top: 6px;
	}
	.wbst-top-phones
	{
		font-size: 20px;
	}
	.wbst-top-phones span
	{
		font-size: 24px;
	}
	.wbst-button2 i
	{
		font-size: 18px;
	}
	#sp-header .row
	{
		padding: 0px;
	}
	.wbst-logo-wrapper
	{
		margin-top: 22px;
	}
	.view-article .wbst-logo-wrapper
	{
		margin-top: 28px;
	}	
	.wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.wbst-slogan-wrapper
	{
		width: 100%;
		max-width: 100%;
		margin-top: 190px;
	}
	.button1 button.sf2-callBtn
	{
		font-size: 18px;
		padding: 32px 40px 30px 40px;
	}
	.wbst-slogan-wrapper .button1 button.sf2-callBtn
	{
		font-size: 18px;
		padding: 32px 30px 30px 30px;
	}	
	.wbst-header-row:before
	{
		content: none;
		background-image: none;
	}
	.button1 .sf2-callBtn:before
	{
		width: 60px;
	}
	.wbst-slogan-wrapper h1
	{
		font-size: 46px;
		text-align: center;
	}
	.wbst-slogan-line2
	{
		font-size: 23px;
		text-align: center;
	}
	.wbst-advantages-item-wrapper
	{
		width: 284px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding-right: 0px;
	}
	.wbst-advantages-item
	{
		min-height: 78px;
	}
	.wbst-advantages-item:before
	{
		top: calc(50% - 18px);
	}
	.wbst-advantages-item-wrapper + .wbst-advantages-item-wrapper
	{
		margin-top: 30px;
	}
	.button1
	{
		text-align: center;
	}
	.wbst-header-advantages-wrapper
	{
		margin-bottom: 40px;
	}
	.wbst-problems-wrapper-left
	{
		width: 440px;
		float: none;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;		
	}
	.wbst-problems-wrapper-right
	{
		margin-top: 80px;
		width: 440px;
		float: none;
		padding-left: 0px;
		margin-left: auto;
		margin-right: auto;				
	}
	.wbst-row-title
	{
		font-size: 32px;
	}

	.wbst-row-title h2
	{
		font-size: 50px;
	}
	.wbst-consultation-border
	{
		padding: 50px 20px 60px 20px;
	}
	.wbst-consult-title
	{
		font-size: 32px;
	}
	.wbst-consultation-bg-image
	{
		display: none;
	}
	.wbst-consult-sub-title
	{
		font-size: 20px;
	}
	.wbst-consult-text ul
	{
		margin-left: 0px;
		font-size: 18px;
	}
	.wbst-rassrochka-bg-top-image
	{
		top: -42px;
	}
	.wbst-rassrochka-bg-image
	{
		bottom: -46px;
	}
	.wbst-consult-text
	{
		font-size: 22px;
		margin-bottom: 35px;
	}
	.wbst-consult-text ul li
	{
		margin: 20px 10px;
	}
	.wbst-footer-col1-wrapper, .wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper, .wbst-footer-col4-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-footer-col2-wrapper, .wbst-footer-col3-wrapper
	{
		padding-left: 0px;
	}
	.wbst-footer-col4-wrapper
	{
		text-align: left;
	}
	.wbst-footer-row
	{
		padding: 10px 0px 0px;
	}
	.wbst-slogan-wrapper
	{
		margin-bottom: 100px;
	}
	.wbst-logo-wrapper .wbst-logo-text
	{
		font-size: 24px;
		padding-top: 11px;
	}
	.wbst-logo-wrapper .wbst-logo-image img
	{
		width: 166px;
	}
	.wbst-suggest-col-left
	{
		width: 100%;
		float: none;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -165px;
	}
	.wbst-suggest-col-right
	{
		width: 100%;
		float: none;
		margin-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.wbst-suggest-description h2
	{
		font-size: 35px;
	}
	.wbst-button-pos2
	{
		margin-top: 30px;
	}	
	img.wbst-suggest-image1
	{
		width: 60%;
	}
	img.wbst-suggest-arrow1
	{
		top: auto;
		left: 70%;
		bottom: 88px;
	}
	img.wbst-suggest-image2
	{
		width: 65%;
	}
	.wbst-suggest-image2-wrapper
	{
		margin-top: -45px;
	}
	.wbst-fly2
	{
		display: none;
	}
	.wbst-fly1
	{
		display: none;
	}
	.wbst-calc-form-wrapper
	{
		width: 100%;
		max-width: 600px;
		padding: 10px 30px 40px;
	}
	.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"]:before, .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn:before
	{
		width: 60px;
	}
	.wbst-calc-form h2
	{
		font-size: 22px;
	}
	.sf2Style-default .wbst-calc-button button.sf2-element[type="submit"], .sf2Style-default .wbst-calc-button button.sf2-element.sf2SendBtn
	{
		font-size: 18px;
	}
	.wbst-typ-appart-image
	{
		display: none;
	}
	.wbst-typ-appart-top
	{
		width: 100%;
	}
	.wbst-typ-appart-border
	{
		padding: 50px 20px 60px 20px;
	}
	.wbst-row-sub-title2
	{
		margin-top: 20px;
	}
	.wbst-typ-appart-top-desc ul li
	{
		margin: 20px 10px;
	}
	.wbst-typ-appart-top-desc ul
	{
		margin-left: 10px;
	}
	.wbst-new-building-wrapper
	{
		width: 100%;
	}
	.wbst-new-building-text1
	{
		margin-left: 56px;
		font-size: 28px;
	}
	.wbst-new-building-text2
	{
		margin-left: 56px;
		font-size: 24px;
	}
	.wbst-new-building-text2 span.wbst-nb2
	{
		font-size: 40px;
		line-height: 20px;
	}
	.wbst-coupon-wrapper1
	{
		margin-left: 0px;
	}
	.wbst-copon-text1
	{
		width: 100%;
	}
	.wbst-coupon-input
	{
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
		float: none;
	}
	.wbst-coupon-button-wrapper
	{
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.wbst-how-we-work-item-wrapper
	{
		width: 100%;
		max-width: 650px;
		padding: 20px 0px;
		float: none;
		margin: 0px auto;
	}		
	.wbst-how-we-work-item-border
	{
	    padding: 30px 100px 30px 40px;
	}
	.wbst-how-we-work-item-image.wbst-item4 img
	{
		right: -70px;
	}
	.wbst-how-we-work-item-image.wbst-item1 img
	{
		right: -78px;
	}
	.wbst-circle2
	{
		display: none;
	}
	.wbst-how-we-work-item-border.wbst-no-image
	{
		padding: 40px 60px 40px 60px;
	}
	.home .wbst-call-now
	{
		color: #0299ab;
		font-weight: 500;
	}
	.home .wbst-top-phones
	{
		font-size: 20px;
		text-shadow: none;
		text-align: center;
	}
	.wbst-top-phones i
	{
		display: none;
	}
	.home .wbst-top-phones a 
	{
		color: #2892d0;
	}
	.home .wbst-button2 button.sf2-callBtn
	{
	}	
	.home .wbst-button2 button.sf2-callBtn:hover
	{
	}
	#sp-wbst-logo-top .sp-module-content > .custom
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wbst-slogan-wrapper h1 span
	{
	}
	.wbst-service-item-wrapper
	{
		width: 100%;
		max-width: 460px;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.wbst-service-item:hover
	{
		margin-top: 0px;
	}
	.wbst-suggest-col-left:after
	{
		content: none;
	}
	.wbst-suggest-wrapper
	{
		display: none;
	}
	.wbst-typical-apartment-row .wbst-row-title
	{
		text-align: left;
		font-size: 35px;
	}	
	#sp-wbst-footer1.col-sm-4, #sp-wbst-footer2.col-sm-3, #sp-wbst-footer3.col-sm-2, #sp-wbst-footer4.col-sm-3
	{
		width: 100%;
		float: none;
		margin-bottom: 60px;
		text-align: left;
	}
	#sp-wbst-footer4.col-sm-3
	{
		margin-bottom: 0px; 
	}
	.sf2-checkboxes .sf2-checkbox-label
	{
		margin: 0 20px 14px 0;
	}
	
	
	#sp-main-body #sp-component.col-sm-9
	{
		width: 100%;
		float: none;
	}
	.blog-item-content-wrapper
	{
		padding: 0px;
		border: none;
	}
	.blog-item-content-wrapper h1
	{
		font-size: 40px;
	}
	#sp-right.col-sm-3
	{
		width: 100%;
		float: none;
	}
	.wbst-right-module-wrapper
	{
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
		max-width: 440px;
	}	
	#sp-main-body
	{
		padding: 40px 0;
	}
	.wbst-button2 button.sf2-callBtn
	{
		font-size: 12px;
	}
	.wbst-price-table td
	{
		padding: 20px 20px;
		line-height: 1.3;
	}
	.view-article .wbst-top-col4-wrapper
	{
		margin-top: 6px;
	}
	.wbst-messengers-top
	{
		float: none;
		margin-bottom: 5px;
	}
	.home .wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.home .wbst-top-phones
	{
		margin-bottom: 1px;
	}
	.wbst-messengers-top a.wbst-viber-contacts-bottom, .wbst-messengers-top a.wbst-whatsapp-contacts-bottom, .wbst-messengers-top a.wbst-tg-contacts-bottom
	{
		width: 34px;
		height: 34px;
		line-height: 36px;
	}
	.wbst-what-is-text-wrapper
	{
		width: 100%;
        float: none;
        padding: 0px 0px;
        font-size: 16px;
	}
	.wbst-what-is-title
	{
		font-size: 32px;
	}
	.wbst-what-is-image-wrapper
	{
		display: none;
	}
	.wbst-programs-row
	{
		padding: 50px 0px 30px;
	}
	.wbst-row-description
	{
		width: 100%;
		font-size: 22px;
	}
	.wbst-row-title h2, .wbst-row-title
	{
		margin-bottom: 30px;
	}
	.wbst-services-wrapper
	{
		margin: 20px -6px 0px;
	}
	.wbst-our-mission-row .wbst-row-title 
	{
        font-size: 32px;
    }
	
	.wbst-factors-left-item-wrapper .wbst-factors-item-icon
	{
		left: -90px;
		right: unset;
	}
	.wbst-factors-item-wrapper.wbst-factors-left-item-wrapper
	{
		text-align: left;
		padding-right: 0px;
		padding-left: 90px;
		float: none;
	}
	.wbst-factors-item-wrapper.wbst-factors-right-item-wrapper
	{
		float: none;
	}
	.wbst-factors-item-wrapper
	{
		width: 100%;
		max-width: 440px;
	
	}
	.wbst-factors-margin-left
	{
		margin-left: 0px;
	}
	.wbst-factors-item
	{
		font-size: 16px;
	}
	.wbst-factors-bg
	{
		display: none;
	}
	.wbst-factors-margin-right
	{
		margin-right: 0px;
	}
	.wbst-factors-margin-left.wbst-factors-bottom
	{
		margin-left: auto;
	}
	.wbst-factors-margin-right.wbst-factors-bottom
	{
		margin-right: auto;
	}
	.wbst-factors-item-wrapper	
	{
		margin: 10px auto 30px auto;
	}	
	.wbst-testimonials-row
	{
		padding: 50px 0px 160px;
	}
	.wbst-consultation-text-wrapper
	{
		width: 100%;
	}
	.wbst-specialists-row #sppb-addon-1732509984583 .sppb-carousel-extended-dots ul li
	{
		width: 10px;
	}
	.wbst-new-building-row .wbst-row-description
	{
		padding: 20px 10px 20px 30px;
		font-size: 20px;
	}
	.wbst-check-up-image
	{
		display: none;
	}
	.wbst-package-includes
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul
	{
		padding-inline-start: 40px;
	}
	.wbst-package-includes ul li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-package-includes ul li + li + li + li + li + li + li
	{
		margin-left: 0px;
	}
	.wbst-program-benefits-wrapper
	{
		margin-left: 0px;
		padding: 60px 0px 0px 0px;		
		
	}
	.wbst-program-benefits-item-text
	{
		font-size: 16px;
		word-wrap: break-word;
	}
	.wbst-consultation-text-wrapper .button1
	{
		text-align: left;
	}
	.wbst-logo-bottom-wrapper .wbst-logo-image img
	{
		width: 190px;
	}
	.sf2Style-default button.sf2-element.sf2SendBtn:before
	{
		width: 60px;
	}	
	.wbst-service-item-wrapper .button1 button.sf2-callBtn
	{
		padding: 28px 26px 26px 26px;
		font-size: 17px;
	}
	.wbst-service-item-title
	{
		font-size: 24px;
	    word-break: break-word;
	}
	.wbst-service-item-icon img
	{
		position: relative;
		z-index: 2;
	}
	
	
	
	.wbst-testimonials-col
	{
		width: 100%;
		float: none;
		padding-left: 42px;
		padding-right: 42px;
	}
	.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-testimonial-carousel-message
	{
		padding: 0px 5px;
	}
	.wbst-testimonials-row
	{
		background-image: none;
	}
	.wbst-testimonials-row .wbst-row-title
	{
		font-size: 32px;
		margin-left: -42px;
		margin-right: -42px;
	}
	.wbst-testimonials-row #sppb-addon-1612796130731 .sppb-testimonial-carousel-message
	{
		font-size: 16px;
		line-height: 1.5;
	}
	.nav-control i
	{
		font-size: 14px;
		position: relative;
		bottom: 3px;
	}	
	.wbst-consultation-row .button1
	{
		text-align: center;
	}
	.wbst-consultation-row .button1 button.sf2-callBtn
	{
		padding: 25px 30px;
	}
	.wbst-specialists-row .wbst-row-title
	{
		font-size: 32px;
	}
	.wbst-specialists-row .button1 button.sf2-callBtn
	{
		padding: 32px 30px 30px 30px;
	}
	.wbst-program-benefits-item-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.wbst-main .sf2Win-body
	{
		padding: 30px 40px 0px;
	}	
	.wbst-form-title
	{
		font-size: 30px;
	}
	.wbst-form-description
	{
		font-size: 18px;
	}
	.wbst-form-popup .sf2-checkboxes .sf2-checkbox-label
	{
		font-size: 16px;
	}
	.sf2Style-default button.sf2-element.sf2SendBtn
	{
		font-size: 18px;
		margin: 29px 0px 0px;
	}
	a.wbst-personal-data-policy-link
	{
		font-size: 12px;
	}
	.wbst-main .error .sf2Win-body
	{
		padding: 10px 20px;
	}
	.wbst-answer-title
	{
		font-size: 24px;
	}
	.wbst-answer-description
	{
		font-size: 18px;
	}
	.wbst-package-includes ul li
	{
		margin-bottom: 25px;
	}
	.sf2Style-default .wbst-popup-form-submin-button button.sf2-element[type="submit"]
	{
		font-size: 18px;
	}
	.wbst-call-to-us-one-click 
	{
		display: block;
	}
}