/*
Theme Name: gotovaya
Version: 3.0.1
Description:
Author: Artem3443
Author URI: https://kwork.ru/user/artem3443
*/

/* Eric Meyer's CSS Reset */

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Cyr Light';
    src: url('fonts/HelveticaNeueCyr-Light.eot');
    src: url('fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    }
@font-face {
    font-family: 'Helvetica Neue Cyr Roman';
    src: url('fonts/HelveticaNeueCyr-Roman.eot');
    src: url('fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    }
@font-face {
    font-family: 'Helvetica Neue Cyr Bold';
    src: url('fonts/HelveticaNeueCyr-Bold.eot');
    src: url('fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    }
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #f00;
}




* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1.33333;
	font-size: 14px;
	letter-spacing: 0;
	font-family: 'Helvetica Neue Cyr Roman', sans-serif;
	color: #000;
}

a {
  text-decoration: none;
  outline: none;
}
a:active,a:hover,a:focus {
  outline:0
}
a:focus {
    outline: none;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
	outline: none;
	color: #161616;
}
img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
a{background-color:transparent}a:active,a:hover{outline:0}
b,strong{font-weight:700}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin: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;padding: 5px;border: 1px solid #eaeaea;}
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-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
body div.wpcf7-response-output {
    background: #46b450;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    background: #f00;
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9";
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-map-marker:before {
	content: "\f041";
	color: #006337;
}
img.alignright {
	float: right;
	margin: 0 0 15px 20px;
}
img.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}
img.aligncenter {
	margin: 20px auto;
	display: block;
}
.f_center {
	text-align: center !important;
}
.w_text {
	color: #fff !important;
}


/*header*/
.logo a img, .logo a {
	display: block;
}
.logo {
	float: left;
}
body .top_cont2 {
	text-align: right;
	padding-right: 10px;
}
.top_cont3 {
	float: right;
	margin-top: 4px;
}
nav.menu {
	display: inline-block;
	position: inherit;
	clear: both;
	vertical-align: middle;

}
nav.menu {
	position: relative;
	padding: 0 20px;
}
.menu ul {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;

}
.menu ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
}
.menu ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 13px;
	text-decoration: none;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.menu ul li>a:hover, .menu ul li:hover>a {
	text-decoration: underline;
}
.menu ul li:hover .sub-menu {
	display: block;
}
.menu .sub-menu li a {
	color: #000;
	font-size: 16px;
	padding: 7px 5px;
}
.menu .sub-menu li {
	display: block;
}
.menu ul.sub-menu li a:after {
	display: none;
}




/*оформление контактных форм*/
span.ajax-loader, span.wpcf7-not-valid-tip  {
	display: none !important;
}
input.wpcf7-form-control {
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input.wpcf7-not-valid::-webkit-input-placeholder {
	color: #f00 !important;
}
input.wpcf7-not-valid:-moz-placeholder {
	color: #f00 !important;
}
input.wpcf7-not-valid::-moz-placeholder {
	color: #f00 !important;
}
input.wpcf7-not-valid:-ms-input-placeholder {
	color: #f00 !important;
}
input.wpcf7-not-valid {
	border-color: #f00 !important;
}
body div.wpcf7-response-output {
    margin: 0;
    padding: 6px;
    position: absolute;
    background: #f00;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    border: none !important;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px 0!important;
}
div.wpcf7 {
	position: relative;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	background: #0ea431;
}


/*оформление всплывающих окон*/
.overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
	background-color: rgba(0, 0, 0, 0.65);
	position: fixed;
	cursor: default;
}
.overlay:target {
	display: block;
}
.popup {
	top: -100%;
	right: 0;
	left: 50%;
	font-size: 14px;
	z-index: 20;
	margin: 0;
	width: 85%;
	min-width: 320px;
	max-width: 380px;
	position: fixed;
	padding: 25px 15px 15px;
	background: #f2f2f2;
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
	-webkit-transform: translate(-50%, -500%);
	-ms-transform: translate(-50%, -500%);
	-o-transform: translate(-50%, -500%);
	transform: translate(-50%, -500%);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	transition: transform 0.6s ease-out;
	text-align: center;

}
.popup .form-title {
	font-size: 23px;
	text-align: center;
}
.popup .form-title p {
	margin-bottom: 20px;
	line-height: 27px;
}
.popup input.wpcf7-form-control {
	display: block;
	margin: 0 auto 15px;
}
.overlay:target+.popup {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 20%;
}
.overlay:target+.popup.top-10 {
	top: 5%;
}

.close {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	position: absolute;
	padding: 3px;
	text-decoration: none;
	background: url(images/close.png) 50% 50% no-repeat;
}
.popup p {margin: 0; padding: 5px 0}
/*конец оформление всплывающих окон*/

/* Колонки */
.container {
    padding: 0 15px;
    max-width: 1240px;
    margin: 0 auto;
}
.container_2 {
    padding: 0 15px;
    max-width: 1320px;
    margin: 0 auto;
}


.col2 {
	display: inline-block;
	width: 49%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.col3 {
	display: inline-block;
	width: 32%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.col4 {
	display: inline-block;
	width: 24%;
	padding: 0 10px;
	margin-bottom: 20px;
	vertical-align: top;
}
.hidden-lg {
	display: none;
}


input.wpcf7-form-control.name {
	background: #fff;
	text-align: center;
}
input.wpcf7-form-control {
	max-width: 100%;
	padding: 12px 16px;
	display: block;
	margin-bottom: 20px;
	border: none;
	color: inherit;
	outline: none;
	position: relative;
	text-align: left;
	font-size: 14px;
}

form input.wpcf7-form-control.wpcf7-submit {
	background: #dd9c54;
	border: none;
	margin: 0 auto 10px;
	text-transform: uppercase;
	display: block;
	padding: 12px 16px;
	width: 100%;
	text-align: center;

}
input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	content: "";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #f3f3f3;
	text-align: center;
	line-height: 15px;
	background: url(images/check.png) 50% no-repeat;
}
body .wpcf7-list-item-label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background: #fff;
	border: 1px solid #009a61;
	border-radius: 3px;
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}
span.wpcf7-form-control-wrap.checkbox-472 {
	display: inline-block;
}
a.polit {
	display: inline-block;
	margin-left: 11px;
	font-size: 11px;
	color: #52585e;
	text-decoration: underline;
}
p.f_title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    color: #D51017;
}
.slider .owl-dots .wpcf7-response-output, span.wpcf7-spinner {
	display: none;
}








h1, h2, h3, h4, h5 {
    font-size: 30px;
    line-height: 1.3;
    text-align: left;
    padding-bottom: 10px;
}
h2 {
    font-size: 28px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}


























div#tekst_knopki_1_go_bloka {
    display: none;
}

