@font-face {
    font-family: "slick";
    src: url("../fonts/slick.ttf") format("truetype");
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}
body {
    background-color: #fff;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
a:hover {
    cursor: pointer;
}
ul {
    list-style: none;
}
ul li {
    list-style: none;
}
button {
    border: none;
}
.header_top {
    height: 46px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.city {
    color: var(--dark-gray-color);
    cursor: pointer;
}
.menu {
    display: flex;
    justify-content: end;
    align-items: end;
}

.menu li {
    margin-left: 10px;
}

.menu a {
    color: #777777;
}
.menu a:hover {
    color: var(--select-color);
}
.header_center {
    /* height: 90px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* flex-wrap: wrap; */
}
.header_center .hamburger {
    display: none;
    position: absolute;
    left: 0;
}
.logo {
    height: 80px;
    display: flex;
    align-items: center;
}
.logo img {
    height: 100%;
}
.header_phone {
    white-space: nowrap;
}
.header_phone a {
    font-size: 19px;
    font-weight: 700;
    color: #222222;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.header_phone a:hover {
    color: var(--select-color);
}
.header_phone img {
    margin-bottom: -2px;
    margin-right: 4px;
}
.header_bottom {
    background-color: var(--dark-gray-color);
    height: 53px;
}
.header_bottom .container {
    height: 100%;
}
.header_bottom_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.header_bottom_menu_item {
    flex-grow: 1;
}
.header_bottom_menu_title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 53px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
}
.header_bottom_menu_title:hover {
    background-color: #556170;
}

.dropdown_menu {
    display: none;
    position: absolute;
    left: 0;
    top: 53px;
    padding: 20px 4px;
    background: #fff;
    width: 100%;
    z-index: 100;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 0 0 3px 3px;
}
.header_bottom_menu_item_1:hover ~ .dropdown_menu_item_1 {
    display: block;
}
.dropdown_menu_item_1:hover {
    display: block;
}
.header_bottom_menu_item_2:hover ~ .dropdown_menu_item_2 {
    display: block;
}
.dropdown_menu_item_2:hover {
    display: block;
}
.header_bottom_menu_item_3:hover ~ .dropdown_menu_item_3 {
    display: block;
}
.dropdown_menu_item_3:hover {
    display: block;
}
.dropdown_menu ul {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.dropdown_menu li {
    width: 24%;
    display: block;
    padding: 12px 30px;
    overflow-wrap: break-word;
}
.dropdown_menu a {
    font-size: 15px;
    color: #222;
}
.dropdown_menu a:hover {
    color: var(--select-color);
}
.menu_fixed {
    display: none;
    background: #fff;
    position: fixed;
    height: 62px;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 1100;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136);
}
.menu_fixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.menu_fixed_right {
    display: flex;
    align-items:center;
}
.hamburger, .hamburger_active {
    height: 15px;
    margin-right: 26px;
    cursor: pointer;
    z-index: 100000;
}
.hamburger {
    z-index: 1;
}
.hamburger span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: var(--dark-gray-color);
    margin-bottom: 3px;
    transition: 0.5s all;
    z-index: 100000;
}
.hamburger_active {
    position: absolute;
    top: 20px;
    left: 20px;
}
.hamburger_active span{
    display: block;
    height: 2px;
    width: 20px;
    background-color: var(--dark-gray-color);
    margin-bottom: 3px;
    transition: 0.5s all;
    z-index: 100000;
}
.hamburger_active span{
    margin-bottom: -2px;
    z-index: 100000;
}
.hamburger_active span:nth-child(1){
    transform: translateY(3px) rotate(-45deg)
}

.hamburger_active span:nth-child(2){
    display: none
}

.hamburger_active span:nth-child(3) {
    transform: translateY(3px) rotate(45deg)
}

