body.wbst-main
{
	font-family: 'Montserrat', sans-serif;
	background-color: #110d0a;
    background-image: url(/images/header-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;	
	font-size: 16px;
	color: white;
}

.wbst-main .sf2Win
{
	border-radius: 0px;
	background: white;
}
.wbst-main .sf2Win.error
{
	background: white;
}

.wbst-main .sf2Win-body
{
	padding: 0px 25px;
}
.wbst-main .sf2Win-footer
{
	background-color: transparent;
	border-top: none;
	box-shadow: none;
	padding: 0px 25px 25px 25px;
}
.wbst-form-popup
{
	margin-bottom: 19px;
}
.sf2Win-body ul
{
	padding-inline-start: 0px;
}
.wbst-main .sf2Win.error
{
	border: 4px 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
{
background: transparent;
    color: black;
    border-left: none;
    max-width: 300px;
    padding: 10px 10px 0px 10px;
	text-align: center;
	margin-bottom: 0px;
}
.wbst-form-success-image
{
	margin-bottom: 10px;
}
.wbst-form-success-image img
{
	margin: 0px auto;
}
.wbst-main  .sf2-message.sf2-type-success h4
{
	font-size: 40px;
	color: white;
}

.wbst-main #sp-header.has-slideshow.menu-fixed-out
{
	border-bottom: none;
	background: transparent;
}
.wbst-top-phones-wrapp
{
	text-align: right;
	margin-top: 18px;
}
.wbst-top-phones-wrapp a
{
	color: white;
}
.wbst-top-phones-wrapp a:hover
{
	color: #fff700;
}
a, i 
{
	-webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.wbst-top-phone
{
	font-size: 22px;
}
.wbst-top-phone i
{
/*	color: #1a99eb;*/
}
.wbst-top-hours img
{
	display: inline-block;
	margin-right: 10px;
	vertical-align: baseline;
}
.wbst-top-hours
{
	font-size: 13px;
}


.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: white;
	padding: 0px;
	display: none;*/
	background: transparent;
	padding: 0px;
}

.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: absolute;
    top: 0;
    width: 100%;
    border-bottom: none;
	background: transparent;
	z-index: 2;
	padding-top: 10px;
}



.wbst-header-row 
{
    min-height: 860px;
	position: relative;
}
.wbst-slogan
{
	text-align: center;
    z-index: 3;
    position: relative;	
}
.wbst-slogan h1
{
color: #fff700;
    font-size: 80px;
    font-weight: 800;
    text-shadow: 1px 1px 0px black, 2px 2px 0px black, 3px 3px 0px black;
    line-height: 0.9;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Oswald';
    margin-bottom: 25px;
    margin-top: 24px;
}
.wbst-slogan-text
{
    font-size: 36px;
    font-weight: 900;
    text-shadow: 1px 1px 0px black, 2px 2px 0px black;
}
.wbst-slogan-text span
{
	color: #3267e4;
}

@-webkit-keyframes transform-shiver-Y
{
   0% { -webkit-transform: rotate(0deg) ;  }
   25% { -webkit-transform: translate(0px,-10px) rotate(0deg) ;  }
   75% { -webkit-transform: translate(0px,10px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-shiver-Y
{
   0% { -moz-transform: rotate(0deg) ;  }
   25% { -moz-transform: translate(0px,-10px) rotate(0deg) ;  }
   75% { -moz-transform: translate(0px,10px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-o-keyframes transform-shiver-Y
{
   0% { -o-transform: rotate(0deg) ;  }
   25% { -o-transform: translate(0px,-10px) rotate(0deg) ;  }
   75% { -o-transform: translate(0px,10px) rotate(0deg) ;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-ms-keyframes transform-shiver-Y
{
   0% { -ms-transform: rotate(0deg) ;  }
   25% { -ms-transform: translate(0px,-10px) rotate(0deg) ;  }
   75% { -ms-transform: translate(0px,10px) rotate(0deg) ;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-shiver-Y
{
   0% { transform: rotate(0deg) ;  }
   25% { transform: translate(0px,-10px) rotate(0deg) ;  }
   75% { transform: translate(0px,10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
.leaf1
{
	position: absolute;
    left: -200px;
    top: 335px;
    width: 182px;
    height: 231px;
    z-index: 0;
}
.leaf1 img
{
	-webkit-animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    -moz-animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.leaf2
{
    position: absolute;
    right: -320px;
    top: 50px;
    width: 384px;
    height: 423px;
    z-index: 1;
}
.leaf2 img
{
    -webkit-animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    -moz-animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    animation: transform-shiver-Y 5000ms linear 0ms infinite normal both;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.wbst-advantages-wrap 
{
    line-height: 1.2;
    font-size: 17px;
    font-weight: 400;
    color: white;
    margin-top: 20px;
	text-align: center;
}
.wbst-advantages-wrap img
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -10px;
}
.wbst-advantages-wrap span
{
	color: #fff700;
}
.wbst-logo
{	
	margin-top: 0px;
	position: relative;
	padding-top: 2px;
}
/*.wbst-logo:before
{
    content: '';
    position: absolute;
    width: 74px;
    height: 74px;
    border: 7px solid white;
    top: 14px;
    left: 0px;
}*/
.wbst-logo img 
{
    float: left;
	position: relative;
	padding-top: 20px;
}
.wbst-logo-text
{
	color: white;
    font-size: 26px;
    line-height: 1.1;
    padding-top: 27px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Oswald';
    padding-left: 60px;
}
.wbst-bottom-advantages-wrap1
{
	text-align: center;
	margin-top: 20px;
}
.wbst-bottom-advantages-wrap2
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}
.wbst-bottom-advanteges-item
{
	float: left;
	text-align: left;
	width: 290px;
}
.wbst-bottom-advanteges-item:first-child
{
	margin-right: 20px;
}
.wbst-bottom-advanteges-item img
{
	float: left;
	margin-right: 5px;
}
.wbst-bottom-advanteges-text
{
	line-height: 1.3;
	font-weight: 500;
}
.wbst-copyright-wrapp
{
	text-align: center;
	font-size: 14px;
	color: gray;
}
.wbst-copyright-wrapp
{
	margin-top: 30px;
    margin-bottom: 10px;
}
.wbst-webdevel
{
	font-size: 12px;
}
.wbst-webdevel a
{
	color: gray;
}
.wbst-webdevel a:hover
{
	color: gray;	
	text-decoration: underline;
}
.wbst-top-button button.sf2-callBtn
{
text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 12px 26px;
    border-radius: 70px;
/*    background-image: -webkit-linear-gradient(45deg, #ff6a00 50%, #ffc100 100%);
    background-image: -o-linear-gradient(45deg, #ff6a00 50%, #ffc100 100%);
    background-image: linear-gradient(45deg, #ff6a00 50%, #ffc100 100%);
    background-position: 100% 0;
    background-size: 200% 200%;*/
	background-color: white;
    font-size: 16px;
    font-weight: 500;
    color: black;
    -webkit-box-shadow: 0 10px 22px 0 rgba(255, 0, 0, 0.25);
    box-shadow: 0 10px 22px 0 rgba(255, 0, 0, 0.25);
    transition: .5s;
    position: relative;
    overflow: hidden;
    line-height: 1;
    white-space: unset;
}
.wbst-orderdone-wrapper
{
	margin-top: 80px;
}
.wbst-order-success-wrapper
{
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.wbst-order-success 
{
    width: 100%;
    background: white;
    border-radius: 24px;
    padding: 40px 40px 25px;
    font-size: 20px;
    line-height: 1.5;
	color: black;
}
.wbst-order-success img
{
	margin: 0 auto 20px auto;
}
.wbst-popup-title
{
	font-size: 24px;
    text-align: center;
    padding: 21px 0px 16px;
    font-weight: 700;
	line-height: 1.2;
}
.sf2Style-default .sf2-form-group input.sf2-element, .sf2Style-default .sf2-form-group select.sf2-element, .sf2Style-default .sf2-form-group textarea.sf2-element
{
    border: 1px solid #949494;
    color: #555;
    line-height: 1.42857143;
    box-shadow: none;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
}
.sf2Layout-blocks .sf2-form-label-wrap
{
	display: none;
}
.sf2SendBtn
{
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 18px 26px;
    border-radius: 70px;
    background-color: #ff00d4;
    font-size: 18px;
    font-weight: 400;
    color: white;
    -webkit-box-shadow: 0 10px 22px 0 rgba(255, 0, 153, 0.25);
    box-shadow: 0 10px 22px 0 rgba(255, 0, 153, 0.25);
    transition: .5s;
    position: relative;
    overflow: hidden;
    line-height: 1;
    white-space: unset;
    margin-left: 0px;
    width: 100%;
}
.sf2SendBtn:hover
{
	background-color: #ff00d4;
}
.wbst-main .sf2CloseBtn
{
	position: absolute;
    top: -26px;
    right: -26px;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 3px 7px rgba(0,0,0,0.3);
    cursor: pointer;
    font-family: verdana;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    line-height: 1;
    outline: none;
}
.sf2Style-default .sf2-form-group input.sf2-element:focus, .sf2Style-default .sf2-form-group select.sf2-element:focus, .sf2Style-default .sf2-form-group textarea.sf2-element:focus
{
	box-shadow: none;
}
.wbst-form-success-title
{
	font-weight: 700;
    font-size: 20px;
	margin-bottom: 10px;
}


.wbst-circle-wrapper 
{
    text-align: center;
    margin: 10px 0px 5px;
}
.wbst-orange-circle 
{
    padding: 10px 10px 9px 11px;
    border-radius: 100px 100px 100px 100px;
    box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.38);
    background-color: transparent;
	background-image: linear-gradient(180deg, #fff700 0%, #949018 100%);
    display: inline-block;
    color: white;
    font-size: 16px;
    line-height: 1;
}
.wbst-advantages-wrap i 
{
    text-shadow: none;
}
.wbst-logo-wrapper
{
	display: inline-block;
	color: white;
	position: relative;
	padding: 12px 20px 10px;
	margin-top: 24px;
	text-align: center;
}
.wbst-logo-wrapper:before
{
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	height: 12px;
	top: 0px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}
.wbst-logo-wrapper:after
{
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	height: 12px;
	bottom: 0px;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}
.wbst-logo-text1
{
	font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 600;	
}
.wbst-logo-text2
{
	font-weight: 400;
	margin-top: 5px;
}












@media (min-width: 1200px) and (max-width: 1351px)
{
}
@media (min-width: 992px) and (max-width: 1199px)
{

	.wbst-slogan h1
	{
		font-size: 74px;
	}

}
@media (min-width: 768px) and (max-width: 991px)
{
	.wbst-slogan
	{
	    margin-top: 114px;
	}
	.wbst-advantages-wrap .col-md-4
	{
		width: 33.33333333%;
		float: left;
	}
}
@media (min-width: 481px) and (max-width: 767px)
{

	.wbst-main #sp-header .row
	{
		padding: 0px;
	}
	.wbst-logo-text1
	{
		font-size: 24px;
	}
	.wbst-slogan
	{
		margin-top: 130px;
	}
	.wbst-slogan h1
	{
		font-size: 74px;
	}
	.wbst-slogan-text
	{
		font-size: 32px;
	}
	.wbst-top-phone
	{
		font-size: 20px;
	}
	.wbst-top-hours
	{
		font-size: 12px;
	}
	.wbst-top-hours img
	{
		margin-right: 5px;
	}
	.wbst-top-button button.sf2-callBtn
	{
		padding: 10px 20px;
		font-size: 14px;
	}
	.wbst-advantages-wrap .col-md-4
	{
		margin-bottom: 25px;
		text-align: left;
		line-height: 1;
		padding-left: calc(50% - 140px);
	}		
	.wbst-advantages-wrap img
	{
	    float: left;
		margin-bottom: 0px;
	}
	.wbst-bottom-advanteges-item:first-child
	{
		margin-right: 0px;
		margin-bottom: 20px;

	}
	.wbst-bottom-advanteges-item
	{
		width: 100%;
		padding-left: calc(50% - 140px);				
	}		
	.wbst-orderdone-wrapper
	{
		margin-top: 10px;
	}	
	.wbst-order-success
	{
		padding: 40px;
	}
	.wbst-main .sf2CloseBtn, .sf2Win-close
	{
		color: gray;
		font-size: 20px;
		font-weight: 400;
		top: 10px;
		right: 10px;
		text-shadow: none;
	}	
	.leaf2
	{
		display: none;
	}
	.leaf1
	{
		display: none;
	}	
	.wbst-advantages-wrap
	{
		display: none;
	}	
	.wbst-bottom-advanteges-item
	{
		padding-left: calc(50% - 240px);		
	}
}
@media all and (max-width: 480px)
{
	.wbst-logo:before
	{
		width: 50px;
		height: 50px;
		top: 4px;
	}
	.wbst-main #sp-header .row
	{
		padding: 0px;
	}
	.wbst-main .sf2Win
	{
		max-width: 100%;
		min-width: 90%;
	}	
	
	.wbst-logo img
	{
		width: 42px;
	    margin-right: 3px;
		padding-right: 4px;
		padding-top: 6px;
	}
	.wbst-logo-text
	{
		font-size: 16px;
		padding-top: 14px;
		padding-left: 42px;
	}
	
	.wbst-slogan
	{
		margin-top: 100px;
	}
	.wbst-slogan h1
	{
		font-size: 46px;
		margin-bottom: 8px;
	}
	.wbst-slogan-text
	{
		font-size: 24px;
	}
	.wbst-top-phone
	{
		font-size: 15px;
	}
	.wbst-top-hours
	{
		font-size: 9px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.wbst-top-hours img
	{
		margin-right: 5px;
	}
	.wbst-top-button button.sf2-callBtn
	{
		padding: 10px 12px;
		font-size: 12px;
	}
	.wbst-advantages-wrap .col-md-4
	{
		margin-bottom: 25px;
		text-align: left;
		line-height: 1;
		padding-left: calc(50% - 140px);
	}		
	.wbst-advantages-wrap img
	{
	    float: left;
		margin-bottom: 0px;
	}
	.wbst-bottom-advanteges-item:first-child
	{
		margin-right: 0px;
		margin-bottom: 20px;

	}
	.wbst-bottom-advanteges-item
	{
		width: 100%;
		padding-left: calc(50% - 140px);				
	}	
	.wbst-orderdone-wrapper
	{
		margin-top: 10px;
	}
	.wbst-order-success img
	{
		width: 92px;
	}
	.wbst-order-success
	{
		font-size: 16px;
		padding: 30px 30px 20px 30px;
	}
	.wbst-main .sf2CloseBtn, .sf2Win-close
	{
		color: gray;
		font-size: 20px;
		font-weight: 400;
		top: 10px;
		right: 10px;
		text-shadow: none;
	}
	
	.leaf2
	{
		display: none;
	}
	.leaf1
	{
		display: none;
	}
	.wbst-advantages-wrap
	{
		display: none;
	}
	.wbst-header-row 
	{
		min-height: 800px;
	}	
	.wbst-logo-wrapper
	{
		margin-top: 6px;
		padding: 12px 7px 10px;
	}
	.wbst-logo-text1
	{
		font-size: 17px;
	}
	.wbst-logo-text2
	{
		margin-top: 0px;
		font-size: 13px;
	}
	.wbst-top-phones-wrapp
	{
		margin-top: 0px;
	}
	#sp-wbst-logo
	{
		padding-right: 0px;
	}
}








/********************chat bot*********************




.chatbot-wrapper
{
	width: 100%;
	max-width: 600px;
	height: 700px;
	background: white;
	border: 1px solid #c4c4c4;
	border-radius: 24px;
	margin: 40px auto;
	color: black;
}
.chatbot-header
{
	padding: 18px 25px;
	text-align: right;
	border-bottom: 1px solid #ebebeb;
}
.chatbot-body
{
	padding: 25px 16px 0;
	
	font-size: 16px;
	line-height: 1.3;
}
.chatbot-message-wrap
{
	padding-left: 35px;
    position: relative;
	width: 100%;
	margin: 0 auto 5px 0;
}
.chatbot-message
{
	position: relative;
	display: inline-block;
	padding: 15px 25px;
	background: #f8f8f8;

	border-radius: 27px;
}
.chatbot-answer-variant
{
	position: relative;
	cursor: pointer;
	background: #ff6b00;
    border-radius: 27px;
	padding: 11px 13px 11px 35px;
	margin-top: 10px;
	color: white;
	float: left;
    clear: both;
}
.chatbot-answer-variant:before
{
	content: '';
	position: absolute;
	border-radius: 100%;	
	width: 12px;
	height: 12px;
	background: white;
	top: calc(50% - 6px);
	left: 14px;
	-webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.chatbot-answer-variant:hover:before
{
	background: #ff6b00;	
}
.chatbot-avatar .icon 
{
    width: 14px;
    height: 14px;
    fill: #fff;
	margin-right: 0px;
}
.chatbot-avatar
{
position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    background: #ff6b00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
********************end chat bot*****************/

