body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	-webkit-font-smoothing: auto;
	font-size: 14px;
}
.content-area {
    background: #fff;
}
body.home .content-area {
    background: none;
}
.clr {
    clear: both;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

a {
	text-decoration: none;
	color: #000;
	transition: ease-out 0.3s;
}

a:active, a:hover {
	outline: 0;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	/* margin: 1em 2.5rem; */
}

hr {
	box-sizing: content-box;
	height: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #24292e;
	margin: 20px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
	padding-bottom: 0.3em;
	line-height: 1.25;
}

h3 {
	font-size: 18px;
	line-height: 25px;
}

h4 {
	font-size: 16px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 17.5px;
}

p {
	margin-bottom: 1.5em;
}

.site-content h1 {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
	text-align: right;
	color: #4e4e4e;
	padding-right: 10px !important;
	margin-bottom: 30px;
}

h2.entry-title {
	border-bottom: 1px solid #eaecef;
}

h3.widget-title {
	font-size: 1.2rem;
}

body {
	background: #fff;
}

img {
	height: auto;
	max-width: 100%;
	padding: 2px;
	border-radius: 2px;
}
img.logo {
    border-radius: 0;
    width: 506px;
}

figure {
	/* margin: 1em 0; */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

header#masthead {
	background: url(/images/header-bg.jpg) bottom center;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 30px;
}

.navbar-brand > a {
	color: rgba(0, 0, 0, 0.9);
	font-size: 1.1rem;
	outline: medium none;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
	text-decoration: none;
}

#page-sub-header {
	position: relative;
	padding-top: 5rem;
	padding-bottom: 0;
	text-align: center;
	font-size: 1.25rem;
	background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
	line-height: 1.6;
	font-size: 4rem;
	color: #563e7c;
	margin: 0 0 1rem;
	border: 0;
	padding: 0;
}

#page-sub-header p {
	margin-bottom: 0;
	line-height: 1.4;
	font-size: 1.25rem;
	font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
	color: #212529;
}

a.page-scroller {
	color: #333;
	font-size: 2.6rem;
	display: inline-block;
	margin-top: 2rem;
}

#masthead nav {
	padding-left: 0;
	padding-right: 0;
}

#masthead .navbar-nav > li > a {
	color: #000;
	padding: 0.5rem;
	font-size: 16px;
	text-align: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
	text-align: center;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
	color: #ffffff;
}

.navbar-brand {
	height: auto;
}

.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
	border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
	position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
	display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
	border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
	float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

.dropdown-item {
	line-height: 1.2;
	padding-bottom: 0.313rem;
	padding-top: 0.313rem;
}

.dropdown-menu {
	min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
	display: block;
	left: 12.250em;
	top: 0;
}

.dropdown-menu .dropdown-item {
	white-space: normal;
	background: transparent;
	line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
	background: transparent;
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-content.card-block {
	padding: 20px;
}

.navigation.post-navigation {
	padding-top: 1.875rem;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a {
	border: 1px solid #ddd;
	border-radius: 0.938rem;
	display: inline-block;
	padding: 0.313rem 0.875rem;
	text-decoration: none;
}

.post-navigation .nav-next a::after {
	content: " \2192";
}

.post-navigation .nav-previous a::before {
	content: "\2190 ";
}

.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: #eee none repeat scroll 0 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 0.313rem;
	line-height: normal;
	padding: 0.938rem 1.438rem 0.875rem;
	text-decoration: none;
	top: 0.313rem;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a img.alignright {
	float: right;
	margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
	display: block;
	margin: 0 auto;
}

a img.alignleft {
	float: left;
	margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption.alignnone {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
	margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
	margin: 0.313rem 0 1.25rem 1.25rem;
}

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

.widget {
	font-size: 14px;
}

.widget select {
	max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
	display: none;
}

.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
}

.half-rule {
	width: 6rem;
	margin: 2.5rem 0;
}

.widget_categories .nav-link {
	display: inline-block;
}

#content.site-content {
	padding-bottom: 20px;
	background: url(/images/cncbits.jpg) no-repeat bottom center;
}

.sticky .entry-title::before {
	content: '\f08d';
	font-family: "Font Awesome\ 5 Free";
	font-size: 1.563rem;
	left: -2.5rem;
	position: absolute;
	top: 0.375rem;
	font-weight: 900;
}

.sticky .entry-title {
	position: relative;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content, .blank-page-with-container .entry-content {
	margin-top: 0;
}

.post.hentry {
	margin-bottom: 1rem;
}

.posted-on, .byline, .comments-link {
	color: #9a9a9a;
}

.entry-title > a {
	color: inherit;
}
.entry-title > a:hover {
    color: #cc8770;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-body .pull-left {
	padding-right: 0.625rem;
}

.comment-list .comment {
	display: block;
}

.comment-list {
	padding-left: 0;
}

.comments-title {
	font-size: 1.125rem;
}

.comment-list .pingback {
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
	border: medium none;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.wp-caption {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 0.313rem 0.313rem 0;
	text-align: center;
}

.wp-caption img[class*="wp-image-"] {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 0.688rem;
	line-height: 1.063rem;
	margin: 0;
	padding: 0.625rem;
}

.wp-caption-text {
	text-align: center;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item .gallery-columns-2 {
	max-width: 50%;
}

.gallery-item .gallery-columns-3 {
	max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
	max-width: 25%;
}

.gallery-item .gallery-columns-5 {
	max-width: 20%;
}

.gallery-item .gallery-columns-6 {
	max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
	max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
	max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

.woocommerce-cart-form .shop_table .coupon .input-text {
	width: 8.313rem !important;
}

.variations_form .variations .value > select {
	margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
	max-width: 100%;
}

.elementor-page article .entry-footer {
	display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.elementor-page .entry-content {
	margin-top: 0;
}

.vc_desktop article .entry-footer {
	display: none;
}

.vc_desktop #content.site-content {
	padding-bottom: 0;
	padding-top: 0;
}

.vc_desktop .entry-content {
	margin-top: 0;
}

footer#colophon {
	font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
	color: #ffffff;
	background-color: #333333;
}

.navbar-dark .site-info {
	color: #fff;
}

.copyright {
	font-size: 0.875rem;
	margin-bottom: 0;
	text-align: center;
}

.copyright a, footer#colophon a {
	color: inherit;
}

a.telephone {
	font-size: 26px;
	color: #fff;
}
a.telephone:hover {
    color: #f9b62b;
}
span.kod-rb {
	color: #f9b62b;
}

img.imgoper {
	width: 27px;
	margin: 0 10px 10px;
}

.header-line {
	min-height: 250px;
}

.navbar-brand {
	margin-right: 0;
}

.container-fluid.sl-cont {
	background: #f9f9fa;
	margin: 0 0 20px 0;
}
.navbar-brand.time-job {
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
}

span.time-job {
	font-weight: 600;
}

span.time-day {
	color: #079cff;
}

span.time-clock {
	font-size: 16px;
}

span.widget-title {
	display: block;
	padding: 0 0 10px 15px;
	color: #f9b62b;
	text-transform: uppercase;
	border-bottom: 1px solid #626262;
}

.menu-vmenu-1-container, .menu-vmenu-2-container {
	margin-top: 20px;
}

ul#menu-vmenu-1 li a, ul#menu-vmenu-2 li a {
	color: #000;
	padding-left: 5px;
}

ul#menu-vmenu-1 ul.sub-menu, ul#menu-vmenu-2 ul.sub-menu {
	margin-left: 7px;
}

#main-nav ul li.active a, ul#menu-vmenu-1 li.active a, ul#menu-vmenu-2 li.active a {
	color: #ffffff;
}

