html {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    counter-reset: headings;
    overflow-x: hidden;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.header {
    padding: 20px 0;
    padding-top: 0px;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slogan {
    padding: 0 20px;
    align-items: center;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 20px;
    text-align: center;
}

.logo {

}

.logo a:hover {
    text-decoration: none;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 206px;
    margin: 0 auto;
}

@media (min-width: 1141px) {
    .top-menu {
        padding-left: 1.5% !important;
    }

}

.top-menu ul li {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #25292E;
    margin-right: 30px;
}

.top-menu ul {
    padding-left: 0px;
    margin: 15px 0;
}

.top-menu ul li a {
    color: #8C8C8C;
}

a.tg, a.wh, a.inst, a.vk {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px 0 15px 15px;
}

a.tg {
    background: url(../img/tg.svg);
}

a.wh {
    background: url(../img/whatsapp.svg);
}

a.inst {
    background: url(../img/inst.svg);
}

a.vk {
    background: url(../img/vk.svg);
}

.social a:hover {
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.contact-phones a {
    color: #25292E;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-phones:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;
    align-self: center;
    vertical-align: middle;
    background: url(../img/call.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.contact-mail a {
    color: #3F7BDB;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

.contact-mail:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;
    align-self: center;
    vertical-align: middle;
    background: url(../img/email.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

a.btn {
    border: 2px solid #B8E82E;
    box-sizing: border-box;
    padding: 6px 15px;
    color: #25292E;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    display: inline-block;
}

.normal-row {
    display: flex;
    width: 100%;
    align-items: center;
    align-content: center;
}

.contact-line-1 {
    display: flex;
    padding: 6px 0;
}

.contact-line-2 {
    text-align: right;
}

.btn-header a.btn:last-child {
    margin-right: 0px;
}

.btn-header {
    margin-left: 15px;
}

.top-soc {
    text-align: right;
}

.main-menu {
    background: #3F7BDB;
}

.main-menu > .wrap > ul > li > ul {
    display: none;
}

.main-menu > .wrap > ul > li:hover > ul {
    display: block;
}

.main-menu ul {
    padding-left: 0px;
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: justify !important;
    text-align-last: justify;
}

.main-menu li, .main-menu a {
    color: white;
}

.main-menu a {
    text-decoration: none;
}

.main-menu > .wrap > ul > li {
    display: inline-block;
}

.main-menu > .wrap > ul > li > a {
    display: inline-block;
    padding: 15px 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.main-menu li:hover a {
    text-decoration: none;
}

.main-menu li:hover {
    background: #5B92EB;
    transition: background 0.5s ease;
}

a.btn:hover {
    text-decoration: none;
    background-color: #B8E82E;
    transition: background 0.5s ease;
    color: white;
}

.main-menu > .wrap > ul > li:hover > ul {
    display: block;
    position: absolute;
    box-shadow: 0px 4px 10.9px 0px #00000040;
    width: 100%;
    background: #3F7BDB;

    border-radius: 0 0 5px 5px;
    z-index: 1;
}

.main-menu > .wrap > ul > li:hover > ul > li {
    display: block;

}

.main-menu > .wrap > ul > li:hover > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
}

.main-menu > .wrap > ul > li:hover > ul > li > a:hover {
    background: #FFF;
    color: #000000;

}

.main-menu .sub-menu {
    text-align: left !important;
    text-align-last: left !important;

}


a {
    color: #004b8d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.phone {
    display: block;
    font-size: 17px;
    font-weight: 500;
}

a.email {
    margin-top: 10px;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.call {
    text-align: right;
}

.slider .item img {
    max-width: 100%;
    width: 100%;
}

.section-img img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.section {
    padding-right: 20px;
}

.section:hover img {
    transition: 0.5s ease-in-out; /* плавная смена оттенка */
}

.section-name a {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #25292E;
}

.section-img {
    /*height: 200px;*/
    overflow: hidden;
}

.section-link a {
    color: #3F7BDB;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
}

.sections {
    width: calc(100% + 20px);
}

.materials_text_block {
    margin-top: 60px;
    color: #25292E;
    font-size: 16px;
    line-height: 26px;
}

.main-header:after {
    position: absolute;
    bottom: -23px;
    width: 80px;
    height: 4px;
    background: #B8E82E;
    content: ' ';
    left: 0px;
}

.main-header {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #25292E;
    position: relative;
    padding: 0px 0 0 0;
    margin: 0px;
    margin-bottom: 45px;
}

.main-page .main-header {
    padding: 40px 0 0 0;
}

.for. {
    color: #25292E;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    padding: 53px 0px 20px 0px;
    margin: 0px;
    display: block;
}

.schema {
    margin-top: 59px;
    border-top: 1px solid #969696;
}

.schema .main-header {
    margin-bottom: 59px;
}

.schema-itm {
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
}

.schema .schema-itm .schema-itm-txt:before {
    counter-increment: headings;
    content: counter(headings, decimal);
    display: block;
    color: #3F7BDB;
    font-weight: 900;
    font-size: 100px;
    line-height: 100px;
    opacity: 0.4;
    width: 100%;
    text-align: center;
}

.schema-itm-txt span {
    width: 100%;
    display: block;
    text-align: center;
}

.schema-itm-txt {
    background: #E5EFF8;
    color: #25292E;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    height: 100%;
    padding: 0 10px;
}

.schema-itm-img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.schema-itm-img img {
    width: 100%;
    height: auto;
    display: block;
}

.schema .row {
    width: calc(100% + 20px);
}

/* ACTIONS */
/*.actions:before {
    position: absolute;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #E5EFF8;
	content:' ';
	display:block;
}
.actions:after {
    position: absolute;
    left: 50%;
    width: 50%;
	top:0px;
    height: 100%;
    background: #3F7BDB;
	content:' ';
	display:block;
}*/

.flip-clock-wrapper {
    zoom: 0.9;
    -moz-transform: scale(0.9);
}

.actions {
    --actions-padding: 40px;
    position: relative;
    background: #3F7BDB;
}

.act-text {
    background: #E5EFF8;
    padding: var(--actions-padding);
}

.act-img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    text-align: right;
}

.act-img img {
    width: 246px;
    height: auto;
    display: inline-block;
}

.act-mounth {
    font-size: 20px;
    line-height: 28px;
    /*	color: #25292E;*/
    color: #3F7BDB;
    font-weight: bold;
}

.act-header {
    font-weight: bold;
    font-size: 72px;
    line-height: 84px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #25292E;
}

.act-offer {
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    width: 60%;
    text-align: left;
}

.product-images .slider-nav .slick-track {
    display: flex;
}

.product-images .slider-nav .slider-nav-itm {
    height: auto !important;
}

.product-images .slider-nav .slider-nav-itm img {
    height: 100% !important;
    object-fit: cover;
}

.act-button {
    position: absolute;
    left: 0;
    bottom: 16px;
    color: white;
    text-transform: uppercase;
    font-size: 26px;
    padding: 12px 50px;
    cursor: pointer;
}

div#clockdiv span {
    padding: 20px 20px;
    display: block;
    position: relative;
    font-size: 55px;
    font-weight: bold;
    z-index: 9;
    color: black;
    background: linear-gradient(180deg, #ffffff 0%, #EBEBEB 50%, #ffff 50%, #ebebeb 100%);
}

#clockdiv > div {
    display: inline-block;
}

#clockdiv div > span {
    display: inline-block;
}

.smalltext {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #25292E;
}

div#clockdiv {
    padding: 20px 0;
}

.act-form {
    z-index: 1;
    padding: var(--actions-padding);
}

.form-header {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
}

.form select, .form input {
    background: #FFFFFF;
    padding: 10px 20px;
    color: #25292E;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
    width: 100%;
    margin: 10px 0;
}

.checkbox {
    font-size: 11px;
    line-height: 18px;
    color: white;
}

.checkbox input[type=checkbox] {
    width: auto;
    display: none;
}

.checkbox .wpcf7-list-item-label {
    vertical-align: top;
}

.checkbox span.wpcf7-list-item-label:before {
    width: 24px;
    height: 24px;
    background: #B8E82E;

    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    padding: 4px 6px;
    content: '\2714';

    color: transparent;
}

.checkbox input[type=checkbox]:checked + span.wpcf7-list-item-label:not(.locked):before {
    content: '\2714';
    display: inline-block;
    color: white;
    padding: 4px 6px;
    border-radius: 3px;
    font-size: 14px;
}

button, input.wpcf7-form-control.wpcf7-submit {
    background: #B8E82E;
    border: 0px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #25292E;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 20px;
}

.act-form span.wpcf7-not-valid-tip {
    color: white;
    font-size: 14px;
}

.act-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    margin-top: 0px;
    padding: 20px;
    font-size: 12px;
    color: white;
    border: 1px solid white;
    border-radius: 3px;
}

/* BEST */
.best-block {
    row-gap: 20px;
    display: flex;
    margin: 90px 0;
    width: calc(100% + 30px);
}

.best-itm-img {
    text-align: center;
}

.best-itm-txt {
    color: #25292E;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}

.best-itm {
    padding-right: 30px;
}

.best-itm-txt span {
    color: #424242;
    font-size: 14px;
    line-height: 24px;
    display: block;
}

/* reviews */
.reviews {
    background: #F5F5F5;
    padding: 30px 0;
}

.reviews-links {
    padding: 60px 0;
    display: flex;
}

.reviews-link-header {
    color: #25292E;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-right: 100px;
    width: 260px;
}

.reviews-link-img1 {
    text-align: left;
    width: calc((100% - 360px) / 2);
}

.reviews-link-img2 {
    text-align: right;
    width: calc((100% - 360px) / 2);
}

/* slider */
.project_list {
    margin-top: 60px;
}

.project_header a {
    color: #25292E;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    display: block;
}

.project_descr {
    color: #25292E;
    font-size: 18px;
    line-height: 26px;
}

.project_price {
    color: #3F7BDB;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 10px 0;
}

a.more {
    color: #3F7BDB;
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    display: inline-block;
}

.project-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px; /* Основное решение - отступ между элементами */
    flex-wrap: wrap; /* Разрешаем перенос на новую строку при нехватке места */
}

.project-buttons .prj-btn {
    width: 65%;
}

.project-buttons .align-right {
    width: 35%;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.project-itm {
    padding-right: 30px;
    padding-bottom: 30px;
}

.project-img img {
    width: 100%;
    height: 230px;
    display: block;
    object-fit: cover;
}

.project_list {
    width: calc(100% + 30px);
}

button.slick-prev:before, button.slick-next:before {
    display: none;
}

button.slick-prev {
    position: absolute;
    /*      left: initial;
     top: -57px;
     */


    content: ' ';
    font-size: 0px;
    border: 0px;
    background-color: white;
    width: 17px;
    height: 31px;
    padding: 0px;
    background: url(../img/left_ico.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: -2px;
}

button.slick-next {
    position: absolute;
    /*right: 30px;
    top: -59px;
    */
    content: ' ';
    font-size: 0px;
    border: 0px;
    background-color: white;
    width: 17px;
    height: 31px;
    padding: 0px;
    background: url(../img/right_ico.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 0px;
}

.slick-prev:hover, .slick-prev:focus {
    background: url(../img/left_ico2.svg) !important;
    margin: 0px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.slick-next:hover, .slick-next:focus {
    background: url(../img/right_ico2.svg) !important;
    margin: 0px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

/* text */
.desrc-block {
    margin-top: 60px;
    color: #25292E;
    font-size: 16px;
    line-height: 26px;
}

.hr-top {
    border-top: 1px solid #969696;
    margin-top: 30px;
    padding-top: 50px;
}

ul li {
    font-size: 16px;
    line-height: 26px;
}

.content-header {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 20px 0;
    margin: 0;
}

.contact-block {
    border-top: 1px solid #969696;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-header {
    color: #25292E;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
}

.contact-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #25292E;
}

.contact-tel {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #25292E;
}

.contact-worktime {
    font-size: 14px;
    line-height: 24px;
    color: #969696;
}

.contact-soc > a:nth-child(1) {
    margin-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.contact-soc > a {
    margin-top: 0px;
    padding-top: 0px;
}

footer {
    background: #25292E;
    padding: 30px 0;
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
}

.footer-menu ul {
    padding: 0px;
    margin: 0px;
    text-align: justify;
    text-align-last: justify;
}

.footer-menu ul li a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 24px;
}

.footer-text {
    color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
}

.no-desktop,
.no-desktop-flex {
    display: none;
}

.succes_header {
    text-align: center;
}

.succes_header:after {
    width: 100%;
}

ul.full-menu {
    display: none;
}

/* breadcrumbs */
.breadcrumbs {
    font-size: 14px;
    padding: 20px 0;
}

.breadcrumbs a {
    color: #3f7bdb;
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
}

.breadcrumbs span.bx-breadcrumb-item span {
    color: #25292E;
    font-size: 14px;
    padding: 10px 0;
    display: inline-block;
}

/* contact page */
.hdr {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
}

.contact-page {
    margin-top: 45px;
}

.contact-form {
    padding-bottom: 40px;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="phone"], .contact-form input[type="tel"] {
    border: 1px solid #25292E;
    border-radius: 3px;
}

.form textarea {
    background: #FFFFFF;
    padding: 10px 20px;
    color: #25292E;
    font-size: 14px;
    line-height: 24px;
    border: 0px;
    width: 100%;
    margin: 10px 0;
    border-radius: 3px;
    border: 1px solid #25292E;
    height: 94px;
}

.contact-form .checkbox {
    color: black;
}

/* catalog */

.subcategory-header a {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #25292E;
}

.subcategory-img img {
    width: 100%;
    height: auto;
}

/* product_inside */
.slider-nav-itm img {
    width: 100%;
    height: auto;
}

.slider-nav-itm {
    padding-right: 10px;
    padding-top: 10px;
}

.slider-for-itm img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-nav button.slick-prev {
    left: 0px;
    top: 55%;
    z-index: 1;
}

.slider-nav button.slick-next {
    right: 0px;
    top: 55%;
    z-index: 1;
}

.slider-nav {
    padding-left: 30px;
    padding-right: 25px;
}

.product-description {
    padding-left: 40px;
}

#popup-form, #popup-form2, #popup-form3 {
    width: 70%;
}

div#popup-form .main-header, div#popup-form2 .main-header, div#popup-form3 .main-header {
    padding-top: 0px;
}

div#popup-form .form.contact-form, div#popup-form2 .form.contact-form, div#popup-form3 .form.contact-form {
    padding-bottom: 0px;
}

ul.product-cats {
    list-style: none;
    padding-left: 0px;
}

ul.product-cats li {
    display: inline-block;
}

ul.product-cats li img {
    width: 100%;
    height: auto;
    display: block;
}

.our_projects.product-inside-projects {
    margin-top: 20px;
}


.section-img:hover, .project-img:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

ul.slick-dots > li:only-child {
    display: none;
}

ul.slick-dots {
    padding: 0 5px;
    list-style: none;
    width: 100%;
    display: table;
    margin-top: -5px;

    line-height: 0px;
    z-index: 8;
    position: absolute;
    bottom: 2px !important;
    height: 100%;
}

.slick-dotted.slick-slider {
    overflow: hidden
}

ul.slick-dots li {
    display: table-cell;
    margin-right: 10px;
    padding-top: 100%;
    height: 100%;
    overflow: hidden;

}

.slick-dots li button {
    border: 0px !important;
    font-size: 0px !important;
    width: calc(100% - 4px) !important;
    height: 2px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    padding: 0px !important;
    margin: 0px !important;
}

.slick-dots li.slick-active button {
    background: #b8e82e !important;
}

.slick-dots li button:before {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-bottom: 0px;
    cursor: pointer;
}

div#popup-form, div#popup-form1, div#popup-form2, div#popup-form3 {
    padding-bottom: 0px;
    max-width: 700px;
}

div#popup-form p, div#popup-form1 p, div#popup-form2 p, div#popup-form3 p {
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
}

select.wpcf7-form-control.wpcf7-select {
    border: 1px solid #25292e;
    border-radius: 3px;
}

.compensate-for-scrollbar {
    margin-right: 0px !important;
}

.woocommerce.columns-4 {
    display: flex;
    flex-wrap: wrap;
}

.contact-tel a {
    color: black;
}

.main-info {
    /*min-height: calc(68vh - 164px);*/
    min-height: calc(100vh - 200px - 190px);
}

header {
    background-color: white;
}

/*header.scroll {
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
    z-index: 2;
}*/

.fancybox-container {
    z-index: 100001 !important;
}

.main-menu .current-menu-item {
    background: #5B92EB;
}

.top-menu .current-menu-item,
.footer-menu .current-menu-item {
    text-decoration: underline;
}

.flip-clock-dot.bottom {
    bottom: 43px !important;
}

.flip-clock-dot.top {
    top: 29px !important;
}

.countdown-month {
    color: #3F7BDB;
    font-weight: bold;
    position: absolute;
    /*    top: 57px;*/
    top: var(--actions-padding);
    left: var(--actions-padding);
    font-size: 24px;
    z-index: 1;
}

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

    .countdown-month {
        top: 30px;
    }
}

/*.mobile-menu,
.mobile-call
 {
    z-index: 100001;
}*/


.sticky-apps {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.sticky-apps__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    margin-bottom: 15px;
    border-radius: 50%;
}

.sticky-apps__btn:hover {
    -webkit-animation: none;
    animation: none;
}

.sticky-apps__btn:first-child {
    background: #25A5E4;
    -webkit-box-shadow: 0 0 0 0 rgba(37, 165, 228, 0.5);
    box-shadow: 0 0 0 0 rgba(37, 165, 228, 0.5);
    -webkit-animation: pulse_1 3s infinite;
    animation: pulse_1 3s infinite;
}

.sticky-apps__btn:last-child {
    margin-bottom: 0;
    background: #32AA20;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 170, 32, 0.5);
    box-shadow: 0 0 0 0 rgba(50, 170, 32, 0.5);
    -webkit-animation: pulse_2 3s infinite;
    animation: pulse_2 3s infinite;
}

/*subcategories style*/
ul.product-cats li {
    list-style: none !important;
    margin-left: 0 !important;
    margin-bottom: 4.236em !important;
    text-align: center !important;
    position: relative !important;
}

ul.product-cats li img {
    margin: 0 auto !important;
}

@media screen and (min-width: 768px) {

    ul.product-cats {
        margin-left: 0 !important;
        clear: both !important;
    }

    ul.product-cats li {
        width: 29.4117647059% !important;
        float: left !important;
        margin-right: 5.8823529412% !important;
    }

    ul.product-cats li:nth-of-type(3) {
        margin-right: 0 !important;
    }

}


@-webkit-keyframes pulse_1 {
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(37, 165, 228, 0);
        box-shadow: 0 0 0 20px rgba(37, 165, 228, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 165, 228, 0);
        box-shadow: 0 0 0 0 rgba(37, 165, 228, 0);
    }
}

