html, body, #root {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Inter";
    src: url("./fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Aeroport";
    src: url("./fonts/Aeroport-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Aeroport";
    src: url("./fonts/Aeroport-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Aeroport";
    src: url("./fonts/Aeroport-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

* 
{
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
    height: 100%;
}

html.mobile-active {
    overflow: hidden;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Aeroport";
    position: relative;
    color: #282828;
    line-height: 1.2;
    background: #FFF;
}

.container {
    max-width: 1200px;
}

.header-burger {
    margin-left: 35px;
    display: none;
}


/*--------------------------------------*/

.section-line {
    position: absolute;
    width: 100%;
}

.section-line svg {
    width: 100%;
    height: auto;
}

.section-line-bg {
    position: absolute;
    width: 100%;
    left: 0px;
}

.section-line-bg svg {
    width: 100%;
    height: auto;
}

.section {
    padding: 90px 0;
    position: relative;
}

.section-title {
    color: #272727;
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
}

.section-title em {
    font-style: normal;
    font-weight: 300;
}

.row.swiper-wrapper {
    width: auto;
}


/*--------------------------------------*/

.header-mobile {
    display: none;
    position: absolute;
    right: 0;
    width: 320px;
    z-index: 100;
    background: #000;
    top: 0;
    height: 100vh;
    padding: 20px;
    transform: translateX(100vw);
    transition: all 0.5s ease;
}

header {
    background: #000;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.common-home header,
.home-page header {
    background: rgb(0, 0, 0);
    position: absolute;
}

.header-top {
    padding: 10px 0;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-contacts {
    display: flex;
    align-items: center;
    /* margin-right: 30px; */
    
    margin-right: 20px;
}

.header-contacts a {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    color: #EDEBE8;
    text-decoration: none;
    transition: all 0.5s ease;
    display: inline-flex;
    margin-right: 12px;
}

.header-contacts a:last-child {
    margin-right: 0;
}

.header-contacts a:hover {
    color: #0575C0;
}

.header-contacts a svg path {
    transition: all 0.5s ease;
}

.header-contacts a:hover svg path {
    fill: #0575C0;
}

.header-button {
    color: #EDEBE8;
    font-family: "Inter";
    font-size: 14px;
    /*display: flex;*/
    align-items: center;
    padding: 8px 5px;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

.header-login {
    margin-right: 10px;
}

.header-icon {
    margin-right: 5px;
    position: relative;
}

.header-button:hover {
    fill: #0575C0;
}

.header-icon svg path {
    transition: all 0.5s ease;
}

.header-button:hover .header-icon svg path {
    fill: #0575C0;
}

.header-popup {
    /* margin-left: 35px; */
    margin-left: 20px;
}

.header-popup__button {
    color: #ffffff !important;
    font-family: "Inter";
    font-size: 14px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #0575C0;
    padding: 12px 15px;
    transition: all 0.5s ease;
}

.header-popup__button:hover {
    background: #0575C0;
    color: #000000;
}

.card-number {
    position: absolute;
    width: 15px;
    height: 15px;
    /* background: #0575c0; */
    background: #c00505;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    line-height: 15px;
    border-radius: 100%;
    top: 5px;
    font-size: 10px;
    right: 5px;
    color: #fff;
    transform: translateY(-50%) translateX(50%);
}

.header-search {
    margin-right: 10px;
}

.header-languages {
    /* margin-left: 25px; */
    margin-left: 15px;
}

.header-languages ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
}

.header-languages ul button {
    color: #EDEBE8;
    font-family: "Inter";
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: all 0.5s ease;
    background: transparent;
    border: 0;
    display: inline-block;
    padding: 0;
    outline: none;
}

.header-languages ul button:before {
    content: attr(data-title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
}

.header-languages ul button:hover,
.header-language__active button {
    font-weight: 600;
}

.header-languages ul li {
    margin-right: 5px;
    position: relative;
    display: flex;
}

.header-languages ul li:last-child {
    margin-right: 0;
}

.header-languages ul li:last-child:after {
    display: none;
}

.header-languages ul li:after {
    content: "/";
    color: #EDEBE8;
    font-family: "Inter";
    font-size: 14px;
    margin-left: 5px;
}

.header-bottom-row {
    display: flex;
    align-items: center;
}

.header-catalog {
    margin-right: 40px;
}

.header-catalog a {
    color: #EDEBE8;
    font-family: "Inter";
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
    transition: all 0.5s ease;
    display: block;
}

.header-catalog a.active,
.header-catalog a:hover {
    color: #0575C0;
    
    background: #FFFFFF;
    /* color: #16182A; */
}

.header-menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.header-menu .menu li {
    /* margin-right: 40px; */

    /* margin-right: 25px; */
}

.header-menu .menu a {
    color: #EDEBE8;
    font-family: "Inter";
    font-size: 16px;
    padding: 15px 10px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header-menu .menu a.active,
.header-menu .menu a:hover {
    color: #0575C0;
    background: #FFFFFF;
}


/*-----------------------------------------*/

.home-banner__title {
    color: #FFF;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.home-banner__title strong {
    font-weight: 700;
}

.home-banner__title big {
    font-size: 80px;
    font-weight: 700;
}


/*-----------------------------------------*/

.action-item {
    background: #878789;
    height: 200px;
    position: relative;
    font-family: Aeroport;
    font-size: 16px;
    color: #fff;
    padding: 20px 30px;
    background: #fff;
    color: #333333;
}

.action-item__main {
    margin-bottom: 30px;
}

.action-item__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: flex;
}

.action-item__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #333333;
}

.action-item__desc {
    display: flex;
    flex-direction: column;
    color: #333333;
}

.action-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}

.action-item__desc svg {
    margin-top: 5px;
}

.action-item__img img {
    transform-origin: right bottom;
    transition: all 0.5s ease;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: right bottom;
}

.action-item:hover .action-item__img img {
    transform: scale(1.1);
}

.action-item__main .action-item {
    height: 340px;
}

.action-item__main .action-item__title {
    position: absolute;
    color: #FFF;
    font-size: 25px;
    top: 0;
    background: #0575C0;
    padding: 8px 30px;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 0;
}

.action-item__main .action-item__title:before {
    content: "";
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    border-bottom: 46px solid #0575c0;
    border-right: 28px solid transparent;
    top: 0;
}

.action-item__main .action-item__content {
    margin-top: 30px;
}

.action-item__main .action-item__desc {
    flex-direction: row;
    align-items: center;
}

.action-item__main .action-item__desc svg {
    margin-top: 0;
    margin-left: 5px;
}


/*-----------------------------------------*/

.product-col {
    margin-bottom: 30px;
}

.product-item {
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.product-item__image {
    margin-bottom: 15px;
}

.product-item__image img {
    width: 100%;
    /* height: 100%; */
    object-fit: scale-down;
    height: auto;
}

.product-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-item__article {
    color: #16182A;
    font-family: Inter;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.product-item__title a {
    color: #16182A;
    font-family: Inter;
    font-size: 18px;
    /*20px*/
    font-weight: 600;
    text-decoration: none;
    word-wrap: break-word;
}

.product-item__text {
    color: #16182A;
    font-family: Inter;
    font-size: 12px;
    margin-left: 5px;
}

.product-item__reviews {
    display: flex;
    align-items: center;
}

.product-item__prices {
    text-align: right;
    margin-top: 10px;
}

.product-item__new-price {
    color: #16182A;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
}

.product-item__old-price {
    color: #545D77;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
    /* 150% */
    text-decoration: line-through;
}

.product-item__input--center {
    text-align: center;
}

.product-item__input {
    margin-top: 10px;
    border-radius: 4px;
    border: 1px solid #F4F4F4;
    overflow: hidden;
    display: inline-flex;
    max-width: 100%;
}

.product-item__button {
    margin-top: 20px;
}

.product-item__input-control {
    border: 0;
    text-align: center;
    outline: none;
    padding: 0;
    color: #16182A;
    font-family: Inter;
    font-size: 16px;
    max-width: 100%;
    width: 100%;
}

.product-item__input-btn {
    padding: 0;
    border: 0;
    cursor: pointer;
    background: #F4F4F4;
    transition: all 0.5s ease;
    outline: none !important;
}

.product-item__input-btn:hover {
    background: #0575c0;
}

.product-item__input-btn svg path {
    transition: all 0.5s ease;
}

.product-item__input-btn:hover svg path {
    fill: #FFF;
}

.product-item__button button {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    background: #333;
    padding: 12px 16px;
    border: 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.product-item__button button:hover {
    background: #0575c0;
}


/*--------------------------------------*/

.section-home-banner {
    position: relative;
    padding: 250px 0;
    /* padding-bottom: 150px; */
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-home-banner .section-bg:before {
    content: "";
    background: rgba(2, 2, 2, 0.50);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.section-home-banner .section-line {
    bottom: 50px;
    left: 0;
}

.section-top {
    background: #DFDFDF;
    margin-bottom: 120px;
}

.section-top .section-line-bg {
    top: 100%;
    margin-top: -1px;
}

.section-top .section-line {
    top: 100%;
    margin-top: 30px;
}

.section-top .section-line-bg svg {
    transform: rotate(180deg);
}

.section-top .section-line svg {
    transform: rotate(180deg);
}


/*--------------------------------------*/

.section-advantages {
    background: #333333;
    margin-top: 120px;
    z-index: 1;
}

.section-advantages .section-line-bg-top {
    bottom: 100%;
    margin-bottom: -1px;
}

.section-advantages .section-line {
    bottom: 100%;
    margin-bottom: 30px;
}

.section-advantages .section-line-bg-bottom {
    top: 100%;
    margin-top: -1px;
}

.section-advantages .section-title {
    color: #FFF;
    font-size: 50px;
    font-family: "Aeroport";
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}

.section-advantages .section-title .section-title-bg {
    position: absolute;
    bottom: 10px;
    right: 100%;
    margin-right: 70px;
}

.advantage-col {
    margin-top: 40px;
    margin-bottom: 40px;
}

.advantage-item__text {
    color: #FFF;
    font-family: Aeroport;
    font-size: 24px;
}

.advantage-item {
    display: flex;
    align-items: center;
}

.advantage-item__icon {
    width: 100px;
    height: 100px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 100px;
}

.advantage-item__icon:before,
.advantage-item__icon:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-color: #0575C0;
    border-style: solid;
    position: absolute;
}

.advantage-item__icon:before {
    left: 0;
    top: 0;
    border-width: 3px 0 0 3px;
}

.advantage-item__icon:after {
    right: 0;
    bottom: 0;
    border-width: 0 3px 3px 0;
}

.delivery-col .advantage-item__text {
    color: #16182A;
    font-size: 14px;
}


/*--------------------------------------*/

.section-reviews {
    background: #DFDFDF;
    padding-top: 150px;
}

.section-reviews .section-line-bg {
    top: 100%;
    margin-top: -1px;
}

.section-reviews .section-line {
    top: 100%;
    margin-top: 30px;
}

.reviews-link a {
    color: #0575C0;
    font-family: Aeroport;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    text-transform: uppercase;
}

.reviews-link {
    text-align: right;
    margin-top: 30px;
}

.reviews-slider {
    overflow: hidden;
}

.review-item__wrapper {
    border-left: 3px solid #0575C0;
    border-bottom: 3px solid #0575C0;
    position: relative;
    overflow: hidden;
}

.review-item__wrapper:before {
    content: "";
    height: 3px;
    width: 100%;
    right: 100px;
    top: 0;
    background: #0575C0;
    position: absolute;
}

.review-item__wrapper:after {
    content: "";
    width: 3px;
    height: 100%;
    right: 0;
    top: 100px;
    background: #0575C0;
    position: absolute;
}

.review-item__wrap {
    padding: 25px;
    position: relative;
}

.review-item__wrap:before {
    content: "";
    height: 3px;
    width: 50px;
    right: 50px;
    top: 0;
    background: #0575C0;
    position: absolute;
    transform: rotate(45deg);
    z-index: 1;
    transform-origin: 0 0;
}

.review-item__wrap:after {
    content: "";
    height: 50px;
    width: 3px;
    right: 0;
    top: 50px;
    background: #0575C0;
    position: absolute;
    transform: rotate(-45deg);
    z-index: 1;
    transform-origin: 100% 100%;
}

.review-item {
    /* background: rgba(51, 51, 51, 0.43); */
    background: #333333;
    padding: 30px 60px 20px 40px;
    color: #fff;
    font-family: Aeroport;
    position: relative;
}

.review-item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid #dfdfdf;
    border-left: 100px solid transparent;
    right: -1px;
    top: -1px;
}

.review-item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #0575C0;
    z-index: 1;
    border-radius: 100%;
    right: 15px;
    top: 15px;
}

.review-item__name {
    font-size: 20px;
    margin-bottom: 5px;
}

.review-item__product {
    font-size: 20px;
    margin-bottom: 15px;
}

.review-item__product strong {
    border-bottom: 1px solid;
}

.review-item__description {
    font-size: 20px;
}

.review-item__footer {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.review-item__rating {
    font-size: 14px;
    margin-left: 5px;
}

.reviews-container .swiper-slide {
    padding: 3px;
}

.reviews-slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.5s ease;
}

.reviews-slider__arrow.swiper-button-disabled {
    opacity: 0;
}

.reviews-slider__arrow--right {
    right: -15px;
}

.reviews-slider__arrow--left {
    left: -15px;
}


/*--------------------------------------*/

.section-news {
    padding-top: 150px;
}

.section-news-bg {
    position: absolute;
    top: 155px;
    left: 70%;
    right: 0;
    text-align: right;
}

.news-item__img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-item__img {
    margin-bottom: 15px;
}

.news-item__date {
    color: #16182A;
    /*font-family: Aeroport;*/
    font-size: 14px;
    margin-bottom: 3px;
}

.news-item__title {
    color: #16182A;
    /*font-family: Aeroport;*/
    font-size: 20px;
    text-align: justify;
    margin-bottom: 4px;
}

.news-item__desc {
    /*color: #000;
    font-family: Aeroport;*/
    text-align: justify;
    font-size: 16px;
}

.news-item__content {
    padding: 0 10px;
    font-size: 17px;
    margin-top: 10px;
}

.news-item {
    padding: 20px;
    border: 1px solid #6D6E71;
    background: #fff;
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
}

.news-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    background: #E2F0F9;
    border-color: transparent;
}

.news-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    font-size: 0;
}

.news-item__main {
    margin-bottom: 30px;
}

.news-item__main .news-item {
    flex-direction: row;
    display: flex;
    padding: 35px;
}

.news-item__main .news-item__img {
    width: 58.333333%;
    min-width: 58.333333%;
    height: 100%;
    margin-bottom: 0;
    margin-right: 30px;
}

.news-item__main .news-item__img img {
    height: 100%;
}

.news-item__main .news-item__desc {
    font-size: 17px;
    margin-top: 10px;
}

.news__footer {
    margin-top: 70px;
    text-align: center;
}

.news__all {
    color: #0575C0;
    font-family: Aeroport;
    font-size: 16px;
    padding: 9px;
    width: 100%;
    max-width: 215px;
    display: inline-block;
    border: 1px solid #0575C0;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

.news__all:hover {
    color: #fff;
    background: #0575C0;
}


/*--------------------------------------*/

.contacts-row {
    display: flex;
    /*justify-content: center;*/
}

.contact-item {
    display: flex;
    width: 100%;
    /*min-width: 250px;*/
    margin-right: 30px;
}

.contact-item:last-child {
    margin-right: 0;
    width: auto;
}

.contact-item__content a {
    white-space: nowrap;
}

.contact-item:first-child {
    width: auto;
}

.contact-item__icon {
    min-width: 24px;
    width: 24px;
    margin-right: 8px;
}

.section-contacts__top {
    background: #F4F4F4;
    padding: 30px 0;
}

.contact-item__content a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s ease;
}

.contact-item__content a:hover {
    color: #0575C0;
}

.contact-item__content {
    display: flex;
    flex-direction: column;
    color: #16182A;
    font-size: 12px;
}

.contact-item__social {
    margin-right: 20px;
}

.contact-item__social:last-child {
    margin-right: 0;
}


/*--------------------------------------*/

footer {
    background: #000000;
    position: relative;
    padding: 40px 0;
    margin-top: 155px;
    flex: 0 0 auto;
}

.section-contacts+footer {
    margin-top: 0;
}

footer .section-line-bg {
    bottom: 100%;
    margin-bottom: -2px;
}

footer .section-line {
    bottom: 100%;
    margin-bottom: 33px;
}

.footer-row {
    display: flex;
    align-items: center;
}

.footer-logo {
    margin-right: 150px;
}

.footer-right {
    display: flex;
}

.footer-menu-col {
    margin-right: 80px;
}

.footer-menu-col:last-child {
    margin-right: 0;
}

.footer-menu-col .menu {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer-menu-col .menu a {
    color: #EDEBE8;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer-menu-col .menu a:hover {
    color: #0575C0;
}

.footer-menu-col .menu li {
    margin-bottom: 15px;
}

.footer-menu-col .menu li:last-child {
    margin-bottom: 0;
}


/*--------------------------------------*/

.page-content {
    /*padding: 30px 0 80px 0;*/
    padding-top: 30px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
}


/* .review-item:before {
    border-top: 100px solid #ffffff;
} */

.page-content .review-item__wrapper {
    margin-bottom: 30px;
}

.page-content .reviews-link {
    margin-top: 50px;
    text-align: center;
}

.page-content ul.breadcrumb {
    margin-bottom: 20px;
    background: transparent;
    padding: 0;
}

.page-content__title {
    font-size: 32px;
    color: #16182A;
}

.page-content .breadcrumb .breadcrumb-item a {
    color: #3274BC;
    font-family: Inter;
    font-size: 14px;
    border-bottom: 1px solid;
    text-decoration: none;
}

.page-content .breadcrumb .breadcrumb-item span {
    color: #6D6E71;
    font-family: Inter;
    font-size: 14px;
}

.page-content .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}

.product-category ul.breadcrumb {
    margin-bottom: 80px;
    background: transparent;
    padding: 0;
}
.product-category .breadcrumb .breadcrumb-item a {
    color: #3274BC;
    font-family: Inter;
    font-size: 14px;
    border-bottom: 1px solid;
    text-decoration: none;
}

.product-category .breadcrumb .breadcrumb-item span {
    color: #6D6E71;
    font-family: Inter;
    font-size: 14px;
}

.product-category .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "-";
}

.page-content__row .news-item__col {
    margin-bottom: 30px;
}

.page-content__pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.page-content__pagination .pagination {
    margin-bottom: 0;
    align-items: center;
}

.page-content__pagination .pagination .page-link {
    padding: 0;
    border: 0;
    font-family: Aeroport;
    font-size: 16px;
    width: 25px;
    height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    background: transparent;
    color: #000;
    transition: all 0.5s ease;
}

.page-content__pagination .pagination .page-link:hover,
.page-content__pagination .pagination .active .page-link {
    color: #0575C0;
}

.page-content__pagination .pagination li.page-item {
    margin-right: 8px;
}

.page-content__pagination .pagination li.page-item__auto .page-link {
    width: auto;
    color: #0575C0;
    font-family: Aeroport;
    font-size: 16px;
    line-height: 1;
}

.page-content__pagination .pagination li.page-item.page-item__auto:first-child {
    margin-right: 20px;
}

.page-content__pagination .pagination li.page-item.page-item__auto:first-child svg {
    margin-right: 5px;
}

.page-content__pagination .pagination li.page-item.page-item__auto:last-child {
    margin-left: 20px;
}

.page-content__pagination .pagination li.page-item.page-item__auto:last-child svg {
    margin-left: 5px;
}


/*----------------------------------------*/

.page-content.page-news-content {
    padding-top: 0;
}

.page-news__banner {
    width: 100%;
    height: 500px;
    margin-bottom: 60px;
    position: relative;
}

.page-news__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-news__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.page-news__top {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 35px 0;
}

.page-news__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>); */
}

.page-news__title {
    color: #16182A;
    font-family: Aeroport;
    font-size: 32px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.50);
    padding: 10px 20px;
    display: inline-block;
}

.page-news__content {
    color: #000;
    font-family: Aeroport;
    font-size: 20px;
}


/*-------------------------------------*/

.product-left__image img {
    max-width: 100%;
    max-height: 100%;
}

.product-left__image--main .swiper-slide img {
    object-fit: cover;
}

.product-left__image--main .swiper-slide a {
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.product-left__image--main {
    overflow: hidden;
}

.product-left__image--second {
    overflow: hidden;
}

.product-left__image--second .swiper-slide img {
    object-fit: cover;
}

.product-left__image--second .swiper-slide a {
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 2px solid transparent;
    margin: 0 !important;
    outline: none;
}

.product-left__image--second .swiper-slide-thumb-active a {
    border-color: #0575C0;
}

.product__right h1 {
    color: #16182A;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product__right .product__model {
    color: #16182A;
    font-family: Inter;
    font-size: 14px;
    margin-bottom: 10px;
}

.product__right .product-item__reviews {
    margin-bottom: 30px;
}

.product__right .product-item__button button {
    background: #0575C0;
}

.product__right .product-item__button button:hover {
    background: #333;
}

.product__content {
    margin-top: 100px;
}

.product-content__tabs {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.product-tab__item {
    color: #16182A;
    padding: 12px 45px;
    font-family: Inter;
    font-size: 16px;
    background: #F4F4F4;
    box-shadow: 5px 2px 2px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
    cursor: pointer;
}

.product-tab__item.active,
.product-tab__item:hover {
    background: #0575C0;
    color: #FFF;
}

.product-content__tab-content {
    /*padding: 0 30px;*/
}

.product-content__tab-item {
    display: none;
}

.product-content__tab-item.active {
    display: block;
}


/*----------------------------*/

.page-content__row .stock-item__col {
    margin-bottom: 30px;
}

.stock-item {
    padding: 0;
    border: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-item__img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.stock-item__img {
    margin-bottom: 0;
}

.stock-item__content {
    background: #16182A;
    padding: 15px;
    height: 100%;
}

.stock-item__title {
    color: #FFF;
    font-family: Aeroport;
    font-size: 20px;
    font-weight: 500;
}


/*-----------------------------------*/

.btn {
    font-family: Inter;
    font-size: 14px;
    padding: 12px 16px;
    border-radius: 0;
    border: 0;
}

.btn-primary {
    background-color: #0575c0;
    background-image: none !important;
    border: none !important;
}

.btn-primary:hover {
    background: #333;
}

.buttons.clearfix {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clearfix::after {
    display: none;
}

.alert-dismissible .close {
    padding: 10px;
    line-height: 0.5;
}

.cart__products table {
    width: 100%;
}

td.cart-product--img {
    width: 120px;
    padding: 15px;
}

td.cart-product--title {
    padding: 0 50px;
}

td.cart-product--delete {
    text-align: right;
}

.cart-product__img img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

tr.cart-product__line {
    border-bottom: 1px solid #E8E8E8;
}


/*tr.cart-product__line:last-child {*/


/*    border-bottom: none;*/


/*}*/

.cart__products {
    margin-bottom: 30px;
}

.cart-product--delete button {
    padding: 0;
    border: 0;
    background: transparent;
}

td.cart-product--input .product-item__input {
    margin-top: 0;
}

.cart-product__title a {
    color: #16182A;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
}

.cart-product__title {}

.cart-product__title .cart-product__model {
    margin-bottom: 0;
    color: #16182A;
    font-size: 14px;
}

.qc-confirm button.ve-btn {
    background: #0575C0 !important;
    border-radius: 0;
    font-family: Inter;
    font-size: 14px;
}

.qc-confirm button.ve-btn:hover {
    background: #333 !important;
    transform: none !important;
}


/*-----------------------------------*/

ul.account__ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.account__ul a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    background: #333;
    padding: 12px 16px;
    border: 0;
    cursor: pointer;
    transition: all 0.5s ease;
    display: inline-flex;
    width: auto;
}

ul.account__ul li {
    margin: 10px 0;
}

ul.account__ul a:hover {
    background: #0575c0;
}


/*--------------------------*/

.guarantee {
    margin-top: 80px;
}

.guarantee__title {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.guarantee__block {
    background: #EEE;
    padding: 30px 20px;
    height: 100%;
}

.pay_class--ul {
    margin-bottom: 80px;
    padding: 0;
    list-style: none;
}

.pay_class--ul li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.pay_class--ul li:last-child {
    margin-bottom: 0;
}

.pay_class--ul li:before {
    width: 18px;
    height: 18px;
    content: "";
    background: #0575C0;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.pay_class--title {
    color: #16182A;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.pay_class--desc {
    color: #16182A;
    font-family: Inter;
    font-size: 14px;
}


/*----------------------------*/

.search-bar__block {
    margin-bottom: 30px;
}

.search-bar {
    position: relative;
}

.search-bar__input {
    /*border: 1px solid #545D77;*/
    padding: 12px 15px;
    height: auto;
    padding-left: 50px;
    color: #545D77;
    font-size: 12px !important;
    font-weight: 400;
    outline: none;
    border-top: 1px solid #545D77;
    border-right: 1px solid #545D77;
    border-bottom: 1px solid #545D77;
    border-radius: "none";
    border-top-right-radius: 0px;
}

.search-bar__select {
    border: 1px solid #545D77;
    padding: 12px 15px;
    height: auto;
    padding-left: 50px;
    color: #545D77;
    font-size: 12px !important;
    font-weight: 400;
}

.search-bar__button {
    /*position: absolute;*/
    /*z-index: 1;*/
    border-radius: "none";
    background: #FFF;
    outline: none;
    border: 0;
    padding: 0;
    width: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #545D77;
    border-left: 1px solid #545D77;
    border-bottom: 1px solid #545D77;
    border-top-left-radius: 0px;
    /*height: 100%;*/
    /*z-index: 5 !important;*/
}

.list-group {
    min-width: 270px;
    max-width: 270px;
    margin-bottom: 30px;
}


/*--------------------------------------------*/

.search-bar .search-bar__input {
    font-size: 16px !important;
}


/*--------------------------------------------*/

.information-form__section {
    background: #0575C0;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 80px 0;
}

.information-form__title {
    text-align: center;
    margin-bottom: 40px;
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
}

.information-form .form-group {
    margin: 0;
}

.information-form input.form-control {
    background: transparent;
    border: 1px solid #FFF;
    padding: 15px;
    height: 48px;
    border-radius: 0;
    color: #FFF;
}

.information-form input.form-control::placeholder {
    color: #FFF;
}

.information-form input.btn {
    background: #FFF;
    width: 100%;
    color: #16182A;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 48px;
}


/*-------------------------------------*/

.page-content.container h1,
.page-content.container h2,
.page-content.container h3,
.page-content.container h4 {
    font-weight: 700;
    text-transform: uppercase;
    color: #16182A;
}

.page-content.container h1 {
    margin-bottom: 30px;
    position: relative;
    font-size: 32px;
}

.page-content.container h2 {
    margin-bottom: 30px;
    position: relative;
    font-size: 25px;
}

.page-content.container legend {
    font-weight: 700;
    color: #16182A;
}

.page-content.container .form-group label {
    font-weight: 700;
    color: #16182A;
}

.page-content.container .form-control {
    border: 1px solid #545D77;
    background: #FFF;
    border-radius: 0;
    padding: 15px;
    height: auto;
}

.page-content.container .form-group {
    /* margin-left: -15px;
    margin-right: -15px; */
}

.page-content.container .list-unstyled a {
    color: #16182A;
}

.page-content.container .list-unstyled a:hover {
    color: #0575C0;
}

.modal.in {
    opacity: 1;
}

#q-checkout .modal.in .modal-dialog {
    max-width: 800px;
}

.cart-bottom-hpqc .wishlist-product {
    display: none;
}


/*------------------------*/

.md-content {
    position: relative;
    padding: 30px 40px;
    border-radius: 0;
}

.md-content .md-close {
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 20px;
}

.article__name {
    color: #16182A;
    font-size: 18px;
    font-weight: 500;
}

.md-article {
    max-width: 600px;
}


/*-----------------*/

.form__block--title {
    text-align: center;
    color: #16182A;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

input.input-linck {
    color: #545D77;
    font-size: 14px;
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #545D77;
    margin-bottom: 10px;
}

button.button-popup {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border: 0;
    background: #0575C0;
    padding: 15px 30px;
    width: 100%;
}

.popup__linck--block {
    margin-top: 20px;
}


/*-------------------------------*/

.section-brends {
    padding-top: 160px;
}

.banner-item a {
    background: #FFF;
    display: flex;
    justify-content: center;
    padding: 20px;
    height: 140px;
    align-items: center;
}

.banner-item a img {
    max-width: 100%;
    max-height: 100%;
}

.brends-slider {
    overflow: hidden;
    margin: 0 20px;
    justify-content: space-between;
}

.brends-slider__wrapper {
    display: flex;
    align-items: center;
}

/*.brend-arrow {
    cursor: pointer;
}


/*---------------------------*/

.md-confident {
    max-width: 1200px;
    width: 100%;
    max-height: 95vh;
    overflow: auto;
}

a.md-trigger {
    cursor: pointer;
}


/*---------------------------*/

.section-discounted-page {
    margin-top: 120px;
    background: #DFDFDF;
    padding-bottom: 200px;
}

.section-discounted-page .section-line-bg-top {
    bottom: 100%;
    margin-bottom: -1px;
}

.section-discounted-page .section-line {
    bottom: 100%;
    margin-bottom: 30px;
}


/*---------------------------*/

.search-bar__btn-wrapper {
    margin-bottom: 0;
}

.search-btn {
    color: #16182A;
    font-size: 16px;
    padding: 15px 30px;
    background: #F4F4F4;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border: none;
}

.search-btn__active {
    background: #0575C0;
    color: #fff !important;
    /*z-index: 2;*/
}

.search-btn:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 49px solid #f4f4f4;
    border-right: 30px solid transparent;
    left: 100%;
    bottom: 0;
}

.search-btn__active:before {
    border-bottom: 49px solid #0575c0;
}

.search-btn:focus {
    outline: 0 dotted;
    outline: 0 auto -webkit-focus-ring-color;
}

#callback .message {
    text-align: center;
    margin-top: 10px;
}


/*----------------------------*/

.prod-subcat__title {
    color: #FFF;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.prod-subcat {
    margin-top: 50px;
}

.prod-subcat__item a.btn {
    box-shadow: none;
}

.prod-subcat .row.justify-content-center.p-2 {
    font-size: .8em;
    border-radius: 20px;
    background: #0f4799;
    font-weight: bold;
}


/*--------------------*/

.md-article .md-content {
    background: #333333;
    padding: 40px;
    overflow-y: auto;
    max-height: 90vh;
}

.md-article .article__img img {
    width: 350px;
    max-width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.md-article .article__img {
    margin-right: 40px;
}

.article__top {
    display: flex;
    align-items: center;
}

.article__desc {
    margin-top: 40px;
    color: #FFFFFF;
}

.md-article {
    max-width: 750px;
    width: 90%;
}

.article__name {
    color: #FFFFFF;
}


/*-----------------------------*/

.section.section-prodsubcat {
    background: #0575C0;
}

.section.section-prodsubcat .section-title {
    color: #fff;
}


/*-----------------------------*/

.action-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center !important;
    left: 0;
    position: relative;
    right: 0;
    transform-origin: center;
}

.action-item__img {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
.page-content__description img {
    max-width: 100%;
}

.page-content {
    top: 50px;
}

.prodsubcat-item__wrapper {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}

.prodsubcat-item__wrapper:before {
    content: "";
    height: 2px;
    width: 100%;
    right: 25px;
    top: 0;
    background: #fff;
    position: absolute;
}

.prodsubcat-item__wrapper:after {
    content: "";
    width: 2px;
    height: 100%;
    right: 0;
    top: 25px;
    background: #fff;
    position: absolute;
}


.prodsubcat-item__wrap {
    position: relative;
    padding: 7px;
}

.prodsubcat-item__wrap:before {
    content: "";
    height: 2px;
    width: 8px;
    right: 17px;
    top: 0;
    background: #fff;
    position: absolute;
    transform: rotate(45deg);
    z-index: 1;
    transform-origin: 0 0;
}

.prodsubcat-item__wrap:after {
    content: "";
    height: 8px;
    width: 2px;
    right: 0;
    top: 17px;
    background: #fff;
    position: absolute;
    transform: rotate(-45deg);
    z-index: 1;
    transform-origin: 100% 100%;
}

.prodsubcat-item {
    background: #fff;
    /* padding: 15px; */
    padding: 5px;
    position: relative;
}

.prodsubcat-item a {
    display: flex;
    /* flex-direction: column;
    align-items: self-start; */
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;

    align-items: center;
}

.prodsubcat-item a img {
    /* margin-bottom: 10px; */
    height: auto;
    margin-right: 10px;
}


.prodsubcat-item:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 25px solid #4a6dbc;
    border-left: 25px solid transparent;
    right: -1px;
    top: -1px;
}

.prodsubcat-item:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    z-index: 1;
    border-radius: 100%;
    right: 1px;
    top: 1px;
}


/*------------------------------------*/
.section-certificates {
    padding-bottom: 0 !important;
    position: relative;
    background: #0575C0;
    margin-bottom: 140px;
    padding-top: 0 !important;
    margin-top: 100px;
}
.section-line.certificates-line-top {
    bottom: 100%;
}


.certificates-slider__wrapper {
    display: flex;
    align-items: center;
}




/*-----------------------------------*/
div#kaspiModal {
    max-width: 400px;
    width: 100px;
    max-height: 530px;
    height: 100vh;
    overflow-y: auto;
    border: 1px solid #333;
    background: #fff;
}

div#kaspiModal .md-content {
    padding: 0;
}