ul {
	list-style: none;
}

.footer-1 {
	border-right: 1px solid #626262;
}

.footer-1 {
	margin: 50px 0 0 0;
}

.footer-4.col-12.col-md-12 {
	padding: 20px 0;
	text-align: right;
}

.footer-4 ul li {
	font-size: 12px;
}

span.hamburger {
	color: #010101;
	font-size: 30px;
	display: block;
	width: 100%;
}

.hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity,filter;
	transition-duration: .15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before {
	background-color: #343432;
}

.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
	padding: 0 15px;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before {
	width: 40px;
	height: 4px;
	background-color: #5c5c5c;
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: .15s;
	transition-timing-function: ease;
}

.hamburger-inner::after,.hamburger-inner::before {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -10px;
}

.hamburger-inner::after {
	bottom: -10px;
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: .13s;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring-r .hamburger-inner::after {
	top: -20px;
	transition: top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
	transition: top .1s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
	transform: translate3d(0,-10px,0) rotate(-45deg);
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s .22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top .1s .15s cubic-bezier(.33333,0,.66667,.33333),transform .13s .22s cubic-bezier(.215,.61,.355,1);
}

span.tonnazh {
	color: #ff6d00;
}

span.obiom {
	font-weight: 600;
	color: #2a3b45;
}


.button,.btn-primary {
	background-color: #ffffff;
	border: 2px solid #ffbb00;
	color: #ffbb00;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	border-radius: 2px;
	text-transform: uppercase;
}

a.button:hover, .btn-primary:hover {
	color: #fff;
	text-decoration: none;
	background: #ac988f;
}

.column-price {
	margin: 10px 0;
	padding: 2px;
}

li.nal-beznal {
	color: #ff6d00;
	font-weight: 600;
	background: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	border-bottom: 2px dashed #eee;
}

.line-foo {
	background: url(/images/footer-pattern.jpg) center no-repeat;
	width: 100%;
	height: 70px;
}

#footer-widget {
	padding-top: 40px;
	background-color: #3d3d3d;
}

#footer-widget .menu li a {
	color: #fff;
}

#footer-widget .menu li a:hover {
	background: none;
}

#footer-widget .menu li.active a {
	color: #ffc107;
}

#footer-widget .menu li a:hover {
	color: #71c2ff;
}

li.img-price img {
	width: 150px;
	height: auto;
}

.column-price a {
	margin: 10px 0;
	display: inline-block;
}

.nav-link {
	display: block;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before, .slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	width: 100%;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-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);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
}

ul.slick-dots li {
	border-bottom: 0;
	display: inline-block;
}

@font-face {
	font-family: 'slick';font-weight: normal;font-style: normal;src: url('/fonts/slick.eot');src: url('/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/fonts/slick.woff') format('woff'), url('/fonts/slick.ttf') format('truetype'), url('/fonts/slick.svg#slick') format('svg');font-display: swap;
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: }[dir='rtl'] .slick-prev:before {content:;
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: }[dir='rtl'] .slick-next:before {content:;
}

.slick-dotted.slick-slider {
	margin-bottom: 70px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	width: 20px;
	height: 20px;
	opacity: .25;
	background: #ff0400;
	border-radius: 50%;
}

li.slick-active button {
	background: #19c3ff;
	opacity: 0.8;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #ff6335;
}

.slick-slide {
	min-height: 250px;
	background: #fff;
}

.rev-meta-text .date {
	margin: 20px 0 0;
	font-size: 12px;
	color: #273c51;
}

p.name {
	color: #ff6d00;
}

p.name span {
	font-size: 12px;
	color: #868686;
}

.rev-image {
	width: 60px;
	height: 60px;
	float: left;
	margin: 20px;
	margin: 20px 20px 0 20px;
}

.rev-image img {
	border-radius: 50%;
}

.review-slide .rating {
	font-size: 12px;
	color: #7590ab;
	line-height: 10px;
}

.review-slide .name a {
	color: #ff6d00;
}

span.agrating {
	display: block;
	text-align: right;
	color: #ff9d55;
}

img.icn-poisk {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 0 0 5px;
}

.review-content {
	font-size: 14px;
	line-height: 20px;
	padding: 0 15px;
	text-align: justify;
}

.section-review-star.section-review-star-active {
	color: #EB6E00;
	background-image: url(/images/reviews/star-rate.jpg);
}

.section-review-star {
	margin-right: .15em;
	color: #D1D1D1;
	background-image: url(/images/reviews/star-rate.jpg);
	background-size: 14px 14px;
	background-repeat: no-repeat;
	height: 14px;
	width: 15px;
	margin: 0 1px;
	display: inline-block;
}

section#sp-review-line {
	background: rgba(255,255,255,.34);
}

div#sp-review-line h3 {
	text-align: center;
	margin: 30px 0 0 0;
	color: #ff6335;
	text-transform: uppercase;
}

section {
	width: 100%;
}

span.widget-title-r {
	color: #ffffff;
	border-bottom: 1px solid #eee;
	width: 100%;
	text-transform: uppercase;
	padding: 10px;
	background: #7c7b7a;
	display: block;
	text-align: center;
}

footer.entry-footer {
	display: none;
}

.recvizite ul li {
	padding: 2px 0;
}

span.bb-title {
	color: #272727;
	text-align: center;
	display: block;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	font-size: 20px;
}

span.sub-txttel {
	text-align: right;
	display: inline-block;
	width: 260px;
	position: relative;
	bottom: 10px;
	color: #949090;
}

h4 {
	margin: 15px 0 !important;
}

li.libott {
	list-style: circle;
	margin-left: 15px;
	color: #ff6d00;
	margin-bottom: 5px;
}

li.libott.libottname {
	list-style: none;
	color: #626363;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
}

ul.advantage li {
	list-style: circle;
	line-height: 30px;
}

.advantage-box {
	margin: 40px 0;
	padding: 40px;
	background: #f9f9fa;
}

.advantage-box h2, .dopus-box h2 {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
	text-align: center;
	color: #4e4e4e;
}

.dopus-box a span.namecol {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
}

.dopus-box li.header a, li.img-price a {
	margin: 0;
}

.dopus-box a:hover {
	text-decoration: none;
}

.dopus-box a span.namecol:hover {
	color: #ff0400;
}

ul.page-gblist {
	list-style-position: inside;
	list-style-image: url(/images/ul_img.png);
}

p.srt-txt {
	font-style: italic;
	background: #eaecef;
	padding: 10px 0;
	margin: 0;
}

span.adw-list {
	font-weight: 600;
}

.content-info {
	clear: both;
	padding: 30px 0;
}

a.nav-link h4 {
	cursor: default;
}

.no-hovr a.nav-link:hover {
	background-color: #eee0;
}