@-webkit-keyframes pulse_2 {
    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 170, 32, 0);
        box-shadow: 0 0 0 20px rgba(50, 170, 32, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 170, 32, 0);
        box-shadow: 0 0 0 0 rgba(50, 170, 32, 0);
    }
}

@media only screen and (max-width: 767px) {
    project_lists .project-itm {
        padding-bottom: 70px;
    }

    .sticky-apps {
        left: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        right: 0;
        width: 100%;
        height: 50px;
        border-radius: 0;
    }

    .sticky-apps__btn {
        font-size: 16px;
        padding: 0 12px;
        line-height: 20px;
        -webkit-animation: none !important;
        animation: none !important;
        border-radius: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        font-size: 14px;
        line-height: 18px;
        color: #fff;
        text-decoration: none;
    }

    .sticky-apps__btn img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
        flex: 0 0 25px;
        margin-right: 12px;
    }

    footer {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 374px) {
    .sticky-apps__btn {
        font-size: 13px;
        padding-right: 5px;
        line-height: 1.2em;
    }

    .sticky-apps__btn img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        margin-right: 10px;
    }
}

.social__link_tel {
    background-image: url(../img/icon/tel.png);
}

.social__link_tel:hover {
    background-image: url(../img/icon/tel-hover.png);
}


