body {
    font-family: 'Montserrat', sans-serif;
}


.feedback__form .input-block,.comments__form .input-block {
    margin-bottom: 45px;
}
.feedback__form-title {
    text-align: left;
}
.feedback__form-title .span {
    margin-bottom: 30px;
}
.feedback__form-title .strong {
    font-weight: bold;
font-size: 25px;
line-height: 30px;
margin-bottom: 15px;
display:block;
}
.feedback__form .btn,.comments__form .btn {
    font-weight:500;
}

.catalog__block-label, .cart table > tfoot > tr > td, .cart__price b, .cart__title, .cart table > thead > tr > th, .cooperating__title, .header__navigation, .advantages__block, strong, b, .strong, .b, .catalog__block-btn, .action__block-title, .footer__title {
    font-family: 'Montserrat', sans-serif;
}
.catalog__block-title, .catalog__block-price, .catalog__block-price b {
    font-family: 'Rubik', sans-serif;
}
.header__top-wrapper {
    overflow: hidden;
}
.header__top {
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #13914B;
}
.header__top a, .header__top div {
    color: #000;
}
.home_advantages img {
    -webkit-filter: invert(1);
            filter: invert(1);
}
.loader {
    background-color: #393E48;
}
.loader__block, .loader__block:before, .loader__block:after {
    background: #fff;
    color: #fff;
}
.catalog__block-btn {
    background: #fff;
    border-color: #393E48;
    border-radius: 10px;
    box-shadow: none;
    color: #393E48;
    font-weight: 600;
    font-size: 14px;
}
.catalog__block-btn:hover {
    background: #393E48;
    border-color: #393E48;
    color: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.btn {
    border-radius: 10px;
    border-color: #393E48;
    color: #393E48;
    box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active {
    background-color: #393E48;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.footer {
    background-color: #393E48;
}
.footer__title, .footer__contact .fa {
    color: #fff;
}
.top_head_txt {
    font-weight: bold;
    max-width: 420px;
    padding: 0 10px;
    border-left: 1px solid #13914B;
    border-right: 1px solid #13914B;
}
.cooperating__wrapper::before, .comments__form-wrapper::before, .feedback__form-wrapper::before {
    background: #393E48;
}
.news__block-number {
    background: #393E48;
    color: #fff;
}
.comments__block-icon {
    background: #393E48;
}
.comments__block-icon svg {
    fill: #fff;
}
.content__contact-block .fa, .contact__social > a {
    background: #393E48;
    color: #fff;
}
.contact__social > a:hover {
    color: #fff;
}
.main-banner .swiper-pagination-bullet-active {
    background: #393E48;
}
.header a:hover, .header a:focus {
    color: #95C977;
}
.header__navigation ul li > a::before, .header__navigation ul li > span::before {
    background: #95C977;
   opacity: 0.5;
}
.footer__menu li > a:hover, .footer__menu li > a:focus, .footer__menu li.active a, .footer__social > a:hover, .footer__social > a:focus {
    color: #95C977;
}
.footer__contact a:hover {
    color: #95C977 !important;
}
.header {
    position: fixed;
}
.catalog_txt_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
}
.catalog__block-title {
   /* min-height: 72px; */
   min-height: auto;
    font-size: 20px;
    line-height: 24px;
    padding-right: 10px;
    font-weight: 300;
}
.catalog__block-price {
    padding-right: 0;
    height: auto;
    line-height: 26px;
    font-size: 22%;
    font-weight: 500;
    display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
}

.catalog__block-title span {
    display: block;
}
.header__cart i {
    font-size: 16px;
}
.mobile_top_head_txt, .mobile_head_contacts {
    display: none;
}
.catalog__block-label {
    background: #DB291D;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    height: auto;
    width: auto;
    line-height: 17px;
    padding: 10px;
}
.catalog__wrapper--row .catalog__block-title {
    min-height: unset;
    margin-bottom: 20px;
}
@media (max-width: 1199px) {
    .catalog__wrapper > div {
        width: 50%;
    }
    .catalog_txt_block {
        max-width: 300px;
        margin: 0 auto;
    }
    .catalog__wrapper--row .catalog__block-img img {
        max-height: unset;
    }
    .catalog__wrapper--three .catalog__block-img > a {
        max-height: unset;
    }
}
@media (min-width: 992px) {
    .header__navigation ul li + li {
        margin-left: 60px;
    }
}
@media (max-width: 991px) {
    .mobile_top_head_txt {
        display: block;
        text-align: left;
        padding: 20px 15px;
       
    }
    .mobile_top_head_txt .top_head_txt {
         max-width: 100%;
         border: none;
    }
    .catalog__block-img > a {
        max-height: auto !important;
        height: auto !important;
    }
    
}
@media (max-width: 768px) {
    .catalog_txt_block {
        max-width: 80%;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .catalog__head-div3 {
        display: none;
    }
}
@media (max-width: 479px) {
    .mobile_head_contacts {
        display: block;
        text-align: left;
        padding: 20px 15px;
        max-width: 100%;
    }
    .mobile_head_contacts a {
        color: #000;
    }
    .catalog__wrapper > div {
        width: 100%;
    }
    .catalog__block {
        margin-bottom: 70px;
    }
    .catalog__block-title {
        min-height: unset;
    }
}
.home_advantages img {
    fill: #fff;
}
.action__block-title, .news__block-title {
    font-size: 32px !important;
    line-height: 39px;
    font-weight: normal;
}
.action__block a.btn {
    font-size: 14px;
}
.header__logo img {
    height: 62px;
}
.show_more  {
    margin: 42px 0 92px;
}
.show_more a {
    background-color: #393E48;
    border-color: #393E48;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.order_btn a {
    background-color: #393E48;
    border-color: #393E48;
    color: #fff;
}

.show_more a:hover {
    background-color: #fff;
    border-color: #393E48;
    color: #393E48;
}
.order_btn a:hover {
    background-color: #fff;
    border-color: #393E48;
    color: #393E48;
}
.catalog__wrapper--three .catalog__block, .home_catalog__wrapper--three .catalog__block {
    max-width: 254px;
    margin: 0 auto 50px;
}

.advantages {
    background-color: #fff;
}
.advantages--dark {
    background-color: #393E48;
}
.product_add_products {
    padding-bottom: 20px !important;    
}

.catalog__wrapper--three .catalog__block, .home_catalog__wrapper--three .catalog__block {
    margin-bottom: 0px;
    position: static;
}
.catalog__wrapper--three .shk-item, .home_catalog__wrapper--three .shk-item  {
    margin-bottom: 50px;
}
.catalog__wrapper--three .shk-item form, .home_catalog__wrapper--three form {
    position: relative;
    padding-bottom: 60px;
    height: 100%;
}
.catalog__wrapper--three .catalog__block-btn, .home_catalog__wrapper--three .catalog__block-btn {
    position: absolute;
    bottom:0;
}
.footer__logo img {
    max-width: 263px;
}
.sidebar-menu__filter {
    display: none;
}
@media (max-width: 479px) {
    .footer__row > div.footer__row-div2, .footer__row > div.footer__row-div3 {
        width: 50% !important;
    }
    .footer__row > div.footer__row-div2 {
        padding-right: 15px !important;
    }
    .footer__row > div.footer__row-div3 {
        padding-left: 15px !important;
    }
}