@charset "UTF-8";
@font-face {
    font-family: rubl;
    src: local(rubl), url(rouble.otf);
    src: local(rubl), url(rouble.ttf);
    font-display: swap;
    /* Для остальных браузеров */
}


@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Regular.eot");
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Bold.eot");
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url("../fonts/ProximaNova-Extrabld.eot");
    src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.bx_page, .row {
    margin-bottom: 40px;
}

.catalog__list li a {
    text-align: center;
    font-size: 14px;
}

.catcatal li {
    height: auto !important;
}

.partnservice {
    background: radial-gradient(#252428, #000000);
    padding: 20px 0px 60px 0px;
}

.sectionTitle {
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    color: #1B1F25;
}

.sectionTitle span {
    color: #277AF9;
}

.section-catalog {
    padding: 89px 0;
}

.user {
    /* margin:0px 30px;*/
    margin-top: 30px;
}

.user ul {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.user ul li {
    width: 160px;
    height: 26px;
}

#Capa_1 {
    margin-top: 9px;
}

.header-mid-bar .container {
    max-width: 1400px;
}

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

    btn recomended-product__detail {
        opacity: 1 !important;
    }


    .bx-authform {
        max-width: 100%;
    }

}

@media screen and (max-width: 1250px) {
    .header-info {
        display: none;
    }
}