.slider-wrap {
    position: relative;
    top: 0;
    left: 0;
}

.slider-offer {
    position: absolute;
    bottom: 40px;
    left: calc((100% - 1140px) / 2);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    gap: 5px;

    padding: 30px;
}

.slider-offer-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 120px;
}

.slider-offer-item img {


}

.slider-offer-item div {
    display: flex;
    color: #3f7bdb;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}


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

    .slider-offer {

    }

}

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

    .slider-offer {
        left: 40px;
    }

}

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

    .slider-offer {
        position: relative;
        bottom: 0;
        left: 0;
        justify-content: center;
    }

    .slider-offer-item {

        align-items: center;
    }

}

@media only screen and (max-width: 600px) {
    .best-block {

        justify-content: center;
    }
}

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

    .slider-offer {
        flex-wrap: wrap;
    }

    .slider-offer-item {
        width: 120px;
        flex-wrap: wrap;
    }

}

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

    .slider-offer-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

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

    .slider-offer {
        gap: 18px
    }

}


.boat {
    margin: 0 auto;
    width: 70%;
    display: block;
}

.main-info .main-header {
    margin-top: 20px;
}

.wrap-mobile-menu {
    display: flex;
    display: none;
    background-color: white;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100001;
    align-items: center;
    justify-content: end;
    padding: 10px 0;
    gap: 5px;
    border-bottom: 3px solid #3f7bdb;
}


