
.breadcrumbs span:last-child {
    color: #eabd7f;
}

/*---------------- Стили для баннера ----------------*/

.black-friday-stop-banner {
    background-image: url("/template/new/images/black-friday-stop/black-friday-stop-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding: 165px 0 245px 78px;
    height: 595px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.black-friday-stop-banner-subtitle {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #CB7D5D;

    margin-bottom: 13px;
    max-width: 500px;
}

.black-friday-stop-banner-title {
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 700;
    font-size: 62px;
    line-height: 90%;
    color: #ffc96c;
    text-shadow: 0 0 20px rgba(234, 189, 127, 0.5);

    max-width: 700px;
}

@media screen and (max-width: 800px){
    .black-friday-stop-banner {
        background-image: url("/template/new/images/black-friday-stop/black-friday-stop-bg-800.png");
        padding: 105px 57px 508px 57px;
    }
    .black-friday-stop-banner-subtitle {
        font-size: 30px;
        text-align: center;
        margin: 0 auto 21px auto;
    }
    .black-friday-stop-banner-title {
        font-size: 50px;
        text-align: center;
    }
}

@media screen and (max-width: 680px){
    .black-friday-stop-banner {
        background-image: url("/template/new/images/black-friday-stop/black-friday-stop-bg-800.png");
        padding: 105px 20px 508px 20px;
    }
    .black-friday-stop-banner-subtitle {
        font-size: 24px;
        max-width: 450px;
    }
    .black-friday-stop-banner-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 500px){
    .black-friday-stop-banner {
        background-image: url("/template/new/images/black-friday-stop/black-friday-stop-bg-500.png");
        padding: 51px 23px 385px 23px;
    }
    .black-friday-stop-banner-subtitle {
        font-size: 18px;
        max-width: 230px;
        margin: 0 auto 4px auto;
    }
    .black-friday-stop-banner-title {
        font-size: 28px;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 400px){
    .black-friday-stop-banner-subtitle {
        font-size: 14px;
    }
    .black-friday-stop-banner-title {
        font-size: 22px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для действующие Акции ----------------*/

.black-friday-stop-stocks {
    margin-bottom: 58px;
}

.black-friday-stop-stocks-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 189%;
    text-transform: uppercase;
    color: #2d2f33;

    margin-bottom: 12px;
}

.black-friday-stop-stocks-title span {
    color: #eabd7f;
}

.black-friday-stop-stocks-items {
    display: flex;
    gap: 16px;

    margin-bottom: 16px;
}

.black-friday-stop-stocks-item {

}

.black-friday-stop-stocks-btn {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.black-friday-stop-stocks-btn a {
    border-radius: 6px;
    padding: 12px 144px;
    min-height: 40px;
    background: #cb7d5d;
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 75%;
    text-align: center;
    color: #fff;
    text-decoration: none;

    transition: .2s ease-in-out;
}

.black-friday-stop-stocks-btn a:hover {
    background: #2D2F33;
}

/*Стили из style.css для отображения акций*/

.black-friday-stop-stocks-items.stocks	{
    max-width:100%;
    width: 100%;
    padding-bottom: 0;
}

.black-friday-stop-stocks-items.stocks .elem {
    margin: 0;
    box-shadow:inset 0 0 0 1px #D5D5D6;
    border-radius:12px;
    padding:32px;
    box-sizing:border-box;
    display:flex;
    flex-wrap:wrap;
    position:relative;
}
.black-friday-stop-stocks-items.stocks .elem .img	{
    flex:0 0 320px;
    max-width:100%;
    height:275px;
    background:#EDC88B 100% 50% no-repeat;
    background-position: 50%;
    border-radius:12px;
    overflow:hidden;
}
.black-friday-stop-stocks-items.stocks .elem .text	{
    flex:1 0 200px;
    padding: 0 0 0 92px;
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
}

.black-friday-stop-stocks-items.stocks .elem .text h2 {
    padding-top: 0;
}

.black-friday-stop-stocks-items.stocks .elem .b_button	{
    width:244px;
}
.black-friday-stop-stocks-items.stocks .elem .hint	{
    color:#828282;
    font:400 16px / 22px 'IBM Plex Sans', sans-serif;
}

@media screen and (max-width:1919px) {
    .black-friday-stop-stocks-items.stocks .elem .text	{
        padding-left:52px;
    }
}
@media screen and (max-width:1470px) {
    .black-friday-stop-stocks-items.stocks .elem .img {
        flex: 0 0 220px;
    }
}
@media screen and (max-width:1439px) {
    .black-friday-stop-stocks-items.stocks .elem .hint	{
        position:static;
    }
}
@media screen and (max-width:1300px) {
    .black-friday-stop-stocks-items.stocks .elem .text {
        padding-left: 20px;
    }
}
@media screen and (max-width:1199px) {
    .black-friday-stop-stocks-items {
        flex-direction: column;
    }
    .black-friday-stop-stocks-items.stocks .elem .img {
        flex: 0 0 320px;
    }
    .black-friday-stop-stocks-items.stocks .elem .text	{
        padding-left:40px;
    }
}
@media screen and (max-width:959px) {
    .black-friday-stop-stocks-items.stocks .elem .text	{
        padding-left:35px;
    }
    .black-friday-stop-stocks-title {
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    .black-friday-stop-stocks-items.stocks .elem	{
        box-shadow:inset 0 0 0 1px transparent;
        border-radius:0;
        padding:0;
        display:block;
        margin: 0 -16px;
    }
    .black-friday-stop-stocks-items.stocks .elem .img	{
        width:100%;
        border-radius:0;
    }
    .black-friday-stop-stocks-items.stocks .elem .text	{
        width:100%;
        padding:16px;
    }
    .black-friday-stop-stocks-items.stocks .elem .hint	{
        padding:4px 0;
    }
    .black-friday-stop-stocks-items.stocks .elem .b_button	{
        order:2;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 550px){
    .black-friday-stop-stocks-title {
        font-size: 22px;
    }
    .black-friday-stop-stocks-btn a {
        padding: 8px 50px;
        width: 100%;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px){
    .black-friday-stop-stocks-title {
        font-size: 17px;
    }
}

.black-friday-stop-stocks-items.stocks .elem .img.banner_ss	{
    background:50% 100% no-repeat;
    position:relative;
}

/*---------------------------------------------------*/
/*---------------- Стили для товаров ----------------*/

.black-friday-stop-border-gradient {
    border-radius: 36px;
    background: linear-gradient(120deg,rgba(234, 189, 127, 1) 26%, rgba(234, 189, 127, 0) 100%);
    padding: 6px;

    margin-bottom: 27px;
}

.black-friday-stop-elements {
    border-radius: 32px;
    background: #FFFFFF;

    padding: 14px 20px 22px 20px;
}

.black-friday-stop-elements-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d2f33;

    margin-bottom: 59px;
}

.black-friday-stop-elements-title span {
    color: #eabd7f;
}

.black-friday-stop-elements .cat_elem:hover {
    outline: 11px solid #EABD7F;
}

.black-friday-stop-elements .cat_elem .black-friday-stop-percent {
    display: block;
    font-family: 'Druk Wide Cyr', sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 90%;
    text-align: center;
    color: #CB7D5D;
    -webkit-text-stroke: 2px #FFFFFF;
    position: absolute;
    top: 22px;
    right: 10px;
    z-index: 1;
    transition: all .2s ease-in-out;
}

.black-friday-stop-elements .cat_elem:hover .black-friday-stop-percent {
    font-size: 47px;
    top: 19px;
    right: 7px;
    -webkit-text-stroke: 3px #FFFFFF;
}

.black-friday-stop-elements-content-item .cat_elem.dekort {
    border-image: none;
}

.black-friday-stop-elements-content-item .dekort-img {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .black-friday-stop-elements .cat_elem:hover .black-friday-stop-percent {
        font-size: 26px;
        top: 22px;
        right: 10px;
        -webkit-text-stroke: 2px #FFFFFF;
    }
    .black-friday-stop-elements .cat_elem:hover {
        outline: 6px solid #EABD7F;
    }
    .black-friday-stop-elements .cat_elem {
        outline: 6px solid #EABD7F;
    }
}


.black-friday-stop-elements .cat_elem .img .loyalty {
    display: none;
}

.black-friday-stop-elements .costs .cost_loyalty {
    display: none;
}

/*--------------- Стили для карточек товаров ---------------*/

.catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
    flex-basis: calc(20% - 32px);
}

@media screen and (max-width: 1650px) {
    .catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
        flex-basis: calc(25% - 32px);
    }
}

@media screen and (max-width: 1300px) {
    .catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
        flex-basis: calc(33.333333% - 30px);
    }
}

@media screen and (max-width: 880px) {
    .catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
        flex-basis: calc(33.333333% - 16px);
    }
}

@media screen and (max-width: 768px) {
    .catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
        flex-basis: calc(50% - 16px);
    }
}

@media screen and (max-width: 590px) {
    .catalog_folder .cat_elem_wr.black-friday-stop-elements-content-item {
        flex: 1 0 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

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

@media screen and (max-width: 1440px) {
    .black-friday-stop-border-gradient {
        border-radius: 28px;
        margin-bottom: 50px;
    }

    .black-friday-stop-elements {
        border-radius: 24px;
        padding: 14px 12px 15px 12px;
    }

    .black-friday-stop-elements-title {
        margin-bottom: 43px;
    }
}

@media screen and (max-width: 1000px) {
    .black-friday-stop-border-gradient {
        border-radius: 20px;
        margin-bottom: 56px;
    }

    .black-friday-stop-elements {
        border-radius: 16px;
        padding: 8px;
    }

    .black-friday-stop-elements-title {
        font-size: 30px;
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 768px) {
    .black-friday-stop-border-gradient {
        border-radius: 16px;
        margin-bottom: 30px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .black-friday-stop-elements {
        border-radius: 12px;
        padding: 8px;
    }

    .black-friday-stop-elements-title {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .black-friday-stop-border-gradient {
        background: transparent;
    }
}

@media screen and (max-width: 590px) {
    .black-friday-stop-elements {
        padding: 14px;
    }
}

@media screen and (max-width: 530px) {
    .black-friday-stop-elements-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для наши преимущества ----------------*/

.black-friday-stop-advantages {
    background-color: #ecf1f0;
    border-radius: 50px;
    padding: 53px 68px 100px 68px;

    margin-bottom: 146px;
    margin-right: -32px;
    margin-left: -32px;
}

.black-friday-stop-advantages-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 60px;
}

.black-friday-stop-advantages-title span {
    color: #CB7D5D;
}

.black-friday-stop-advantages-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 20px;
}

.black-friday-stop-advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.black-friday-stop-advantages-item-icon {
    margin-bottom: 24px;
}

.black-friday-stop-advantages-item-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 29px;
    line-height: 97%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    max-width: 290px;

    margin-bottom: 16px;
}

.black-friday-stop-advantages-item-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 121%;
    text-transform: lowercase;
    text-align: center;
    color: #2d4942;
}

@media screen and (max-width: 1500px){
    .black-friday-stop-advantages {
        margin-bottom: 50px;
        padding: 53px 68px 67px 68px;
    }

    .black-friday-stop-advantages-items {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 136px;
        grid-row-gap: 90px;
    }

    .black-friday-stop-advantages-item-subtitle {
        max-width: 430px;
    }
}

@media screen and (max-width: 1250px){
    .black-friday-stop-advantages {
        margin-bottom: 60px;
        padding: 55px 62px 69px 62px;

        margin-right: -16px;
        margin-left: -16px;
    }

    .black-friday-stop-advantages-title {
        margin-bottom: 60px;
    }

    .black-friday-stop-advantages-items {
        grid-column-gap: 76px;
    }
}

@media screen and (max-width: 1050px){
    .black-friday-stop-advantages {
        padding: 54px 62px 62px 62px;
        margin-bottom: 40px;
    }

    .black-friday-stop-advantages-title {
        margin-bottom: 36px;
    }

    .black-friday-stop-advantages-items {
        grid-column-gap: 62px;
        grid-row-gap: 41px;
    }

    .black-friday-stop-advantages-item-icon {
        margin-bottom: 15px;
    }

    .black-friday-stop-advantages-item-title {
        font-size: 25px;
        line-height: 112%;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1000px){
    .black-friday-stop-advantages-title {
        font-size: 30px;
        line-height: 227%;
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px){
    .black-friday-stop-advantages {
        padding: 0;
        margin-bottom: 65px;
        background-color: unset;
        border-radius: 0;
    }

    .black-friday-stop-advantages-title {
        font-size: 25px;
        line-height: 111%;
        margin-bottom: 20px;
    }

    .black-friday-stop-advantages-title span {
        color: #CB7D5D;
    }

    .black-friday-stop-advantages-items {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        grid-row-gap: 70px;

        padding: 46px 0 74px 0;
        background-color: #ecf1f0;
        border-radius: 50px;
    }
}

@media screen and (max-width: 530px) {
    .black-friday-stop-advantages-title {
        font-size: 18px;
        line-height: 111%;
    }
}

@media screen and (max-width: 500px){
    .black-friday-stop-advantages {
        margin-bottom: 41px;
    }

    .black-friday-stop-advantages-items {
        grid-row-gap: 27px;
        padding: 31px 0 33px 0;
    }

    .black-friday-stop-advantages-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .black-friday-stop-advantages-item-icon {
        margin-bottom: 12px;
    }

    .black-friday-stop-advantages-item-icon svg {
        width: 80px;
        height: 80px;
    }

    .black-friday-stop-advantages-item-title {
        font-size: 20px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 235px;
    }

    .black-friday-stop-advantages-item-subtitle {
        font-size: 15px;
        line-height: 133%;
        max-width: 300px;
    }
}

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

    .black-friday-stop-advantages-item-title {
        font-size: 13px;
        line-height: 115%;
        margin-bottom: 7px;
        max-width: 150px;
    }

    .black-friday-stop-advantages-item-subtitle {
        font-size: 9px;
        line-height: 133%;
        max-width: 200px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для блока с формой ----------------*/

.black-friday-stop-form {
    padding: 39px 0 39px 50px;
    border-radius: 30px 200px 200px 30px;
    background-image: url("/template/new/images/black-friday/form/form-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    position: relative;

    margin-right: 210px;
    margin-bottom: 144px;
}

.black-friday-stop-form-content {
    position: relative;
    z-index: 2;
}

.black-friday-stop-form-content-supertitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 27px;
    line-height: 93%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 18px;
}

.black-friday-stop-form-content-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 80px;
    line-height: 60%;
    text-transform: uppercase;
    color: #FFFFFF;

    margin-bottom: 26px;
}

.black-friday-stop-form-content-subtitle {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    color: #FFFFFF;

    margin-bottom: 32px;
}

.black-friday-stop-form-content-actions {
    display: flex;
    align-items: center;
    gap: 19px;
}

.black-friday-stop-form-content-actions .button {
    border-radius: 6px;
    padding: 13px 27px;
    box-sizing: border-box;
    background: #CB7D5D;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
    text-decoration: none;

    transition: 0.2s;
}

.black-friday-stop-form-content-actions .button.callMeasurer {
    background: #334842;
}

.black-friday-stop-form-content-actions .button:hover {
    background-color: #2D2F33;
}

.black-friday-stop-form-image {
    width: 765px;
    height: 475px;
    background-image: url("/template/new/images/black-friday/form/form-img.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: absolute;
    top: -100px;
    right: -168px;
}

@media screen and (max-width: 1670px){
    .black-friday-stop-form-image {
        width: 669px;
        height: 430px;
        top: -80px;
    }
}

@media screen and (max-width: 1500px){
    .black-friday-stop-form {
        margin-right: 57px;
        margin-bottom: 100px;
    }

    .black-friday-stop-form-content-title {
        font-size: 60px;
        line-height: 80%;
    }

    .black-friday-stop-form-image {
        /*top: -54px;*/
        right: -47px;
    }
}

@media screen and (max-width: 1350px){
    .black-friday-stop-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1250px){
    .black-friday-stop-form {
        padding: 32px 0 32px 41px;

        margin-right: 48px;
        margin-bottom: 82px;
    }

    .black-friday-stop-form-content-supertitle {
        font-size: 18px;
        line-height: 139%;

        margin-bottom: 15px;
    }

    .black-friday-stop-form-content-title {
        font-size: 45px;
        line-height: 107%;

        margin-bottom: 13px;
    }

    .black-friday-stop-form-content-subtitle {
        font-size: 20px;
        line-height: 150%;

        margin-bottom: 35px;
    }

    .black-friday-stop-form-content-actions .button {
        padding: 9px 20px;
    }

    .black-friday-stop-form-image {
        width: 542px;
        height: 359px;

        top: -48px;
        right: -31px;
    }
}

@media screen and (max-width: 1050px){
    .black-friday-stop-form {
        margin-right: 51px;
        margin-bottom: 58px;
    }

    .black-friday-stop-form-content-supertitle {
        font-size: 17px;
        line-height: 147%;
    }

    .black-friday-stop-form-content-title {
        font-size: 38px;
        line-height: 126%;
    }

    .black-friday-stop-form-content-subtitle {
        font-size: 17px;
        line-height: 176%;

        margin-bottom: 38px;
    }

    .black-friday-stop-form-content-actions {
        gap: 15px;
    }

    .black-friday-stop-form-content-actions .button {
        padding: 6px 7px;
    }

    .black-friday-stop-form-image {
        width: 410px;
        height: 300px;
        top: -24px;
        right: -43px;
    }
}

@media screen and (max-width: 880px){
    .black-friday-stop-form-image {
        top: -36px;
        right: -60px;
    }
}

@media screen and (max-width: 800px){
    .black-friday-stop-form {
        padding: 78px 63px 711px 63px;
        border-radius: 30px 30px 500px 500px;
        background-image: url("/template/new/images/black-friday/form/form-bg-768.png");

        margin: 0 -16px 141px -16px;
    }

    .black-friday-stop-form-content-supertitle {
        font-size: 31px;
        line-height: 81%;
        text-align: center;

        margin-bottom: 28px;
    }

    .black-friday-stop-form-content-title {
        font-size: 66px;
        line-height: 92%;
        text-align: center;

        max-width: 450px;
        margin: 0 auto 28px auto;
    }

    .black-friday-stop-form-content-subtitle {
        font-size: 31px;
        line-height: 106%;
        text-align: center;

        max-width: 356px;
        margin: 0 auto 40px auto;
    }

    .black-friday-stop-form-content-actions {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .black-friday-stop-form-content-actions .button {
        border-radius: 6px;
        padding: 25px 27px;
        width: 100%;

        font-size: 25px;
        line-height: 96%;
    }

    .black-friday-stop-form-image {
        width: 698px;
        height: 947px;
        background-image: url("/template/new/images/black-friday/form/form-img-768.png");

        top: unset;
        bottom: -220px;
        right: 0;
    }
}

@media screen and (max-width: 600px){
    .black-friday-stop-form {
        padding: 78px 63px 511px 63px;
        border-radius: 30px 30px 200px 200px;

        margin-bottom: 100px;
    }

    .black-friday-stop-form-content-supertitle {
        font-size: 25px;
        line-height: 100%;

        margin-bottom: 20px;
    }

    .black-friday-stop-form-content-title {
        font-size: 50px;
        line-height: 100%;

        max-width: 350px;
        margin: 0 auto 25px auto;
    }

    .black-friday-stop-form-content-subtitle {
        font-size: 28px;
        line-height: 100%;

        max-width: 280px;
        margin: 0 auto 25px auto;
    }

    .black-friday-stop-form-content-actions .button {
        padding: 13px 27px;

        font-size: 20px;
        line-height: 100%;
    }

    .black-friday-stop-form-image {
        width: 530px;
        height: 641px;

        top: unset;
        bottom: -140px;
        right: 0;
    }
}

@media screen and (max-width: 500px){
    .black-friday-stop-form {
        padding: 36px 24px 415px 24px;
        margin-bottom: 84px;
    }

    .black-friday-stop-form-content-supertitle {
        font-size: 15px;
        line-height: 167%;

        margin-bottom: 2px;
    }

    .black-friday-stop-form-content-title {
        font-size: 40px;
        line-height: 100%;

        margin-bottom: 14px;
    }

    .black-friday-stop-form-content-subtitle {
        font-size: 20px;
        line-height: 100%;

        margin-bottom: 18px;
    }

    .black-friday-stop-form-content-actions {
        gap: 14px;
    }

    .black-friday-stop-form-content-actions .button {
        padding: 13px 15px;

        font-size: 18px;
        line-height: 133%;
    }

    .black-friday-stop-form-image {
        width: 330px;
        height: 541px;

        bottom: -113px;
        right: 0;
    }
}

@media screen and (max-width: 450px){
    .black-friday-stop-form {
        padding: 36px 23px 365px 23px;
    }
}

/*---------------------------------------------------*/
/*---------------- Стили для отзывов ----------------*/

.black-friday-stop-reviews {
    margin-bottom: 138px;
}

.black-friday-stop-reviews-title {
    font-family: 'Grtsk Tera', sans-serif;
    font-weight: 600;
    font-size: 40px;
    line-height: 170%;
    text-transform: uppercase;
    text-align: center;
    color: #2d4942;

    margin-bottom: 42px;
}

.black-friday-stop-reviews-title span {
    color: #cd7855;
}

.black-friday-stop-reviews-items {
    display: flex;
    align-items: stretch;
    justify-content: center;

    text-align: center;
}

.black-friday-stop-reviews-items .slick-track {
    display: flex;
    justify-content: center;
}

.black-friday-stop-reviews-items .slick-track .slick-slide {
    width: 488px !important;
    margin-right: 25px;
    margin-left: 25px;
}

.black-friday-stop-reviews-items-item {
    padding: 81px 26px 29px 26px;

    background-image: url("/template/new/images/black-friday/reviews/reviews-item-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    border-radius: 50px;
    position: relative;
    text-align: left;

    margin-right: 25px;
    margin-left: 25px;
    margin-top: 35px;
    width: 488px !important;
    box-sizing: border-box;
}

.black-friday-stop-reviews-items-item::before {
    content: "";
    position: absolute;
    top: -35px;
    left: 33px;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-image: url("/template/new/images/black-friday/reviews/reviews-image-person.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.black-friday-stop-reviews-items-item-text {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #2d4942;
    max-height: 300px;
    overflow-y: auto;

    margin-bottom: 20px;
}

.black-friday-stop-reviews-items-item-image {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    height: 172px;

    margin-bottom: 28px;
}

.black-friday-stop-reviews-items-item-image .slick-track {
    display: flex;
    justify-content: left;
    margin-left: 0;
}

.black-friday-stop-reviews-items-item-image .slick-track .slick-slide {
    width: 186px !important;
    margin-right: 15px;
    margin-left: 15px;
}

.black-friday-stop-reviews-items-item-image img {
    border-radius: 10px;
    width: 186px;
    height: 172px;
    cursor: pointer;
}

.black-friday-stop-reviews-items-item .hr {
    margin: 0 0 25px 0;
}

.black-friday-stop-reviews-items-item-extra {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}

.black-friday-stop-reviews-items-item-extra-name {
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-transform: uppercase;
    color: #2d4942;
}

.black-friday-stop-reviews-items-item-extra-ratings {
    display: flex;
    align-items: center;
    gap: 12px;
}

.black-friday-stop-reviews-items-item-extra-ratings-star {
    width: 25px;
    height: 24px;
}

.black-friday-stop-reviews-items-item-extra-ratings-star.full {
    background-image: url('/template/new/images/black-friday/reviews/reviews-star-full.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.black-friday-stop-reviews-items-item-extra-ratings-star.empty {
    background-image: url('/template/new/images/black-friday/reviews/reviews-star-empty.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.black-friday-stop-reviews .slick-prev, .black-friday-stop-reviews .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 44px);
    display: block;
    width: 30px;
    height: 88px;
    padding: 0;
    transform: none;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 30;
}

.black-friday-stop-reviews .slick-prev {
    left: 0;
}

.black-friday-stop-reviews .slick-next {
    right: 0;
}

.black-friday-stop-reviews .slick-prev:before {
    content: url("/template/new/images/black-friday/reviews/reviews-arrow-left.svg");
}

.black-friday-stop-reviews .slick-next:before {
    content: url("/template/new/images/black-friday/reviews/reviews-arrow-right.svg");
}

.black-friday-stop-reviews .slick-prev:before, .black-friday-stop-reviews .slick-next:before {
    display: block;
    width: 30px;
    height: 88px;
    line-height: 1;
    opacity: 1;
    color: #BEBEC0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.black-friday-stop-reviews .slick-dots {
    bottom: -30px;
}

.black-friday-stop-reviews .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #D9D9D9;
}

.black-friday-stop-reviews .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #CB7D5D;
}

@media screen and (max-width: 1600px){
    .black-friday-stop-reviews-items .slick-track .slick-slide {
        width: 100% !important;
    }
}


@media screen and (max-width: 1500px){
    .black-friday-stop-reviews {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px){
    .black-friday-stop-reviews-items .slick-track .slick-slide {
        margin-right: unset;
        margin-left: unset;
    }
    .black-friday-stop-reviews-items-item-image .slick-track .slick-slide {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 1000px){
    .black-friday-stop-reviews-title {
        font-size: 30px;
        line-height: 111%;

        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px){
    .black-friday-stop-reviews {
        margin-bottom: 90px;
    }

    .black-friday-stop-reviews-title {
        font-size: 25px;
    }

    .black-friday-stop-reviews-items {
        gap: 0;
    }

    .black-friday-stop-reviews-items-item .hr {
        display: block;
    }
}

@media screen and (max-width: 550px){
    .black-friday-stop-reviews-items-item {
        max-width: 350px;
        margin-right: unset;
        margin-left: unset;
    }

    .black-friday-stop-reviews-items-item-image {
        height: auto;
    }

    .black-friday-stop-reviews-items-item-image img {
        width: 100%;
        height: 200px;
    }

    .black-friday-stop-reviews-items-item-text {
        max-height: 200px;
    }
}

@media screen and (max-width: 530px){
    .black-friday-stop-reviews-title {
        font-size: 18px;
        line-height: 111%;

        margin-bottom: 48px;
    }
}

@media screen and (max-width: 500px){
    .black-friday-stop-reviews {
        margin-bottom: 54px;
    }

    .black-friday-stop-reviews-items-item {
        padding: 47px 12px 33px 12px;
        border-radius: 20px;

        margin-top: 20px;
        max-width: 280px;
    }

    .black-friday-stop-reviews-items-item::before {
        top: -20px;
        left: 19px;
        width: 48px;
        height: 48px;
    }

    .black-friday-stop-reviews-items-item-text {
        font-size: 15px;
        line-height: 120%;

        margin-bottom: 12px;
    }

    .black-friday-stop-reviews-items-item-image {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 15px;
        height: auto;

        margin-bottom: 18px;
    }

    .black-friday-stop-reviews-items-item-image img {
        width: 158px;
        height: 146px;
    }

    .black-friday-stop-reviews-items-item .hr {
        margin: 0 0 20px 0;
    }

    .black-friday-stop-reviews-items-item-extra {
        gap: 32px;
    }

    .black-friday-stop-reviews-items-item-extra-name {
        font-size: 15px;
        line-height: 167%;
    }

    .black-friday-stop-reviews-items-item-extra-ratings {
        gap: 7px;
    }

    .black-friday-stop-reviews-items-item-extra-ratings-star {
        width: 14px;
        height: 13px;
    }
}

@media screen and (max-width: 360px) {
    .black-friday-stop-reviews-items-item {
        max-width: 260px;
    }
}

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