

/* Start:/company/discount/style.css?17258799009640*/
.intec-template-layout-column-fixed{
    display: none!important;
}
.intec-template-layout-column-adaptive{
    max-width: 100%!important;
}


/*Akcii Начало*/
.akc-wrap {
    margin-bottom: 30px;
}

.akc-wrap__title-h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
}

.akc-wrap__red {
    color: #C8102E;
}

/*Akcii b1*/
.akc-wrap_content {
    background-image: url("/company/discount/img/akcii-fon.png");
    border-radius: 15px;
    background-repeat: no-repeat;
    height: 100%;
    background-size: contain;
    background-position: center center;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;

}

.akc-wrap__title-b1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}

.akc-wrap__block {
    display: flex;
    align-items: center;
    height: 100%;
}

.akc-wrap__img {
    display: flex;
    margin-left: 95px;
    /*margin-right: 45px;*/
    width: 100%;
}

.akc-wrap__img img {
    width: 100%;
    height: 333px;
    object-fit: contain;
}

.akc-wrap__info {
    /*margin: 20px 0;*/
    margin-right: 10px;
}

.akc-wrap__title {
    font-size: 30px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 20px;
    display: block;
}

.akc-wrap__title:hover {
    color: #C8102E;
}

.akc-wrap__disc {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 19px;
}

.akc-wrap__spec-akc {
    color: #C8102E;
}

.akc-wrap__spec-akc:hover {
    color: #E21B3C;
}

@media (max-width: 1366px) {
    .akc-wrap__title-b1 {
        font-size: calc(22px + 14 * (100vw / 1366)) !important;
    }
}

@media (max-width: 1024px) {
    .akc-wrap__title {
        font-size: calc(14px + 12 * (100vw / 1336)) !important;
    }

    .akc-wrap__disc {
        font-size: calc(12px + 5 * (100vw / 1336)) !important;
    }

    .akc-wrap_content {
        padding-right: 10px;
    }

    .akc-wrap__img {
        margin-left: 0;
    }

    .akc-wrap__info {
        flex: 1 0 56%;
    }
}

@media (max-width: 700px) {
    .akc-wrap__img {
        display: none;
    }

    .akc-wrap_content {
        padding-right: 0;
        background-size: cover;
        height: auto;
    }

    .akc-wrap__info {
        margin: 20px;
    }
}

/*.Akcii b1*/


/*Akcii b2*/
.akc-wrap_content-b2 {
    display: flex;
    gap: 20px;
}

.akc-wrap__b2 {
    background: #ffffff;
    padding: 41px 34px;
    border-radius: 10px;
    width: calc(25% - 20px / 4 * 3);
}

.akc-wrap__b2-images {
    display: flex;
    gap: 20px;
}

.akc-wrap__img-b2 img {
    width: 100%;
    object-fit: contain;

}

.akc-wrap__t-b2 {
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0;
}

.akc-wrap__disc-b2, .akc-wrap__disc-b2 a {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}

.akc-wrap__disc-b2 a {
    border-bottom: 1px solid;
}

.akc-wrap__disc-b2 a:hover {
    color: #C8102E;;
}

@media (max-width: 1366px) {
    .akc-wrap__title-h2 {
        font-size: calc(22px + 14 * (100vw / 1366)) !important;
        line-height: normal;
    }
}

@media (max-width: 1100px) {
    .akc-wrap_content-b2 {
        flex-wrap: wrap;
    }

    .akc-wrap__img-b2 {
        width: calc(33% - 20px / 4 * 3);
    }

    /*.akc-wrap__b2 {*/
    /*    width: calc(50% - 20px / 2 * 1);*/
    /*}*/
}

@media (max-width: 950px) {
    .akc-wrap__b2 {
        width: calc(50% - 20px / 2 * 1);
    }

    .akc-wrap__img-b2 {
        width: calc(20% - 20px / 4 * 3);
    }
}

@media (max-width: 700px) {
    .akc-wrap__img-b2 {
        width: calc(26% - 20px / 4 * 3);
    }
}

@media (max-width: 550px) {
    .akc-wrap__b2 {
        padding: 20px;
    }

    .akc-wrap__t-b2 {
        font-size: 27px;
        margin: 20px 0 10px;
    }
}

@media (max-width: 450px) {
    .akc-wrap__img-b2 {
        display: none;
    }

    .akc-wrap__t-b2 {
        font-size: 16px;
        margin: 0 0 15px;
    }

    .akc-wrap__disc-b2, .akc-wrap__disc-b2 a {
        font-size: 12px;
    }
}

/*.Akcii b2*/
/*Akcii b3*/

.akc-wrap_content-b3 {
    display: flex;
    gap: 20px;
}

.akc-wrap__info-b3 {
    background: #fff;
    color: #707070;
    font-size: 16px;
    font-weight: 500;
    width: calc(25% - 20px / 4 * 3);
    border-radius: 10px;
    padding: 20px;
    line-height: normal;
}

.akc-wrap__info-b3 span {
    color: #C8102E;
    font-size: 36px;
}

.akc-wrap__info-b3 a {
    color: #707070;
    border-bottom: 1px solid;
}

.akc-wrap__info-b3 a:hover {
    color: #C8102E;
}

.akc-wrap__b-3 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 20px;
}

