div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

/********************************************/
body,
#wrapper{
	position: relative;
	min-height: 100vh;
}
#wrapper {
	padding-top: 80px;
}

#section_128782414 .section-content>.section-title-container {
	/*margin: 0;*/
	/*max-width: 99999px;*/
	/*padding: 1.5em 0;*/
	/*background: #fff;*/
}
#section_128782414 .section-content>.large-columns-4 {
	padding-bottom: 40px;
}
#section_128782414 .section-content>.large-columns-4 + .section-title-container {
	margin: 0;
	padding-top: 60px;
	padding-bottom: 1.5em;
	max-width: 99999px;
	background: #fff;
}
#section_128782414 .section-content>.large-columns-4 + .section-title-container .section-title {
	max-width: 1045px;
	margin: 0 auto .5em;
}
#section_128782414 .section-content>.large-columns-4 + .section-title-container .section-title b {
	background: #000;
}
#section_128782414 .section-content>.section-title-container .section-title-main {
	color: #999;
}
#section_128782414 .section-content>.large-columns-5 {
	overflow: visible;
	position: relative;
	z-index: initial;
	/*margin: 0;*/
	/*max-width: 99999px;*/
	background: #fff;
}
#section_128782414 .section-content>.large-columns-5:before {
	content: ' ';
	position: absolute;
	top: 0;
	left: -10000px;
	right: -10000px;
	bottom: -60px;
	z-index: -1;
	background: #fff;
}
#section_128782414 .section-content>.large-columns-5 .flickity-viewport {
	/*max-width: 1065px;*/
	/*margin: 0 auto;*/
}

/* Buttons */
#wrapper .secondary, #wrapper .checkout-button, #wrapper .button.checkout, #wrapper .button.alt {
	/*background-color: #ee1b26;*/
}
#wrapper .secondary:hover, #wrapper .checkout-button:hover, #wrapper .button.checkout:hover, #wrapper .button.alt:hover {
	/*background-color: #b01a1c;*/
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary {
/*color:#555658;*/
/*color:#333;*/
}
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
	background-color: transparent;
}
.primary.is-underline, .primary.is-link, .primary.is-outline {

}

/* Header */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	background-color: rgba(36, 36, 36, 0.9);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}
#header.has-transparent {
	background-color: transparent;
}
#header.has-light {
	background-color: #fff;
}

#header .header-main {
	max-height: 80px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	-ms-transition: height .5s;
	-o-transition: height .5s;
	transition: height .5s;
}

#header .header-inner {
	justify-content: flex-end;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 9999px !important;
}

#header .nav-top-link,
#header .header-cart-link .header-cart-title {
	position: relative;
	padding: 0;
	color: #fff;
	opacity: .7;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
#header .nav-top-link:after,
#header .header-cart-link .header-cart-title:after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 20%;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-bottom: 0px solid #ffffff;
	-webkit-box-shadow: inset 0px -1px 0px 0px #ffffff;
	-moz-box-shadow: inset 0px -1px 0px 0px #ffffff;
	box-shadow: inset 0px -1px 0px 0px #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .header-cart-link {
	max-height: 40px;
}
#header .header-divider {
	margin: 0 23px;
}
#header.has-light .nav-top-link,
#header.has-light .header-cart-link .header-cart-title,
#header.has-light .phone {
	color: #000;
}
#header .user-link {
	padding-bottom: 5px;
}
#header .user-link span:first-child {
	display: block;
}
#header .user-link span:last-child {
	display: none;
}
#header.has-light .user-link span:first-child {
	display: none;
}
#header.has-light .user-link span:last-child {
	display: block;
}

#header .menu-item {
	margin-left: 15px;
	margin-right: 15px;
}