.flip-clock-wrapper {
    margin-top: 0.5em !important;
}

/*.flip-clock-wrapper ul {
    width: 30px!important;
}*/

.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(63, 123, 219, 0.7) !important;
}

.flip-clock-dot {
    box-shadow: 0 0 5px rgba(63, 123, 219, 0.5) !important;
    background: #3F7BDB !important;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #3F7BDB !important;
}

.flip-clock-divider .flip-clock-label {
    color: #3F7BDB !important;
}

input.wpcf7-submit:hover {
    text-decoration: none;
    background: none !important;

    transition: all 0.5s ease;

}

input[name="tels"], input[name="phone"] {
    background: url("../img/phone.svg") 10px center no-repeat #FFF;
    background-size: auto 55%;
    padding-left: 45px;
}

input.wpcf7-form-control.wpcf7-submit {
    border: 1px solid #B8E82E !important;
}

input[name="fio"], input[name="name"] {
    background: url("../img/user.svg") 10px center no-repeat #FFF;
    background-size: auto 55%;
    padding-left: 45px;
    box-sizing: border-box;
}

input[name="email"] {
    background: url("../img/email_icon.png") 10px center no-repeat #FFF;
    background-size: auto 55%;
    padding-left: 45px;
}

input[name="address"] {
    background: url("../img/adr.svg") 10px center no-repeat #FFF;
    background-size: auto 55%;
    padding-left: 45px;
}