.partnersauto {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.vbutton {
    padding: 10px;
    color: #fff;
    background: #0577fd;
    border: none;
    font-size: 25px;
    width: 100%;
    margin: 20px auto;
}

.partcont {
    color: #fff;
    width: 60%;
}

.partimg {
    position: relative;
    bottom: 2px;
    margin-right: 50px;
    width: 24%;
    height: 245px;
    background-size: cover !important;
}

@media screen and (max-width: 950px) {
    .partnersauto {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .partimg {
        width: 300px;
        height: 200px;
        margin-right: 0;
        background-size: cover !important;
    }

    .partcont {
        padding-top: 30px;
        color: #fff;
        width: 400px;
    }
}

@media screen and (max-width: 500px) {
    .partimg {
        width: 300px;
        height: 200px;
        background-size: cover !important;
    }

    .partcont {
        padding-top: 30px;
        color: #fff;
        width: 300px;
    }
}

.catalog__list li a {
    text-align: center;
    font-size: 14px;
}

.catcatal li {
    height: auto !important;
}

@media screen and (max-width: 1002px) {
    .catalog__list,
    .catalog > ul {
        justify-content: center !important;
    }
}

@media screen and (max-width: 460px) {
    .catalog__item,
    .catalog > ul > li {
        height: auto !important;
    }
}

a {
    color: #0577fd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover, a:active, a:focus {
    color: #1775e4;
}

.category .section-title {
    text-align: left;
}

.about .section-title::after, .partnservice .section-title::after {
    background: #ffd02e;
    width: 100%;
}

.stock, .news, .sidenav {
    display: none;
}

body {
    font-size: 1em;
    color: #000;
    font-family: 'Proxima Nova';
    width: 100%;
    height: 100%;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
    font-weight: 400;
}

.ovf-h {
    overflow: hidden;
}
.sort-btn {
background-color: #ccc !important;

}
.btn {
    display: inline-block;
    background-color: #0577fd;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.125em;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn1 {
    display: inline-block;
    background-color: #0577fd;
    border: 12px solid #0577fd;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    font-size: 1.325em;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn:hover, .btn:active {
    background-color: #114dea;
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 10px;
    margin: 0 auto;
}

.section-title {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    position: relative;
    margin: 30px 0;
    text-transform: uppercase;
}

.section-title--light {
    font-weight: 400;
}

.section-title::after {
    content: '';
    position: absolute;
    width: 290px;
    height: 8px;
    background-color: #0577fd;
    left: 0;
    top: 100%;
}

.section-title--center {
    text-align: center;
}

.section-title--center::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section-title--line-less {
    margin-top: 24px;
}

.section-title--line-less::after {
    max-width: 195px;
}

.header__decktop {
    display: block;
}

.header__mobile {
    display: none;
}

.header-top-bar {
    height: 60px;
    background-color: #012958;

}

.header-top-bar .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-bar-nav {
    margin-left: -25px;
}

.top-bar-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user_autorizovan li {
    color: #fff;
}

.top-bar-nav ul li a {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 5px 25px;
    position: relative;
    white-space: nowrap;
}

.top-bar-nav ul li a:hover, .top-bar-nav ul li a:active, .top-bar-nav ul li a:focus {
    background: #0079ff;
}

.top-bar-nav ul li a::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #0079ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px;
}

.top-bar-nav ul li:last-child a::after {
    background-color: none;
    width: 0px;
}



.user ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.user ul li a {
    display: inline-block;
    padding: 0px 30px;
    padding-right: 0;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}

.user ul li a:hover, .user ul li a:active, .user ul li a:focus {
    color: #0577fd;
}


.header-mid-bar {
    height: 120px;
    background: linear-gradient(to top, #252428, #000000);
}

.header-mid-bar .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo--header {
    margin-left: -27px;
    margin-right: 50px;
}


.about__text a {
    color: #FFA011;
    transition: .3s;
}
.about__text a:hover {
    color: #ffd02e;
}

.header-info {
    margin-left: 68px;
    margin-right: 20px;
}

.header-info__phone {
    padding-left: 32px;
    font-weight: 700;
    color: #fff;
    font-size: 1.3em;
    display: block;
    line-height: normal;
    white-space: nowrap;
    position: relative;
    /*bottom:10px;*/
}

.header-info__phone::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xcss_sprites.png.pagespeed.ic.f21qbbH5oT.png) -54px -120px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.header-info__text {
    padding-left: 32px;
    font-size: 0.938em;
    color: #d7d7d7;
    position: relative;
    /*bottom: 12px;*/
}


.basket__icon-box {
    width: 46px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

.basket__text {
    font-size: 0.875em;
    white-space: nowrap;
    color: #fff;
}

.basket__sum-box {
    color: #fff;
    font-weight: 700;
    font-size: 1.313em;
    white-space: nowrap;
}

.header-nav {
    margin-left: 0px;
    /*height: 70px;*/
    background-color: #252428;
}

.header-nav .container {
    height: 100%;
}

.header-nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.header-nav ul li {
    height: 100%;
}

.header-nav ul li a {
    line-height: 50px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    font-size: 1.063em;
    display: inline-block;
    padding: 10px 23px;
    position: relative;
}

.header-nav ul li a:hover, .header-nav ul li a:active, .header-nav ul li a:focus {
    background-color: #0079ff;
}

.header-nav ul li a:hover::after, .header-nav ul li a:active::after, .header-nav ul li a:focus::after {
    height: 100%;
}

.header-nav ul li a::after {
    content: '';
    position: absolute;
    height: 70%;
    width: 1px;
    background-color: #0079ff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -1px;
}

.header-nav ul li:last-child a::after {
    content: none;
}

.header-top-bar {
    height: 30px;
    display: none;
}

.top-bar-nav {
    margin-left: -15px;
}

.top-bar-nav ul li a {
    font-size: 1em;
    padding: 5px 15px;
}

.header-mid-bar {
    height: 85px;
}

.logo--header {
    margin-right: 20px;
}

.search__input {
    width: 300px;
}


.basket__text {
    font-size: 0.8em;
}

.basket__sum-box {
    font-size: 0.9em;
}

.basket__icon-box {
    width: 35px;
    height: auto;
}

.basket__icon-box img {
    width: 35px;
}

.header-nav {
    margin-left: 0px;
    height: auto;
    padding-top: 5px;
}

.header-nav ul li a {
    line-height: 20px;
    font-size: 16px;
}

@media (max-width: 1370px) {
    .header-info {
        margin-left: 30px;
    }
}

@media (max-width: 1275px) {
    .header-info {
        margin-left: 50px;
    }

    .header-info__phone {
        font-size: 1.200em;
    }

    .top-bar-nav {
        margin-left: -15px;
    }

    .top-bar-nav ul li a {
        font-size: 1em;
        padding: 10px;
    }

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

    .header-nav ul li a {
        color: #fff;
        font-size: 0.938em;
        padding: 10px 15px;
    }

    .search__input {
        width: 290px;
    }
}

@media (max-width: 1100px) {
    .header-info {
        margin: 0 15px;
    }

    .logo--header {
        margin-right: 20px;
    }

    .header-top-bar {
        height: 40px;
    }

    .top-bar-nav {
        margin-left: -12px;
    }

    .top-bar-nav ul li a {
        font-size: 0.875em;
        padding: 5px 12px;
    }

    .header-nav {
        height: 50px;
        margin-left: -12px;
    }

    .header-nav ul li a {
        line-height: 30px;
        color: #fff;
        font-size: 0.813em;
        padding: 10px 12px;
    }
}

@media (max-width: 1030px) {
    .logo--header {
        margin-right: 0;
    }

    .user__sign-in, .user__reg {
        font-size: 0.875em;
    }

    .user__sign-in {
        margin-right: 10px;
    }

    .header-info {
        display: none;
    }
}

.p-mob {
    padding-left: 10px;
    padding-right: 20px;
}

.header-mob {
    display: none;
}

.top-bar-mob {
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
}

.header-mob-humb {
    cursor: pointer;
    transform: scale(0.8);
}

.header-mob-humb .bar1, .header-mob-humb .bar2, .header-mob-humb .bar3 {
    border-radius: 10px;
    width: 39px;
    height: 8px;
    background-color: #ffffff;
    margin: 5px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #b0b0b0;
}

.header-mob-bot-bar {
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    background-color: #0577fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-mob-bot-bar .search--mob {
    width: 100%;
    margin: 0;
    max-width: 320px;
}

.header-mob-bot-bar .search--mob .search__input {
    width: 90%;
    max-width: 247px;
}

.slide-menu {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.slide-menu__top-bar {
    height: 41px;
    background-color: #d7d7d7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.slide-menu__close {
    cursor: pointer;
    /* padding: 15px 35px;*/
    padding-right: 105px;
}

.slide-menu__close .bar1, .slide-menu__close .bar2 {
    border-radius: 10px;
    height: 3px;
    width: 32px;
    background-color: #fff;
}

.slide-menu__close .bar1 {
    -webkit-transform: rotate(45deg) translate(0px, 1px);
    transform: rotate(45deg) translate(0px, 1px);
}

.slide-menu__close .bar2 {
    -webkit-transform: rotate(-45deg) translate(1px, -2px);
    transform: rotate(-45deg) translate(1px, -2px);
}

.mobile-mav {
    background-color: #fff;
    height: 100%;
}

.mobile-mav ul li a {
    font-size: 1.125em;
    color: #000;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.mobile-mav ul li a::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 61px;
    background-color: #0577fd;
    left: 0;
    bottom: -8px;
}

.mobile-mav ul li a:hover, .mobile-mav ul li a:active, .mobile-mav ul li a:focus {
    color: #0577fd;
}

.mobile-info .header-info {
    padding: 11px;
    margin: 0;
    height: 100px;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    background-color: #000;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile-info .header-info__phone {
    display: inline-block;
    line-height: 23px;
}

.mobile-info .header-info__text {
    display: block;
}

@media (max-width: 900px) {
    .header__decktop {
        display: none;
    }

    .header-mob {
        display: block;
    }

    .user ul {
        flex-direction: row;
        justify-content: flex-start;
    }

    .user ul li {
        height: 55px;
    }
}

.banner {
    margin-bottom: 10px;
}

.banner__img-box {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner__img-box img {
    display: block;
    width: 131% !important;
}

.banner .container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #adafb3;
    padding: 0;
    overflow: hidden;
}

.banner > ul {
    overflow: hidden;
}

.banner > ul > li {
    position: relative;
}

.banner__info ul {
    margin-bottom: 10px;
}

.banner__info ul li {
    font-size: 0.663em;
    color: #fff;
    font-weight: 700;
}

.banner__title {
    font-size: 1.075em;
    color: #fff;
    line-height: 21px;
    font-weight: 700;
}

.banner__info {
    position: absolute;
    z-index: 5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25%;
}

.banner__disc-box {
    color: #000;
    font-size: 1.375em;
    font-weight: 700;
    position: relative;
    margin: 10px 0;
}

.banner__disc {
    white-space: nowrap;
}

.banner__disc--pers {
    margin-left: 20px;
    font-size: 0.974em;
    font-weight: 700;
    line-height: 60px;
    position: absolute;
    bottom: 0;
}

.banner__link {
    padding: 5px 22px;
}

.banner .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -2px;
}

.banner .owl-dots .owl-dot span {
    margin: 5px;
    display: block;
    background-color: #fff;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.banner .owl-dots .active span {
    background-color: #0577fd;
}

.banner__main-img {
    max-height: 260px;
    min-height: 161px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    z-index: 1;
}


@media (max-width: 1100px) {
    .banner__info {
        right: 0;
        width: 54%;
    }

    .banner__title {
        font-size: 2.250em;
        line-height: 34px;
    }

    .banner__disc-box {
        margin: 0;
        margin-bottom: 20px;
        font-size: 1.975em;
    }

    .banner__disc--pers {
        margin-left: 60px;
        font-size: 2.774em;
        line-height: 60px;
    }

    .banner .container ul {
        margin-bottom: 20px;
    }

    .banner .container ul li {
        margin-bottom: 5px;
    }
}

@media (max-width: 1070px) {
    .banner .owl-dots {
        transform: none;
        left: auto;
        right: 10%;
    }
}

@media (max-width: 970px) {
    .banner .container ul {
        display: none;
    }
}

@media (max-width: 776px) {
    .category .section-title {
        text-align: center;
    }

    .banner__info {
        right: 0;
        width: 56%;
    }

    .banner__title {
        font-size: 2.050em;
        line-height: 34px;
    }

    .banner__disc-box {
        margin: 0;
        margin-bottom: 20px;
        font-size: 1.875em;
    }

    .banner__disc--pers {
        margin-left: 40px;
        font-size: 2.474em;
        line-height: 60px;
    }

    .banner__link {
        padding: 10px 52px;
    }

    .banner .owl-dots {
        display: none;
    }
}

@media (max-width: 666px) {
    .banner__info {
        right: 0;
        width: 56%;
    }

    .banner__title {
        font-size: 1.650em;
        line-height: 28px;
    }

    .banner__disc-box {
        margin: 0;
        margin-bottom: 20px;
        font-size: 1.675em;
    }

    .banner__disc--pers {
        margin-left: 20px;
        font-size: 1.974em;
        line-height: 50px;
    }

    .banner__link {
        padding: 7px 40px;
    }
}

@media (max-width: 480px) {
    .banner__info {
        right: 20px;
        width: auto;
    }

    .banner__title {
        margin-left: -5px;
        font-size: 1.150em;
        line-height: 18px;
        text-shadow: 1px 1px 0 #000;
    }

    .banner__disc-box {
        margin: 5px 0 10px;
        margin-left: -5px;
        font-size: 1.175em;
        padding-right: 10px;
    }

    .banner__disc--pers {
        margin-left: 8px;
        font-size: 2.274em;
        line-height: 34px;
    }

    .banner__main-img {
        width: auto;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 0 0;
        object-position: 0 0;
    }
}



.category ul {
    margin-left: -19px;
    margin-right: -19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}

.category ul li {
    width: 20%;
    padding: 19px;
    height: 20%;
}

.category__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category__gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*background: -webkit-linear-gradient(left, #151515 0%, #151515 35%, rgba(21, 21, 21, 0.846376) 70%, rgba(21, 21, 21, 0.445032) 100%);
    background: linear-gradient(90deg, #151515 0%, #151515 5%, rgba(21, 21, 21, 0.846376) 30%, rgba(21, 21, 21, 0.445032) 100%);*/
}

.category__img-box {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category__img-box img {

    display: block;

    height: 100%;
    z-index: 50;
}

.category__img-box img:hover {
    opacity: 0.8;
}

.category__info {
}

.category__logo {
    position: absolute;
    top: 5%;
    left: 5%;
    display: none;
}

.category__name {
    font-size: 2.063em;
    text-transform: uppercase;
    color: #fff;
}

.category__cat {
    font-size: 2.938em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .category ul {
        margin: 0 -10px;
    }

    .category ul li {
        height: 25%;
        padding: 10px;
        width: 25%;
    }

    .category__img-box {
        padding-left: 0;
    }

    .category__img-box img {
    }
}

@media (max-width: 776px) {
    .section-title {
        text-align: center;
    }

    .section-title--center {
        margin-left: 0;
    }

    .section-title::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 776px) {
    .category ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .category ul li {
        padding: 0;
    }

    .category__img-box {
        padding-left: 0;
    }

    .category__img-box img {
    }

    .category__logo {
        height: 50px;
    }

    .category__name {
        font-size: 1.500em;
    }

    .category__cat {
        font-size: 2.250em;
    }
}

@media (max-width: 630px) {
    .category ul li {
        width: 50%;
        padding: 5px;
        height: 50%;

    }

    .category__img-box {
        padding-left: 0;
    }

    .category__img-box img {
    }
}

@media (max-width: 540px) {
    .category .container {
        padding: 0 10px;
    }

    .category ul li {
    }

    .category__img-box img {
    }

    .category__name {
        font-size: 0.813em;
    }

    .category__cat {
        font-size: 1.188em;
    }
}

@media (max-width: 430px) {
    .category ul li {
    }

    .category__img-box img {
    }
}

.about .section-title, .partnservice .section-title {
    color: #fff;
    position: relative;
    width: fit-content;
}

#products:before {
    content: '';
    position: absolute;
    height: 8px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #ffd02e;
    width: 30%;

}

.about {
    overflow: hidden;
    position: relative;

}

.about .section-title--center {
    margin-left: -60px;
}

.about .container {
}
.about__img{
    position: absolute;
    width: 923px;
    height: 734px;
    left: -38px;
}
.about__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-about {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-about.black {
    background-color: #1B1F25;
    padding: 42px 0;
    min-height: 818px;
}

.about__box {
    margin: 0 0 0 auto;
    color: #fff;
    max-width: 692px;
}

.about__img-wrap {
    position: absolute;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -50px;
}

.about__img-wrap img {
    height: 590px;
}
.about-title {
    font-size: 36px;
    font-weight: 800;
    line-height: 36px;
    color: #FFFFFF;
}
.about__text {
    margin-top: 48px;
    width: 100%;

    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
.section-about.white{
    padding: 105px 0 162px;
    background-color: #fff;
}

.section-about.white .about-title {
    color: #1B1F25;
}
.section-about.white .about-title span{
    color: #FFA011;
}
.section-about.white .about__text {
    margin-top: 67px;
    color: #1B1F25;
}
.section-about .ul_main{
    margin-bottom: 40px;
}
.section-about .ul_main li{
    list-style-type: disc;
    margin-left: 28px;
}

.about__text p.enter {
    margin-bottom: 40px;
}

.about__show-more {
    width: 100%;
    height: 64px;
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #11151C;
}

.about__arrow-down {
    display: block;
    margin: 0 auto;
    color: #A1A8B1;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.about__show-more {
    display: none;
}

@media (max-width: 1450px) {
    .about__img-wrap {
        position: absolute;
        top: 64%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -80px;
    }

    .about__img-wrap img {
        height: 530px;
    }
}

@media (max-width: 1250px) {
    .about .container {
        display: block;
    }

    .about__img-wrap {
        display: none;
        float: left;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: auto;
    }

    .about__img-wrap img {
        height: 530px;
    }

    .about__text {
        padding: 40px 0;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 776px) {
    .about .section-title--center {
        margin-left: 0;
    }

}

@media (max-width: 540px) {
    #products.about {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .about {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .about .section-title--center {
        margin-left: 0;
    }



    .about__text {
        height: 319px;
        font-weight: 300;
        overflow: hidden;
        padding: 0;
    }

    .about__text p:not(:last-child) {
        margin-bottom: 20px;
    }

    .about__show-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}



.section-why_us {
    padding: 119px 0 175px;
    background-color: #EEF4FD;
}
.section-why_us__title {
    font-size: 42px;
    font-weight: 800;
    line-height: 42px;
    color: #1B1F25;
    text-align: center;
}
.section-why_us__title span {
    color: #277AF9;
}

.section-why_us ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 103px;
    gap: 21px;
}
.section-why_us ul li {
    width: calc(100% / 5);
    min-height: 201px;
}
.section-why_us ul li div {
    height: 100px;
}
.section-why_us ul li img{
    display: block;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
.section-why_us ul li h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-top: 42px;
}
.list-slider .owl-stage {
    display: flex;
}
.owl-nav.disabled{
    display: none;
}
@media (max-width: 1024px) {
    .section-why_us ul li div{
        height: 70px;
    }
    .section-why_us img{
        width: initial;
    }
    .section-why_us ul li h3 {
        font-size: 16px;
    }
    .section-why_us{
        padding: 103px 0 93px;
    }
    .section-why_us ul li {
        width: 100%;
    }
    .section-why_us__title{
        font-size: 32px;
    }
}
@media (max-width: 768px) {
    .section-why_us ul li div{
        height: 137px;
    }
    .section-why_us ul li h3 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }
    .section-why_us ul {
        margin-top: 57px;
        display: block;
    }
    .section-why_us .owl-dots{
        justify-content: center;
        display: flex;
        gap: 7px;
        align-items: center;
        margin-top: 71px;
    }
    .section-why_us .owl-dots span{
        background-color: #CED5E1;
        display: block;
        height: 4px;
        width: 29px;
        border-radius: 1px;
    }
    .section-why_us .owl-dot.active span{
        background-color: #277AF9;
    }
    .section-why_us .owl-item:not(.active){
        opacity: .3;
    }
    .section-catalog{
        padding: 40px 0 70px;
    }
}
@media (max-width: 500px) {
    .section-why_us ul li {
    }
}
@media (max-width: 630px) {
    .container {

        padding: 0 20px;
    }

    .section-title {
        margin: 30px 0;
    }

    .section-title::after {
        width: 150px;
        height: 5px;
    }

    .tittle_uzel {
        text-align: center;
        border: 1px solid black;
        width: 100%;
        padding: 5px;
        background: #252428;
        color: #fff;
        font-family: 'Proxima Nova';

    }
}

@media (max-width: 540px) {


    .tittle_uzel {
        text-align: center;
        border: 1px solid black;
        width: 100%;
        padding: 5px;
        background: #252428;
        color: #fff;
        font-family: 'Proxima Nova';

    }
}

@media (max-width: 350px) {


    .tittle_uzel {
        text-align: center;
        border: 1px solid black;
        width: 100%;
        padding: 5px;
        background: #252428;
        color: #fff;
        font-family: 'Proxima Nova';

    }
}

.stock ul li {
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xbg-akcii.jpg.pagespeed.ic.kkInM-M_Jo.jpg) no-repeat center;
    background-size: cover;
    height: auto;
    padding: 20px;
}

.stock ul li .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.stock__img-wrap {
    position: relative;
    padding-right: 100px;
}

.stock__img-wrap img {
    max-width: 250px;
    display: block;
    height: auto;
    min-width: 225px;
}

.stock__img {
    max-width: 440px;
    display: block;
    height: auto;
    min-width: 225px;
}

.stock__info {
    padding-left: 40px;
}

.stock__title {
    display: inline-block;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff;
}

.stock__title--main-c {
    color: #ffd02e;
}

.stock__text {
    max-width: 620px;
    font-size: 1.813em;
    color: #fff;
    margin-bottom: 100px;
}

.stock__text--bold {
    font-weight: 700;
}

.stock__link {
    padding: 15px 52px;
}

.stock .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 26px;
}

.stock .owl-dots .owl-dot span {
    margin: 5px;
    display: block;
    background-color: #fff;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.stock .owl-dots .active span {
    background-color: #0577fd;
}

.stock-price-box {
    top: 0;
    left: 0;
    position: absolute;
    padding: 12px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background-color: #0577fd;
    box-shadow: 0px 4px 4px 0px rgba(19, 19, 12, 0.75);
    text-align: center;
    color: #fff;
    font-size: 1.563em;
    line-height: 24px;
}

.stock-price-box__price {
    display: inline-block;
    margin-top: 5px;
    font-size: 1.600em;
    font-weight: 700;
    line-height: 30px;
}

@media (max-width: 1140px) {
    .stock__info {
        padding-left: 0;
    }

    .stock__img-wrap {
        padding-right: 0;
    }

    .stock__title {
        font-size: 4.000em;
        line-height: 64px;
        margin-bottom: 40px;
    }

    .stock__text {
        margin-bottom: 60px;
        font-size: 1.500em;
    }
}

@media (max-width: 776px) {
    .stock ul li {
        height: 500px;
    }

    .stock__title {
        font-size: 3.250em;
        line-height: 52px;
        margin-bottom: 20px;
    }

    .stock__text {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .recomended-product.recomended-product--filtered .product-price__current-price {
        font-size: 16px;
    }

    .recomended-product.recomended-product--filtered .product-price__old-price {
        font-size: 0.8em;
    }
}

@media (max-width: 540px) {
    .stock {
        padding-bottom: 0px;
    }

    .stock ul li {
        padding: 40px 0;
        height: 640px;
        text-align: center;
    }

    .stock ul li .container {
        display: block;
    }

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

    .stock__title {
        font-size: 3.750em;
        line-height: 60px;
    }

    .stock__text {
        font-size: 1.563em;
    }

    .stock .owl-dots {
        display: none;
    }

    .stock .stock-price-box {
        width: 100px;
        height: 100px;
        top: -20px;
        left: -20px;
        padding: 8px;
        font-size: 1.313em;
    }

    .stock .stock-price-box__price {
        font-size: 1.280em;
    }

    .stock__link {
        padding: 7px 31px;
    }
}

@media (max-width: 440px) {
    .stock__img-wrap {
        max-width: 230px;
        margin-bottom: 20px;
    }
}

.news {
    padding-bottom: 60px;
    overflow: hidden;
}

.news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news ul li {
    width: 33%;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 300px;
}

.news ul li:not(:last-child) {
    margin-bottom: 20px;
}

.news__btn-box {
    text-align: center;
}

.news__all-news {
    padding: 10px 30px;
}

.article__img-wrap {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__img-wrap img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.article__info {
    position: relative;
    padding: 30px;
    background-color: #252428;
}

.article__date {
    font-size: 0.875em;
    font-weight: 700;
    color: #c7cbd4;
}

.article h4 {
    min-height: 86px;
    color: #fff;
    font-size: 1.500em;
    margin: 10px 0 15px;
}

.article p {
    color: #c7cbd4;
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: 30px;
}

.article__read {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-size: 0.875em;
    font-weight: 700;
    color: #0577fd;
}

.article__read:hover, .article__read:active, .article__read:focus {
    color: #fff;
}

@media (max-width: 1000px) {
    .news ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .news ul li {
        width: 33%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .article__info {
        padding: 20px 15px;
    }

    .article__read {
        left: 15px;
    }

    .article p {
        font-size: 1.125em;
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .news .news-slider .article__info {
        min-height: 360px !important;
    }

    .news__btn-box {
        display: none;
    }

    .news .container {
        padding: 0;
    }

    .article__info {
        text-align: center;
        padding: 40px 20px 50px;
    }

    .article__date {
        font-size: 0.813em;
    }

    .article h4 {
        font-size: 1.375em;
    }

    .article p {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 0.875em;
        line-height: 24px;
    }

    .article__read {
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        bottom: 45px;
        font-size: 1.188em;
        text-transform: uppercase;
        color: #fff;
        background-color: #0577fd;
        padding: 7px 15px;
        border-radius: 5px;
    }
}

.news .news-slider {
    margin: 0;
    padding: 0;
}

.news .news-slider li {
    width: 100%;
    padding: 0;
}

.news .news-slider .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
}

.news .news-slider .owl-dots .owl-dot span {
    margin: 5px;
    display: block;
    background-color: #fff;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.news .news-slider .owl-dots .active span {
    background-color: #0577fd;
}

.news .news-slider .article__info {
    min-height: 320px;
}

.contact {
    background-color: #d7d7d7;
    padding: 60px 40px 0;
    overflow: hidden;
}

.contact .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__info-box img {
    margin-left: -40px;
    display: block;
    max-width: 100%;
    height: auto;
}

.contact strong {
    font-size: 3.500em;
    font-weight: 700;
    line-height: 60px;
    color: #252428;
}

.contact__text {
    max-width: 574px;
    font-size: 1.688em;
    color: #252428;
    margin-bottom: 20px;
}

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

.form-contact__item, .form-contact__submit {
    height: 75px;
    display: block;
    border-radius: 5px;
    border: none;
    padding: 20px 27px;
    width: 100%;
}

.form-contact__item {
    margin-bottom: 20px;
    font-size: 1.688em;
    color: #767676;
}

.form-contact__item::-webkit-input-placeholder {
    font-size: 1.125em;
    color: #767676;
}

.form-contact__item::-moz-placeholder {
    font-size: 1.125em;
    color: #767676;
}

.form-contact__item:-ms-input-placeholder {
    font-size: 1.125em;
    color: #767676;
}

.form-contact__item::placeholder {
    font-size: 1.125em;
    color: #767676;
}

.form-contact__submit {
    margin-top: 40px;
}

.form-contact__checkbox {
    cursor: pointer;
    font-size: 1.125em;
    color: #252428;
    padding-left: 40px;
    position: relative;
}

.form-contact__checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    width: 0;
    height: 0;
}

.form-contact__checkbox input[type="checkbox"]:checked ~ .form-contact__checkmark {
    background-color: #0577fd;
}

.form-contact__checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #fff;
}

@media (max-width: 960px) {
    .contact {
        padding: 60px 0 0 20px;
    }

    .contact strong {
        font-size: 2.750em;
        line-height: 50px;
    }

    .contact__text {
        max-width: 400px;
        font-size: 1.125em;
        line-height: 24px;
    }

    .form-contact__item, .form-contact__submit {
        height: 60px;
        padding: 10px 20px;
    }
}

@media (max-width: 800px) {
    .contact {
        padding: 60px 0 0 0;
    }

    .contact .container {
        display: block;
    }

    .contact__text {
        margin: 0 auto 20px;
    }

    .contact__info-box {
        text-align: center;
    }

    .contact__info-box img {
        max-height: 100px;
        margin: 0 auto;
    }

    .contact .form-contact {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
}

@media (max-width: 540px) {
    .contact {
        padding: 30px 0;
    }

    .contact strong {
        text-transform: uppercase;
        font-size: 1.625em;
    }

    .contact__text {
        font-size: 0.875em;
        max-width: 300px;
        line-height: 20px;
    }

    .contact__info-box img {
        display: none;
    }

    .contact .form-contact {
        padding: 0;
    }

    .form-contact__item {
        height: 30px;
        padding: 5px;
        margin-bottom: 10px;
        font-size: 0.938em;
    }

    .form-contact__item::-webkit-input-placeholder {
        font-size: 1em;
    }

    .form-contact__item::-moz-placeholder {
        font-size: 1em;
    }

    .form-contact__item:-ms-input-placeholder {
        font-size: 1em;
    }

    .form-contact__item::placeholder {
        font-size: 1em;
    }

    .form-contact__submit {
        margin-top: 15px;
        height: 37px;
        font-size: 1.188em;
    }

    .form-contact__checkbox {
        display: none;
    }
}

@media (max-width: 340px) {
    .contact strong {
        font-size: 1.375em;
        margin-bottom: 5px;
        line-height: 30px;
    }
}

.footer {
    padding: 60px 0 40px;
    background: linear-gradient(to bottom, #252428, #000000);
    color: #fff;
}

.footer .container {
    position: relative;
}

.footer .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .container > ul > li {
    width: 33.333%;
}

.footer .container > ul > li img {
    max-width: 100%;
}

.footer__copyright {
    font-size: 0.938em;
    position: absolute;
    left: 40px;
    bottom: 0;
}

.footer-nav ul:not(:last-child) {
    margin-bottom: 60px;
}


.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
    color: #0577fd;
}

.footer-info > ul > li {
    padding-left: 50px;
}

.footer-info > ul > li:not(:last-child) {
    margin-bottom: 40px;
}

.footer-phone-box {
    position: relative;
}

.footer-phone-box::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 29px;
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xcss_sprites.png.pagespeed.ic.f21qbbH5oT.png) -76px -10px;
    top: 5px;
    left: -50px;
}

.footer-phone-box__phone {
    font-weight: 700;
    color: #fff;
    font-size: 1.938em;
    display: block;
    line-height: 26px;
    white-space: nowrap;
    position: relative;
    margin-bottom: 5px;
}

.footer-phone-box__phone:first-child {
    margin-bottom: 20px;
}

.footer-phone-box__info {
    font-size: 0.938em;
    color: #d7d7d7;
    margin-bottom: 10px;
}

.footer-phone-box__call {
    padding: 16px 56px;
    font-size: 0.938em;
}

.footer-phone-box__call:hover, .footer-phone-box__call:active, .footer-phone-box__call:focus {
    color: #fff;
}

.footer-addres {
    position: relative;
}

.footer-addres::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 32px;
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xcss_sprites.png.pagespeed.ic.f21qbbH5oT.png) -125px -10px;
    top: 5px;
    left: -50px;
}

