/* ------------------------------Подключение шрифта----------------- */
@font-face {
	font-family: 'LibreFranklin-Free'; 
	src: url(../fonts/Linearicons-Free.ttf); 
}
@font-face {
	font-family: 'SourceSansPro-Light'; 
	src: url(../fonts/SourceSansPro-Light.otf); 
}
body{
    /* font-family: 'SourceSansPro-Light', sans-serif; */
    line-height: 1.4;
    color: #646464;
}
/* @font-face {
    font-family: 'Font-Awesome-5';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa-regular-400.eot");
    src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
    font-family: 'Font Awesome 5 Free ';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa-solid-900.eot");
    src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg"); } */
/* @font-face {
	font-family: 'a_romanus-italic'; 
	src: url(../fonts/a_romanus-italic.ttf); 
} */
/* body{
    font-family: "LibreFranklin-Thin";
} */
/* ----------------------Logo основное лого сайта----------------- */
/* .main-logo-text{
    font-family: 'a_romanus-italic';
    font-size: 30pt;
    color: #2ed3ae;
    text-transform: uppercase;
    font-style: italic;    
} */
/* --------------------Логотип в header *------------------------- */
.brand-name{
    float: left;
}
.logo-text{
    width: 240px;
    color: #2ed3ae;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
}
@media (max-width: 1028px){
    .logo-text{
        width: 200px;
        margin-top: 10px;
        margin-left: 10px;
    } 
}
@media (max-width: 991px){
    .logo-text{
        width: unset;
        margin-top: 1px;
    }
}
@media (max-width: 553px){
    .logo-text{
        display: none;
    }
}
/* ------------------------Главное меню-------------------------- */
.rd-navbar-static .rd-navbar-dropdown li a{
    line-height: 17px;
}
.rd-navbar-static .rd-megamenu-list > li > a{
    line-height: 17px;
}
.rd-navbar-static .rd-megamenu-list > li + li{
    margin-top: 15px;
}
/* ------------------Хлебные крошки. Заголовок------------------- */
.breadcrumbs-custom .breadcrumbs-custom__inner .breadcrumbs-custom__title{
    white-space: nowrap;
    max-height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ------------------Меню разделов каталога ----------------------*/
.nav-left-menu{
    display: block;
    margin: 20px 0;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
}
.nav-left-menu li{
    position: relative;
}

.nav-left-menu li.active>a{
    color: #fff;
    background: #2ed3ae;
}
.nav-left-menu > li > a{
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.nav-left-menu li>a{
    display: block;
    padding: 11px 56px 11px 18px;
    
}
.nav-left-menu .left-submenu .drop-left-menu{
    height: 0;
    overflow: hidden;
}
.nav-left-menu .left-submenu.open > .drop-left-menu{
    height: auto;   
}
.nav-left-menu .drop-left-menu > li > a{
    color: #888;
    padding: 9px 56px 9px 30px;
    font-size: 12px;
    line-height: 1.5;
}
.nav-left-menu .drop-left-menu li li > a{
    padding-left: 46px;
}
.nav-left-menu .drop-left-menu > li.active > a{
    font-weight: 600;
    color: #000;
    background: unset;
}

.nav-left-menu a {
    position: relative;
    display: block; 
    color: #2ed3ae;   
}

.nav-left-menu li > a{
    color: #000;
    display: block;
    padding: 11px 56px 11px 18px;
}
.nav-left-menu > li > a{
    font-size: 12px;
    line-height: 1.5;
}
.nav-left-menu .nav-arrow-togle::after{
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 40px;
    font: 400 14px "FontAwesome";
    line-height: 40px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    color: #000;
}
.nav-left-menu li.active > .nav-arrow-togle::after{
    color: #fff;
}
.nav-left-menu .drop-left-menu .nav-arrow-togle::after{
    height: 34px;
    line-height: 34px;
    color: #888;    
}
.nav-left-menu .drop-left-menu .active .nav-arrow-togle::after{
    color: #000;
}
.nav-left-menu .open > .nav-arrow-togle::after{
    transform: rotate(180deg);
}
/* ------------------Форма обратной связи------------------------ */
.linear-icon-organization::before{
    font-family: 'LibreFranklin-Free';
    content: "\e801";
}
/* ----------------------- Контакты ------------------------------ */
.section-contact{
    padding-top: 75px;
    padding-bottom: 100px;
}
.section-contact h3{
    text-align: center;
}
.sklad-contact{
    text-align: left;
    margin-top: 40px;
}
.bg-shema{
    background: url(../images/shema_sklad3.jpg) #fff no-repeat;
    background-size: cover;
}
@media (max-width: 1600px){
    .bg-shema{
        background: url(../images/shema_sklad3.jpg) #fff no-repeat;
        background-size: cover;
    }
}
@media (max-width: 992px){
    .bg-shema{
        height: 412px;
        background: url(../images/shema_sklad.jpg) #fff no-repeat;
    }
}
@media (max-width: 767px){
    .bg-shema{
        height: 382px;
        background: url(../images/shema_sklad.jpg) #fff no-repeat;
    }
}
/*---------------------- Форма поиска ----------------------------*/
.main-search-form > .search-position{
    display: block;    
}
.main-search-form > .search-position.clearfix::after{
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
}
.main-search-form > .search-position li{
    display: block;
    float: left;     
    font-size: 16px;       
}
@media (max-width: 992px){
    .main-search-form > .search-position{
        margin-top: 20px;
    }
}
.main-search-form > .search-position > li > .site-search-input{
    width: 244px;
    height: 35px;
    border: none;
    box-shadow: 0 0 0 0.05rem #c7c7c7;          
    border-radius: 3px 0 0 3px;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;             
}
@media (max-width: 992px){
    .main-search-form > .search-position > li > .site-search-input{
        height: 40px;
        background-color: #f8f8f8;
        border-radius: 0; 
        box-shadow: none;
        padding-left: 10px;       
    }
}
.main-search-form > .search-position > li > .site-search-input:focus{
    border: none;
    box-shadow: 0 0 0 0.05rem #2ed3ae;
}
@media (max-width: 992px){
    .main-search-form > .search-position > li > .site-search-input:focus{
        box-shadow: none;       
    }
}
.main-search-form > .search-position > li > .search-button{
    display: inline-block;
    border: none;
    box-shadow: 0 0 0 0.05rem #c7c7c7;
    border-radius: 0 3px 3px 0;    
    background: #f8f8f8;
    position: relative;
    cursor: pointer;
    padding: 0;
    height: 35px;
    width: 35px;
    overflow: hidden;
    color: #c7c7c7;
    outline: none;
    outline-offset: 0;
}
@media (max-width: 992px){
    .main-search-form > .search-position > li > .search-button{
        height: 40px;
        color: #888; 
        box-shadow: none;       
    }
}
.main-search-form > .search-position > li > .search-button:hover{
    color: #000;
}
.main-search-form > .search-position > li > .search-button::before{
    content: '\e922';    
    font-size: 19px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    font-family: 'Linearicons';
    line-height: 40px;
    padding-bottom: 3px;    
}
.main-search-form > .search-position > li > div{
    height: 35px;
    width: 35px;
    box-shadow: 0 0 0 0.05rem #c7c7c7;
    line-height: 35px;
}
/* ---------------------------------------------Главная страница -------------------------------------------------*/
.bg-image-2main{
    background-image: url(../images/bg-image-2main.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* ----------------------------------------Слайдер главной страницы--------------------------------------------- */
@media (min-width: 992px){
    .desktop .rd-navbar-corporate-linked .swiper-slider_fullheight{
        min-height: 500px;
    }
}
@media (min-width: 992px){
    .desktop .rd-navbar-corporate-linked .swiper-slider_fullheight .swiper-slide-caption{
        padding-top: 75px;
        padding-bottom: 100px;
    }
}
/* ---------------------------------------Паралакс. Сервис. На главной.------------------------------------------ */
.section-xxl.section-services .service-cont a{
    color: #fff;
    text-decoration: underline dotted;
}
@media (min-height: 800px) and (min-width: 1200px){
    .section-xxl.section-services{
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 500px){
    .main-paralax{
        display: none;
    }
}

/* --------------------------------------------Список статей----------------------------------------------------- */
.blurb__title{
    line-height: 1.1;
}
.news-articles article{
    margin-bottom: 75px;
}
.articles-anons{
    margin-top: 10px;
}
.articles-anons h5{
    text-transform: uppercase;
    font-size: 18px;
    color: #888;
}
.articles-anons .green-anons{
    color: #2ed3ae;
    font-size: 13px;
    font-style: italic;
}
.articles-anons p + *{
    margin-top: 10px;
}
.articles-anons p{
    font-size: 16px;
    line-height: 1.1;
    margin-top: 10px;
}
.articles-anons ul{
    list-style-type: disc;
    list-style-position: inside;         
}
.articles-anons ul li{
    margin-top: 10px;
    line-height: 1.1;
    font-size: 16px;
    display: list-item;    
}
.articles-anons ul li:nth-child(1){
    margin-top: 0;   
}
/* --------------------------------------------Статьи детально----------------------------------------------------- */
.articles-description h1{    
    font-size: 28px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.articles-description h1:first-child{
    margin-top: 0;
}
.articles-description h3{    
    font-size: 28px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.articles-description h3:first-child{
    margin-top: 0;
}
.articles-description h5{
    color: #2ed3ae;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
.articles-description p{    
    font-size: 16px;
    line-height: 1.1;
}
.articles-description p span, .about-two-col p span, .accessory-cart span{
    font-weight: 600;
}
.articles-description .green-anons{
    color: #2ed3ae;
    font-size: 13px;
    font-style: italic;
}
.articles-description .img-center{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 25px;
}
.articles-description .img-group{
    margin-bottom: 22px;
}
.articles-description .img-left{
    display: inline-block;
    width: 49%;
    text-align: center;    
}
.articles-description .anons-img-left{
    display: inline-block;
    width: 49%;
    text-align: center;
    font-style: italic;    
}
.articles-description .small-text{
    font-size: 12px;
    display: block;
    width: 35%;
}
.articles-description ul{
    margin-top: 22px;
}
.articles-description ul li{
    display: list-item;
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.1;
}
.articles-description ol{
    margin-top: 22px;         
}
.articles-description ol li{
    display: list-item;
    list-style: decimal;
    margin-left: 16px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.1;    
}
.articles-description .table-anonse{
    margin-bottom: 18px;
}
.articles-description .table-anonse p{
    font-size: 14px;
    font-style: italic;
    margin-top: 2px;    
}
.articles-description .text-center-italic{
    text-align: center;
    font-size: 14px;
    font-style: italic;    
}
.articles-description table{
    font-size: 14px;
    line-height: 1.1;
}
.articles-description .literatura-item{
    margin-bottom: 16px;
}
.articles-description .literatura-item p{
    margin-top:  3px;
}
/* ------------------------------------------Список новостей---------------------------------------------------- */
.news-height-header{
    height: 74px;
    overflow: hidden;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    line-height: 1.4;
}
@media (max-width: 1200px){
    .news-height-header{
        height: 60px;
    }
}
@media (max-width: 767px){
    .news-height-header{
        height: unset;
    }    
}
.allnews-linck{
    text-align: right;
}
/* -------------------------------------------Новости детально-------------------------------------------------------- */
.col-lg-12.section-divided__main.news-no-marg{
    margin-bottom: 20px;
}
.news-head-text{
    font-size: 28px;
    line-height: 28px;    
}
.detail_picture{
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}
.news-cont-description p{    
    font-size: 16px;
    line-height: 1.1;
}
.news-cont-description p span{
    font-weight: 600;
}
.news-cont-description ul li{
    display: list-item;
    list-style-position: inside;
    list-style-type: disc;
}
.news-cont-description .color-red{    
    color: #FF1A02;
}
.news-cont-description p .highlight{
    font-weight: 300;
    color: #027D93;    
}
.news-cont-description .video-center, .events-cont-description .video-center{
    text-align: center;
}
.news-navigation-back{
    text-align: right;
}
.button-link-news{
    color: #000;
    border: 0;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
}
.button-link-news::before{
    display: inline-block;
    padding-right: 8px;
    content: '\e879';
    font-family: 'LibreFranklin-Free';
}
.bg-default.section-lg.news-and-articles{
    padding-top: 50px;
    padding-bottom: 50px;
}
.section.bg-default.news-and-articles-back{
    padding-bottom: 50px;
}
.news-cont-description .img-news-center{
    text-align: center;
}
.news-cont-description .img-news-left{
    float: left;
    margin-right: 15px;
}
.news-cont-description .img-news-left.last{
    margin-right: 0;
}
@media (max-width: 1600px){
    .news-cont-description .img-news-left.last{
        margin-top: 15px;
    }
}
@media (max-width: 992px){
    .news-cont-description .img-news-left{
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.events-cont-description ul li, .events-cont-description ol li{
    display: list-item;
    list-style-position: outside;
    margin-left: 18px;
}
.events-cont-description ul li{
    list-style-type: disc;
}
.events-cont-description ol li{
    list-style-type: decimal;
}
/* ------------------------------------------Основной каталог-------------------------------------------------------- */
/* Список разделов */
.pricing-table .catalog-height-name{
    height: 120px;
    font-size: 21px;
}
.pricing-table .pricing-body p{
    font-size: 14px;
}
/* Список элементов */
@media (min-width: 768px){
    .product-grid .product-caption .product-title{
        font-size: 16px;
    }
}
@media (min-width: 1600px){
    .product-grid .product-caption .product-title{
        font-size: 18px;
    }
}
.pricing-table .pricing-header .img-catalog-item{
    /* width: 214px; */
    height: 214px;
    display: block;
    /* margin-right: unset !important; */
    background: url(../images/no-img-bg.png) center no-repeat;
} 
/* ------------------------------------------Основной каталог. Список секций списком-------------------------------------------------------- */
.list-linked.catalog-list-font{
    font-size: 20px;
}
/* ------------------------------------------Основной каталог. Список секций 7 вряд-------------------------------------------------------- */
.section-min-padding{
    padding-top: 20px;
    padding-bottom: 70px;
}
.section-min-padding-list{
    padding-top: 50px;
    padding-bottom: 60px;
}
.row-7-col .col-cat-7{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/* @media (min-width: 1600px){
    .row-7-col .col-cat-7:first-child, .row-7-col .col-cat-7:nth-child(8n){
        padding-left: 25px;
    }
} */
/* .row-7-col .col-cat-7:last-child{
    padding-right: 25px;
} */
.col-cat-7 .price7-wrap{
    padding-top: 40px;
}
.col-cat-7 .price7-table{    
    text-align: center; 
}
.price7-table h5{
    font-size: 15px;
    font-weight: 600;
    height: 120px;              
}
.price7-table .catalog-section-link{
    border: 1px solid #ececee;
    /* box-shadow: 0 0 5px #888; */
    display: flex;    
    height: 100%;
    width: 100%;           
}
.price7-table .catalog-section-link:hover{
    border: 1px solid #2ed3ae;
    box-shadow: 0 0 7px #1f957b;
}
.price7-table .catalog-section-link span{
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    color: #1f957b;
}
.product-grid .product-caption .product-title{
    height: 43px;
    display: flex;
    overflow: hidden;    
}
.product-grid .product-caption .product-title a{        
      margin: auto;
      line-height: 21px;
}
.product-grid * + .button{
    margin-top: 1px;
}
@media (min-width: 390px){
    .row-7-col .col-cat-7{
        width: 50%;
    }
}
@media (min-width: 576px){
    .row-7-col .col-cat-7{
        width: 33.3333333%;
    }
}
@media (min-width: 768px){
    .row-7-col .col-cat-7{
        width: 25%;
    }
} 
@media (min-width: 992px){
    .row-7-col .col-cat-7{
        width: 20%;
    }
}
@media (min-width: 1200px){
    .row-7-col .col-cat-7{
        width: 14.285714285714285714285714285714%;
    }
}
@media (max-width: 1600px){
    .price7-table h5{
        font-size: 13px;
    }
}
/* ------------------------------------------Основной каталог. Список элементов-------------------------------------------------------- */
.product-img-min{
    min-width: 250px;
}
/* -------------------------------------------Основной каталог. Карточка товара.------------------------------------------------------- */
.tab-content h5{
    margin-bottom: 22px;
}
.tab-content ul + h5{
    margin-top: 45px;
}
.catalog-description h5{
    line-height: 24px;
}
.catalog-description h5+*{
    margin-top: 22px;
}
.catalog-description ul li, ol li{
    display: list-item;
} 
.catalog-description ul{    
    list-style-type: disc !important;
    list-style-position: inside !important;    
}
.catalog-description ul+*{
    margin-top: 22px;
}
.catalog-description ol{
    list-style-type: decimal;
    list-style-position: inside;
}
.product-single h1{
    font-size: 30px;
    line-height: 1.43333;    
    font-weight: 300;
}
@media (max-width: 992px){
    .product-single h1{
        font-size: 24px;
    }
}
.product-single .product-text span{
    font-weight: 600;
}
.product-single p, .catalog-description p{
    line-height: 24px;
}
.product-single .product-text ul{
    margin-left: 20px;
}
.product-single .product-text ul li{
    display: list-item;
    list-style-type: disc;
    line-height: 20px;
    margin-bottom: 10px; 
}
.catalog-description .video-center{
    text-align: center;
}
.catalog-description p > span{
    font-weight: 600;
}
.section-min-padding-detail{
    padding-top: 50px;
    padding-bottom: 60px;
}
.catalog-description .center-catalog-one-col{
    text-align: center;
}
.catalog-description .catalog-two-section{
    text-align: center;
}
.catalog-description .catalog-two-section.inner-text-align{
    text-align: left;
}
.catalog-description span .bold-text{
    font-weight: 600;
}
.catalog-description .catalog-three-section .img-align,
.catalog-description .catalog-two-section .img-align{
    text-align: center;
}
.accessory-cart th{
    text-align: center;
}
.accessory-cart tr{
   border-bottom: 1em;
} 
.accessory-cart td{
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}
.accessory-cart td:nth-child(2){
    width: 20%;
}
.accessory-cart td:nth-child(3){
    text-align: left;
}
.accessory-cart .table-one{
    width: 50%;
}
.accessory-cart .table-one td{
    text-align: left;
}
.accessory-cart .table-two{
    width: 60%;
    max-width: 60%;
}
.accessory-cart .table-two td:nth-child(2){
    width: unset;
}
.accessory-cart .table-two.th-left th{
    text-align: left;
}
.accessory-cart .table-two.th-left td{
    text-align: left;
}
.catalog-description ul>li>ul{
    margin-left: 50px;
}
.catalog-description ul>li>ul>li{
    list-style: square inside;
}
.product-single .product-stock span{
    color: #2ed3ae;
}
/* ------------------------------------------Форма для сервиса------------------------------------------------- */
.section-form-padding-h{
    padding-top: 50px;
    padding-bottom: 30px;
}
.section-form-padding{
    padding-top: 100px;
    padding-bottom: 80px;
}
.service-form .file-input{
    text-align: left;
}
.service-form .form-wrap.file-input .form-file-caption{
    float: left;    
}
.service-form .form-wrap.file-input .form-file-input{
    display: inline-block;
    margin-left: 10px;
}
/* Capthca */
.service-form .main-captcha{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.service-form .main-captcha .img-captcha{
    margin-top: 15px;
}
.service-form .main-captcha .text-captcha .form-input{
    display: inline-block;
    width: 30%;        
}
.form-accept p + p{
    margin-top: 0;
}
/* ---------------------------------------Форма обратной связи--------------------------------------------------- */
.reepl-feedback-form .main-captcha{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.reepl-feedback-form .main-captcha .text-captcha .form-input{
    display: inline-block;
    width: 30%;
}
.reepl-feedback-form .feedback-submit{
    text-align: center;
}
/* -----------------------------------О нас------------------------------------------------------------------- */
.section-min-padding-about{
    padding-top: 70px;
    padding-bottom: 120px;
}
.about-two-col{
    margin-top: 30px;
}
.about-two-col p{
    line-height: 25px;
}
.about-two-col ul{
    margin-top: 10px;
}
.about-two-col ul li{
    display: list-item;
    list-style: disc outside;
    line-height: 25px;
    margin-left: 17px;
    color: #2ed3ae;
}
.about-two-col ul li span{
    color: #646464;
    font-weight: 500;
}
@media (min-width: 1600px){
    .parallax-about-h{
        min-height: 450px;
    }
}
@media (min-width: 992px){
    .parallax-about-h{
        min-height: 30.33333vw;
    }
}
@media (min-width: 768px){
    .parallax-about-padding{
        padding: 70px 0;
    }
}
@media (min-width: 992px){
    .parallax-about-padding{
        padding: 70px 0 100px 0;       
    }
}
/* --------------------------------------- Страница поиска ---------------------------------------------------- */
.search-pad{
    padding-top: 70px;
    padding-bottom: 100px;
}
.search-pad .where-search{
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
    width: 50%;        
}
/* -------------------------------------- Бренды детально ------------------------------------------------------ */
.brand-content .video-center{
    margin-top: 20px;
}
h3 a:hover{
    color: #2ed3ae;
}
/* .brand-content .video-center iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    border-width: 0;
    outline-width: 0;
} */
/* -------------------------------------Форма авторизации---------------------------------------------------- */
.for-auth{
    padding-top: 90px;
    padding-bottom: 90px;
}