

/* Start:/local/templates/sobol/components/vithil/catalog/surpize/style.css?17828177766480*/
.certificate-page .area.partner-area {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
}

.certificate-page .fifth-section {
    background: #ebf0ef;
}

.certificate-page .fifth-section header h2 {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.certificate-page .comments header h2 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.certificate-page .comments .comments-list li.inner-comment-list {
    margin-left: 30px;
}

.certificate-page .comments .comments-list li:hover .comment-head .reply {
    display: inline-block;
}

.certificate-page .comments .comments-list li .comment-head {
    overflow: hidden;
    margin-bottom: 15px;
}

.certificate-page .comments .comments-list li .comment-head .info {
    float: left;
}

.certificate-page .comments .comments-list li .comment-head .info .name {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--black);
    font-size: 18px;
}

.certificate-page .comments .comments-list li .comment-head .info .date {
    font-style: italic;
    color: #808080;
    font-size: 12px;
}

.certificate-page .comments .comments-list li .comment-head .reviews {
    float: left;
    margin-left: 20px;
    margin-top: 17px;
}

.certificate-page .comments .comments-list li .comment-head .reviews ul li {
    border-top: 0;
    padding: 0;
}

.certificate-page .comments .comments-list li .comment-head .reply {
    float: right;
    display: none;
}

.certificate-page .comments .comments-list li .comment-head .reply a {
    color: #6fe0c7;
}

.certificate-page .comments .comments-list li .text {
    line-height: 22px;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
}

.certificate-page .comments .comments-list li .text span {
    color: #6fe0c7;
}

.buy-timer-block {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
    border: 1px solid #00cde3;
    padding-bottom: 10px;
    padding-top: 4px;
    display: none;
}

.buy-timer-block.visible-xs {
    padding-top: 10px;
}

.buy-timer-block-wo-margin {
    margin: 0;
}

.buy_timer {
    color: #74437e;
    font-size: 200%;
    font-weight: bold;
    display: inline-block;
    width: 75px;
}

.buy-timer-block .gift {
    color: #74437e;
    font-size: 150%;
    font-weight: bold;
}

.buy-timer-block.visible-xs .gift {
    display: block;
    margin-top: 10px;
}

.buy-timer-block .gift:before {
    background: url("/images/gift-icon.png") no-repeat;
    display: inline-block;
    content: "";
    width: 32px;
    height: 32px;
    position: relative;
    top: 5px;
}