.footer-addres__text {
    font-size: 0.938em;
}

.footer-email {
    position: relative;
}

.footer-email::before {
    content: '';
    position: absolute;
    width: 29px;
    height: 20px;
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xcss_sprites.png.pagespeed.ic.f21qbbH5oT.png) -10px -80px;
    top: 5px;
    left: -50px;
}

@media (max-width: 1040px) {
    .footer {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .footer .container > ul > li {
        width: 50%;
    }

    .footer .container > ul > li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer__copyright {
        left: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -40px;
    }

    .footer-addres br {
        display: none;
    }
}

@media screen and (max-width: 761px) {
    .oitem, .cotlg {
        width: 100%;
    }

    .cotlg a {
        width: 100%;
    }
}

@media (max-width: 650px) {

    .footer {
        padding-bottom: 40px;
    }

    .footer__copyright {
        bottom: -20px;
    }

    .footer .container > ul > li {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .footer-nav ul:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-addres__text {
        max-width: 320px;
        margin: 0 auto;
    }

    .footer-info > ul > li {
        padding-left: 0;
    }

    .footer-info > ul > li:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 540px) {
    .footer {
        padding-bottom: 0;
    }

    .footer__copyright {
        display: none;
    }

    .footer .container > ul > li:nth-child(2) {
        display: none;
    }

    .footer-phone-box__call {
        width: 100%;
        font-size: 1.188em;
        padding: 7px 56px;
    }

    .footer-info > ul > li {
        padding-left: 0;
    }

    .footer-info > ul > li:not(:last-child) {
        margin-bottom: 30px;
    }

    #elementOnStrSpan {
        float: none;
    }
}

.breadcrumb {
    overflow: hidden;
    margin-top: 41px;
}

.breadcrumb ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 65px;
    overflow-x: auto;
    overflow-y: hidden;
}

.breadcrumb ul li {
    font-size: 12px;
    color: #adadad;
    white-space: nowrap;
    position: relative;
}
.breadcrumb ul li:not(:last-child):before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .5px;
    background-color: #929BA8;
}
.breadcrumb ul li span{
    padding: 0 !important;
    color: #1B1F25 !important;
    font-weight: 700;
    white-space: nowrap;
}