.tablepress td, .tablepress th {
	padding: 4px !important;
}

a.active.nav-link {
}

a.active.nav-link:hover {
}

h2.pay {
	font-size: 16px;
}

ul.marker-list li {
	list-style: square;
}

.pum-content {
	background: #fff !important;
	color: #000 !important;
}

.popmake-content {
	padding: 30px;
}

.radiobox {
	display: block;
}

.pum-close {
	color: #ffffff !important;
	font-size: 30px !important;
}

div#pum_popup_title_289 {
	background: #ff8d2b !important;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0;
}

.radiobox span {
	display: inherit;
	padding-left: 10px;
}

.buybtn-box {
	border: 3px dashed #eaecef;
	margin: 0 0 20px;
}

#scroller {
	position: fixed;
	bottom: 2px;
	right: 29px;
	background: url(/images/scroll-down-up.png) no-repeat center;
	width: 45px;
	height: 45px;
	cursor: pointer;
	display: none;
}

#scroller:hover {
/* background: #ffffff url(/images/scroll-down-up.png) no-repeat center; */;
}

.breadcrumb {
	font-size: 12px;
	margin-bottom: 50px;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	min-height: 42px;
}

.woocommerce-breadcrumb a {
	color: #000;
}

.woocommerce-breadcrumb a:hover {
    color: #40828f;
}
span.dl-miter {
    margin: 0 5px;
}
#viber-button {
	position: fixed;
	width: 41px;
	height: 41px;
	background: url(/images/viber_icon.png) center no-repeat;
	right: 30px;
	bottom: 120px;
	background-size: contain;
}

a#viber-link {
	display: block;
	width: 100%;
	height: 100%;
}

.telbottom-fix {
	position: fixed;
	width: 200px;
	height: 41px;
	right: 10px;
	bottom: 10px;
	background: #fff;
	font-size: 20px;
	padding: 5px;
	border: 2px solid #1cc4ff;
	border-radius: 3px;
}

span.priztell {
	display: block;
	font-size: 14px;
	line-height: 7px;
	text-align: right;
}

.telbottom-fix a {
	text-decoration: blink;
}

.c-block {
	margin: 20px 0;
	border-left: 3px solid #1cc4ff;
	padding-left: 20px;
}

@-webkit-keyframes buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

.buzz-out, .button {
	display: inline-block;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0,0,0,0);
}

.buzz-out:hover, .buzz-out:focus, .buzz-out:active, .button:hover, .button:focus, .button:active {
	-webkit-animation-name: buzz-out;
	animation-name: buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.bg-top {
	background: #000 url(/images/bg2.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 330px;
}

body.home .photo-us {
	display: none;
}

.home button.navbar-toggler {
	margin-bottom: 20px;
}

span.ss-h2 {
	font-size: 18px;
	margin: 0 10px;
}

span.icon-ss {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: 0 2px;
	background-size: cover;
	border-radius: 5px;
}

.ss-inst {
	background: url(/images/insta.png);
}

.ss-vk {
	background: url(/images/vk.png);
}

.ss-fb {
	background: url(/images/fb.png);
}

article.post h1.entry-title {
	text-align: right;
}

.info-prev {
	border: 1px solid #eaecef;
	border-radius: 0 3px 3px 0;
	padding: 0 20px;
	font-size: 14px;
}

.info-prev h2 {
	text-align: right;
	font-size: 18px;
	color: #518ebb;
	font-weight: normal;
	margin: 5px 0 0;
}

h1.page-title {
	font-size: 1.31rem;
	border-bottom: 1px solid #eaecef;
	color: #4e4e4e;
	padding-right: 10px !important;
}

.info-prev .entry-content {
	margin: 5px 0 0 10px;
}

span.cursiv {
	font-style: italic;
	color: #1d1d1d;
}

.stat-curs {
	padding: 10px;
	border: 3px solid #87e666;
}

.stat-curs ul li, ul.lst-stl li {
	list-style: circle;
	color: #000;
}

p.stat-txt {
	margin: 20px 0;
}

.affert-line {
	font-size: 18px;
	padding: 10px;
	border: 2px dashed #1cc4ff;
}
.psevdo-h1 {
    font-size: 18px;
    text-transform: uppercase;
}

.psevdo-h2 {
	font-size: 16px;
	font-weight: 600;
	color: #efa02b;
}

.read-useful {
	margin: 20px;
	padding: 20px;
	font-size: 18px;
	font-style: italic;
	border-radius: 3px;
	background: #feffc3;
}

.post-template-default aside#secondary {
	margin-top: 30px;
}

li.no-offerts {
	font-style: italic;
	list-style: square;
	margin: 5px 10px;
}

.post h3 {
	margin-top: 20px;
}

.salebox {
	margin: 20px 0;
}

.sk-link {
	margin: 0 0 0 50px;
}

.populare-stat {
	display: block;
	border-top: 5px solid #1cc4ff;
	padding: 15px 0 0;
	text-transform: uppercase;
	color: #ce5560;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}

#ajax-load-more a {
	color: #585858;
	font-weight: 500;
}

#ajax-load-more p.entry-meta {
	font-size: 12px;
	color: #d43e49;
}

.dv-img {
	width: 150px;
}

.saveblock {
	padding: 10px;
	border-radius: 0;
	display: inline-flex;
}

span.tomorrow-send {
	margin-right: 20px;
}

.ss-ut {
	background: url(/images/yt.png);
}

span.ya-share2__icon {
	transition-duration: 0.3s;
}

span.ya-share2__icon:hover {
	transform: rotate(20deg);
	background: #e5e5e5;
}

@media screen and (min-width: 768px) {
	body:not(.theme-preset-active) #page-sub-header h1 {
		font-size: 3.750rem;
	}

	body:not(.theme-preset-active) #page-sub-header {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 992px) {
	#page-sub-header p {
		max-width: 43rem;
		margin: 0 auto;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -9.875rem;
		top: 1.375rem;
	}
}

@media screen and (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		border: medium none;
		margin-left: 1.250rem;
		padding: 0;
	}

	.bg-top {
		background-size: cover;
		background-position: -110px;
	}

	.dropdown-menu li a {
		padding: 0;
	}

	#masthead .navbar-nav > li > a {
		padding-bottom: 0.625rem;
		padding-top: 0.313rem;
	}

	.navbar-light .navbar-toggler {
		outline: none;
		width: 100%;
		border: 1px solid #282828;
	}

	.navbar-brand.tel-line {
		text-align: right;
	}
}

@media screen and (max-width: 767px) {
	.header-line {
		min-height: 70px;
	}

	#masthead .navbar-nav > li > a {
		padding-bottom: 0.938rem;
		padding-top: 0.938rem;
	}

	ul#menu-glavnoe-menyu {
		margin-top: 10px;
		background: #ffffff;
		border: 1px solid #1ac4ff;
	}

	header#masthead {
		border-bottom: none;
	}

	span.slogan {
		padding-left: 0;
		text-align: center;
		display: block;
		white-space: pre-wrap;
	}

	.time-jobs {
		text-align: center;
	}

	.footer-1 .menu {
		text-align: center;
		font-size: 16px;
		margin: 0 0 40px 0;
	}

	ul#menu-glavnoe-menyu-1 {
		margin: 0;
	}

	.footer-1 {
		border-right: 0;
		margin-bottom: 40px;
	}

	#footer-widget {
		padding-top: 0;
	}

	.photo-us {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: center;
	}

	p.srt-txt, .buybtn-box {
		background: none;
	}
}

