body
{
	color: black;
	font-family: 'Exo 2', sans-serif;
	background: white;
	line-height: 1;
}
.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: white;
    width: 440px;
    position: relative;
    padding: 0px 20px 20px 20px;
}
.wbst-main .sf2Win.error
{
	background: white;
}

.wbst-main .sf2Win-body
{
	padding: 0px 15px;
}
.wbst-popup-form .sf2-form-label-wrap
{
	display: none;
}
.wbst-popup-form-title
{
	font-weight: 700;
    font-size: 26px;
    line-height: 1;
    margin-top: 29px;
    margin-bottom: 10px;
    text-align: center;
}
.sf2-form-group.wbst-after-textarea 
{
    margin-top: 5px;
}
.wbst-popup-form-subtitle 
{
    line-height: 1.2;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 300;
}
.sf2-message.sf2-type-success img 
{
    width: 128px;
    margin-left: auto;
    margin-right: auto;
}
.sf2Style-default .wbst-popup-form .sf2-form-group input.sf2-element, .sf2Style-default .wbst-popup-form .sf2-form-group select.sf2-element, .sf2Style-default .wbst-popup-form .sf2-form-group textarea.sf2-element
{
    background: rgba(191, 191, 191, 0.15);
    padding: 15px 20px 15px 50px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.075);	
	font-size: 18px;
}
.wbst-qwestion-icon 
{
    position: relative;
}
.wbst-name-icon 
{
    position: relative;
}
.wbst-phone-icon 
{
    position: relative;
}
.wbst-qwestion-icon:before {
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f059';
    color: #d8d8d8;
    font-size: 20px;
}
.wbst-name-icon:before 
{
    position: absolute;
    left: 20px;
    top: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f007';
    color: #d8d8d8;
    font-size: 20px;
}
.wbst-phone-icon:before 
{
    position: absolute;
    left: 20px;
    top: 13px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: '\f879';
    color: #d8d8d8;
    font-size: 20px;
}
.wbst-main .sf2Win-footer
{
	background-color: transparent;
    border-top: none;
    box-shadow: none;
	padding: 0px 15px 0px;
}
.sf2Style-default button.sf2-element.sf2CloseBtn
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #8c8c8c;
    text-shadow: none;
    cursor: pointer;
    font-family: verdana;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    line-height: 1;
    font-weight: 300;	
}
.sf2Style-default button.sf2-element.sf2SendBtn
{
	position: relative;
    padding: 20px 40px 22px 40px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
	width: 100%;
	margin: 10px 0px 10px;
}
.sf2Style-default button.sf2-element.sf2SendBtn:hover
{
	-webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    background-color: #ff4500;	
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);	
}
.sf2Style-default button.sf2-element.sf2CloseBtn:active, .sf2Style-default button.sf2-element.sf2CloseBtn:focus 
{
    outline: none;
}
.sf2Win-close 
{
    top: 5px;
    right: 10px;
    text-shadow: none;
    color: #8c8c8c;
    font-size: 22px;
}
.sf2Style-default button.sf2-element.sf2SendBtn:before
{
	margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wbst-main .sf2Win.error
{
	border: 4px solid red;
    padding: 15px 0px;
	font-size: 18px;
}
.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
{
    color: #333;
	border-left: none;	
	padding: 25px 0px 0px 0px;
}
.wbst-main .wbst-calc-form-wrapper .sf2-message.sf2-type-success
{
    max-width: 440px;
    margin: 50px auto 70px;
    padding: 40px 20px 20px;	
}
.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.menu-fixed
{
	position: fixed;
}*/
.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: 2;
	font-size: 16px;
    text-transform: lowercase;
    padding: 0 20px;		
	
	-webkit-transition: none;
    -o-transition: none;
    transition: none;	
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a 
{
    background: #ffd400;
    color: white;
}
#sp-header.menu-fixed .sp-megamenu-parent >li >a
{
	line-height: 2;
}
.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: white;
}

