

/* Start:/o-kompanii/usldelivery/style.css?17854804422450*/
main .article-main {
    padding-right: 25px;
    display: unset !important;
}


.article-main .faq-item {
    padding: 0;
    gap: 0.25rem;
    border-bottom: 1px solid #E4E4E4;
}

.article-main .faq-item.open {
    padding: 0;
}


.article-main .faq-item .faq-item--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding: 20px 0 25px;
    max-height: 70px;
    cursor: pointer;
}

.article-main .faq-item.open .faq-item--title {
    font-weight: 500;
    transition: font-weight 0.5s 0.1s;
}

.article-main .faq-item .faq-item--title::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-left: 16px;
    background-color: currentColor;
    -webkit-mask: url("/o-kompanii/usldelivery/./icons/plus-lg.svg") center / contain no-repeat;
    mask: url("/o-kompanii/usldelivery/./icons/plus-lg.svg") center / contain no-repeat;
}

.article-main .faq-item.open .faq-item--title::after {
    -webkit-mask-image: url("/o-kompanii/usldelivery/./icons/dash-lg.svg");
    mask-image: url("/o-kompanii/usldelivery/./icons/dash-lg.svg");
}

.article-main .faq-item .faq-item--content {
    font-size: 14px;
    display: none;
}

.article-main .faq-item.open .faq-item--content {
    display: block;
}

.article-main .faq-item .faq-item--content a {
    text-decoration: underline;
    color: #023E84;
}

.image-list {
    gap: 24px;
    margin-top: 1.75rem;
    margin-bottom: 2.75rem;
}

.article-main .alert {
    margin-top: 40px;

    background: #FFF5F5;
    color: #841102;
    gap: 22px;
    padding: 23px 20px;
    line-height: 1;
}

.article-main .alert .vb {
    font-size: 38px;
}

@media screen and (max-width: 1199px) {
    .breadcrumbs {
        margin-top: 0;
        font-size: 14px;
    }

    .row:has(.breadcrumbs) {
        margin-bottom: 10px;
    }

    .article-main {
        padding: 0 15px;
    }


    .article-main .faq-item .faq-item--title {
        padding: 14px 0;
    }

    .article-main .faq-item.open .faq-item--title {
        padding: 14px 0 5px;
    }

    .faq-item--content {
        font-size: 14px;
    }

    .faq-item--content p {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .image-list {
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .image-list--item {
        flex: 1 0 55%;
    }

    .article-main .faq-item .faq-item--title::after {
        width: 18px;
        height: 18px;
        flex-basis: 18px;
        margin-left: 12px;
    }
}
/* End */


/* Start:/local/templates/main_redesing/components/bitrix/menu/company/style.css?17852231501143*/
.article-popular {
	width: 100%;
	min-width: 443px;
	max-width: 34.25%;
	max-height: fit-content;
	padding: 40px 65px;
	background: #f6f6f6;
}

.article-popular ul {
	display: flex;
	margin: 0;
	padding: 0;
	flex-direction: column;
	gap: 25px;
	list-style: none;
}

.article-popular a {
	color: #464646;
	font-family: "VB Inter", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
}

.article-popular a:not(.selected):hover {
	text-decoration: none;
}

.article-popular a.selected,
.article-popular a.selected:hover {
	color: #023e84;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: auto;
	text-underline-offset: 0;
}

.article-popular--title {
	display: block;
	margin-bottom: 40px;
	font-family: "VB Inter", Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
	.article-popular {
		min-width: 0;
		max-width: 100%;
		padding: 40px 15px;
	}

	.article-popular--title {
		margin-bottom: 40px;
		text-align: center;
	}
}

/* End */
/* /o-kompanii/usldelivery/style.css?17854804422450 */
/* /local/templates/main_redesing/components/bitrix/menu/company/style.css?17852231501143 */
