body {
    font-size: 18px;
    color: #455a64;
    font-weight: 300;
    background: #f6f6f6;
}
p {
	font-size: 18px;
	line-height: 26px;
}
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
h1, h2 {
    font-size: 24px;
    font-weight: 500;
    color: #ff6600;
    margin-bottom: 20px;
	margin-top: 0;
}
a {
    transition-property: background, color;
    transition-timing-function: ease;
    transition-duration: 0.1s;
}
a {
  color: #455a64;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.content {
	width: 1200px;
}
header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
	height: 70px;
	background-color: #465a65;
	height: 210px;
}
header .container{
	background-color: #fff;
}
.logo {
	display: inline-block;
    vertical-align: middle;
    background-image: url(/wp-content/themes/voodootheme/images/spr.png);
    background-position: 0px -262px;
    width: 94px;
    height: 49px;
	margin-top: 9px;
	margin-left: 19px;
	float: left;
	position: absolute;
}
.nav_top {
	margin: 0 auto;
    text-align: center;
    position: relative;
	display: table;
}
.top-menu {
	margin: 0;
    padding: 0;
    height: 70px;
    list-style-type: none;
    position: relative;
}
.menu-item {
	display: block;
	float: left;
    vertical-align: top;
    position: relative;
	padding: 0 15px;
    white-space: nowrap;
}
.menu-item > a {
	display: block;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #455a64;
    text-decoration: none;
    /*position: relative;
    z-index: 2;*/
}
.menu-item:hover > a {
	color: #ff6600;
}
header .btn_callback {
    display: block;
    width: 80px;
    height: 70px;
    background: #bac4cc;
    float: right;
    text-align: center;
    line-height: 65px;
    fill: #455a64;
    z-index: 10;
	position: absolute;
	top: 0;
    right: 0;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.btn_callback .icon {
    width: 65px;
    height: 50px;
}
.icon__cnt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    transform: translateX(0);
    -ms-transform: translate(0.5px, -0.3px);
    transition: fill 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    line-height: 1;
}
.btn_callback:hover use {
	fill: #f87015;
}
.sep a {
	opacity:0;
}
.sep {
    display: block !important;
    height: 4px;
    background: #ff6600;
    position: absolute !important;
    bottom: 0;
    left: 0;
    transition-property: width, left;
    transition-timing-function: ease;
    transition-duration: 0.5s;
}
.current-menu-item a {
	border-bottom: 4px solid #ff6600;
	color: #ff6600;
}
.backstretch {
	
}
.backstretch_img {
	height: 100vh;
	width: 100%;
	background-size: cover;
    background-position: center;
}
.main_slider {
	height: 100vh;
	    z-index: -1;
}
.backstretch.slick-active .backstretch_img {
	transform: scale(1.2);
	transition: 20s all;
}
.main_slider .slick-slide:before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: #0000003b;
    z-index: 1;
}
.main_slider_title {
	position: absolute;
    top: 135px;
    right: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 48px;
	text-align: end;
}
.main_slider_t1 {right:-100%;position: relative;}
.main_slider_t2 {right:-100%;position: relative;}
.slick-active .main_slider_t1 {
	animation: showRight 1.5s; animation: showRight 7.5s;    position: relative;
}
.slick-active .main_slider_t2 {
	animation: showRight 2s;  animation: showRight2 7.5s;  position: relative;
}
@keyframes showRight {
	0% {right:-100%;}
	10% {right:0;}
	50% {right:0;}
	100% {right:-100%;}
}
@keyframes showRight2 {
	0% {right:-100%;}
	20% {right:0;}
	60% {right:0;}
	100% {right:-100%;}
}
footer .content {
	background-color: #455a64;
	height: 100px;
	padding: 0 30px;
}
footer {
    position: relative;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: -100px;
    height: 100px;
    font-size: 14px;
    font-weight: 300;
    color: #bac4cc;
	line-height: 70px;
	overflow: hidden;
	z-index: 10;
}
footer .copy {
    width: 160px;
}
footer .copy span {
    font-weight: 400;
}
footer a {
    color: #bac4cc;
}
.copy a {
    margin-left: 30px;
    display: block;
    position: absolute;
    width: 160px;
    height: 50px;
    top: 24px;
    text-decoration: none;
}
.blum {
    color: #ff6600 !important;
    font-size: 16px;
    left: 0;
    font-weight: 500;
    margin-left: 35px !important;
}
.footer .copy, .footer .phone, .footer .menu {
    float: left;
    overflow: hidden;
}
.privacy {
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
}
.footer .phone {
  width: 205px;
}