.menu_fixed_items {
    display: flex;
}
.menu_fixed_items a{
    color:#222;
    font-size: 13px;
    font-weight: 700;
    padding: 19px 12px 18px;
    text-transform: uppercase;
}
.menu_fixed_items a:hover {
    color: var(--select-color);
}
.menu_fixed .logo {
    height: 48px;
}
.menu_fixed_items img {
    margin-right: 8px;
}
.promo {
    /* min-height: 560px; */
    padding: 30px 0;
}
.promo .container .row {
    height: 500px;
}
.promo_banner {
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(198,198,198);
    background: linear-gradient(90deg, rgba(198,198,198,1) 0%, rgba(250,250,250,1) 50%, rgba(198,198,198,1) 100%);
    padding: 0 40px 0 98px;
}
.banner_text {
    width: 60%;
}
.banner_subtitle {
    color: #202020;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.banner_title {
    color: #202020;
    font-family: Montserrat;
    font-size: 34px;
    margin-bottom: 15px;
}
.banner_descr {
    color: var(--dark-gray-color);
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 32px;
}
.btn {
    margin-right: 10px;
    padding: 16px 26px;
    background-color: var(--select-color);
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    transition: all 0.5s;
}
.btn:hover {
    background-color: #fff;
    color: var(--select-color);
    box-shadow: 0 0 0 2px var(--select-color);
}
.btn_white {
    color: var(--dark-gray-color);
    background-color: #ffffff;
}
.banner_img {
    margin-top: 20px;
    max-width: 55%;
}
.promo_subbanner {
    display: block;
    height: 240px;
    position: relative;
    border-radius: 3px;
}
.promo_subbanner::after{
    content: "";
    opacity: 0.2;
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
}
.promo_subbanner:hover::after {
    opacity: 1;
}
.subbanner_service {
    transition: all 1s;
    background: url(../img/subbanner_1.jpg) center center / cover no-repeat;
    margin-bottom: 20px;
}
.subbanner_article {
    background: url(../img/subbanner_2.jpg) center center / cover no-repeat;
}
.subbanner_text {
    position: absolute;
    bottom: 0;
    padding: 28px 28px 21px 28px;
    z-index: 12;
}
.subbanner_subtitle {
    margin-bottom: 11px;
    font-size: 11px;
    color: #fff;
    opacity: 0.7;
    text-transform: uppercase;
}
.subbanner_name {
    font-size: 14px;
    color: #fff;
}

.chapters {
    padding: 28px 0 58px 0;
}
.chapter_item {
    height: 360px;
    display: flex;
    align-items: center;
    background-color: var(--light-gray-color);
    margin: 12px 0;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
}
.chapter_text {
    flex-grow: 0;
    width: 50%;
    padding-left: 54px;
}
.chapter_subtitle {
    font-size: 10px;
    color: #555555;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.chapter_title {
    font-size: 24px;
    color: var(--dark-gray-color);
}
.chapter_title:hover {
    color: var(--select-color);
}
.chapter_descr {
    font-size: 13px;
    color: #666666;
    margin-top: 16px;
    line-height: 22px;
}

.chapter_link {
    width: 50%;
    height: 100%;
    display: block;
    position: relative;
}
.chapter_img {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 10% center;
       object-position: 10% center;
}

.blog {
    padding: 68px 0 70px 0;
    background-color: #f8f8f8;
}
.blog_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 56px;
}
.blog_title {
    font-size: 28px;
    color: var(--dark-gray-color);
}
.blog_all {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
}
.blog_all:hover {
    color: var(--select-color);
}

