
body
{
	background: white;
	color: black;
	font-family: 'Open Sans', sans-serif;
	
	font-size: 18px;
	line-height: 1.4;
}
.wbst-404-wrapper
{
	width: 100%;
	text-align: center;
	margin-top: 120px;
}
.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: 7px;
	background: #6f55fb;
    border: none;
	width: 540px;
	max-width: 100%;
}
.wbst-main .sf2Win.error
{
	background: white;
}

.wbst-main .sf2Win-body
{
	padding: 30px 50px 0px;
}


.wbst-main .sf2Win.error
{
	border: 10px solid red;
    padding: 15px 0px;
}
.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 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-top-phones a
{
	color: black;
}
.wbst-top-phones a:hover
{
	color: black;
}
.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: #292340;
}
#sp-footer .sp-column 
{
    text-align: center;
    border-top: 1px solid #494465;
    padding-top: 30px;
    padding-bottom: 15px;
}
.wbst-main .sp-copyright
{
	color: rgba(255, 255, 255, 0.30);
	font-size: 16px;
	font-weight: 300;
}
.wbst-main .sp-copyright a
{
	color: rgba(255, 255, 255, 0.30);
	transition: none;
}
.wbst-main .sp-copyright:hover
{
	color: white;
}
.wbst-main .sp-copyright a:hover
{
	color: white;
	text-decoration: underline;
}
.wbst-main #sp-header
{
	position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.wbst-header-row
{
	margin-bottom: 150px;
}
.wbst-header-slogan
{
	margin-top: 130px;
	width: 50%;	
	float: left;
}
.wbst-header-slogan h1
{
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 72px;
}
.wbst-header-slogan h1 span
{
	color: #6a00f7;
}
.wbst-slogan-line2
{
    font-size: 52px;
    font-weight: 800;
    color: #6a00f7;
    font-family: 'Montserrat', sans-serif;
}
.wbst-advantages-item-wrapper
{
	width: 33%;
	float: left;
	padding-left: 48px;
}
.wbst-slogan-line3
{
	margin: 30px 0px 40px;
}
.wbst-advantages-item
{
	position: relative;
}
.wbst-advantages-item:before
{
	content: '';
	position: absolute;
	top: calc( 50% - 21px);
	left: -48px;
	width: 42px;
	height: 42px;
	background-image: url(/images/star.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
.wbst-header-form-wrapper
{
	width: 50%;
	float: left;
	padding-top: 100px;
}
.wbst-form1
{
	max-width: 580px;
	background: #6f55fb;
	margin: 0px 0px 0px auto;
	padding: 30px 50px 45px;
	box-shadow: -10px 10px 48px rgba(0, 0, 0, 0.35);
	border-radius: 7px;
}
.wbst-no-label .sf2-form-label-wrap
{
	display: none;
}
.wbst-form-header1
{
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}
.wbst-form-header2
{
	font-size: 20px;
    color: white;
    text-align: center;
	margin: 22px 0px 35px;
}
.wbst-form-header2 span
{
	color: #ffff25;
}
.sf2Style-default .wbst-form1 .sf2-form-group input.sf2-element, .sf2Style-default .wbst-form1 .sf2-form-group select.sf2-element
{
	border: 1px solid white;
    background: #6f55fb;
    border-radius: 8px;
    padding: 20px;
	color: white;
	font-weight: 300;
}
.wbst-form1 .sf2Style-default .sf2-form-group input.sf2-element, .wbst-form1 .sf2Style-default .sf2-form-group select.sf2-element
{
	border: 1px solid white;
    background: #6f55fb;
    border-radius: 8px;
    padding: 20px;
	color: white;
	font-weight: 300;
}
.wbst-form1 .sf2Style-default .sf2-form-group select.sf2-element option 
{
    background: white;
	color: black;
}
.wbst-form1 input.sf2-element::placeholder
{
	color: white;
}
.wbst-disclaymer
{
	color: rgba(255, 255, 255, 0.13);
    font-size: 14px;
    margin-top: 40px;
}
.sf2Style-default .wbst-form1 button.sf2-element[type="submit"], .wbst-form1 .sf2Style-default button.sf2-element[type="submit"]
{
	padding: 20px 60px;
    background: white;
    border-radius: 100px;
    color: #272727;
    font-weight: 700;
    font-size: 20px;
    margin: 40px auto 0px;
    display: block;
}
.sf2Style-default .wbst-form1 button.sf2-element[type="submit"]:focus, .wbst-form1 .sf2Style-default button.sf2-element[type="submit"]:focus
{
	outline: none;
}
.wbst-name-icon:before 
{
    position: absolute;
    left: 22px;
    top: calc(50% - 14px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f508';
    color: #d2c9ff;
    font-size: 20px;
}
.wbst-phone-icon:before 
{
    position: absolute;
    left: 22px;
    top: calc(50% - 14px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f879';
    color: #d2c9ff;
    font-size: 20px;
}
.wbst-row-title
{
	text-align: center;
    font-size: 60px;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
}
.wbst-services-row
{
	margin-top: 0px;
	padding: 80px 0px 100px;
	background: #f4f2ff;
}
.wbst-row-subtitle
{
    text-align: center;
    margin: 38px 0px 100px;
    font-size: 26px;
}
.wbst-row-subtitle span
{
	color: #5600ca;
    font-weight: 700;
}
.wbst-services-left-col
{
	width: 33.333%;
	float: left;
	padding: 0px 20px 0px 0px;
}
.wbst-services-wrapper
{
	position: relative;
}
.wbst-services-first-col
{
	width: 33.333%;
	float: left;
	position: relative;
}
.wbst-services-right-col
{
	width: 33.333%;
	float: left;
	padding: 0px 0px 0px 20px;	
}
.wbst-service-item-wrapper + .wbst-service-item-wrapper
{
	margin-top: 50px;
}
.wbst-service-item
{
	position: relative;
	margin-left: 110px;
	min-height: 100px;
}
.wbst-servive-image img
{
}
.wbst-servive-image
{
	background: white;
    position: absolute;
    padding: 20px;
    border-radius: 50px;
	left: -110px;
	top: 0px;
}
.wbst-servive-text
{
	margin-bottom: 7px;
    line-height: 1.3;
}
img.wbst-service-bg
{
	position: absolute;
    left: -480px;
    bottom: -125px;
}
.wbst-button1 button.sf2-callBtn
{
    background: none;
    color: #5600ca;
    padding: 0px;
    border-bottom: 1px solid #e2ccff;
    border-radius: 0px;
    transition: none;
    font-size: 16px;
}
.wbst-button1 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-servive-cost
{
	font-weight: 600;
}
.wbst-dont-know-row
{
	padding: 150px 0px;
}
.wbst-dont-know1
{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
	margin-bottom: 20px;
}
.wbst-dont-know2
{
	font-size: 28px;
	margin-bottom: 24px;
	font-weight: 600;
}
.wbst-dont-know2 span
{
	color: #6a00f7;
	font-weight: 700;
}
.wbst-dont-know3
{
	font-size: 20px;
	margin-bottom: 40px;
}
.wbst-dont-know-wrapper
{
	width: 50%;
}
.wbst-button2 button.sf2-callBtn
{
	padding: 25px 40px;
    background: #6f55fb;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    font-size: 20px;
	overflow: hidden;
	display: block;
	position: relative;
	
	-webkit-box-shadow: 0 10px 30px 0 rgba(77, 50, 142, 0.42);
    box-shadow: 0 10px 30px 0 rgba(77, 50, 142, 0.42);
}
.wbst-button2 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-button2 button.sf2-callBtn:after
{
	content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg ,hsla(0,0%,100%,.1),hsla(0,0%,100%,.6) 100%);
    width: 45px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    left: -65%;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
img.wbst-master
{
	position: absolute;
	bottom: -150px;
	right: 0px;
}
.wbst-terms-block-wrapper
{
	margin: 0px auto;
    padding: 20px;
    border-radius: 16px;
    background-color: #f4f2ff;
    -webkit-box-shadow: -15px 15px 39px rgba(0, 0, 0, 0.16);
    box-shadow: -15px 15px 39px rgba(0, 0, 0, 0.16);
    position: relative;
    overflow: hidden;

}
.wbst-terms-border
{
    padding: 100px 80px 120px;
    border: 1px solid #d4ccff;
    border-radius: 10px;
    position: relative;
}
.wbst-terms-title
{
	text-align: center;
    font-size: 44px;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
	margin-bottom: 80px;
}
.wbst-terms-wrapper
{
	margin: 0px -40px;
}
.wbst-terms-item-wrapper
{
	width: 33.333%;
	float: left;
	padding: 0px 40px;
}
.wbst-terms-item
{
	text-align: center;
}
.wbst-terms-item-title
{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	min-height: 40px;
	line-height: 1.2;
}
.wbst-terms-item-image img
{
	max-width: 80px;
    margin: 0px auto 10px;
}
.wbst-calc-row
{
	margin-top: 80px;
}
.wbst-scheme-row
{
	margin-top: 0px;
	padding: 80px 0px;
	background: #f4f2ff;
}
.wbst-calc-form .wbst-form-header1
{
	line-height: 1.2;
	margin: 10px 0px 20px;
}
.wbst-form1.wbst-calc-form
{
	max-width: 640px;
	margin: 0px auto;
	border-radius: 7px 7px 0px 0px;
}
.wbst-lable-text
{
	margin-top: 15px;
	color: white;
	font-size: 20px;

}
.wbst-lable-text span
{
	color: #ffd437;
    font-weight: 900;
}
.wbst-calc-row .wbst-row-subtitle
{
	margin-bottom: 66px;
}
.wbst-logo-wrapper
{
	float: left;
	margin-top: 20px;
	min-width: 300px;
}
.wbst-logo-image
{
	float: left;
}
.wbst-logo-image img
{
	margin-right: 10px;
}
.wbst-logo-text
{
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    color: black;
    font-size: 22px;
    line-height: 1.2;
    padding-top: 8px;
}
.wbst-afterlogo-wrapper
{
	width: 339px;
    float: left;
    padding-left: 28px;
    border-left: 1px solid black;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
}
.wbst-call-order-top-wrapper
{
	float: left;
    margin-top: 34px;
    margin-left: 154px;
}
.wbst-button3 button.sf2-callBtn
{
	color: black;
	font-size: 22px;
	background: none;
	border-radius: 0px;
	line-height: 1;
	border-bottom: 1px dashed #6f55fb;
	padding: 0px 0px 4px;
	font-weight: 700;
}
.wbst-button3 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-button3 i
{
	margin-right: 5px;
	color: #6f55fb;
}
.wbst-master-order-top-wrapper
{
	float: right;
	margin-top: 7px;
}
.wbst-flashing-dott
{
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #00ca1e;
    -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: 8px;
}
.wbst-free-master-now
{
	position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 16px;
	margin-bottom: 5px;
}
.wbst-free-master-now span
{
	color: #6f55fb;
	font-weight: 600;
}
.wbst-button4 button.sf2-callBtn
{
	padding: 18px 49px;
    background: #6f55fb;
    border-radius: 100px;
    color: white;
    font-weight: 600;
    font-size: 17px;
    overflow: hidden;
    display: block;
    position: relative;
    -webkit-box-shadow: 0 10px 30px 0 rgb(77 50 142 / 42%);
    box-shadow: 0 10px 30px 0 rgb(77 50 142 / 42%);
	margin-left: auto;
}
.wbst-button4 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-form-popup .sf2-form-label-wrap
{
	display: 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: 1px solid white;
    background: #6f55fb;
    border-radius: 8px;
    padding: 20px;
    color: white;
    font-weight: 300;
}
.wbst-form-popup input.sf2-element::placeholder
{
	color: white;
}
.wbst-form-popup .wbst-form-header2
{
	font-size: 20px;
    color: white;
    text-align: center;
    margin: 12px 0px 29px;
}
.wbst-form-popup.wbst-definition
{
    margin-top: 1px;	
}
.sf2Style-default button.sf2-element.sf2CloseBtn
{
    position: absolute;
    top: 10px;
    right: 13px;
    font-size: 34px;
    color: white;
    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;
}
.wbst-form-popup .wbst-form-header1
{
	font-size: 40px;
}
.sf2Shade
{
	background: rgba(0,0,0,0.8);
}
.sf2Style-default button.sf2-element.sf2SendBtn
{
	padding: 20px 100px;
    background: white;
    border-radius: 100px;
    color: #272727;
    font-weight: 700;
    font-size: 20px;
    margin: 30px auto 0px;
    display: block;
	transition: none;
}
.sf2Style-default button.sf2-element.sf2SendBtn:hover
{
    color: #272727;	
    background: white;	
}
.sf2Style-default button.sf2-element.sf2SendBtn:focus
{
	outline: none;
}
.wbst-main .sf2Win-footer
{
	background-color: transparent;
	border-top: none;
	box-shadow: none;
	padding: 0px 50px 50px;
	text-align: center;
}
.wbst-main .sf2Win.error
{
	width: 460px;
	max-width: 100%;
}
.wbst-main .error .sf2Win-body
{
	padding: 10px 30px 10px;
}
.error .sf2Win-body b
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
}
ul.sf2-error-list
{
	padding-inline-start: 20px;
}
.sf2Win-close
{
    position: absolute;
    top: 7px;
    right: 13px;
    font-size: 34px;
    color: gray;
    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;
}
.wbst-main .sf2-message.sf2-type-success
{
	background: none;
    color: white;
	border-left: none;	
	padding: 0px;
	text-align: center;
}
.wbst-answer-title
{
	font-size: 40px;
	font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
	line-height: 1;
}
.wbst-answer-description
{
	font-size: 20px;
}
img.wbst-answer-img
{
	width: 100px;
    margin: 0px auto 20px;
}
.wbst-calc-form .sf2-message.sf2-type-success
{
	margin: 240px 0px;
}
.wbst-free-master-now span.wbst-capitalize
{
	color: black;
	font-weight: 400;
}
.wbst-scheme-wrapper
{
	margin: 0px -45px;
}
.wbst-scheme-item-wrapper
{
	width: 25%;
	padding: 45px;
	float: left;
	position: relative;
}
.wbst-scheme-item
{
    padding: 35px 40px;
    background: white;
    -webkit-box-shadow: -15px 15px 39px rgb(0 0 0 / 16%);
    box-shadow: -15px 15px 39px rgb(0 0 0 / 16%);
    border-radius: 8px;
    position: relative;
    font-size: 18px;
}
.wbst-scheme-item-number
{
padding: 20px 23px;
    border-radius: 50px;
    background: orange;
    position: absolute;
    top: 15px;
    left: -5px;
    font-weight: 900;
    z-index: 0;
    background: #ff9a02;
    background: -webkit-linear-gradient(bottom right, #ff9a02,  #ffdc5c);
    background: -o-linear-gradient(bottom right,  #ffdc5c, #ff9a02);
    background: -moz-linear-gradient(bottom right,  #ffdc5c, #ff9a02);
    background: linear-gradient(to bottom right, #ffdc5c, #ff9a02);
}

.wbst-arrow1
{
	position: absolute;
    top: -28px;
    width: 160px;
    right: 0px;
    opacity: 0.4;
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.wbst-arrow2
{
	position: absolute;
    bottom: -28px;
    width: 160px;
    right: -86px;
    opacity: 0.4;
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.wbst-arrow-down
{
	display: none;
}
.wbst-bottom-logo-wrapper
{
	width: 44%;
	float: left;
	padding-right: 100px;
}
.wbst-services-bottom
{
	width: 28%;
	float: left;
}
.wbst-footer-contacts
{
	width: 28%;
	float: left;
}
.wbst-footer-row
{
	background: #292340;
	padding: 100px 0px 40px;
	color: rgba(255, 255, 255, 0.80);
}
.wbst-bottom-after-logo-text
{
	margin-top: 30px;
}
.wbst-bottom-after-logo-text p
{
	margin-bottom: 20px;
}
.wbst-bottom-logo-wrapper .wbst-logo-text
{
	color: white;
}
.wbst-footer-title
{
    font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
	line-height: 1;
}
.wbst-footer-subtitle
{
	font-weight: 300;
    margin-bottom: 20px;
}
.wbst-services-bottom ul
{
	list-style: square;
}
.wbst-services-bottom ul li
{
	margin: 5px 0px;
}
.wbst-button5 button.sf2-callBtn
{
	color: rgba(255, 255, 255, 0.80);
	padding: 0px;
	background: none;
	font-size: 18px;
	border-radius: 0px;
	white-space: normal;
	text-align: left;
}
.wbst-button5 button.sf2-callBtn:hover
{
	text-decoration: underline;
}
.wbst-button5 button.sf2-callBtn:focus
{
	outline: none;
}
.wbst-contacts-bottom-line 
{
    padding-left: 35px;
    position: relative;
}
.wbst-contacts-bottom-line i
{
	position: absolute;
    top: 5px;
    left: 0px;
    color: #8771ff;
	font-size: 22px;
}
.wbst-contacts-bottom-line b
{
	font-family: 'Roboto Condensed', sans-serif;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}
.wbst-contacts-bottom-line + .wbst-contacts-bottom-line
{
	margin-top: 30px;
}
.wbst-contacts-bottom-line p
{
	margin-bottom: 0px;
}
.wbst-bottom-logo-wrapper .wbst-logo
{
	display: inline-block;
	width: 280px;
}
.wbst-button6 button.sf2-callBtn
{
	padding: 20px 60px;
    background: white;
    border-radius: 100px;
    color: #272727;
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0;
    display: block;
	white-space: normal;
}
.wbst-button6 button.sf2-callBtn:focus
{
	outline: none;
}






@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-call-order-top-wrapper
	{
		display: none;
	}
	.wbst-form1
	{
		max-width: 480px;
	}
	.wbst-header-slogan h1
	{
		font-size: 54px;
	}
	.wbst-slogan-line2
	{
		font-size: 48px;
	}
	.wbst-header-slogan
	{
		margin-top: 90px;
	}
	.wbst-header-form-wrapper
	{
		padding-top: 50px;
	}
	.wbst-advantages-item
	{
		font-size: 15px;
	}
	.wbst-advantages-item:before
	{
		width: 38px;
		height: 38px;
		left: -42px;
		top: 0px;
	}
	.wbst-advantages-item-wrapper
	{
		padding-left: 46px;
	}
	.wbst-servive-text
	{
		font-size: 16px;
	}
	.wbst-services-first-col
	{
		width: 24%;
	}
	.wbst-services-left-col
	{
		width: 38%;
	}
	.wbst-services-right-col
	{
		width: 38%;
	}
	img.wbst-service-bg
	{
		left: -680px;
	}
	.wbst-dont-know-wrapper
	{
		width: 60%;
	}
	.wbst-dont-know2
	{
		font-size: 26px;
	}
	.wbst-dont-know3
	{
		font-size: 17px;
	}
	img.wbst-master
	{
		right: -200px;
	}
	.wbst-terms-item-description
	{
		font-size: 16px;
	}
	.wbst-terms-item-title
	{
		min-height: 0px;
	}
	.wbst-scheme-item-wrapper
	{
		padding: 45px 20px;
	}
	.wbst-scheme-item-number
	{
		top: -5px;
		left: 8px;
	}
	.wbst-scheme-wrapper
	{
		margin: 0px -20px;
	}
	.wbst-scheme-item
	{
		padding: 25px 30px;
		font-size: 16px;
	}
	.wbst-button5 button.sf2-callBtn
	{
		font-size: 16px;
	}
	.wbst-footer-row
	{
		font-size: 16px;
	}
	.wbst-services-bottom ul
	{
		padding-inline-start: 20px;
	}
	.wbst-button6 button.sf2-callBtn
	{
		padding: 20px 40px;
		font-size: 18px;
	}
}


@media (min-width: 992px) and (max-width: 1199px)
{
	.wbst-afterlogo-wrapper
	{
		display: none;
	}
	.wbst-call-order-top-wrapper
	{
		margin-left: 9px;
	}
	.wbst-form1
	{
		max-width: 410px;
	}
	.wbst-form-header1
	{
		font-size: 26px;
	}
	.wbst-form-header2
	{
		font-size: 16px;
	}
	.wbst-header-slogan h1
	{
		font-size: 44px;
	}
	.wbst-slogan-line2
	{
		font-size: 42px;
	}
	.wbst-header-slogan
	{
		margin-top: 80px;
	}
	.wbst-header-form-wrapper
	{
		padding-top: 40px;
	}
	.wbst-advantages-item:before
	{
		top: 0px;
		width: 32px;
		height: 32px;
		left: -34px;
	}
	.wbst-advantages-item-wrapper
	{
		padding-left: 34px;
	}
	.wbst-advantages-item
	{
		font-size: 16px;
	}
	.wbst-row-title
	{
		font-size: 46px;
	}
	.wbst-row-subtitle
	{
		font-size: 22px;
	}
	.wbst-services-first-col
	{
		width: 0%;
	}
	.wbst-services-left-col
	{
		width: 50%;
	}
	.wbst-services-right-col
	{
		width: 50%;
	}
	img.wbst-service-bg
	{
		left: -880px;
	}
	.wbst-dont-know-wrapper
	{
		width: 70%;
	}
	.wbst-dont-know2
	{
		font-size: 24px;
	}
	img.wbst-master
	{
		right: -320px;
	}
	.wbst-terms-item-wrapper
	{
		padding: 0px 15px;
	}
	.wbst-terms-item-title
	{
		min-height: 0px;
	}
	.wbst-terms-item-description
	{
		font-size: 16px;
	}
	.wbst-header-row
	{
		margin-bottom: 110px;
	}
	
	
	.wbst-scheme-item-wrapper
	{
		padding: 45px 15px;
	}
	.wbst-scheme-item-number
	{
		top: -5px;
		left: 8px;
	}
	.wbst-scheme-wrapper
	{
		margin: 0px -15px;
	}
	.wbst-scheme-item
	{
		padding: 15px 20px;
		font-size: 16px;
	}
	.wbst-button5 button.sf2-callBtn
	{
		font-size: 16px;
	}
	.wbst-footer-row
	{
		font-size: 16px;
	}
	.wbst-services-bottom ul
	{
		padding-inline-start: 20px;
	}
	.wbst-button6 button.sf2-callBtn
	{
		padding: 20px 28px;
		font-size: 18px;
	}	
}
@media (min-width: 768px) and (max-width: 991px)
{
	.wbst-logo-wrapper
	{
		width: 50%;
	}
	.wbst-afterlogo-wrapper
	{
		text-align: right;
		width: 50%;
		margin-bottom: 12px;
	}
	.wbst-call-order-top-wrapper
	{
		margin-left: 0px;
		width: 50%;
		text-align: center;
		margin-top: 50px;
	}
	.wbst-master-order-top-wrapper
	{
		width: 50%;
	}
	.wbst-free-master-now
	{
		font-size: 14px;
		text-align: right;
	}
	.wbst-flashing-dott
	{
		left: 5px;
	}
	.wbst-header-slogan h1
	{
		font-size: 62px;
	}
	.wbst-header-slogan
	{
		width: 100%;
		margin-top: 70px;
	}
	.wbst-header-form-wrapper
	{
		width: 100%;
	}
	.wbst-form1
	{
		margin: 0px auto;
	}
	.wbst-header-row
	{
		margin-bottom: -7px;
	}	
	.wbst-row-title
	{
		line-height: 1;
	}
	.wbst-services-first-col
	{
		width: 0;
	}
	.wbst-services-left-col
	{
		width: 50%;
	}
	.wbst-services-right-col
	{
		width: 50%;
	}
	img.wbst-service-bg
	{
		left: -653px;
	}
	.wbst-servive-text
	{
		font-size: 16px;
	}
	.wbst-service-item
	{
		margin-left: 100px;
	}
	.wbst-servive-image
	{
		left: -100px;
	}
	.wbst-dont-know-wrapper
	{
		width: 100%;
	}
	img.wbst-master
	{
		position: relative;
		width: 440px;
		margin: 40px auto 0px;
		bottom: 0px;
	}
	.wbst-dont-know-row
	{
		padding-top: 80px;
		padding-bottom: 0px;
	}
	.wbst-button2 button.sf2-callBtn
	{
		margin: 0px auto;
	}
	.wbst-terms-item-wrapper
	{
		width: 100%;
	}
	.wbst-terms-item-wrapper + .wbst-terms-item-wrapper
	{
		margin-top: 60px;
	}
	.wbst-terms-item-title
	{
		min-height: 0px;
	}
	.wbst-scheme-item-wrapper
	{
		float: none;
		margin: 0px auto;
		width: 460px;
	}
	.wbst-scheme-item-wrapper + .wbst-scheme-item-wrapper
	{
		margin-top: 40px;
	}
	.wbst-arrow1
	{
		display: none;
	}
	.wbst-arrow2
	{
		display: none;
	}
	.wbst-scheme-item-number
	{
		top: -6px;
		left: 63px;
	}
	.wbst-arrow-down
	{
		display: block;
		opacity: 0.4;
		position: absolute;
		left: calc(50% - 10px);
		bottom: -63px;
	}
	.wbst-bottom-logo-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-services-bottom 
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-footer-contacts
	{
		width: 100%;
		float: none;		
	}
	.wbst-button6 button.sf2-callBtn
	{
	    margin: 40px auto 0px;
	}
	.wbst-contacts-bottom-line i
	{
		top: 1px;
	}
}
@media (min-width: 481px) and (max-width: 767px)
{

	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	
	
	.wbst-logo-wrapper
	{
		width: 100%;
		float: none;
	}
	.wbst-logo
	{
		width: 282px;
		margin: 0px auto;
	}
	.wbst-afterlogo-wrapper
	{
		text-align: center;
		width: 100%;
		margin: 20px 0px;
		border-left: none;
		float: none;
		padding-right: 28px;
	}
	.wbst-call-order-top-wrapper
	{
		display: none;
	}
	.wbst-master-order-top-wrapper
	{
		width: 100%;
		max-width: 450px;
		float: none;
		margin: 60px auto;
	}
	.wbst-button4 button.sf2-callBtn
	{
		margin: 0px auto;
	}
	.wbst-free-master-now
	{
		font-size: 32px;
		text-align: center;
		line-height: 1;
		margin: 40px 0px 30px;
	}
	.wbst-flashing-dott
	{
		display: none;
	}
	.wbst-header-slogan h1
	{
		font-size: 40px;
	}
	.wbst-slogan-line2
	{
		font-size: 46px;
	}
	.wbst-advantages-item-wrapper
	{
		float: none;
		width: 240px;
		margin: 0px auto;
		padding-left: 0px;
	}
	.wbst-advantages-item-wrapper + 	.wbst-advantages-item-wrapper
	{
		margin-top: 60px;
	}
	.wbst-advantages-item:before
	{
		left: -30px;
	}
	.wbst-header-slogan
	{
		width: 100%;
		margin-top: 70px;
		text-align: center;
	}
	.wbst-header-form-wrapper
	{
		width: 100%;
	}
	.wbst-form1
	{
		margin: 0px auto;
	}
	.wbst-header-row
	{
		margin-bottom: -7px;
	}	
	.wbst-row-title
	{
		line-height: 1;
	}
	.wbst-services-first-col
	{
		width: 0;
	}
	.wbst-services-left-col
	{
		width: 100%;
		padding-right: 0px;
		padding-left: 4px;
	}
	.wbst-services-right-col
	{
		width: 100%;
		margin-top: 50px;
		padding-left: 4px;
	}
	img.wbst-service-bg
	{
		display: none;
	}
	.wbst-dont-know1
	{
		font-size: 42px;
	}
	.wbst-row-title
	{
		font-size: 48px;
	}
	.wbst-servive-text
	{
		font-size: 18px;
	}
	.wbst-service-item
	{
		margin-left: 100px;
	}
	.wbst-terms-border
	{
		padding: 60px 40px 60px;
	}
	.wbst-terms-title
	{
		font-size: 38px;
	}
	.wbst-servive-image
	{
		left: -100px;
	}
	.wbst-dont-know-wrapper
	{
		width: 100%;
	}
	img.wbst-master
	{
		position: relative;
		width: 440px;
		margin: 40px auto 0px;
		bottom: 0px;
	}
	.wbst-dont-know-row
	{
		padding-top: 80px;
		padding-bottom: 0px;
	}
	.wbst-button2 button.sf2-callBtn
	{
		margin: 0px auto;
	}
	.wbst-terms-item-wrapper
	{
		width: 100%;
	}
	.wbst-terms-item-wrapper + .wbst-terms-item-wrapper
	{
		margin-top: 60px;
	}
	.wbst-terms-item-title
	{
		min-height: 0px;
	}
	.wbst-free-master-now span.wbst-capitalize
	{
		text-transform: capitalize;
	}
	
	
	
	.wbst-scheme-item-wrapper
	{
		float: none;
		margin: 0px auto;
		width: 460px;
	}
	.wbst-scheme-item-wrapper + .wbst-scheme-item-wrapper
	{
		margin-top: 40px;
	}
	.wbst-arrow1
	{
		display: none;
	}
	.wbst-arrow2
	{
		display: none;
	}
	.wbst-scheme-item-number
	{
		top: -6px;
		left: 63px;
	}
	.wbst-arrow-down
	{
		display: block;
		opacity: 0.4;
		position: absolute;
		left: calc(50% - 10px);
		bottom: -63px;
	}
	.wbst-bottom-logo-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
		padding-right: 0px;
	}
	.wbst-services-bottom 
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-footer-contacts
	{
		width: 100%;
		float: none;		
	}
	.wbst-button6 button.sf2-callBtn
	{
	    margin: 40px auto 0px;
	}
	.wbst-contacts-bottom-line i
	{
		top: 1px;
	}	
}
@media all and (max-width: 480px)
{

	.wbst-main .sf2Win
	{
		max-width: 100%;
		min-width: 90%;
	}	
	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	.wbst-form1
	{
		padding: 30px 30px 45px;
	}
	.wbst-form-header1
	{
		line-height: 1;
	}
	.wbst-dont-know2
	{
		font-size: 26px;
	}
	.wbst-main .sf2Win-body
	{
		padding: 30px 30px 0px;
	}
	.sf2Style-default button.sf2-element.sf2SendBtn
	{
		padding: 20px 10px;
		width: 100%;
	}
	.wbst-main .sf2Win-footer
	{
		padding: 0px 30px 50px;
	}
	.wbst-logo-wrapper
	{
		width: 100%;
		float: none;
	}
	.wbst-logo
	{
		width: 282px;
		margin: 0px auto;
	}
	.wbst-afterlogo-wrapper
	{
		text-align: center;
		width: 100%;
		margin: 20px 0px;
		border-left: none;
		float: none;
		padding-right: 28px;
	}
	.wbst-call-order-top-wrapper
	{
		display: none;
	}
	.wbst-master-order-top-wrapper
	{
		width: 100%;
		max-width: 450px;
		float: none;
		margin: 60px auto;
	}
	.wbst-button4 button.sf2-callBtn
	{
		margin: 0px auto;
	}
	.wbst-free-master-now
	{
		font-size: 32px;
		text-align: center;
		line-height: 1;
		margin: 40px 0px 30px;
	}
	.wbst-flashing-dott
	{
		display: none;
	}
	.wbst-header-slogan h1
	{
		font-size: 40px;
	}
	.wbst-slogan-line2
	{
		font-size: 42px;
	}
	.wbst-advantages-item-wrapper
	{
		float: none;
		width: 240px;
		margin: 0px auto;
		padding-left: 0px;
	}
	.wbst-advantages-item-wrapper + 	.wbst-advantages-item-wrapper
	{
		margin-top: 60px;
	}
	.wbst-advantages-item:before
	{
		left: -30px;
	}
	.wbst-header-slogan
	{
		width: 100%;
		margin-top: 70px;
		text-align: center;
	}
	.wbst-header-form-wrapper
	{
		width: 100%;
	}
	.wbst-form1
	{
		margin: 0px auto;
	}
	.wbst-header-row
	{
		margin-bottom: -7px;
	}	
	.wbst-row-title
	{
		line-height: 1;
	}
	.wbst-services-first-col
	{
		width: 0;
	}
	.wbst-services-left-col
	{
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.wbst-services-row .wbst-row-subtitle
	{
		margin: 38px 0px 60px;
	}
	.wbst-form1 .sf2Style-default button.sf2-element[type="submit"]
	{
		padding: 20px 10px;
		width: 100%;
		font-size: 18px;
		white-space: normal;
	}
	.wbst-services-right-col
	{
		width: 100%;
		margin-top: 50px;
		padding-left: 0px;
	}
	img.wbst-service-bg
	{
		display: none;
	}
	.wbst-dont-know1
	{
		font-size: 38px;
	}
	.wbst-row-title
	{
		font-size: 48px;
	}
	.wbst-servive-text
	{
		font-size: 18px;
	}
	.wbst-service-item
	{
		margin-left: 100px;
	}
	.wbst-terms-border
	{
		padding: 60px 20px 60px;
	}
	.wbst-terms-title
	{
		font-size: 38px;
	}
	.wbst-form1.wbst-calc-form
	{
		padding: 30px 30px 45px;
	}
	.wbst-servive-image
	{
		left: -100px;
	}
	.wbst-dont-know-wrapper
	{
		width: 100%;
	}
	img.wbst-master
	{
		position: relative;
		width: 440px;
		margin: 40px auto 0px;
		bottom: 0px;
	}
	.wbst-dont-know-row
	{
		padding-top: 80px;
		padding-bottom: 0px;
	}
	.wbst-button2 button.sf2-callBtn
	{
		margin: 0px auto;
		white-space: normal;
		padding: 25px 10px;
		width: 100%;
	}
	.wbst-terms-item-wrapper
	{
		width: 100%;
	}
	.wbst-terms-item-wrapper + .wbst-terms-item-wrapper
	{
		margin-top: 60px;
	}
	.wbst-terms-item-title
	{
		min-height: 0px;
	}	
	.wbst-free-master-now span.wbst-capitalize
	{
		text-transform: capitalize;
	}
	
	
	.wbst-scheme-item-wrapper
	{
		float: none;
		margin: 0px auto;
		width: 95%;
	}
	.wbst-scheme-item-wrapper + .wbst-scheme-item-wrapper
	{
		margin-top: 40px;
	}
	.wbst-arrow1
	{
		display: none;
	}
	.wbst-arrow2
	{
		display: none;
	}
	.wbst-scheme-item-number
	{
		top: -6px;
		left: 63px;
	}
	.wbst-arrow-down
	{
		display: block;
		opacity: 0.4;
		position: absolute;
		left: calc(50% - 10px);
		bottom: -63px;
	}
	.wbst-bottom-logo-wrapper
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
		padding-right: 0px;
	}
	.wbst-services-bottom 
	{
		width: 100%;
		float: none;
		margin-bottom: 80px;
	}
	.wbst-footer-contacts
	{
		width: 100%;
		float: none;		
	}
	.wbst-button6 button.sf2-callBtn
	{
	    margin: 40px auto 0px;
		padding: 20px 30px;
	}
	.wbst-contacts-bottom-line i
	{
		top: 1px;
	}
	.wbst-button6
	{
		margin-left: -35px;
	}
	.wbst-scheme-item
	{
		padding: 28px 30px;
	}
}