.kaspi-content {
    border: 0 !important;
    display: flex;
    flex-direction: column !important;
    align-items: center;
    text-align: center;
    justify-content: center !important;
}

div#kaspiModal .modal-content {
    border: 0px;
    height: 100%;
    justify-content: center;
}

.modal-dialog-centered {
    min-height: auto !important;
    height: auto !important;
    margin: 0 !important;
}

img.mt-4 {
    margin-left: auto;
    margin-right: auto;
}

img.mt-2 {
    margin-left: auto;
    margin-right: auto;
}
div#kaspiModal button.md-close {
    z-index: 1;
}


div#spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/*-------------------------------------------*/
.category-manu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-children {
    display: none;
}

.category-active .category-children {
    display: block;
}

.category-manu .category-children li > a {
    padding-left: 20px;
}


.category-manu .list-group-item {
    min-width: 270px;
    max-width: 270px;
    padding: 8px 10px;
    color: #282828 !important;
    background: transparent;
    border: 0 !important;
    border-radius: 0 !important;
}

.category-manu.list-group {
    /* border: 1px solid red; */
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
}

.category-manu.list-group {
    min-width: 350px;
    max-width: 350px;
}

.category-manu a {
    font-size: 14px;
    /*background: #333;*/
    /*padding: 12px 16px;*/
    border: 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    text-shadow: none;
    color: #16182A;
}