#header .nav-top-link:hover,
#header .header-cart-link:hover .header-cart-title {
	opacity: 1;
}
#header .nav-top-link:hover:after,
#header .header-cart-link:hover .header-cart-title:after {
	opacity: 1;
	bottom: 0;
}
#header.has-light .nav-top-link:hover,
#header.has-light .header-cart-link:hover .header-cart-title,
#header.has-light .phone:hover {
	color: #ccc;
}
#header .cart-icon strong,
#header .cart-icon strong:after {
	border-color: #fff;
	color: #fff;
	background: none;
}
#header.has-light .cart-icon strong,
#header.has-light .cart-icon strong:after {
	border-color: #446084;
	color: #000;
	background: none;
}
#header .header-cart-link:hover .cart-icon strong {
	background: #fff;
	color: #446084;
}
#header.has-light .header-cart-link:hover .cart-icon strong {
	background: #446084;
	color: #fff;
}

#header .phone {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	line-height: 1em;
	display: block;
	text-align: right;
	white-space: nowrap;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .phone:hover {
	color: #ccc;
}

.header .header-bg-color {
	background-color: #000;
}

#header #logo {
	margin-right: auto;
	max-width: 340px;
	width: 100%;
	max-height: 40px;
}
#header #logo img {
	max-height: 40px;
}

#header .flex-col.hide-for-medium {
	margin-left: 30px;
}

@media screen and (max-width: 1300px) {
	#header .header-main {
		height: 64px;
	}

	#header #logo {
		/*max-width: 371px;*/
		width: 29%;
	}

	#header .phone {
		font-size: 20px;
	}

	#header .nav-top-link,
	#header .header-cart-link .header-cart-title {
		font-size: 11px;
	}

	#header .header-nav {
		display: block;
		position: relative;
	}
	#header .header-nav.nav-left {
		padding-left: 30px;
	}
	#header .header-nav .menu-item,
	#header .header-nav .header-search {
		display: block;
		line-height: 1;
	}
	#header .header-nav .header-search {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -10px;
	}
	#header .header-nav a {
		display: inline-block;
		/*padding: 0;*/
		line-height: 1;
	}
}
@media screen and (max-width: 1000px) {
	#header .flex-col.hide-for-medium {
		margin-left: 15px;
	}
	#header .header-divider {
		margin: 0 8px;
	}

}
@media screen and (max-width: 960px) {
	#header .header-cart-link .header-cart-title {
		display: none;
	}
	#header .header-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 849px) {
	#header #logo {
		margin: 0 30px 0 0;
		width: 100%;
	}
	#header .phone {
		margin: 0;
		padding: 0 20px;
	}
}
@media screen and (max-width: 600px) {
	#header .header-inner {
		flex-flow: row wrap;
	}

	#header #logo {
		margin: 0 auto;
		flex: 0 0 100%;
		width: 100%;
		max-width: 320px;
	}
	#header #logo img {
		max-height: 30px;
	}

	#header .header-main {
		padding-top: 10px;
		padding-bottom: 5px;
		height: auto;
	}

	#header .flex-col.show-for-medium.flex-right {
		flex: 0 0 100%;
	}

	#header .nav>li>a {
		padding: 0;
	}
}

/* footer */
body>footer,
#wrapper>footer {
	position: static;
	left: 0;
	bottom: 0;
	width: 100%;
}
.footer-top .container {
	max-width: 1200px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
.footer-top .row {
	margin-right: -20px !important;
	margin-left: -20px !important;
	max-width: 9999px;
}
.footer-top .row .col-xs-12 {
	width: 100% !important;
}
.footer-top .col-xs-12,
.footer-top .col-md-3,
.footer-top .col-md-4,
.footer-top .col-md-8 {
	position: relative;
	min-height: 1px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
}


footer > div.footer-top > div {
	padding-top: 75px;

}

.footer-top h3 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	color: #525252;
	letter-spacing: 1px;
	margin-bottom: 14px
}

body   footer > div.footer-top > div > div > div.col-md-8.col-xs-12 > div > div > div > div > a,
body   footer > div.footer-top > div > div > div.col-md-12.col-xs-12 > div > div > div > div > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #ccc;
	line-height: 1.55;
	font-size: 14px;
	display: block;
	margin-bottom: 10px
}

