

/* Start:/local/components/artofall/search.title/templates/common__search-title/style.css?17513825382294*/
div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 10%;
}

table.title-search-result th {
    background-color: #F7F7F7;
    border-right: 1px solid #e8e8e8;
    color: #949494;
    font-weight: normal;
	padding: 2px 12px 2px 14px;
	text-align: right;
    vertical-align: top;
    white-space: nowrap;
    width: 1%;
}

table.title-search-result td {
    background-color: white;
    color: black;
    font-weight: normal;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: left;
    white-space: nowrap;
}

table.title-search-result td.title-search-item {
    padding-left: 8px;
    padding-right: 15px;
}

table.title-search-result td.title-search-item a {
    padding-left: 4px;
    padding-right: 15px;
    text-decoration: none;
    color: black;
    vertical-align: top;
    display: block;
}

table.title-search-result td.title-search-item img {
    vertical-align: middle;
	margin-right: 5px;
}

table.title-search-result td.title-search-item b {
    color: #cf0000;
    font-weight: normal;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
    background-color: #fff2be;
}

table.title-search-result td.title-search-more {
    font-size: 11px;
    font-weight: normal;
    padding-right: 15px;
    padding-left: 24px;
    padding-top: 0px;
}

table.title-search-result td.title-search-more a {
    padding-left: 12px;
    padding-right: 15px;
    text-decoration: none;
    color: #999999;
}

table.title-search-result td.title-search-all {
    padding-left: 24px;
    padding-right: 15px;
}

table.title-search-result td.title-search-all a {
    padding-left: 4px;
    text-decoration: none;
    color: #808080;
}

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 4px;
}

div.title-search-fader {
    display: none;
    background-image: url('/local/components/artofall/search.title/templates/common__search-title/images/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/menu/mobile__top-menu/style.css?17513825381936*/
#burger {
	cursor: pointer;
	width: 20px;
	height: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

#burger span {
	display: block;
	height: 2px;
	width: 100%;
	background: #000;
	border-radius: 2px;
	transition: all 0.3s ease;
	transform-origin: center;
}

/* Анимация в крестик */
#burger.active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 2px);
}

#burger.active span:nth-child(2) {
	opacity: 0;
}

#burger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -2px);
}

.mobile-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: calc(100% - 50px);
	height: 100%;
	background: #fff;
	box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
	transition: right 0.3s ease-in-out;
	z-index: 500;
}

.mobile-menu.active {
	right: 0;
}

.mobile-menu-outer {
	margin-bottom: 20px;
	padding-top: 70px;
}

.mobile-menu-flex {
	padding: 15px 0;
}

.mobile-menu-flex ul {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 15px;
}

.mobile-menu-flex ul li {

}

.mobile-menu-flex ul li a {
	font-size: var(--font-size-m);
	color: var(--color-default);
	font-weight: 500;
}

.mobile-menu-flex ul li a:hover, .mobile-menu-flex ul li a.selected {
	width: 100%;
}

.mobile-menu-outer .search-container input {
	width: 100% !important;
}

.mobile-menu-actions {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	gap: 20px;
	padding-bottom: 20px;
}

.mobile-menu-actions__separator {
	width: calc(100% + 40px);
	height: 1px;
	background-color: rgba(0,0,0, .2);
	margin: 0 -20px;
}

.mobile-menu-outer .over-header-flex {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 20px;
	min-height: 46px;
}

.mobile-menu-outer .over-header-flex .over-header-flex__col:nth-child(2) {
	margin-left: 0;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/menu/common__top-menu/style.css?1751382538940*/
.top-menu {
	border-bottom: 1px solid var(--color-border);
	margin-bottom: 20px;
}

.top-menu-flex {
	padding: 20px 0;
}

.top-menu-flex ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.top-menu-flex ul li {

}

.top-menu-flex ul li a {
	font-size: var(--font-size-m);
	color: var(--color-default);
	font-weight: 500;
	position: relative;
}

.top-menu-flex ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: all .3s;
}

.top-menu-flex ul li a:hover {


}

.top-menu-flex ul li a:hover:after {
	width: 100%;
}

.top-menu-flex ul li a.selected:after {
	width: 100%;
}

@media (min-width: 320px) {
	.top-menu {
		display: none;
	}
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
	.top-menu {
		display: block;
	}
}

@media (min-width: 1440px) {

}

/* End */


/* Start:/local/templates/pride/components/bitrix/menu/common__footer-menu/style.css?1751382538803*/
.footer-menu {

}

.footer-menu ul {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
}

.footer-menu ul li {

}

.footer-menu ul li a {
	font-weight: 500;
	font-size: 14px;
	color: var(--color-default);
	position: relative;
	display: inline-block;
}