.category-manu a.active, 
.category-manu a.active:hover, 
.category-manu a:hover{
    /* background: #333333; 
    color: #FFF !important;*/
    
    background: #ddd;
}

.category-manu li {
    min-width: 270px;
    max-width: 270px;
    border-bottom: 1px solid #F4F4F4;
}

.category-manu li:last-child {
    border-bottom: 0;
}

.category-manu.list-group ul {
    min-width: 270px;
    max-width: 270px;
    margin-bottom: 0;
    /* padding: 10px 0; */
}

li.category-menu {
    min-width: 270px;    
    max-width: 270px;    
}

li.category-parent {
    min-width: 270px;    
    max-width: 270px;    
}

li.category-parent > a {
    padding-right: 30px !important;
    position: relative;
}



li.category-parent > a > span {
    position: absolute;
    width: 30px;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.category-parent > a > span svg {
    max-width: 15px;
    margin-right: 5px;
    transition: all 0.5s ease;
}

li.category-parent > a.active > span > svg {
    transform: rotate(180deg);
}


/*----------------------------------*/
.banner-prodsubcat .section-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.section-home-banner {
    padding-bottom: 150px;
}

.banner-prodsubcat .prodsubcat-item:before,
.banner-prodsubcat .prodsubcat-item:after {
    display: none;
}


/*-----------------------------------*/
.container-banner {
    position: relative;
}

.actii__banner {
    position: absolute;
    right: 0;
    top: 0;
    /* border-radius: 100%; */
    overflow: hidden;
}

.actii__banner img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}


