
a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
}

figure,
figcaption {
    margin: 0;
    padding: 0;
}

.title-us {
    color: #222222;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sec-wrapper {
    max-width: 1130px;
    margin: 0 auto;
}

.recomend__wrapper.sec-wrapper,
.wsales__wrapper.sec-wrapper {
    max-width: 1160px;
}

.recomend__arrows.sec-wrapper,
.wsales__arrows.sec-wrapper {
    max-width: 1160px;
}

.button-us {
    padding: 15px 40px;
    color: #fff;
    background: #fc1919;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
}

.button-us:hover {
    text-decoration: none;
    color: #fff;
    background: #c50b0b;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner {
    position: relative;
}

.banner__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner__wrapper .cnt-arr-left,
.banner__wrapper .cnt-arr-right {
    z-index: 2;
}

.banner__container {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    position: absolute;
    color: #828282;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner__slide {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 465px;
    padding: 50px;
}

.banner__slide-content {
    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;
    max-width: 1160px;
    margin: 0 auto;
    min-height: 365px;
}

.banner__left {
    width: 50%;
}

.banner__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

.banner__info {
    margin: 30px 0 30px 20px;
}

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

.banner__price {
    margin-right: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #fc1919;
}

.banner__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-dots li {
    font-size: 0;
    margin-right: 18px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    border: none;
    padding: 0;
    background: #e0e0e0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    outline: none;
}

.slick-dots li.slick-active button {
    background: #fc1919;
}

.slide-ph {
    background: url("./slider-ph.jpg") center center/cover no-repeat;
    position: relative;
}

.slide-ph:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.slide-gr {
    background: #f6f6f6;
}

.cnt-arr-left {
    margin-left: -150px;
}

.cnt-arr-right {
    margin-right: -150px;
}

.cnt-arr-right,
.cnt-arr-left {
    border-radius: 100%;
    width: 68px;
    height: 68px;
    background: #ffffff;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    cursor: pointer;
}