.breadcrumb ul li:last-child {
    pointer-events: none;
}

.breadcrumb ul li a {
    color: #adadad;
    display: inline-block;
    /*padding: 10px 21px;*/
    position: relative;
    white-space: nowrap;
}

.breadcrumb ul li a::after {
    content: '';
    position: absolute;
    height: 17px;
    width: 33px;
    top: 50%;
    right: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/local/templates/Tonnag-copy/assets/img/new/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb ul li:last-child a::after {
    content: '';
    position: absolute;
    height: 0px;
    width: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5px;

}

.breadcrumb ul li a:hover, .breadcrumb ul li a:active, .breadcrumb ul li a:focus {
    color: #0577fd;
}

.breadcrumb__active {
    pointer-events: none;
}

.breadcrumb__active::after {
    display: none;
}



img.mfp-img {
    background-color: #fff;
    padding: 20px;
}

.mfp-close {
    right: -7px !important;
    cursor: pointer;
    top: -40px !important;
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 82px;
}

.product__img-box {
    width: calc(51% - 15px);
}

.product__img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.product__info {
    width: calc(49% - 15px);
    height: fit-content;
}

.product__text {
    font-size: 1.125em;
    color: #6c6c6c;
}

.product-action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.rubl-cur {
    font-family: 'rubl';
    font-weight: 500;
}

.rubl-cur--light {
    font-weight: 300;
}

.product-price__current-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    margin-top: 10px;
}

.product-price__old-price {
    font-size: 1.438em;
    text-decoration: line-through;
    font-weight: 400;
    white-space: nowrap;
}

.privileges ul li {
    height: 26px;
    display: inline-block;
    font-size: 0.875em;
    padding: 4px 8px 3px;
    border-radius: 3px;
    background-color: #ffd02e;
    font-weight: 400;
    margin-right: 5px;
}

.product-buy {
    display: flex;
    align-items: center;
    gap: 8px;
}

.product-buy__quan-btn {
    border: 1px solid #ebebeb;
    background-color: #fff;
    width: 32px;
    height: 100%;
    font-size: 1.688em;
    color: #b6b6b6;
}

.product-buy__qantity {
    border: none;
    text-align: center;
    font-size: 1.188em;
    color: #262626;
    max-width: 71px;
    background-color: #ebebeb;
}

.product-buy__to-cart {
    border-radius: 0;
    width: 100%;
    height: 100%;

    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.product-buy__buy {
    width: 100%;
    border: none;
    height: 41px;
    background-color: transparent;
    color: #0577fd;
    border: 1px solid #0577fd;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-buy__buy:hover {
    background-color: #0577fd;
    color: #fff;
}

.quantity-box {
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
}
.bx-retina .product-item-amount-field1{
    height: 100%;
    width: initial;
    max-width: 50px;
    background-color: #EFEFEF;

    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
}
.product-buy .product-item-amount-field-btn-minus1,
.product-buy .product-item-amount-field-btn-plus1{
    background-color: #EFEFEF;
}

.product-availability {
    margin-bottom: 40px;
    position: relative;
}

.product-availability__title {
    font-size: 1.125em;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.product-availability__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-availability__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
    position: relative;
}

.product-availability__result {
    color: #277AF9;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.33px;
}
.product-availability__result.type2{
    color: #F0C015;
}
.sidebar-content-box__content__top{
    display: flex;
    align-items: center;
}

.show-count-current .text:last-child{
    display: none;
}

.show-count-current .text:first-child{
    font-family: "Proxima Nova";
    color: #A1A8B1;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
}

.sidebar-content-box__content__title h2 {
    color: #1B1F25;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    margin-bottom: 40px;
}
.pagination-container .text:first-child{
    display: none;
}

.rate-block {
    position: relative;
    display: block;
    width: 19px;
    height: 19px;
    margin: 2px;
    background-color: #c4c4c4;
    border-radius: 3px;
}

.checked-rate {
    background-color: #0577fd !important;
}

.product-tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
}

.product-tab button{
    color: #B6B7B8;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);

    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.product-tab--active button{
    font-weight: 700;
    color: #303544;
}

.product-tab-item .descrip{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #303544;
}
.product-tab-item .descrip p:not(:first-child){
    margin-top: 21px;
}

.characteristics ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125em;
    color: #000;
}

.characteristics__name {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    white-space: nowrap;
    height: 100%;
}

.characteristics__name::before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #0577fd;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

.characteristics__dots {
    height: 26px;
    width: 100%;
    background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xdott.png.pagespeed.ic.lNaD6RLQOP.png) repeat-x center;
}

.characteristics__value {
    padding-left: 10px;
    white-space: nowrap;
}

.line-hr {
    height: 1px;
    background-color: #ebebeb;
    width: 100%;
    margin-top: 20px;
}

.line-hr--width {
    width: calc(100% + 50vw);
}

.ask-quest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ask-quest__info {
    font-size: 1.125em;
    color: #000;
    width: 28%;
    margin-right: 40px;
}

.ask-quest__info p {
    margin-bottom: 10px;
}

.ask-quest__title {
    font-weight: 700;
    color: #000;
    font-size: 1.125em;
}

.ask-quest__form {
    width: 72%;
}

.ask-question__section:not(:first-child) {
    margin-top: 20px;
}


.ask-question__input {
    resize: none;
    padding: 20px;
    border-radius: 1px;
    border: 1px solid #E6E6E6;
    display: block;
    width: 100%;
    outline: none;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    color: #808996;
}

.ask-question__input--field {
    margin-bottom: 20px;
}

.ask-question__inp-head {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #000000;
}

.ask-question__policy {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #898989;
    position: relative;
}
.ask-question__policy > div{
    margin-left: 30px;
}

.ask-question__policy input:checked ~ .ask-question__checkmark {
    background-color: #0577fd;
}

.ask-question__link {
    color: #277AF9;
    position: relative;
}
.ask-question__link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #277AF9;
}

.ask-question__link:hover, .ask-question__link:active, .ask-question__link:focus {
    text-decoration: underline;
}

.ask-question__checkmark {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    background-color: #fff;
    left: 0;
    top: -3px;
}

.ask-question__submit {
    margin-top: 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    border-radius: 5px !important;
    display: block;
    padding: 16px 24px !important;
}
.filter ~ .in-catalog .catalog-section ul li{
    width: calc(25% - 15px);
}
@media (max-width: 1000px) {
    .product__text {
        font-size: 0.875em;
    }
}

@media (max-width: 700px) {
    .breadcrumb {
        /*display: none;*/
        margin-top: 20px;
    }

    .product__info {
        width: 100%;
    }


    .product-tab-item {
        padding: 0;
    }

    .ask-quest {
        display: block;
    }

    .ask-quest__info {
        width: 100%;
    }

    .ask-quest__form {
        width: 100%;
    }
}

@media (max-width: 500px) {

    .product .product-price__current-price {
        font-size: 1.500em;
        line-height: 26px;
    }

    .product .product-price__old-price {
        font-size: 1.375em;
        line-height: 26px;
    }

    .ask-question__box {
        margin-left: 0;
        display: block;
    }


}

@media (max-width: 400px) {
    .product .product-price {
        min-width: auto;
    }

    .product .product-buy {
        width: 100%;
    }

    .product .product-buy button {
        font-size: 14px;
    }
}

.personal-recomendations {
    padding: 20px 0 40px;
}

.personal-recomendations .container > h2 {
    display: block;
    font-size: 1.125em;
    font-weight: 700;
    margin-bottom: 10px;
}

.personal-recomendations .container > ul,
.personal-recomendations > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-recomendations .container > ul > li,
.personal-recomendations > ul > li {
    width: 20%;
}

.personal-recomendations--3-col > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.personal-recomendations--3-col > ul > li {
    width: 33%;
    max-width: 280px;
}


.personal-recomendations--3-col .recomended-product__img-wrap {
    width: 80%;
    margin: 0 auto;
}

.recomended-product {
    max-width: 282px;
    padding: 24px 16px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.recomended-product:hover {
    border-color: #ebebeb;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.recomended-product:hover .recomended-product__detail {
    opacity: 1;
    display: flex;
    margin-top: 24px;
}

.recomended-product__img-wrap {
    padding: 1px 1px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recomended-product__img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.recomended-product__img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.recomended-product__title a{
    color: #373839;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin: 0; /* Убираем внешний отступ */
    -webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden; /* Обрезаем всё за пределами блока */
}

.recomended-product .product-availability {
    margin: 8px 0;
}

.recomended-product .product-price__current-price {
    font-size: 20px;
    line-height: 24px;
}

.recomended-product .product-price__old-price {
    font-size: 1.125em;
}

.recomended-product__detail {
    background-color: #277AF9;
    opacity: 1;
    padding: 12px 9px;
    width: 100%;
    border-radius: 6px;

    font-size: 16px;
    font-weight: 700;
    line-height: 19.8px;
    text-transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    max-height: initial;
    height: 44px;
margin-top: 10px;
}
.recomended-product__detail:first-letter {
    text-transform: uppercase;
}

.recomended-product__detail:hover {
    background-color: #1775e4;
    color: #fff;
}

@media (max-width: 1150px) {
    .personal-recomendations .container > ul,
    .personal-recomendations > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
    }

    .personal-recomendations .container > ul > li,
    .personal-recomendations > ul > li {
        width: auto;
    }
}

@media (max-width: 600px) {
    .personal-recomendations .container > ul,
    .personal-recomendations > ul {
        margin-right: -20px;
        margin-left: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: scroll;
    }

    .personal-recomendations .container > ul > li,
    .personal-recomendations > ul > li {
        width: auto;
    }

    .personal-recomendations .container > h2,
    .personal-recomendations > h2 {
        font-size: 1em;
    }

    .recomended-product {
        padding: 20px;
        max-width: 240px;
    }
}

.sidebar-item-to-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 116px;
}

.recomended-product__title {
    min-height: 65px;
    height: auto !important;
}