@media (max-width: 1366px) {
    .akc-wrap__b-3 {
        font-size: calc(22px + 14 * (100vw / 1366)) !important;
        line-height: normal;
    }
}

@media (max-width: 900px) {
    .akc-wrap__info-b3 {
        width: calc(33% - 20px / 4 * 2);

    }
}

@media (max-width: 650px) {
    .akc-wrap__info-b3 {
        font-size: 14px;
        padding: 10px;

    }

    .akc-wrap__info-b3 span {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .akc-wrap_content-b3 {
        flex-wrap: wrap;
    }

    .akc-wrap__info-b3 {
        width: 100%;
        padding: 20px;
    }
}

/*.Akcii b3*/

/*Akcii b4*/
.akc-wrap_content-b4 {
    background-image: url("/company/discount/img/akcii-fon.png");
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    min-height: 330px;
    display: flex;
    align-items: center;
}

.akc-wrap__title-b1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 30px;
}

.akc-wrap__block {
    display: flex;
    align-items: center;
    height: 100%;
}

.akc-wrap__img-b4 {
    background-image: url("/company/discount/img/b-4-2.png");
    border-radius: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-position-y: 75%;
    min-height: 330px;
    width: 100%;
}

.akc-wrap__img-b4 img {
    width: 100%;

    object-fit: cover;
}

.akc-wrap__info-b4 {
    flex: 1 0 43%;
}

.akc-wrap__title {
    font-size: 30px;
    font-weight: 500;
    color: #3A3A3A;
    margin: 0 0 20px;
    display: block;
}

.akc-wrap__title:hover {
    color: #C8102E;
}

.akc-wrap__disc-b4 {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 19px;
}

.akc-wrap__spec-akc {
    color: #C8102E;
}

.akc-wrap__spec-akc:hover {
    color: #E21B3C;
}

@media (max-width: 1024px) {
    .akc-wrap__title-b4 {
        font-size: calc(14px + 12 * (100vw / 1336)) !important;
    }

    .akc-wrap__disc-b4 {
        font-size: calc(12px + 5 * (100vw / 1336)) !important;
    }

    .akc-wrap_content {
        padding-right: 10px;
    }

    .akc-wrap__img {
        margin-left: 0;
    }

}

@media (max-width: 700px) {
    .akc-wrap_content-b4 {
        min-height: auto;
    }

    .akc-wrap__img-b4 {
        display: none;
    }

    .akc-wrap__info-b4 {
        padding: 20px;
    }
}

/*.Akcii b4*/

/*Akcii b5*/

@media (max-width: 900px) {

    .akc-wrap__info-b5 {
        width: calc(50% - 20px / 2 * 1);
    }
}

@media (max-width: 500px) {
    .akc-wrap__info-b5 {
        width: 100%;
    }
}

/*.Akcii b5*/
/*Akcii b6*/
.akc-wrap_content-b6 {
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    gap: 100px;
}

.akc-wrap__col {
    width: calc(33% - 100px / 3 * 2);
    display: flex;
    flex-direction: column;
}

.akc-wrap__name {
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}

.akc-wrap__name span {
    color: #4DABE2;
}

.akc-wrap__phone {
    font-size: 40px;
    font-weight: bold;
    color: #C8102E;
    margin-bottom: 30px;
    display: block;
}

.akc-wrap__phone:hover {
    color: #E21B3C;;
}

.akc-wrap__time {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 18px;
}

.akc-wrap__btn {
    background: #C8102E;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 5px;
    color: #ffffff;
    width: 185px;
    margin-top: auto;
}

.akc-wrap__btn:hover {
    background: #E21B3C;
}

/*//////////////*/
.akc-wrap__text {
    font-size: 16px;
    color: #707070;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 18px;
}

.akc-wrap__btn-center {
    display: flex;
    gap: 10px;
    padding: 11px 10px;
    border-radius: 5px;
    border: 1px solid #4DABE2;
    width: 202px;
    color: #4DABE2;
    margin-top: auto;
    align-items: center;
}

.akc-wrap__btn-vk {
    display: flex;
    align-items: center;
}

.akc-wrap__btn-vk svg {
    width: 26px;
    height: 15px;
    fill: #4DABE2;
}

.akc-wrap__btn-center:hover .akc-wrap__btn-vk svg {
    fill: #ffffff;
}
.akc-wrap__btn-center:hover{
    color: #fff;
    background: #4DABE2;
}

.akc-wrap__qr {
    width: 85px;
    height: 85px;
}

.akc-wrap__qr img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1366px) {
    .akc-wrap__phone {
        font-size: calc(14px + 12 * (100vw / 1336)) !important;
    }

    .akc-wrap__text {
        font-size: calc(12px + 5 * (100vw / 1336)) !important;
    }
}

@media (max-width: 900px) {
    .akc-wrap_content-b6 {
        gap: 50px;
    }

    .akc-wrap__col {
        width: calc(33% - 50px / 3 * 2);
    }
}

@media (max-width: 750px) {
    .akc-wrap_content-b6 {
        flex-wrap: wrap;
        padding: 15px;
    }

    .akc-wrap__col {
        /*width: 100%;*/
        flex: 1 0 44%;
    }

    .akc-wrap__name {
        font-size: 18px;
    }
}

/*.Akcii b6*/


/* End */
/* /company/discount/style.css?17258799009640 */
