@font-face {
    font-family: PFAgoraSansPro;
    src: url(/wp-content/themes/intentionally-blank/fonts/PFAgoraSansPro-Regular.ttf);
}
@font-face {
    font-family: PFAgoraSansPro Medium;
    src: url(/wp-content/themes/intentionally-blank/fonts/PFAgoraSansPro-Medium.ttf);
}
@font-face {
    font-family: PFAgoraSansPro Bold;
    src: url(/wp-content/themes/intentionally-blank/fonts/PFAgoraSansPro-Bold.ttf);
}
@font-face {
    font-family: PFAgoraSansPro Black;
    src: url(/wp-content/themes/intentionally-blank/fonts/PFAgoraSansPro-Black.ttf);
}
* {box-sizing: border-box;}
body {
    font-family: PFAgoraSansPro;
    background: #F2F2F2;
    color: #14344f;
    margin: 0;
    padding: 0;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}
a {
    color: #ee5a2d;
    outline: none;
    text-underline-offset: 2px;
}
a:hover {
    color: #14344f;
    text-decoration: none;
}
a img:hover {opacity: 70%;}
.fon-header {
    background: url('/wp-content/themes/intentionally-blank/img/fon-slider.jpg') #FFF no-repeat bottom;
    background-size: 100% 6px;
    padding-bottom: 6px;
}
.home .fon-header {
    background-image: none;
    padding-bottom: 0;
}
.fon-slider {
    background: url(/wp-content/themes/intentionally-blank/img/fon-slider.jpg) #FFF no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

.conteiner {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
.sibit-distrib {
    font-size: 9px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    width: 140px;
    border-right: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0 10px;
}
header.conteiner {
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
header.conteiner .custom-logo-link {
    display: flex;
    align-items: center;
}
header.conteiner .block-tel {
    font-family: PFAgoraSansPro Bold;
    font-size: 18px;
    text-align: right;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
header.conteiner .block-tel a {text-decoration: none;}
header.conteiner .block-tel a.tel {color: #14344f;}
header.conteiner .block-tel a.label {
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    line-height: 1;
    cursor: pointer;
}
header.conteiner .block-tel a:hover {
    text-decoration: underline;
    color: #ee5a2d;
}
ul.top-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    height: 54px;
    align-items: center;
}
ul.top-menu li {
    display: flex;
    height: 100%;
    align-items: center;
    position: relative;
}
ul.top-menu > li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #E5E5E5;
    margin-left: 10px;
}
ul.top-menu > li:last-child:after {display: none;}
ul.top-menu li a {
    display: block;
    font-family: PFAgoraSansPro Bold;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    color: #14344f;
    align-items: center;
}
ul.top-menu li.current-menu-ancestor > a,
ul.top-menu li.current-menu-parent > a,
ul.top-menu li.current-menu-item > a,
ul.top-menu li.current_page_item > a,
ul.top-menu li a:hover {color: #ee5a2d;}

ul.top-menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: -10px;
    top: 40px;
    padding: 10px;
    background: #fff;
    z-index: 9;
    width: max-content;
}
ul.top-menu li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
    flex-direction: column;
}
ul.top-menu li ul.sub-menu li a {
    margin: 5px 0;
    text-transform: none;
    font-size: 16px;
}

.blue-fon {
    background: #153450;
    color: #adc5d9;
    margin-top: 60px;
}
.region-bottom {
    display: flex;
    padding: 40px 10px 20px 10px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.region-bottom > * {
    padding: 0;
    margin: 0;
    list-style: none;
}
.region-bottom .block {
    font-size: 14px;
    text-align: right;
    line-height: 1.4;
}
.region-bottom ul li a {
    display: table;
    margin: 15px 0;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    color: #adc5d9;
}
.region-bottom ul li.title {
    color: #ee5a2d;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
}
.region-bottom a:hover,
.region-bottom ul li.current-menu-item a,
.region-bottom ul li.current_page_item a,
.region-bottom ul li.active a,
.region-bottom ul li.current-post-ancestor a,
.region-bottom ul li.current-menu-parent a,
.region-bottom ul li.current-post-parent a {color: #f0a791;}

h1.page-title {
    color: #14344f;
    text-transform: uppercase;
    font-family: PFAgoraSansPro Bold;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
}
h2.block-title {
    width: 100%;
    font-family: PFAgoraSansPro Bold;
    color: #14344f;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 25px;
}
.preim h2.block-title,
.block-posts.promo h2.block-title {text-align: center;}
.preim {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    border-top: 1px solid #DCDCDC;
    margin-top: 50px;
    padding-top: 30px;
}
.preim > div {
    width: calc(100% / 6 - 2px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    background: #fff;
    padding: 20px 10px;
    gap: 10px;
}

.conteiner2 {
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(50% - 60px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.slider.conteiner > div img.slide {
    width: 100%;
    height: auto;
}
.slider.conteiner > div .zagolovok {
    font-family: 'PFAgoraSansPro Bold';
    color: #ee5a2d;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
}
.slider.conteiner > div .text {
    font-family: 'PFAgoraSansPro Bold';
    color: #14344f;
    font-size: 26px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 30px;
}
.slider.conteiner > div a.ssylka,
.slider.conteiner > div a.ssylka-right {
    font-family: PFAgoraSansPro Bold;
    background: #EE592E;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1;
}
.slider.conteiner > div a.ssylka:hover,
.slider.conteiner > div a.ssylka-right:hover {opacity: 70%;}
.slider.conteiner > div a.ssylka-right {
    position: absolute;
    margin: 0;
    right: 20px;
    top: 20px;
}
button.slick-arrow {
    background: url(/wp-content/themes/intentionally-blank/img/strelki.png) no-repeat;
    width: 34px;
    height: 47px;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    border: 0;
    top: 50%;
    margin-top: -37.5px;
    font-size: 0;
}
button.slick-arrow.slick-prev {left: 20px;}
button.slick-arrow.slick-next {right: 20px; background-position: -34px 0;}

button.slick-arrow.slick-prev:hover {background-position: 0 -47px;}
button.slick-arrow.slick-next:hover {background-position: -34px -47px;}

ul.slick-dots {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
ul.slick-dots li {display: flex;}
ul.slick-dots li button {
    background: #A3A8AC;
    width: 15px;
    height: 15px;
    font-size: 0;
    border-radius: 50%;
    padding: 0;
    border: 0;
    cursor: pointer;
}
ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {background: #EF5B2D;}

.slick-initialized .slick-slide {position: relative;}
.slick-initialized .slick-slide > div {display: flex;}

ul.katalog-tree {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}
ul.katalog-tree > li {
    background: #fff;
    width: calc(25% - 0.8px);
    padding: 20px;
}
ul.katalog-tree li a {text-decoration: none;}

ul.katalog-tree > li:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    height: 45px;
}
ul.katalog-tree > li.term-id-80:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-sibit.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-31:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-kirpich.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-41:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-gbi.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-68:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-plitka.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-45:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-smesy.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-52:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-pilomaterial.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-58:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-uteplitely.jpg) no-repeat center left;}
ul.katalog-tree > li.term-id-62:before {background: url(/wp-content/themes/intentionally-blank/img/cat-icon-teplicy.jpg) no-repeat center left;}

ul.katalog-tree > li > a {
    font-weight: bold;
    font-size: 16px;
}
ul.katalog-tree > li > a:hover {color: #6f869a;}

ul.katalog-tree li ul.katalog-children {
    list-style: none;
    padding-left: 0;
}
ul.katalog-tree li ul.katalog-children li a {
    color: #6f869a;
    font-size: 14px;
    line-height: 1;
    display: table;
    margin: 10px 0;
}
ul.katalog-tree li ul.katalog-children li a:hover {color: #ee5a2d;}

ul.katalog-tree li ul.katalog-children li.term-id-21 > a,
ul.katalog-tree li ul.katalog-children li.term-id-65 > a,
ul.katalog-tree li ul.katalog-children li.term-id-37 > a {font-weight: 900;}

.region-bottom2 {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.region-bottom2 > * {width: calc(33.33% - 20px);}
.block-faq {
    background: url(/wp-content/themes/intentionally-blank/img/block-faq.jpg) no-repeat center top;
    min-width: 263px;
    height: 316px;
    font-size: 18px;
    font-family: PFAgoraSansPro Bold;
    line-height: 1.3;
    padding-top: 165px;
    text-align: center;
}
.block-faq .otvetim {color: #ee5a2d;}
.block-faq .faq-href {
    font-size: 14px;
    font-weight: normal;
}
.block-faq .faq-href a {
    text-decoration: none;
    border-bottom: 1px solid;
}
.block-faq .faq-href a:hover {
    color: #f0a791;
    border: 0;
    text-decoration: none;
}

.two-colums.conteiner {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding-top: 20px;
}
.right-content {width: 75%;}
ul.left-menu {
    padding: 20px;
    margin-top: 8px;
    margin-bottom: 20px;
    list-style: none;
    width: 25%;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
ul.left-menu li {position: relative;}
ul.left-menu li a {
    font-size: 16px;
    color: #6f869a;
    text-decoration: none;
    display: table;
    line-height: 1;
}
ul.left-menu li.current-post-ancestor > a,
ul.left-menu li.current-menu-parent > a,
ul.left-menu li.current-post-parent > a,
ul.left-menu li.current-menu-item > a,
ul.left-menu li.current_page_item > a,
ul.left-menu li a:hover,
ul.left-menu.katalog > li > a:hover,
ul.left-menu.katalog li.current-term > a,
ul.left-menu.katalog li.current-ancestor > a {color: #ee5a2d;}

ul.left-menu i.arrow {
    display: inline-block;
    padding: 4px;
    border: solid #14344f;
    border-width: 0 2px 2px 0;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 10px;
    margin-bottom: 3px;
    position: absolute;
    cursor: pointer;
    right: 17px;
    top: 8px;
}
ul.left-menu.katalog i.arrow {
    right: 10px;
    top: 19px;
}
ul.left-menu.katalog > li > ul > li i.arrow {
    right: -9px;
    top: 10px;
}
ul.left-menu.katalog i.arrow:hover {border-color: #ee5a2d;}
ul.left-menu.katalog {
    padding: 0;
    background: none;
    gap: 2px;
}
ul.left-menu.katalog > li {
    background: #FFFFFF;
    padding: 20px;
}
ul.left-menu.katalog > li > a {
    font-family: PFAgoraSansPro Bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    color: #14344f;
}

ul.left-menu.katalog li ul.katalog-children {
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    display: none;
}
ul.left-menu.katalog li.active > ul.katalog-children,
ul.left-menu.katalog li.current-ancestor > ul.katalog-children,
ul.left-menu.katalog li.current-term > ul.katalog-children {display: block;}

ul.left-menu.katalog li ul.katalog-children li {padding: 10px 0;}

.right-content img.wp-post-image {
    width: 100%;
    height: auto;
}
.content.conteiner {padding-top: 20px;}
.sert-box {
    display: table;
    width: 100%;
    background: #fff;
    padding: 25px 30px;
}
.sert-box a.box img {
    max-width: 50%;
    height: auto;
    float: right;
    box-shadow: -10px 0px 40px -7px #999;
    margin-left: 40px;
}
.sert-box p {
    margin: 0;
    font-family: PFAgoraSansPro Bold;
    font-size: 20px;
    text-transform: uppercase;
}
.sert-box img.logo2 {margin-top: 40px;}

.sert-block > div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}
.sert-block > div a {
    text-decoration: none;
    color: #14344f;
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.2;
    width: calc(33.33% - 20px);
    justify-content: center;
}
.sert-block > div a:hover {color: #ee5a2d;}
.sert-block > div a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.posts .post {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.posts .post div {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1;
    margin-bottom: 10px;
}
.category-stati .posts .post div {display: none;}
.posts .post a {
    font-family: PFAgoraSansPro Medium;
    font-size: 20px;
    text-decoration: none;
    color: #14344f;
}
.posts .post a:hover {color: #ee5a2d;}
.posts .post p {
    color: #666666;
    line-height: 1.3;
    margin: 15px 0;
}

.screen-reader-text {display: none;}

.nav-links {
    display: flex;
    line-height: 1;
    width: 100%;
}
.nav-links > * {padding: 10px;}

.breadcrumb {
    color: #a7a7a7;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 6px;
    margin-bottom: 20px;
}

a.page-thumbnail.right {
    display: flex;
    width: auto;
    max-width: 50%;
    height: auto;
    float: right;
    margin-left: 40px;
    margin-bottom: 30px;
}

.post-time {
    margin-bottom: 15px;
    line-height: 1;
}

.navigation {
    border-top: 1px solid #DCDCDC;
    padding-top: 40px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
h2.pag-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #14344f;
    text-transform: uppercase;
    font-family: PFAgoraSansPro Bold;
    line-height: 1.2;
    width: 100%;
}
.navigation .nav-link {
    width: 50%;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    gap: 5px;
}
.navigation .nav-link.prev {padding-right: 20px;}
.navigation .nav-link.next {padding-left: 20px; text-align: right;}

.faq-item {border-bottom: 1px solid #DCDCDC;}
.faq-toggle {
    border: 0;
    padding: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #14344f;
    font-family: PFAgoraSansPro Medium;
    font-size: 20px;
    line-height: 1.2;
    width: 100%;
    background: none;
    text-align: left;
}
.faq-toggle:before {
    content: "";
    background: url(/wp-content/themes/intentionally-blank/img/strelka-2.png) no-repeat;
    width: 15px;
    height: 8px;
    display: flex;
    flex-shrink: 0;
}
.faq-toggle:hover {color: #ee5a2d;}
.faq-content {
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    color: #555;
}
.faq-content.open {
    padding-bottom: 20px;
    height: auto;
}

.white-fon {
    background: #fff;
    padding: 60px 0;
    margin-top: 60px;
}

.faq-form h2.block-title {text-align: center;}

form.wpcf7-form {
    width: 100%;
    max-width: 650px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
form.wpcf7-form .wpcf7-form-control-wrap[data-name="vashe-imja"],
form.wpcf7-form .wpcf7-form-control-wrap[data-name="vash-email"] {width: calc(50% - 10px);}

form.wpcf7-form .wpcf7-form-control-wrap {width: 100%;}

form.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
form.wpcf7-form .wpcf7-form-control-wrap input[type="email"],
form.wpcf7-form .wpcf7-form-control-wrap input[type="tel"],
form.wpcf7-form .wpcf7-form-control-wrap textarea {
    border: 1px solid #D2E2E2;
    padding: 0 10px;
    outline: none;
    width: 100%;
    height: 37px;
}
form.wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 100px;
    padding-top: 10px;
}
form.wpcf7-form input[type="submit"] {
    background: #EE592E;
    border: 0;
    line-height: 1;
    padding: 12px 35px;
    color: #fff;
    font-family: PFAgoraSansPro Bold;
    font-size: 20px;
    outline: none;
}

.partnery {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.partnery .partner {
    width: calc(50% - 2.5px);
    background: #fff;
    padding: 20px;
}
.partnery .partner img {
    float: right;
    width: 120px;
    height: auto;
    max-height: 120px;
    object-fit: contain;
}
.partnery .partner .name {
    font-family: PFAgoraSansPro Bold;
    font-size: 16px;
    line-height: 1.1;
}
.partnery .partner a.internet {
    color: #848484;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    display: table;
}
.partnery .partner a.internet:hover {
    color: #ee5a2d;
    text-decoration: none;
}
.partnery .partner .opisanie {
    line-height: 1.3;
    font-size: 14px;
    margin-top: 10px;
}

.contact-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.sample-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.sample-posts .post,
.sample-posts a.post-permalink {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration-thickness: 1px;
}
.sample-posts .post a.post-img {display: flex;}
.sample-posts .post a.post-img img,
.sample-posts a.post-permalink img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.sample-posts .post span {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sample-posts .post span b {
    font-size: 12px;
    color: #b3b3b3;
    line-height: 1;
}
.sample-posts .post span a.post-title,
.sample-posts a.post-permalink span {
    text-decoration: none;
    line-height: 1.1;
}

a.btn {
    display: table;
    margin-top: 20px;
    background: #EE592E;
    line-height: 1;
    padding: 10px 20px;
    color: #fff;
    font-family: 'PFAgoraSansPro Medium';
    font-size: 18px;
    outline: none;
    text-decoration: none;
}
a.btn:hover {background: #14344f;}

.block-posts a.btn {margin-left: auto;}

.block-posts.promo {
    border-top: 1px solid #DCDCDC;
    margin-top: 50px;
    padding-top: 30px;
}
.block-posts.promo .sample-posts {
    flex-direction: row;
    flex-wrap: wrap;
}
.block-posts.promo .sample-posts .post {width: calc(33.33% - 20px);}

.tovars {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.tovars .tovar {
    width: calc(33.33% - ((25px * 2) / 3));
    background: #fff;
    padding: 10px;
}
.tovars .tovar:hover {
    outline: 3px solid #EE592E;
    outline-offset: -3px;
}
.tovars .tovar a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.tovars .tovar a span {
    color: #14344f;
    font-family: PFAgoraSansPro Bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    display: table;
}
.tovars .tovar:hover a span {color: #ee5a2d;}
.tovars .tovar p {
    line-height: 1;
    margin: 0;
    margin-top: 10px;
    color: #666666;
    font-size: 12px;
}
.tovars .tovar .price {
    color: #666666;
    line-height: 1.1;
    margin-top: 10px;
}
.tovars .tovar .price span {
    font-family: PFAgoraSansPro Bold;
    font-size: 22px;
    color: #ee5a2d;
}

.archive-description {
    border-top: 1px solid #DCDCDC;
    margin-top: 40px;
    padding-top: 40px;
}

.single-tovar ul.left-menu.katalog {margin-top: 0;}
.single-tovar .right-content {
    background: #fff;
    padding: 20px;
}
.single-tovar .breadcrumb {margin-top: 0;}

.single-tovar .galery {
    display: flex;
    flex-wrap: wrap;
    width: 350px;
    gap: 10px;
    justify-content: center;
    flex-shrink: 0;
}
.single-tovar .galery a {
    display: flex;
    width: calc((100% / 3) - 7px);
}
.single-tovar .galery a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.single-tovar .galery a:nth-child(1) {width: 100%;}
.single-tovar .flexbox {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.js-product-name {color: #ee5a2d;}

.single-tovar .right-content .right-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.single-tovar .right-content .right-block .price {
    font-family: PFAgoraSansPro Bold;
    font-size: 18px;
    line-height: 1;
    margin-top: 0;
}
.single-tovar .right-content .right-block .price span {
    display: inline-block;
    color: #ee5a2d;
    font-size: 24px;
}
.single-tovar .right-content .right-block a.label {
    cursor: pointer;
    background: #EE592E;
    line-height: 1;
    padding: 15px;
    color: #fff;
    font-family: PFAgoraSansPro Bold;
    font-size: 20px;
    outline: none;
    text-transform: uppercase;
    text-shadow: 0px 1px #999;
    border-bottom: 3px solid #C94D29;
    text-align: center;
    margin-top: 20px;
}
.single-tovar .right-content .right-block a.label:hover {background: #EFA791;}
.single-tovar .right-content .right-block .haract {
    color: #666;
    line-height: 1.2;
    font-size: 14px;
}
.single-tovar .right-content .right-block .haract b,
.single-tovar .opisanie b {
    font-family: PFAgoraSansPro Bold;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    color: #14344f;
}
.single-tovar .right-content .right-block hr {
    width: 100%;
    height: 1px;
    background: #F2F2F2;
    border: 0;
    margin: 20px 0;
}

.single-tovar .opisanie {margin-top: 40px;}
.single-tovar .opisanie table {
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid #999;
    border-right: 0;
    border-bottom: 0;
}
.single-tovar .opisanie table td {
    border: 0;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.tovars.curusel {padding: 0;}
.tovars.curusel button.slick-arrow.slick-prev {left: -20px;}
.tovars.curusel button.slick-arrow.slick-next {right: -20px;}

.specpredlog {margin-top: 50px;}

.tovars.curusel .slick-slide img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}
.tovars.curusel .tovar {margin: 0 5px;}

form.wpcf7-form>span[data-name="acceptance"] .wpcf7-list-item {
    margin: 0;
    line-height: 1;
}
form.wpcf7-form > span input[type="checkbox"] {
    zoom: 2;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 5px;
    width: auto;
    height: auto;
}
form.wpcf7-form>span[data-name="acceptance"] .wpcf7-list-item .wpcf7-list-item-label small {display: table;}

.popup.fancybox__content .wpcf7,
.popup.fancybox__content > h2.block-title {max-width: 370px;}

.filters {
    display: flex;
    gap: 10px;
}
.filters > div .facet-label {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.filters > div .facetwp-facet {margin-bottom: 30px;}
.filters > div .facetwp-facet select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
}

.karta-menu {
    display: flex;
    gap: 20px;
}
.karta-menu ul {list-style: none;}
.karta-menu > ul {
    margin: 0;
    padding: 0;
}
.karta-menu > ul > li ul {padding-left: 20px;}

.karta-menu ul.menu1 {width: 25%;}
.karta-menu ul.menu2 {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.karta-menu ul.menu2 li.title {width: 100%;}
.karta-menu ul.menu2 li.title h2.block-title {margin-bottom: 0;}
.karta-menu ul.menu2 > li.katalog-item {width: calc(33.33% - 14px);}

.uslugi .right-content table {width: 100%;}
.uslugi .right-content table thead {
    text-align: left;
    font-size: 12px;
    color: #777777;
    font-weight: normal;
    line-height: 34px;
}
.uslugi .right-content table tbody tr {
    border: 0;
    padding: 0;
}
.uslugi .right-content table tbody tr.odd {background: #E8E8E8;}
.uslugi .right-content table tbody tr.even {background: #F2F2F2;}
.uslugi .right-content table thead th,
.uslugi .right-content table tbody td {
    line-height: 1.2;
    padding: 10px 15px;
}

.region-withe {
    background: #fff;
    margin-top: 40px;
}
.region-withe .conteiner {
    padding-top: 60px;
    padding-bottom: 60px;
}

.price {
    margin-top: 40px;
    display: table;
}

.vybor {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
.vybor > div {width: calc(100% / 3 - 14px);}
.vybor > div img {
    width: 100%;
    height: auto;
}

.region-withe .conteiner hr {
    border: 0;
    height: 1px;
    width: 100%;
    background: #666;
    margin-top: 20px;
    margin-bottom: 30px;
}

.region-withe .primenenie {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.region-withe .primenenie a {width: calc(100% / 4 - 15px);}
.region-withe .primenenie a img {
    width: 100%;
    height: auto;
}

.content.conteiner.page404 {
    margin-top: 80px;
    margin-bottom: 100px;
}




