.box_response2 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.bl_response.active1 .box_response2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 260px;
}
.wpcf7-response-output, .bl_response.active1 .box_response1 {
    display: none;
}
.title_response {
    font-size: 35px;
    font-weight: 900;
    position: relative;
    color: #00145A;
}
.text_response {
    font-size: 20px;
    color: #00145A;
}
.box_bl_header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_bl_header_item1, .box_bl_header_item2, .box_bl_header_item3 {
    width: 33.333%;
}
.logo_box, .logo_box a {
    display: block;
    height: 100px;
}
.logo_box img, .logo_box a img {
    width: 100%;
    height: 100%;
    display: block;
}
.box_bl_header_item1 {
    display: flex;
    align-items: center;
}
.container {
    padding: 0 15px;
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
}
.my-header__menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.adres {
    display: flex;
    align-items: center;
}
.location__icon {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}
.location__icon img {
    width: 100%;
    height: 100%;
    display: block;
}
a.box_bl_header_item1_meta_text::before {
    content: '';
    position: absolute;
    left: 7px;
    width: 9px;
    height: 9px;
    border: solid 1px #7CBE69;
    border-radius: 50%;
    top: calc(50% - 4.5px);
}
a.box_bl_header_item1_meta_text::after {
    content: '';
    position: absolute;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #7CBE69;
    border-radius: 50%;
    top: calc(50% - 1.5px);
}
a.box_bl_header_item1_meta_text {
    position: relative;
    padding-left: 40px;
    color: rgba(46, 60, 83, .5);
}
a.box_bl_header_item1_meta_text:hover {
    color: #142b4d;
}
.adres_text span.bold {
    font-weight: 700;
		color: #142b4d;
}
.adres_text {
    line-height: 1.4;
}
.box_bl_header_item1_meta {
    margin-left: 30px;
}
.box_bl_header_item2 input.search-submit {
    display: none;
}
.box_bl_header_item2 input#search-field {
    background: #f3f3f3;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    height: 41px;
    margin-top: 2px;
    max-width: 380px;
    padding: 0 35px 0 20px;
    width: 100%;
}
.box_bl_header_item2 label {
    position: relative;
}
.box_bl_header_item2 button.search-submit.ast-search-submit {
    position: absolute;
    right: -53px;
    top: 2px;
    padding: 6px 10px;
    background: #f3f3f3;
    color: #000;
    font-size: 19px;
    border: none;
}
.box_bl_header_item3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact__item.communication.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
}
.contact__icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.vyvod_socz_setej {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.vyvod_socz_setej_item a {
    width: 25px;
    height: 25px;
    display: block;
}
.vyvod_socz_setej_item {
    margin-right: 10px;
}
.vyvod_socz_setej_item:last-child {
    margin-right: 0px;
}
.box_bl_header_bl {
    border-bottom: 1px solid hsla(0, 0%, 77%, .6);
    box-shadow: 0 2px 24px rgba(0, 0, 0, .12);
}
.box_bl_header_bott {
    border-top: 1px solid hsla(0, 0%, 77%, .6);
    margin-top: 10px;
}
.contact__item.communication.flex a {
    font-weight: 700;
    font-size: 16px;   
}
.contact__item.communication.flex .phone {
     border-bottom: 1.5px solid #000;
}
.contact__item.communication.flex a:hover {
	color: #7CBE69;
}
.grafik_raboty::before {
    content: '';
    position: absolute;
    left: 7px;
    width: 9px;
    height: 9px;
    border: solid 1px #7CBE69;
    border-radius: 50%;
    top: calc(50% - 4.5px);
}
.grafik_raboty::after {
    content: '';
    position: absolute;
    left: 10px;
    width: 5px;
    height: 5px;
    background: #7CBE69;
    border-radius: 50%;
    top: calc(50% - 1.5px);
}
.grafik_raboty {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
}
.tekst_knopki_1_go_bloka a {
    font-weight: bold;
    color: #2E3C53;
    text-decoration: underline;
    font-size: 16px;
    line-height: 1.125;
}
.vyvod_socz_setej_item a {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.vyvod_socz_setej_item a:hover {
	transform: scale(1.1);
}
div#tekst_knopki_header {
		display: none;
}
.cart::after {
    background: #7CBE69;
    border-radius: 0 6px 0 8.43243px;
    width: auto;
    min-width: 19px;
    height: 19px;
    content: attr(data-count);
    letter-spacing: 0.162162px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    padding: 2px;
    right: -1px;
    top: -1px;
    position: absolute;
}
.bx-basket.bx-opener {
    position: relative;
}
.cart_container, .box_bl_header_bl_mob {
    display: none;
}
a.cart.flex.space-evenly {
    border: 1px solid #2E3C53;
    display: block;
    border-radius: 8px;
    padding: 10px;
}
.fixed {
    position: fixed!important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
}
.box_bl_header_bl.fixed {
    background: #fff;
}
.box_bl_header_item2 {
    width: 23%;
}
.box_bl_header_item1 {
    display: flex;
    align-items: center;
    width: 26%;
}
form.search-form {
    position: relative;
}
.ast-icon.icon-search svg {
    height: 1em;
    width: .9em;
    margin-top: 3px;
    margin-right: 2px;
}
.ast-icon svg {
    fill: currentColor;
}
.bl_1_top {
    background: #F3F3F3;
}
.vyvod_slajdera_1_go_bloka_item {
    padding: 70px 0;
    height: 586px;
    background-position: 90% 50% !important;
    background-size: 927px !important;
}
.vyvod_slajdera_1_go_bloka_item * {
    width: 100%;
}
.slider_bl1 .owl-next:before, .slider_bl1 .owl-prev:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #7CBE69;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
}
.slider_bl1 .owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}
.slider_bl1 .owl-next, .slider_bl1 .owl-prev {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    right: 15px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 2px solid #7CBE69;
}
.slider_bl1 .owl-prev {
    left: auto;
    right: 78px;
}
.slider_bl1 .owl-nav {
    position: absolute;
    bottom: 44px;
    left: 122px;
}
.title_vyvod_slajdera_1_go_bloka {
    color: #7CBE69;
    font-size: 35px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 20px;
}
.pod_title_vyvod_slajdera_1_go_bloka {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
}
ul.check {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.check li:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: url(images/check.d7e684c5.svg) 50% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
ul.check li {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 20px;
}
.libk_knopki_vyvod_slajdera_1_go_bloka {
    padding-top: 30px;
}
.libk_knopki_vyvod_slajdera_1_go_bloka a {
    background: #7CBE69;
    padding: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.libk_knopki_vyvod_slajdera_1_go_bloka a:hover {
    background: #fff;
    color: #7CBE69;
}
.vyvod_preimushhestv_1_go_bloka {
    padding: 50px 0;
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
}
.vyvod_preimushhestv_1_go_bloka_item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .11);
    height: 100%;
    padding: 42px 13px 33px;
    width: 100%;
}
.title_vyvod_preimushhestv_1_go_bloka {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 10px;
}
.ikonka_vyvod_preimushhestv_1_go_bloka {
    margin-bottom: 10px;
}
.tekst_vyvod_preimushhestv_1_go_bloka {
    font-size: 16px;
}
.title_2_go_bloka {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    color: #2E3C53;
}
.box_bl_2, .box_bl_3, .box_bl_4, .box_bl_5, .box_bl_6, .box_bl_7, .box_bl_9, .box_bl_10, .box_bl_11, .box_bl_12 {
    padding: 70px 0;
}
.vyvod_assortimenta_2_go_bloka {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
}
.vyvod_assortimenta_2_go_bloka_item {
    display: flex;
    flex-direction: column;
    background-color: rgb(243, 243, 243);
    gap: 5px;
    border-radius: 16px;
}
.vyvod_assortimenta_2_go_bloka_top {
    padding: 30px 20px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.link-arrow {
    width: 40px;
    height: 37px;
    background-color: #D5D8DD;
    box-shadow: 0px 1.5px 10.7px 0px #0000001F;
    border-radius: 9px;
    display: flex;
    justify-content: center;
}
.link-arrow img {
    max-width: 22px;
}
.link-arrow:hover {
    transform: scale(1.15);
    transition: all 0.3s ease-in-out;
}
.title_vyvod_assortimenta_2_go_bloka {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.img_vyvod_assortimenta_2_go_bloka {
    text-align: end;
}
.product-tabs .tabs-nav {
    display: flex;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.tabs-nav li {
    padding: 15px 30px;
    cursor: pointer;
    background: #fff;
    border-bottom: none;
    margin-right: 15px;
    border-radius: 9px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    font-size: 18px;
    line-height: 18px;
}
.tabs-nav li.active {
    background: #7CBE69;
    border-bottom-color: #fff;
    margin-bottom: -1px;
    color: #fff;
}
.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.product-item {
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    height: 450px;
    position: relative;
}
.product-thumbnail img {
    max-width: 100%;
    height: auto;
}
.quantity {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.quantity input {
    width: 50px;
    text-align: center;
    margin: 0 5px;
}
.button {
    display: inline-block;
    margin: 5px;
    padding: 8px 15px;
    background: #007cba;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.button.buy-one-click {
    background: #666;
}
.title_bl_3 {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0;
    font-size: 40px;
    font-weight: 700;
    color: #2E3C53;
}
.products_grid .owl-next:before, .products_grid .owl-prev:before, .vyvod_otzyvov_7_go_bloka .owl-next:before, .vyvod_otzyvov_7_go_bloka .owl-prev:before, .nashi_partnyory_10_go_bloka .owl-next:before, .nashi_partnyory_10_go_bloka .owl-prev:before, .sertifikaty_11_go_bloka .owl-next:before, .sertifikaty_11_go_bloka .owl-prev:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #7CBE69;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
}
.products_grid .owl-prev:before, .vyvod_otzyvov_7_go_bloka .owl-prev:before, .nashi_partnyory_10_go_bloka .owl-prev:before, .sertifikaty_11_go_bloka .owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}
.products_grid .owl-next, .products_grid .owl-prev, .vyvod_otzyvov_7_go_bloka .owl-next, .vyvod_otzyvov_7_go_bloka .owl-prev, .nashi_partnyory_10_go_bloka .owl-next, .nashi_partnyory_10_go_bloka .owl-prev, .sertifikaty_11_go_bloka .owl-next, .sertifikaty_11_go_bloka .owl-prev {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    right: 15px;
    z-index: 110;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 2px solid #7CBE69;
}
.products_grid .owl-prev, .vyvod_otzyvov_7_go_bloka .owl-prev, .nashi_partnyory_10_go_bloka .owl-prev, .sertifikaty_11_go_bloka .owl-prev {
    left: auto;
    right: 75px;
}
.products_grid .owl-nav, .vyvod_otzyvov_7_go_bloka .owl-nav, .nashi_partnyory_10_go_bloka .owl-nav, .sertifikaty_11_go_bloka .owl-nav {
    position: absolute;
    right: -13px;
    bottom: -50px;
}
.add-to-cart-btn {
    background-position: 19%;
    padding: 12px 26px 13px 60px;
    background: url(images/cart-w.5261e1ad.svg) #2E3C53 15% no-repeat;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
button.button.buy-one-click-btn {
    background: #fff;
    border: 1px solid #000;
    border-radius: 8px;
}
.button_flex_tovar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-item .product-thumbnail a {
    display: block;
    height: 190px;
}
.product-item .product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item h3.product-title a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
}
.product-item h3.product-title {
    padding-top: 15px;
    height: 77px;
}
button.button.add-to-cart-btn:hover {
    background: url(images/cart-w.5261e1ad.svg) #7CBE69 15% no-repeat;
}
.product_price_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 17px;
}
.product-price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
    color: #9299A5;
    align-items: center;
    padding-right: 20px;
}
.product-price del {
    display: none;
}
span.woocommerce-Price-amount.amount {
    font-size: 20px;
    color: #000;
    text-decoration: none;
    padding-right: 8px;
}
.product-availability {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}
.product-availability:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/check.svg) 50% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.product-availability--on-order:before {
    background: url(images/check-red.svg) 50% no-repeat;
}
.product-price ins {
    text-decoration: none;
}
.button_flex_tovar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    width: 100%;
    max-width: 100%;
    left: 0;
}
.link_box_bl_2 {
    text-align: center;
    padding-top: 70px;
}
.link_box_bl_2 a {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background-color: #2E3C53;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    gap: 10px;
    font-size: 18px;
    align-items: center;
}
.link_box_bl_2 a:hover img {
    transform: translateX(5px);
}
.link_box_bl_2 a img {
    transition: transform 0.3s ease;
}
.img_akczij_4_go_bloka {
    height: 270px;
}
.img_akczij_4_go_bloka img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vyvod_akczij_4_go_bloka .owl-next:before, .vyvod_akczij_4_go_bloka .owl-prev:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
    margin: -3px 0 0 10px;
    width: 10px;
    height: 10px;
    border-color: #7cbe69;
    border-style: solid;
    border-width: 0 2px 2px 0;
    position: absolute;
    right: 16px;
    top: 16px;
}
.vyvod_akczij_4_go_bloka .owl-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 6px;
    top: 16px;
}
.vyvod_akczij_4_go_bloka .owl-next, .vyvod_akczij_4_go_bloka .owl-prev {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    right: 15px;
    z-index: 110;
    text-indent: -9999px;
    top: 75px;
    bottom: 0;
    margin: auto;
    background-position: -7px -7px;
    border-radius: 50%;
    border: 2px solid #7cbe69;
    background: #fff;
}
.vyvod_akczij_4_go_bloka .owl-prev {
    left: 15px;
    right: auto;   
}
.vyvod_akczij_4_go_bloka .owl-nav.disabled {
    display: block !important;
}
.title_akczij_4_go_bloka {
    background: #fff;
    height: 84px;
    display: flex;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    min-height: unset !important;
    border-radius: 0px 0px 10px 10px;
    color: #2e3c53;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    transition: all 0.2s ease-out;
    border: 1px solid #eee;
}
.cat-pice {
    font-weight: 700;
    font-size: clamp(14px, 3.5vw, 20px);
    color: #7CBE69;
    text-align: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.cat-price-old {
    color: #9FA49E;
    font-weight: 700;
    font-size: clamp(12px, 3.5vw, 16px);
    text-decoration: line-through;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_bl_3 span {
    color: #7cbe69;
}
.flex_bl_5 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item1_bl_5, .item2_bl_5 {
    width: 48%;
}
.text_5_go_bloka p {
    margin-bottom: 30px;
    font-size: 16px;
}
.etapy_rabot_6_go_bloka {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
    text-align: center;
    position: relative;
}
.etapy_rabot_6_go_bloka_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ikonka_etapy_rabot_6_go_bloka {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, .11);
    display: flex;
    height: 101px;
    justify-content: center;
    width: 101px;
    margin-bottom: 23px;
    padding-top: 15px;
}
.etapy_rabot_6_go_bloka_item span {
    align-items: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 .53598px 7.50372px rgba(0, 0, 0, .11);
    color: #7CBE69;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    font-size: 16.0794px;
    font-weight: 700;
    height: 34px;
    justify-content: center;
    line-height: 16px;
    text-align: center;
    width: 36px;
    position: absolute;
    top: -22px;
}
.tekst_etapy_rabot_6_go_bloka {
    color: #404D62;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.etapy_rabot_6_go_bloka:before {
    content: no-close-quote;
    background: url(images/dash_green.f48bb5c3.png);
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 19%;
    z-index: -1;
}
.tekst_etapy_rabot_6_go_bloka a {
    margin-top: 10px;
    display: inline-block;
    color: #7CBE69;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tekst_etapy_rabot_6_go_bloka a:hover {
    text-decoration: none;
}
.vyvod_otzyvov_7_go_bloka_item {
    padding: 25px 20px;
    position: relative;
    box-shadow: 0 1.526px 10.682px rgb(0 0 0 / 12%);
    border-radius: 10px;
    height: calc(100% - 30px);
    margin: 5px;
}
.vyvod_otzyvov_7_go_bloka_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}
.imya_vyvod_otzyvov_7_go_bloka {
    font-size: 18px;
    font-weight: 700;
}
.data_vyvod_otzyvov_7_go_bloka {
    font-size: 14px;
    color: #adadad;
}
.tekst_vyvod_otzyvov_7_go_bloka {
    padding-top: 15px;
}
.flex_bl_8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.calculator {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.input-group {
    margin-bottom: 15px;
}
.calculator label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
.calculator input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}
.calculator button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
}
.calculator button:hover {
    background-color: #45a049;
}
.results {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border-left: 4px solid #4CAF50;
}
.result-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 16px;
}
.result-label {
    font-weight: bold;
    color: #333;
}
.result-value {
    color: #4CAF50;
    font-weight: bold;
}
.note {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-top: 10px;
}
.box_bl_8 {
    padding: 70px 0;
    position: relative;
}
.box_bl_8:before {
    background: url(images/garenhlopecbg.1d458de5.png) 50% no-repeat;
    height: 800px;
    left: -330px;
    width: 1031px;
}
.box_bl_8:after {
    background: url(images/bg-coub-r.c9d5e538.svg) 744px no-repeat;
    height: 572px;
    left: 50%;
    top: -164px;
    width: calc(50vw - 8px);
}
.box_bl_8:after, .box_bl_8:before {
    content: no-close-quote;
    position: absolute;
    top: 0;
    z-index: -1;
}
.flex_bl_8_item1, .flex_bl_8_item2 {
    width: 48%;
}
.calc-form__contacts {
    background: #fff url(images/calc_form_phone.png) 22px no-repeat;
    border-radius: 9.71134px;
    box-shadow: 0 0 38.07px rgba(0, 0, 0, .15);
    height: 99px;
    padding: 15px 22px 15px 90px;
    display: inline-block;
    text-align: left;
}
.tekst_8_go_bloka {
    text-align: center;
}
.calc-form__contacts_textT {
    font-weight: 700;
}
.calc-form__contacts__title {
    font-size: 18px;
}
.calc-form__contacts__phones a {
    font-size: 18px;
    font-weight: 700;
    color: #7CBE69;
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.calc-form__contacts__phones a:hover {
    text-decoration: none;
}
.title_text_bl_9 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
}
.tekst_9_go_bloka li {
    padding-bottom: 10px;
    font-size: 16px;
}
.video_9_go_bloka {
    border-radius: 10px;
    border: 2px solid #4caf50;
    overflow: hidden;
}
.tekst_9_go_bloka ul {
    margin: 0;
}
.tekst_9_go_bloka {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
    box-shadow: 0px 1.53px 10.68px 0px #0000001F;
    padding: 24px;
    border-radius: 16px;
    font-size: 16px;
}
.logo_nashi_partnyory_10_go_bloka {
    height: 150px;
    margin: 1%;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 25px;
    padding-top: 25px;
    border-radius: 16px;
    box-shadow: 0px 1.53px 10.68px 0px #0000001F;
}
.logo_nashi_partnyory_10_go_bloka img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img_sertifikaty_11_go_bloka a {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.img_sertifikaty_11_go_bloka a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_sertifikaty_11_go_bloka a:after {
    box-shadow: rgba(0, 0, 0, 0.37) 0px 0px 103px;
    color: var(--MainBlack);
    content: "Увеличить";
    font-size: 12px;
    height: 34px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 34px;
    opacity: 0;
    padding-left: 17px;
    position: absolute;
    text-align: center;
    width: 103px;
    background: url(images/lupa-b.d826b462.svg) 13px center no-repeat rgb(252, 252, 252);
    border-radius: 999px;
    transition: 0.3s ease-out;
}
.img_sertifikaty_11_go_bloka a:hover {
    transform: scale(0.9);
}
.img_sertifikaty_11_go_bloka a:hover:after {
    opacity: 1;
}
.box_bl_12_box {
    background: linear-gradient(180deg, #edf4f0, #edf4ee 53.66%, #ddefde);
    border-radius: 16px;
    margin: 113px 0 100px;
    padding: 55px 62px 25px;
    position: relative;
    z-index: 999;
}
.box_bl_12_box:before {
    background: url(images/cons-bg-l.70130cd4.png) 50% no-repeat;
    height: 102px;
    left: -38px;
    width: 127px;
    top: -60px;
}
.box_bl_12_box:after {
    background: url(images/cons-bg-r.87728e81.png) 50% no-repeat;
    height: 189px;
    right: -84px;
    width: 180px;
    bottom: -96px;
}
.box_bl_12_box:after, .box_bl_12_box:before {
    content: "";
    position: absolute;
    z-index: -3;
}
.fofc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.fofc_item {
    width: 32.333%;
}
.fofc input {
    margin-bottom: 0 !important;
}
form input.wpcf7-form-control.wpcf7-submit {
    background: #2E3C53;
    border: none;
    margin: 0 auto 10px;
    display: block;
    padding: 15px 16px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.flex_bott_bl_12, .flex_bott_bl_12_item1  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_bott_bl_12_item1_title {
    font-size: 20px;
    font-weight: 700;
    padding-right: 40px;
    line-height: 1.2;
}
.flex_bott_bl_12_item1 .vyvod_socz_setej_item a {
    width: 50px;
    height: 50px;
}
.flex_bott_bl_12_item1 .vyvod_socz_setej_item a img {
    width: 100%;
    height: 100%;
    display: block;
}
.flex_bott_bl_12_item2 p.f_text {
    padding: 0;
    color: #87878785;
}
.flex_bott_bl_12_item2 a {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}
.flex_bott_bl_12_item2 a:hover {
    text-decoration: none;
}
.content_bl_13 ul li {
    padding: 0 0 0 25px;
    position: relative;
    margin-bottom: 10px;
}
.content_bl_13 ul li:before {
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background: url(images/check.d7e684c5.svg) 50% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.content_bl_13 ul {
    padding: 0;
    list-style: none;
}
.content_bl_13 p {
    font-size: 16px;
    margin-bottom: 15px;
}
.content_bl_13 h1 {
    font-size: 38px;
    padding-bottom: 20px;
}
#toTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
}
.up {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 7px;
    border: 1px solid #fff;
    cursor: pointer;
    position: relative;
    box-shadow: 0 2px 8px 1px rgb(64 64 64 / 30%);
    background: #7cbe69;
}
.up:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: -3px 0 0 10px;
    width: 12px;
    height: 12px;
    top: 23px;
    left: 5px;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.up:hover:after {
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    top: 20px;
}
.footer_item1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.footer_item1 .vyvod_socz_setej_item a {
    width: 45px;
    height: 45px;
    display: block;
}
.vyvod_socz_setej_item a img {
    width: 100%;
    height: 100%;
    display: block;
}
.footer_item1 {
    width: 100%;
}
.footer_flex_bott {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.footer_flex_bott_item1 {
    padding-right: 30px;
}
.footer-bottom-links a.agreement {
    text-decoration: underline;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-bottom-links a.agreement:hover {
    text-decoration: none;
}
.footer_item2 {
    display: flex;
    align-items: center;
}
.contact__item.schedule.flex {
    display: flex;
    align-items: center;
}
.footer_item2 .adres {
    padding-right: 50px;
}
.footer_item2 .schedule__icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}
.footer_box_bott {
    background: #F3F3F3;
    padding-bottom: 20px;
    margin-top: 15px;
}
.my-header__nav li {
    position: initial;
}
.menu > li > ul.sub-menu {
    display: none;
    text-align: left;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    list-style: none;
    min-height: 100%;
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 24px rgba(0, 0, 0, .12);
    align-items: flex-start;
    left: 0;
    top: 28px;
    z-index: 15;
    width: calc(100% - 30px);
    margin: 20px 15px 0 15px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    min-width: unset;
    columns: 4;
}
.menu > li:hover > ul.sub-menu {
    display: block;
}
nav.my-header__nav ul.sub-menu li {
    position: initial;
    font-size: 16px;
    height: auto !important;
    color: #575757;
    border-radius: 10px;
    border: 1px solid #EDEDED;
    align-items: center;
    background: none;
    padding: 12px 10px !important;
    margin-bottom: 10px;
}
.box_bl_header_bott {
    position: relative;
}
.menu > li > a {
    padding: 15px 0;
    display: block;
    position: relative;
    font-size: 18px;
}
.menu > .menu-item-has-children > a:before, .menu > li > ul.sub-menu > .menu-item-has-children a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 10px;
    width: 6px;
    height: 6px;
    border-color: #000;
    border-style: solid;
    border-width: 0 2px 2px 0;
    right: -23px;
    position: absolute;
    top: 21px;
    transition: 0.3s;
}
.menu > li > ul.sub-menu > .menu-item-has-children a:before {
    right: 0;
    top: 15px;
}
.menu > li > ul.sub-menu > .menu-item-has-children a {
    position: relative;
}
.menu > li > ul.sub-menu li > ul.sub-menu li {
    border: none;
    padding: 0 !important;
}
.menu > li > ul.sub-menu li > ul.sub-menu li a:before  {
    display: none;
}
nav.my-header__nav ul.sub-menu li > ul.sub-menu {
    text-align: left;
    padding: 20px;
    background: #eee;
    border-radius: 10px;
    display: none;
}
nav.my-header__nav ul.sub-menu li:hover > ul.sub-menu {
    display: block;
}
ul.product_categories_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
li.product_category_item {
    display: flex;
    justify-content: center;
    gap: 5px;
    text-decoration: none;
    padding: 10px 10px !important;
    color: #050505;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}
.col_r {
    padding-top: 30px;
}
.col_r h1 {
    font-size: 48px;
    padding-bottom: 40px;
}
.category-layout {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.products-column {
    flex: 1;
    width: calc(100% - 280px);
}

.products-column ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_cat {
    width: 300px;
    flex-shrink: 0;
}
.sidebar_cat h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.filter-categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-category-item {
    margin-bottom: 8px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
}
.filter-category-item:last-child {
    border-bottom: none;
}
.filter-category-item a {
    text-decoration: none;
    color: #666;
    display: block;
    padding: 5px 0;
    transition: color 0.3s;
}
li.filter-category-item:hover a {
    color: #7CBE69;
}
.filter-category-item.current-category > a, .filter-category-item.current-category .count {
    color: #fff;
}
.filter-category-item .count {
    color: #999;
    font-size: 14px;
}
.children-categories {
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.children-categories .filter-category-item {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.children-categories .filter-category-item a {
    color: #777;
}

.children-categories .filter-category-item a:hover {
    color: #007cba;
}
.filter-category-item.has-children > a {
    position: relative;
    padding-right: 20px;
}
.filter-category-item.has-children > a:after {
    content: '▼';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #999;
}

@media (max-width: 992px) {
    .category-layout {
        flex-direction: column;
    }
    
    .products-column,
    .sidebar_cat {
        width: 100%;
    }
    
    .products-column ul.products {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products-column ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products-column ul.products {
        grid-template-columns: 1fr;
    }
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
}
.filter-category-item {
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px !important;
    width: 100%;
    position: relative;
    color: #575757;
    font-weight: 600;
}
li.filter-category-item:before {
    content: "";
    display: none;
    position: absolute;
    height: 70%;
    left: -3px;
    border-radius: 3px;
    width: 3px;
}
li.filter-category-item:hover:before {
    display: block;
}
li.filter-category-item.current-category {
    background: #7CBE69;
}
.products_grid_cat {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 30px;
    --grid-row-gap: 30px;
}
.add-to-cart-btn, .button_flex_tovar button.button.single_add_to_cart_button {
    background-position: 19%;
    padding: 12px 26px 13px 60px !important;
    background: url(images/cart-w.5261e1ad.svg) #2E3C53 15% no-repeat !important;
    border-radius: 8px !important;
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff !important;
    margin: 5px !important;
}
button.button.add-to-cart-btn:hover, .button_flex_tovar button.button.single_add_to_cart_button:hover {
    background: url(images/cart-w.5261e1ad.svg) #7CBE69 15% no-repeat !important;
}
button.button.buy-one-click-btn {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 8px !important;
}
.tax-product_cat .product-item {
    border: none;
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    height: 450px;
    position: relative;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .09);
}
.single-product div#primary {
    padding-top: 30px;
}
.single-product .product_meta span {
    display: block;
}
h1.product_title.entry-title {
    padding-bottom: 30px !important;
}
.woocommerce-product-details__short-description {
    padding-bottom: 15px;
}
.single-product .product_meta span.sku_wrapper, .single-product .product_meta span.posted_in {
    padding-bottom: 10px;
}
.single-product .button_flex_tovar {
    position: relative;
    justify-content: flex-start;
    padding-top: 10px;
}
section.up-sells.upsells.products {
    display: none;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.infoblock {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 23px rgba(0, 0, 0, .1);
    display: flex;
    gap: 10px;
    height: 100%;
    padding: 11px 15px;
}
.catalog-element-v2 .infoblock {
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: flex-start;
}
.infoblock__img {
    flex-shrink: 0;
    min-width: 68px;
    text-align: center;
}
.infoblock__img img {
    max-width: 57px;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    --grid-column-gap: 30px;
    --grid-row-gap: 35px;
}
.col-12.mt-5.mb-2.page_catalog__infoblock {
    padding-top: 30px;
}
.woocommerce table.shop_attributes th {
    width: 200px !important;
}
.woocommerce table.shop_attributes td {
    width: 200px !important;
    text-align: center;
}
.summary.entry-summary p.price {
    padding-bottom: 10px;
}
.dop_uslugi h3 {
    font-size: 20px;
}
.dop_uslugi_flex {
    display: flex;
    gap: 10px;
}
.dop_uslugi_item {
    padding: 14px 17px;
    align-items: center;
    border: solid 1px #D9D9D9;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #193660;
}
.dop_uslugi {
    padding-top: 20px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 3em;
}
.woocommerce span.onsale {
    background-color: transparent !important;
    font-size: 0 !important;
}
span.onsale {
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    background-image: url(images/sale.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    order: 1;
    border-radius: 16px;
    color: #fbfcff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .25px;
    padding: 5px 15px;
}
.quantity.custom-quantity {
    padding-bottom: 20px;
}
form.cart.custom-cart::after {
    display: none!important;

}
.wp-block-woocommerce-product-collection.is-layout-flow.wp-block-woocommerce-product-collection-is-layout-flow {
    display: none;
}
.woocommerce-page div.product div.images {
    width: 38% !important;
}





































/* ====== ОБЩИЙ ЛЕЙАУТ ====== */
.wc-block-cart {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.wc-block-cart__main {
    flex: 1;
}

.wc-block-cart__sidebar {
    width: 360px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    position: sticky;
    top: 20px;
}

/* ====== УБИРАЕМ ТАБЛИЦУ ====== */
.wc-block-cart-items {
    display: block;
}

.wc-block-cart-items thead {
    display: none;
}

.wc-block-cart-items tbody {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ====== КАРТОЧКА ====== */
.wc-block-cart-items__row {
    display: grid !important;
    grid-template-columns: 90px 1fr 120px;
    gap: 15px;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #eee;
    transition: 0.2s;
}

.wc-block-cart-items__row:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* ====== КАРТИНКА (ФИКС!) ====== */
.wc-block-cart-item__image {
    width: 90px !important;
    height: 90px !important;
    display: block !important;
}
.wc-block-cart-item__image a {
    width: 100%;
    height: 100%;
    display: block;
}
.wc-block-cart-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* ====== СЕРЕДИНА ====== */
.wc-block-cart-item__product {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.wc-block-components-product-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.wc-block-cart-item__prices {
    font-size: 14px;
    color: #666;
}

/* ====== КОЛ-ВО ====== */
.wc-block-cart-item__quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.wc-block-components-quantity-selector {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.wc-block-components-quantity-selector__input {
    width: 40px;
    border: none;
    text-align: center;
}

.wc-block-components-quantity-selector__button {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: none;
    cursor: pointer;
}

/* ====== КНОПКА УДАЛИТЬ ====== */
.wc-block-cart-item__remove-link {
    background: #ff4d4d;
    color: #fff;
    border-radius: 8px;
    padding: 5px;
    cursor: pointer;
    display: flex;
}

/* ====== ПРАВАЯ ЦЕНА (ФИКС ВАЖНЫЙ) ====== */
.wc-block-cart-item__total {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

/* ====== СУММА КОРЗИНЫ ====== */
.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wc-block-components-totals-item__label {
    font-size: 14px;
    color: #666;
}

.wc-block-components-totals-item__value {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-top: 10px;
}

/* ====== КНОПКА ====== */
.wc-block-cart__submit-button {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    background: linear-gradient(95deg, #6db3ff, #4B79D5);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: 600;
    transition: 0.2s;
    display: block;
}

.wc-block-cart__submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    padding-top: 10px;
}
.wc-block-components-panel__button {
    display: flex;
    align-items: center;
    cursor: pointer;
}
/* ====== ОБЩИЙ БЛОК ====== */
.wc-block-components-totals-coupon__content {
    margin-top: 10px;
}

/* ====== ФОРМА ====== */
.wc-block-components-totals-coupon__form {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* ====== INPUT ОБЁРТКА ====== */
.wc-block-components-text-input {
    flex: 1;
    position: relative;
}

/* ====== INPUT ====== */
.wc-block-components-text-input input {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    outline: none;
    transition: 0.2s;
    background: #fafafa;
}

/* Фокус */
.wc-block-components-text-input input:focus {
    border-color: #4B79D5;
    background: #fff;
}

/* ====== LABEL (как placeholder) ====== */
.wc-block-components-text-input label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #888;
    pointer-events: none;
    transition: 0.2s;
    background: transparent;
}

/* Анимация label */
.wc-block-components-text-input input:focus + label,
.wc-block-components-text-input input:not(:placeholder-shown) + label {
    top: -8px;
    font-size: 11px;
    background: #fff;
    padding: 0 5px;
    color: #4B79D5;
}

/* ====== КНОПКА ====== */
.wc-block-components-totals-coupon__button {
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    background: linear-gradient(95deg, #6db3ff, #4B79D5);
    color: #fff;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: 0.2s;
}

/* hover */
.wc-block-components-totals-coupon__button:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* disabled */
.wc-block-components-totals-coupon__button[disabled] {
    background: #ccc;
    cursor: not-allowed;
    box-shadow: none;
}

/* ====== МОБИЛКА ====== */
@media (max-width: 768px) {
    .wc-block-components-totals-coupon__form {
        flex-direction: column;
    }

    .wc-block-components-totals-coupon__button {
        width: 100%;
    }
}/* ====== АДАПТИВ ====== */
@media (max-width: 768px) {
    .wc-block-cart {
        flex-direction: column;
    }

    .wc-block-cart-items__row {
        grid-template-columns: 70px 1fr;
    }

    .wc-block-cart-item__total {
        grid-column: 2;
        text-align: left;
    }

    .wc-block-cart__sidebar {
        width: 100%;
        position: static;
    }
}

/* ====== ОБЩИЙ ЛЕЙАУТ ====== */
.wc-block-checkout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.wc-block-checkout__main {
    flex: 1;
}

.wc-block-checkout__sidebar {
    width: 380px;
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.06);
    position: sticky;
    top: 20px;
}

/* ====== СЕКЦИИ (карточки) ====== */
.wc-block-components-checkout-step {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

/* ====== ЗАГОЛОВКИ ====== */
.wc-block-components-checkout-step__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* ====== INPUT ====== */
.wc-block-components-text-input input,
.wc-blocks-components-select__select {
    width: 100%;
    height: 48px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
    transition: 0.2s;
}

.wc-block-components-text-input input:focus,
.wc-blocks-components-select__select:focus {
    border-color: #4B79D5;
    background: #fff;
}

/* ====== LABEL ====== */
.wc-block-components-text-input label {
    font-size: 12px;
    color: #777;
}

/* ====== СЕТКА ПОЛЕЙ ====== */


/* Поля на всю ширину */
.wc-block-components-address-form__email,
.wc-block-components-address-form__address_1,
.wc-block-components-address-form__city {
    grid-column: span 2;
}


/* ====== CHECKBOX ====== */
.wc-block-components-checkbox__label {
    font-size: 14px;
    color: #444;
}

/* ====== КНОПКА ОФОРМЛЕНИЯ ====== */
.wc-block-components-checkout-place-order-button {
    width: 100%;
    height: 55px;
    border-radius: 12px;
    background: linear-gradient(95deg, #6db3ff, #4B79D5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    transition: 0.2s;
}

.wc-block-components-checkout-place-order-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ====== КНОПКА НАЗАД ====== */
.wc-block-components-checkout-return-to-cart-button {
    font-size: 14px;
    color: #666;
}

/* ====== SIDEBAR (итог) ====== */
.wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
    font-weight: 600;
}

.wc-block-components-checkout-order-summary__title-price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

/* ====== ТОВАР В ИТОГЕ ====== */
.wc-block-components-order-summary-item {
    align-items: center;
    padding: 10px 0;
}

.wc-block-components-order-summary-item__image img {
    border-radius: 8px;
}

.wc-block-components-order-summary-item__description {
    font-size: 14px;
}

.wc-block-components-order-summary-item__total-price {
    font-size: 16px;
    font-weight: 600;
}

/* ====== ИТОГИ ====== */
.wc-block-components-totals-item__label {
    font-size: 14px;
    color: #666;
}

.wc-block-components-totals-item__value {
    font-size: 18px;
    font-weight: 700;
}
.wc-block-components-address-card-wrapper {
    padding-bottom: 20px;
}
span.wc-block-components-address-card__edit, .wc-block-components-checkout-order-summary__title span.wc-block-components-checkout-order-summary__title-icon, span.wc-block-components-address-form__address_2-toggle, input#billing-address_2, .wc-blocks-components-select__container svg.wc-blocks-components-select__expand {
    display: none;
}
.wc-block-components-address-form__country.wc-block-components-country-input, .wc-block-components-text-input {
    margin-bottom: 30px;
}
.page-id-11 .wc-block-components-panel__button {
    padding-bottom: 20px;
}
.wc-block-components-checkout-return-to-cart-button {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.wc-block-checkout__actions_row {
    padding-top: 20px;
}
.page-id-11 .wc-block-components-text-input.wc-block-components-totals-coupon__input {
    margin: 0;
}
.page-id-11 .wc-block-components-totals-coupon__form {
    padding-bottom: 20px;
}
.wc-block-components-text-input.wc-block-components-address-form__phone.is-active {
    margin: 0;
}
.wc-block-components-text-input.wc-block-components-address-form__email.is-active {
    margin: 0;
}
.wc-block-components-text-input.wc-block-components-totals-coupon__input {
    margin: 0;
}
/* ====== ОБЩИЙ БЛОК ====== */
.wc-block-checkout__order-notes {
    padding: 20px;
}

/* ====== ЧЕКБОКС ====== */
.wc-block-components-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* скрываем дефолтный input */
.wc-block-components-checkbox__input {
    display: none;
}

/* кастомный чекбокс */
.wc-block-components-checkbox__mark {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 2px solid #ccc;
    background: #fff;
    flex-shrink: 0;
    transition: 0.2s;
}

/* галочка */
.wc-block-components-checkbox__mark path {
    display: none;
}

/* checked состояние */
.wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark {
    background: #4B79D5;
    border-color: #4B79D5;
}

/* показываем галочку */
.wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark path {
    display: block;
    fill: #fff;
}

/* текст */
.wc-block-components-checkbox__label {
    font-size: 14px;
    color: #333;
}

/* ====== TEXTAREA ====== */
.wc-block-components-textarea {
    width: 100%;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
    resize: vertical;
    min-height: 80px;
    transition: 0.2s;
}

/* фокус */
.wc-block-components-textarea:focus {
    border-color: #4B79D5;
    background: #fff;
    outline: none;
}

/* placeholder */
.wc-block-components-textarea::placeholder {
    color: #999;
}
/* показываем если чекбокс активен */
.wc-block-components-checkbox__input:checked ~ .wc-block-components-textarea {
    display: block;
}
/* ====== САЙДБАР ====== */
.wc-block-checkout__sidebar {
    width: 380px;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* ====== ЗАГОЛОВОК ====== */
.wc-block-components-checkout-order-summary__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.wc-block-components-checkout-order-summary__title-text {
    font-size: 18px;
    font-weight: 600;
}

.wc-block-components-checkout-order-summary__title-price {
    font-size: 22px;
    font-weight: 700;
}

/* стрелку уменьшаем */
.wc-block-components-checkout-order-summary__title-icon svg {
    width: 16px;
    height: 16px;
    opacity: 0.6;
}

/* ====== СПИСОК ТОВАРОВ ====== */
.wc-block-components-order-summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

/* ====== КАРТИНКА ====== */
.wc-block-components-order-summary-item__image {
    position: relative;
}

.wc-block-components-order-summary-item__image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

/* количество */
.wc-block-components-order-summary-item__quantity {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #4B79D5;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 20px;
}

/* ====== ОПИСАНИЕ ====== */
.wc-block-components-order-summary-item__description {
    flex: 1;
}

.wc-block-components-product-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}

/* цена за штуку */
.wc-block-components-order-summary-item__individual-price {
    font-size: 13px;
    color: #777;
}

/* мета */
.wc-block-components-product-metadata__description {
    font-size: 12px;
    color: #999;
}

/* ====== ЦЕНА СПРАВА ====== */
.wc-block-components-order-summary-item__total-price {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

/* ====== БЛОК КУПОНА ====== */
.wc-block-components-totals-coupon {
    margin-top: 15px;
    padding: 12px;
    border-radius: 10px;
    background: #f6f7fb;
    cursor: pointer;
}

.wc-block-components-panel__button {
    font-size: 14px;
    color: #4B79D5;
}

/* иконка */
.wc-block-components-panel__button-icon {
    width: 14px;
    height: 14px;
}

/* ====== ИТОГИ ====== */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
}

.wc-block-components-totals-item__label {
    color: #666;
}

.wc-block-components-totals-item__value {
    font-weight: 600;
}

/* ====== ГЛАВНЫЙ ИТОГ ====== */
.wc-block-components-totals-footer-item {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

/* ====== СКРЫТЬ ЛИШНЕЕ ====== */
.screen-reader-text {
    display: none;
}

/* ====== МОБИЛКА ====== */
@media (max-width: 768px) {
    .wc-block-checkout__sidebar {
        width: 100%;
        border-radius: 12px;
    }

    .wc-block-components-order-summary-item__image img {
        width: 50px;
        height: 50px;
    }


}








.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 1px 10px 2px rgba(51, 51, 51, 0.2);
    background: #fff;
    padding-bottom: 10px;
}









.fixed .logo_box, .fixed .logo_box a {
    height: 60px;
}
.fixed .box_bl_header_bott_mob {
    padding-top: 10px;
}
.fixed #dad_mobile_btn {
    top: 14px;
}
.fixed .cart_container {
    font-size: 10px;
}
.fixed a.cart.flex.space-evenly img.cart-img {
    width: 20px;
}
.fixed .vyvod_socz_setej_item a {
    width: 30px;
    height: 30px;
}
.fixed .box_bl_header_bott_mob_item1 {
    height: 30px;
    width: 30px;
}
.fixed .header-search svg {
    width: 30px;
    height: 30px;
}
.fixed  a.cart.flex.space-evenly {
    padding: 5px;
}
.fixed nav.my-header__nav {
    top: 111px;
}

























































































/* ====== МОБИЛКА ====== */
@media (max-width: 768px) {
    .wc-block-checkout {
        flex-direction: column;
    }

    .wc-block-checkout__sidebar {
        width: 100%;
        position: static;
    }

    .wc-block-components-address-form {
        grid-template-columns: 1fr;
    }

    .wc-block-components-address-form > * {
        grid-column: span 1 !important;
    }
}


































































@media (max-width: 1450px) {
.my-header__nav li {
    padding: 0px 30px;
}















}



















@media (max-width: 1250px) {
.box_bl_header_bl {
    display: none;
}
.box_bl_header_bl_mob {
    display: block;
}
nav.my-header__nav {
    display: none;
    position: absolute;
    top: 90px;
    background: #fff;
    z-index: 999999;
    right: 0;
    max-width: 350px;
    width: 100%;
    padding: 25px;
    box-shadow: -7px 20px 20px 3px rgb(51 51 51 / 20%);
}
#dad_mobile_btn {
    position: absolute;
    top: 34px;
    right: 30px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
}
.dad_span_1, .dad_span_2, .dad_span_3 {
    position: absolute;
    width: 35px;
    height: 3px;
    transition: 0.3s;
    background: #000;
}
.dad_span_1 {
    top: 7px;
}
.dad_span_2 {
    top: 16px;
}
.dad_span_3 {
    top: 25px;
}
.mobile_btn .dad_span_1 {
    transform: rotate(45deg);
    top: 21px;
}
.mobile_btn .dad_span_2 {
    display: none;
}
.mobile_btn .dad_span_3 {
    top: 21px;
    transform: rotate(-45deg);
}
.box_bl_header_top_mob {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.my-header__menu {
    display: block;
}
.my-header__nav li {
    padding: 5px 0px;
    font-size: 20px;
}
.box_bl_header_bott_mob {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.cart.flex.space-evenly {
    display: flex;
    align-items: center;
}
.cart_container {
    display: block;
    padding: 0 10px;
}
.vyvod_socz_setej_item a {
    width: 45px;
    height: 45px;
}
.vyvod_socz_setej_item a img {
    display: block;
    width: 100%;
    height: 100%;
}
.box_bl_header_bott_mob_item2 {
    margin-right: 20px;
}
.header-search {
  position: relative;
}
.search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.search-dropdown {
  position: absolute;
  left: 0;
  top: 110%;
  width: 300px;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);

  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;

  transition: 0.25s ease;
  z-index: 9999;
}
.header-search.active .search-dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.search-dropdown input[type="search"] {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.box_bl_header_bott_mob_item1 {
    margin-right: 10px;
    height: 45px;
}
.search-dropdown input.search-submit {
    display: none;
}
.search-dropdown label {
    display: flex;
}
header.header.home_menu .menu {
    display: block;
}
span.toog {
    content: "";
    position: absolute;
    top: 17px;
    left: 7px;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(45deg);
    margin: -3px 0px 0px 10px;
    width: 10px;
    height: 10px;
    border-color: #1F2531;
    border-style: solid;
    border-width: 0px 2px 2px 0px;
    background-size: 10px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
span.toogs {
    content: "";
    position: absolute;
    right: -25px;
    top: 4px;
    width: 42px;
    height: 42px;
}
span.toogs.active span.toog {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.menu-item-has-children:before {
    display: none;
}
.my-header__nav li {
    position: relative;
}
.menu > .menu-item-has-children > a:before, .menu > li > ul.sub-menu > .menu-item-has-children a:before {
    display: none;
}
.menu > li:hover > ul.sub-menu {
    display: none;
}
.menu > li > ul.sub-menu {
    display: none;
    text-align: left;
    max-height: none;
    overflow-y: scroll;
    list-style: none;
    min-height: auto;
    position: initial;
    height: 100%;
    background: #fff;
    box-shadow: none;
    align-items: flex-start;
    left: 0;
    top: 45px;
    z-index: 15;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
    border-radius: 0px;
    min-width: unset;
    columns: auto;
}
nav.my-header__nav ul.sub-menu li {
    position: relative;
}
span.toogs {
    right: -28px;
}
header .menu li {
    padding: 0 20px 0 0;
}
ul.sub-menu span.toogs {
    display: none;
}
.box_bl_1 {
    padding-top: 20px;
}
.vyvod_slajdera_1_go_bloka_item {
    padding: 30px 0;
    height: 380px;
    background-position: 100% 50% !important;
    background-size: 600px !important;
}
.libk_knopki_vyvod_slajdera_1_go_bloka a {
    padding: 15px;
    font-size: 14px;
    display: inline-block;
    width: auto;
}
.title_vyvod_slajdera_1_go_bloka {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
}
.libk_knopki_vyvod_slajdera_1_go_bloka {
    padding-top: 0px;
}
.img_akczij_4_go_bloka {
    height: auto;
}
.box_bl_12_box {
    max-width: 1000px;
    margin: 100px auto 100px;
}





















































}















































@media (max-width: 1190px) {
.vyvod_preimushhestv_1_go_bloka, .vyvod_assortimenta_2_go_bloka {
    grid-template-columns: repeat(2, 1fr);
}
.title_vyvod_preimushhestv_1_go_bloka br, .tekst_vyvod_preimushhestv_1_go_bloka br {
    display: none;
}
.box_bl_2, .box_bl_3, .box_bl_4, .box_bl_5, .box_bl_6, .box_bl_7, .box_bl_9, .box_bl_10, .box_bl_11, .box_bl_12 {
    padding: 30px 0;
}
.box_bl_12_box:before {
    left: 0;
}
.box_bl_12_box:after {
    right: 0;
}
.box_bl_10 {
    padding-bottom: 70px;
}
.vyvod_socz_setej {
    width: 100%;
}
footer .menu > li > a {
    font-size: 14px;
}































}
















@media (max-width: 991px) {
.etapy_rabot_6_go_bloka:before {
    display: none;
}
.etapy_rabot_6_go_bloka {
    display: block;
}
.vyvod_slajdera_1_go_bloka_item {
    background-position: 156% 50% !important;
}
.flex_bl_8_item1, .flex_bl_8_item2 {
    width: 100%;
}
.flex_bl_8 {
    justify-content: center;
    flex-wrap: wrap;
}
.img_8_go_bloka, .img_5_go_bloka {
    text-align: center;
}
.box_bl_9 .flex_bl_8_item1 {
    margin-bottom: 50px;
}
.video_9_go_bloka iframe, .item1_bl_5, .item2_bl_5 {
    width: 100%;
}
.flex_bott_bl_12_item1 {
    padding-bottom: 20px;
}
.title_bl_3, .title_2_go_bloka {
    margin-bottom: 20px;
    font-size: 30px;
}
.item2_bl_5 {
    padding-top: 30px;
}
.text_5_go_bloka p {
    margin-bottom: 15px;
}
.etapy_rabot_6_go_bloka_item {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 23px;
    margin-bottom: 20px;
    position: relative;
}
.ikonka_etapy_rabot_6_go_bloka {
    margin-bottom: 0;
}
.etapy_rabot_6_go_bloka_item span {
    top: 31%;
    left: 3px;
}
.ikonka_etapy_rabot_6_go_bloka {
    padding-top: 0;
    margin-right: 20px;
}
.products_grid_cat {
    grid-template-columns: repeat(2, 1fr);
}









































}





















@media (max-width: 850px) {
footer .menu {
    display: block;
}
footer  .menu > li > a {
    padding: 5px 0;
}
footer .vyvod_socz_setej {
    padding-bottom: 20px;
}



























}





























@media (max-width: 770px) {
.vyvod_slajdera_1_go_bloka_item {
    background-position: 170% 100% !important;
    height: 568px;
}
.box_bl_8:after, .box_bl_8:before {
    display: none;
}
.mb-4 {
    grid-template-columns: repeat(1, 1fr);
}
.product-template-default .box_bl_7 {
    padding-top: 60px;
}
.product-template-default .product-item {
    max-width: 320px;
    margin: 0 auto;
}
.product-template-default .product-item .product-availability {
    margin-top: 20px;
}
.single-product .product-item .button_flex_tovar {
    justify-content: center;
}
.single-product .bl_1_bott .container {
    padding: 0;
}
.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block.is-sticky {
    display: none;
}
.wc-block-components-notices, .with-scroll-to-top__scroll-point {
    display: none;
}
.wc-block-checkout {
    gap: 0px;
}
.product-item h3.product-title {
    height: auto;
}
.button_flex_tovar {
    position: initial;
}


























}







































@media (max-width: 700px) {
.vyvod_preimushhestv_1_go_bloka, .vyvod_assortimenta_2_go_bloka {
    grid-template-columns: repeat(1, 1fr);
}
.tabs-nav li {
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 14px;
}
.box_bl_8 {
    padding: 30px 0;
}
.box_bl_12_box {
    padding: 30px;
    margin: 50px auto 50px;
}
.link_box_bl_2 {
    padding-top: 30px;
}
.vyvod_preimushhestv_1_go_bloka {
    padding: 30px 0;
}
.vyvod_slajdera_1_go_bloka_item {
    background-size: 555px !important;
}
.fofc_item {
    width: 100%;
    margin-bottom: 15px;
}
.flex_bott_bl_12_item1_title {
    padding-right: 0px;
    padding-bottom: 20px;
    width: 100%;
}
.flex_bott_bl_12_item1_title br, footer .location__icon, .footer_item2 .schedule__icon {
    display: none;
}
footer ul#menu-menyu-v-podvale > li {
    padding-right: 0;
}
footer .menu-menyu-v-podvale-container {
    text-align: center;
}
footer .vyvod_socz_setej {
    justify-content: center;
}
.footer_item2 {
    flex-wrap: wrap;
}
.footer_item2 .adres {
    padding-right: 0px;
    width: 100%;
    justify-content: center;
}
footer .contact__item.schedule.flex {
    justify-content: center;
    width: 100%;
    padding-top: 20px;
}
footer .adres_text, .contact__item__text.schedule__text {
    text-align: center;
}
footer .menu-menyu-v-podvale-container {
    width: 100%;
}
.footer_item1 ul > li {
    text-align: center!important;
}
.footer_flex_bott {
    flex-wrap: wrap;
}
.footer_flex_bott_item1 {
    padding-right: 0px;
    width: 100%;
    padding-bottom: 20px;
}
.footer_flex_bott_item2 {
    width: 100%;
    text-align: center;
}




























}














@media (max-width: 650px) {
.products_grid_cat {
    grid-template-columns: repeat(1, 1fr);
}
.tax-product_cat .product-item {
    height: auto;
    max-width: 300px;
    margin: 0 auto;
}




}























@media (max-width: 550px) {
.box_bl_header_bott_mob {
    padding-top: 20px;
}
.vyvod_slajdera_1_go_bloka_item {
    background-position: 0% 100% !important;
}
.tekst_etapy_rabot_6_go_bloka {
    width: 100%;
    text-align: left;
    padding-top: 20px;
}
.etapy_rabot_6_go_bloka_item {
    margin-bottom: 40px;
}
.fofc {
    padding-bottom: 15px;
}
.box_bl_12_box:after {
    display: none;
}
.img_sertifikaty_11_go_bloka a img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.img_sertifikaty_11_go_bloka a {
    height: 300px;
}
.col_r h1 {
    font-size: 30px;
}
.single-product .button_flex_tovar {
    justify-content: flex-start;
}


























}


























@media (max-width: 500px) {
.title_akczij_4_go_bloka {
    display: block;
    height: auto;
}
.cat-pice {
    padding-top: 10px;
}
#toTop {
    bottom: 15px;
    right: 15px;
}
.vyvod_akczij_4_go_bloka .owl-nav {
    position: absolute;
    right: 65px;
    bottom: 37px;
}
.box_bl_4 {
    padding: 30px 0 60px;
}
.vyvod_akczij_4_go_bloka .owl-nav .owl-prev {
    left: -44px;
}
.vyvod_akczij_4_go_bloka .owl-nav .owl-next {
    right: -62px;
}
.product-tabs .tabs-nav {
    flex-wrap: wrap;
}
.tabs-nav li.active, .tabs-nav li {
    margin-bottom: 10px;
}





























}



















@media (max-width: 450px) {
.calc-form__contacts {
    height: auto;
}






















}

































@media (max-width: 1700px) {


}


@media (max-width: 1200px) {


}
@media (max-width: 1150px) {


}

@media (max-width: 982px) {
	header nav.menu {
		display: none;
		background: #2b4556;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.hidden-lg {
		display: block;
		padding: 4px 13px;
		background-color: rgb(43, 69, 86);
		margin: 10px auto;
		border: none;
		color: #fff;
		font-size: 25px;
		border-radius: 5px;
		outline: none;
	}
	header .menu ul li {
		display: block;
	}
	.menu ul li a {
		color: #ffffff;
	}
	.menu ul li>a:hover, .menu ul li:hover>a {
		color: #ffffff;
		text-decoration: underline;
	}


}
@media (max-width: 770px) {
	.col2, .col3 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	img.alignleft, img.alignright {
		float: none;
		margin: 10px auto 20px !important;
		display: block;
	}

}

@media (max-width: 670px) {


}

@media (max-width: 570px) {
	.overlay:target+.popup {
		top: 10%;
	}
	.popup {
		padding: 19px 20px 20px;
	}

}
@media (max-width: 465px) {

}
@media (max-width: 380px) {
	.popup {
		padding: 15px 10px 12px;
	}
}








