/* USER STYLES */
.category-description {
    margin-bottom: 30px;
}
.s-home-features-item{
    margin-top: 20px;
    padding-left: 100px;
}
.a.name-cont{
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px;
}
.clr{
    clear: both;
    font-size: 0;
    line-height: 0; 
}
.cont-1{
    float: left;
    width: 41%;
    margin: 0px 30px 5px 0px;
    text-align: right;
    font-weight: bold;
}
.cont-2{
    float: left;
    width: 56%;
    margin: 0px 0px 5px 0px;   
}
.cont-br{
    margin-bottom: 20px;
}
.s-content-wrapper, .s-homepage-products, .s-homepage-posts, .s-main-block{
    background-color: #efefef !important;
}
.otzyv-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.otzyv_item{
    width: calc(33.33% - 30px);
    padding-bottom: 15px;
}
.otzyv_item a{
    width: 100%;
}
.otzyv_item img{
    width: 100%;
}
.otzyv_title{
    font-size: 1.6rem;
    font-weight: 700;
    padding-bottom: 30px;
}
.otzyv_section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.otzyv_all{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding-top: 30px;
}
.s-lastview-products{
    background-color: #efefef !important;   
}
.blog_section{
    padding-top: 30px;
}
.blog_sidebar{
    padding-top: 30px;
}
.navbar.s-middle-header .fa{
    color: #ab2524 !important;
}
.s-post-wrapper th{
    background-color: #3d4359 !important;
}
.ytp-chrome-top, .ytp-chrome-bottom{
    display: none !important;
}
.contacts_map1{
    display: inline-block;
    width: 49%;
    padding: 20px;
    vertical-align: top;
}
.contacts_map1_adress{
    display: inline-block;
    font-weight: 600;
    vertical-align: top;
    min-width: 60px;
}
.contacts_map1_text{
    display: inline-block;
}
.contacts_map1 figure{
    margin: 0;
}
.uslugi_img_wrapper{
    height: 224px;
    display: flex;
    align-items: center;
}
.s-site-logo a {
    display: block;
    margin: -3px 0 0 10px;
    font-size: 18px;
}
.buy1click-button {
    padding: 8px 10px !important;
}
.call-back-button {
    padding: 10px;
    background: #ab2524;
    color: #fff !important;
    display: block;
    text-align: center;
}
.button_header_tol {
    padding: 10px;
    background: #ab2524;
    color: #fff !important;
    display: block;
    text-align: center;
}
.btn {
    font-size: .8rem;
}
.s-phone-wrapper {
    font-size: 16px;
    text-align: left;
    width: 100%;
    line-height: 24px;
}
.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
    margin-bottom: 50px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container.video {
    max-width:700px;
}
header.s-header-wrapper nav.s-middle-header .s-site-logo a {
    line-height: normal;
}
.mobile-phone {
    display: none;
}
.s-footer-menu .call-back-button {
    background: none;
    text-align: left;
    cursor: pointer;
}
.s-product-info {
    width: 100%;
}
.s-product-page .s-product-info .s-tabs-wrapper {
    width: 100%;
}
.s-sidebar-subcategories {
        padding-left: 15px !important;
}
ul.s-sidebar-subcategories>li>a {
    padding: 0 !important;
}
header.s-header-wrapper nav.s-top-header {
    padding: 10px 0;
    margin-bottom: 30px;
    background: #ab2524;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (max-width: 600px) {
    .slider-responsive {
        display: none;
    }
    .s-home-features {
        margin-top: 0;
        padding-top: 30px;
    }
    header.s-header-wrapper nav.s-middle-header>.container {
        margin-bottom: 20px;
    }
    .s-home-features-item {
        padding-left: 0;
        margin-top: 20px !important;
    }
    .s-content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    ul.s-products-list .owl-nav {
        display: block !important;
    }
    .s-home-features .s-home-features-icon {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        text-align: center;
    }
    .s-home-features .s-home-features-desc {
        margin-left: 0 !important; 
        font-size: 0.9rem;
        text-align: center;
    }
    .mobile-phone {
       display: block; 
    }
}

/*нумерованный список*/
.category-description ol{
counter-reset: li; 
list-style: none; 
font-size: 14px;
padding: 0;
margin-left: 5%;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.category-description ol li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .8em;
text-decoration: none;
transition: all .3s ease-out;
}
.category-description ol li:hover {
background: #DCDDE1;
}       
.category-description ol li:before {
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #ab2524;
color: #fff;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}
.category-description ol li:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .2s ease-out;
}
.category-description ol li:hover:after {
left: -.5em;
border-left-color: #ab2524;
}

/*маркированный список*/
.category-description ul{
  list-style: none;
}
.category-description ul li{
position: relative;
}

.category-description ul li:before{
  content: "";
width: 18px;
height: 18px;
border-radius: 50%;
background: #ab2524;
position: absolute;
top: 4px;
left: -30px;
z-index: 2;
transition: .4s ease-in-out;
}

.category-description ul li:hover:before {left: -20px;}

#multiformField32, #multiformField33, #multiformField34,.form_zakaz {
    width: 100%;
    text-align: center;
}

.form_zakaz_button {
    padding: 10px;
    background: #ab2524;
    color: #fff !important;
    display: block;
    text-align: center;
}

.grid_preimushestva {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    background-image: url(/wa-data/public/photos/90/00/90/90.970.JPG);
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 2vh;
    padding-inline-end: 21vh;
    padding-inline-start: 21vh;
    text-align: center;
    margin-block-start: 5vh;
}


.span-col-4{
    grid-column: span 4 / auto; 
    z-index: 111; 
    padding-block-end: 5vh;
    padding-block-start: 5vh;}

.grid_preim {
    display: grid;
    background-image: url(/wa-data/public/photos/90/00/90/90.970.JPG);
    background-position-y: 68%;
    background-size: cover;
    position: relative;
    color: #fff;
    padding: 2vh;
    text-align: center;
    margin-block-start: 5vh;

}
.grid_preim:before {
    content: '';
    background-color: rgba(78,88,91,.8);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
.grid_menu {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    text-align: center;
    color: #fff;
    padding: 2vh;
    /*padding-inline-end: 21vh;
    padding-inline-start: 21vh;*/
    text-align: center;
    margin-block-start: 5vh;
    z-index: 111;
}

.grid_menu_col {
    grid-column: span 3;
    padding-inline-end: 1rem;
}

@media screen and (max-width: 1100px) {
    .grid_menu_col {
        grid-column: span 12;
        padding-block-end: 15px;
    }
}

@media screen and (max-width: 480px) {
    .grid_menu_col {
        grid-column: span 12;
        padding-block-end: 15px;
    }
}

.grid_partners_col {
    grid-column: span 6;
    padding-inline-end: 1rem;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .grid_partners_col {
        grid-column: span 6;
        padding-block-end: 15px;
    }
}

@media screen and (max-width: 770px) {
    .grid_partners_col {
        grid-column: span 12;
        padding-block-end: 15px;
    }
}