

/* Start:/local/templates/helicon-shop/components/bitrix/news.detail/guarantee_page/style.css?171159853611045*/
.banner {
    padding-bottom: 40px;
    margin-bottom: 80px!important;
}
.banner__content {
    position: relative;
    display: flex;
    justify-content: space-between;

    height: 320px;

    overflow: hidden;

    background-image: url("/local/templates/helicon-shop/components/bitrix/news.detail/guarantee_page/./images/guarantee-main-banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner__content-left {
    width: 44%;
    padding: 30px 75px 30px 40px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 16px 45px rgba(106, 123, 126, 0.08);
    backdrop-filter: blur(39px);
}
.banner.banner-alternative {
    overflow: hidden;
}
.banner.banner-alternative .banner__content {
    overflow: visible;
}
.banner.banner-alternative .banner__content-left {
    width: 70%;
    background: #f4fbfd;
    padding: 80px 55px 30px 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.banner.banner-alternative .banner__content-right {
    display: flex;
    align-items: center;
    width: 68%;
    margin-right: -13%;
}
.banner.banner-alternative .banner__list-item {
    padding-left: 55px;
    margin-bottom: 24px;
}

.advantages {
    margin-bottom: 120px;
}
.advantages__title {
    margin-bottom: 35px;
}

.advantages__link {
}
.advantages__content {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.advantages__content-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 21.8%;
    min-height: 240px;
    padding: 24px 0px 30px 24px;
    background-color: #f4fbfd;
}
.advantages__content-item_text {
}
.advantages__content-item_title {
    margin-bottom: 8px;
    padding-right: 33px;
    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;
}

.advantages__content-item_subtitle {
    padding-right: 33px;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
}

.advantages__content-item_img {
    width: 66px;
    height: 66px;
}
.service-callback__wrapper {
    margin-bottom: 120px;
}
.service-callback__title {
    padding-right: 30%;
    margin-bottom: 40px;
}
.service-callback__title h2 {
    font-weight: 500 !important;
    font-size: 46px !important;
    margin-bottom: 16px !important;
}
.service-callback__items {
    display: flex;
    flex-direction: column !important;
    gap: 40px !important;
}
.service-callback__item {
    display: flex;
    gap: 64px;
}

.service-callback__info {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}
.service-callback__info a {
   transition: all .5s ease;
}
.service-callback__info a:hover {
  color: var(--orange-color);
}

.service-callback__info-title {
    font-weight: 400 !important;
    font-size: 24px !important;
}

.service-callback__info-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.service-callback__button {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 15px;
}

.product-tabs {
    margin-bottom: 0;
}

.product-tabs__content__left {
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    padding-bottom: 8px;
    margin-bottom: 40px;
    border-bottom: 1px solid #a8a9ad;
}
.product-tabs__content__right {
}
.product-tabs__content__switcher {
    position: relative;
    cursor: pointer;
    margin-right: 44px;
}
.product-tabs__content__switcher:hover h3 {
    color: var(--orange-color);
}
.product-tabs__content__switch-item {
    max-height: 0;
    position: relative;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.product-tabs__content__switch-item_active {
    max-height: 5000px;
    z-index: 1;
    position: relative;
    opacity: 1;
    visibility: visible;
}

.js-tab-content-switcher-active::after {
    content: "";
    position: absolute;
    bottom: -9px;
    margin-left: -8px;
    border-bottom: 1px solid #009fc2;
    width: calc(100% + 16px);
}

.product-tabs__content__switcher h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #a8a9ad;
    transition: all 0.5s ease;
}

.js-tab-content-switcher-active h3 {
    color: #041229;
}

.service .pagination {
    padding: 80px 0 120px;
}

.dropdown-section {
    margin-bottom: 120px !important;
}

.dropdown {
}
.dropdown-block {
    width: 74%;
    border-bottom: 1px solid #abc8d1;
    margin-bottom: 0;
    margin-bottom: 24px;
}

.dropdown-block-offset {
}

.dropdown__title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;

    font-weight: 400;
    font-size: 24px;
    line-height: 114.52%;

    color: #041229;
    cursor: pointer;
}
.dropdown__title::after {
    content: "";
    min-width: 48px;
    min-height: 48px;
    background: url("/local/templates/helicon-shop/components/bitrix/news.detail/guarantee_page/../../local/templates/helicon-shop/icons/arrow-down.svg") center / contain no-repeat;
    background-size: 9px;
    margin-left: 8px;
    margin-right: 8px;
    transition: transform 0.5s;
    border: 1px solid #041229;
    border-radius: 50%;
}

.dropdown__title-show::after {
    transform: rotate(180deg);
    transition: transform 0.5s;
}
.dropdown__block-show .dropdown__content {
    max-height: 10000px;
}
.dropdown__content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 90%;

    max-height: 0px;
    transition: all 0.5s cubic-bezier(0, 1, 0, 1);
    overflow: hidden;
}
.dropdown__content-row {
    display: flex;
    margin-bottom: 26px;
}
.dropdown__content-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;

    color: #041229;
}

.universal-block {
}
.universal-block__wrapper {
    margin-bottom: 120px;
    display: flex;
    gap: 24px;
}
.universal-block__text {
    width: 50%;
}
.universal-block__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #000000;
}
.universal-block__description {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #000000;
}
.universal-block__img {
    width: 50%;
}