@media screen and (max-width: 575px) {
	.logo-line {
		text-align: center;
	}

	.tel-line {
		text-align: center;
		margin: 20px 0;
	}
}

@media only screen and (max-width: 1280px) {
	html {
		font-size: 95%;
	}
}

@media screen and (max-width: 1199px) {
	.navbar-dark .dropdown-item {
		color: #fff;
	}

	.navbar-nav .dropdown-menu {
		background: transparent;
		box-shadow: none;
		border: none;
	}
}

.buy-btn {
	display: inline-flex;
	margin: 10px;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	line-height: 20px;
	padding: 12px 30px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background: #1cc4ff;
	cursor: pointer;
	border: 2px solid #BFE2FF;
}

.buy-btn:hover, .buy-btn:active, .buy-btn:focus {
	color: #FFF;
}

.buy-btn:before, .buy-btn:after {
	content: "";
	border: 4px solid transparent;
	position: absolute;
	width: 0;
	height: 0;
	box-sizing: content-box;
}

.buy-btn:before {
	top: -6px;
	left: -6px;
}

.buy-btn:after {
	bottom: -6px;
	right: -6px;
}

.buy-btn:hover:before, .buy-btn:active:before, .buy-btn:focus:before {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-top-color: #1cc4ff;
	border-right-color: #1cc4ff;
	transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.buy-btn:hover:after, .buy-btn:active:after, .buy-btn:focus:after {
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	border-bottom-color: #1cc4ff;
	border-left-color: #1cc4ff;
	transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

span.rektxt {
	font-style: italic;
	color: #e15f42;
	font-size: 14px;
}

ul.fix-price li.header {
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	background: #bfbfbf;
	display: block;
}

ul.fix-price li {
	background: #d7d7d7;
	padding: 5px 20px;
}

ul.fix-price a.button {
	text-align: center;
	display: block;
}

h2.txt-h2 {
	font-size: 22px;
	font-weight: normal;
}

.widget_custom_html {
	width: 100%;
}

details {
	display: block;
	background: #fff;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

summary::-webkit-details-marker {
	display: none;
}

summary::-moz-list-bullet {
	list-style-type: none;
}

summary::marker {
	display: none;
}

summary {
	display: block;
	padding: .3em 1em .3em .9em;
	border-bottom: 1px solid #e2e8f0;
	font-size: 18px;
	cursor: pointer;
	position: relative;
}

summary:before {
	top: .4em;
	right: .3em;
	color: transparent;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
	width: 1em;
	height: 1em;
	content: "";
	position: absolute;
	transition: transform .5s;
}

details[open] > summary:before {
	transform: scale(1,-1);
}

summary ~ * {
	padding: 0 1em 10px 1.4em;
}

details[open] summary ~ * {
	animation: sweep .5s ease-in-out;
}

@keyframes sweep {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

summary:focus {
	outline: 0;
}

span.faq-name {
	font-size: 20px;
	color: #fc7203;
}

.FAQ_list {
	margin: 40px 20px;
}

p.faq-txt {
	margin: 20px 0 0 0;
	font-size: 14px;
}

details[open] summary {
	font-weight: 600;
}

.police-box p {
	display: block;
	width: 100%;
	font-family: monospace;
}

a.police-link {
	font-size: 12px;
	display: block;
	text-align: right;
}

.slick-client .slick-slide {
	min-height: 82px;
}

.slick-prev, .slick-next {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	-ms-transform: translate(-50%, 0) rotate(90deg);
	transform: translate(-50%, 0) rotate(90deg);
	left: 50% !important;
}

.slick-prev {
	top: -10px !important;
}

.slick-next {
	top: auto !important;
	bottom: -20px !important;
}

.slick-client .slick-arrow {
	width: 20px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	opacity: 0.1;
}

.slick-client img.slick-arrow {
	padding: 30px 0;
}

.slick-client .slick-slide img {
	width: 150px;
}

.slick-client .slick-arrow:hover {
	opacity: .6;
}

img:before {
	content: " ";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	height: calc(100% + 10px);
	width: 100%;
	background-color: #fff;
	border: 2px dotted #fff;
}

img:after {
	content:'';
	display: block;
	font-size: 9px;
	font-style: normal;
	font-family: Roboto;
	color: #000;
	position: absolute;
	top: 5px;
	left: 0;
	width: 100%;
	text-align: center;
}

.box-va {
	border: 1px solid #eaecef;
	padding: 10px 20px;
	font-size: 14px;
}

.box-va h2 {
	font-size: 16px;
	background: #eaecef;
	padding: 10px;
}

.telps {
	border-top: 1px solid #eaecef;
	padding-top: 10px;
	text-align: right;
}

.telps span {
	color: #1cc4ff;
	font-weight: 600;
}

.reviews-ya, .reviews-gg {
	width: 100%;
	height: 800px;
	overflow: hidden;
	position: relative;
	margin: 25px 0;
}

.reviews-gg {
	width: 100%;
	height: 100%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	box-sizing: border-box;
	background: #f3f1ed;
}

.r-gg_box {
	background: #fff;
	border-radius: 0 8px 8px 0;
	padding: 40px 20px;
	max-width: 760px;
}

.wp-google-name a span {
	font-size: 22px !important;
}

.wp-gr .wp-google-rating {
	font-size: 48px!important;
	padding: 30px 0 10px 0 !important;
	display: inline-block;
}

.wp-google-powered img {
	float: right !important;
}

.wp-gr .wp-google-right {
	padding: 20px 0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

h3.nameblock {
	text-align: right;
	color: #6ec0fd;
	font-weight: normal;
}

.wp-gr.wpac .wp-google-review .wp-google-stars {
	display: block !important;
	padding-bottom: 10px !important;
}

.wp-gr .wp-google-left img {
	margin-right: 20px!important;
	box-shadow: none !important;
}

.link-addreviews {
	display: block;
}

.link-addreviews span {
	display: block;
	text-align: center;
}

.badge, .mini-badge, .mini-badge__org-name {
	max-width: 100% !important;
}

.alm-listing .alm-paging-content>li.alm-item, .alm-listing .alm-reveal>li.alm-item, .alm-listing>li.alm-item {
	margin: 0 0 40px;
}
.viber-box {
    width: 41px;
    height: 41px;
    display: block;
    position: fixed;
    right: 30px;
    bottom: 120px;
}
.viber-box:before {
    animation: qcItemMain 2s ease-out infinite;
    -webkit-animation: qcItemMain 2s ease-out infinite;
    animation: qcItemMain 2s ease-out infinite;
    content: 'viber';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255 255 255 / 30%);
    left: 50%;
    top: 5px;
    transform: translate(-50%, -50%);
    background: #9107ff82;
    font-size: 10px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

@-webkit-keyframes qcItemMain {0% {transform: translate(-50%, -50%) scale(1, 1);opacity: 1;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter: alpha(opacity=100);}to {transform: translate(-50%, -50%) scale(1.5, 1.5);opacity: 0;-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter: alpha(opacity=0);}}
.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  background-color: #000000;
}

.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * Video Title (YouTube style)
 */

.ytp-gradient-top {
  top: 0;
  z-index: 21;
  width: 100%;
  height: 98px;
  position: absolute;
  pointer-events: none;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABiCAQAAAA7fHH2AAAAQUlEQVQYV22KQQoAIAzDyv7/Et/oVlGZVCfkkIYamsENXESyi8vc0u/PKZ6o8+7fZ0h8ShRYnD+BFKToRJkHFpkM2hZSxuyWpEYAAAAASUVORK5CYII=);
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
     -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
          transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
}

.ytp-chrome-top {
  position: absolute;
  left: 12px;
  right: 10px;
  top: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  color: #eee;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  z-index: 60;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-title {
    font-size: 150%;
    overflow: hidden;
    padding-right: 20px;
    white-space: nowrap;
}

.ytp-title-text {
    padding-top: 15px;
    display: inline-block;
    line-height: 1.1;
    vertical-align: top;
    max-width: 100%;
    margin-left: 4px;
}

.ytp-title-link {
    max-width: 100%;
    overflow: hidden;
    color: #eee;
    text-decoration: none;
    white-space: nowrap;
    word-wrap: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
}

/*
 * Thumbnail
 */

.ytp-thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -moz-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .5s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}


.lazyYT-image-loaded .ytp-spinner {
  display: none;
}
.ytp-thumbnail button.ytp-button {
  visibility: hidden;
}
.ytp-thumbnail.lazyYT-image-loaded  button.ytp-button {
  visibility: visible;
}

/*
 * Spinner pre-loader
 */
.ytp-spinner {
  position: absolute;
  left: 45%;
  top: 45%;
  width: 10%;
  height: 10%;
  z-index: 16;
}

.ytp-spinner-message {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 300px;
  font-size: 127%;
  line-height: 182%;
  margin-left: -150px;
  display: none;
  text-align: center;
  background-color: black;
  opacity: .5
}@keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-moz-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}@-webkit-keyframes ytp-spinner-dot-fade{0%{opacity:.5;-moz-transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}50%{opacity:.15;-moz-transform:scale(.9,.9);-ms-transform:scale(.9,.9);-webkit-transform:scale(.9,.9);transform:scale(.9,.9)}

to {
  opacity: .15;
  -moz-transform: scale(.85,.85);
  -ms-transform: scale(.85,.85);
  -webkit-transform: scale(.85,.85);
  transform: scale(.85,.85)
}}

.ytp-spinner-dot {
  -moz-animation: ytp-spinner-dot-fade .8s ease infinite;
  -webkit-animation: ytp-spinner-dot-fade .8s ease infinite;
  animation: ytp-spinner-dot-fade .8s ease infinite;
  opacity: 0;
  fill: #ccc;
  -moz-transform-origin: 4px 4px;
  -ms-transform-origin: 4px 4px;
  -webkit-transform-origin: 4px 4px;
  transform-origin: 4px 4px
}

.ytp-spinner-dot-1 {
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.ytp-spinner-dot-2 {
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.ytp-spinner-dot-3 {
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.ytp-spinner-dot-4 {
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.ytp-spinner-dot-5 {
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.ytp-spinner-dot-6 {
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.ytp-spinner-dot-7 {
  -moz-animation-delay: .7s;
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

/*
 * Play button (YouTube style)
 */
.ytp-button:focus,
.ytp-button {
  border: none;
  outline: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
  
/*  margin: 0; */
  padding: 0;
  background: transparent;
}

.ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
  cursor: pointer;
}

.ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: #1f1f1f;
    opacity: .9
}

.ytp-thumbnail:hover .ytp-large-play-button-bg {
    -moz-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    -webkit-transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    transition: fill .1s cubic-bezier(0.0, 0.0, 0.2, 1), opacity .1s cubic-bezier(0.0, 0.0, 0.2, 1);
    fill: #cc181e;
    opacity: 1
}

/*
 * Video time (YouTube style)
 */

.video-time {
  position: absolute;
  right: 2px;
  bottom: 2px;
  height: 14px;
  padding: 0 4px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  color: #fff !important;
  background-color: #000;
  opacity: .75;
  filter: alpha(opacity=75);
  zoom: 1;
}
ul.product-categories ul {
    margin-left: 30px;
    /* list-style: circle; */
    padding: 10px 0;
}

ul.product-categories {padding: 10px 0;}
ul.product-categories.nav.flex-column a.nav-link {
    color: #000;
}
.navbar-brand.tel-line {
    margin-top: 30px;
}
.navbar-brand.tel-line {
    text-align: center;
}
span.oper {
    margin: 10px;
    color: #fff;
}
span.time-head {
    display: block;
    font-size: 16px;
}

span.time-head.t-bd {
    display: block;
}

span.time-head.t-hh {
}
.sl-cont {
    padding: 0 0 10px 0;
}
.callsend {
    text-align: center;
}
.time-box {
    color: #fff;
}
.pswp__bg {
    background: #000000d9;
}
a.button-send {
    border: 1px solid #eaecef;
    padding: 5px 30px;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    text-transform: none;
}

ul.page-numbers {
    display: flex;
    flex-direction: row;
    align-content: right;
    justify-content: right;
    align-items: stretch;
}
ul.tabs.wc-tabs {
    border-bottom: 1px solid #d5d5d5;
}
.woocommerce-tabs.wc-tabs-wrapper {width: 100%; margin: 40px 0;}

#tab-title-description {
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-bottom: 1px solid #fff;
    position: relative;
}

ul.tabs li.active {
    border-top: 3px solid #d5d5d5 !important;
    top: 1px;
}
li#tab-title-additional_information {
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-bottom: 1px solid #fff;
    position: relative;
}
ul.tabs.wc-tabs .active a {
    color: #97C5F5;
}
ul.tabs.wc-tabs .active a:hover {
    color: #97C5F5;
}

ul.tabs.wc-tabs a {
    color: #7a7a7a;
    display: block;
    width: auto;
    padding: 10px 20px;
}

ul.tabs.wc-tabs a:hover {
    color: #97C5F5;
}
.woocommerce-Tabs-panel {
    font-size: 12px;
}
ul.page-numbers li span, ul.page-numbers li a {
    position: relative;
    display: inline-block;
    min-width: 38px;
    min-width: 38px;
    line-height: 38px;
    margin: 0 8px 0 0;
    text-align: center;
    color: #97C5F5;
    border: 1px solid #97C5F5;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	text-decoration: none;
}
span.page-numbers.current {
    border-color: #eaecef;
    color: #ffbc00;
	cursor: default;
}
ul.page-numbers li a:hover {
    color: #ffbc00;
    border-color: #ffbc00;
}
.product_meta {
    border-top: 1px solid #d5d5d5;
    margin: 20px 0;
    padding: 10px 0 0 10px;
}

.product_meta a {
    color: #97C5F5;
}
button.single_add_to_cart_button.button.alt {
    display: none;
}
span.infocolor {
    font-size: 12px;
    font-style: italic;
    color: #818181;
    line-height: 14px;
    display: block;
}

span.wpcf7-form-control-wrap {
    display: block;
}

span.wpcf7-form-control-wrap input {
    padding: 5px;
}

.ctt-frm span.wpcf7-form-control-wrap input {
    border: 1px solid #ced4da;
}

div#awooc-form-custom-order {
    background: #fb0;
}

h2.awooc-form-custom-order-title.awooc-popup-title {
    color: #fff;
    margin: 0;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    background: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    float: right;
}
.awooc-close {
    font-size: 35px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    z-index: 100;
    color: #ffffff;
    opacity: 1;
    background: 0 0;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    margin: 10px;
}

.awooc-custom-order-wrap.awooc-popup-inner {
    /* border: 1px solid #fff; */
    /* margin: 50px; */
    border-radius: 2px;
}
section.up-sells.upsells.products {
    border-top: 1px dashed #d5d5d5;
    padding: 20px;
    border-bottom: 1px solid #d5d5d5;
}

span.analog-txt {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: 600;
    color: #f6ab07;
}
span.analog-txt i {
    color: #8f8f8f;
    margin: 0 5px;
}
section.up-sells.upsells.products ul.products.columns-4 {
    display: -webkit-box;
    margin: 0;
}

section.up-sells.upsells.products {}

li.product.type-product.post-508.status-publish.first.instock.product_cat-krashenyj-mdf.has-post-thumbnail.shipping-taxable.purchasable.product-type-simple {
    padding-right: 20px;
}
.footer-1 {
    margin: 0 0 20px 0;
}
.footer-2 .textwidget.custom-html-widget {
    color: #fff;
    margin: 20px 10px;
}
.bt-adress{
	display: block;
}
span.bt-adress.bb-txt {
    margin: 10px 0;
    color: #abd182;
}

.footer-3 {
    color: #fff;
}

@font-face {
  font-family: 'fontello';
  src: url('./font/fontello.eot?62145056');
  src: url('./font/fontello.eot?62145056#iefix') format('embedded-opentype'),
       url('./font/fontello.woff2?62145056') format('woff2'),
       url('./font/fontello.woff?62145056') format('woff'),
       url('./font/fontello.ttf?62145056') format('truetype'),
       url('./font/fontello.svg?62145056#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?62145056#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail:before { content: '\e800'; }
.icon-ok:before { content: '\e801'; } 
.icon-attach:before { content: '\e802'; } 
.icon-location:before { content: '\e803'; } 
.icon-phone:before { content: '\e804'; } 
.icon-retweet:before { content: '\e805'; } 
.icon-facebook:before { content: '\f09a'; } 
.icon-mobile:before { content: '\f10b'; } 
.icon-youtube-play:before { content: '\f16a'; }
.icon-instagram:before { content: '\f16d'; } 
.icon-vkontakte:before { content: '\f189'; } 
.icon-whatsapp:before { content: '\f232'; } 
.icon-odnoklassniki:before { content: '\f263'; } 
.icon-volume-control-phone:before { content: '\f2a0'; } 



span.bt-adress.ft-line {
    font-size: 18px;
}

span.bt-adress.ft-line a {
    color: #ffffff;
}
span.bt-adress.ft-line a:hover {
    color: #f39a3e;
}
.related-txt {
    display: block;
    font-size: 22px;
    margin: 20px;
}
a.analog-link {
    margin-left: 20px;
    color: #3d5672;
}
a.analog-link:hover {
    color: #97c5f5;
}
p.woocommerce-loop-product__title {
    font-size: 14px;
    color: #343432;
    text-align: center;
}
.block-product {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px 0;
}
.block-product:hover {
    opacity: 0.8;
}
.block-product img {
    border: 1px solid #eaecef;
}
.block-product p {
    padding: 10px;
    border-top: 5px solid #fff;
    display: block;
    width: 100%;
    background: #eaecef;
    margin: 0;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    min-width: 100%;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sort-box {
    display: block;
    text-align: right;
}
select.orderby {
    border: 1px solid #eaecef;
    margin-bottom: 20px;
}
a.bt-seti i {
    color: #97bf9c;
}

a.bt-seti i:hover {
    color: #fff;
}
i.icon-vkontakte, i.icon-instagram {
    font-size: 30px;
}

.footer-4 a.bt-seti:hover {
    color: #fff;
}

.summary.entry-summary p.price del {
    color: #7a7979;
    margin: 0 10px;
    text-decoration: line-through;
}
.summary.entry-summary p.price ins {
    color: #97c5f5;
    text-decoration: none;
    margin: 0 10px;
    border-bottom: 0;
    font-size: 22px;
}
h3.woocommerce-loop-category__title {
    text-align: center;
    padding: 10px 0;
    background: #faebbd;
    color: #5c5c5c;
    border-top: 5px solid #fff;
    margin: 0;
}

a .woocommerce-loop-category__title:hover {
    color: #000;
}

h3.woocommerce-loop-category__title:hover {
}

a:hover {
    text-decoration: none;
}
.woocommerce-info {
    border-top: none;
    background: none;
}
.woocommerce-info::before {
    color: #eaecef;
}
span.onsale {
    display: inline-block;
    position: relative;
    top: 10px;
    z-index: 99;
    float: right;
    background: #f9b62b;
    padding: 5px;
    font-size: 12px;
}
.block-product span.onsale {
    color: #000;
}
.block-product span.price ins {
    color: #000;
    text-decoration: none;
}

.block-product span.price del {
    color: #767676;
    font-size: 14px;
}
.block-product a, .underline-one {
	color: #00bfff; 
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.block-product a:after , .underline-one:after {
	content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; 
    background-color: black; 
    transition: width 0.5s; 
}

.block-product a:hover:after , .underline-one:hover:after {
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	height: 2px;
	background-color: #0fc7e9;
	transition: width 0.5s;
}
.thumbnail-nav img {
    border-radius: 2px;
}
.woocommerce-product-details__short-description, span.prt-line {
    display: inline-block;
    line-height: 18px;
    font-size: 12px;
}

a.woocommerce-main-image.zoom {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
}
section.related.products {
    margin-top: 50px;
}
section.up-sells.upsells.products {
    margin: 50px;
}
.search-line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
input#woocommerce-product-search-field-0 {
    border: 1px solid #eaecef;
    padding: 10px 20px;
}

form.woocommerce-product-search button {
    border: 0;
    padding: 9px 20px;
    border-radius: 1px;
}

form.woocommerce-product-search button:hover {
    background: #97c5f5;
}

.term-description {
    border-top: 1px solid #eaecef;
    margin: 50px 0 0;
    padding: 20px 0 0;
    text-align: right;
}
h2.noblock {
    display: inline;
    color: #0fc7e9;
}
.cat-desc-woo{
	margin: 20px 0 0;
	text-align: justify;
}
.current-cat a {
    color: #f9b62b !important;
}

.current-cat ul.children.nav.flex-column a {
    color: #000 !important;
}
.psevdo-h3 {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 20px 0 10px 0;
}

span.ctt-date {margin: 0 0 0 40px;}
.ctt-frm label {
    font-size: 12px;
}

.ctt-frm input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary:hover {
    color: #ff5722;
}

h2.head-h-too {
    font-size: 20px;
    text-align: center;
    margin: 40px 0 30px 0px;
}
span.inf-txt {
    font-size: 12px;
    line-height: 1px;
}
.offer-box {
    padding: 0 20px 20px 20px;
    margin: 0 0 40px 0;
    font-size: 14px;
    line-height: 30px;
}



.offer-box .psevdo-h3 {
    /* border-left: 3px solid #ffffff; */
    margin-bottom: 20px;
    padding-left: 25px;
    color: #242424;
    text-transform: uppercase;
    position: relative;
}

.offer-box .psevdo-h2 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    color: #585858;
    background: rgb(255 255 255);
    border-radius: 0 0 100% 100%;
    padding: 10px;
}

.offer-box ul li {
    list-style: circle;
}
.advantage {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    background: #e5e5e5 url(/images/patt.jpg);
    margin: 0 0 40px;
}

.offer-box {
    background: #e9ecef;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 1px 5px #a9a9a9;
    position: relative;
    top: -5px;
}
a.police-a {font-style: italic;font-size: 12px;text-decoration: underline;}
.left-col-b span.psevdo-h3, .h-left-col {
    font-size: 20px;
    border-radius: 2px;
    display: block;
    background: #97b7d0;
    color: #fff;
    padding: 60px 40px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.left-col-b ul li {
    border-bottom: 1px solid #eaecef;
}
.partner {
    text-align: center;
    margin: 20px;
}

.partner-img {
    margin: 40px 40px 30px;
}


span.rb-firm {
    color: #f9b62b;
    font-size: 22px;
}
ol {
	list-style-type: none;
	counter-reset: num;
	margin: 0 0 0 35px;
	padding: 15px 0 5px 0;
}
ol li {
	position: relative;
	margin: 0 0 0 0;
	padding: 10px;
}
ol li:before {
	content: counter(num) '.';
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -26px;
	width: 20px;
	color: #f9b62b;
	text-align: right;
	font-size: 22px;
	display: flex;
	align-content: stretch;
	justify-content: space-evenly;
	align-items: baseline;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
}

.left-col-b ol li {
    border-left: 3px solid #e9ecef;
    margin-bottom: 10px;
}
.txt-box {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 20px 10px;
    margin: 30px 0;
}
.consult-line .widget_text, .consult-line .textwidget {
    display: inherit;
}
.consult-line .widget_text, .consult-line .textwidget {
    display: inherit;
}

.l-col {
    display: flex;
    background: #7e7e7e;
    padding: 40px;
    border: 1px solid #ffffff;
    margin: 20px 0;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.consult-line {
    background: url(/images/bg-footer.jpg) center center;
    background-size: cover;
    min-height: 350px;
}

.r-col {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    background: #ffffff;
    min-height: 350px;
    align-items: center;
}
.brands-line {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

span.psevdo-h2.l-col-h2 {
    text-transform: uppercase;
    color: #4a4a4a;
}
#frm input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary {
    color: #000;
    display: block;
    border: 1px dashed #fe7924;
}

.r-col input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary:hover {
    background: #ff9159;
}
.wpcf7-response-output {
    color: #08030a;
    border: none !important;
}
.navbar-brand.bordr-line {
    white-space: normal;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
	html {
		font-size: 90%;
	}
}

@media only screen and (max-width: 960px) {
	html {
		font-size: 85%;
	}
		.consult-line form.wpcf7-form.init {margin: 20px;}
}

@media only screen and (max-width: 768px) {
	html {
		font-size: 80%;
	}
		input.wpcf7-form-control.has-spinner.wpcf7-submit {
    float: inherit;
    }
	div#footer-widget {
    padding-top: 30px;
    }
	.container.sl-cont .row {
		margin-right: 0;
	}
	.brands-line ul.pwb-row {
		padding-left: 0;
		display: block;
	}
	.pannel-box {
		margin-bottom: 40px;
	}
	.bg-top {
		background-position: bottom;
	}
	.navbar-brand {
		margin-bottom: 20px;
	}
	h2.noblock {
		display: block;
		padding-top: 30px;
		text-align: center;
	}
	ul.product-categories {
		font-size: 16px;
	}
    footer#colophon {text-align: center;}

    section#primary {padding-top: 40px;}
	.navbar-brand {
    text-align: center;
}
	.navbar-brand.tel-line {
    background: #0000007a;
}

}

@media only screen and (max-width: 575px) {

.time-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    width: 100%;
}

}


@media only screen and (max-width: 480px) {
	html {
		font-size: 75%;
	}

}

.pum-container input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 1px solid #fe7d28;
    color: #000000;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btn.btn-primary:hover {
    color: #ff7900;
    border: 1px solid #a19c97;
}
.pum-theme-lightbox {
    background-color: rgb(0 0 0 / 84%);
}
.pum-theme-583 .pum-title {
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    background: #ff7c0a;
    padding: 10px 0 10px 20px;
}

.pum-theme-lightbox .pum-container{
    padding: 0;
    max-width: 500px;
}
#main-nav {
    background: rgb(238 128 46);
    display: flex !;
    flex-direction: column-reverse;
    align-items: stretch;
}

.bdc {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    min-height: 61px;
}
.container.bdc .row {
    width: 100%;
}

.container-fluid.bdc-fl {
    background: rgb(0 0 0 / 54%);
}

.bdc span, .bdc a {
    color: #fff;
}
span.sl-home {
    letter-spacing: 4px;
}
span.sl-yel-home {
    color: #efa02b;
}

span.breadcrumb_last {
    color: #44a25d;
}

div#breadcrumbs {
    padding: 20px;
}

ul#menu-leftmenu {
    padding: 0;
}

ul#menu-leftmenu a:hover, .menu-left a:hover,.nav-link:hover {
    color: #ff8700;
}

