<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/.default/components/bitrix/map.yandex.system/.default/style.css?1694827343698*/
div.bx-yandex-map {
    color: black;
    font-size: 11px;
}

div.bx-yandex-map div.YMaps-b-balloon-content {
    color: black;
    font-size: 11px;
}

div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
    padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea {
    font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
    background-image: none !important;
}

/* End */


/* Start:/local/templates/proopt_copy/components/bitrix/news.detail/gopro/style.css?16989181587664*/
.iblockdetail {
    line-height: 18px;
}

.iblockdetail .pic {
    min-width: 180px;
    overflow: hidden;
}

.iblockdetail .pic img {
    width: 100%;
}

.iblockdetail .text2 {
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
}

.iblockdetail .bot {
    padding-bottom: 20px;
}

.iblockdetail .bot .back {
    float: left;
}

.iblockdetail .bot .date {
    color: #8b8b8b;
    font-size: 14px;
}

.iblockdetail table {
    width: 100%;
    margin: 20px 0;
}

.iblockdetail table tr {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.iblockdetail table td, .iblockdetail table th {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 15px;
}

.iblockdetail table th {
    background: #f8f8f8;
}

.iblockdetail li {
    list-style-type: disc;
    padding-bottom: 7px;
}

.iblockdetail ul {
    margin: 20px 0px 20px 20px;
}

.iblockdetail .text2 a {
    color: #0078d7;
    text-decoration: underline;
}

.iblockdetail .text2 a:hover {
    text-decoration: none;
}

.related_news {
    padding-top: 50px;
}

.related_news .block_title {
    font-size: 21px;
    text-transform: uppercase;
    font-family: latoheavy;
    padding-bottom: 32px;
}

.iblockdetail.action .pic {
    width: auto;
    min-width: 180px;
    max-height: 400px;
    float: none;
    padding: 0px;
    margin-top: 30px;
    overflow: hidden;
}

.iblockdetail.action .text2 {
    position: relative;
    padding-top: 30px;
}

.iblockdetail.action .text2 .text_action h1.pagetitle {
    padding-top: 0;
}

.iblockdetail.action .block_right {
    height: auto;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}

.iblockdetail.action .block_right .right__item {
    padding: 15px 20px;
    border-bottom: 1px solid #eeeeee;
}

.iblockdetail.action .block_right .right__item:last-child {
    border-bottom: 0;
}

.iblockdetail.action .block_right .right__header {
    font-size: 16px;
    font-family: latoheavy;
    padding-bottom: 10px;
}

.iblockdetail.action .block_right .right__text {
    color: #8b8b8b;
}

.iblockdetail.action .action_icons {
    padding-bottom: 10px;
}

.iblockdetail.action .action_icon .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #0078d7;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #eaeaea;
    float: left;
    margin-top: 4px;
}

.iblockdetail.action .action_icon .icon_text {
    margin-left: 55px;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center
}

.social-buttons {
    float: none !important;
}

#CDT {
    font-size: 21px;
    color: #fff;
    font-family: latobold;
    text-align: center;
}

#CDT .number-wrapper {
    margin: 5px;
    position: relative;
    display: inline-block;
}

#CDT .number-wrapper::after {
    content: ':';
    position: absolute;
    top: 15px;
    right: -6px;
    color: #8b8b8b;
    font-family: LatoRegular;
    font-size: 12px;
}

#CDT .number-wrapper:last-child::after {
    content: '';
}

#CDT .number {
    display: inline-block;
    background: #0078d7;
    border-radius: 2px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.caption {
    display: block;
    font-family: LatoRegular;
    font-size: 12px;
    text-align: center;
    width: 100%;
    color: #8b8b8b;
    padding-top: 5px;
}

