body
{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	color: black;
	background: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;	
}
a, a:hover, a:focus
{
	color: orange;
}
.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 #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: #252616;
}

.wbst-main .sp-copyright
{
	font-size: 16px;
}
.wbst-main .sp-copyright a
{
	color: #44443a;
}
.wbst-main .sp-copyright a:hover
{
	color: #44443a;
}
.wbst-main #sp-header
{
	position: absolute;
    top: 0;
    width: 100%;
    border-bottom: none;
	background: transparent;
}

.wbst-header-row
{
	padding-bottom: 200px;
	position: relative;
	background-color: #252616;
    background-image: url(/images/header-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.wbst-header-row:after
{
	content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 309px;
    background: url(/images/headerbg-bottom.png) 50% 0/cover no-repeat;
}
.wbst-slogan-wrapper
{
	margin-top: 155px;
	color: white;
	line-height: 1.5;
	font-family: 'Nunito', sans-serif;
	position: relative;
	padding-bottom: 60px;
}
.wbst-header-image-wrapper
{
	position: absolute;
    right: 0px;
    top: -15px;
}
.wbst-header-image
{
	-webkit-filter: drop-shadow(-20px 38px 50px rgba(0, 0, 0, 1));
    filter: drop-shadow(-20px 38px 50px rgba(0, 0, 0, 1))
}
.wbst-slogan-wrapper h1
{
	color: white;
}
.wbst-slogan-line2 h1
{
	font-size: 47px;
    line-height: 1;
    font-weight: 300;
}
.wbst-slogan-line1
{
    font-size: 120px;
    line-height: 1;
    font-weight: 500;
    font-family: 'Roboto Slab', serif;
}
.wbst-slogan-line3
{
	font-size: 31px;
}
.wbst-slogan-line4
{
	color: #ffaa0d;
	font-weight: 800;
    font-size: 42px;
}
.wbst-header-advantages-wrapper
{
	margin: 25px -40px 0px;
}
.wbst-header-advantages-item-wrapper
{
	width: 25%;
	float: left;
	padding: 40px;
}
.wbst-header-advantages-item
{
	background: white;
	background: rgba(0, 0, 0, 0.63);
    padding: 10px;
    border-radius: 10px;
    position: relative;
	color: white;
}
.wbst-header-advantages-item-image img
{
	position: absolute;
    right: -21px;
    top: calc(50% - 45px);
}
.wbst-header-advantages-item-inside-border
{
    padding: 20px 40px 20px 30px;
    border: 1px dashed rgba(255, 165, 0, 0.56);
    border-radius: 5px;
    min-height: 90px;
    font-size: 19px;
}
.wbst-plus1
{
	position: absolute;
    top: 200px;
    right: 634px;
}
.wbst-plus2
{
	position: absolute;
	top: 435px;
    right: 344px;
}
.wbst-plus3
{
	position: absolute;
    top: 137px;
    right: 159px;
}
.wbst-circle
{
	padding: 3px 10px 5px 10px;
    border-radius: 100px 100px 100px 100px;
    background-color: #ffaa0d;
    display: inline-block;
    color: white;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    -webkit-animation: pulse 1.5s infinite;
    border: 2px solid white;
    animation: pulse 1.5s infinite;
	cursor: pointer;
    position: relative;
    z-index: 3;	
}
.wbst-tooltip
{
	font-size: 14px;
    width: 210px;
    left: -86px;
    padding: 10px;
    display: none;
    position: absolute;
    bottom: 25px;
    background: white;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
    color: black;
}
.wbst-tooltip-switch:hover .wbst-tooltip 
{
    display: block;
    -webkit-animation: fadeInDown 0.3s;
    animation: fadeInDown 0.3s;
}
.wbst-tooltip-orange-border
{
	border: 1px dashed rgba(255, 165, 0, 0.56);
    border-radius: 5px;
    padding: 5px 5px;
}
.wbst-tooltip-title
{
	font-weight: 700;
	
}
.wbst-button1 button.sf2-callBtn
{
	display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 33px 30px 27px 60px;
    max-width: 440px;
    min-width: 380px;
/*    font-family: 'Geometria', sans-serif;*/
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);
    border-radius: 8px;
    border-bottom: 4px solid #c3aa4e;
    box-shadow: 0 3px 6px #040404;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
	overflow: hidden;
	white-space: normal;
	line-height: 1;
	
	transition: none;
}
.wbst-button1 button.sf2-callBtn:hover, .wbst-button2 button.sf2-callBtn:hover
{
	margin-top: 4px;
    border: none;
}
.wbst-button1 button.sf2-callBtn:focus, .wbst-button2 button.sf2-callBtn:focus
{
	outline: none;
	margin-top: 4px;
    border: none;	
}
.wbst-button1 img
{
	position: absolute;
	margin-top: -5px;
    margin-left: -11px;
}
.wbst-button1 button.sf2-callBtn:before
{
	    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #f3d560;
    border-radius: 4px;
}
/*.wbst-button1 button.sf2-callBtn:after
{
	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-header-buttons-wrapper .moduletable
{
	display: inline-block;
}
.wbst-button1
{
	display: inline-block;
}
.wbst-assortiment-button
{
	margin-left: 40px;
	color: white;
	border: 2px solid white;
    border-radius: 8px;	
    padding: 27px 40px 25px 40px;	
	top: 2px;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;	
    text-transform: uppercase;	
    position: relative;
    box-sizing: border-box;	
	line-height: 1;	
	transition: none;	
/*	transition: all 0.2s ease;*/
}
.wbst-assortiment-button:hover, .wbst-assortiment-button:focus
{
	color: white;
	top: 6px;
	padding: 25px 40px 23px 40px;	
}
.wbst-logo-image
{
	float: left;
}
.wbst-logo-image img
{
	margin-top: 10px;
}
.wbst-logo-text
{
	color: white;
    font-size: 14px;
    width: 330px;
    line-height: 1.4;
    float: left;
    margin-top: 26px;
    margin-left: 20px;
    letter-spacing: 0.8px;
}
.wbst-call-order-top
{
	float: right;
	padding-top: 20px;
}
.wbst-button2 button.sf2-callBtn
{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 20px 30px 19px 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);
    border-radius: 8px;
    border-bottom: 4px solid #c3aa4e;
    box-shadow: 0 3px 6px #040404;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: normal;
    line-height: 1;
    transition: none;
}
.wbst-button2 i
{
	margin-right: 10px;
}
.wbst-button2 button.sf2-callBtn:before {
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #f3d560;
    border-radius: 4px;
}
.wbst-phones-top-wrapper
{
    float: right;
    padding-top: 21px;
    text-align: right;
	margin-right: 50px;
}
.wbst-phones-top a
{
	color: white;
}
.wbst-phones-top a:hover
{
	text-decoration: underline;
}
.wbst-phones-top a:focus
{
	outline: none;
	text-decoration: underline;
}
.wbst-phones-top
{
	font-weight: 700;
    font-size: 30px;
	line-height: 1;
}
.wbst-flashing-dott
{
	width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(0, 255, 8, 0.78);
    -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: 10px;
}
.wbst-call-now 
{
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 2px;
    color: rgba(0, 255, 8, 0.78);
    display: inline-block;
    position: relative;
}
.wbst-title-row
{
	position: relative;
}
.wbst-title-row h2, .wbst-title-row h3
{
	font-size: 64px;
    line-height: 1;
    font-weight: 900;
    font-family: 'Roboto Slab', serif
}
.wbst-catalog-wrapper
{
	text-align: center;
	margin: 70px -20px 0px;
}
.wbst-catalog-item-wrapper
{
	width: 20%;
	float: left;
	padding: 20px;
}
.wbst-catalog-item
{
/*	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.wbst-catalog-item:hover
{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	

}

.wbst-catalog-item-image img
{
	border-top-right-radius: 100px;
	-webkit-filter: drop-shadow(-4px 5px 6px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(-4px 5px 6px rgba(0, 0, 0, 0.2));
}
.wbst-catalog-item-image
{
	
}
.wbst-catalog-item-title
{
    margin-top: 15px;

	color: #030303;
}
.wbst-catalog-row
{
	position: relative;
	margin-bottom: 80px;
}
.wbst-catalog-row:before
{
	content: '';
	width: 439px;
	height: 383px;
	position: absolute;
    background-image: url(/images/3d-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    top: -199px;
    right: -78px;
	
	-webkit-filter: drop-shadow(-33px 52px 3px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(-33px 52px 3px rgba(0, 0, 0, 0.15));
}
.wbst-no-found-wrapper
{
	margin: 0px auto;
    padding: 20px;
    border-radius: 16px;
    background-color: #ebeef4;
    background-image: linear-gradient(-45deg, #ebeef4, #f5f4f9);
	-webkit-box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.29);
    box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.29);
	position: relative;
	overflow: hidden;
}
.wbst-no-found-border
{
	padding: 100px;
	border: 1px dashed #f3d560;
	border-radius: 10px;
	position: relative;
}
.wbst-no-found-text
{
    font-size: 26px;
    line-height: 1.4;
    font-family: 'Roboto Slab', serif;
    max-width: 650px;
    margin-bottom: 40px;
}
.wbst-no-found-text span
{ 
	color: #de9000;
}
.wbst-not-found-row
{
/*	background-image: url(/images/not-found-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;		*/
}







