.b-slide {
    background: url(/images/b-slide-bg.png) center top no-repeat;
    background-size: cover;
    height: 377px;
    overflow: hidden;
    position: relative;
}

.b-slide-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.b-slide-left {
    padding: 35px 0 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 439px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.b-slide-name {
    font-family: Geometria;
    color: #ffffff;
    font-size: 57px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    padding: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-slide-name span {
    font-family: Geometria;
    display: block;
    color: #b7c2c6;
    font-size: 25px;
    font-weight: 500;
}

.b-slide-name:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #2ba3de;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.b-slide-name:after {
    content: '';
    display: block;
    width: 12px;
    height: 3px;
    background: #3cb363;
    position: absolute;
    left: 40px;
    top: 0;
    z-index: 2;
}

.b-slide-block__container {
    margin: 15px 0 0 0;
    display: flex;
    justify-content: flex-end;
}

.b-slide-block {
    border: 2px solid #00ca4d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    font-family: Geometria;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 8px 31px;
    display: inline-block;
}

.b-slide-right {
    position: relative;
    flex-shrink: 0;
    flex-grow: 1;
}

.b-slide-right__title {
    position: absolute;
    top: 50px;
    color: #45cdff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    max-width: 136px;
    text-align: right;
    z-index: 3;
}

.b-slide-right__title span {
    color: #b0f5f6;
}

.b-slide-right__text {
    position: absolute;
    top: 93px;
    left: 137px;
    line-height: 1.2;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: 700;
    max-width: 130px;
    text-align: left;
    z-index: 2;
}

.b-slide-right__text span {
    color: #e7e7e7;
    font-size: 15px;
    font-weight: 600;
}

.b-slide-right__image {
    min-height: 263px;
    position: relative;
}

.b-slide-right__image img {
    position: absolute;
    top: -58px;
    left: 54px;
}

.b-slide-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 45px 0 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

.b-slide-img {
    border-radius: 100%;
    background: #ffffff;
    width: 95px;
    height: 95px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    box-shadow: 0 0 17px rgba(0, 0, 0, 0.27);
    margin: 0 20px;
}

.b-slide-img img {
    max-width: inherit;
}

.b-slide-price {
    color: #2afdff;
    font-family: Geometria;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    display: block;
    margin: 0 0 10px 0;
}

.b-slide-text {
    color: #ffffff;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    width: 295px;
    margin: 0 0 10px 0;
}

.b-slide-bottom .btn {
    width: 150px;
    margin: 0 0 10px 0;
}

.b-slide-sale {
    background: #ffdb46;
    text-align: center;
    text-shadow: 0.5px 0.9px 1px rgba(255, 255, 255, 0.57);
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    right: -41px;
    z-index: 5;
    transform: rotate(45deg);
}

.hero .slick-dots {
    bottom: auto;
    top: 170px;
}

@media (max-width: 920px) {
    .b-slide-right__image img {
        max-width: 300px;
        top: 0;
    }
    .b-slide-right {
        width: 38%;
        flex-grow: inherit;
    }
    .b-slide-img {
        margin: 0 10px;
    }
    .b-slide-text {
        font-size: 14px;
        width: 230px;
    }
    .hero .slick-dots {
        left: 42px;
        justify-content: flex-start
    }
}

@media (max-width: 768px) {
    .b-slide {
        height: auto;
        padding: 20px 15px 45px 15px;
    }
    .b-slide-bottom {
        display: block;
    }
    .b-slide-left {
        width: auto;
        padding: 0;
        margin: 0;
    }
    .b-slide-content {
        display: block;
    }
    .b-slide-bottom {
        padding: 0;
    }
    .hero .slick-dots {
        top: auto;
        bottom: 10px;
        left: 0;
        justify-content: center
    }
    .b-slide-name {
        font-size: 30px;
    }
    .b-slide-block__container {
        justify-content: center
    }
    .b-slide-right__text {
        font-size: 17px;
        top: 59px;
        left: 154px;
    }
    .b-slide-right__image img {
        position: static;
    }
    .b-slide-img {
        display: none;
    }
    .b-slide-bottom {
        text-align: center
    }
    .hero .btn {
        margin: 0 auto 0;
    }
    .b-slide-text {
        width: auto;
    }
    .b-slide-right__image img {
        max-width: 210px;
    }
    .b-slide-right__image {
        min-height: 180px;
    }
    .b-slide-right {
        width: 100%;
    }
    .b-slide-right__text {
        max-width: 100%;
        width: 50%;
        left: auto;
        right: 0;
        padding: 0 0 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .b-slide-right__title {
        max-width: 100%;
        width: 50%;
        left: 0;
        width: 50%;
    }
}
/*
     */
/*
*/