div.fixed-width { width: 1150px; }
.wb-header .fixed-width {
    width: 960px;
}
div.container .one-column.column, 
div.container .one-full.column, 
div.container .twentyfour.columns {
    width: 1150px;
}

div.wb-header {
    padding: 0 !important;
    margin: -1px 0 0;
}
div.container .three-column-container .one-third.column {
    width: 31.33333333%;
    margin: 0 1%;
}
div.container .three-columns .two-thirds {
    width: 64.666666%;
    margin: 0 1%;
}
div.container .three-columns .one-third {
    width: 31.3333333%;
    margin: 0 1%;
}
div.container .one-half.column {
    width: 48%;
    margin: 0 1%;
}
.row.wb-content {
	margin-bottom: 0;
}
.wb-content ul {
    list-style: none !important;
}
.wb-content .wb-content-box {
	background: #FFF;
	border: 1px solid #009ffd;
	border-top-width: 25px;
	padding: 15px;
	margin-bottom: 20px;
	min-height: 1025px;
	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
}
.wb-content-box hr {
    border-top: 2px solid #00d35b;
    width: 35%;
    margin: 0 auto 20px;
}
.wb-order-btn {
    background: #00d45b;
    color: #FFF;
    width: 60%;
	font-size: 20px;
    font-weight: bold;
    max-width: 200px;
    text-transform: uppercase;
    padding: 16px 20px;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    margin: 10px auto 30px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.wb-order-btn:hover {
    background: #00de5f;
}

.wb-header-title {
	display: inline-block;
	margin-top: 30px;
}
div.main-content .wb-header-title h1 {
	width: 70%;
	text-transform: none;
	color: #FFF;
    font-size: 44px;
    margin-top: 40px;
    font-weight: bold;
}
div.main-content .wb-header-title h2 {
	color: #f4c300;
	text-transform: uppercase;
	font-size: 40px;
	margin: 20px 0;
}
.main-content .wb-header-title p.subtitle {
	color: #FFF;
	text-transform: none;
	font-size: 24px;
	margin-top: 50px;
	letter-spacing: 0.75px;
}

.logo {
    width: 150px;
    float: left;
    font-size: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.logo_name {
	color: #FFF;
}
.logo_name img {
	width: 140px;
}
.menu {
	width: 64%;
	float: right;
	margin: 17px 0 0 10%;
	text-align: right
}
.menu li {
	display: inline-block;
	margin: 0;
}
.menu a,
.menu a:hover,
.menu a:focus,
.menu a:focus:active,
.menu a:visited {
	color: #FFF;
	font-size: 14px;
}
.wb-header-title {
	display: inline-block;
	margin-top: 30px;
}

.wb-header-title img {
	float: left;
}
.wb-header-title p {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 18px;
	text-align: center;
	margin: 20px 0 40px 0;
}
.wb-header-title p span {
	display: inline-block;
	margin: 0 35px;
}
.subtitle span.line {
	background: #212137;
	width: 2px;
	height: 20px;
	margin: 1px 15px 0;
	position: relative;
	top: 2px;
}
.wb-headline {
	background: rgba(33,33,54,0.4);
	position: relative;
	z-index: 100;
}
div.wb_header {
	position: absolute !important;
	top: 0;
	width: 100%;
	background: rgba(0, 159, 253, 0.85);
	padding-top: 71px !important;
	height: 550px;
	margin: 0;
}
div.header-end-line {
    position: relative;
    z-index: 10;
    margin: 0;
}

.main-content .wb-header-title h1 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 70px;
	display: inline-block;
	font-weight: normal;
}
h1 span.colored-word {
	color: #b8d737;
}
h1 strong {
	font-size: 45px;
}
h1 span.year {
	color: #eb1f54;
	font-size: 48px;
}
.text-center {
	text-align: center;
}

.header-buttons a {
	height: 70px;
	border: 2px solid #b8d737;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	color: #FFF;
	font-size: 16px;
	padding: 12px 60px 12px 30px;
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 160px;
}
.header-buttons a:hover,
.header-buttons a:focus,
.header-buttons a:focus:active {
	color: #FFF;
	border: 2px solid #96b515;
}
.header-buttons a .fa {
	float: right;
	color: #b8d737;
	border: 2px solid #b8d737;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 18px;
	right: 10px;
	padding: 1px 0 0 2px;
}
.header-buttons button {
	background: #b8d737;
	height: 70px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 0 27px;
	float: right;
	margin-right: 160px;
	display: inline-block;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;	
}
.header-buttons button:hover {
	background: #96b515;
}


.op-text-block {
    margin-left: auto;
    margin-right: auto;
}

footer {
	background: #494949;
	padding: 30px 0 !important;
	color: #FFF;
}
.logo-footer {
	background: #494949;
	width: 40%;
	padding: 45px 0 45px 20%;
	float: left;
	color: #FFF;
}
.subfooter {
	background: #494949;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
}
.subfooter a,
.subfooter a:visited {
	color: #FFF;
}
.subfooter a:hover,
.subfooter a:focus,
.subfooter a:focus:active {
	color: #777;
}
.upsell-line {
	background: #ec1d52;
	width: 50px;
	height: 3px;
	margin: 12px 0 15px;
}
.subfooter .container {
	width: 100%;
	margin: 0 auto;
}
.icons-footer {
	background: #FFF;
	width: 60%;
	float: left;
}
.col-third {
	float: left;
	width: 30%;
	text-align: center;
}

.if-logo {
	width: 23%;
	float: left;
	margin: 40px 0 0 48px;
}
.if-privacy img,
.if-cup img {
	float: left;
	margin-right: 10px;
}
.if-privacy {
	width: 29%;
	max-width: 210px;
	float: left;
	margin: 10px 3% 0 11%;
	text-align: left;
	color: #FFF;
}
.if-shield {
	width: 21%;
	color: #FFF;
	max-width: 150px;
	text-align: left;
	font-size: 12px;
	padding-right: 0;
	padding-top: 17px;
	margin-left: 11%;
}
.if-shield img {
	float: left;
	margin-right: 10px;
}
.if-cup {
	width: 27%;
	float: left;
	margin: 40px 0 0 0;
}
.icons-footer span {
	font-size: 12px;
	color: #000;
	display: block;
	margin: 7px 0 0 45px;
}
.icons-footer span a {
	color: #000;
}
button.reg-btn {
    background: rgb(0,211,91);
    padding: 25px 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin: 15px auto;
    display: block;
    cursor: pointer;
    transition: background-color 0.5s ease;
}
button.reg-btn:hover,
button.reg-btn:focus,
button.reg-btn:focus:active {
	background: rgb(0,230,110);
}

.wb-order-btn {
	background: #00d35b;
	padding: 20px 20px;
	width: 80%;
	font-size: 20px;
     font-weight: bold;
	max-width: 250px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px auto 30px;
	display: block;
	color: #FFF;
}
.wb-box {
	background: #212137;
	width: 100%;
	height: 150px;
	text-align: center;
	padding-top: 0;
	font-size: 21px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wb-box.wb-box-low-pad {
	padding-top: 30px;
}
.wb-box .wb-box-content {
	line-height: 150%;
	color: #e2dd14;
}
.wb-box span {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}

.people-box {
	background: #FFF;
	width: 29%;
	min-height: 310px;
	float: left;
	padding: 20px 2%;
	margin: 0 1% 20px;
	text-align: center;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.people_block h2 {
    margin: 0 0 10px 0;
}
div.video-container {
	margin: 0;
}
div.video-container .fa {
	font-size: 28px;
	position: relative;
	display: inline-block;
	top: 4px;
	margin-right: 6px;
}
.video-container p {
	color: #FFF;
	text-align: center;
	margin-top: -5px;
}
.video-container .one-third {
    background: #212137;
    margin-bottom: 45px !important;
}
.video-container .op-text-block {
    margin: 15px 10px 0;
    width: auto !important;
    height: 90px;
    	display: flex;
	flex-direction: column;
	justify-content: center;
}
.video-bg {
	background: #121e60;
}
.video-bg video {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.wb-video-bg {
	position: relative;
	top: -71px;
	height: 500px;
	margin-bottom: -71px;
	overflow: hidden;
}

.shadow_bg_exitform,
.oconference-shadow {
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}
.shadow_message_exitform,
.oconference {
	display: none;
	position: absolute;
	z-index: 10100;
	top: 0;
	left: 50%;
	margin-left: -320px;
}
.shadow_message_exitform {
	background: url(../images/wb/wb-popup-bgs.jpg) left top / auto 100% no-repeat;
}
.oconference .close {
	color: #EEE;
	font-size: 24px;
	text-align: right;
	cursor: pointer;
}
.header-buttons a.old-conference {
	color: #FFF;
}
.shadow_message_exitform {
	/*background: #0054ce; /*#213f7c;*/
	top: 150px;
	width: 940px;
	height: 570px;
	left: 50%;
	margin-left: -470px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.shadow_message_exitform .exit-column {
	width: 50%;
	float: left;
	height: 100%;
}
/*.exitform-bg {
	background: url(../images/wb/exit-popup.jpg) left top / auto 100% no-repeat;
}*/
.shadow_message_exitform .close {
	font-weight: 400;
	color: #FFF;
	margin: 10px;
	text-shadow: 0 1px 0 #000;
	filter: alpha(opacity=100);
	opacity: 1;
}
.shadow_message_exitform .content-block {
    margin: 30px 25px 0;
}
.shadow_message_exitform .content-block p {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 125%;
}
.shadow_message_exitform .content-block span {
    color: #e2dd14;
    display: block;
    margin: 15px 0;
}
.shadow_message_exitform .content-block p.avail {
    color: #fef200;
    font-size: 34px;
		margin: 0 0 20px;
}
.shadow_message_exitform .content-block p.to-send {
    color: #b8d837;
    font-size: 26px;
		margin: 0 0 10px;
}
.exit-column h2 {
    color: #FFF;
    font-size: 20px;
    text-align: center;
}
.shadow_message_exitform .content-block h2 span {
    color: #b8d839;
    font-size: 34px;
    display: inline-block;
    margin-bottom: 25px;    
}

.shadow_message_exitform .content-block p.small-text {
	font-size: 12px;
}
.shadow_message_exitform .content-block .crm-form {
    width: 100%;
}
.shadow_message_exitform .content-block .crm-form .privacy_row {
    color: #FFF;
    font-size: 11px;
    line-height: 145%;
}
.shadow_message_exitform .content-block .crm-form .button-box{
    margin-top: 15px;
}
.shadow_message_exitform label#last_name-error, 
.shadow_message_exitform label#first_name-error {
    background: #213f7c;
}
.shadow_message_exitform .content-block .crm-form label.error {
	color:#ff895b;
}
.shadow_message_exitform .content-block .crm-form .button-box label{
    display: none;
}
.shadow_message_exitform .content-block .crm-form .crm-input {
    height: 35px;
}
.shadow_message_exitform .content-block .crm-form label {
    color: #FFF;
}

.wb-downloader-line {
    position: relative;
    z-index: 100;
    padding: 0;
}
.downloader-line {
    text-align: center;
    color: yellow;
    font-weight: bold;
    padding: 7px 0;
    font-size: 16px;
}
.downloader-line p {
	margin: 0;
}

.slide-popup-box {
	width: 630px;
	height: 353px;
	position: fixed;
	right: -629px;
	bottom: 3px;	
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.15);
}
.slide-popup-box img {
	width: 100%;
	cursor: pointer;
}
.slide-popup-box .popup-close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 1px;
    background: #FFF;
    padding: 5px 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 18px;
    color: #888;
}

.main-content .video-container h2,
.video-container p {
	color: #FFF;
}
.container .video {
	background: url(/wp-content/themes/twentythirteen/images/vtszk2017/coming-soon.png);
	width: 100%;
	height: 220px;
	margin: 0 0 15px;
	float: left;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.container .video:hover {
	opacity: 0.8;
}
.container .video .vicon {
	background: #b8d737;
	width: 45px;
	height: 45px;
	border: 5px solid #2a2f3b;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: -22px;
	text-align: center;
	padding-top: 7px;
	cursor: pointer;
}
.container .video .vtitle {
	width: 65%;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	margin: 0 auto;
	line-height: 135%;
	font-weight: bold;
	top: 60px;
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000;
	-webkit-text-shadow: 1px 1px 2px #000;
}
.container .video .vtitle span {
    background: #b8d737;
    color: #444;
    font-weight: bold;
    width: 25px;
    display: inline-block;
}
.container .video .vicon .fa {
	font-size: 21px;
}


.vt_shadow_videobg,
.vt_shadow_pbg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 110;
	top: 0;
	left: 0;
	display: none;
}
.vt_shadow_videobox,
.vt_shadow_pbox {
	background: #FFF;
	width: 650px;
	min-height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	display: none;
	z-index: 1000;
	border-top: 8px solid #b8d737;
	border-bottom: 8px solid #b8d737;
	padding: 40px 50px;
}
.vt_shadow_videobox {
	padding: 0;
	border: none;
}
.vt_videobox iframe {
	float: left;
}
.vt_close {
	position: absolute;
	right: 0;
	top: 0;
	color: red;
	cursor: pointer;
	font-size: 21px;
}
.vt_close .fa.fa-close {
	background: #e6e6e6;
	border: 1px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
	color: #555;
	font-weight: normal;
	height: 35px;
	padding: 5px 7px;
	position: absolute;
	right: -18px;
	text-align: center;
	top: -15px;
	width: 35px;
}
.vt_shadow_pbox h2 {
	font-weight: bold;
	font-size: 36px;
	color: #000;
	margin: 0;
	text-align: center;
}
.main-content .vt_shadow_pbox h4 {
	font-weight: normal;
	font-size: 24px;
	color: #2e3191;
	text-align: center;
	margin: 0 0 20px;
}
.vt_shadow_pbox p {
	text-align: justify;
}
.vt_shadow_pbox button {
	background: #b8d737;
	padding: 20px 25px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 21px;
	display: block;
	margin: 5px auto 0;
	letter-spacing: 0.5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.vt_shadow_pbox button:hover,
.vt_shadow_pbox button:focus,
.vt_shadow_pbox button:focus:active {
	background: #96b515;
}

.crm-form .crm-button {
	background: #00d35b;
}
.crm-form .crm-button:hover {
	background: #22f57d;
}

.garantee div.fixed-width {
    width: 860px;
}
.garantee.three-columns div.fixed-width .two-thirds {
    margin-top: 35px;
}

.wb-content .op-text-block ol {
    margin-left: 22px;
}
.wb-content .op-text-block li {
    font-size: 16px !important;
}
.wb-content div.fixed-width {
    width: 90%;
    max-width: 1250px;
}
.faq-block div.fixed-width {
    max-width: 850px;
}
.privacy_row a {
    color: #000 !important;
}
.crm-form .crm-button {
    background: #00d35b !important;
}

.wb-footer {
	background: #494949;
}

.wb-intro-content .op-text-block {
    margin-bottom: 0;
}

form.campaign-form .item-row input.order_it {
    background: #00d35b;
}

form.campaign-form {
    width: 60%;
}
form.campaign-form .item-row label {
    width: 24%;
    text-align: left;
    margin-left: 6%;
}
form.campaign-form .products_list_label {
	width: 30%;
	margin-left: 0;
}
form.campaign-form .item-row input.order_it {
	margin-left: 30%;
}
.countdown_row span.countdown_section {
    color: #FFF !important;
}

div.fixed-width .one-column {
    width: 100%;
}
ul.error_list {
    color: red;
}
.wb-mobile-header {
	display: none;
}
.row {
    margin-bottom: 10px;
    max-width: 100%;
    margin: 0 0 10px;
}
.mobile-note {
	font-weight: normal;
	margin: 5px 0;
}

.below-form-content .one-half {
    width: 48%;
    float: left;
}
form.campaign-form .products_list .product_error, 
form.campaign-form .item-row label.error {
	left: 30%;
}
form.campaign-form .item-row.acceptor-row label {
	width: 30%;
}

@media screen and (min-width: 1400px) {
	.video-bg video {
		height: 100%;
		width: auto;
	}
}
@media screen and (max-width: 1150px) {
	div.fixed-width {
		width: 94% !important;
		margin: 0 3%;
	}
	.garantee div.fixed-width,
	.faq-block div.fixed-width {
		max-width: 70%;
		margin: 0 15%;
	}
	.wb-content div.fixed-width {
		width: 90%;
		max-width: 90%;
		margin: 0 5%;
	}
	.people-box {
		min-height: 340px;
	}
	.wb-box {
		height: 180px;
		font-size: 18px;
	}
	.wb-box .wb-box-content {
		margin: 0 15px;
	}
	div.main-content .wb-header-title h1 {
		width: 80%;
	}
	.main-content .wb-header-title p.subtitle {
		font-size: 21px;
	}
	.container .video {
		height: 190px;
	}
	.wb-content .op-text-block li,
	.wb-content-box p {
		font-size: 15px !important;
	}
	.video-bg video {
		width: auto;
	}
}
@media screen and (max-width: 1020px) {
	.wb-content .wb-content-box {
		min-height: 1330px;
	}
}
@media screen and (min-width: 992px) {
	.wb-content .wb-content-box {
		display: block !important;
	}
	.wb-mobile-header {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.people-box {
		width: 31.3333%;
	}
	.wb-content .one-third {
		width: 100% !important;
		height: auto;
	}
	.wb-content .wb-content-box {
		min-height: auto !important;
		height: auto !important;
		display: none;
	}
	.wb-intro-content .column {
		width: 100% !important;
	}
	.container .video .vtitle {
		font-size: 21px;
		width: 90%;
	}
	.container .video {
		background-position: top center !important;
		background-size: 100% auto !important;
		height: 115px;
	}
	form.campaign-form {
		width: 80%;
	}
	.row .fixed-width .one-column,
	.wb-footer .fixed-width .one-column {
		width: 100%;
		margin: 0;
	}
	.wb-mobile-header {
		background: #FFF;
		border: 1px solid #009ffd;
		border-top-width: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		font-size: 16px;
		text-align: center;
		font-weight: bold;
		cursor: pointer;
		margin-bottom: 20px;
		display: block;
	}
	.wb-mobile-block {
		cursor: pointer;
	}
	
	.exitform-bg {
		display: none;
	}
	
	.shadow_message_exitform .exit-column {
		width: 100%;
	}
	.shadow_message_exitform .content-block {
    margin: 30px 0 0 0;
    width: 50%;
    float: right;
	}
	.shadow_message_exitform {
    background: url(../images/wb/wb-popup-bgs.jpg) -140px top / auto 100% no-repeat;
		width: 80%;
		margin-left: 0;
    left: 10%;
	}
	form.campaign-form .loading {
		margin: 0 0 10px;
	}
	.below-form-content .one-half {
		width: 100%;
		float: none;
	}
	.if-privacy {
		margin-left: 6%;
	}
}
@media screen and (max-width: 800px) {
	.col-third {
		width: 25%;
	}
	form.campaign-form {
		width: 100%;
	}	
	.wb-box {
		border-right: 2px solid #FFF;
	}
	.row {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
}
@media screen and (max-width: 768px) {
	.subtitle span.line {
		background: transparent;
		width: auto;
		height: 1px;
		display: block;
	}
	.three-column-container .one-third {
		width: 100% !important;
		display: block;
	}
	div.container .three-column-container .one-third.column {
		width: 400px !important;
		margin: 0 auto;
		display: block;
		float: none;
	}	
	div.container .three-column-container.wb-content .one-third.column {
		width: 100% !important;
	}
	.container .video {
		height: 200px;
	}
	.if-privacy {
		width: 33%;
		margin: 10px 1% 0 10%;
	}
	
	form.campaign-form .item-row label {
		width: 100%;
		margin-left: 0;
	}
	form.campaign-form .item-row input.order_it {
		margin-left: 0;
	}
	form.campaign-form {
		width: 70%;
	}
	form.campaign-form .products_list_label {
		width: 100%;
		margin-left: 0;
	}
	.products_list_label {
		text-align: left;
	}
	form.campaign-form .item-row input {
		width: 100%;
		margin-right: 0;
    }
    form.campaign-form .item-row.phone-row input {
		width: 72.5%;
	}
	form .products_list {
		width: 100%;
	}
	form .item-row textarea {
		width: 100%;
	}
	form.campaign-form .item-row.acceptor-row label {
		display: none;
	}
	form.campaign-form .item-row.acceptor-row label.acceptor-text {
		display: inline-block;
	}
	form.campaign-form .item-row input.order_it {
		width: 100%;
	}
	form.campaign-form .item-row .item-name input {
		width: 43%;
	}
	form.campaign-form .item-row input#acceptor {
		width: auto;
	}
	
	.wb-footer .col-third {
		width: 40% !important;
		max-width: 100% !important;
		margin: 0 auto 20px !important;
		float: none;
		text-align: center !important;
	}
	.wb-footer .col-third img {
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	.garantee div.fixed-width, .faq-block div.fixed-width {
		max-width: 90%;
		margin: 0 5%;
	}
	
	div.wb_header {
		position: static !important;
		margin-top: -71px !important;
		height: auto;
	}
	.wb-video-bg {
		display: none;
	}
	div.main-content .wb-header-title h1 {
		font-size: 24px;
		margin-top: 0;
	}
	.slide-popup-box {
		width: 70%;
		height: auto;	
	}
	.menu {
		width: 55%;
		margin: 17px 0 0;
    }	
	div.video-plugin-new {
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	form.campaign-form .item-row label {
		line-height: 125%;
	}
	.products_list, 
	form.campaign-form .item-row {
		padding-bottom: 20px;
	}
	form.campaign-form .products_list .product_error, 
	form.campaign-form .item-row label.error {
		bottom: 5px !important;
		left: 0;
	}
	form.campaign-form label#last_name-error, 
	form.campaign-form label#first_name-error {
		bottom: -20px !important;
	}
	.shadow_message_exitform {
    width: 96%;
    left: 2%;
	}
}
@media screen and (max-width: 700px) {
	.people-box {
		width: 70%;
		min-height: auto;
		margin: 10px auto !important;
		float: none;
	}
	.people-box img {
		float: left;
		margin: 0 !important;
	}

	.vt_shadow_videobox, .vt_shadow_pbox {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.vt_close .fa.fa-close {
		right: 5px;
	}
	form.campaign-form .item-row.phone-row input {
		width: 42%;
	}
	form.campaign-form .item-row .item-name input {
		width: 38.5%;
		margin-right: 1.5%;
	}
	#wpsm_accordion_31866 .ac_title_class {
		font-size: 15px;
		line-height: 135%;
		font-weight: bold;
	}
}
@media screen and (max-width: 560px) {
	.container .video {
		height: 150px;
	}
	div.container .three-column-container.video-container .one-third.column {
		width: 300px !important;
		margin-bottom: 10px !important;
	}
	div.container .three-columns .one-third.column {
		width: 100%;
	}
	.wb-box {
		height: auto;
		padding: 10px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.wbsz-selection-title {
		padding-top: 0 !important;
	}
	.garantee .two-thirds {
		width: 100% !important;
		margin: 0 !important;
	}	
	form.campaign-form {
		width: 80%;
	}
	.people-box {
		width: 90%;
	}
	.video-container .op-text-block {
		height: 130px;
	}
	.video-container .op-text-block p {
		margin-left: 10px;
		margin-right: 10px;
	}
	div.video-container .fa {
		top: -1px;
	}
	.shadow_message_exitform .content-block {
    width: 65%;
	}
}
@media screen and (max-width: 480px) {
	.logo,
	.menu {
		width: 100%;
		text-align: center;
	}
	.menu li {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	div.wb_header {
		position: static !important;
		margin-top: -115px !important;
	}
	form.campaign-form {
		width: 100%;
	}
	div.main-content .wb-header-title h1 {
		width: 100%;
	}
	.main-content .wb-header-title p.subtitle {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.video-description h2 * {
		font-size: 18px !important;
	}
	.slide-popup-box {
		width: 100%;
	}
	.slide-popup-box .popup-close {
		top: -18px;
		border: 1px solid #888;
	}
	.people-box {
		text-align: left;
	}
	.people-box img {
		width: 70px !important;
		margin-right: 12px !important;
	}
	.shadow_message_exitform .content-block {
			width: 90%;
			margin-left: 0;
	}
	.shadow_message_exitform {
		background: #212236;
	}
}