body   footer > div.footer-top > div > div > div.col-md-4.col-xs-12 > div > div:nth-child(3),
body   footer > div.footer-top > div > div > div.col-md-3.col-xs-12 > div > div:nth-child(3) {
	color: #525252;
	margin-top: 21px;
	font-size: 12px
}

.footer-top .logo img {
	width: 130px;
}

.social-block {
	margin-top: 30px;
	margin-bottom: 25px;
}

.social-block img {
	width: 25px;
	margin-right: 6px
}

.footer-bottom p {
	margin: 10px 0
}

.copyrates {
	font-size: 14px;
	color: #777;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 4px;
	margin-bottom: 35px;
}

.footer-bottom {
	background: #0d0d0d;
	color: #fff;
	font-size: 12px
}

.footer-bottom p {
	font-size: 14px;
	max-width: 560px;
	margin: 0 auto
}

.footer-top {
	background-color: #111111;
	padding-bottom: 80px;
}

body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.footer-top > div > div > div.col-md-8.col-xs-12 > div > div > div > div > a,
body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.footer-top > div > div > div.col-md-12.col-xs-12 > div > div > div > div > a {
	display: block;
	margin-bottom: 10px;
	color: #cccccc;
}

body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.footer-top > div > div > div.col-md-4.col-xs-12 > div > div:nth-child(3),
body > div.ui-page.ui-page-theme-a.ui-page-active > footer > div.footer-top > div > div > div.col-md-3.col-xs-12 > div > div:nth-child(3) {
	color: #525252;
	margin-top: 21px;
	font-size: 12px;
}

footer .payment-icon svg {
	fill: #ccc;
}

footer .payment-icons:after {
	content: ' ';
	display: block;
	clear: both;
}
footer .payment-icon {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 25%;
	min-width: 20px;
}


@media (max-width: 991px) {
	footer > div.footer-top > div {
		padding: 30px 20px 0 20px;
	}
}
@media (max-width: 320px) {
	.footer-top .logo img {
		margin: 10px 0 0 0;
	}
}


@media (min-width: 768px) {
	.footer-top .container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.footer-top .container {
		width: 970px;
	}
	.footer-top .row .col-md-3 {
		width: 25% !important;
	}
	.footer-top .row .col-md-4 {
		width: 33.33333333% !important;
	}
	.footer-top .row .col-md-8 {
		width: 66.66666667% !important;
	}
}

@media (min-width: 1200px) {
	.footer-top .container {
		width: 1170px;
	}
}

@media screen and (min-width: 1600px) {
	.footer-top .container {
		width: 1600px;
	}
}

/* main page products */
@media screen and (min-width: 850px) {
	.section .large-columns-4 .flickity-slider>.col {
		max-width: 33.33333%;
		-webkit-flex-basis: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}


/* Catalog */
.page-title .page-title-inner {
	display: block;
	padding-left: 0;
	padding-right: 0;
	/*padding-top: 40px;*/
}
.page-title .page-title-inner .breadcrumbs ,
.woocommerce-breadcrumb {
	margin: 0 auto;
	padding-bottom: 10px;
	max-width: 1050px;
	font-size: 13.6px;
}
.page-title .page-title-inner .breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}
.breadcumb_tovar {
	padding-top: 20px;
}

.page-title .page-title-inner>.flex-col.medium-text-center:nth-child(2) {
	float: right;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: center;
}
.page-title .page-title-inner>.flex-col.medium-text-center>.listing-BottomPagination,
.page-title .page-title-inner>.flex-col.medium-text-center>.woocommerce-ordering {
	flex: 1;
}