ul#menu-homemenu {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}

li#menu-item-698 {}

li.menu-item .active {
    background: #ffc629;
}
.footer-1 li.menu-item .active {
    background: none;
    color: #5bd253 !important;
}

li.menu-item .active a {
    color: #fff;
}
li.menu-item a.active:hover {
    color: #fff !important;
}
.left-col-b.col-12.col-md-4 {background: #eeeeee;}

.left-col-b {
    background: #f2f2f2;
    padding: 0;
}

.left-col-b ul li a {
    min-height: 50px;
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 0 10px 15px;
}
.left-col-b ul {
    padding: 0;
}
.page-content.page-404 {
    text-align: center;
}
.list-page {
    list-style: square;
}
.list-page span {
    font-size: 16px;
    padding-top: 10px;
    display: block;
    border-bottom: 1px solid #eaecef;
}
ul.list-page {
    text-align: left;
}
ul.list-page li {
    padding: 5px 0 10px 0;
}
.faq-listpage {
    border-left: 3px solid #f8b641;
    padding: 0 15px;
    margin-left: 20px;
}

ul.faq-listpage li {
    margin: 10px 0;
    border-bottom: 1px solid #eaecef;
}
ul.stat-list {
    list-style: square;
    background: #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.stat-list li {
    margin: 10px 0;
}
p.txt-xxl {
    font-size: 18px;
}
.cat-box {
    border: 1px solid #eaecef;
    border-radius: 2px;
}

span.title-cat {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 5px 0;
}
.cat-box a:hover, span.title-cat:hover {
    color: #ff6a00;
}

.content-txt {
    clear: both;
    border-top: 1px solid #eaecef;
    padding-top: 20px;
}

ul.list-page-wt {
    list-style: square;
    margin: 10px 0;
    text-align: left;
}
.attention-note {
    font-style: italic;
    background: #ffecd7;
    padding: 20px;
    margin: 20px;
    border-left: 3px solid #535756;
}
.attention-note strong {
    font-style: normal;
}
button.button-calculate:focus {
    outline: none !important;
}
.button-calculate {
    max-width: 250px;
    margin: 30px;
    padding: 10px 18px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 0;
    border: none;
    background: #00ad64;
    cursor: pointer;
    transition: ease-out 0.3s;
    outline: 0 solid transparent;
    letter-spacing:1.6px;
    text-transform: uppercase;
}
button.button-calculate:hover {
    background: #e18908;
}
.standiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e2e2e2;
    padding: 20px;
}
.standiv-2 {
    display: block;
}
.standiv .psevdo-h2 {
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    background: #efa02b;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 30px;
    font-weight: normal;
    width: 100%;
}
.standiv .psevdo-h3 {
    text-align: center;
}