.footer-menu ul li a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: all .3s;
}


.footer-menu ul li a:hover {

}

.footer-menu ul li a.selected {

}

.footer-menu ul li a:hover:after {
	width: 100%;
}

.footer-menu ul li a.selected:after {
	width: 100%;
}

@media (min-width: 320px) {
	.footer-menu ul {
		gap: 15px;
	}
	.footer-menu {
		padding-bottom: 10px;
	}
}

@media (min-width: 1280px) {
	.footer-menu ul {
		gap: 30px;
	}
	.footer-menu {
		padding-bottom: 0;
	}
}

/* End */


/* Start:/local/templates/pride/components/bitrix/form.result.new/common__form-consult-modal/style.css?1751382538264*/
input.btn-block.btn-green {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: var(--radius-small);
    background-color: var(--color-green);
    color: #fff;
    transition: all .3s;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/form.result.new/common__form-get-plan-modal/style.css?1751382538264*/
input.btn-block.btn-green {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: var(--radius-small);
    background-color: var(--color-green);
    color: #fff;
    transition: all .3s;
}
/* End */


/* Start:/local/templates/pride/components/bitrix/form.result.new/common__form-order-modal/style.css?1751382538264*/
input.btn-block.btn-green {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: var(--radius-small);
    background-color: var(--color-green);
    color: #fff;
    transition: all .3s;
}
/* End */


/* Start:/local/templates/pride/template_styles.css?175138253815234*/
.test-wrapper {
    min-height: 100svh;
}

div[id^="wait_comp_"] {
    display: none!important;
}

.topbutton {
    display: none!important;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.3) !important;
}

#consult-modal, #get-plan-modal, #order-modal {
    border-radius: var(--radius-small);
}

#consult-modal .consult-form, #get-plan-modal .consult-form, #order-modal .consult-form {
    padding: 0;
}


.f-button.is-close-btn {
    position: absolute!important;
    top: 10px!important;
    right: 10px!important;
    background-color: #fff;
    color: #000!important;
}

body.menu-is-open {
    overflow: hidden;
}

.global-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100svh;
    background-color: rgba(0,0,0, .3);
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.global-cover.active {
    z-index: 400;
    opacity: 1;
}

.global-wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper {
    max-width: 1232px;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
}

.wrapper-with-sidebar {
    display: flex;
    gap: 20px;
}

.content {
    min-height: 100px;
}