@media screen and (max-width: 1023px) {
    .banner__content-left {
		width: 100%;
		height: 100%;
		padding: 16px 0 !important;
		background: rgba(255, 255, 255, 0.24);
		box-shadow: none;
	}
    

    .advantages {
        margin-bottom: 80px;
        padding: 0 16px;
    }

    .advantages__title {
        margin-bottom: 25px;
    }

    .advantages__content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .advantages__content-item {
        flex-direction: row;
        width: auto;
        padding: 16px 8px 14px 8px;
        margin-bottom: 10px;
        min-height: auto;
    }
    .advantages__content-item_text {
        width: 78%;
    }

    .advantages__content-item_title {
        margin-bottom: 8px;
        padding-right: 8px;
        font-weight: 500;
        font-size: 16px;
        line-height: 110%;
    }

    .advantages__content-item_subtitle {
        padding-right: 33px;
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
    }

    .advantages__content-item_img {
        margin-right: 16px;
        width: 57px;
        height: 57px;
        order: -1;
    }
    .advantages__content-item_img img {
        width: 100%;
        height: 100%;
    }
    .service-container {
        padding-bottom: 32px;
    }

    .service-callback__wrapper {
        margin-bottom: 60px;
    }
    .service-callback__title h2 {
        margin-bottom: 32px !important;
        font-size: 26px !important;
        line-height: 31px !important;
    }
    .service-support__item {
        width: 100%;
        display: flex;
        gap: 32px;
    }
    .service-callback__info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .service-callback__info-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
    }

    .service-callback__info-description {
        font-size: 14px;
        line-height: 140%;
    }
    .service-callback__button {
        display: flex;
        align-items: flex-start !important;
        flex-direction: column;
        gap: 0 !important;
    }

    .product-tabs {
        margin-bottom: 0;
    }

    .product-tabs__content__switcher h3 {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
    }

    .product-tabs__content__left {
        width: 100%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 24px;
    }

    .product-tabs__content__left::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .product-tabs__content__left::-webkit-scrollbar-track {
        background: transparent;
    }
    .product-tabs__content__left::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    .product-tabs__content__switcher {
        margin-right: 24px;
    }

    .product-tabs__content__switcher h3 {
        white-space: nowrap;
    }
    .compare-title h1 {
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
        color: #041229;
    }

    .service .pagination {
        padding: 0;
    }

    .dropdown-section {
        margin-bottom: 60px !important;
    }

    .dropdown__content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .dropdown-block {
        width: 100%;
        margin-bottom: 24px;
    }
    .dropdown__content {
        width: 100%;
    }
    .dropdown__content-left {
        width: 100%;
    }

    .dropdown__content-row {
        display: flex;
        flex-direction: column;
        margin-bottom: 26px;
    }
    .universal-block {
    }
    .universal-block__wrapper {
        margin-bottom: 60px;
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .universal-block__text {
        width: 100%;
    }
    .universal-block__title {
        margin-bottom: 16px;
        font-weight: 500;
        font-size: 32px;
        line-height: 110%;
        letter-spacing: -0.03em;
        color: #000000;
    }
    .universal-block__description {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        color: #000000;
    }
    .universal-block__img {
        width: 100%;
    }
}
@media (min-width: 1024px) and (max-width: 1279px) {
    .advantages__content-item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 21.3%;
        min-height: 240px;
        padding: 24px 8px 30px 16px;
        background-color: #f4fbfd;
    }
}

@media screen and (max-width:425px) {
    .service-callback__item{
        gap: 20px !important;
    }
    .service-callback__title{
        padding-right: 0 !important;
    }
}
@media screen and (max-width:460px) {
    .service-callback__icon {
        width: 30%;
        flex: 0 0 auto;
    }
}
/* End */


/* Start:/local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429*/
.questions {
	padding: 0;
	margin-bottom: 0;
	min-height: 320px;
	overflow: hidden;
	background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/questions-background.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.questions__content {
	display: flex;
	flex-direction: column;
}

.questions__wrapper {
	width: 37%;
	padding: 49px 0;
}
.questions__title {
	font-weight: 500;
	font-size: 36px;
	line-height: 118.5%;
	margin-bottom: 16px;
}
.questions__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;

	margin-bottom: 24px;
}
.questions__button {
	width: fit-content;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.questions {
		padding: 33px 0 100px;
		margin-bottom: 60px;
		min-height: 150px;
		overflow: hidden;
		background-image: url("/local/templates/helicon-shop/components/bitrix/news.list/question/images/question-mob.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.questions__wrapper {
		width: 100%;
		padding: 0;
	}
	.questions__title {
		font-weight: 500;
		font-size: 20px;
		line-height: 110%;
		letter-spacing: -0.03em;
		margin-bottom: 16px;
		text-align: center;
	}
	.questions__subtitle {
		margin-bottom: 24px;
	
		font-weight: 400;
		font-size: 14px;
		line-height: 140%;
		text-align: center;
	}

	.questions__button.button {
		width: 100%;
		max-width: 343px;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.questions {
		min-height: 150px;
	}
}
/* End */
/* /local/templates/helicon-shop/components/bitrix/news.detail/guarantee_page/style.css?171159853611045 */
/* /local/templates/helicon-shop/components/bitrix/news.list/question/style.css?17115985361429 */