.page-title .page-title-inner .pagination,
.category-page-row .pagination,
.page-title .page-title-inner .listing-BottomPagination,
.category-page-row .listing-BottomPagination {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	list-style: none;
	white-space: nowrap;
}
.category-page-row .pagination {
	padding-bottom: 30px;
}
.page-title .page-title-inner .pagination,
.category-page-row .pagination {
	margin: 0 15px;
}
.page-title .page-title-inner .pagination .pagination-item,
.category-page-row .listing-BottomPagination .pagination-item {
	margin: 0;
}
.page-title .page-title-inner .pagination .pagination-label,
.category-page-row .listing-BottomPagination .pagination-label {
	margin: 0 5px;
}
.page-title .page-title-inner .listing-BottomPagination .backtoTop-cta,
.category-page-row .listing-BottomPagination .backtoTop-cta {
	margin-bottom: 0;
}
.page-title .page-title-inner .pagination .js-lp-pagination-next,
.category-page-row .pagination .js-lp-pagination-next {
	display: block;
	margin: 0 2px;
	border: 1px solid #ddd;
	width: 33px;
	height: 33px;
	background: url("../img/play.svg")50% 50% no-repeat;
	background-size: 12px;
}
.page-title .page-title-inner .pagination .js-lp-pagination-previous,
.category-page-row .pagination .js-lp-pagination-previous {
	display: block;
	margin: 0 2px;
	border: 1px solid #ddd;
	width: 33px;
	height: 33px;
	background: url("../img/play.svg")50% 50% no-repeat;
	background-size: 12px;
	transform: scale3d(-1,1,1);
}
.page-title .page-title-inner .pagination .js-lp-pagination-first,
.category-page-row .pagination .js-lp-pagination-first {
	display: block;
	margin: 0 2px;
	border: 1px solid #ddd;
	width: 33px;
	height: 33px;
	background: url("../img/play-next.svg")50% 50% no-repeat;
	background-size: 14px;
	transform: scale3d(-1,1,1);
}
.page-title .page-title-inner .pagination .js-lp-pagination-last,
.category-page-row .pagination .js-lp-pagination-last {
	display: block;
	margin: 0 2px;
	border: 1px solid #ddd;
	width: 33px;
	height: 33px;
	background: url("../img/play-next.svg")50% 50% no-repeat;
	background-size: 14px;
}

.page-title .woocommerce-ordering select {
	margin: 0;
	padding-right: 20px;
	height: 33px;
}

.shop-page-title + .category-page-row>.large-3>#shop-sidebar {
	/*margin-top: -70px;*/
}
.shop-page-title + .category-page-row>.large-3>#shop-sidebar .widget-title {
	/*padding-top: 30px;*/
}

/* Order */
.checkout #order_review_heading,
.checkout .woocommerce-billing-fields>h3 {
	/*margin-bottom: 1em;*/
	/*padding: .5em 0;*/
	/*text-align: left;*/
	/*border-bottom: 3px solid #ececec;*/
	/*line-height: 1.3;*/
	/*font-size: .9em;*/
	/*color: #777;*/
}

.checkout .woocommerce-billing-fields {
	border: 0;
}

.checkout-page-title .checkout-breadcrumbs {
	padding: 0;
	font-size: 18.4px;
	text-align: left;
}
.checkout-page-title .checkout-breadcrumbs a {
	color: rgba(102,102,102,0.7);
}
.checkout-page-title .checkout-breadcrumbs .current {
	font-weight: bold;
	color: #222;
}
#main .cart-container>.woocommerce>.woocommerce {
	margin-left: -15px;
	margin-right: -15px;
}

/* Product page */
#main .product-main {
	padding-top: 40px;
}

.sberbank {
	margin-bottom: 70px;
}

.sberbank ol li {
	list-style-position: inside;
}

/*#section_128782414 .section-content>.large-columns-5:before {
	max-width: 100%;
}*/

.shop-container .product-short-description.detail_chars table {
	width: auto;
}

#wrapper .quantity .minus {
	width: 27px;
	padding: initial;
}

#wrapper .quantity .plus {
	width: 27px;
	padding: initial;
}

@media (max-width: 849px) {
	.shop-container .product-footer {
		margin-top: -20px;
	}
	
	.cart-container.container.page-wrapper.page-checkout {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#main .woocommerce.row.row-large.row-divided {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.woocommerce .col.large-7.pb-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.woocommerce #basket_items th {
		padding-left: 0px;
		padding-right: 0px;
		font-size: 11px;
	}
	
	.woocommerce #basket_items td {
		padding-left: 0px;
		padding-right: 0px;
	}
}