.footer .menu {
  width: 630px;
}

.footer .menu li {
  margin-right: 25px;
}

.footer .privacy-policy {
  line-height: 1;
}
.footer .menu ul {
	margin-left: 30px;
	padding-left:0;
}
.footer .menu li {
    margin-right: 25px;
}
footer .menu li {
    display: inline-block;
    vertical-align: top;
}
.footer .menu .i {
    margin-right: 10px;
    vertical-align: -9px;
}
.i-f01 {
  background-image: url(/wp-content/themes/voodootheme/images/spr.png);
  background-position: 0px -152px;
  width: 36px;
  height: 30px;
}
.i-f02 {
  background-image: url(/wp-content/themes/voodootheme/images/spr.png);
  background-position: 0px -207px;
  width: 34px;
  height: 30px;
}
.i {
    display: inline-block;
}
.footer .studio a {
    color: #ff6600;
    text-decoration: none;
}
header .block-webform {
	display: none;
    width: 360px;
    padding: 28px 30px 30px 30px;
    background: white;
    border-top: 2px solid #bac4cc;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 15;
}
textarea {
    padding: 10px 20px;
    height: 80px;
    line-height: 20px;
    resize: none;
}
.form_line input {
	width: 100%;
	height: 50px;
    padding: 0 20px;
    background: #e2e8ed;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #455a64;
    font-weight: 300;
}
.form_line textarea {
	background: #e2e8ed;
    border-radius: 10px;
    border: none;
    font-size: 18px;
    color: #455a64;
    font-weight: 300;
	width: 100%;
}
header .block-webform textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form_line {
	margin: 18px 0;
}
input[type="submit"] {
    display: block;
    height: 50px;
    border: none;
    border-radius: 10px;
    padding: 0 10px;
    background: #ff6600;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    color: white;
	cursor: pointer;
}
.form_callback input[type="submit"] {
	font-size: 22px;
    width: 100%;
}
.brands_box {
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    z-index: 4;
}
.brands_box .tiles li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
}
.brands_box .tiles li a {
    display: block;
    width: 220px;
    height: 105px;
    text-align: center;
    line-height: 105px;
    position: relative;
	padding: 0 20px;
}
.brands_box .tiles li a img {
    vertical-align: middle;
	max-width: calc(100% - 40px);
}
.brands_box .tiles {
	margin: 0 -9px;
}
.brands_box .title {
    position: relative;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 300;
    color: white;
    padding: 0 13px;
}
#tile_47 {
	background: #ff4208;
}
#tile_53 {
	background: #bac4cc;
}
#tile_54 {
	background: #fff;
}
#tile_55 {
	background: #fff;
}
#tile_56 {
	background: #455a64;
}
.regular-pages {
	padding-bottom: 100px;
	min-height: 100vh;
}
.sub-menu {
	display: none;
	padding: 6px 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 15px;
    min-width: 150px;
    background: #455a64;
    text-align: left;
}
.menu-item-has-children:hover .sub-menu {
	display: block;
}
.sub-menu a {
	    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 5px 20px;
    color: white;
    text-decoration: none;
    font-weight: 300;
	line-height: normal;
    height: auto;
}
#map {
	top: 0;
    height: 100vh;
    position: absolute;
    z-index: 1;
	width: 100%;
}
.view-contacts {
    padding-top: 130px;
    position: relative;
    z-index: 10;
    width: 590px;
}
.contacts-page-title {
    color: #455a64;
    padding: 20px;
    background: #fff;
    width: 590px;
}
.view-contacts .views-row {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    width: 590px;
	display: inline-block;
}
.view-contacts .views-row .contact-info .label {
    font-size: 18px;
    font-weight: 400;
}
.view-contacts .views-row .contact-info .left {
    float: left;
    width: 340px;
}
.view-contacts .views-row .contact-info .right {
    width: 190px;
    float: right;
}
.collapsed .contact-info {
	display: none;
}
.expanded .contact-info {
	display: block;
}
.view-contacts .views-row .contact-info {
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
	padding: 10px 0;
}
.view-contacts .views-row h2 { 
	margin-bottom: 0;
	cursor: pointer;
}
.main_title {
    height: 300px;
    margin-bottom: 30px;
    clear: both;
    line-height: 270px;
    padding-top: 30px;
    -moz-background-size: cover;
    -o-background-size: 102% auto;
    -webkit-background-size: 102% auto;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
	background-color: #455a64;
}
.main_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(69, 90, 100, 0.6);
}
.main_title h1, .main_title h2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 940px;
    text-align: left;
    font-size: 48px;
    margin: 0;
    padding: 0;
    font-weight: 100;
    color: white;
    line-height: 1.3;
}
.pop_pdf {
	display: none;
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    background-color: rgb(0 0 0 / 50%);

}
.showpdf {
	display: block;
}
.pop_pdf .df-container {
	top: 20vh;
	top: 0px;
}
.pop_pdf .close-btn {
	background: none repeat scroll 0 0 #e5e5e5;
    color: #5e5e5e;
    display: block;
    font-size: 25px;
    line-height: 1;
    padding: 5px 15px;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 1000;
}
.pop_title {
	cursor: pointer;
}
.wp-block-lazyblock-pdfcard {
	min-width: 460px;
    height: 250px;
    background: #fff;
    padding: 25px 20px;
    margin: 0 0 20px;
    width: 100%;
}
.help-img {
    width: 175px;
	float: left;
}
.help-text {
    width: calc(100% - 175px);
    float: left;
}
.wp-block-lazyblock-pdfcard .icon__cnt {
	width: 34px;
	height: 34px;
}
.wp-block-lazyblock-pdfcard h2 {
    font-weight: 100;
    line-height: 1.3;
	    min-height: 95px;
}
.pub-date .label {
    font-size: 12px;
}
.help-links .help-link a {
    color: #f60;
    font-size: 14px;
    text-decoration: none;
}
.help-links .help-link {
    display: inline-block;
    vertical-align: middle;
}
.help-links {
    margin-left: -5px;
	margin-top: 15px;
}
.help-link use {
	fill: #737d83;
}
footer .phone a {
    color: white;
    text-decoration: none;
}
.gt3-photo-gallery-pro--isotope_gallery .gt3pg-isotope-gallery.gallery-grid div.gallery-isotope-wrapper div.gt3pg-isotope-item div.isotope_item-wrapper .gt3-lazy-image {
	height: 100%;
    width: auto;
}
.table-row {
    display: table;
	width: 100%;
}
.table-row .table-cell {
    display: table-cell;
}
.table-cell {
    background: #fff;
    padding: 30px;
    border-bottom: 2px solid #f6f6f6;
}
.left-col {
    width: 75%;
    border-right: 2px solid #f6f6f6;
}
.right-col {
	width: 25%;
}
.field-label {
    font-weight: 300;
    color: #f60;
    font-size: 24px;
	margin-bottom: 10px;
}
.right-col h3 {
	font-weight: 300;
    color: #f60;
    font-size: 14px;
}
.right-col .post-date {
	font-size: 12px;
}
.right-col, .left-col {
	vertical-align: middle;
}
.vopros_block {
	margin-bottom: 20px;
}
.news_block {
	padding: 20px;
	background-color: #fff;
	display: table;
	margin-bottom: 20px;
	position: relative;
}
.news_img {
	width: 200px;
	height: 140px;
	background-size: cover;
	background-position: center;
	float: left;
	margin-right: 20px;
}
.teaser {
	height: 52px;
	overflow: hidden;
	
}
.news_block .icon-strel-down {
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #f60;
    cursor: pointer;
}
.new_date {
	width: 100px;
	border-left: 2px solid #f6f6f6;
	position: absolute;
	top:0;
	right:0;
	padding-top: 30px;
	padding: 30px 10px;
	text-align: center;
	height: 100%;
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
}
.news_text {
	width: calc(100% - 310px);
	float: left;
	padding-right: 20px;
}
.new_date .date {padding-bottom: 20px;display: inline-block;}
.sub-menu .menu-item {
	width: 100%;
}
.cat_menu {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	z-index: 10;
}
.cat_menu .content {
	background: rgba(69,90,100,0.5);
	color: #fff;
	padding: 5px 0px;
    line-height: 30px;
}
.cat_menu a {
	color: #fff;
	text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    display: inline-block;
	    margin: 0 11px;
}
.cat_menu a:hover {
    text-decoration: underline;
}
.btn_back {
	display: inline-block;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
    border: 1px solid white;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-decoration: none;
	text-transform: uppercase;
}
.active {
	border-bottom: 4px solid #fff;
}
.product-info {
    position: absolute;
    top: 100px;
    right: 50%;
    width: 480px;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    margin-right: -600px;
    background: #f60;
    background: none repeat scroll 0 0 rgba(255,102,0,0.9);
    color: white;
    font-size: 18px;
    line-height: 1.33;
    font-weight: 300;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
	    z-index: 1;
}
.format_page {
	height: 100vh;
	position: relative;
}
.for_nav {
	position: absolute;
	bottom: 70px;
	width: 100%;
	
}
.for_nav .content{
	background: rgba(69,90,100,0.6);
    border-top: 3px solid #f60;
}
.slider-nav .slick-slide {
	margin: 0 10px;
	height: 110px;
	object-fit: cover;
}
.slider-nav {
	margin: 20px 0;
}
.product-info  {
	overflow: hidden;
}
.product-info h1 {
	font-size: 30px;
    line-height: 1;
    font-weight: 300;
    color: white;
    margin-bottom: 20px;
	transition: all 0.5s ease;
	padding-right: 35px;
}
.product-info .close-icon {
    fill: #fff;
    height: 40px;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 40px;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-info.collapsed .close-icon {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-info.collapsed {
	width: 90px;
	height: 90px;	
}
.product-info.collapsed h1, .product-info.collapsed p {
	opacity: 0;
}
.slider-for {
	height: 100vh;
}
.slider-for .slick-slide {
	height: 100vh;
	object-fit: cover;
}
.pdf_catalog {
	
}
.pop_pdf_catalog .df-container {
    top: 30px;
}
.btn2 {
	    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 28px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid white;
    font-size: 12px;
    font-weight: 400;
    color: white;
    text-decoration: none;
	cursor: pointer;
}
.btn2:hover {
    background: white;
    color: #ff6600;
}
.prod_cat_block {
	display: block;
	float: left;
	height: 220px;
	width: calc(33.33% - 20px);
	margin: 10px;
	background-size: cover;
    background-position: center;
	position: relative;
}
.prod_cat_block:after {
    content: '';
    background: #455a64;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    z-index: 2;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition-property: background;
    -o-transition-property: background;
    -webkit-transition-property: background;
    transition-property: background;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.prod_cat_block:hover:after {
    background: #ff6600;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
}
.prod_cat_block span {
	position: absolute;
	font-size: 24px;
    color: #fff;
    top: 30px;
    left: 30px;
    line-height: 1.3;
	z-index:5;
}
.prod_cat_block i {
    bottom: 12px;
    fill: #fff;
    height: 46px;
    right: 12px;
    width: 46px;
	    position: absolute;
    z-index: 5;
}
.products_block_in_cat_img {
	width: 33%;
	height: 220px;
	float: left;
	background-size: cover;
    background-position: center;
}
.products_block_in_cat_text {
	width: 67%;
	height: 220px;
	float: left;
	padding-left: 30px;
	padding-top: 30px;
}
.products_block_in_cat {
	margin-bottom: 30px;
	display: table;
	width: 100%;
	position: relative;
	border: 1px solid #bac4cc;
}
.products_block_in_cat i {
    bottom: 12px;
    fill: #000;
    height: 46px;
    right: 12px;
    width: 46px;
	position: absolute;
    z-index: 5;
}
.products_block_in_cat:hover i {
	fill: #ff6600;
}
.btn_toggle {
    display: block;
    width: 30px;
    height: 30px;
    background: #455a64;
    position: absolute;
    left: 0;
    top: -33px;
    fill: white;
}
.btn_toggle .icon {
    width: 30px;
    height: 30px;
    display: block;
}
.slider_nav_hide {
	height: 0px;
	    overflow: hidden;
    margin: 0;
}
.toggle_closed {
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#page {
	padding-top: 120px;
	padding-bottom: 100px;
	min-height: 100vh;
}
#true_loadmore {
	cursor: pointer;
}
#true_loadmore a {
	color: #f60;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    padding-top: 40px;
    outline: none;
}
#true_loadmore a span {
	display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    fill: #f60;
}
.icon__cnt {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    transform: translateX(0);
    -ms-transform: translate(0.5px, -0.3px);
    transition: fill 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    line-height: 1;
}
#wpcf7-f5-o2 {
	    width: 50%;
}
.help-img img {
	width: 155px;
}