.wbst-button3 button.sf2-callBtn
{
	display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 33px 30px 27px 40px;
/*    font-family: 'Geometria', sans-serif;*/
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #111;
    background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);
    border-radius: 8px;
    border-bottom: 4px solid #c3aa4e;
    box-shadow: 0 3px 6px #adadad;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
	overflow: hidden;
	white-space: normal;
	line-height: 1;
	
	transition: none;
}
.wbst-button3 button.sf2-callBtn:hover
{
	margin-top: 4px;
    border: none;
}
.wbst-button3 button.sf2-callBtn:focus
{
	outline: none;
	margin-top: 4px;
    border: none;	
}
.wbst-button3 i
{
	margin-right: 15px;
}
.wbst-button3 button.sf2-callBtn:before
{
	    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #f3d560;
    border-radius: 4px;
}
.wbst-trees
{
	position: absolute;
    right: 0px;
    bottom: 0px;
}
.wbst-calc-row
{
	margin-top: 100px;
	margin-bottom: 80px;
	position: relative;
}
.wbst-calc-row:before
{
    content: '';
    width: 439px;
    height: 383px;
    position: absolute;
    background-image: url(/images/3d-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    top: -100px;
}
.wbst-calc-wrapper input::-webkit-outer-spin-button,
.wbst-calc-wrapper input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.wbst-calc-wrapper input[type=number] {
    -moz-appearance:textfield;
}
.wbst-calc-wrapper
{
    position: relative;
}
.wbst-calc-border
{
}
.wbst-calc-wrapper input:focus:invalid:focus
{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
.wbst-calc-wrapper input:focus
{
	color: #555555;
}
.wbst-ishodnie-wrapper
{
    padding: 0px 40px;
    /* border-radius: 14px; */
    position: relative;
	
	width: 50%;
	float: left;
}
.wbst-rezult-wrapper
{
	padding: 40px 40px;
    position: relative;
    margin-top: -35px;
    width: 30%;
    border-radius: 15px;
	    border: 1px solid orange;
    float: left;
/*    box-shadow: -10px 10px 140px rgba(0, 0, 0, 0.15);*/
}
.wbst-calc-subtitle 
{
	position: absolute;
	top: -14px;
	left: 20px;
}
.wbst-calc-subtitle span
{
	background: white;
    padding: 0px 20px;
}
.wbst-size-wrapper
{
	position: relative;
}
.wbst-size-item
{
	width: 100%;
	position: relative;
}
.wbst-size-item + .wbst-size-item
{
	margin-top: 15px;
}
.wbst-s-wrapper
{
	margin: 0px -10px;
}
.wbst-s-item
{
	width: 33.333%;
	float: left;
	padding: 0px 10px;
}
.wbst-calc-wrapper input
{

	border: 1px solid #d2d2d2;
    border-radius: 8px;	
    box-shadow: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #ffaa0d;
    font-size: 20px;
	padding-right: 70px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
    float: left;
	margin-right: 15px;
	font-weight: 800;
}
.wbst-line-description
{
    padding-top: 10px;
}
.wbst-razmeri
{
	position: absolute;
    left: 372px;
    top: 74px;
}
.wbst-razmeri:before
{
    content: '';
    width: 150px;
    height: 135px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: absolute;
    top: -52px;
    left: -50px;
}
.wbst-razmeri span
{
	padding: 12px 0px;
	position: relative;
	background: white;
}
.wbst-input-description
{
    position: absolute;
    left: 130px;
    font-size: 20px;
    line-height: 46px;
    height: 48px;
    top: 1px;
    background: #eaeaea;
    vertical-align: middle;
    text-align: center;
    width: 69px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.wbst-calc-description
{
    margin-bottom: 80px;
    text-align: center;
    margin-top: 40px;
    font-size: 28px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    color: #777777;
	font-family: 'Roboto Slab', serif;
}
.wbst-calc-title h3
{
	font-size: 54px;
    line-height: 1;
    font-weight: 900;
    font-family: 'Roboto Slab', serif;
    text-align: center;
	color: black;
	margin: 0px;
}
.wbst-calcscheme-wrapper
{
	width: 20%;
	float: left;
	position: relative;
	
    font-size: 18px;
    font-style: italic;
}
.wbst-input1
{
	position: relative;
}
.wbst-rezult-line
{
	text-align: center;
}
#rezult_col
{
	font-size: 46px;
	line-height: 1;
	display: inline-block;
	color: black;
}
#rezult_v
{
	font-size: 38px;
	line-height: 1;
	display: inline-block;	
	color: black;	
}
#rezult_cost
{
	font-size: 38px;
	line-height: 1;
	display: inline-block;	
	color: black;
}
.wbst-rezult-description1
{
	display: inline-block;
}
.wbst-rezult-line
{
	margin-top: 25px;
}
.wbst-rezult-you-need
{
	text-align: center;
}
.wbst-rezult-description2
{
	line-height: 1;
}
.wbst-dlina-word
{
	position: absolute;
    top: 77px;
    right: 39px;
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.wbst-shirina-word
{
    position: absolute;
    left: 51px;
    bottom: -22px;
}
.wbst-tolschina-word
{
    position: absolute;
    left: -50px;
    bottom: 40px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.wbst-choice-description
{
	margin-bottom: 80px;
    margin-top: 30px;
    font-size: 28px;
    color: #777777;
    font-family: 'Roboto Slab', serif;
}
.wbst-choice-description span
{
	font-size: 51px;
    line-height: 1;
}

.wbst-choice-row
{
    padding: 0px 0px 200px;
    background-color: #ffffff;
    background-image: url(/images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
	position: relative;
}
.wbst-choice-row:after
{
	content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 309px;
    background: url(/images/headerbg-bottom.png) 50% 0/cover no-repeat;
}
.wbst-choice-item1-wrapper
{
	width: 50%;
    float: left;
    padding: 35px;
}
.wbst-choice-item2-wrapper
{
	width: 33.333%;
    float: left;
    padding: 35px;
}
.wbst-choice-item
{
	padding: 10px;
    background: #f4f4f5;
    background: linear-gradient(-45deg, #f5f4f9, #ebeef4);
    box-shadow: -10px 0px 0px -2px #d7dbe2;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}
.wbst-choice-wrapper
{
	margin: 0px -35px;
}
.wbst-choice-item-border
{
	padding: 30px 30px 10px 30px;
    border: 1px dashed #f3d560;
    border-radius: 10px;
    position: relative;
    min-height: 315px;
}
.wbst-choice-item-title
{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.wbst-choice-item-image1
{
	position: absolute;
    bottom: -87px;
    right: -103px;
}
.wbst-choice-item-description
{
	position: relative;
}
.wbst-margin-right1
{
	margin-right: 150px;
}
.wbst-choice-item-number1
{
    right: 15px;
    top: -48px;
}
.wbst-choice-item-number2
{
    left: 26%;
    bottom: -63px;
}
.wbst-choice-item-number3
{
    right: -39px;
    top: -48px;
}
.wbst-choice-item-number4
{
    left: -40px;
    bottom: -36px;
}
.wbst-choice-item-number
{
	position: absolute;
    font-size: 180px;
    line-height: 1;	
    font-family: 'Roboto Slab', serif;	
    color: #e4e5ea;	
}
.wbst-choice-item-number5
{

    right: -11px;
    bottom: -36px;
    color: #eae1d6;
}
.wbst-choice-item-image4
{
    position: absolute;
    bottom: -35px;
    right: -20px;
}
.wbst-choice-item-image5
{
	position: absolute;
    top: -65px;
    right: -35px;
}
.wbst-choice-item-type2
{
	background: #f4ede5;
	box-shadow: -10px 0px 0px -2px #e2d6c8;
}
.wbst-choice-item-size1
{
	min-height: 305px;
}
.wbst-choice-item-size2
{
	min-height: 345px;
}
.wbst-bird1
{
	position: absolute;
    top: -39px;
    right: -119px;
}
.wbst-partners-wrapper
{
	text-align: center;
}
.wbst-partners-wrapper img
{
	max-width: 19%;
	padding: 0px 30px;
	display: inline-block;
}
.wbst-partners-description
{
	text-align: right;
    margin-top: 24px;
    font-style: italic;
    color: #a0a0a0;
}
.wbst-partners-row
{
	margin-bottom: 80px;
}
#sp-wbst-footer
{
	background-color: #252616;
	color: white;
	padding: 90px 0px 40px;
	font-size: 18px;
}
#sp-wbst-footer a
{
	color: white;
}
#sp-wbst-footer a:focus
{
	outline: none;
}
#sp-wbst-footer iframe
{
	border: none;
	border-radius: 15px;
}
.wbst-footer-title
{
	font-size: 43px;
    line-height: 1;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 40px;
}
.wbst-aboute
{
	margin: 30px 0px;
}
.wbst-aboute p
{
	margin-bottom: 0px;
}
.footer-icon
{
    position: absolute;
    top: 5px;
	left: 0px;
}
.wbst-contacts-bottom-line i
{
    position: absolute;
    top: 5px;
	left: 0px;
	color: #ffaa0d;	
}
.wbst-bottom-phone
{
	font-size: 28px;
    font-weight: 600;
	line-height: 1;
}
.wbst-bottom-phone:hover
{
	text-decoration: underline;
}
.wbst-bottom-email
{
	font-size: 28px;
	line-height: 1;	
}
.wbst-bottom-email:hover
{
	text-decoration: underline;
}
.wbst-contacts-bottom-line
{
	padding-left: 35px;
	position: relative;
}
.wbst-contacts-bottom-line p
{
	margin-bottom: 0px;
}
.wbst-contacts-bottom-line + .wbst-contacts-bottom-line
{
	margin-top: 40px;
}


#sp-wbst-footer .sp-module ul
{
/*	list-style: square;*/
}

#sp-wbst-footer .sp-module ul li
{
	display: block;
	border-bottom: none;
    -webkit-transition: none;	
	transition: none;
	margin-left: -10px;
}
#sp-wbst-footer .sp-module ul li + li
{

}
#sp-wbst-footer .sp-module ul >li >a
{
	padding: 0px;
	line-height: 1.2;
    -webkit-transition: none;
	transition: none;		
    padding: 6px 7px;
    border: 1px solid transparent;
	position: relative;
	display: inline-block;
}
#sp-wbst-footer .sp-module ul >li >a:hover
{
	border: 1px solid white;
    border-radius: 7px;
}
.sp-module ul >li >a:before
{
	content: '';
    width: 5px;
    height: 5px;
    background: white;
    left: -13px;
    top: 13px;
    position: absolute;
}
#sp-wbst-footer a.wbst-a-type1
{

    -webkit-transition: none;
	transition: none;		
	color: rgba(255, 255, 255, 0.62);	
}
#sp-wbst-footer a.wbst-a-type1:hover
{
	text-decoration: underline;
}
.wbst-button4 button.sf2-callBtn
{
	font-size: 18px;
	line-height: 1.4;
	padding: 0px;
	background: none;
	border-radius: 0px;
	font-weight: 300;
    -webkit-transition: none;
    transition: none;	
	color: rgba(255, 255, 255, 0.62);
}
.wbst-button4 button.sf2-callBtn:hover
{
	text-decoration: underline;
}
.wbst-button4 button.sf2-callBtn:focus
{
	text-decoration: underline;
	outline: none;	
}
#sp-wbst-footer1
{
	padding-right: 80px;
}
#sp-footer1 .sp-column
{
	text-align: center;
    border-top: 1px solid #34351d;
    padding-top: 30px;
    padding-bottom: 10px;
}




.wbst-window 
{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2009;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.wbst-window:target 
{
	display: block;
/*	animation: fadeIn 0.3s;*/
	pointer-events: auto;
	overflow: auto /*overlay*/;
}

.wbst-window > div
{
	display: none;
	width: 1600px;
    position: relative;
    margin: 3% auto;
    padding: 0px;
    border-radius: 0px;
    background: #fff;
	-webkit-box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.29);
    box-shadow: -15px 15px 50px rgba(0, 0, 0, 0.29);
    text-align: center;
}
.wbst-window > div:after
{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	width: 133px;
	height: 89px;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.wbst-window:target > div
{
	display: block;
	animation: fadeInDown 0.3s;
}
/*.close
{
	background: #cc3300;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
	opacity: 1;
}*/
.close1
{
	position: absolute;
	color: gray;
	line-height: 1;
	font-size: 30px;
	font-weight: 100;
	top: 5px;
	right: 9px;
	transform: rotate(45deg);
}
.close1:hover
{
	color: gray;	
}
.close1:focus
{
	outline: none;
	color: gray;
}

.wbst-table th, .wbst-table td
{
	padding: 1px 6px;
    background: #ebeef4;
	border: 1px solid white;
}
.wbst-table th
{
	text-align: center;
/*    background: #ececec;*/
    font-size: 16px;
    font-weight: 800;
	background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);
}
.wbst-modal-image1
{
	float: left;
	margin-right: 5px;
}
.wbst-table table
{
	font-size: 17px;
	width: 100%;
}
.wbst-popup-workzone
{
	width: calc(100% - 550px);	
	float: left;
}
.wbst-table-title
{
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 600;
}
td.wbst-table-title 
{
/*	border: none;*/
	padding: 10px 5px;
	background: none;
}
.wbst-table tr:nth-child(2) th:first-child
{
	border-top-left-radius: 10px;
}
.wbst-table tr:nth-child(2) th:last-child
{
	border-top-right-radius: 10px;
}
.wbst-table tr:last-child td:first-child
{
	border-bottom-left-radius: 10px;
}
.wbst-table tr:last-child td:last-child
{
	border-bottom-right-radius: 10px;
}
.wbst-table tr:first-child:hover td
{
	background: none;
}
.wbst-table tr:hover td
{
	background: #cad3e6;
}
.wbst-popup-advantages-wrapper
{
	margin: 0px -5px;
}
.wbst-popup-advantages-item-wrapper
{
	width: 25%;
	padding: 5px;
	float: left;
	min-height: 54px;
}
.wbst-popup-advantages-item
{
	border: 1px solid orange;
    border-radius: 7px;
    padding: 12px 10px 12px 15px;
    font-size: 18px;
    text-align: left;
    line-height: 1.2;
    font-weight: 700;
    color: black;
}
.wbst-popup-advantages-item-image img
{
	float: right;
	max-width: 42px;
	margin-left: 5px;
}
.wbst-delivery-wrapper
{
	width: 50%;
	float: left;
}
.wbst-popup-contact-wrapper
{
	width: 50%;
	float: left;
	position: relative;
}
.wbst-popup-contact-wrapper .wbst-button3 button.sf2-callBtn
{
	min-width: 400px;
}
.wbst-popup-contact
{
	max-width: 350px;
	margin: 30px auto 20px;
	line-height: 1.2;
}
.wbst-popup-contact a
{
	color: black;
}
.wbst-popup-phone
{
	color: black;
	font-size: 28px;
	font-weight: 900;
}
.wbst-popup-phone:hover, .wbst-popup-phone:focus
{
	color: black;
	text-decoration: underline;
}
.wbst-popup-adress
{
	font-size: 16px;
	margin-bottom: 0px;
}
.wbst-popup-map
{
	font-size: 16px;
	border-bottom: 1px dashed black;
}
#doska-brus-stroganiy .wbst-table td
{
	font-size: 15px;
	line-height: 1.1;
	padding: 0px 6px 0px;
}
#doska-brus-stroganiy td.wbst-table-title {
    /* border: none; */
    padding: 10px 5px;
    background: none;
	font-size: 24px;
}
.sf2Win.error ul
{
	padding-inline-start: 0px;
}



.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 0px;
}

.wbst-main .sf2Win.error
{
	border: 7px solid red;
    padding: 21px 5px;
}
.wbst-main  .sf2Win.success
{
	border: 4px solid rgba(65, 204, 10, 1);
	background: white;
	padding: 15px 0px;
}

.wbst-main .sf2-message.sf2-type-success
{
	background: none;
    color: #030303;
	border-left: none;	
	padding-left: 0px;
	text-align: center;
}
.sf2-type-success img
{
    width: 170px;
    margin: 50px auto 30px;
}
.wbst-answer-title
{
	font-family: 'Roboto Slab', serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 21px;
}
.wbst-margin2
{
	margin-bottom: 8px;
}
.wbst-main .sf2Win
{
	width: 500px;
    border-radius: 0px;
    padding: 0px 15px 40px 15px;
    border: none;
    position: relative;
    background: white;
}
.sf2Style-default button.sf2-element.sf2CloseBtn, .sf2Style-light button.sf2-element.sf2CloseBtn 
{
    position: absolute;
    top: 6px;
    right: 10px;
    color: gray;
    line-height: 1;
    font-size: 30px;
    font-weight: 100;
    text-shadow: none;
    cursor: pointer;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    border: none;
}
.sf2Style-default button.sf2-element.sf2CloseBtn:hover, .sf2Style-light button.sf2-element.sf2CloseBtn:hover, .sf2Style-default button.sf2-element.sf2CloseBtn:focus, .sf2Style-light button.sf2-element.sf2CloseBtn:focus
{
	outline: none;
	color: gray;
}
.sf2Layout-blocks .wbst-form-popup .sf2-form-label-wrap
{
	display: none;
}

.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 #d2d2d2;
    border-radius: 8px;
    box-shadow: none;
	font-size: 20px;
	padding-left: 49px; 
}
.sf2Style-default .sf2-form-group textarea.sf2-element
{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.2;
}
.sf2Win-close
{
	position: absolute;
    top: 6px;
    right: 10px;
    color: gray;
    line-height: 1;
    font-size: 30px;
    font-weight: 100;
    text-shadow: none;
    cursor: pointer;
    background: transparent;
    transform: rotate(45deg);
    padding: 0px;
    border: none;
	font-family: inherit;
}

.sf2Style-default .sf2-form-group input.sf2-element
{
	height: 60px;
}
.sf2Style-default button.sf2-element[type="submit"], .sf2Style-default button.sf2-element.sf2SendBtn
{
	display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 26px 30px 25px 30px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #111;
    background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);
    border-radius: 8px;
    border-bottom: 4px solid #c3aa4e;
    box-shadow: 0 3px 6px #adadad;
    text-shadow: 0 1px 1px #fff;
    cursor: pointer;
    overflow: hidden;
    white-space: normal;
    line-height: 1;
    transition: none;
    margin: 0px;
    width: 100%;
	margin-top: 4px;
}
.sf2Style-default button.sf2-element[type="submit"]:hover, .sf2Style-default button.sf2-element.sf2SendBtn:hover, .sf2Style-default button.sf2-element[type="submit"]:focus, .sf2Style-default button.sf2-element.sf2SendBtn:focus
{
	margin-top: 8px;
    border: none;
    background: #fde46e;
    background: linear-gradient(to bottom, #ffed85, #f9dc6e);	
	outline: none;
}

.sf2Style-default button.sf2-element[type="submit"]:before, .sf2Style-default button.sf2-element.sf2SendBtn:before 
{
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px solid #f3d560;
    border-radius: 4px;
}
.wbst-form-title
{
	font-family: 'Roboto Slab', serif;
    font-size: 30px;
    line-height: 1;
    margin-top: 30px;
    font-weight: 600;
    margin-bottom: 10px;
	color: black;
}
.wbst-form-subtitle
{
	line-height: 1.2;
    margin-bottom: 15px;
}
.wbst-name-icon:before {
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f007';
    color: #b3b3b3;
    font-size: 18px;
}
.wbst-phone-icon:before 
{
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f879';
    color: #b3b3b3;
    font-size: 18px;
}
.wbst-warehouse-icon:before 
{
	position: absolute;
    left: 20px;
    top: calc(50% - 18px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f495';
    color: #b3b3b3;
    font-size: 18px;
}
.wbst-message-icon:before 
{
	position: absolute;
    left: 20px;
    top: calc(50% - 18px);
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: '\f4b0';
    color: #b3b3b3;
    font-size: 18px;
}
.wbst-modal-image2
{
	display: none;
}



.wbst-delivery-wrapper table
{
	font-size: 17px;
	line-height: 1.2;
}


.wbst-delivery-wrapper th, .wbst-delivery-wrapper td {
    padding: 6px 6px;
    background: #ebeef4;
    border: 1px solid white;
	min-width: 82px;
}
.wbst-delivery-wrapper th
{
	font-size: 16px;
	padding-left: 10px;
}
.wbst-delivery-wrapper tr:first-child th:first-child 
{
    border-top-left-radius: 10px;
}
.wbst-delivery-wrapper tr:first-child td:last-child 
{
    border-top-right-radius: 10px;
}
.wbst-delivery-wrapper tr:last-child th:first-child 
{
    border-bottom-left-radius: 10px;
}
.wbst-delivery-wrapper tr:last-child td:last-child 
{
    border-bottom-right-radius: 10px;
}
.wbst-delivery-wrapper td:hover
{
	background: #cad3e6;
}
.wbst-delivery-wrapper td.hover
{
	background: #cad3e6;	
}
.wbst-delivery-title
{
	font-family: 'Roboto Slab', serif;
    margin: 15px 0px 13px;
	text-align: center;
}











@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.7);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 15px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.7);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 15px rgba(220, 191, 139, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
    box-shadow: 0 0 0 0 rgba(220, 191, 139, 0);
  }
}
@-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;
  }
}
@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-header-image
	{
		width: 550px;
	}
	.wbst-header-image-wrapper
	{
		right: -50px;
		top: 0px;
	}
	.wbst-slogan-line1
	{
		font-size: 96px;
	}
	.wbst-slogan-line2 h1
	{
		font-size: 36px;
	}
	.wbst-slogan-line3
	{
		font-size: 24px;
		line-height: 1;
	}
	.wbst-slogan-line4
	{
		font-size: 36px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 110px;
		padding-bottom: 30px;
	}
	.wbst-button1 button.sf2-callBtn
	{
		min-width: auto;
	    padding: 33px 20px 27px 50px;
	}
	.wbst-button1 img
	{
	    margin-left: -31px;
	}
	.wbst-assortiment-button
	{
		margin-left: 10px;
		padding: 27px 10px 25px 10px;
	}
	.wbst-assortiment-button:hover, .wbst-assortiment-button:focus
	{
		padding: 25px 10px 23px 10px;
	}
	.wbst-plus1
	{
		top: 154px;
		right: 498px;		
	}
	.wbst-plus2
	{
		top: 342px;
		right: 271px;		
	}
	.wbst-plus3
	{
		top: 105px;
		right: 121px;
	}
	.wbst-header-advantages-wrapper
	{
		margin: 20px -20px 0px;
	}
	.wbst-header-advantages-item-wrapper
	{
		padding: 20px;
	}
	.wbst-header-advantages-item-inside-border
	{
		padding: 20px 40px 20px 15px;
	    font-size: 17px;
	}
	.wbst-header-advantages-item-image.wbst-volume-img  img
	{
		right: -29px;
	}
	.wbst-catalog-row:before
	{
		width: 362px;
		height: 331px;
		top: -160px;
		right: -78px;
	}
	.wbst-catalog-item-wrapper
	{
		padding: 15px;
	}
	.wbst-catalog-wrapper
	{
		margin: 70px -15px 0px;
	}
	.wbst-trees
	{
		width: 680px;
	}
	.wbst-no-found-border
	{
		padding: 60px;
	}
	.wbst-no-found-text
	{
		font-size: 22px;
	}
	.wbst-catalog-row
	{
		margin-bottom: 40px;
	}
	.wbst-calc-description
	{
		width: 70%;
	}
	.wbst-calc-row:before
	{
	    width: 260px;
	    top: -16px;
	}
	.wbst-razmeri
	{
		line-height: 1.1;
		text-align: center;
		padding: 10px 0px;
		left: 387px;
		top: 57px;		
	}
	.wbst-razmeri span
	{
		background: transparent;
		z-index: 2;
	}
	.wbst-razmeri:before
	{
		top: -34px;
		left: -70px;
	}
	.wbst-razmeri:after
	{
		content: '';
		background: white;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	.wbst-ishodnie-wrapper
	{
		width: 55%;
	}
	.wbst-rezult-wrapper
	{
		width: 25%;
	}
	.wbst-choice-item2-wrapper
	{
		padding: 25px;
	}
	.wbst-choice-wrapper
	{
		margin: 0px -25px;
	}
	.wbst-choice-item-border
	{
		padding: 20px 10px 0px 10px;
	}
	.wbst-margin-right1
	{
		margin-right: 0px;
		margin-bottom: 115px;
	}
	.wbst-choice-item-image1
	{
		bottom: -144px;
	}
	.wbst-choice-item-number1
	{
		right: 10px;
	}
	.wbst-choice-item-size1
	{
		min-height: 358px;
	}
	.wbst-choice-item1-wrapper
	{
		padding: 25px;
	}
	.wbst-choice-item-size2
	{
		min-height: 367px;
	}
	.wbst-choice-row
	{
		background-position: center 54px;
	}
	.wbst-partners-wrapper img
	{
		padding: 0px 15px;
	}
	.wbst-footer-title
	{
		font-size: 34px;
	}
	.wbst-bottom-phone
	{
		font-size: 22px;
	}
	.wbst-bottom-email
	{
		font-size: 22px;
	}
	.wbst-window > div
	{
		width: 1170px;
	}
	.wbst-modal-image1
	{
		width: 405px;
	}
	.wbst-popup-workzone
	{
		width: calc(100% - 415px);
	}
	.wbst-table table
	{
		font-size: 16px;
		line-height: 1.2;
	}
	.wbst-table th, .wbst-table td
	{
		padding: 0px 2px;
	}
	.wbst-table.wbst-low-rows td
	{
		padding: 2px 2px;		
	}
	.wbst-table th
	{
		font-size: 15px;
	}
	.wbst-table td.wbst-table-title
	{
		padding: 6px 2px;
	}
	.wbst-popup-advantages-item
	{
		padding: 6px 6px 6px 7px;
		line-height: 1.1;
		font-size: 15px;
	}
	.wbst-popup-advantages-item-image img
	{
		max-width: 22px;
		margin-left: 1px;
	}
	.wbst-popup-contact
	{
		margin: 5px auto 10px;
	}
	.wbst-popup-contact-wrapper .wbst-button3 button.sf2-callBtn
	{
		min-width: 80%;
		padding: 28px 30px 22px 40px;
	}
	.wbst-popup-contact p
	{
		margin-bottom: 3px;
	}
	.wbst-popup-phone
	{
		font-size: 26px;
	}
	#doska-brus-stroganiy .wbst-table td
	{
		font-size: 13px;
		line-height: 1;
	}
	#doska-brus-stroganiy .wbst-table td.wbst-table-title
	{
		font-size: 24px;
		padding: 4px 5px;
	}
	.wbst-dlina-word
	{
		top: 52px;
		right: 23px;
	}
	.wbst-shirina-word
	{
		left: 29px;
	}
	.wbst-delivery-title
	{
		margin: 9px 0px 12px;
		font-size: 17px;
		line-height: 1.1;
	}
	.wbst-delivery-wrapper th, .wbst-delivery-wrapper td
	{
		padding: 2px 2px;
		min-width: 62px;
	    font-size: 16px;
	}
	.wbst-delivery-wrapper th
	{
		padding-left: 4px;
		padding-right: 2px;
		font-size: 14px;
		line-height: 1.1;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
{
	.wbst-header-image
	{
		width: 550px;
	}
	.wbst-header-image-wrapper
	{
		right: -74px;
		top: 25px;	
	}
	.wbst-header-buttons-wrapper .moduletable
	{
		display: block;
	}
	.wbst-slogan-line1
	{
		font-size: 72px;
	}
	.wbst-slogan-line2 h1
	{
		font-size: 28px;
	}
	.wbst-slogan-line3
	{
		font-size: 20px;
		line-height: 1;
	}
	.wbst-slogan-line4
	{
		font-size: 29px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 120px;
		padding-bottom: 30px;
	}
	.wbst-button1 button.sf2-callBtn
	{
		min-width: 380px;
	    padding: 33px 20px 27px 50px;
	}
	.wbst-button1 img
	{

	}
	.wbst-assortiment-button
	{
		margin-left: 0px;
		padding: 27px 10px 25px 10px;
		/* top: 48px; */
		margin-top: 20px;
		width: 380px;
		text-align: center;
		display: inline-block;
	}
	.wbst-assortiment-button:hover, .wbst-assortiment-button:focus
	{
		padding: 25px 10px 23px 10px;
		margin-top: 22px;
		margin-bottom: 2px;
	}
	.wbst-plus1
	{
		top: 154px;
		right: 498px;		
	}
	.wbst-plus2
	{
		top: 342px;
		right: 271px;		
	}
	.wbst-plus3
	{
		top: 105px;
		right: 121px;
	}
	.wbst-header-advantages-wrapper
	{
		margin: 20px -20px 0px;
	}
	.wbst-header-advantages-item-wrapper
	{
		padding: 20px;
	}
	.wbst-header-advantages-item-inside-border
	{
		padding: 20px 48px 20px 15px;
	    font-size: 17px;
		min-height: 111px;
	}
	.wbst-header-advantages-item-image.wbst-volume-img  img
	{
		right: -29px;
	}
	.wbst-catalog-row:before
	{
		top: -268px;
		right: -284px;
	}
	.wbst-catalog-item-wrapper
	{
		padding: 15px;
	}
	.wbst-catalog-wrapper
	{
		margin: 70px -15px 0px;
	}
	.wbst-trees
	{
		width: 620px;
		right: -101px;
	}
	.wbst-no-found-border
	{
		padding: 60px;
	}
	.wbst-no-found-text
	{
		font-size: 22px;
	}
	.wbst-catalog-row
	{
		margin-bottom: 40px;
	}
	.wbst-calc-description
	{
		width: 70%;
	}
	.wbst-calc-row:before
	{
	    width: 260px;
	    top: 80px;
	}
	.wbst-razmeri
	{
		line-height: 1.1;
		text-align: center;
		padding: 10px 0px;
		left: 387px;
		top: 57px;		
	}
	.wbst-razmeri span
	{
		background: transparent;
		z-index: 2;
	}
	.wbst-razmeri:before
	{
		top: -34px;
		left: -70px;
	}
	.wbst-razmeri:after
	{
		content: '';
		background: white;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	.wbst-ishodnie-wrapper
	{
		width: 70%;
	}
	.wbst-rezult-wrapper
	{
		width: 30%;
	}
	.wbst-choice-item2-wrapper
	{
		padding: 25px;
	}
	.wbst-choice-wrapper
	{
		margin: 0px -25px;
	}
	.wbst-choice-item-border
	{
		padding: 20px 10px 0px 10px;
	}
	.wbst-margin-right1
	{
		margin-right: 0px;
		margin-bottom: 115px;
	}
	.wbst-choice-item-image1
	{
		bottom: -87px;
		right: -83px;
	}
	.wbst-choice-item-number1
	{
		right: 10px;
	}
	.wbst-choice-item-size1
	{
		min-height: 459px;
	}
	.wbst-choice-item1-wrapper
	{
		padding: 25px;
	}
	.wbst-choice-item-size2
	{
		min-height: 489px;
	}
	.wbst-choice-row
	{
		background-position: center 54px;
	}
	.wbst-partners-wrapper img
	{
		padding: 0px 15px;
	}
	.wbst-footer-title
	{
		font-size: 34px;
	}
	.wbst-bottom-phone
	{
		font-size: 20px;
	}
	.wbst-bottom-email
	{
		font-size: 22px;
	}
	.wbst-window > div
	{
		width: 900px;
	}
	.wbst-modal-image1
	{
		display: none;
	}
	.wbst-popup-workzone
	{
		width: 100%;
		float: none;
		padding: 0px 10px 35px;
	}
	.wbst-table table
	{
		font-size: 18px;
		line-height: 1.2;
	}
	.wbst-table th, .wbst-table td
	{
		padding: 4px 2px;
	}
	.wbst-table td.wbst-table-title
	{
		padding: 10px 5px;
	}
	.wbst-table.wbst-low-rows td
	{
	
	}
	.wbst-table th
	{

	}
	.wbst-table td.wbst-table-title
	{

	}
	.wbst-popup-advantages-item
	{
		min-height: 89px;
	}
	.wbst-popup-advantages-item-image img
	{
		margin-left: 1px;
	}
	.wbst-popup-contact
	{
	}
	.wbst-popup-contact-wrapper .wbst-button3 button.sf2-callBtn
	{
		min-width: 80%;
		padding: 28px 30px 22px 40px;
	}
	.wbst-popup-contact p
	{
	}
	.wbst-popup-phone
	{
	}
	#doska-brus-stroganiy .wbst-table td
	{
		font-size: 18px;
		padding: 4px 2px;
	}
	#doska-brus-stroganiy .wbst-table td.wbst-table-title
	{
		font-size: 24px;
		padding: 10px 5px;
	}
	.wbst-logo-text
	{
		font-size: 12px;
		width: 265px;
	}
	.wbst-phones-top-wrapper
	{
		margin-right: 20px;
	}
	.wbst-phones-top
	{
		font-size: 26px;
	}
	.wbst-calcscheme-wrapper
	{
		display: block;
		float: none;
		width: 314px;
		margin: 0px auto 40px;
	}
	.wbst-calc-description
	{
		margin-bottom: 40px;
	}
	.wbst-calcscheme-wrapper img
	{
		margin: 0px auto 40px;
	}
	.wbst-bird1
	{
		top: 70px;
		right: -92px;
	}
	.wbst-contacts-bottom-line
	{
		padding-left: 25px;
	}
	.wbst-modal-image2
	{
		display: block;
		width: 100%;
	}
	.wbst-delivery-wrapper th, .wbst-delivery-wrapper td
	{
		padding: 6px 2px;
	    min-width: 76px;
	}
	.wbst-delivery-wrapper th
	{
		padding-left: 5px;
	}
}
@media (min-width: 768px) and (max-width: 991px)
{
	.wbst-header-image
	{
		width: 550px;
	}
	.wbst-header-image-wrapper
	{
		right: -276px;
		top: 46px;
	}
	.wbst-header-advantages-item-wrapper
	{
		width: 50%;
	}	
	.wbst-header-buttons-wrapper .moduletable
	{
		display: block;
	}
	.wbst-slogan-line1
	{
		font-size: 72px;
	}
	.wbst-slogan-line2 h1
	{
		font-size: 28px;
	}
	.wbst-slogan-line3
	{
		font-size: 20px;
		line-height: 1;
	}
	.wbst-slogan-line4
	{
		font-size: 29px;
	}
	.wbst-slogan-wrapper
	{
		margin-top: 120px;
		padding-bottom: 30px;
	}
	.wbst-button1 button.sf2-callBtn
	{
		min-width: 380px;
	    padding: 33px 20px 27px 50px;
	}
	.wbst-button1 img
	{

	}
	.wbst-assortiment-button
	{
		margin-left: 0px;
		padding: 27px 10px 25px 10px;
		/* top: 48px; */
		margin-top: 20px;
		width: 380px;
		text-align: center;
		display: inline-block;
	}
	.wbst-assortiment-button:hover, .wbst-assortiment-button:focus
	{
		padding: 25px 10px 23px 10px;
		margin-top: 22px;
		margin-bottom: 2px;
	}
	.wbst-header-advantages-item-image img
	{
		right: -13px;
	}
	
	.wbst-plus1
	{
		top: 154px;
		right: 498px;		
	}
	.wbst-plus2
	{
		top: 325px;
		right: 380px;		
	}
	.wbst-catalog-item-wrapper
	{
		width: 50%;
	}
	.wbst-plus3
	{
		top: 60px;
		right: 325px;
	}
	.wbst-header-advantages-wrapper
	{
		margin: 20px -20px 0px;
	}
	.wbst-header-advantages-item-wrapper
	{
		padding: 20px;
	}
	.wbst-header-advantages-item-inside-border
	{
		padding: 20px 48px 20px 15px;
	    font-size: 17px;
	}
	.wbst-header-advantages-item-image.wbst-volume-img  img
	{
		right: -29px;
	}
	.wbst-catalog-row:before
	{
		top: -166px;
		right: -84px;
		width: 334px;
	}
	.wbst-catalog-item-wrapper
	{
		padding: 15px;
	}
	.wbst-catalog-wrapper
	{
		margin: 70px 0px 0px;
	}
	.wbst-catalog-wrapper .clearfix:before, .wbst-catalog-wrapper .clearfix:after
	{
		content: none;
		display: none;
	}
	.wbst-trees
	{
		width: 620px;
		right: -101px;
		bottom: -28px;
	}
	.wbst-no-found-border
	{
		padding: 60px;
	}
	.wbst-no-found-text
	{
		font-size: 22px;
	}
	.wbst-catalog-row
	{
		margin-bottom: 40px;
	}
	.wbst-calc-description
	{
		width: 80%;
	}
	.wbst-calc-row:before
	{
		width: 260px;
		top: -93px;
		left: -79px;
	}
	.wbst-razmeri
	{
		line-height: 1.1;
		text-align: center;
		padding: 10px 0px;
		left: 387px;
		top: 69px;		
	}
	.wbst-razmeri span
	{
		background: transparent;
		z-index: 2;
	}
	.wbst-razmeri:before
	{
		top: -46px;
		left: -70px;
	}
	.wbst-razmeri:after
	{
		content: '';
		background: white;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		position: absolute;
	}
	.wbst-ishodnie-wrapper
	{
		width: 100%;
		float: none;
	}
	.wbst-rezult-wrapper
	{
		width: 100%;
		float: none;
		margin-top: 40px;
	}
	.wbst-rezult-line
	{
		width: 33.333%;
		float: left;
	}
	.wbst-choice-item2-wrapper
	{
		padding: 25px;
		width: 100%;
		float: none;
	}
	.wbst-choice-item
	{
		font-size: 18px;
	}
	.wbst-choice-wrapper
	{
		margin: 0px -25px;
	}
	.wbst-choice-item-border
	{

	}
	.wbst-choice-description
	{
		margin-bottom: 20px;
	}
	.wbst-margin-right1
	{
		margin-right: 190px;
		margin-bottom: 0px;
	}
	.wbst-choice-item-image1
	{
		bottom: -87px;
		right: -83px;
	}
	.wbst-choice-item-number1
	{
		right: 10px;
	}
	.wbst-choice-item-size1
	{
		min-height: 0px;
	}
	.wbst-choice-item1-wrapper
	{
		padding: 25px;
		width: 100%;
		float: none;
	}
	.wbst-margin-bottom1
	{
		margin-bottom: 80px;
	}
	.wbst-choice-item-size2
	{
		min-height: 0px;
	}
	.wbst-choice-row
	{
		background-position: center 54px;
	}
	.wbst-partners-wrapper img
	{
		max-width: 32%;
	}
	.wbst-partners-description
	{
		margin-top: 64px;
	}
	.wbst-footer-title
	{
		font-size: 34px;
	}
	.wbst-bottom-phone
	{
	}
	.wbst-bottom-email
	{
	}
	.wbst-window > div
	{
		width: 686px;
	}
	.wbst-modal-image1
	{
		display: none;
	}
	.wbst-popup-workzone
	{
		width: 100%;
		float: none;
		padding: 0px 10px 35px;
	}
	.wbst-table table
	{
		font-size: 18px;
		line-height: 1.2;
	}
	.wbst-table th, .wbst-table td
	{
		padding: 4px 2px;
	}
	.wbst-table td.wbst-table-title
	{
		padding: 10px 5px;
	}
	.wbst-table.wbst-low-rows td
	{
	
	}
	.wbst-table th
	{

	}
	.wbst-table td.wbst-table-title
	{

	}
	.wbst-popup-advantages-item
	{
		min-height: 102px;
		font-size: 16px;
	}
	.wbst-popup-advantages-item-image img
	{
		margin-left: 1px;
	}
	.wbst-popup-contact
	{
	}
	.wbst-popup-contact-wrapper .wbst-button3 button.sf2-callBtn
	{
		min-width: 350px;
		padding: 28px 30px 22px 40px;
	}
	.wbst-popup-contact p
	{
	}
	.wbst-popup-phone
	{
	}
	#doska-brus-stroganiy .wbst-table td
	{
		font-size: 18px;
		padding: 4px 2px;
	}
	#doska-brus-stroganiy .wbst-table td.wbst-table-title
	{
		font-size: 24px;
		padding: 10px 5px;
	}
	.wbst-logo-text
	{
		display: none;
	}
	.wbst-phones-top-wrapper
	{
		margin-right: 50px;
	}
	.wbst-phones-top
	{
		font-size: 26px;
	}
	.wbst-calcscheme-wrapper
	{
		display: block;
		float: none;
		width: 314px;
		margin: 0px auto 60px;
	}
	.wbst-calc-description
	{
		margin-bottom: 40px;
	}
	.wbst-calcscheme-wrapper img
	{
		margin: 0px auto 40px;
	}
	.wbst-bird1
	{
		top: 70px;
		right: -92px;
	}
	.wbst-contacts-bottom-line
	{
		padding-left: 25px;
	}
	.wbst-modal-image2
	{
		display: block;
		width: 100%;
	}
	
	#sp-wbst-footer1
	{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	#sp-wbst-footer2
	{
		width: 100%;
		float: none;
		padding-left: 40px;
		margin-bottom: 60px;
	}

	#sp-wbst-footer3
	{
		width: 100%;
		float: none;
	}
	.wbst-delivery-wrapper table
	{
		width: 100%;
	}
	.wbst-delivery-wrapper
	{
		width: 100%;
		float: none;
	}
	.wbst-popup-contact-wrapper
	{
		width: 100%;
		float: none;
	}
}
@media (min-width: 481px) and (max-width: 767px)
{

	.wbst-main #sp-header .row
	{
		padding: 8px 0;
	}

	.wbst-main .sf2Win
	{
		max-width: 100%;
		min-width: 90%;
	}
}
@media all and (max-width: 480px)
{
	.wbst-main #sp-header .row
	{
		padding: 8px 0;
	}
	.wbst-main .sf2Win
	{
		max-width: 100%;
		min-width: 90%;
	}	

}