

/* Start:/bitrix/components/custom/service-menu/templates/.default/style.css?17614626676001*/
.drop-menu {
    max-width: 1175px;
    width: 100%;
    border: 1px solid #000;
    background: #F8F8F8;
    border-radius: 8px;
    font-weight: 700;
    display: none;
    position: absolute;
    z-index: 20;
}
.drop-menu.active { display: block; }
.drop-menu__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}
.drop-menu__sections {
    border-right: 1px solid #62B238;
    padding-right: 30px;
    max-width: 100%;
    width: 330px;
}
.drop-menu__section {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.drop-menu__section::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 16px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADgSURBVHgBlZJBDgExFIb/VheWjjBOoUtOIHMCjAPgBMYJcILpDciwNzuz4wa4gb3o8xAyJGX6JU3a13z930uK/lp3ugsdwBNJV9RlBYco1YnPA7Kw78oK7aKVHvuKjKiBEHP64T6Ch/gmIAvTS/XG1b5LfOYDTdf8P8UCPD82UdoYvgoK5Qm4hymnD4RE7CM+IF72glNpkUBnQWKetPP4fi4lEgtkq3ESZudXTf1OQcY/a2LCbfZ9pxzCka5ixMISDtSn8JyD25qZQlv/RMMpkyTMjyiBslbsOatlwjyDBzcnTVkSDDrmqgAAAABJRU5ErkJggg==);
}

.drop-menu__section-icon {
    margin-right: 10px;
    min-width: 40px;
    width: 40px;
}
.drop-menu__section-icon img, .drop-menu__item-icon img {
    width: 100%;
}
.drop-menu__item {
    display: none;
}
.drop-menu__section-title {
    font-size: 22px;
    color: #000000;
    line-height: 110%;
    padding-right: 15px;
}
.drop-menu__section ~ .drop-menu__section {
    margin-top: 20px;
}
.drop-menu__items {
    padding-left: 40px;
    flex: 1;
    position: relative;
}
.drop-menu__form {
    position: absolute;
    top: 90px;
    right: 0;
}
.drop-menu__item-head {
    padding-bottom: 30px;
    border-bottom: 1px solid #62B238;
    display: flex;
    align-items: center;
}
.drop-menu__item-icon {
    margin-right: 20px;
    width: 40px;
}

.drop-menu__item-title {
    font-size: 24px;
    line-height: 100%;
}