#frm .name-frm input, #frm .tel-frm input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #b3b8be;
}
.start-txt {
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
}
span.paramline {
    display: block;
    font-size: 12px;
    padding: 5px;
}
.pannel-box {
    margin-left: 10px;
}

.line-stan.container {
    margin: 20px 0;
    padding: 0;
    background: #eea03d;
    display: block;
    width: 100%;
    min-height: 520px;
}
.line-stan.container .row {
    background: #e3e3e3;
}
a.link-ylw {
    white-space: nowrap;
    color: #ff6e00;
}

a.link-ylw:hover {
    color: rgb(255 85 0 / 67%);
}
.header-form input[type="file"], .calc-form input[type="file"]  {
  position: absolute;
  height: 0;
  width: 0;
  visibility: hidden;
}

.header-form label.file-header, .calc-form label.file-header {
    padding: 5px 0 0 10px;
    margin: 20px 15px 30px;
    width: 100%;
    display: block;
    color: #16cf00;
    cursor: pointer;
    font-size: 16px;
}

.header-form .input-value, .calc-form .input-value {
  position: relative;
  top: 0;
  text-align: left;
}
span.blk-txt {
    color: #000;
}
.line-zakz {
    background: #454545;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 3px;
    padding: 20px;
    margin: 50px 0;
}
.line-zakz .psevdo-h2 {
    color: #fff;
}
.calculation-button {
    color: #454545;
    background-color: #ffe400;
    padding: 10px 20px 10px 40px;
    margin-right: 20px;
    border-radius: 3px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    background-image: url(/images/icn-calc.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 300;
}
.buttn-two {
    background: none;
    background-color: #f26522;
    color: #fff;
}
.comentxt.form-control {
    height: 120px;
    margin-bottom: 20px;
}

.name-frm label, .tel-frm label {
    width: 100%;
}

label.file-header-calc, label .lst-form {
    border: 0;
    cursor: pointer;
	width: 100%;
}
.comment-frm .txtform.form-control {
    height: 120px;
    margin-bottom: 20px;
}
span.grp-addfile {
    display: block;
    margin: 20px 0 10px 0;
}

span.desc-addfile {
    display: block;
    font-size: 14px;
    color: #8e8e8e;
}

.codedropz-upload-handler {
    margin-bottom: 0;
}

.file-frm {
    font-weight: normal;
    border: 1px dashed #e9e9e9;
    margin: 5px 0 20px 0;
    background: #fdffe3;
}
a.cd-upload-btn {
    color: #fe7d28;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    padding-left: 10px;
}
.calc-form.container #frm .name-frm input, .calc-form.container #frm .tel-frm input {
    border-radius: 0;
    color: #959391;
    box-shadow: none;
}
.note-file {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 20px 0;
}
.note-file span {
    font-weight: 500;
}