.flex-social-links {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.image-telegram {
    filter: invert(44%) sepia(87%) saturate(4443%) hue-rotate(188deg) brightness(89%) contrast(101%);
}

@media screen and (max-width: 1024px) {
    body.adaptive .iblockdetail table td, body.adaptive .iblockdetail table th {
        padding: 0px;
    }

    body.adaptive .iblockdetail,
    body.adaptive .related_news .block_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.adaptive .iblockdetail h1.pagetitle {
        padding-left: 0 !important;
    }
}

@media screen and (max-width: 1024px) and (min-width: 890px) {
    body.adaptive .pcontent_rt {
        width: 65% !important;
    }
}

@media screen and (max-width: 890px) {
    body.adaptive .pcontent_rt .table {
        display: none;
    }

    body.adaptive .iblockdetail.action .social-buttons {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 480px) {
    body.adaptive .iblockdetail .pic {
        width: 100%;
        text-align: center;
        float: none;
    }

    body.adaptive .iblockdetail .bot {
        padding-top: 10px;
    }
}

.iblocklist {
    line-height: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.iblocklist .item {
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.iblocklist .item .news__block {
    border: 1px solid #eaeaea;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: box-shadow .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease;
    will-change: transform, box-shadow;
}

.iblocklist .item .news__block:hover {
    border-color: #fff;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    box-shadow: 0 6px 8px 0 rgb(17 17 19 / 10%);
}

/*.iblocklist .item .pic,
.iblocklist .item .info{
	float:left;
}*/
.iblocklist .item .pic {
    width: 100%;
    min-width: 200px;
    height: 200px;
    overflow: hidden;
    /*margin: 20px;*/
}

.iblocklist .item .pic .no__pic {
    height: 100%;
    background-color: #f5f5f5;
}

.iblocklist .item .pic img {
    width: 100%;
    /*margin: 20px;*/
}

.iblocklist .item .info {
    width: 100%;
    padding: 20px;
}

.iblocklist .item.noimage .info {
    width: 100%;
}

.iblocklist .item .name {
    padding: 10px 0px;
}

.iblocklist .item .text {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1.4;
}

.iblocklist .item .more {
    margin-top: 20px;
    text-align: right;
}

.iblocklist .item .more a .icon {
    width: 7px;
    height: 14px;
    margin-left: 5px;
    margin-bottom: 3px;
    background-position: 0px -545px;
}

.iblocklist .item .more a:hover .icon {
    background-position: -21px -545px;
}

.iblocklist .date {
    color: #8b8b8b;

}

.iblocklist .item .name a {
    font-size: 21px;
    font-family: latoSemibold;
    line-height: 1.4;
    color: #000000;

}

.news-subsections {
    padding-bottom: 20px;
}

.subsections__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subsections__list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.subsections__list li a {
    display: block;
    border: 1px solid #dbe4eb;
    border-radius: 2px;
    padding: 0 10px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    transition: background .3s, border .3s, color .3s;
}

.subsections__list li a:hover,
.subsections__list li.active a {
    border: 1px solid #0078d7;
    background-color: #0078d7;
    color: #fff;
}

.pagetitle {
    border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
    body.adaptive .iblocklist {
        margin: 0;
        padding: 0 10px;
    }

    .news-subsections {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    body.adaptive .iblocklist .item {
        width: 50%;
    }

}

@media screen and (max-width: 480px) {
    body.adaptive .iblocklist .item {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/proopt_copy/components/logictim/bonus.socials/.default/style.css?1694827347598*/
/*logictim social*/
.social-buttons {
    float: left;
}

.button {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 2px;
    vertical-align: middle;
    background: #969696;
    cursor: pointer;
    overflow: hidden;
}

.button.facebook {
    background: #486194 url("/local/templates/proopt_copy/components/logictim/bonus.socials/.default/images/facebook.png");
}

.button.odnoklassniki {
    background: #ff9c43 url("/local/templates/proopt_copy/components/logictim/bonus.socials/.default/images/odnoklassniki.png");
}

.button.vk {
    background: #6896c7 url("/local/templates/proopt_copy/components/logictim/bonus.socials/.default/images/vk.png");
}

.button.success {
    background-color: #4fc761;
}

.button:not(.active) {
    cursor: not-allowed;
    background-color: #969696;
}
/* End */


/* Start:/local/templates/proopt_copy/components/bitrix/news.list/related/style.css?16948273453148*/
.iblocklist {
    line-height: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.iblocklist .item {
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.iblocklist .item .news__block {
    border: 1px solid #eaeaea;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: box-shadow .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, box-shadow .5s ease;
    transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease;
    will-change: transform, box-shadow;
}

.iblocklist .item .news__block:hover {
    border-color: #fff;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
    box-shadow: 0 6px 8px 0 rgb(17 17 19 / 10%);
}

/*.iblocklist .item .pic,
.iblocklist .item .info{
	float:left;
}*/
.iblocklist .item .pic {
    width: 100%;
    min-width: 200px;
    height: 200px;
    overflow: hidden;
    /*margin: 20px;*/
}

.iblocklist .item .pic .no__pic {
    height: 100%;
    background-color: #f5f5f5;
}

.iblocklist .item .pic img {
    width: 100%;
    /*margin: 20px;*/
}

.iblocklist .item .info {
    width: 100%;
    padding: 20px;
}

.iblocklist .item.noimage .info {
    width: 100%;
}

.iblocklist .item .name {
    padding: 10px 0px;
}

.iblocklist .item .text {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 1.4;
}

.iblocklist .item .more {
    margin-top: 20px;
    text-align: right;
}

.iblocklist .item .more a .icon {
    width: 7px;
    height: 14px;
    margin-left: 5px;
    margin-bottom: 3px;
    background-position: 0px -545px;
}

.iblocklist .item .more a:hover .icon {
    background-position: -21px -545px;
}

.iblocklist .date {
    color: #8b8b8b;

}

.iblocklist .item .name a {
    font-size: 21px;
    font-family: latoSemibold;
    line-height: 1.4;
    color: #000000;

}

.news-subsections {
    padding-bottom: 20px;
}

.subsections__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.subsections__list li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.subsections__list li a {
    display: block;
    border: 1px solid #dbe4eb;
    border-radius: 2px;
    padding: 0 10px;
    text-decoration: none;
    height: 32px;
    line-height: 32px;
    transition: background .3s, border .3s, color .3s;
}

.subsections__list li a:hover,
.subsections__list li.active a {
    border: 1px solid #0078d7;
    background-color: #0078d7;
    color: #fff;
}

.pagetitle {
    border-bottom: none !important;
}

@media screen and (max-width: 1024px) {
    body.adaptive .iblocklist {
        margin: 0;
        padding: 0 10px;
    }

    .news-subsections {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {

    body.adaptive .iblocklist .item {
        width: 50%;
    }

}

@media screen and (max-width: 480px) {
    body.adaptive .iblocklist .item {
        width: 100%;
    }
}

/* End */
/* /local/templates/.default/components/bitrix/map.yandex.system/.default/style.css?1694827343698 */
/* /local/templates/proopt_copy/components/bitrix/news.detail/gopro/style.css?16989181587664 */
/* /local/templates/proopt_copy/components/logictim/bonus.socials/.default/style.css?1694827347598 */
/* /local/templates/proopt_copy/components/bitrix/news.list/related/style.css?16948273453148 */
</pre></body></html>