@media (min-width: 320px) {
    .wrapper-with-sidebar {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .sidebar {
        width: auto;
    }

    .content {
        width: 100%;
    }
}


@media (min-width: 1280px) {
    .wrapper-with-sidebar {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .sidebar {
        width: 255px;
    }

    .content {
        width: calc(100% - 275px);
    }
}

.over-header {
    border-bottom: 1px solid var(--color-border);
}

.over-header-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    min-height: 46px;
}

.over-header-flex__col {
    font-size: var(--font-size-s);
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.over-header-flex__col span {
    color: var(--color-secondary);
}

.over-header-flex__col a {
    color: var(--color-default);
}

.over-header-flex__col:nth-child(1) {

}

.over-header-flex__col:nth-child(2) {
    margin-left: auto;
}

.over-header-flex__col:nth-child(3) {

}

.over-header-flex__col:nth-child(4) {

}

@media (min-width: 320px) {
    .over-header {
        display: none;
    }
}

@media (min-width: 1280px) {
    .over-header {
        display: block;
    }
}


header {
    border-bottom: 1px solid var(--color-border);
    padding: 10px 0;
    position: relative;
    z-index: 700;
    background-color: #fff;
}

.header-flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;

}

.header-flex__col {

}

.header-flex__logo {

}

.header-flex__search {
    margin-left: auto;
}

.header-flex__contacts {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 15px;
    align-items: center;
}

.header-flex__burger {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 320px) {
    .header-flex__search {
        display: none;
    }
    .header-flex__contacts .phone-inline {
        display: none;
    }
    .header-flex__contacts {
        margin-left: auto;
    }
    .header-flex__burger {
        display: flex;
    }
    .header-flex__logo img {
        height: 40px;
        width: auto;
    }
    .header-flex {
        gap: 15px;
    }
    header {
        margin-bottom: 20px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .header-flex__search {
        display: block;
    }
    .header-flex__contacts .phone-inline {
        display: flex;
    }
    .header-flex__contacts {
        margin-left: 0;
    }
    .header-flex__burger {
        display: none;
    }
    .header-flex__logo img {
        height: 60px;
        width: auto;
    }
    .header-flex {
        gap: 30px;
    }
    header {
        margin-bottom: 0;
    }
}

@media (min-width: 1440px) {

}









.sales {
    margin-bottom: var(--component-bottom-margin);
}

.sales-flex {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.sales-col {
    display: block;
    min-height: 150px;
    border-radius: var(--radius-small);
}

.sales-title {
    font-size: 22px;
    font-weight: 500;
    padding: 15px 20px;
    line-height: 1.5;
}

.sales-title b {
    font-weight: bold;
    color: var(--color-green);
}

.sales-col:nth-child(1) {
    background-image: url('/local/templates/pride/images/s-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sales-col:nth-child(2) {
    background-image: url('/local/templates/pride/images/s-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sales-col:nth-child(3) {
    background-image: url('/local/templates/pride/images/s-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.sale-offer {
    padding: 30px;
    border-radius: var(--radius-small);
    display: flex;
    position: relative;
}

.sale-offer-title {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: auto;
    gap: 10px;
}

.sale-offer-title span {
    display: block;
    color: #fff;
    line-height: 1.5;
}





@media (min-width: 320px) {
    .sales-flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }
    .sales-col {
        width: 100%;
    }
    .sale-offer {
        min-height: 380px;
    }
    .sale-offer-title span:nth-child(1) {
        font-size: 24px;
        font-weight: bold;
    }

    .sale-offer-title span:nth-child(2) {
        font-size: 20px;
        font-weight: 500;
    }
    .sale-offer img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .sale-offer {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 21.53%, rgba(255, 255, 255, 0.18) 100%), #360;
    }
}

@media (min-width: 1280px) {
    .sales-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .sales-col {
        width: 33.3333%;
    }
    .sale-offer {
        min-height: auto;
    }
    .sale-offer-title span:nth-child(1) {
        font-size: 28px;
        font-weight: bold;
    }

    .sale-offer-title span:nth-child(2) {
        font-size: 24px;
        font-weight: 500;
    }
    .sale-offer img {
        display: block;
        height: 150px;
        width: auto;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
    }
    .sale-offer {
        background-color: var(--color-green);
    }
}

@media (min-width: 1440px) {

}












.over-footer {
    margin-bottom: var(--component-bottom-margin);
}

.over-footer-flex {
    display: flex;
    gap: 20px;
}

.over-footer-contacts-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 10px;
}

.over-footer-contacts-row {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
}

.over-footer-contacts-title {
    font-weight: 300;
    font-size: 14px;
}

.over-footer-contacts-white .over-footer-contacts-title {
    color: #fff;
}

.over-footer-contacts-value {
    font-weight: 600;
    font-size: 20px;
}

.over-footer-contacts-white .over-footer-contacts-value {
    color: #fff;
}

.over-footer-contacts-value a {
    color: var(--color-default);
}

.over-footer-contacts-white .over-footer-contacts-value a {
    color: #fff;
}

.over-footer-social {
    padding: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    gap: 15px;
}

.over-footer-consult {
    background-color: #F3F3F3;
    border-radius: var(--radius-small);
}

.consult-form {
    height: 100%;
    border-radius: var(--radius-small);
    position: relative;
}

.consult-form-header {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
}

.consult-form-header__title {
    color: #000;
    line-height: 1;
    font-weight: bold;
}

.consult-form-header__title b {
    font-weight: 800;
    color: var(--color-green);
}

.consult-form-header__description {
    font-size: 14px;
    color: #000;
    line-height: 1.5;
}

.consult-form-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
}

.consult-form-row {
    position: relative;
}

.consult-form-row label {
    position: absolute;
    top: 6px;
    left: 15px;
}

.consult-form-row input {
    width: 100%;
    border: 1px solid rgba(0,0,0, .4);
    border-radius: var(--radius-small);
    color: rgba(0,0,0, .8);
    height: 40px;
    padding: 0 15px 0 45px;
}

.consult-form-row textarea {
    width: 100%;
    min-height: 150px;
    padding: 15px;
    border: 1px solid rgba(0,0,0, .4);
    border-radius: var(--radius-small);
    color: rgba(0,0,0, .8);
}

.consult-form-footer {
    position: relative;
    z-index: 200;
}

.consult-form-user-consent {
    margin-bottom: 16px;
}

.consult-form-cover {
    position: absolute;
    z-index: 100;
    bottom: 0;
}

.consult-form-cover img {
    display: block;
    width: 100%;
}

@media (min-width: 320px) {
    .over-footer-flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
    }

    .over-footer-contacts {
        width: 100%;
    }
    .over-footer-consult {
        width: 100%;
    }
    .consult-form-header__title {
        font-size: 28px;
    }
    .consult-form {
        padding: 20px 20px;
    }
}

@media (min-width: 1280px) {
    .over-footer-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
    }

    .over-footer-contacts {
        width: 60%;
    }
    .over-footer-contacts.over-footer-contacts-white {
        width: 100%;
    }
    .over-footer-consult {
        width: 40%;
    }
    .consult-form-header__title {
        font-size: 38px;
    }
    .consult-form {
        padding: 20px 30px;
    }
}