.cnt-arr-right svg path,
.cnt-arr-left svg path {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.cnt-arr-right:hover svg path,
.cnt-arr-left:hover svg path {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #fc1919;
}

.category {
    margin-top: 25px;
}

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

.category__item {
    width: 31%;
    margin-bottom: 25px;
    color: #222222;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.category__item svg path {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.category__item:hover {
    text-decoration: none;
    color: #fc1919;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.category__item:hover svg path {
    fill: #fc1919;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.category__img {
    width: 100%;
}

.category__img img {
    max-width: 100%;
    width: 100%;
}

.category__name {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.category__name svg {
    margin-left: 10px;
}

.recomend {
    margin-top: 20px;
}

.recomend__wrapper {
    position: relative;
}

.recomend__arrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.recomend__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.recomend__slide {
    min-height: 465px;
    padding: 0 7.5px;
}

.recomend__slide:hover .recomend__slide-content {
    border: 1px solid red;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.recomend__slide-content {
    border: 1px solid #e3e3e3;
    position: relative;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 27px 30px;
    min-height: 473px;
    background-color: #fff;
}

.recomend__slide-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.recomend__tabs {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: 8px;
}

.recomend__tabs-left {
    margin-top: 4px;
    margin-left: 4px;
}

.recomend__tabs-right {
    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-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.recomend__sale {
    font-size: 20px;
    font-weight: 700;
    color: #fc1919;
}

.recomend__img {
    width: 178px;
    height: 218px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.recomend__img img {
    max-width: 100%;
    width: 100%;
}

.recomend__descr {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #696969;
    line-height: 15px;
    margin-top: 6px;
}

.recomend__price {
    margin-top: 8px;
}

.recomend__price-new {
    font-size: 29px;
    font-weight: 700;
    color: #292929;
}

.recomend__price-old {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    margin-left: 10px;
    color: #bdbdbd;
}

.recomend__button {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    max-height: 43px;
    position: relative;
    z-index: 2;
}

.recomend__button:hover {
    background: #c50b0b;
}

.recomend .cnt-arr-left {
    margin-left: -45px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.recomend .cnt-arr-right {
    margin-right: -45px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.news {
    background: #f6f6f6;
    margin-top: 40px;
    padding: 20px 0 21px;
}

.news__slider {
    margin-top: 20px;
    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;
}

.news__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #333333;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0px;
    padding: 15px;
    z-index: 2;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.news__tab-name {
    color: #00d459;
}

.news__tab-article {
    color: #fff;
}

.news .recomend__slide {
    width: 24%;
    padding: 0;
    margin-bottom: 25px;
}

.news .recomend__slide:hover .recomend__slide-content {
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.news .recomend__slide:hover .news__tab {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -50px;
}

.news .recomend__slide-content {
    background: #fff;
}

.hits {
    padding: 27px 0 0px;
}

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

.hits .recomend__slide {
    width: 24%;
    padding: 0;
    margin-bottom: 30px;
}

.wsales {
    background: #f6f6f6;
    padding: 30px 0 54px;
}

.wsales__wrapper {
    position: relative;
    z-index: 1;
}

.wsales__arrows {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wsales .cnt-arr-left {
    margin-left: -45px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.wsales .cnt-arr-right {
    margin-right: -45px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.blog {
    padding: 30px 55px;
}

.blog__box {
    margin-top: 15px;
    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;
}

.blog__item {
    width: 49%;
    margin-bottom: 15px;
    border-radius: 5px;
}

.blog__item:hover {
    text-decoration: none;
}

.blog__img img {
    max-width: 100%;
    width: 100%;
}

.blog__type {
    display: inline-block;
    margin-top: 20px;
    padding: 1px 16px;
    width: 88px;
    text-align: center;
    font-size: 14px;
    background: #000;
    color: #fff;
    border-radius: 5px;
}

.blog__name {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
}

.blog__descr {
    margin-top: 7px;
    font-size: 15px;
    line-height: 24px;
    color: #4f4f4f;
}

.type-green {
    background: #27ae60;
}

.type-red {
    background: #eb5757;
}

.type-blue {
    background: #2d9cdb;
}

@media (max-width: 1460px) {
    .banner__wrapper .cnt-arr-left {
        margin-left: -100px;
    }

    .banner__wrapper .cnt-arr-right {
        margin-right: -100px;
    }
}

@media (max-width: 1360px) {
    .sec-wrapper {
        padding: 0 50px;
    }

    .banner__wrapper .cnt-arr-left {
        margin-left: -100px;
    }

    .banner__wrapper .cnt-arr-right {
        margin-right: -100px;
    }

    .banner__slide-content {
        padding: 0 50px;
    }

    .recomend__arrows {
        padding: 0 100px 0 0;
    }
}

@media (max-width: 1260px) {
    .cnt-arr-left,
    .cnt-arr-right {
        width: 55px;
        height: 55px;
    }

    .banner__link {
        padding: 0 100px;
    }

    .banner__slide-content {
        padding: 0 100px;
    }

    .banner__wrapper {
        padding: 0 150px;
    }

    .category__name {
        font-size: 20px;
    }

    .news,
    .hits,
    .wsales {
        position: relative;
    }

    .news__wrapper.sec-wrapper,
    .hits__wrapper.sec-wrapper {
        max-width: 1160px;
    }

    .news__arrows.sec-wrapper,
    .hits__arrows.sec-wrapper,
    .wsales__arrows.sec-wrapper {
        max-width: 1160px;
    }

    .recomend__title,
    .news__title,
    .hits__wrapper.title-us,
    .wsales__title {
        padding-left: 15px;
    }

    .category__wrapper.sec-wrapper {
        padding: 0 60px;
    }

    .blog__wrapper.sec-wrapper {
        padding: 0 10px;
    }

    .news__arrows,
    .hits__arrows,
    .wsales__arrows {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        left: 0;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 170px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .hits__slider .recomend__slide {
        padding: 0 15px;
    }

    .wsales__arrows {
        padding: 0 65px;
    }

    .recomend {
        position: relative;
    }

    .recomend__arrows {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        left: 0;
        z-index: 2;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 65px;
    }

    .news__slider .recomend__slide {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .button-us {
        padding: 15px 35px;
    }

    .banner__wrapper {
        padding: 0 110px;
    }

    .banner__info {
        margin: 10px 0 30px 15px;
    }

    .banner__price {
        font-size: 25px;
    }

    .banner__slide {
        min-height: 495px;
        padding: 50px 50px 80px;
    }

    .banner__slide-content {
        padding: 0 50px;
    }

    .banner__right {
        width: 200px;
    }

    .banner__right img {
        max-width: 100%;
        width: 100%;
    }

    .banner__title {
        font-size: 19px;
    }

    .category__name {
        font-size: 16px;
    }

    .blog {
        padding: 30px 0;
    }

    .blog__item {
        width: 48%;
    }
    .news__tab {
        bottom: -25px;
    }

    .blog__wrapper.sec-wrapper {
        padding: 0 65px;
    }
}

@media (max-width: 768px) {
    .slide-ph {
        background-image: url("./slider-ph.jpg");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
    }

    .title-us {
        font-size: 35px;
    }

    .banner__info {
        display: none;
    }

    .banner__buy {
        margin-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .banner__price {
        margin-right: 0;
        font-size: 30px;
    }

    .banner__button {
        padding: 15px 60px;
        text-align: center;
        margin-top: 20px;
    }

    .banner__left {
        width: 65%;
        position: relative;
        z-index: 1;
    }

    .banner__right {
        width: 180px;
        position: absolute;
        right: 0px;
    }

    .banner__slide {
        padding: 0 50px;
        min-height: 365px;
    }

    .banner__slide-content {
        padding: 0 35px;
        position: relative;
    }

    .category__item {
        width: 48%;
    }
}

@media (max-width: 576px) {
    .cnt-arr-left,
    .cnt-arr-right {
        width: 36px;
        height: 36px;
    }

    .cnt-arr-left svg,
    .cnt-arr-right svg {
        width: 11px;
        height: 7px;
    }

    .sec-wrapper {
        padding: 0 15px;
    }

    .title-us {
        line-height: 35px;
    }

    .button-us {
        padding: 8px 58px;
    }

    .slide-ph {
        background: url("./slider-bg-mob.png") center center/cover no-repeat;
    }

    .banner__wrapper {
        padding: 0 110px;
    }

    .banner__slide {
        padding: 0 20px;
    }

    .banner__slider {
        border-bottom: none;
    }

    .banner__right {
        width: 130px;
        max-height: 171px;
        right: -20px;
    }

    .banner__buy {
        margin-top: 10px;
    }

    .banner__title {
        font-size: 15px;
        line-height: 18px;
    }

    .banner__price {
        font-size: 14px;
    }

    .banner__button {
        padding: 5px 20px;
        font-size: 14px;
        margin-top: 5px;
    }

    .hits {
        padding: 30px 0 0;
    }

    .news {
        padding: 30px 0 0;
        margin-top: 0;
    }

    .wsales {
        padding: 30px 0 0;
    }

    .recomend__arrows,
    .wsales__arrows {
        padding: 0 50px;
    }

    .recomend__button,
    .wsales__button {
        margin-top: 10px;
        width: auto;
    }

    .recomend__slide,
    .wsales__slide {
        padding: 5px;
    }

    .recomend__slide-content,
    .wsales__slide-content {
        border: 1px solid transparent;
    }

    .news__tab {
        bottom: 0;
        padding: 5px 15px;
    }
    .news__tab-name,
    .news__tab-article {
        font-size: 12px;
    }
    .news__arrows,
    .hits__arrows {
        padding: 0 155px;
    }

    .news__slider .recomend__slide,
    .hits__slider .recomend__slide {
        padding: 5px;
        margin-bottom: 0;
    }

    .news__slider .recomend__slide-content {
        border: 1px solid transparent;
    }

    .news,
    .wsales {
        background: #fff;
    }

    .slick-dots li button {
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .category__item {
        width: 100%;
    }

    .category__name {
        font-size: 23px;
        line-height: 30px;
    }

    .blog__item {
        width: 100%;
        margin-bottom: 25px;
    }
    .recomend__title,
    .news__title,
    .hits__wrapper.title-us,
    .wsales__title {
        padding-left: 0;
    }
    .category__wrapper.sec-wrapper {
        padding: 0 15px;
    }
    .blog__wrapper.sec-wrapper {
        padding: 0 15px;
    }
}