.wbst-main .sp-copyright
{
	color: black;
}
.wbst-main .sp-copyright a
{
	color: black;
}
.wbst-main .sp-copyright a:hover
{
	color: blue;
}
.wbst-main #sp-header
{
	position: relative;
/*	top: 94px;*/
    width: 100%;
    border-bottom: none;
	background: rgb(239, 239, 239);
}
.wbst-header-row 
{
    background-color: white;
    position: relative;
    background-image: url(/images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	min-height: 860px;
}
.kotel-page .wbst-header-row
{
	background-position: center top;
}
.teplypol-page .wbst-header-row
{
    background-image: url(/images/pol-header.webp);
}
.kotelnaya-page .wbst-header-row
{
    background-image: url(/images/kotelnaya-bg.webp);
}
.wbst-slogan-wrapper
{
	margin-top: 60px;
}
.wbst-slogan-1 h1 
{
	font-family: 'Exo 2', sans-serif;
    color: #000000;
    font-size: 68px;
    font-weight: 800;
    text-shadow: 1px 1px 0px white;
/*    line-height: 0.8;*/
    margin-left: auto;
    margin-right: auto;
}
.wbst-slogan-1 span
{
	background: #ffd400;
}
.wbst-slogan-2 span
{
	background: #ffd400;
	line-height: 0.9;
}
.wbst-slogan-2
{
	font-size: 38px;
    font-weight: 400;
    text-shadow: 1px 1px 0px white;
	line-height: 0.9;
}
.wbst-slogan-3
{
	font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    background: #ffd400;
    width: 685px;
    padding: 10px 16px 17px 33px;	
	margin-bottom: 20px;
}
.wbst-slogan-3 span
{
    font-weight: 700;
}
.wbst-button1 button.sf2-callBtn
{
	position: relative;
    padding: 22px 40px 22px 80px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow: hidden;
}
.wbst-button1 button.sf2-callBtn:hover
{
	-webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}
.wbst-button1 button.sf2-callBtn:before
{
	margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wbst-button1
{
	position: relative;
}
.wbst-button1 img
{
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -46px;
	-webkit-animation: jampTrf 4.5s infinite linear;
    animation: jampTrf 4.5s infinite linear;	
}
.wbst-row-title
{
	position: relative;
}
.wbst-row-title h2
{
	font-weight: 700;
    font-size: 36px;
	margin: 60px 0px 0px 0px;
}
.wbst-row-title-line2
{
	font-weight: 700;
    font-size: 36px;	
	margin-bottom: 40px;
}
.wbst-service-item-wrapper
{
	width: 33.3333%;
	float: left;
	padding: 10px;
}
.wbst-services-wrapper
{
	margin: 0px -10px;
}
.wbst-service-item
{
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
	position: relative;
	overflow: hidden;
	background: white;
}
.wbst-service-item-image img
{
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.wbst-service-item-title
{
	text-align: center;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    padding: 15px 20px 20px;
}
.wbst-item-button
{
	text-align: center;
}
.wbst-service-item-cost
{
	position: absolute;
    bottom: 110px;
    font-size: 22px;
    right: 0px;

	background-color: #ffd400;
    background-image: -webkit-gradient(linear, left center, right center, color-stop(0%, #ff0), to(#ffc100));
    background-image: -webkit-linear-gradient(left, #ff0, #ffc100);
    background-image: -o-linear-gradient(left, #ff0, #ffc100);

    background-image: linear-gradient(to right, #ff0, #ffc100);
    padding: 4px 5px 7px 8px;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
	font-weight: 500;
}

.wbst-item-hidden
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 9px 20px 20px;

	
	opacity: 0;

	
	
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}

.wbst-service-item:hover .wbst-item-hidden
{
	opacity: 1;	
	
-webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);	
}
.wbst-item-white-backround
{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transition: all 0.24s;
    -o-transition: all 0.24s;
    transition: all 0.24s;
    opacity: 0;
    -webkit-transform: translate(70%, -70%); 
    -ms-transform: translate(70%, -70%);
    transform: translate(70%, -70%);
}
.wbst-service-item:hover .wbst-item-white-backround
{
	opacity: 1;
    -webkit-transform: translate(0, 0); 
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);	
}



.wbst-item-hidden-title
{
	text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
	color: #ff5200;
}



.wbst-button2 button.sf2-callBtn
{
	border: 1px solid #da291c;
	color: #da291c;
	overflow: hidden;
	background: transparent;	
	font-size: 18px;
}
.wbst-button2 button.sf2-callBtn:hover
{
	-webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4);
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4);
}
.wbst-item-hidden-description ul li
{
	padding: 4px 0px;
}
.wbst-button2 button.sf2-callBtn:focus, .wbst-button2 button.sf2-callBtn:active
{
	outline: none;
}
.wbst-service-item2
{
	text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 80px;
    font-style: italic;
    padding: 0px 35px;
}
.wbst-service-item2 span
{
}
#sp-page-builder .sppb-section.wbst-services-row
{
	background: #f3f3f3;
	position: relative;
	z-index: 2;
}
.wbst-calc-row
{
	background: #f3f3f3;	
	padding-top: 40px;
}
.wbst-calc-form-wrapper
{
	width: 66%;
    padding: 30px 60px 10px;
    /* border: 10px dashed red; */
    background: white;
	margin: 40px auto 0px;
}
.wbst-calc-row-title
{
	font-weight: 700;
    font-size: 44px;
	text-align: center;
}
.wbst-calc-form h2
{
    margin-bottom: 24px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
}

.sf2Style-default .wbst-form  .sf2-form-label-wrap label
{
	font-size: 20px;
}

.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
{
	font-size: 20px;
    font-weight: 300;
    padding: 15px 15px 18px 30px;
	background: #f6f6f6;
	-webkit-box-shadow: inset 0 2px 4px #e9e9e9;
    box-shadow: inset 0 2px 4px #e9e9e9;
	border-radius: 10px;
	border: none;
}

.wbst-calc-button
{
	margin-top: 30px;
	display: inline-block;
	position: relative;
}
.wbst-calc-button img
{
	position: absolute;
    z-index: 2;
    top: -10px;
    right: -46px;
    -webkit-animation: jampTrf 4.5s infinite linear;
    animation: jampTrf 4.5s infinite linear;
}
.sf2Style-default .wbst-calc-button  button.sf2-element[type="submit"]
{
	position: relative;
    padding: 22px 60px 24px 30px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow: hidden;	
}
.sf2Style-default .wbst-calc-button  button.sf2-element[type="submit"]:hover
{
	-webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}
.sf2Style-default .wbst-calc-button  button.sf2-element[type="submit"]:before
{
	margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wbst-calc-button-wrapper
{
	text-align: center;
}

.wbst-calc-form .sf2-form-group + .sf2-form-group
{
	margin-top: 20px;
}
.wbst-calc-button i {
    margin-right: 14px;
    font-size: 24px;
    color: white;
	position: relative;
	top: 2px;
}
.wbst-calc-form h2 span
{
	color: #ff5200;
}
.wbst-row-title
{
    font-weight: 700;
    font-size: 36px;
    margin: 60px 0px 0px 0px;
}
.wbst-benefits-row
{
}
.wbst-benefits-wrapper
{
	margin: 40px -40px 0px;
}
.wbst-benefits-title
{
	color: #ff5200;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    top: -15px;
    left: 30px;
}
.wbst-benefits-title span
{
	background: white;
	padding: 0px 20px;
}
.wbst-benefits-item
{
	position: relative;
    padding: 15px 57px 15px 20px;
    border-radius: 15px;
    border: 2px dashed #cccccc;
	margin-bottom: 50px;
}
.wbst-benefits-description
{
	font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.wbst-benefits-image img
{
    position: absolute;
    top: -86px;
    right: -33px;	
}
.wbst-benefits-image2 img
{
    position: absolute;
    top: -50px;
    right: -50px;	
}
.wbst-benefits-image3 img
{
    position: absolute;
    top: -50px;
    right: -35px;	
}
.wbst-benefits-item-wrapper
{
	width: 50%;
	float: left;
	padding: 0px 40px;
}
.wbst-gallery-title-row
{
	padding-bottom: 10px;	
}
.wbst-gallery-title-row .wbst-row-title
{
	margin: 0px; 
}
.wbst-row-subtitle
{
	font-size: 28px;
	font-weight: 700;
	color: black;
	line-height: 1.2;
}


.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb {
    width: 20%;
	padding: 4px;
}
.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink {
    width: 100% !important;
}
.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg {
    background-size: cover;
    width: 100% !important;
    background-position: center center;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;	
}
.wbst-stages-row
{
	padding-bottom: 30px;
}

.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .title
{
    font-weight: 700;
    font-size: 22px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel .details
{
	font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
{
	width: 400px;
	padding: 20px 25px 15px;	
	border-radius: 15px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel.left-part
{
	margin-right: 20px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
{
	margin-left: 20px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:before
{
	content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 3px 2rem rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 2rem rgba(33, 33, 33, 0.07);
    background-color: #ff5200;
    border-radius: 100%;
    z-index: -1;
    opacity: 0.4;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	
	-webkit-animation: scale-before 4s infinite linear;
    animation: scale-before 4s infinite linear;
	border: none;
}
.wbst-stages-row #sppb-addon-1591179059625 .sppb-addon-timeline .sppb-addon-timeline-wrapper:before, .wbst-stages-row #sppb-addon-1591179059625 .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after, .wbst-stages-row #sppb-addon-1591179059625 .sppb-addon-timeline .timeline-movement.even:before
{
    background-color: #ff5200;
}

.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge
{
	width: 20px;
    height: 20px;
    background: #ff5200;
    border-radius: 50%;
	left: calc(50% - 9px);
	top: 35px;
}

.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge
{
    height: 20px;	
    top: 26px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .odd .timeline-badge:after
{
	top: 9px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after
{
	top: 9px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after
{
	width: 30px;
}
.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-date
{
    font-size: 28px;
    font-weight: 300;
    color: #ff5200;
	line-height: 80px;
}
.sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-item .timeline-date
{
	line-height: 70px;
}
.wbst-commerce-wrapper
{
    background: #ff5200;
    padding: 50px;
    color: white;
	-webkit-box-shadow: 0px 15px 51px rgba(158, 85, 85, 0.74);
    box-shadow: 0px 15px 51px rgba(158, 85, 85, 0.74);
    border-radius: 12px;
	position: relative;
}
.wbst-commercial-image
{
	position: absolute;
    right: 70px;
    top: -40px;
}
.wbst-commerce-title
{
	font-size: 30px;
}
.wbst-commerce-description
{
	margin: 14px 0px 21px;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.2;
}
.wbst-commerce-description ul
{

}
.wbst-commerce-row
{
    padding: 60px 0px 0px;
}
.wbst-button3
{
	display: inline-block;
	position: relative;
}
.wbst-button3 img
{
	top: 33px;
    position: absolute;
    right: -149px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
    width: 98px;
}
.wbst-button3 button.sf2-callBtn
{
    background: white;
    border: 1px solid white;
    border-radius: 8px;
    padding: 12px 40px 13px;
    font-size: 16px;
    line-height: 1.1;
    color: #ff5200;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;	
}
.wbst-button3 button.sf2-callBtn:hover
{
/*	background: rgba(255, 255, 255, 0.84);*/
    -webkit-box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.4);
}
.wbst-button3 button.sf2-callBtn:focus
{
/*	outline: none;*/
}
.wbst-testimonial-row #sppb-addon-1591364227688 .sppb-testimonial-carousel-message
{
	line-height: 1.3;
    font-weight: 300;
	margin-bottom: 15px;
	color: black;
}
.wbst-testimonial-title-row .wbst-row-title
{
	margin-top: 40px;
}
.wbst-testimonial-row #sppb-addon-1591364227688 .sppb-testimonial-carousel-rating
{
	margin-bottom: 5px;
}
.wbst-testimonial-row #sppb-addon-1591364227688 .sppb-testimonial-carousel-name
{
    margin: 10px 0px 9px 0px;
    font-size: 18px;
	color: black;
}
.wbst-testimonial-images-wrappe
{
	position: relative;
}
.wbst-testimonial-image1
{
	position: absolute;
    top: 0px;
	left: 40%;
    -webkit-animation: transform-shiver 2400ms linear 0ms infinite normal both;
    animation: transform-shiver 2400ms linear 0ms infinite normal both;
}
.wbst-testimonial-image2
{
	position: absolute;
	right: 15%;
    top: 40px;
    -webkit-animation: transform-shiver 3000ms linear 0ms infinite normal both;
    animation: transform-shiver 3000ms linear 0ms infinite normal both;	
}
.wbst-testimonial-image3
{
    position: absolute;
    left: -20px;
    top: 30px;
    -webkit-animation: transform-shiver 5000ms linear 0ms infinite normal both;
    animation: transform-shiver 5000ms linear 0ms infinite normal both;
}

.wbst-calc-form  .sf2-form-group .sf2-form-label-wrap label .sf2-required
{
	display: none;
}
.wbst-discounts-wrapper
{
	margin: 40px -40px 40px;
}
.wbst-discount-item-wrapper
{
	width: 33.3333%;
	float: left;
	padding: 0px 40px;
}
.wbst-discount-item
{
background: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 50px 30px;
    border-radius: 15px;
    text-align: center;
}

.wbst-discount-row
{
    padding: 0px 0px 40px;
	background-image: url(/images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;	
}


.wbst-button4 button.sf2-callBtn
{
	position: relative;
    padding: 20px 40px 22px 40px;
    border: none;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow: hidden;
}
.wbst-button4 button.sf2-callBtn:hover
{
	-webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}
.wbst-button4 button.sf2-callBtn:before
{
	margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wbst-discount-icon
{
	margin-bottom: 30px;
}
.wbst-discount-title
{
	font-weight: 800;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 40px;
    min-height: 66px;	
}
.wbst-discount-description
{
	margin-bottom: 25px;
	color: #969696;	
	line-height: 1.3;
}
.wbst-discount-icon
{
	color: #ff4500;
    font-size: 50px;
    font-weight: 900;
    text-shadow: 1px 1px 0px black;
}
.wbst-discount-row-title-description
{
	font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    font-style: italic;
}
.wbst-discount-row-title-description span
{
	color: #ff4500;
}
.wbst-present
{
	display: inline-block;
    position: relative;
    top: -17px;
	margin-left: 30px;
}
.wbst-we-help
{
	width: 770px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    /* font-style: italic; */
    padding: 130px;
    margin: 40px 0px 0px;
    line-height: 1.2;
    background-image: url(/images/bg3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.wbst-logo img 
{
    float: left;
    margin-right: 10px;
}
#sp-wbst-logo-row
{
    padding: 4px 0px;
    position: relative;
    width: 100%;
    top: 0px;
    z-index: 200;
    background: white;
}
.wbst-logo-text
{
color: black;
    font-size: 26px;
    line-height: 0.7;
    padding-top: 10px;
    font-weight: 600;
}
.wbst-logo-text span
{
	font-size: 16px;
    line-height: 1;
}
.wbst-logo-wrapper
{
	float: left;
    min-width: 230px;
	margin-top: 8px;
}
.wbst-top-phones-wrapper
{
	float: right;
	line-height: 1.2;
}
.wbst-top-hours
{
	color: gray;
    font-weight: 300;
}
.wbst-top-hours img
{
	float: left;
    top: 4px;
    position: relative;
    margin-right: 6px;	
}
.wbst-top-phones
{
	text-align: right;
	font-size: 18px;
	font-weight: 600;
}
.wbst-button5 button.sf2-callBtn
{
	border: 1px solid #da291c;
    color: #da291c;
    overflow: hidden;
    background: transparent;
    font-size: 15px;
    padding: 2px 15px 3px;
}
.wbst-button5 button.sf2-callBtn:hover {
    -webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4);
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4);
}
.wbst-top-phones img
{
	display: inline-block;
    top: -3px;
    position: relative;
    margin-right: 6px;	
}
.wbst-mts-icon
{
    left: -1px;
}
.wbst-top-rating-wrapper
{
	float: left;
    min-width: 240px;	
	margin-left: 80px;
}
.wbst-flag-image
{
    position: absolute;
    top: -4px;
    float: left;
    margin-right: 6px;
}
.wbst-top-rating-text
{
    padding-left: 73px;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    top: 8px;
	color: gray;
}
.wbst-stars-image
{
	margin-bottom: 5px;
}
.wbst-top-region-wrapper
{
	float: left;
	min-width: 280px;
	margin-left: 56px;
}
.wbst-region-image
{
    float: left;
    position: relative;
    top: 11px;
	margin-right: 5px;
}
.wbst-top-region-text
{
	position: relative;
    top: 25px;
    line-height: 1.2;
    color: gray;
    font-size: 14px;	
}
.wbst-top-region-text a
{
	color: gray;
	text-decoration: underline;
}
.wbst-top-region-text a:hover
{
	color: #ff5200;
}
.sp-megamenu-parent >li >a:after
{
	content: none;
}
.wbst-footer-col
{
	width: 25%;
	float: left;
    padding: 0px 5px;
}
.wbst-footer-wrapper
{
	margin: 0px -5px 40px;
}
section#sp-wbst-footer
{
/*    background: #ffd400;*/
    padding: 60px 0px 31px;
    font-size: 16px;
	line-height: 1.3;
}
.wbst-footer-text1
{
	font-weight: 300;
    margin-top: 15px;
}
.wbst-footer-title
{
	font-size: 18px;
	font-weight: 700;
	margin: 9px 0px 20px;
}
.sp-module .wbst-bottom-menu ul
{
    margin-left: 18px;
    list-style: disc;		
}
.sp-module .wbst-bottom-menu ul >li
{
	border-bottom: 0px;
	display: list-item;
}
.sp-module .wbst-bottom-menu ul >li >a
{
	padding: 0px;
	line-height: 1.3;
	color: black;
	margin-bottom: 10px;
	display: inline-block;
	
	-webkit-transition: none;
    transition: none;
}
.sp-module .wbst-bottom-menu ul >li >a:hover
{
}
.sp-module .wbst-bottom-menu ul >li >a:focus
{
	background: transparent;
	outline: none;
}
.sp-module .wbst-bottom-menu ul >li >a:before
{
	content: none;
}
.sp-module .wbst-bottom-menu ul >li:focus
{
	outline: none;
}
.wbst-button6 button.sf2-callBtn
{
	position: relative;
    padding: 15px 35px 18px 35px;
    border: none;
    color: #ffffff;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.2;
    cursor: pointer;
    -webkit-box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    box-shadow: 0 1rem 2rem rgba(218, 41, 28, 0.4), inset 0 -5px 0 #da291c;
    border-radius: 6px 6px 8px 8px;
    background-color: #ff4500;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, rgba(255, 153, 57, 0)), to(#ff9939));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: -o-linear-gradient(bottom, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    background-image: linear-gradient(to top, rgba(255, 153, 57, 0) 25%, #ff9939 100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	overflow: hidden;
	margin-top: 5px;
}
.wbst-button6 button.sf2-callBtn:hover
{
    -webkit-box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
    box-shadow: 0 1rem 2.5rem rgba(218, 41, 28, 0.4), inset 0 6px 0 #da291c;
}
.wbst-button6 button.sf2-callBtn:before
{
	margin-left: -30px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -150px;
    top-animation-timing-function: ease-in-out;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wbst-phones-bottom
{
	font-size: 18px;
    font-weight: 600;
}
.wbst-phones-bottom img {
    display: inline-block;
    top: -1px;
    position: relative;
    margin-right: 6px;
}
.wbst-phones-bottom a
{
	color: black;
	-webkit-transition: none;
    transition: none;	
	
	display: inline-block;
	margin-bottom: 9px;
}

.wbst-phones-bottom .wbst-button5 button.sf2-callBtn
{
	margin-top: 5px;
}
.wbst-copyright
{
	text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.34);
    padding-top: 36px;
    font-size: 14px;
    color: black;
    font-weight: 300;
}
.wbst-copyright a
{
    color: black;	
	-webkit-transition: none;
    transition: none;		
}
.wbst-copyright a:hover
{
	color: black;
}
.wbst-copyright p
{
	margin: 0px;
}
.wbst-right-menu
{
    position: fixed;
    right: 2vw;
    top: 40%;
    -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff4500), color-stop(98%, #ff9235), to(#ff9235));
    background-image: -o-linear-gradient(bottom, #ff4500 0%, #ff9235 98%, #ff9235 100%);
    background-image: linear-gradient(to top, #ff4500 0%, #ff9235 98%, #ff9235 100%);
    z-index: 333;	
}
.wbst-button7
{
	position: relative;
	border-bottom: 1px solid white;	
}
.wbst-button7.wbst-no-border-bottom
{
	border-bottom: none;	
}
.wbst-prompt
{
	position: absolute;
    padding: 0.6vw;
    padding-right: 4vw;
    padding-left: 2vw;
    white-space: nowrap;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
    box-shadow: 0 1px 57px rgba(0, 0, 0, 0.1), inset 0 0 24px rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff4500), color-stop(98%, #ff9235), to(#ff9235));
    background-image: -o-linear-gradient(bottom, #ff4500 0%, #ff9235 98%, #ff9235 100%);
    background-image: linear-gradient(to top, #ff4500 0%, #ff9235 98%, #ff9235 100%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-transform: translateX(10%) scale(0);
    -ms-transform: translateX(10%) scale(0);
    transform: translateX(10%) scale(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
	font-size: 16px;
}
.wbst-button7:hover .wbst-prompt
{
    transform: translateX(0) scale(1);
    opacity: 1;
}
.wbst-button7 button.sf2-callBtn
{
	font-size: 30px;
    background: transparent;
    width: 60px;
    height: 60px;
}
#sp-wbst-footer .sp-module
{
	margin-top: 0px;
}
.wbst-slogan-top
{
	background: #ff5200;
    padding: 30px;
    color: white;
    -webkit-box-shadow: 0px 15px 51px rgba(58, 58, 58, 1); 
    box-shadow: 0px 15px 51px rgba(58, 58, 58, 1);
    border-radius: 12px;
    position: relative;
    text-align: center;
    font-size: 25px;
    margin: 60px 0px 0px;
    border: 2px dashed white;
/*    display: inline-block;*/
}

.wbst-file input[type=file]
{
	outline: 0;
	opacity: 0;
	pointer-events: none;
	user-select: none;
	height: 0px;
}
.sf2Style-default .wbst-file .sf2-form-label-wrap label
{
	background: #f6f6f6;
    padding: 15px 30px 17px 60px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #555555;
    position: relative;
    box-shadow: -1px 2px 4px #cecece;
    border-radius: 10px;
	cursor: pointer;
}
.sf2Style-default .wbst-file .sf2-form-label-wrap label:hover
{
/*    box-shadow: -1px 2px 4px #b7b7b7;*/
}
.sf2Style-default .wbst-file .sf2-form-label-wrap label:focus
{
}
.wbst-file label:after 
{
    position: absolute;
    content: '\f0c6';
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    left: 20px;
    top: 14px;
}
.wbst-step-title
{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.sp-megamenu-parent
{
	float: left;
}









@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 111%;
    margin-left: 84px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 111%;
    margin-left: 84px;
  }
}
@-webkit-keyframes jampTrf {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

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

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

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

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

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

  15% {
    -webkit-transform: translateY(-7%);
    transform: translateY(-7%);
  }

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

  35% {
    -webkit-transform: translateY(-3%);
    transform: translateY(-3%);
  }

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

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}

@keyframes scale-before {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes transform-shiver {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
    transform: translate(-5px, 0px) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
    transform: translate(5px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}











@media (min-width: 1200px) and (max-width: 1460px)
{
	.wbst-slogan-wrapper
	{
		margin-top: 20px;
	}
	.wbst-header-row
	{
		min-height: 660px;
	}
	.wbst-slogan-1 h1
	{
		line-height: 1.06;
	}
	.wbst-slogan-top
	{
		margin-top: 10px;
		padding: 20px;
	}
	
}
@media (min-width: 992px) and (max-width: 1199px)
{
	.wbst-logo-wrapper
	{
		min-width: 230px;
	}
	.wbst-top-rating-wrapper
	{
		min-width: 210px;
		margin-left: 10px;
	}
	.wbst-top-region-wrapper
	{
		margin-left: 10px;
		    min-width: 270px;
	}
	#sp-header #sp-menu ul.sp-megamenu-parent>li >a
	{
		line-height: 2;
	}
	.wbst-main .sp-megamenu-parent >li >a
	{
		padding: 0px 12px;
	}
	.wbst-slogan-1 h1
	{
		font-size: 56px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 30px;
	}
	.wbst-slogan-2
	{
		margin-top: -4px;
	}
	.wbst-header-row
	{
		min-height: 600px;
	}	
	.wbst-button7 button.sf2-callBtn
	{
		width: 50px;
		height: 50px;
	}
	.wbst-service-item-title
	{
		min-height: 113px;
		font-size: 26px;
	}
	.wbst-item-hidden
	{
		padding: 5px 10px 20px;
		font-size: 13px;
	}
	.wbst-item-hidden-description ul
	{
		margin-bottom: 5px;
	}
	.wbst-item-hidden-description ul
	{
		padding-inline-start: 20px;
	}
	.wbst-item-hidden-title
	{
		margin-bottom: 5px;
		font-size: 22px;
	}
	.wbst-item-hidden-description ul li 
	{
		padding: 3px 0px;
	}
	.wbst-item-hidden-description p
	{
		margin-bottom: 5px;
	}
	.wbst-benefits-title span
	{
	    padding: 0px 10px;
	}
	.wbst-benefits-title
	{
	    font-size: 20px;
	    left: 10px;
	}
	.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb
	{
		width: 25%;
	}
	.wbst-commercial-image
	{
		right: -90px;
	}
	.wbst-button3 img
	{
		right: -127px;
	}
	.wbst-discounts-wrapper
	{
	    margin: 40px -10px 40px;
	}
	.wbst-discount-item-wrapper
	{
		padding: 0px 10px;
	}
	.wbst-discount-item
	{
	    padding: 50px 15px;
	}
	.wbst-we-help
	{
	    margin: 50px 0px 0px;
	}
	.wbst-slogan-top
	{
		padding: 20px;
		font-size: 22px;
		margin-top: 20px;
	}		
}
@media (min-width: 768px) and (max-width: 991px)
{
	.wbst-logo-wrapper
	{
		min-width: 240px;
	}
	.wbst-top-rating-wrapper
	{
		min-width: 220px;
		margin-left: 10px;
	}
	.wbst-top-region-wrapper
	{
		display: none;
	}
	.wbst-right-menu
	{
		display: none;
	}
	.wbst-header-row
	{
		min-height: 700px;
	}		
	.wbst-service-item-wrapper
	{
		width: 50%;
	}
	.wbst-item-hidden-description ul
	{
		padding-inline-start: 20px;
	}	
	.wbst-calc-form-wrapper
	{
		width: 100%;
	}
	.wbst-benefits-item-wrapper
	{
		width: 90%;
	}
	.wbst-benefits-item
	{
		margin-bottom: 60px;
	}
	.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb
	{
	    width: 33.3333%;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
	{
		width: 320px;
	}
	.wbst-commercial-image
	{
		right: -233px;
	}
	.wbst-button3 img
	{
	    top: 39px;
		right: -76px;
		width: 62px;
	}
	.wbst-testimonial-images-wrapper
	{
		display: none;
	}
	.wbst-discount-item-wrapper
	{
		width: 66.666%;
		float: none;
		margin: 0px auto 25px;
	}
	.wbst-we-help
	{
	    width: 100%;
	    margin: -80px 0px 160px;
	}
	#sp-wbst-footer .wbst-logo img
	{
		width: 40px;
		margin-right: 8px;
	}
	#sp-wbst-footer .wbst-logo-text
	{
		font-size: 18px;
		padding-top: 6px;			
	}
	#sp-wbst-footer .wbst-logo-text span
	{
		font-size: 13px;
	}
	.wbst-button6 button.sf2-callBtn
	{
		padding: 15px 15px 18px 15px;
		width: 100%;		
	}
	.wbst-phones-bottom
	{
		font-size: 16px;
	}
	.wbst-discount-row
	{
		background-size: contain;
		background-position: center bottom;
		padding: 0px;
	}
	.wbst-slogan-top
	{
		padding: 20px;
		font-size: 18px;
		margin-top: 20px;
	}		
	.wbst-slogan-wrapper {
		margin-top: 25px;
	}	
}
@media (min-width: 481px) and (max-width: 767px)
{
	.wbst-service-item-cost
	{
		top: 37%;
		bottom: auto;
	}	
	.wbst-main #sp-header .row
	{
		padding: 0px;
	}
	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	.wbst-top-rating-wrapper
	{
		display: none;
	}
	.wbst-top-region-wrapper
	{
		display: none;
	}
	.wbst-right-menu
	{
		display: none;
	}
	.wbst-slogan-1 h1
	{
		font-size: 44px;
	}
	.wbst-slogan-2
	{
		font-size: 32px;
		margin-top: -3px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 25px;
		margin-bottom: 60px;
	}
	.wbst-slogan-3
	{
		width: auto;
	    font-size: 20px;
		padding: 10px 16px 17px 28px;		
	}
	.wbst-header-row
	{
		min-height: 0px;
	}
	.wbst-service-item-wrapper
	{
		width: 100%;
		float: none;
		max-width: 440px;
		margin: 0px auto 20px;
	}
	.wbst-item-hidden
	{
		position: relative;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);	
		padding: 0px 20px 20px;		
	}
	.wbst-item-white-backround
	{
		display: none;
	}
	.wbst-item-hidden-title
	{
		display: none;
	}
	.wbst-service-item-image img
	{
		width: 100%;
	}
	.wbst-service-item2
	{
		margin-top: 40px;
	}
	.wbst-calc-form-wrapper
	{
		width: 100%;
		padding: 1px 30px 10px;		
	}
	.wbst-benefits-item-wrapper
	{
		width: 95%;
	}
	.wbst-benefits-title
	{
		left: 10px;
		font-size: 20px;
	}
	.wbst-benefits-title span
	{
		padding: 0px 10px;
	}
	.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb
	{
		width: 50%;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge
	{
		left: -24px;
		top: 116px;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge
	{
		top: 107px;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after
	{
		content: none;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
	{
		margin-left: 5px;
	}
	.wbst-button3 img
	{
		display: none;
	}
	.wbst-commercial-image
	{
		position: unset;
		margin: 40px auto 0px;
	}
	.wbst-button3
	{
		display: block;
		text-align: center;
	}
	.wbst-testimonial-images-wrapper
	{
		display: none;
	}
	.wbst-discount-item-wrapper
	{
		width: 100%;
		max-width: 440px;
		float: none;
		margin: 0px auto 25px;
	}
	.wbst-we-help
	{
		width: 100%;
		margin: -60px auto 160px;
		padding: 80px 20px;
		max-width: 550px;
	}	
	.wbst-present
	{
		top: 0px;
		margin: 20px auto;
		display: block;
	}
	.wbst-footer-col	
	{
		width: 100%;
		float: none;
	}
	.wbst-footer-col + .wbst-footer-col
	{
		margin-top: 50px;
	}
	.wbst-discount-row
	{
		background-size: contain;
		background-position: center bottom;
		padding: 0px;
	}	
	.wbst-slogan-top
	{
		padding: 20px;
		font-size: 18px;
		margin-top: 20px;
	}		
}
@media all and (max-width: 480px)
{
	.wbst-service-item-cost
	{
		top: 27%;
		bottom: auto;
	}		
	.wbst-main #sp-header .row
	{
		padding: 0px;
	}
	.wbst-main .sf2Win
	{
		max-width: 100%;
	}
	.wbst-top-rating-wrapper
	{
		display: none;
	}
	.wbst-top-region-wrapper
	{
		display: none;
	}
	#sp-wbst-logo .sp-module-content > .custom
	{
		text-align: center;
	}
	.wbst-logo-wrapper
	{
		float: none;
		display: inline-block;
		margin-top: 0px;
	}
	.wbst-top-phones-wrapper
	{
		float: none;
		max-width: 210px;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 5px;		
	}
	.wbst-logo img
	{
		margin-right: 0px;
	}
	.wbst-footer-wrapper .wbst-logo img
	{
		margin-right: 10px;		
	}
	.wbst-button1 button.sf2-callBtn
	{
		padding: 22px 0px 22px 0px;
		width: 100%;
	}
	.wbst-button1 img
	{
		display: none;
	}
	.wbst-row-title
	{
		font-size: 28px;
	}
	.wbst-row-title h2
	{
		font-size: 28px;
	}
	.wbst-main .sf2Win
	{
	    padding: 0px 5px 20px 5px;
	}
	.wbst-row-title-line2
	{
		font-size: 28px;
		margin-top: 20px;
	}
	.wbst-right-menu
	{
		display: none;
	}
	.wbst-slogan-1 h1
	{
		font-size: 40px;
	}
	.wbst-slogan-2
	{
		font-size: 28px;
		margin-top: -4px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 20px;
		margin-bottom: 60px;
	}
	.wbst-slogan-3
	{
		width: auto;
	    font-size: 20px;
		padding: 10px 16px 17px 28px;		
	}
	.wbst-header-row
	{
		min-height: 0px;
	}
	.wbst-service-item-wrapper
	{
		width: 100%;
		float: none;
		max-width: 440px;
		margin: 0px auto 20px;
	}
	.wbst-item-hidden
	{
		position: relative;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);	
		padding: 0px 20px 20px;		
	}
	.wbst-item-white-backround
	{
		display: none;
	}
	.wbst-item-hidden-title
	{
		display: none;
	}
	.wbst-service-item-image img
	{
		width: 100%;
	}
	.wbst-service-item2
	{
		margin-top: 40px;
	}
	.wbst-calc-row-title
	{
		font-size: 28px;
	}
	.wbst-calc-form-wrapper
	{
		margin-top: 10px;
		width: 100%;
		padding: 1px 15px 10px;		
	}
	.wbst-calc-form h2
	{
		font-size: 22px;
	}
	.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
	{
		font-size: 16px;
	}
	.wbst-calc-button img
	{
		right: -30px;
	}
	.wbst-benefits-item-wrapper
	{
		width: 95%;
	}
	.wbst-benefits-title
	{
		left: 10px;
		font-size: 20px;
	}
	.wbst-benefits-title
	{
		position: unset;
		margin-bottom: 10px;
	}
	.wbst-benefits-title span
	{
		padding: 0px;
	}
	.wbst-gallery-row ul.sigFreeClassic li.sigFreeThumb
	{
		width: 50%;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
	{
		width: auto;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge
	{
		left: -24px;
		top: 116px;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement.even .timeline-badge
	{
		top: 107px;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-badge:after
	{
		content: none;
	}
	.wbst-stages-row .sppb-addon-timeline .sppb-addon-timeline-wrapper .timeline-movement .timeline-item .timeline-panel
	{
		margin-left: 5px;
	}
	.wbst-commerce-wrapper
	{
		padding: 20px 20px;
	}
	.wbst-button3 img
	{
		display: none;
	}
	.wbst-commercial-image
	{
		position: unset;
		margin: 40px auto 0px;
	}
	.wbst-button3
	{
		display: block;
		text-align: center;
	}
	.wbst-testimonial-images-wrapper
	{
		display: none;
	}
	.wbst-discount-item-wrapper
	{
		width: 100%;
		max-width: 440px;
		float: none;
		margin: 0px auto 25px;
	}
	.wbst-we-help
	{
		width: 100%;
		margin: 0px auto 160px;
		padding: 0px 15px 30px;
		max-width: 550px;
		font-size: 22px;
	}	
	.wbst-present
	{
		top: 0px;
		margin: 20px auto;
		display: block;
	}
	.wbst-footer-col	
	{
		width: 100%;
		float: none;
	}
	.wbst-footer-col + .wbst-footer-col
	{
		margin-top: 50px;
	}
	.wbst-discount-row
	{
		background-size: contain;
		background-position: center bottom;
		padding: 0px;
	}
	.wbst-slogan-top
	{
		padding: 20px;
		font-size: 18px;
		margin-top: 20px;
	}	
}