@media (min-width: 1440px) {

}






footer {
    background-color: rgba(85, 84, 84, .07);
}

.footer-flex {
    display: flex;
}

.footer-col:nth-child(1) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
}

.footer-logo {

}

.footer-logo img {
    height: 80px;
    display: block;
}

.footer-requisites {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
}

.footer-requisites-row {
    font-weight: 500;
    font-size: 14px;
}




.footer-col:nth-child(3) {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
}

.footer-address {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.footer-address__icon {

}

.footer-address__text {
    font-size: 14px;
}

@media (min-width: 320px) {
    .footer-flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
        gap: 10px;
    }
    footer {
        padding: 15px 0 15px 0;
    }
    .footer-col:nth-child(1) {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--color-border);
    }
    .footer-col:nth-child(2) {
        border-bottom: 1px solid var(--color-border);
    }
    .footer-col:nth-child(3) {
        padding-bottom: 10px;
        border-bottom: 1px solid var(--color-border);
    }
    .search-container-footer {
        display: none;
    }
    .footer-col:nth-child(3) .btn-inline-m.btn-green {
        margin-right: auto;
    }
}

@media (min-width: 1280px) {
    .footer-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
        gap: 0;
    }
    footer {
        padding: 40px 0 20px 0;
    }
    .footer-col:nth-child(1) {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .footer-col:nth-child(2) {
        border-bottom: 0;
    }
    .footer-col:nth-child(3) {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .search-container-footer {
        display: block;
    }
    .footer-col:nth-child(3) .btn-inline-m.btn-green {
        margin-right: 0;
    }
}

@media (min-width: 1440px) {

}



.under-footer {
    background-color: rgba(85, 84, 84, .07);
    border-top: 1px solid var(--color-border);
}

.under-footer-flex {
    display: flex;
    padding: 15px 0;
}

.under-footer-col {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.under-footer-col a {
    color: #000;
    text-decoration: underline!important;
}

@media (min-width: 320px) {
    .under-footer-flex {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .under-footer-col {
        font-size: 12px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .under-footer-flex {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .under-footer-col {
        font-size: 14px;
    }
}

@media (min-width: 1440px) {

}



.ask-form {
    height: 100%;
    background-color: var(--color-green);
    padding: 20px 30px;
    border-radius: var(--radius-small);
    position: relative;
}

.ask-form-header {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
}

.ask-form-header__title {
    font-size: 38px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
}

.ask-form-header__description {
    font-size: 14px;
    color: rgba(255,255,255, .8);
    line-height: 1.5;
}

.ask-form-flex {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 200;
}

.ask-form-row {
    position: relative;
}

.ask-form-row label {
    position: absolute;
    top: 6px;
    left: 15px;
}

.ask-form-row input {
    width: 100%;
    border: 1px solid rgba(255,255,255, .4);
    border-radius: var(--radius-small);
    color: #fff;
    height: 40px;
    padding: 0 15px 0 45px;
}

.ask-form-row textarea {
    width: 100%;
    min-height: 150px;
    padding: 15px;
    border: 1px solid rgba(255,255,255, .4);
    border-radius: var(--radius-small);
    color: #fff;
}

.ask-form-footer {
    position: relative;
    z-index: 200;
}

.ask-form-user-consent {
    margin-bottom: 16px;
}

.ask-form-cover {
    position: absolute;
    z-index: 100;
    bottom: 0;
}

.ask-form-cover img {
    display: block;
    width: 100%;
}

















































/* End */
/* /local/components/artofall/search.title/templates/common__search-title/style.css?17513825382294 */
/* /local/templates/pride/components/bitrix/menu/mobile__top-menu/style.css?17513825381936 */
/* /local/templates/pride/components/bitrix/menu/common__top-menu/style.css?1751382538940 */
/* /local/templates/pride/components/bitrix/menu/common__footer-menu/style.css?1751382538803 */
/* /local/templates/pride/components/bitrix/form.result.new/common__form-consult-modal/style.css?1751382538264 */
/* /local/templates/pride/components/bitrix/form.result.new/common__form-get-plan-modal/style.css?1751382538264 */
/* /local/templates/pride/components/bitrix/form.result.new/common__form-order-modal/style.css?1751382538264 */
/* /local/templates/pride/template_styles.css?175138253815234 */