/*--------------modal------------*/

.md-modal-product {
    max-width: 800px;
    width: 100%;
}

.modal-product__button {
    display: flex;
    margin-top: 40px;
    max-width: 100%;
    width: 100%;
    display: block;
}

.modal-product__button .modal-product__btn {
    position: static;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    background: #333;
    padding: 12px 16px;
    border: 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal-product__button .modal-product__btn:hover,
.modal-product__button .modal-product__btn.modal-product__btn-active {
    background-color: #0575C0;
    color: #FFF;
}

.modal-product__h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-product__image img {
    width: 120px;
    max-width: 120px;
    max-height: 120px;
}

.modal-product__left {
    display: flex;
    align-items: center;
}

.modal-product__image {
    margin-right: 32px;
}

.modal-product__title {
    color: #16182A;
    font-size: 20px;
    font-weight: bold;
}

.modal-product__article {
    color: #16182A;
    font-size: 14px;
    margin-top: 5px;
}
.modal-product__list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#q-checkout .modal.in .modal-dialog {
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    max-height: 90vh;
    overflow-y: auto;
}

html {
    overflow-x: hidden;
}

img.fancybox-image {
    background: #fff;
}


/*--------------------*/
.cross-numbers ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    /* border-bottom: 1px solid; */
    border-top: 1px solid;
}