.main_blog {
    position: relative;
}
.main_blog_img {
    display: inline-block;
    width: 100%;
    position: relative;
}
.main_blog_img img{
    height: 436px;
    width: 100%;
    border-radius: 3px;
    -o-object-fit: cover;
       object-fit: cover;
}
.main_blog_img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.main_blog_text {
    position: absolute;
    bottom: 20px;
    padding: 0 25px 0 25px;
}
.main_blog_subtitle {
    color: #fff;
    font-size: 10px;
    opacity: 0.7;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.main_blog_title {
    color: #fff;
    font-size: 14px;
}
.main_blog_date {
    color: #fff;
    font-size: 13px;
    margin-top: 18px;
    opacity: 0.7;
}
.blog_item {
    margin-bottom: 32px;
    display: flex;
}
.blog_img {
    display: inline-block;
    margin-right: 25px;
}
.blog_img img{
    width: 184px;
    height: 124px;
    border-radius: 3px;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog_subtitle {
    font-size: 10px;
    color: #999999;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.blog_item_title {
    font-size: 14px;
    color: var(--dark-gray-color);
}
.blog_item_title:hover {
    color: var(--select-color);
}

.about {
    overflow: hidden;
    min-height: 500px;
}
.about_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about_subtitle {
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    margin-bottom: 10px;
}
.about_descr {
    font-size: 15px;
    color: #555555;
    line-height: 25px;
    margin-bottom: 16px;
}
.about_img {
    padding-left: 66px;
    max-width: 100%;
    position: relative;
    top: 60px;
    -o-object-fit: cover;
       object-fit: cover;
}

.advantages {
    padding: 60px 0 30px 0;
    background-color: #f8f8f8;
}
.advantages_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 36px;
}
.advantages_icon {
    height: 32px;
}
.advantages_title {
    font-size: 16px;
    color: var(--dark-gray-color);
    margin-top: 10px;
    text-align: center;
}

footer {
    padding: 70px 0 46px 0;
    background-color: var(--dark-gray-color);
}
.footer_menu_item {
    padding: 8px 21px;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.footer_menu_item:hover {
    opacity: 0.5;
}
.social {
    margin-top: 22px;
}
.social_link {
    display: block;
    margin-left: 21px;
    padding: 10px;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    transition: all 0.5s;
    opacity: 0.5;
}
.social_link:hover {
    opacity: 1;
    background-color: #25D366;
}
.footer_contact, .footer_city {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
}
.footer_contact {
    margin-bottom: 18px;
}
.footer_contact:hover {
    opacity: 0.5;
}
.footer_icon {
    margin-right: 13px;
}
.footer_confiden {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    color: #999999;
    font-size: 10px;
    line-height: 16px;
}
.footer_confiden:hover {
    color:#fff;
}
.footer_confiden img {
    margin-bottom: -4px;
}
.footer_remark {
    margin-top: 55px;
    font-size: 13px;
    line-height: 22px;
    color: #999999;
    padding: 0 21px;
    mix-blend-mode: difference;
}

.catalog_main {
    padding-bottom: 80px;
}
.catalog_top {
    padding: 42px 0 42px 0;
}
.page_title {
    font-size: 32px;
    color: var(--dark-gray-color);
    margin-bottom: 15px;
}
.breadcrumbs li {
    display: inline-block;
}
.breadcrumbs_item {
    color: #b6b5b5;
    font-size: 13px;
}
.breadcrumbs_item:hover {
    color: var(--select-color);
}
.breadcrumbs li:not(:last-child)::after {
    content: "—";
    margin: 0 10px;
    cursor: default;
    color: #b6b5b5;
}
.catalog_left {
    position: relative;
}
.catalog_left_title {
    display: block;
    font-size: 16px;
    color: var(--dark-gray-color);
    font-weight: 700;
    padding: 23px 22px 23px;
    text-transform: uppercase;
}
.catalog_left_item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: var(--dark-gray-color);
    padding: 15px 14px 17px 15px;
    border: 1px solid #ececec;
}
.catalog_left_item_active {
    font-weight: 700;
}
.left_dropdown_menu {
    width: 1100px;
    left: 100%;
    top: 66px;
}
.left_dropdown_menu li {
    width: 33%;
}
.left_dropdown_menu_2 {
    top: 116px;
}
.left_dropdown_menu_3 {
    top: 181px;
}
.catalog_left_item_1:hover ~ .left_dropdown_menu_1 {
    display: block;
}
.left_dropdown_menu_1:hover {
    display: block;
}
.catalog_left_item_2:hover ~ .left_dropdown_menu_2 {
    display: block;
}
.left_dropdown_menu_2:hover {
    display: block;
}
.catalog_left_item_3:hover ~ .left_dropdown_menu_3 {
    display: block;
}
.left_dropdown_menu_3:hover {
    display: block;
}
.sorting {
    font-size: 13px;
    color:var(--dark-gray-color);
    padding: 5px 5px 5px 0;
    margin: 14px 0;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
.sorting img {
    padding-bottom: 3px;
}
.sorting_menu {
    position: absolute;
    top: 32px;
    left: 0px;
    display: none;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.visible {
    display: block;
}
.sorting_menu_item {
    color:var(--dark-gray-color);
    display: block;
    padding: 14px 15px 14px 15px;
    white-space: nowrap;
}
.sorting_menu_item:hover {
    background-color: #f8f8f8;
}
.catalog_item {
    height: 100%;
    padding: 25px;
    border: 1px solid #ececec;
    transition: all 0.5s;
    display:flex;
    flex-direction:column;
}
.catalog_item:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.catalog_item_img {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.catalog_item_img img {
    width: 100%;
    height: auto;
}
.catalog_item_wrap {
    flex:1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog_item_title {
    color: var(--dark-gray-color);
    font-size: 14px;
    line-height: 25px;
}
.catalog_item_title:hover {
    color: var(--select-color);
}
.catalog_item_price {
    font-size: 17px;
    color: #555555;
    margin-top: 7px;
}
.catalog_item_price > span {
    font-weight: 700;
}
.catalog_item_specif_wrap {
    margin: 20px 0;
}
.catalog_item_specif {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 21px;
    margin: 2px 0;
}
.catalog_item_specif_name {
    margin-right: 4px;
    color: #646464;
}
.catalog_item_specif_value {
    color: #000000;
}
.btn_fill {
    width: 100%;
    padding: 20px;
}

.product_slider {
    height: 500px;
    display: flex;
    border: 1px solid #ececec;
    padding: 27px 39px 39px;
    border-radius: 3px;
}
.slider-nav {
    width: 10%;
    margin-right: 5%;
}
.slider-nav img {
    width: 100%;
    height: auto;
    padding: 10px;
}
.slider-for {
    width: 85%;
    padding: 30px;
}
.slider-for a {
    width: 100%;
    height: auto;
}
.slider-for img {
    width: 100%;
    height: 372px;
    -o-object-fit: contain;
       object-fit: contain;
}
.slick-list {
    max-width: 100%;
    max-height: 100%;
}
.slick-prev:before, .slick-next:before {
    color: var(--select-color);
    z-index: 100;
}
.slick-prev {
    margin-left: 60px;
    z-index: 100;
}
.slick-next {
    margin-right: 60px;
    z-index: 100;
}

.product_right {
    padding-left: 14px;
}
.product_price {
    font-size: 26px;
    color: #555555;
    margin: 4px 0 14px 0;
}
.product_price > span {
    font-weight: 700;
}
.note {
    color: #999;
    font-size: 12px;
    margin: 20px 0 25px 0;
    line-height: 20px;
}
.brief_specif {
    margin: 36px 0;
}
.brief_specif_title {
    font-size: 14px;
    color: var(--dark-gray-color);
    margin-bottom: 13px;
}
.brief_specif_wrap {
    display: flex;
    margin-bottom: 12px;
}
.brief_specif_name {
    color: #999;
    font-size: 13px;
    position: relative;
    margin-right: 20px;
}
.brief_specif_name::after {
    position: absolute;
    right: -26px;
    content: "—";
    margin: 0 10px;
    color: #999;
    top: 50%;
    transform: translateY(-50%);
}
.brief_specif_value {
    color: var(--dark-gray-color);
    font-size: 13px;
}
.specif_all {
    font-size: 12px;
    color: var(--select-color);
    border-bottom: 1px dotted;
}
.specif_all:hover {
    color: #555;
}

.tabcontainer {
    padding: 47px 0;
}
.tabheader {
    margin-bottom: 40px;
}
.tabheader_item {
    display: inline-block;
    margin: 3px;
    background-color: #fafafa;
    border: 1px solid #ececec;
    border-radius: 3px;
    color: var(--dark-gray-color);
    cursor: pointer;
    padding: 16px 24px 15px;
    font-size: 11px;
    text-transform: uppercase;
}
.tabheader_item:hover {
    background-color: #fff;
    transition: all 0.3s;
}
.tabheader_item_active {
    background-color: #fff;
    box-shadow: 0 -2px 0 var(--select-color);
}
.tabcontent_descr {
    font-size: 15px;
    color: #555;
    line-height: 25px;
    white-space: pre-line;
}
.hide {
    display:none
}
.show {
    display:block
}
.specif_wrap {
    width: 100%;
    color: #555;
    padding: 40px 40px 30px 40px;
    border: 1px solid #ececec;
    border-radius: 3px;
    display: flex;
}
.specif_column {
    width: 50%;
}
.specif_item {
    display: flex;
    align-items: start;
    width: 100%;
    margin-bottom: 10px;
}
.specif_name {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 14px;
    color:#666666;
}
.specif_value {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    color:#222;
}
.specif_name::after {
    flex: 1 0;
    content:'..............................................................................';
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: -8px 12px 0 12px;
    color:#999999;
    font-size: 10px;
}
.menu_pop {
    display: none
}
.menu_open {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    background-color: #fff;
    transition: 0.6s all;
    font-size: 14px;
    z-index: 2000;
}
.menu_open_active {
    left: 0;
}

.menu_open_item {
    margin-bottom: 53px;
}
.menu_open_item a{
    font-size: 13px;
    color: var(--dark-gray-color);
    font-weight: 700;
    text-transform: uppercase;
}
.menu_open_item_subtitle {
    display: block;
    color: var(--dark-gray-color);
    font-size: 15px;
    margin-bottom: 6px;
}
.menu_open_item_submenu {
    display: block;
    font-size: 13px;
    color: #777;
    padding: 3px 0;
}
.menu_open_top {
    margin-bottom: 53px;
}
.menu_fill a:hover {
    color: var(--select-color);
}
.menu_fill {
    padding: 84px 60px 0 60px;
    overflow-y: auto;
}
.menu_fill .footer_contact, .menu_fill .footer_city  {
    color: var(--dark-gray-color);
}
.menu_fill .footer_contact {
    margin-top: 30px;
}
.menu_fill .social_link {
    margin-left: 0;
}
.section_card_item {
    display: block;
    padding: 28px 34px 27px;
    border: 1px solid #ececec;
}
.section_card_item:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.section_card_item img{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 120px;
    max-height: 120px;
}
.section_card_item_title {
    color: var(--dark-gray-color);
    font-size: 15px;
    text-align: center;
    margin-top: 6px;
}
.section_card_item_quantity {
    font-size: 13px;
    color: #999;
    text-align: center;
    margin-top: 6px;
}

@media (max-width: 1200px) {
    .promo_banner {
        padding: 0 20px 0 60px;
    }
    .banner_title {
        font-size: 30px;
    }
    .menu {
        width: 68%;
    }
    .product_right {
        padding: 20px 0 0 0;
    }
}

@media (max-width: 991px) {
    .header_top {
        display: none;
    }
    .header_bottom {
        display: none;
    }
    .menu_fixed {
        display: none !important;
    }
    .footer_menu {
        text-align: center;
    }
    .social_link {
        margin: 0 auto;
    }
    .footer_confiden {
        margin: 0 auto;
    }
    .footer_contact_wrap {
        padding-top: 16px;
    }
    .footer_contact, .footer_city{
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto;
        padding-bottom: 18px;
    }
    .promo .container .row {
        height: auto;
    }
    .promo_subbanner_wrap {
        display: flex;
    }
    .promo_subbanner {
        width: 50%;
    }
    .promo_subbanner_wrap {
        padding-top: 20px;
    }
    .subbanner_service {
        margin-right: 20px;
    }
    .chapter_item {
        flex-direction: column;
    }
    .chapter_text {
        width: 100%;
        padding: 30px 20px 0 30px;
    }
    .chapter_link {
        width: 60%;
        height: 50%;
    }
    .header_center .hamburger {
        display: block;
    }
    .logo {
        margin-left: 30px;
    }
    .menu_fill .header_phone a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        display: block;
        margin: 0 auto;
    }
    .menu_fill .social_link {
        margin: 0 auto;
    }
    .catalog_left {
        display: none;
    }
}
@media (max-width: 767px) {
    .chapter_title {
        font-size: 20px;
    }
    .chapter_text {
        padding: 20px 20px 0 20px;
    }
    .main_blog {
        display: flex;
        position: static;
        margin-bottom: 32px;
    }
    .main_blog_img:before {
        display: none;
    }
    .main_blog_img {
        display: block;
        width: 184px;
        height: 124px;
        position: static;
    }
    .main_blog_img img {
        height: 124px;
        width: 184px;
    }
    .main_blog_text {
        position: static;
    }
    .main_blog_subtitle {
        color: #999999;
        margin-bottom: 11px;
    }
    .main_blog_title {
        color: var(--dark-gray-color);
    }
    .main_blog_date {
        display: none;
    }
    .about_text {
        padding-top: 30px;
    }
    .promo_banner {
        flex-direction: column;
        padding-left: 20px;
        padding-top: 20px;
    }
    .banner_text {
        width: 100%;
    }
    .banner_img {
        margin-top: -50px;
        margin-bottom: -60px;
    }
    .about_img {
        padding-left: 0;
        top: 10px;
        width: 70%;
        display: block;
        margin: 0 auto;
    }
    .advantages_item {
        flex-direction: row;
        justify-content: center;
    }
    .advantages_icon {
        margin-right: 10px;
    }
    .menu_fill {
        padding: 36px 20px 0 20px;
    }
    .menu_open_item {
        margin-bottom: 14px;
    }
    .menu_open_item_subtitle {
        margin-top: 18px;
    }
    .menu_open_top {
        margin-bottom: 20px;
    }
    .menu_fill .social {
        margin-top: 0px;
    }
    .menu_fill .footer_contact {
        margin-top: 16px;
    }
    .catalog_item_specif {
        flex-wrap: wrap;
    }
    .slider-nav {
        display: none !important;
    }
    .slider-for {
        width: 100%;
        padding: 0;
    }
    .specif_wrap {
        padding: 20px;
    }
    .specif_wrap {
        flex-direction: column;
    }
    .specif_column {
        width: 100%;
    }
    .header_center {
        flex-wrap: wrap;
    }
    .header_phone {
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .chapter_item {
        height: 300px;
    }

}
@media (max-width: 575px) {
    .banner_title {
        font-size: 24px;
    }
    .banner_img {
        width: 70%;
        margin-top: -30px;
        margin-bottom: -50px;
    }
    .promo_subbanner {
        height: 180px;
    }
    .subbanner_text {
        padding: 20px 15px 15px 15px;
    }
    .blog_img img, .main_blog_img img, .main_blog_img {
        width: 100px;
        height: 80px;
    }
    .advantages_item {
        margin-bottom: 16px;
    }
    .chapter_link {
        width: 60%;
        height: 100%;
    }
    .page_title {
        font-size: 20px;
    }
    .catalog_item {
        padding: 15px;
    }
    .product_slider {
        height: 450px;
        padding: 20px;
    }
}

.contacts_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.contacts_item {
    width: 48%;
    margin-bottom: 20px;
}
.contacts_item_title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.contacts_item_text {
    font-size: 16px;
    color: #666666;
}
.contacts_item_text a {
    color: #666666;
}
@media (max-width: 767px) {
    .contacts_item {
        width: 100%;
        margin-bottom: 20px;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
}
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

:root {
    --city-item-padding: 10px;
    --city-item-margin-bottom: 10px;
    --city-item-font-size: 14px;
}

.city_wrap {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.city_item {
    /* padding: 10px; */
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--select-color);
    cursor: pointer;
    transition: all 0.3s;

}

.city_item:hover {
    color: var(--dark-gray-color);

}


.partners {
    padding: 50px 0;
}

.partners_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partners_title {
    font-size: 20px;
    margin-bottom: 20px;
}

.partners_slider {
    display: flex;
    justify-content: space-around;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.partners_slider::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

.partners_slider_item {
    flex: 0 0 100px;
    margin: 0 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners_slider_item > div {
    background-color: black;
    width: 100%;
    height: 100%;
}
.dropdown_menu_catalog_item {
    display: flex;
}
.dropdown_menu_catalog_item_text {
    margin-top: 3px;
    margin-left: 5px;

}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .content {
    flex: 1;
  }

  footer {
    margin-top: auto;
  }



  .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination .page-item {
    margin: 0 2px;
}

.pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--select-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    text-decoration: none;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination .page-link:hover {
    z-index: 2;
    color: white;
    background-color: var(--dark-gray-color);
    border-color: #dee2e6;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--select-color);
    border-color: var(--select-color);
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

/* --select-color: {{$site_settings['colors'][0]}}; */
/* --light-gray-color: {{$site_settings['colors'][1]}}; */
/* --dark-gray-color: {{$site_settings['colors'][2]}}; */
