

/* Start:/local/templates/cf/css/gift-sertificate.css?17645798572886*/


.sertificate {
}
.sertificate__top {margin-bottom: 100px;}
.sertificate__text {font-size: 18px;max-width: calc(100% - 400px);display: flex;flex-direction: column;justify-content: space-around;gap: 20px 0;padding-left: 4%;}
.sertificate-info {margin-top: 100px;margin-bottom: 40px;display: flex;    flex-wrap: wrap;
    justify-content: center;}
.sertificate-info__text {max-width: 50%;padding-right: 35px;margin-bottom: 30px;}
.sertificate-types {display: flex;gap: 20px;flex-wrap: wrap;}
.sertificate-types__item,
a.get-sertificate.sertificate-types__item {
	font-size: 20px;
	font-weight: 700;
	background: var(--secondary);
	color: #ffffff;
	padding: 8px 20px;
	border-radius: 8px;
	white-space: nowrap;
}
a.get-sertificate.sertificate-types__item {
	margin: 0;
}
a.get-sertificate.sertificate-types__item:hover {
	background: #FF7316;
}
.sertificate-info__text .small {margin-top: 25px;color: #000000;font-weight: 400;font-size: 14px;}
.sertificate-info__img {max-width: 50%;margin-bottom: 30px;}
.get-sertificate {margin: 10px auto;display: flex;}
.sertificate-rules {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*margin-bottom: 90px;*/
}

.sertificate-rules .section-title {
    margin: 15px 0;
}

@media screen and (max-width: 991px) {
    .sertificate__top {
        flex-direction: column;
    }
    .sertificate__text {
        max-width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .sertificate-info__text {
        max-width: 100%;
        order: 2;
    }
    .sertificate-info__img {
        max-width: 100%;
        margin-bottom: 0;
    }
    .content .sertificate-info__text ul {
        margin-top: 20px
    }
    .sertificate__top picture {
        max-width: 60%;
    }
}


@media screen and (max-width: 767px) {
    .sertificate__text {
        font-size: 13px;
        gap: 12px 0;
    }
    .sertificate__top {
        margin-bottom: 40px;
    }
    .sertificate-info {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .sertificate-info__img {
        max-width: 80%;
        margin: 0 auto;
    }
    .sertificate-info__text {
        font-size: 12px;
        padding: 0;
        margin-bottom: 0;
    }
    .sertificate-info__text .uppercase {
        font-size: 15px;
    }
    .sertificate-types__item {
        padding: 6px 12px;
        font-size: 12px;
    }
    .sertificate-types {
        gap: 8px;
    }
    .sertificate-info__text .small {
        font-size: 12px;
    }
    .content.sertificate-rules ul {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .sertificate-rules {
        margin-bottom: 0;
    }

    .sertificate-info .btn,
    .sertificate-rules .btn {
        font-size: 13px;
    }
}

.content__picture .content__img {
	box-shadow: none;
	border: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/cf/style.css?17615102761915*/
.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin: 80px auto;
}

.advantages__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
    border: 2px solid #f9f9f9;
    box-shadow: 0 8px 32px -19px #000000bf;
    border-radius: 8px;
}

.advantages__img {
    transition: .8s
}

.advantages__item:hover .advantages__img {
    transform: scale(1.2)
}


.advantages__text {
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    line-height: 1.3;
    margin-top: 20px;
    transition: .5s;
}

.advantages__item:hover .advantages__text {
    color: var(--primary)
}

@media screen and (max-width: 1280px) {
    .advantages__img {
        width: 100px;
        height: 100px;
    }

    .advantages__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 880px) {
    .advantages__img {
        width: 62px;
        height: 62px;
    }

    .advantages__text {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 10px;
    }

    .advantages__item {
        padding: 15px
    }

    .advantages {
        gap: 15px;
        margin-bottom: 30px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .advantages__img {
        width: 50px;
        height: 54px;
    }

    .advantages__text {
        font-size: 12px;
    }
}

.content-info__text {
	max-width: 50%;
    padding-right: 35px;
}
.content-info__img {
	max-width: 50%;
}

.content-info__text .small {
    margin-top: 25px;
    color: var(--text);
    font-weight: 400;
    font-size: 14px;
}

.content.simple-btn {
	text-align: center;
	margin-bottom: 40px;
}
.content.simple-btn .btn {
	display: inline-block;
}

.textpage__gallery .swiper-wrapper {
	margin-bottom: 45px;
}

.textpage__gallery .swiper-slide {
	width: fit-content;
}
/* End */
/* /local/templates/cf/css/gift-sertificate.css?17645798572886 */
/* /local/templates/.default/components/bitrix/news.list/cf/style.css?17615102761915 */
