.carusel-catalog {
    padding: 60px 0 20px;
}

.product-arrow {
    position: absolute;
    width: 31px;
    z-index: 22;
    top: 50%;
    transform: translateY(-50%);
}

.product-arrow img {
    width: 100%;
}

.arrow-left.product-arrow {
    left: -28px;
}

.arrow-right.product-arrow {
    right: -28px;
}

#homeslider {
    position: relative;
    width: calc(100vw - 15px);
    margin-left: calc(((100vw - (1248px - 15px)) / 2) * -1);
    /*transform: scale(1.012);*/
}

@media (max-width: 1260px) {
    #homeslider {
        margin-left: -15px;
    }
}

#homeslider .slider {
    background-color: #FFFFFF;
    overflow: hidden;
    width: auto;
    padding: 0;
    position: relative;
}

#homeslider .slider ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#homeslider .slider ul li.slide {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    margin: 0;
    height: auto;
}

#homeslider .slider ul li.slide img {
    padding: 0;
    width: 100%;
    margin: 0;
    height: auto;
}

#homeslider .slider .moveBtn {
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.71965 17.0303C0.4268 16.7375 0.42675 16.2626 0.7197 15.9697L7.68935 9.00018L0.71965 2.03033C0.4268 1.73748 0.42675 1.26258 0.7197 0.969675C1.0126 0.676775 1.48745 0.676775 1.78035 0.969675L9.28035 8.46988C9.421 8.61053 9.5 8.80128 9.5 9.00018C9.5 9.19908 9.42095 9.38988 9.2803 9.53048L1.7803 17.0303C1.48745 17.3232 1.01255 17.3232 0.71965 17.0303Z' fill='%23403F3D'/%3E%3C/svg%3E%0A");
    background-color: rgba(242, 239, 232, 0.8);
    transition: .25s ease-in-out;
}

#homeslider .slider .moveBtn:hover {
    background-color: rgba(217, 214, 208, 0.5);
}

#homeslider .slider .moveBtn.leftButton {
    left: 70px;
    transform: rotate(180deg);
}

#homeslider .slider .moveBtn.rightButton {
    right: 70px;
}

.hometitle {
    text-align: center;
}

.hometitle h1 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hometitle h2 {
    font-size: 18px;
    margin-top: 0;
}

.pslider {
    min-height: 190px;
}

.pslider>.title {
    text-transform: uppercase;
    font-size: 18px;
    color: #757575;
    margin-bottom: 10px;
    font-weight: 700;
}

.pslider .slider {
    max-height: 190px;
    background-color: #FFFFFF;
    overflow: hidden;
    width: auto;
    padding: 0;
}

.pslider .slider .content {
    display: inline-block;
    max-height: 190px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.pslider .slider .content ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 190px;
    font-size: 15px;
}

.pslider .slider .content ul li {
    width: 316px;
    height: auto;
    max-height: 190px;
    display: block;
    float: left;
    padding: 0;
    position: relative;
    margin: 0;
}

.pslider .slider .content ul li a {
    display: inline-block;
    color: #424242 !important;
}

.pslider .slider .content ul li a img {
    max-width: 100%;
    height: auto;
    max-height: 117px;
}

.pslider .slider .content ul li a .price {
    margin-top: 5px;
    text-align: center;
    margin-bottom: 5px;
}

.pslider .slider .content ul li a .title {
    text-align: center;
    color: #757575;
    padding-left: 2px;
    padding-right: 2px;
}

.pslider .slider .content ul li a:hover {
    color: #FF450E !important;
}

.pslider .slider .moveBtn {
    background-color: red;
    height: 49px;
    margin: 45px -20px 20px;
    position: absolute;
    text-align: center;
    width: 10px;
    z-index: 99;
    cursor: pointer;
}

.pslider .slider .moveBtn.leftButton {
    left: 20px;
    background: url("/assets/img/ui/arrow-left.png") no-repeat 100%;
}

.pslider .slider .moveBtn.rightButton {
    right: 20px;
    background: url("/assets/img/ui/arrow-right.png") no-repeat 100%;
}

.catalog-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.container {
    max-width: 1248px;
    width: 100%;
}

ul,
li {
    display: block;
    padding: 0;
}

.catalog-card {
    height: 389px;
    cursor: pointer;
    display: block;
    max-width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.catalog-card:not(:last-child) {
    margin-right: 10px;
}

.catalog-card h3 {
    bottom: 3px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 7px;
}

.catalog-card img {
    height: 100%;
}

.catalog-card:hover img {
    transition: 1s;
    transform: scale(1.2);
}

.big-banner img,
.catalog-card img {
    width: 100%;
    object-fit: cover;
}

.subscribe-block {
    position: relative;
    width: 100%;
    background-image: url(/assets/img/newhome/subscribe-mobile.jpg);
    background-size: 110% 101%;
    background-position: top;
    background-repeat: no-repeat;
}

.subscribe-block form {
    max-width: 520px;
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 13px;
    transform: translateX(-50%);
    left: 50%;
}

.subscribe-block form input {
    max-width: 320px;
    width: 100%;
    border: 1px solid #141312;
    background-color: transparent;
    border-radius: 5px;
    color: #141312;
    height: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.subscribe-block form input::-webkit-input-placeholder {
    color: #141312;
}

.subscribe-block form input::-moz-placeholder {
    color: #141312;
}

.subscribe-block form input:-moz-placeholder {
    color: #141312;
}

.subscribe-block form input:-ms-input-placeholder {
    color: #141312;
}

.subscribe-block form button {
    max-width: 73px;
    width: 100%;
    color: #bcaa92;
    margin-left: 2px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    height: 35px;
    text-transform: uppercase;
    background-color: #0e0e0e;
}


/*576-768px*/

@media screen and (max-width: 768px) {
    .catalog-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .catalog-card {
        height: 304px;
        width: 48%;
        margin-bottom: 16px;
        max-width: 100%;
    }
    .catalog-wrap-colums .catalog-card {
        width: 31%;
        height: 200px;
    }
    .catalog-card:not(:last-child) {
        margin-right: 0;
    }
    .subscribe-wrap {
        flex-direction: column;
    }
    .header .search-and-cart a img {
        width: 20px;
    }
    .carusel-catalog {
        padding: 20px 0;
    }
    .product-slider {
        padding: 0 15px;
    }
    .subscribe-block {
        height: 200px;
        background-size: 113% 100%;
    }
    .subscribe-block form {
        bottom: 17px;
    }
    .subscribe-block form input {
        height: 30px;
        max-width: 193px;
        font-size: 11px;
    }
    .subscribe-block form button {
        height: 30px;
        font-size: 13px;
    }
    .arrow-left.product-arrow {
        left: 0;
    }
    .arrow-right.product-arrow {
        right: 0;
    }
}


/*320-576px*/

@media screen and (max-width: 576px) {
    .catalog-card {
        height: auto;
    }
    .catalog-wrap-colums .catalog-card h3 {
        font-size: 12px;
    }
    .catalog-card h3 {
        font-size: 18px;
    }
    .catalog-wrap-colums .catalog-card {
        height: auto;
    }
}