input[name="antispam"] {
    background: url("../img/adress_icon.png") 10px center no-repeat #FFF;
    background-size: auto 55%;
    padding-left: 45px;
}

.project-itm {
    padding-bottom: 80px !important;
}

.project_cart_bottom.cp3 {
    position: absolute;
    width: calc(100% - 60px);
    bottom: 30px;
}

.bx_catalog_tile_ul {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    margin: 0px;
    flex-wrap: wrap;
}

.bx_catalog_tile_ul li {
    list-style-type: none;
    font-size: 1.4em
}

input.agree {
    display: none
}

.our_projects .project_header {
    height: 30px;
}

@media only screen and (max-width: 767px) {
    input[name="tels"], input[name="email"], input[name="antispam"], input[name="fio"] {
        padding-left: 35px !important;

    }
}

.main-banner_offer {
    display: flex;
}

.main-banner {
    color: #FFF;
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 510px;
    background: url('../img/main_banner2000.jpg') center no-repeat;
    background-size: cover;
}

.main-banner_title {
    margin-bottom: 0px;

    width: 600px;
    font-size: 4rem;
    color: #FFF;
    text-transform: uppercase;
}

.main-banner_text {
    margin-top: 20px;
    width: 55%;
    font-size: 1.64rem;
}

.slider-offer-item1 img, .slider-offer-item3 img {
    margin-right: -1px !important;
}