.sidebar-content-box {
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar-content-box .bx_filter {
    position: relative;
    width: 25%;
    margin-right: 40px;
}

.sidebar-content-box__content {
    width: 100%;
}


.sidebar-content-box__content article {
    overflow: hidden;
}

.sidebar-content-box__content--no-ofh article {
    overflow: visible;
}

.sidebar-content-box--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.sidebar-content-box--reverse aside {
    margin-right: 0;
    margin-left: 30px;
    min-width: 240px;
}

.sidenav ul > li > a {
    display: block;
    width: 100%;
    background-color: #ebebeb;
    font-size: 1em;
    color: #454545;
    padding: 18px 20px;
    padding-right: 0;
}

.sidenav ul > li > a:hover, .sidenav ul > li > a:active, .sidenav ul > li > a:focus {
    color: #fff;
    background-color: #0577fd;
}

.sidenav ul > li > a.active {
    pointer-events: none;
    color: #fff;
    background-color: #0577fd;
}

.news-date-filter {
    margin-bottom: 10px;
    border: 1px solid #0577fd;
}

.news-date-filter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-date-filter > ul > li > a {
    display: inline-block;
    padding: 20px 20px;
    font-size: 1.125em;
    font-weight: 700;
    color: #0577fd;
}

.news-date-filter > ul > li > a:hover, .news-date-filter > ul > li > a:active, .news-date-filter > ul > li > a:focus {
    color: #1775e4;
}

.news-date-filter > ul > li > a.active {
    color: #000;
    pointer-events: none;
}

.news-page-list > ul > li {
    padding: 25px 0;
}

.news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-item__img-wrap {
    width: 31.16%;
    max-width: 320px;
    overflow: hidden;
}

.news-item__img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-item__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-item__info {
    width: 71.1%;
    padding: 0 10px 20px 20px;
}

.news-item__date {
    font-size: 0.875em;
    color: #b7b7b7;
}

.news-item h3 {
    margin: 10px 0 20px;
    font-size: 1.500em;
    font-weight: 700;
    color: #0577fd;
}

.news-item h3:hover, .news-item h3:active, .news-item h3:focus {
    color: #1775e4;
}

.news-item p {
    font-size: 1em;
    font-weight: 700;
}

@media (max-width: 1000px) {
    .sidebar-content-box .bx_filter {
        margin-right: 20px;
    }

    .sidebar-content-box--reverse .bx_filter {
        margin-right: 0;
        margin-left: 20px;
    }

    .sidenav ul > li > a {
        padding: 15px;
        font-size: 0.875em;
    }

    .news-date-filter > ul > li > a {
        padding: 15px;
        font-size: 1em;
    }

    .news-item h3 {
        margin: 10px 0;
    }

    .news-item p {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .news-page {
        padding-top: 20px;
    }

    .sidenav {
        margin-bottom: 20px;
    }

    .sidenav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .sidenav > ul > li {
        margin: 2px;
    }

    .sidenav > ul > li > a {
        white-space: nowrap;
    }

    .sidebar-content-box {
        flex-direction: column;
    }

    .sidebar-content-box .bx_filter {
        width: 100%;
    }

    .sidebar-content-box__content {
        width: 100%;
    }
}

.sidebar-content-box--reverse .bx_filter {
    margin: 0;
    margin-bottom: 20px;
}

.more-inner-wrap{
    display: none;
}

@media (max-width: 650px) {
    .news-item {
        display: block;
    }

    .news-item__img-wrap {
        width: 90%;
        margin: 0 auto 20px;
    }

    .news-item__info {
        padding: 0;
        width: 100%;
    }

    .news-item h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 500px) {
    .sidenav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .sidenav > ul > li > a {
        padding: 10px;
    }
}

.news-page-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news-page-item__img-wrap {
    width: 31%;
    max-width: 317px;
    min-width: 300px;
    overflow: hidden;
    margin-right: 20px;
}

.news-page-item__img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-page-item__img {
    display: block;
    max-width: 100%;
    height: auto;
}

.news-page-item__top-info {
    padding-top: 10px;
    width: 66%;
}

.news-page-item__socials {
    margin-bottom: 43px;
}

.news-page-item .news-item__date {
    margin-bottom: 10px;
}

.news-page-item__title,
.news-page-item h3 {
    font-weight: 700;
    font-size: 1.875em;
    line-height: 36px;
    color: #0577fd;
}

.news-page-item__text {
    padding-bottom: 40px;
}

.news-page-item__text p {
    font-size: 1.125em;
    color: #000;
}

.news-page-item__text ul {
    padding: 20px 0 30px;
}

.news-page-item__text ul li a {
    font-size: 1.125em;
    line-height: 36px;
    color: #0577fd;
}

.news-page-item__text ul li a:hover {
    color: #1775e4;
}

@media (max-width: 1000px) {
    .news-page-item__title, .news-page-item h3 {
        font-size: 1.5em;
        line-height: 26px;
    }
}

@media (max-width: 600px) {
    .news-page-item__header {
        display: block;
    }

    .news-page-item__img-wrap {
        margin: 0 auto;
    }

    .news-page-item__top-info {
        width: 100%;
    }

    .news-page-item__title,
    .news-page-item h3 {
        font-size: 1.3em;
    }

    .news-page-item__socials {
        text-align: center;
        margin: 10px 0;
    }

    .news-page-item__text ul li a {
        line-height: 26px;
    }

    .news-page-item__text p {
        font-size: 1em;
    }
}

.article-main {
    margin-top: -60px;
    font-size: 1.125em;
}

.article-main h2, .article-main h3, .article-main h4, .article-main h5 {
    font-weight: 700;
    color: #000;
    margin: 20px 0;
}

.article-main h2 {
    font-size: 1.875em;
}

.article-main h3 {
    font-size: 1.563em;
}

.article-main h4 {
    font-size: 1.250em;
}

.article-main h5 {
    font-size: 1.125em;
}

.article-main p {
    color: #000;
}

.article-main li:not(:last-child) {
    margin-bottom: 10px;
}

.article-main ul li::before {
    color: #0577fd;
    vertical-align: middle;
    content: "\25CF";
    font-size: 12px;
    margin-left: 20px;
    width: 20px;
    display: inline-block;
}

.article-main ol {
    counter-reset: li;
}

.article-main ol li:before {
    content: counter(li) ". " !important;
    counter-increment: li;
    padding-right: 0 !important;
    color: #181818;
    margin-left: 20px;
    width: 20px;
    display: inline-block;
}

@media (max-width: 780px) {
    .article-main {
        margin-top: 0;
    }
}

@media (max-width: 540px) {
    .article-main {
        font-size: 1em;
    }

    .article-main h2 {
        font-size: 1.6em;
    }
}

.catalog__list,
.catalog > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cotlg {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.catcatal .catalog__item .catalog-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.catalog__item,
.catalog > ul > li {
    padding: 15px;
    border: solid #0577fd 1px;
    border-radius: 15px;
    margin: 13px 5px;
    width: 250px;
    height: 70px;
}

.catalog-section ul li {
    width: calc(20% - 35px);
    height: auto;
    min-height: 348px;
    position: relative;
}

.catalog-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    column-gap: 43px;
    row-gap: 40px;

}
.catalog-section ul:first-child{
    margin-top: 40px;
}
.filter ~ .in-catalog .catalog-section ul{
    column-gap: 20px;
}


.catalog-section__img-wrap {
    margin-right: 20px;
}

.catalog-section__img {
    display: block;
    width: 50px !important;
    height: auto !important;
    max-width: 250px;
    height: auto;
}


/* .catalog-section ul li a {
    white-space: nowrap;
    display: block;
    font-size: 0.875em;
    color: #000;
    padding: 5px 0; }*/
/* .catalog-section ul li a:hover, .catalog-section ul li a:active, .catalog-section ul li a:focus {
      text-decoration: underline;
      color: #1775e4; }*/
@media (max-width: 1300px) {
    .catalog-section ul li{
        width: calc(25% - 33px);
    }
}
@media (max-width: 1024px) {
    .catalog-section ul {
        column-gap: 24px;
    }
    .catalog-section ul li{
        width: calc(100% / 3 - 16px) !important;
    }
}
@media (max-width: 1020px) {
    .catalog-section__img {
        margin: 0 auto;
    }
}

@media (max-width: 920px) {
    .catalog__item,
    .catalog > ul > li {
        padding: 30px 0;
        width: 200px;
    }


}
@media (max-width: 768px) {
    .catalog-section ul {
        row-gap: 20px;
    }
    .catalog-section ul li{
        width: calc(50% - 12px) !important;
    }
}
@media (max-width: 760px) {
    .catalog {
        padding-top: 20px;
    }
}

@media (max-width: 670px) {
    .catalog__item,
    .catalog > ul > li {
        padding: 20px 0;
    }

    /*  .catalog-section  ul{
    display: block; }*/
    .catalog-section__img-wrap {
        margin-bottom: 15px;
    }

    .catalog-section__img {
        margin: 0;
    }
}
@media (max-width: 500px) {
    .catalog-section ul{
        column-gap: 10px;
    }
    .recomended-product--filtered{
        padding: 24px 16px;
    }
    .catalog-section ul li{
        width: calc(50% - 5px) !important;
    }
}
@media (max-width: 460px) {
    .catalog__list, .catalog > ul {
        display: block;
    }

    .catalog__item,
    .catalog > ul > li {
        width: 200px;
        margin: auto;
    }



    .catalog-section ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


}

.basket-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-page__clear-basket {
    margin-top: 10px;
    font-size: 0.875em;
    position: relative;
    color: #d7d7d7;
    height: 42px;
    font-weight: 700;
    border: 1px solid #ebebeb;
    background-color: transparent;
    padding: 10px 20px 10px 55px;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.basket-page__clear-basket .basket-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
}

.basket-page__clear-basket:hover {
    text-decoration: line-through;
}

.basket-page > ul {
    border: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.basket-page > ul > li:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.basket-item {
    padding-right: 50px;
    min-height: 172px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-item__delete {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    background-color: transparent;
}

.basket-item__delete:hover path {
    fill: #0577fd;
}

.basket-item__to-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basket-item__img-wrap {
    min-width: 120px;
    width: 181px;
    padding: 10px 25px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.basket-item__img-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.basket-item__img {
    display: block;
    width: 100%;
    height: auto;
}

.basket-item__pt {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket-item h3, .basket-item__name {
    font-size: 1.125em;
    font-weight: 700;
}

.basket-item__dop-info {
    white-space: nowrap;
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item .product-price__current-price {
    font-size: 1.625em;
    line-height: 20px;
    margin-bottom: 5px;
}

.basket-item .product-price__old-price {
    font-size: 0.813em;
}

.basket-item__economy {
    border-radius: 3px;
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.875em;
    background-color: #ffd02e;
    color: #000;
}

.basket-item-checkout {
    background-color: #ebebeb;
    padding: 30px 20px 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.basket-item-checkout__coupon-box {
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 256px;
    height: 46px;
}

.basket-item-checkout__coupon-box input {
    height: 100%;
    border: 1px solid #0577fd;
    padding: 5px 16px;
}

.basket-item-checkout__coupon-box input::-webkit-input-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon-box input::-moz-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon-box input:-ms-input-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon-box input::placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon {
    height: 100%;
    border: 1px solid #0577fd;
    padding: 5px 16px;
}

.basket-item-checkout__coupon::-webkit-input-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon::-moz-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon:-ms-input-placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__coupon::placeholder {
    font-size: 0.875em;
    color: #6c6c6c;
}

.basket-item-checkout__btn-coupon {
    width: 50px;
    border: 1px solid #0577fd;
    border-left: none;
    text-align: center;
    color: #fff;
    height: 100%;
    background-color: #0577fd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.basket-item-checkout__btn-coupon:hover {
    background-color: #fff;
    color: #0577fd;
}

.basket-item-checkout__total-box p {
    white-space: nowrap;
    font-weight: 400;
    color: #6c6c6c;
    font-size: 0.875em;
}

.basket-item-checkout__item {
    margin: 0 10px;
}

.basket-item-checkout__total {
    font-weight: 700;
    color: #1b1b1b;
    font-size: 0.875em;
}

.basket-item-checkout__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.basket-item-checkout .product-price__old-price {
    margin-bottom: 10px;
}

.basket-item-checkout__print-box {
    right: 20px;
    position: absolute;
    bottom: 20px;
}

.basket-item-checkout__print-box a {
    display: inline-block;
    font-size: 0.750em;
    color: #535353;
}

.basket-item-checkout__print-box a svg {
    margin-bottom: -2px;
}

.basket-item-checkout__print-box a:hover {
    text-decoration: underline;
}

.checkout-order-btn,
.quick-order-btn {
    white-space: nowrap;
    display: inline-block;
    height: 46px;
    font-size: 1em;
    width: 200px;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #0577fd;
    background-color: transparent;
    color: #0577fd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.checkout-order-btn:hover,
.quick-order-btn:hover {
    background-color: #0577fd;
    color: #fff;
}

.checkout-order-btn {
    margin-right: 10px;
}

.quick-order-btn {
    background-color: #0577fd;
    color: #fff;
}

.quick-order-btn:hover {
    background-color: #1671dc;
}

@media (max-width: 1100px) {
    .basket-item-checkout__print-box {
        bottom: 10px;
    }

    .basket-item-checkout .product-price__current-price {
        font-size: 1.4em;
    }

    .basket-item-checkout .product-price__old-price {
        font-size: 1.1em;
    }

    .basket-item-checkout__btn-box {
        width: 200px;
    }

    .basket-item-checkout__btn-box .checkout-order-btn {
        margin-right: 0;
    }
}

@media (max-width: 950px) {
    .basket-item {
        padding-right: 30px;
    }

    .basket-item__img-wrap {
        padding: 10px;
        padding-right: 20px;
    }

    .basket-item .product-price__current-price {
        font-size: 1.2em;
    }

    .basket-item h3, .basket-item__name {
        font-size: 1em;
    }

    .basket-item__pt .product-buy__qantity {
        max-width: 40px;
    }
}

@media (max-width: 840px) {
    .basket-item {
        padding: 20px 40px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket-item__to-left {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .basket-item .quantity-box {
        margin-right: -20px;
    }
}

@media (max-width: 790px) {
    .basket-item-checkout {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 60px 40px;
    }

    .basket-item-checkout__coupon-box {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }

    .basket-item-checkout__coupon {
        width: 93%;
    }

    .basket-item-checkout__btn-box {
        margin-top: 20px;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .basket-item-checkout__btn-box button {
        width: 48%;
    }

    .basket-item-checkout__coupon-box--order-delivery {
        width: 256px;
    }
}

@media (max-width: 760px) {
    .basket-page {
        padding-top: 20px;
    }
}

@media (max-width: 630px) {
    .basket-page__header {
        display: block;
    }

    .basket-page__clear-basket {
        display: block;
        height: 34px;
        padding: 10px 20px 10px 40px;
        margin: 0 0 0 auto;
        border-bottom: none;
    }
}

@media (max-width: 560px) {
    .basket-item-checkout {
        padding: 30px 20px 40px;
    }

    .basket-item-checkout__btn-box button {
        font-size: 0.875em;
        width: 48%;
    }
}

@media (max-width: 510px) {
    .basket-item__pt {
        padding-top: 10px;
    }

    .basket-item {
        padding: 20px 20px 0;
    }
}

@media (max-width: 510px) {
    .basket-item-checkout__btn-box {
        margin-top: 10px;
        display: block;
    }

    .basket-item-checkout__btn-box button {
        margin: 10px 0;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .basket-item-checkout__item {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .basket-item .basket-item__pt {
        padding: 20px 0;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .basket-item__economy-box {
        margin-top: 10px;
    }
}

.order-info {
    background-color: #0577fd;
    color: #fff;
    padding: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.order-info--fixed {
    opacity: 1;
    position: fixed;
    top: 20px;
}

.order-info--hide {
    opacity: 0;
}

.order-info__title {
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    white-space: nowrap;
}

.order-info__edit {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.order-info > ul, .order-info__list {
    padding-bottom: 40px;
}

.order-info__item,
.order-info > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 1.125em;
    font-weight: 700;
}

.order-info__value {
    text-align: right;
    white-space: nowrap;
}

.order-info__old-price {
    font-size: 0.778em;
    text-decoration: line-through;
}

.order-info__total-box {
    font-size: 1.9em;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
}

.order-info__btn {
    font-size: 1em;
    border: none;
    color: #0577fd;
    font-weight: 700;
    width: 100%;
    padding: 14px;
    background-color: #fff;
}

@media (max-width: 1030px) {
    .order-info__title {
        font-size: 1.4em;
    }

    .order-info__total-box {
        font-size: 1.4em;
    }
}

.padding-around {
    padding: 20px;
}

.padding-around--top-none {
    padding-top: 0;
}

.order-section {
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
}

.order-section__title {
    height: 80px;
    background-color: #ebebeb;
    font-size: 1.375em;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-section__title-icon {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: -7px;
}

.order-section__nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-section__nav-box--flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.order-section__prev-btn, .order-section__next-btn {
    border: 1px solid #0577fd;
    font-size: 0.813em;
    text-transform: uppercase;
    height: 30px;
    display: block;
    width: 115px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    padding: 6px;
}

.order-section__prev-btn {
    color: #0577fd;
    background-color: transparent;
}

.order-section__prev-btn:hover {
    background-color: #0577fd;
    color: #fff;
}

.order-section__next-btn {
    background-color: #0577fd;
    color: #fff;
}

.order-section__next-btn:hover, .order-section__next-btn:active, .order-section__next-btn:focus {
    background-color: #1775e4;
    color: #fff;
}

.order-address__item:not(:last-child) {
    margin-bottom: 20px;
}

.order-address__lbl {
    font-weight: 700;
    color: #6b6b6b;
    font-size: 1.125em;
}

.order-address__input {
    height: 50px;
    border: 1px solid #e1e1e1;
    background-color: #ebebeb;
    font-size: 0.875em;
    color: #000;
    padding: 10px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.order-address__input::placeholer {
    font-size: 0.875em;
    color: #a2a2a2;
}

.order-address__dop-text {
    font-size: 0.875em;
    color: #6b6b6b;
    margin-top: 10px;
}

.payer-type__label {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.2em;
    color: #000;
    padding-left: 30px;
    margin-right: 30px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.payer-type__checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ebebeb;
}

.payer-type input:checked ~ .payer-type__checkmark {
    background-color: #0577fd;
}

.user-address__options {
    margin-top: 10px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-address__options a {
    display: block;
    border: 1px solid #0577fd;
    color: #0577fd;
    background-color: transparent;
    font-size: 0.938em;
    height: 40px;
    margin-right: 15px;
    white-space: nowrap;
    padding: 10px 23px;
}

.order-delivery .order-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    .pad-top-tb {
        padding-top: 20px;
    }
}

@media (max-width: 780px) {
    .user-address__options {
        margin-left: -5px;
    }

    .user-address__options a {
        margin: 5px;
    }
}

.delivery-options {
    margin-bottom: 40px;
}

.delivery-options ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.delivery-options__checkmark {
    width: 220px;
    height: 120px;
    border: 1px solid #0577fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 14px 12px;
    margin-right: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.delivery-options__info-box {
    max-width: 100px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.delivery-options__title {
    font-size: 1em;
    color: #000;
    font-weight: 700;
}

.delivery-options__price {
    font-size: 1em;
    color: #0577fd;
    font-weight: 700;
}

.delivery-options__checked {
    position: absolute;
    top: 7px;
    left: 7px;
    display: none;
}

.delivery-options__label input:checked ~ .delivery-options__checkmark .delivery-options__checked {
    display: block;
}

.payment-options > ul {
    max-width: 586px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment-options > ul > li {
    width: 50%;
    min-width: 247px;
}

.payment-options > ul > li:last-child .payment-options__chekmark {
    margin-bottom: 0;
}

.payment-options__label {
    width: 100%;
}

.payment-options__label:hover .payment-options__border {
    border-color: #0577fd;
}

.payment-options__label:hover .payment-options__uncheked {
    border-color: #0577fd;
    background-color: #0577fd;
}

.payment-options__label input:checked ~ .payment-options__chekmark .payment-options__uncheked {
    display: none;
}

.payment-options__label input:checked ~ .payment-options__chekmark .payment-options__checked img {
    display: block;
}

.payment-options__label input:checked ~ .payment-options__chekmark .payment-options__name {
    color: #000;
}

.payment-options__chekmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 20px;
}

.payment-options__border {
    display: block;
    min-width: 120px;
    width: 120px;
    height: 72px;
    border: 1px solid #e5e5e5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
}

.payment-options__checked {
    position: absolute;
    top: 5px;
    left: 5px;
}

.payment-options__checked img {
    display: none;
}

.payment-options__uncheked {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.payment-options__name {
    font-weight: 700;
    font-size: 1em;
    color: #777;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.delivery-info {
    width: 216px;
    padding: 15px;
    background-color: #ebebeb;
    border: 1px solid #0577fd;
}

.delivery-info__top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery-info__icon-wrap {
    min-width: 70px;
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 75px;
}

.delivery-info__icon-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.delivery-info__name {
    color: #000;
    font-weight: 700;
}

.delivery-info__text {
    font-size: 0.875em;
    color: #6b6b6b;
    margin-bottom: 20px;
}

.delivery-info__price {
    font-weight: 700;
    color: #0577fd;
}

.payment-info {
    height: auto;
    padding: 15px;
    height: 120px;
    border: 1px solid #0577fd;
    width: 160px;
    text-align: center;
}

.payment-info__name {
    display: inline-block;
    font-weight: 700;
}

.order-payment .order-section__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-item__img-wrap {
    padding-top: 40px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95px;
    min-width: 95px;
    margin-right: 20px;
}

.order-item__img-wrap img {
    max-width: 110px;
    width: 100%;
    height: auto;
    display: block;
}

.order-item__box {
    padding: 0 15px;
}

.order-item__title {
    padding-top: 15px;
    font-size: 0.875em;
    color: #a6a6a6;
    white-space: nowrap;
    margin-bottom: 50px;
}

.order-item__name {
    color: #000;
    font-size: 1.125em;
    white-space: nowrap;
}

.policy-link {
    color: #0577fd;
}

.policy-link:hover {
    text-decoration: underline;
}

.order-policy {
    color: #6b6b6b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.order-policy__checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 1px solid #0577fd;
}

.order-policy input:checked ~ .order-policy__checkmark {
    background-color: #0577fd;
}

.order-form__submit {
    border-radius: 0;
    padding: 15px 36px;
}

@media (max-width: 1120px) {
    .order-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .order-item__img-wrap {
        width: 100%;
    }
}

@media (max-width: 1037px) {
    .delivery-options {
        margin-bottom: 20px;
    }

    .delivery-info {
        margin-top: 20px;
    }
}

@media (max-width: 990px) {
    .order-item__box {
        padding: 0 10px;
    }

    .order-item__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 940px) {
    .order-item__box {
        width: 33%;
    }

    .order-item__name {
        white-space: normal;
        font-size: 1em;
    }
}

@media (max-width: 670px) {
    .order-item__box {
        width: 50%;
    }
}

@media (max-width: 540px) {
    .order-item__box {
        width: 100%;
    }
}

@media (max-width: 562px) {
    .delivery-options ul > li {
        margin-bottom: 20px;
    }

    .basket-item-checkout__coupon-box--order-delivery {
        width: 100%;
    }
}

@media (max-width: 460px) {
    .order-form__submit {
        width: 100%;
        font-size: 1em;
    }

    .user-address__options a {
        padding: 10px 15px;
    }
}

@media (max-width: 380px) {
    .delivery-info {
        width: 100%;
    }
}

@media (max-width: 580px) {
    .order-payment .order-section__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .payment-info {
        width: 100%;
        margin-top: 20px;
    }
}

.pagination-container .pages{
    display: flex;
    margin: 42px auto 60px;
    width: fit-content;
    height: fit-content;
    align-items: center;
}
.pag-btn{
    font-family: "Proxima Nova";
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #BCC2CC;
    margin: 0 16px;
}
a.pag-btn{
    color: #0577fd;
}
.pag-num{
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    min-width: 33px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    padding: 0 12px;
    margin: 0 4px;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.pag-num{
    color: #A9A9A9;
}
.pag-num:hover,
b.pag-num{
    color: #FFFFFF;
    background-color: #277AF9;
}
.pag-btn.prev{
    margin-right: 32px;
}
.pag-btn.next{
    margin-left: 32px;
}


.catalog-search-filtered {
    /*overflow: hidden;*/
}

.catalog-search-filtered > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 43px;
}

.catalog-search-filtered > ul > li {
    width: 33.33%;
}

.recomTovar .catalog-search-filtered > ul > li {
    position: relative;
    width: calc(20% - 35px);
    min-height: 343px
}
@media (max-width: 1300px) {
    width: calc(25% - 33px);
}

.recomTovar .sidebar-content-box__content {
    width: 100%;
    margin-bottom: 90px;
}

.catalog-search-filtered .recomended-product--filtered {
    max-width: none;
    background-color: #fff;
    position: relative;
    border-radius: 6px;
}
.catalog-search-filtered .recomended-product--filtered > p{
    margin-top: 5px;
    color: #178f17;
}

.catalog-search-filtered .recomended-product--filtered:hover {
    z-index: 10;
    position: absolute;
}

.catalog-search-filtered .recomended-product--filtered .recomended-product__img-wrap {
    height: 150px;
    min-width: 130px;
    margin: 0 auto 15px;
}
.recomended-product__img-wrap > a{
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.catalog-search-filtered .product-price {
    min-width: auto;
}

.catalog-search-filtered .product-price ul li {
    margin-bottom: 10px;
}

.filters-show {
    font-size: 1em;
    padding: 10px 30px;
    display: none;
    margin-bottom: 20px;
}

.filters-show--active {
    background-color: #1775e4;
}

.filter-box {
    margin-bottom: 50px;
}

.filter-accord {
    border: 1px solid #e1e1e1;
}

.filter-accord:not(:first-child) {
    border-top: none;
}

.filter-accord__title {
    cursor: pointer;
    padding: 14px 20px;
    font-size: 1.125em;
    color: #757575;
    font-weight: 700;
    text-transform: uppercase;
}

.filter-accord__content {
    padding: 0 20px 20px;
}

.filter-accord__content > ul > li {
    padding: 8px 0;
}

.filter-accord__lbl {
    padding-left: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: #757575;
    font-size: 1.125em;
    position: relative;
}

.filter-accord__lbl input:checked ~ .filter-accord__checkmark::before {
    display: block;
}

.filter-accord__lbl input:checked ~ .filter-accord__radiomark::before {
    display: block;
}

.filter-accord__checkmark, .filter-accord__radiomark {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter-accord__checkmark::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../img/tick-sign.svg) no-repeat center;
    background-size: contain;
    display: none;
}

.filter-accord__radiomark {
    border-radius: 50%;
}

.filter-accord__radiomark::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #0577fd;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: none;
}

.irs {
    font-family: 'Proxima Nova';
}

.price-range {
    padding-bottom: 40px;
}

.price-range .price-range-box {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.price-range__inp {
    padding: 5px 10px;
    background-color: #ebebeb;
    width: 50%;
    height: 30px;
    border: 1px solid #e1e1e1;
    color: #757575;
}

.price-range__divider {
    margin: 0 10px;
    width: 27px;
    height: 1px;
    background-color: #e1e1e1;
}

.price-range .irs-line {
    height: 5px;
    background-color: #ebebeb;
}

.price-range .irs-bar {
    height: 5px;
    background-color: #0577fd;
}

.price-range .irs-handle {
    top: 18px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #0577fd;
}

.price-range .irs-handle i {
    display: none;
}

.price-range .irs-handle i:first-child {
    width: 16px;
    height: 16px;
    display: block;
    background-color: #ebebeb !important;
    border-radius: 50%;
    top: 50%;
    left: calc(50% + 1px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.price-range .irs-from,
.price-range .irs-to {
    font-size: 0.938em;
    color: #757575;
    background-color: transparent;
    top: auto;
    bottom: -56px;
}

.price-range .irs-from::before,
.price-range .irs-to::before {
    display: none;
}

.price-range .irs-single {
    display: none;
}

.filter-calalog-box .filter-accord__title {
    border: 1px solid #e1e1e1;
}

.filter-calalog {
    background-color: #ebebeb;
}

.filter-calalog__title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 1.125em;
    color: #454545;
    padding: 14px 20px;
    position: relative;
}

.filter-calalog__title::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-down-white.svg) no-repeat center;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    display: none;
}

.filter-calalog ul {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.filter-calalog ul > li {
    padding-left: 20px;
    position: relative;
}

.filter-calalog ul > li a {
    font-size: 1.125em;
    color: #454545;
    display: block;
    padding: 5px 0;
}

.filter-calalog ul > li a:hover {
    color: #0577fd;
}

.filter-calalog ul > li a::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0577fd;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}

.filter-calalog-active .filter-calalog__title {
    background-color: #0577fd;
    color: #fff;
}

.filter-calalog-active .filter-calalog__title::after {
    display: block;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.filter-calalog-active {
    color: #0577fd !important;
}

.accord-title {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.accord-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/arrow-down.svg) no-repeat center;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.accord-content {
    display: none;
}

.accord-active .accord-title::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}


.section-about.white .about__show-more{
    background-color: #F3F3F3;
    margin-top: 49px;
}
.section-about.white .about__arrow-down{
    color: #A1A8B1;
}
@media (max-width: 1040px) {
    .filter-accord__title,
    .filter-accord__lbl,
    .filter-calalog__title,
    .filter-calalog ul > li a {
        font-size: 1em;
    }
    .catalog-search-filtered > ul{
        row-gap: 0;
        column-gap: 24px;
    }
    .recomTovar .catalog-search-filtered > ul > li {
        width: calc(100% / 3 - 16px);
    }
}

@media (max-width: 890px) {
    .catalog-search-filtered > ul > li {
        width: 100%;
    }

    .recomended-product--filtered {
        width: 100%;
    }



    @media (max-width: 760px) {

        .recomTovar .catalog-search-filtered > ul > li {
            width: calc(50% - 12px);
        }
        .catalog-search-filtered .recomended-product--filtered .recomended-product__img-wrap{
            height: 100px;
        }
        .catalog-search {
            padding-top: 20px;
        }

        .filters-show {
            margin-top: 30px;
            display: block;
        }

        .filter-box {
            display: none;
            left: 0;
            top: 46px;
            width: 100%;
            z-index: 12;
            background-color: #fff;
            position: absolute;
        }

        .filter-calalog-box__content {
            display: none;
        }
    }

    @media (max-width: 440px) {
        .recomended-product--filtered {
            padding: 10px 16px;
        }

        .recomended-product--filtered .recomended-product__title {
            font-size: 1em;
        }

        .recomended-product--filtered .product-availability__box {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .recomended-product--filtered .product-availability__list {
            margin-right: 5px;
        }

        .recomended-product--filtered .product-availability__result {
            font-size: 1em;
            margin-left: 0;
        }

        .recomended-product--filtered .privileges ul li {
            margin-right: 0;
            padding: 4px;
            font-size: 0.8em;
        }


    }
    .bx_filter .bx_filter_search_button {
        border-radius: 0;
        border: none;
        background: #0577fd;
        text-align: center;
        border-radius: 0;
        color: #fff;
        text-transform: capitalize;
        font-weight: 400;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .bx_filter .bx_filter_search_button:hover {
        background: #1775e4;
    }

    .filter-view {
        display: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
    }

    .filter-view ul {
        display: flex !important;
        justify-content: flex-end;
    }

    .filter-plit,
    .filter-list,
    .filter-line {
        margin: 10px;
        box-sizing: content-box;
        display: inline-block;
        height: 13px;
        width: 13px;
        line-height: 20px;
        background: url(https://tonnag.com/local/templates/Tonnag-copy/assets/img/xsort_icons.png.pagespeed.ic.BL18l4DAb0.png) 0 0 no-repeat;
        transition: all 0s;
    }

    .filter-plit {
        background-position: -1px -41px;
    }

    .filter-plit:hover {
        background-position: -1px -23px;
    }

    .filter-plit.active {
        background-position: -1px -23px;
    }

    .filter-list {
        background-position: -19px -41px;
    }

    .filter-list:hover {
        background-position: -19px -23px;
    }

    .filter-list.active {
        background-position: -19px -23px;
    }

    .filter-line {
        background-position: -37px -41px;
    }

    .filter-line:hover {
        background-position: -37px -23px;
    }

    .filter-line.active {
        background-position: -37px -23px;
    }

    .catalog-search-filtered--list {
        padding-top: 0;
    }

    .catalog-search-filtered--list .catalog-section > ul > li {
        width: 100%;
    }

    .catalog-search-filtered--list .catalog-section > ul > ul > li {
        width: 100%;
    }

    .catalog-search-filtered--list .recomended-product {
        padding: 20px 10px;
        margin-top: 0;
        min-height: 172px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .catalog-search-filtered--list .recomended-product__img-wrap {
        min-width: 120px;
        width: 181px;
        padding: 10px 25px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
    }

    .catalog-search-filtered--list .recomended-product__img-wrap img {
        display: block;
        width: 100%;
        height: auto;
    }

    .catalog-search-filtered--list .recomended-product__title {
        max-width: 340px;
        height: auto !important;
    }

    .catalog-search-filtered--list .recomended-product__detail {
        min-width: 120px;
        opacity: 1;
        width: 140px;
        height: 40px;
    }

    .catalog-search-filtered--line {
        padding-top: 0;
    }

    .catalog-search-filtered--line .catalog-section > ul > li {
        width: 100%;
    }

    .catalog-search-filtered--line .catalog-section > ul > ul > li {
        width: 100%;
    }

    .catalog-search-filtered--line .recomended-product {
        padding: 20px 10px;
        margin-top: 0;
        min-height: 100px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .catalog-search-filtered--line .recomended-product__img-wrap {
        display: none;
    }

    .catalog-search-filtered--line .recomended-product__title {
        margin: 0;
        max-width: none;
        height: auto !important;
    }

    .catalog-search-filtered--line .recomended-product__detail {
        min-width: 120px;
        opacity: 1;
        width: 140px;
        height: 40px;
        margin-left: 20px;
    }

    .catalog-search-filtered--line .recomended-product__action {
        width: 46%;
        min-width: 380px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .catalog-search-filtered--line .recomended-product .privileges,
    .catalog-search-filtered--line .recomended-product .product-availability {
        display: none;
    }

    .catalog-search-filtered--line .recomended-product .product-price {
        margin: 0;
    }

    .catalog-search-filtered--list .recomended-product__info {
        width: 52%;
    }

    .catalog-search-filtered--list .recomended-product__action {
        width: 24%;
    }

    @media (max-width: 600px) {
        .catalog-search-filtered--list .recomended-product__action {
            width: auto;
        }

        .catalog-search-filtered--list .recomended-product {
            padding: 20px 0;
            flex-wrap: wrap;
        }

        .catalog-search-filtered--list .recomended-product__info {
            width: 100%;
            order: -1;
        }

        .catalog-search-filtered--list .recomended-product .product-availability {
            display: none;
        }

        .catalog-search-filtered--list .recomended-product__img-wrap {
            min-width: 100px !important;
            width: 50% !important;
        }

        .catalog-search-filtered--list .recomended-product__action {
            width: 50%;
        }

        .catalog-search-filtered--line .recomended-product {
            padding: 0;
        }

        .catalog-search-filtered--line .recomended-product__action {
            padding-left: 10px;
            width: 270px;
            min-width: 270px;
        }
    }

    @media (max-width: 600px) {
        .catalog-search-filtered--line .recomended-product {
            flex-wrap: wrap;
            justify-content: center;
            padding: 10px;
        }

        .catalog-search-filtered--line .recomended-product__info {
            text-align: center;
        }

        .catalog-search-filtered--line .recomended-product__action {
            padding: 0;
            width: 100%;
            margin: 0 auto;
        }

        .catalog-search-filtered--line .recomended-product__detail {
            min-width: 100px;
            width: 100px;
            margin-left: 5px;
            font-size: 0.8em;
            height: 33px;
        }

        .catalog-search-filtered--line .product-price__current-price {
            font-size: 1.1em;
        }

        .catalog-search-filtered--line .product-price__old-price {
            font-size: 0.8em;
        }
    }



    .product-item-detail-buy-button:hover {
        background: #0577fd;
        color: #fff;
    }

    .search-page form {
        height: 40px;
    }

    .search-page form input {
        height: 100%;
        border-radius: 5px;
        padding: 5px 10px;
        margin-bottom: 10px;

    }

    .search-page form input[type="submit"] {
        background: #0577FD;
        color: #fff;
        border: none;
    }

    .link-footer {
        margin-bottom: 10%;
        width: 100%;
        display: block;
    }

    .header-info__phone a,
    .footer-phone-box__phone a {
        font-weight: 700;
        color: #fff;
        font-size: 1.0em;
    }

    .header-info__phone a:hover,
    .footer-phone-box__phone a:hover {
        color: #0577FD;
    }

    .test_content p {
        padding: 10px 0px;
    }

    .test_content li {
        list-style: disc;
        margin-left: 15px;
    }

    .catalog__list.catcatal.cotlg .catalog-section__img-wrap {
        display: inline-block;
        width: 30%;
        vertical-align: middle;
    }

    .catalog__list.catcatal.cotlg .catalog-section__img-wrap img {
        width: 30px !important;
    }

    .catalog__list.catcatal.cotlg .catalog-section__info {
        display: inline-block;
        width: 65%;
        vertical-align: middle;
    }



    .ul_main li {
        list-style: disc;
        margin-left: 20px
    }

    .bx-catalog-subscribe-button:hover {
        cursor: pointer;
    }

    .bx-catalog-subscribe-button {
        border-radius: unset;
        z-index: 999;
    }

    .bx-catalog-subscribe-button span {
        border-radius: 0;
        width: 135px;
        font-weight: 400;
        font-size: 1.125em;
        top: 70% !important;
        left: 10px !important;
    }

    .popup-window.popup-window-content-white.popup-window-with-titlebar .popup-window-buttons span {
        margin-right: 10px;
        cursor: pointer;
    }


    @media (min-width: 1330px) {
        .header-info {
            padding-top: 15px !important;
        }

        .header-info__text {
            font-size: 0.838em !important;
        }
    }


}

@media (max-width: 1700px) {
    .about__img{
        width: 651px;
        height: 515px;
    }
    .section-about.white .about__img{
        width: 817px;
        height: 668px;
        left: -150px;
    }
}
@media (max-width: 1350px) {
    .about__box{
        max-width: 592px;
    }
}
@media (max-width: 1200px) {
    .about__img{
        width: 476px;
        height: 434px;
        left: -100px;
    }
    .section-about.white .about__img{
        width: 517px;
        height: 469px;
        left: -100px;
    }
}
@media (min-width: 1024px) {
  .container {
    max-width: 90% !important;
  }
}
@media (max-width: 1279px) {
    .pagination-container .pages{
       /* display: none;*/
       
    }
    
   	.text.pages .pag-btn {
   		display: none;
   	}
   .knopcaLazi {
   		padding: 16px 0;
   	} 
   	
 	#back_top {
    	left: calc(100% - 65px) !important;
    	bottom: 80px !important;
	}  
   
    .about-title{
        font-size: 36px;
        line-height: 36px;
    }
    .section-about.black .about-title{
        color: #FFA011;
        text-align: center;
    }
    .about__box{
        max-width: 100%;
    }
    .about__text{
        margin: 357px 0 0;
        text-align: justify;
    }
    .about__img{
        width: 391px;
        height: 299.4px;
        top: 130px;
        left: 50%;
        transform: translateX(-50%);
    }
    .section-about.white{
        flex-direction: column-reverse;
    }
    .section-about.white .about__img{
        width: 391px;
        height: 329px;
        margin: 60px auto 0;
        position: static;
        transform: initial;
    }
    .section-about.black{
        padding: 68px 0 72px;
    }
    .section-about.white{
        padding: 79px 0 65px;
    }
    .section-about.white .about__text{
        padding: 0;
        margin-top: 49px;
    }

    .section-about.white .about-title{
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }
}
@media (max-width: 768px) {

    .catalog-section > ul:first-child{
        margin-top: 10px;
    }
    .catalog-section > ul:not(:first-child){
        margin-top: 40px;
    }
    .sidebar-content-box{
        padding-bottom: 25px;
    }

    .pagination-container .more-inner-wrap{
        display: block;
        position: relative;
        cursor: pointer;
    }
    .more-inner-wrap a{
        padding: 0 !important;
        background-color: #F3F3F3;
        border-radius: 8px;
        width: 100%;
        max-height: initial !important;
    }
    .more-inner-wrap .button-title{
        padding: 24px 0 ;
        color: #A1A8B1;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px;
        text-align: center;
    }
    .more-inner-wrap .show-more_loader{
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%, -50%);
        pointer-events: none;
        opacity: 0;
    }
    .js-load-more.loading .show-more_loader{
        opacity: 1;
    }
    .more-inner-wrap .show-more_loader circle{
        transform-origin: 50% 50%;
    }

}
@media (max-width: 540px) {
    .section-about.white .about__text{
        height: 255px;
    }
    .section-title{
        font-size: 30px;
    }
    .catalog-block-header{
        padding: 5px 0;
    }
}
/*Новые 31.07.2024*/
.parent_list_item{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(12, 1fr);
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
    padding: 0;

}
.parent_item{
    width: 100% !important;
    background-color: #F4F4F4;
    padding: 20px 30px;
    transition: .3s;
    margin: 0;
    grid-column: span 3;
}
.parent_item.big{
    grid-column: span 4;
}
.section_discription{
    flex-direction: column-reverse;
    position: relative;
    height: 100%;
    justify-content: space-between;
}

.discription_model{
    margin-left: 0;
    margin-top: 24px;
    color: #277AF9;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}
.item_discription_model{
    margin-left: 0;
}
.discription_preview p{
    margin-top: 16px;
    margin-left: 0;
    color: #1B1F25;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.parent_item:hover{
    background-color: #FFFFFF;
    box-shadow: 0 14px 41px 0 #e1e1e1, 0 1px 0 0 #dcdcdc;
}
.discription_img{
    width: initial;
    margin-left: 0;
    object-fit: cover;
    transition: .3s;
}
.parent_item:hover .discription_img{
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.discription__hidden{
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    background-color: #F4F4F4;
    transition: .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: none;
    margin-top: 12px;
}
.parent_item:hover .discription__hidden{
    height: fit-content;
    opacity: 1;
    background-color: #FFFFFF;
}
.discription__link{
    background-color: #277AF9;
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 12px 0;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.8px;
    text-align: center;
}
.section-title{
    margin: 40px 0 28px;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
}
.section-title::after{
    content: none;

}
.catalog_section_top_list{
    margin-top: 20px;
    margin-bottom: 108px;
}
@media (max-width: 1200px) {
    .parent_list_item{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .parent_item,
    .parent_item.big{
        grid-column: span 1 !important;
    }
}
@media (max-width: 768px) {
    .parent_list_item {
        grid-template-columns: 1fr 1fr;
    }
    .parent_item{
        padding: 16px 20px;
    }
    .discription__hidden{
        display: block;
        bottom: -16px;
        left: -20px;
        right: -20px;
        top: -16px;
        position: absolute;
        opacity: 0 !important;
        padding: 0 !important;
        margin-top: 0;
        height: initial !important;
        z-index: 10;
    }
    .parent_item a{
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .discription_model{
        margin-top: 0;
    }
    .section-title{
        font-size: 32px;
        line-height: 32px;
        margin: 10px 0
    }
    .catalog_section_top_list{
        margin-bottom: 20px;
    }
}
@media (max-width: 500px) {
    .parent_list_item {
        grid-template-columns: 1fr;
    }
    .section_discription{
        flex-direction: row;
        gap: 24px;
        align-items: center;
    }
    .discription.image{
        width: fit-content;
    }
    .discription_img{
        width: 120px;
        height: 100%;
    }
}
.tittle_uzel{
    background: 0;
    text-align: left;
    border: none;

    color: #A1A8B1;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;

}
.sidebar-content-box{
    gap: 75px;
}
.filter{
    min-width: 21%;
    margin-top: 12px;
}
.cotlg{
    margin-top: 20px;
    margin-right: 0;
    width: initial;
    align-items: start !important;
}
.cotlg > a{
    width: 100%;
}
.oitem{
    background: 0;
    padding: 15px;
    margin: 0;
    border-top: 1px solid #EAEAEA;
    box-shadow: none;
    transition: .3s;
    width: initial;

    font-family: "Proxima Nova";

    line-height: 14px;
    text-align: left;

    color: #1B1F25;
}
.oitem .catalog-section__info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oitem .catalog-section__info:after{
    content: '';
    width: 27px;
    height: 17px;
    background-image: url("/local/templates/Tonnag-copy/assets/img/new/filter-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.oitem .catalog-section__title{
    font-size: 14px;
    font-weight: 700;
}
.oitem:hover{
    background-color: #277AF9;
    border-radius: 5px;
    border: none;
    border-top: 1px solid #277AF9;
    box-shadow: none;

    color: #FFFFFF;
}
.filter-container{
    position: sticky;
    top: 0;
}
.tittle_uzel{
    padding: 0;
}
@media (max-width: 1240px) {
    .sidebar-content-box{
        gap: 30px;
    }

}
@media (max-width: 1100px) {
    .sidebar-content-box__content.in-catalog .catalog-section ul li{
        width: calc(100% / 3 - 14px) !important;
    }

}
@media (min-width: 761px) and (max-width: 980px) {
    .sidebar-content-box__content.in-catalog .catalog-section ul li{
        width: calc(50% - 10px) !important;
    }

    .filter{
        min-width: 29%;
    }
}
@media (max-width: 761px){
    .sidebar-content-box__content.in-catalog,
    .filter{
        min-width: 100%;
    }
    .tittle_uzel{
        padding: 24px;
        background-color: #277AF9;
        color: #FFFFFF;
        font-weight: 700;
        cursor: pointer;
        width: 100%;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .3s;
    }
    .tittle_uzel:after{
        content: '';
        width: 16px;
        height: 16px;
        background-image: url("/local/templates/Tonnag-copy/assets/img/new/ar-w.svg");
        background-repeat: no-repeat;
        background-position: center;
        transition: .3s;
    }
    .cotlg{
        margin-top: 0;
    }
    .filter .catalog{
        height: 0;
        background-color: #fff;
        width: 100%;
        overflow: hidden;
        border-radius: 0 0 8px 8px;
        padding-top: 0;
        margin-top: 0;
        /*transition: .3s;*/
    }
    .filter{
        position: relative;
        border-radius: 8px;
        z-index: 10;
    }
    .filter.open{
        box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
    }
    .filter.open .tittle_uzel{
        border-radius: 8px 8px 0 0;
    }
    .filter.open .tittle_uzel:after{
        transform: rotate(180deg);
    }
    .filter.open .catalog{
        height: initial;
        position: absolute;
        top: 65px;
        border: 1px solid #277AF9;
        border-top: none;
        box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 6px 20px 20px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 600px){
    .sidebar-content-box__content.in-catalog .catalog-section ul li{
        width: calc(50% - 5px) !important;
    }
    .sidebar-content-box__content.in-catalog .catalog-section ul{
        column-gap: 10px;
    }
}

.catalog-block-header{
    font-family: "Proxima Nova";
    color: #1B1F25;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    border-bottom: 0;
    margin: 0 0 40px 0;

}
.catalog-block-header h2{
    color: #1B1F25;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;

}
@media (max-width: 768px) {
    .catalog-block-header h2{
        font-size: 22px;
        line-height: 24px;
    }
    .product-action{
        margin-bottom: 24px;
    }
    .breadcrumb ul{
        padding-bottom: 10px;
    }
}
#tr-popup{
    display: none;
}

/*Новые 31.07.2024*/
.section-title{
    display: none;
}
.main-section{
    margin-top: 41px;
}

.product .product-item-detail-info-container,
.product .btn.product-item-detail-buy-button_custom{
    margin-bottom: 0;
}

.product .btn.product-item-detail-buy-button_custom{
    height: 49px;
    border-radius: 2px;
    max-height: initial;
    cursor: pointer;
}
.product .product-item-detail-buy-button{
    border: 1px solid #277AF9 !important;
    width: 100% !important;
    height: 49px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 17px !important;
    font-size: 14px;
    font-weight: 700 !important;
    line-height: 14px;
}
@media (max-width: 375px) {
    .discription_img{
        width: 70px;
    }
}