.cross-numbers ul li {
    width: 25%;
    padding: 10px 0;
    /* border-top: 1px solid; */
    border-bottom: 1px solid;
}

#custom-customer .form-contro {
    font-size: 16px;
}

#custom-customer .form-control {
    font-size: 16px !important;
}

#custom-customer label,
#custom-comment label,
#custom-payment label,
#custom-control label,
#custom-shipping label {
    font-size: 16px !important;
}

#custom-customer .panel-heading,
#custom-control .panel-heading,
#custom-shipping .panel-heading,
#custom-payment .panel-heading {
    font-size: 18px !important;
    font-weight: bold;
}

div#custom-payment {
    margin: 10px 0;
}

.pay_className--title {
    color: #16182A;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-container {
    position: relative;
    display: inline-block;
}

.product-image {
    display: block;
}

.sale-icon {
    position: absolute;
    width: 90px;
    height: 60px;
    top: 30px;
    /*right: 30px;*/
    transform: rotate(45deg);
}

.item-link {
    text-decoration: none;
    color: inherit;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-click {
    cursor: pointer;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
}

.banner-item--swipe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.banner-item--swipe img {
    max-width: 100%;
    height: auto;
}

.cer-item--swipe {
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-btn {
    cursor: pointer;
    background: #FFF;
    border: 0 solid;
    box-shadow: 10px 10px 7px 7px rgb(145 149 152);
}

.car-btn:hover img {
    transform: scale(1.1);
}

.prodsubcat-item:hover div div img {
    transform: scale(1.3);
}

.prodsubcat-item div div {
    cursor: pointer;
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    align-items: center;
}