.drop-menu__form {
    width: 410px;
    height: 460px;
    background: #F3F3F3;
}
.drop-menu__item-links {
    margin-top: 30px;
    height: 530px;
    max-width: 300px;
}
.drop-menu__item-link {
    display: block;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
}
.drop-menu__form {
    padding: 25px;
    font-weight: 500;
}
.drop-menu__form-title {
    font-size: 27px;
    line-height: 136%;
    margin-bottom: 8px;
}
.drop-menu__form-text {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}
.drop-menu__form label {
    font-size: 13px;
    color: #000 !important;
}
.drop-menu__form-btn {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 80px;
}
.drop-menu__form-btn svg {
    margin-right: 20px;
}
.drop-menu__form fieldset {
    margin: 0;
}
.drop-menu__form-checkbox {
    margin-top: 45px;
    margin-bottom: 45px;
}
.drop-menu__sections {
    padding-bottom: 100px;
}
.drop-menu__close {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 16px;
}
.drop-menu__section-drop {
    display: none;
    width: 100%;
}
.drop-menu__close--mobile {
    display: none;
}
@media screen and (max-width: 1200px) {
    .drop-menu {
        max-width: calc(100% - 60px);
    }
    .drop-menu__form {
        display: none;
    }
    .drop-menu__item-links {
        max-width: 100%;
        height: auto;
    }
    .drop-menu__sections {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1100px) {
    .drop-menu {
        max-width: calc(100% - 40px);
    }
}
@media screen and (max-width: 900px) {
    .drop-menu__close {
        right: 0;
        top: 15px;
    }
    .drop-menu__sections {
        width: 300px;
    }
    .drop-menu__section-title {
        font-size: 18px;
    }
    .drop-menu__section-icon {
        width: 30px;
        min-width: auto;
    }
    .drop-menu__item-title {
        font-size: 20px;
    }
    .drop-menu__item-icon {
        width: 35px;
    }
    .drop-menu__sections {
        height: 100%;
    }
}
@media screen and (max-width: 800px) {
    .drop-menu__close {
        top: -10px;
    }
    .drop-menu__item-head {
        padding-bottom: 20px;
    }
    .drop-menu__item-links {
        margin-top: 20px;
    }
    .drop-menu__sections {
        padding-right: 30px;
    }
    .drop-menu__items {
        padding-left: 30px;
    }
}
@media screen and (max-width: 700px) {
    .drop-menu__close--mobile {
        display: block;
        text-align: center;
        margin-bottom: 15px;
        text-decoration: underline;
        position: relative;
    }
    .drop-menu__wrapper {
        flex-wrap: wrap;
    }
    .drop-menu__items, .drop-menu__wrapper > div:first-child {
        width: 100%;
        flex: initial;
    }
    .drop-menu__items {
        padding-left: 0;
        margin-top: 20px;
    }
    .drop-menu__sections {
        padding-right: 0;
        border-right: 0;
        width: 100%;
    }
    .drop-menu__items {
        display: none;
    }
    .drop-menu__section {
        flex-wrap: wrap;
    }
    .drop-menu__section_active .drop-menu__section-drop {
        display: block;
    }
    .drop-menu__section::before {
        top: 13px;
    }
    .drop-menu__section_active::before {
        transform: rotate(90deg);
    }
    .drop-menu {
        overflow-y: auto;
        /*height: calc(100vh - 130px);*/
    }
    .drop-menu__wrapper {
        padding-bottom: 200px;
    }
    body .mob-menu {
        top: 120px;
    }
}
@media screen and (max-width: 500px) {
    .drop-menu__section-icon {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .drop-menu__item-link {
        font-size: 14px;
    }
}
.modal__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
.modal__desc {
    font-size: 20px;
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/menu-form/bitrix/form.result.new/.default/style.css?1742373060666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/menu-form/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/menu-form/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/custom/footer-menu/templates/.default/style.css?17531868162709*/

.footer-top {
    background: #EAF7F3;
    padding-top: 60px;
    padding-bottom: 30px;
    background: #EAF5F7;
}
.footer-top__wrapper {
    display: flex;
}
.footer-top__wrapper .footer-top__wrapper > .footer-top__column:nth-child(2) {
    margin-left: 100px;
}
.footer-top__column {
    margin-left: 30px;
    margin-right: 30px;
}
.footer-top__title {
    color: #169566;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
}
.footer-top__menu {
    margin-bottom: 35px;
    max-width: 300px;
}
.footer-top__menu-item {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #31374C;
    line-height: 168%;
}
.footer-top__menu--height {
    min-height: 120px;
}
.footer-top__btn {
    text-decoration: underline;
    text-decoration-style: dotted;
}
@media screen and (max-width: 1700px) {
    .footer-top__wrapper .footer-top__wrapper > .footer-top__column:nth-child(2) {
        margin-left: 20px;
    }
    .footer-top__column {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1500px) {
    .footer-top__menu--height {
        min-height: auto;
    }
    .footer-top__btn {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1300px) {
    .footer-top__title {
        white-space: inherit;
    }
}
@media screen and (max-width: 1000px) {
    .footer-top__wrapper {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    .footer-top__column {
        width: 100%;
    }
    .footer-top__menu {
        display: none;
    }
    .footer-top__title {
        position: relative;
        cursor: pointer;
    }

    .footer-top__title::before {
        content: '';
        display: inline-block;
        position: absolute;
        right: 0;
        width: 8px;
        height: 13px;
        background-repeat: none;
        background-position: center;
        transform: rotate(90deg);
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAYAAAASVl2WAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACwSURBVHgBfZGxDcIwEEX/OSgFNDRBlDBDFoASiYINIpqIiCHIBhSIkDJLINoskIIJgBpa6GLDWcJCJPYvrG/9d7o7HfBRf7sawSIRZEnk+/ISZHHUClBdj9mQQtEGec9TVfZmIYEwIWDRnYfX17E6G4AfF+R9SRtE/z0HuziFwIa9lGIqmmNDGd/h72/1PubKlL2CWD6SvCRbeF/nhV7fFWrAFeqRFNTNFhoND/ZjvQG92ku/+Dp5iAAAAABJRU5ErkJggg==)
    }
    .footer-top__title.active::before {
        transform: rotate(-90deg);
    }
}
@media screen and (max-width: 500px) {
    .footer-top__btn {
        font-size: 16px;
    }
    .footer-top {
        padding-bottom: 65px;
    }
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/zvonok/bitrix/form.result.new/.default/style.css?1695113404666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/zvonok/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/zvonok/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/programm/bitrix/form.result.new/.default/style.css?1721262254623*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/programm/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/programm/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/zapis_priem/bitrix/form.result.new/.default/style.css?1695113404666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/zapis_priem/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/zapis_priem/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/consultation/bitrix/form.result.new/.default/style.css?1695113404666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/consultation/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/consultation/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/form/vopros/bitrix/form.result.new/.default/style.css?1695113404666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/bitrix/templates/main/components/bitrix/form/vopros/bitrix/form.result.new/.default/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/main/components/bitrix/form/vopros/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/templates/main/components/sporina/cookie.notification/.default/style.css?17788195202381*/
.sporina-cookie-notification {
    position: fixed;
    z-index: 9999;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    transition: transform 300ms ease-in-out, visibility 0s linear 300ms, opacity 0s linear 300ms;
}

.sporina-cookie-notification.visible {
    visibility: visible;
    opacity: 1;
    transition: transform 300ms ease-in-out;
}

.sporina-cookie-right {
    bottom: 20px;
    right: 20px;
    left: auto;
    max-width: 420px;
}

.sporina-cookie-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 420px;
}

.sporina-cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sporina-cookie-text {
    flex: 1;
}

.sporina-cookie-policy-link {
    color: #3498db;
    text-decoration: underline;
    margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
    text-decoration: none;
    color: #5dade2;
}

.sporina-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-direction: column;
}

.sporina-cookie-btn {
    padding: 8px 16px;
    border: none;
    
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sporina-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.sporina-cookie-accept:hover {
    background-color: #2ecc71;
    transform: translateY(-1px);
}

.sporina-cookie-decline {
    background-color: #e74c3c;
    color: #ffffff;
}

.sporina-cookie-decline:hover {
    background-color: #c0392b;
    transform: translateY(-1px);
}

.sporina-cookie-notification.sporina-cookie-hidden {
    transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
    .sporina-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sporina-cookie-buttons {
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    
    .sporina-cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

/* End */


/* Start:/bitrix/templates/main/styles.css?176364838273*/
.d-flex-align-start {
        display: flex;
    align-items: start;
}
/* End */
/* /bitrix/components/custom/service-menu/templates/.default/style.css?17614626676001 */
/* /bitrix/templates/main/components/bitrix/form/menu-form/bitrix/form.result.new/.default/style.css?1742373060666 */
/* /bitrix/components/custom/footer-menu/templates/.default/style.css?17531868162709 */
/* /bitrix/templates/main/components/bitrix/form/zvonok/bitrix/form.result.new/.default/style.css?1695113404666 */
/* /bitrix/templates/main/components/bitrix/form/programm/bitrix/form.result.new/.default/style.css?1721262254623 */
/* /bitrix/templates/main/components/bitrix/form/zapis_priem/bitrix/form.result.new/.default/style.css?1695113404666 */
/* /bitrix/templates/main/components/bitrix/form/consultation/bitrix/form.result.new/.default/style.css?1695113404666 */
/* /bitrix/templates/main/components/bitrix/form/vopros/bitrix/form.result.new/.default/style.css?1695113404666 */
/* /bitrix/templates/main/components/sporina/cookie.notification/.default/style.css?17788195202381 */
/* /bitrix/templates/main/styles.css?176364838273 */