.note-file a {
    color: #fe7d28;
}
.pum-container .calc-form label span, .re-cap span {
    border: 0;
}
.lst-frm label {
    border: 1px solid #ffc107;
    border-radius: 2px;
}
.check-personal {
    border: 0;
	padding: 15px 15px 5px 5px;
	margin: 0 0 20px 0;
    background: #f4f4f4;
	font-weight:normal;
}
span.txt-personal {
    font-size: 14px;
    font-weight: normal;
}

div#frm-calc .butm-frm {
    margin: 30px 0 20px 0;
}

div#pum-886 .wpcf7-response-output {
    background: #dedede;
    font-weight: normal;
    border-left: 3px solid #17a2b8 !important;
}
.form-control {
    height: auto;
}
.homeline-zakz.home-pg {
    display: block;
    padding: 40px;
    border-radius: 2px;
    background: #454545;
}
.button-calc span, .button-call span {
    color: #454545;
    background-color: #ffe400;
    padding: 10px 20px 10px 40px;
    margin-right: 20px;
    border-radius: 3px;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    background-image: url(/images/icn-calc.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 300;
}
.button-call span {
    background: none;
    background-color: #f26522;
    color: #fff;
}
.homeline-zakz.home-pg .psevdo-h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
}
.adwent {
    display: block;
    width: 100%;
    margin: 0 0 40px;
}
.adw-col {
}
.adwent .psevdo-h4 {
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    display: block;
}