.buy-timer-block .but_buy_timer {
    width: 200px;
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.buy-timer-block .but_buy_timer.disabled {
    background-color: #a0a0a0;
}

.certificate-page .comments .content form .reviews ul {
    float: left;
    display: inline-block;
}

.partner-area,
.fifth-section {
    display: none !important;
}

.comment-head .reviews {
    display: none;
}

.certificate-page .comments .comments-list li .comment-head .info .name {
    font-size: 18px;
    text-transform: inherit;
}

.certificate-page .comments .comments-list li .text {
    font-size: 16px;
}

.go_to_blog {
    width: 100%;
    max-width: 1720px;
    height: 180px;
    background: url(/bitrix/templates/surprize2020/blog-bg.png) center/cover no-repeat;
    display: none;
    align-items: center;
    justify-content: space-between;
    margin: 70px auto;
    border-radius: 10px;
    padding: 0 50px;
}

.go_to_blog .button {
    width: 100%;
    max-width: 190px;
    height: 70px;
    position: relative;
    background: #e5ec50;
    color: var(--black);
    font-size: 17px;
    font-weight: 500;
    padding: 10px 15px 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.go_to_blog .button:hover {
    box-shadow: 0px 0px 50px -15px #e5ec50;
}

.go_to_blog .text .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 50px;
}

.go_to_blog .text .sub_title {
    font-size: 19px;
    color: rgb(122, 126, 134);
    margin: 10px 0;
}


.comments header div {
    font-weight: bold;
    font-size: 20px;
}

.question_answer_element {
    margin: 5px 0;
    padding: 10px 0;
    width: 100%;
    display: block;
}

.question_answer_element .question_box {
    font-weight: 500;
    font-size: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.question_answer_element .question_box:before {
    content: "";
    margin-right: 15px;
    display: block;
    width: 10px;
    height: 7px;
    background: url(/bitrix/templates/surprize2020/list-arrow.png);
}

.question_answer_element .question_box.active:before {
    transform: rotate(180deg);
    display: inline-block;
}

.question_answer_element .answer_box {
    display: none;
    width: 100%;
    padding: 7px 0 7px 29px;
    font-size: 18px;
    line-height: 1.2;
    color: var(--grey-text);
}

.certificate-page .comments .comments-list li.inner-comment-list {
    background: var(--white);
    box-shadow: 0px 0px 50px -25px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 30px 15px 30px 70px;
    border: none;
    border-radius: 10px;
}

.certificate-page .comments .comments-list li .comment-head .info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1px;
}

.certificate-page .comments .comments-list li .comment-head .reviews {
    margin: 10px 0 0;
    padding: 0;
}

.certificate-page .comments .comments-list>li+li:not(.inner-comment-list) {
    margin-top: 40px;
}

.question_answer_wrapper {
    margin: 80px 0;
}


@media (max-width: 1180px) {
    .header_filter_wrapper {
        display: none !important;
    }
}



@media (max-width: 820px) {
    .go_to_blog {
        flex-direction: column;
        padding: 20px;
        height: auto;
        text-align: center;
    }

    .go_to_blog .text {
        margin-bottom: 20px;
    }
}

@media (max-width: 640px) {
    .question_answer_wrapper {
        margin: 32px 0;
    }
}
/* End */


/* Start:/local/templates/sobol/components/bitrix/catalog.section.list/subcat_list/style.css?1789975586928*/
.subcats_container_top {
	padding: 0 0 40px 0;
}

.subcats_container_bottom {
	padding: 60px 0 10px 0px;
}

.subcats {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px;
	gap: 12px;
}

.subcats a {
	line-height: 0;
	font-weight: 400;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	border-radius: 40px;
	text-transform: lowercase;
	padding: 0 20px;
	color: var(--black);
	background: var(--white);
	border: 1px solid var(--blue);
	transition: 0.3s;
}

.subcats a:hover {
	border-color: var(--blue-hover);
	color: var(--grey-text);
}

@media screen and (max-width: 780px) {
	.subcats_container_bottom {
		padding: 0
	}

	.subcats {
		align-items: flex-start;
		align-content: flex-start;
		gap: 12px;
		font-weight: 600;
		font-size: 14px;
		line-height: 150%;
		margin-top: 12px;
	}

	.subcats a {
		padding: 8px 12px;
		gap: 10px;
	}
}
/* End */


/* Start:/local/templates/sobol/components/bitrix/news.list/slider_main_banners/style.css?1779873397483*/
@media screen and (max-width: 1023px) and (min-width: 769px) {
	#index_main_slider .main_foto_banner {
		height: 300px;
	}
}
/*tablet*/
@media screen and (max-width: 768px) and (min-width: 481px) {
	#index_main_slider .main_foto_banner {
		height: 230px;
	}
}
#index_main_slider .main_foto_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 1861px) {
	#index_main_slider .main_foto_banner img {
		border-radius: 20px;
	}
}
/* End */


/* Start:/local/templates/sobol/components/vak/catalog.section/sbl_section/style.css?17895578741364*/
.catalog-row.catalog-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 32px 20px;
    align-items: stretch;
}

.catalog-row.catalog-grid > .catalog_element {
    display: flex !important;
    flex-direction: column;

    float: none !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto;
    margin: 0 !important;
}

.catalog-row.catalog-grid > .catalog_element > .catalog-card {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
}

.catalog-row.catalog-grid .post_element {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.catalog-row.catalog-grid > .ajax-drag,
.catalog-row.catalog-grid > .pagenav {
    grid-column: span 3 !important;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .catalog-row.catalog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px;
    }

    .catalog-row.catalog-grid > .ajax-drag,
    .catalog-row.catalog-grid > .pagenav {
        grid-column: span 2 !important;
    }
}

/* End */


/* Start:/local/templates/sobol/components/bitrix/news.list/faq/style.css?1782392284302*/
.question_answer_wrapper .question_box {
    cursor: pointer;
}

.question_answer_wrapper .answer_box {
    display: none;
}

.question_answer_wrapper .question_answer_element.active .answer_box,
.question_answer_wrapper .question_answer_element.is-open .answer_box {
    display: block;
}

/* End */
/* /local/templates/sobol/components/vithil/catalog/surpize/style.css?17828177766480 */
/* /local/templates/sobol/components/bitrix/catalog.section.list/subcat_list/style.css?1789975586928 */
/* /local/templates/sobol/components/bitrix/news.list/slider_main_banners/style.css?1779873397483 */
/* /local/templates/sobol/components/vak/catalog.section/sbl_section/style.css?17895578741364 */
/* /local/templates/sobol/components/bitrix/news.list/faq/style.css?1782392284302 */