.slider-offer-item div {
    color: #FFF;

}

.slider-offer-btn:hover {
    background: linear-gradient(#5e8fe3, #9fbcee, #ecf2fc, #e8effb);
    transition: background ease 0.5s;
}

.slider-offer-btn {
    text-align: center;
    margin-right: 5px;
    height: fit-content;
    padding: 12px 35px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    color: #1b3353;
    border-radius: 30px;
    text-transform: uppercase;
    background: linear-gradient(#e8effb, #ecf2fc, #9fbcee, #5e8fe3);
    border: none;
}

.slider-offer-item_img img {
    width: auto;
    height: auto !important;
    object-fit: unset;
    margin: 0px auto;
    max-width: 100%;
}


.slider-offer-item_img {
    width: 60px;
    height: 55px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient(#e8effb, #ecf2fc, #9fbcee, #5e8fe3);
    border-radius: 25px;
}

.project-itm {
    position: relative;
}

.shop_table h2 {
    margin: 0px;
}

.product-item_right {
    display: flex;
    float: right;
    gap: 30px;

    font-size: 16px;
}

.shop_table {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cart_item_row .product-thumbnail img {

    width: 239px;
    height: 167px;
    object-fit: cover;


}

.cart_item_row .product-name {
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 23.44px;
    width: 100%;

}

.cart_item_row .product-name a {
    color: #000;
}

.cart_item_row .product-name > a {
    display: inline-block;
    max-width: calc(100% - 100px);
    padding-right: 20px;
}

.cart_item_row .product-quantity {
    font-size: 16px;
}

.cart_item_row .product-quantity2 {
    display: none;
}

.cart_item_row .product-remove:hover {
    opacity: 0.7;
}

.cart_wrapper {
    background: #F8F8F8;
    padding: 20px;
    box-sizing: border-box;
}

.cart_wrapper .quick-order-btn:hover {
    background: none;
    border: 2px solid #B8E82E;
    cursor: pointer;
}

.cart_wrapper-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.cart_wrapper-bottom a, .cart_wrapper-bottom button {
    height: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 0px;
    border-radius: 0px;
    border: 2px solid #B8E82E;

}

a.btn {
    text-align: center;
}

.quick-order-btn2 {
    text-align: center;
    margin: 0px !important;
    background: #B8E82E !important;
}

.quick-order-btn2:hover {
    background: none !important;
    color: #25292e !important;
}

.prj-btn {
    display: flex;
    gap: 15px;
}

.cart_item_row {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}


.custom-order-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #F8F8F8;

}

.custom-order-container .shop_table {
    padding: 20px 20px 20px 20px;
}

.custom-order_right {
    width: fit-content;
    background: #3F7BDB;
    color: #FFF;
    padding: 50px 30px 0 30px;
    min-width: 320px;
}

.custom-order_right .t {
    font-family: Roboto;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.custom-order_right .f_block {
    display: flex;
    justify-content: center;
}

.custom-order_right .yandex_block {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}

.custom-order_right .rt, .custom-order_right .wh, .custom-order_right .vk, .custom-order_right .tg {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.custom-order_right .vk {
    background: url(https://g-tent.ru/wp-content/themes/Ygen_GTent_2021/img/vk1.svg) center no-repeat;
    background-size: cover;
}

.custom-order_right .tg {
    background: url(https://g-tent.ru/wp-content/themes/Ygen_GTent_2021/img/tg1.svg) center no-repeat;
    background-size: cover;
}

.custom-order_right .wh {

    background-size: cover;
}

.custom-order_right .rt {
    margin: 15px 0 15px 0px;
    background: url(https://g-tent.ru/wp-content/themes/Ygen_GTent_2021/img/rt1.svg) center no-repeat;
    background-size: cover;

}

.project-buttons .btn {
    min-width: 95px;
    text-align: center;
}

.align-right svg:hover {
    opacity: 0.8;
}

.quick-order-modal {
    padding: 40px 0;
    overflow: scroll;
    display: none;
    position: fixed;
    z-index: 700;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.quick-order-content {
    background: #FFFFFFCC;
    backdrop-filter: blur(25.700000762939453px);
    box-shadow: 0px 10px 17.6px 0px #00000040;
    top: 60px;
    margin: 30px auto;
    padding: 30px 30px 60px 30px;
    width: 90%;
    max-width: 1140px;
    border-radius: 20px;
    box-sizing: border-box;
}

.quick-order-content .product-remove {
    display: none;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.close:hover {
    opacity: 0.8;
}

#quickOrderForm {
    display: flex;
    gap: 20px;
}

#quickOrderForm .formfroup {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(50% - 10px);
}

.quick-order-modal input {
    outline: none;
    height: 50px;
    display: block;
    width: 100%;
    padding-right: 10px;
    border: none;
}

.quick-order-modal input[name="comment"] {
    padding-left: 10px;
}

.quick-order-modal .h2 {
    margin: 50px 0;
    font-size: 28px;
}

.quick-order-modal button {
    margin: 0px;
    background: #B8E82E;
    border-radius: 0px;
    border: 2px solid #B8E82E !important;
    color: #25292E;
    height: 50px;
    padding: 0 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.quick-order-modal button:hover {
    background: none;
}

.quick-order-modal .checkbox {
    color: #25292E;
    font-size: 12px;
}

.quick-order-modal .checkbox label > span {
    display: flex;
}

.quick-order-modal .checkbox label > span > span {
    display: block;
}

.custom-order_right .f_block a:hover {
    opacity: 0.8;
}

#quickOrderForm .checkbox2 {
    display: none;
}

@media (max-width: 1444px) {
    .slider-offer-item {
        width: 100px;
    }

    .slider-offer-item div {
        font-size: 13px;
    }

    .main-banner {
        padding-top: 20px;
        background: url('../img/main_banner1444.jpg') center no-repeat;
        background-size: cover;
        height: 390px;
    }

    .main-banner_title {
        font-size: 3.1rem;
    }

    .main-banner_text {
        font-size: 1.2em;
        width: 500px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .main-banner {
        padding-top: 15px;
        height: 380px;
        background: url('../img/main_banner991.jpg') center no-repeat;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .slider-offer-item {
        width: 90px;
    }

    .slider-offer-item div {
        padding-top: 3px;
        font-size: 12px;
    }

    .main-banner_offer {
        flex-wrap: wrap;
        width: 300px;
        justify-content: space-between;
        row-gap: 15px;

    }

    .slider-offer-btn {
        width: 100%;
        font-size: 1.1em;
    }

    .main-banner {
        padding-top: 10px;
        height: 420px;
        background: url('../img/main_banner767.jpg') center no-repeat;
        background-size: cover;
    }

    .main-banner_title {
        width: 400px;
        font-size: 2.7rem;
        margin-top: 10px;
    }

    .main-banner_text {
        width: 420px;
        margin-top: 0px;

        font-size: 1.24em;
    }
}

.y_map_rout {
    display: none;
}

@media (max-width: 575px) {
    .y_map_rout {
        display: inline-block;
    }

    .project_header a {
        font-size: 22px !important;
    }

    .project-img img {
        height: auto;
    }
}

@media (max-width: 450px) {
    .logo_link {
        width: 60px;
        overflow: hidden;
    }

    .main-banner_offer {

        width: 270px;
        max-width: 100%;
    }

    .main-banner_title {
        width: 90%;
        font-size: 2.3rem;
    }

    .main-banner_text {
        width: 90%;
        font-size: 1em;
    }

    .main-banner {
        padding-top: 1px;
        background: url('../img/main_banner450.jpg') center no-repeat;
        background-size: cover;
        height: 400px;
    }
}

@media (max-width: 310px) {
    .slider-offer-item {
        display: none
    }
}

#view_more_button:hover {
    cursor: pointer;
    opacity: 0.7;

    transition: opacity linear 0.6s;
}

.ngg-gallery-thumbnail span {
    text-align: left !important;
    padding: 0 5px 5px 5px;
}

.contact-time, .contact-adress {
    display: flex;
}

.contact-time > div, .contact-adress > div {
    width: calc(100% - 34px);
}

.contact-mail, .contact-phones {
    margin-bottom: 20px;
}

.btn-header > p {

    padding-bottom: 10px !important;
}

.btn-header .btn {

    width: 160px;
    text-align: center;
}

.contact-time:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;

    vertical-align: middle;
    background: url(https://g-tent.ru/wp-content/themes/Ygen_GTent_2021/img/time.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.contact-adress:before {
    content: ' ';
    display: inline-block;
    width: 24px;
    height: 24px;

    vertical-align: middle;
    background: url(https://g-tent.ru/wp-content/themes/Ygen_GTent_2021/img/adress.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.materials_wrapper {
    flex-wrap: wrap;
    display: flex;
    gap: 19px;
    padding-bottom: 0px;
}

.materials_wrapper > div {
    width: calc(33% - 12px);
}

.materials_wrapper > div img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.materiali_subtitle {
    font-size: 24px;
}

.materials_wrapper > div a:nth-child(2) {
    margin-top: 20px;
    display: block;
    border: 1px solid #B8E82E;
    text-align: center;
    padding: 9px 0;
    font-size: 18px;
    color: #25292E;
}

.materials_wrapper > div a:nth-child(2):hover {
    text-decoration: none;
    background: #B8E82E;
    color: #FFF;
    transition: background 0.4s linear;
}

.faq-container {
    padding: 30px 0;
    max-width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.faq-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.faq-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.faq-item:hover .plus {
    color: #FFF;
    background: #3f7bdb;
}

.faq-item_header {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plus {
    font-size: 24px;
    line-height: 20px;
    transition: color 0.3s;
    transition: background 0.3s;
    border-radius: 100%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.answer {
    display: none;
    padding: 10px 0;
    color: #666;
}

.post-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.post-item .post-thumbnail {
    width: 300px;
    height: 180px;
    background: #424278;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-excerpt {
    overflow: hidden;
    margin-bottom: 20px;
    color: #545353;
}

.post-item .post-text {
    width: 57%;
}

.post-item .post-title {
    color: #0377dc;
    margin: 0px 0px 10px 0px;
    text-transform: uppercase;
}

.post-item .read-more {
    color: #000;
    padding: 6px 10px;
    border: 2px solid #0377dc;
    transition: all 0.4s linear;
}

.post-item .read-more:hover {
    text-decoration: none;
    color: #FFF;
    background: #0377dc;

    transition: all 0.4s linear;
}

.pagination_page {
    display: flex;
    gap: 10px;
    font-size: 18px;
}

.pagination_page .current {

    display: flex;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #0377dc;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.pagination_page a {

    padding: 2px 4px;
    text-decoration: none;
}

.pagination_page a:hover {
    opacity: 0.8;
}

.post-text img {
    display: none;
}

@media (max-width: 767px) {
    .post-item .post-text {
        width: 100%;
    }

    .post-item .post-thumbnail {
        display: none;
    }

    .post-text img {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

}


.price-block svg {
    vertical-align: middle;
}

.price-block a.custom-add-to-cart-btn.button {
    background-color: #3f7bdb;
    box-sizing: border-box;
    padding: 6px 15px;
    color: #25292e;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
}

.price-block a span {
    margin-left: 5px;
    color: white;
}

.project_cart_bottom.cp3 {
    width: 100%;
}

.price-block a.custom-add-to-cart-btn.button:hover {
    text-decoration: none !important;
}

#cart-popup {
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.popup-icon {
    font-size: 60px;
    color: #4CAF50;
    margin-bottom: 20px;
}

.popup-title {
    color: #333;
    margin-bottom: 25px;
}

.popup-product-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.popup-product-info .product-image img {
    max-width: 80px;
    border-radius: 5px;
}

.popup-buttons1 {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.popup-buttons1 .btn {
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 0px;
}

.popup-buttons .popup-close {
    background: #f0f0f0;
    color: #333;
    border: none;
    cursor: pointer;
}
.popup-product-info .product-image img {
    width: 100% !important;
    height: auto !important;
}
.popup-buttons1 .btn:hover {
    opacity: 0.9;
    cursor: pointer;
}

/* product styles */
.product-descr ol {
    counter-reset: item; /* Сброс счетчика */
    list-style: none; /* Убираем стандартные маркеры */
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.product-descr ol li {
    position: relative;
    margin-bottom: 1.8rem; /* Отступ между пунктами */
    padding-left: 2.5rem; /* Отступ для нумерации */
    line-height: 1.5;
}

.product-descr ol li:last-child {
    margin-bottom: 0; /* Убираем отступ у последнего элемента */
}

/* Кастомная нумерация */
.product-descr ol li::before {
    content: counter(item) ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 1.1em;
    color: #2c3e50; /* Цвет цифр */
}

/* Стили для заголовков моделей */
.product-descr ol li br ~ br {
    display: block; /* Показываем остальные <br> */
    content: " ";
    margin-bottom: 0.6rem;
}

/* Стили для текста характеристик */
.product-descr ol li {
    font-size: 1rem;
}

.product-descr ol li:first-line {
    font-weight: bold; /* Первая строка жирная (название модели) */
    font-size: 1.1em;
    color: #1a365d;
}

/* Стили для характеристик (строк с тире) */
.product-descr ol li br + span {
    display: block;
    padding-left: 1.5rem;
    text-indent: -1.2rem;
    margin-top: 0.5rem;
    font-size: 0.95em;
    color: #4a5568;
}

/* Для добавления тире перед характеристиками */
.product-descr ol li br + span::before {
    content: "–";
    margin-right: 0.5rem;
}