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

/* Start:/local/templates/proopt_copy/components/bitrix/news.detail/gopro_action/style.css?17507815034433*/
.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;
    position: relative;
}

.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;
}

.fa-shopping-carts:before {
    content: "\f07a";
}

.fa-homes:before {
    content: "\f015";
}

@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;
    }
}
/* End */


/* Start:/local/templates/proopt_copy/css/bootstrap-row.css?17272722664667*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container:before,
.container:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container:after,
.row:after {
    clear: both;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.custom-col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.custom-col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.custom-col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.custom-col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.custom-col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.custom-col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1,
    .custom-col-md-1,
    .col-md-2,
    .custom-col-md-2,
    .col-md-3,
    .custom-col-md-3,
    .col-md-4,
    .custom-col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .custom-col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .custom-col-md-12 {
        float: left;
    }

    .col-md-12,
    .custom-col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8,
    .custom-col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4,
    .custom-col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3,
    .custom-col-md-3 {
        width: 25%;
    }

    .col-md-2,
    .custom-col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1,
    .custom-col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
/* 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/proopt_copy/components/bitrix/news.detail/gopro_action/style.css?17507815034433 */
/* /local/templates/proopt_copy/css/bootstrap-row.css?17272722664667 */
/* /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>