.under-psevdo-h4 {
    text-align: center;
    color: #727272;
    display: block;
}
.adw-icn {
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.adw-icn:hover {
    border-radius: 50%;
	-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.adw-icn img {
    height: 90px;
}
.adwent.dop-usl h2, .adwent.as-jobs h2 {
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
span.numeral {
    font-size: 150px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: -15px;
    opacity: 0.05;
}

.adwent.dop-usl, .adwent.as-jobs {
    padding: 30px 0;
}


@media screen and (max-width: 1200px) {
.line-zakz {
    display: flex;
    flex-direction: column;
}

.line-zakz span {
    margin: 10px 0;
    min-width: 200px;
}
.psevdo-h2 {
    text-align: center;
    margin-bottom: 40px;
}

.button-calc, .button-call {
    margin: 20px 0;
    text-align: center;
}
}
.button-calc, .button-call {
    margin: 20px 0;
}

button.navbar-toggler {
    background: rgb(255 255 255 / 45%);
}


ul#menu-homemenu li {
    display: block;
    width: 100%;
    text-align: left;
}

ul#menu-homemenu li a {
    padding-left: 20px !important;
}
@media screen and (min-width: 1500px) {
header#masthead {background: url(/images/header-bg2.jpg) bottom center;}
}


span.adress-n {
    display: block;
    font-size: 24px;
    color: #71f981;
}

.adress-box {
    font-size: 20px;
    color: #fff;
}
#main-nav.navbar-collapse {
    background: rgb(238 128 46 / 62%);
}
.addfile {
    max-width: 500px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
	text-overflow: ellipsis;
}
.title-pageform {display: none}