.pop_up_block {
	display: none;
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 10;
    left: 0;
}
.fon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000069;
    z-index: 2;
}
.pop_up_block .form_body {
    left: calc(50% - 160px);
    top: 100px;
    padding: 30px 20px;
    width: 320px;
    padding-top: 10px;
    position: absolute;
    z-index: 3;
    background-color: #fff;
	/*color: #fff;*/
}
.close_form {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.wpcf7-spinner {position: absolute !important;}
.btn {
	font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    background-color: #ff4208;
    color: #fff;
}
.btn:hover {
	background-color: #fd784f;
}
.get_form_raschet  {
	position: absolute;
	right: 0;
	top: -80px;
}
.show {
	display: block;
}
.pop_up_block textarea, .pop_up_block input:not(.wpcf7-submit), .pop_up_block form select {
    border-radius: 10px;
    background-color: #e2e8ed;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    height: 50px;
    line-height: 48px;
    float: unset;
    width: 100%;
    margin-bottom: 15px;
	border: 0;
}
.dop_text {
	font-size: 14px;
	margin-bottom: 12px;
}
.privacy_text {
	font-size: 12px;
	margin-bottom: 20px;
}
.pop_up_block input[type="submit"] {
	margin: 0 auto;
	height: 48px;
	font-size: 20px;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: -13px;
    margin-bottom: 10px;
}
.pop_up_block .wpcf7 form .wpcf7-response-output {
	    position: absolute;
    z-index: 10;
    background: #fff;
    top: 70px;
    text-align: center;
    margin: 0 auto;
    left: 5%;
    right: 5%;
}

#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 20px;
	right: 20px;
  width: auto;
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

#cookie_notification p{
  margin: 0;
      font-size: 16px;
  text-align: left;
  color: $color_text;
}
#cookie_notification p:first-child {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.cookie_accept {
    margin-top: 10px;
	border: 0;
}
.show {
	display:block;
}
.wpcf7-acceptance input {
	height: auto !important;
	width: auto !important;
	margin: 0 10px 0 0 !important;
	float: left !important;
	position: relative;
    top: 4px;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0 0 15px 0;
	text-align: start;
	    font-size: 14px;
}
.wpcf7-acceptance a {
	color: #ff7923;
	text-decoration: underline;
}
.wpcf7-acceptance a:hover {
	text-decoration: none;
}
.wpcf7-form p.mini {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: start;
	margin-top: 7px;
}
.wpcf7-not-valid-tip {
   color: red;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    left: 20px;
    top: auto;
    bottom: -10px;
    width: 100%;
    text-align: start;
}
.wpcf7-form-control-wrap {
    position: relative;
	    display: block;
}
.form-block-pop .wpcf7-acceptance input {
	float: left;
	height: auto;
	    margin: 0 10px 0 0;
}
.form-block-pop .wpcf7-not-valid-tip {
	left: 0;
    top: 24px;
}
.container {
	width: 100%;
	max-width: 1760px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0 auto;
}
.container:after {
	content: '';
	display: table;
	width: 100%;
}