

/* Start:/local/templates/polair/components/bitrix/news/news/style.css?17645921208771*/
.inside_first_screen._news {
    background: url("/local/templates/polair/components/bitrix/news/news/images/aboutcompany2.jpg");
    background-size: cover;
    background-position: 50% 50%;
}

.new_body {
    margin-top: 75px;
    margin-bottom: 72px;
}

.new_body .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
}

.new_body .wrapper .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1000px;
    flex: 0 1 1000px;
    margin-right: 24px;
}

.new_body .wrapper .left_part .search_row {
    margin-bottom: 56px;
}

@media screen and (max-width: 500px) {
    .new_body .wrapper .left_part .search_row .input input {
        font-size: 18px;
        padding: 16px 16px 16px 8px;
    }
}

@media screen and (max-width: 500px) {
    .new_body .wrapper .left_part .search_row .cross {
        right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .new_body .wrapper .left_part .search_row .submit {
        width: 62px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
    }
}

.new_body .wrapper .left_part .new_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 48px;
}

.new_body .wrapper .left_part .new_item .img {
    margin-right: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 449px;
    flex: 0 1 449px;
    position: relative;
    padding-top: 180px;
}

.new_body .wrapper .left_part .new_item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 600px) {
    .new_body .wrapper .left_part .new_item .img {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.new_body .wrapper .left_part .new_item .content_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 570px;
    flex: 0 1 570px;
}

.new_body .wrapper .left_part .new_item .content_part .date {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #808080;
}

.new_body .wrapper .left_part .new_item .content_part .title {
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
}

.new_body .wrapper .left_part .new_item .content_part .preview {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
}

@media screen and (max-width: 600px) {
    .new_body .wrapper .left_part .new_item {
        margin-bottom: 24px;
        display: block;
    }
}

.new_body .wrapper .left_part .pagination_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px;
}

.new_body .wrapper .left_part .pagination_cont .pag_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48px;
    flex: 0 1 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    color: #808080;
}

.new_body .wrapper .left_part .pagination_cont .pag_item._active {
    background: #006fb6;
    border-radius: 60px;
    color: #fff;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list {
    margin-left: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85px;
    flex: 0 1 85px;
    position: relative;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list ._drop_down_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list ._drop_down_title .text {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #006fb6;
    padding: 0 5px 0px;
    border-bottom: 1px solid #808080;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list .drop_down_body {
    position: absolute;
    top: calc(100% + 1px);
    display: none;
}

.new_body .wrapper .left_part .pagination_cont .drop_down_list .drop_down_body ._drop_item {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #006fb6;
    padding: 4px;
}

@media screen and (max-width: 900px) {
    .new_body .wrapper .left_part {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: 0;
    }
}

.new_body .wrapper .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 2 331px;
    flex: 0 2 331px;
}

.new_body .wrapper .right_part .archive_title {
    padding-bottom: 9px;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #808080;
    border-bottom: 2px solid #cfd6e5;
    margin-bottom: 6px;
}

.new_body .wrapper .right_part .archive_cont a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #006fb6;
    margin: 6px 0;
}

@media screen and (max-width: 900px) {
    .new_body .wrapper .right_part {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        display: none;
    }
}

.new_body .wrapper .sexteen_dots {
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
    opacity: 0.4;
}

.new_body .wrapper .nine_dots {
    position: absolute;
    top: 6%;
    left: 100%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.new_body .wrapper .sexteen_blue_dots {
    position: absolute;
    bottom: 6%;
    left: 100%;
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

@media screen and (max-width: 900px) {
    .new_body .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 600px) {
    .new_body {
        margin: 30px 0;
    }
}


.search_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.search_row .input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.search_row .input input {
    width: 100%;
    background: #ffffff;
    border: 2px solid #bad6e8;
    padding: 17px 17px 17px 41px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #004e7f;
}

.search_row .input .cross {
    position: absolute;
    top: 50%;
    right: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search_row .submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95px;
    flex: 0 0 95px;
    width: 95px;
    background: #006fb6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.search_row._hidden {
    position: fixed;
    top: 20px;
    left: 50%;
    width: 100%;
    max-width: 977px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0 16px;
    z-index: 10001;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 500px) {
    .search_row._hidden .input input {
        font-size: 18px;
        padding: 16px 16px 16px 8px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .cross {
        right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .search_row._hidden .submit {
        width: 62px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
        flex: 0 0 62px;
    }
}

.search_row._hidden._active {
    opacity: 1;
    visibility: visible;
}
/* End */


/* Start:/local/templates/polair/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17645921206109*/
.news-detail h2.page_title {
    margin-bottom: 56px;
    font-weight: bold;
    text-align: left;
    margin-top: 166px;
}

.new_item_body a {
    color: #006fb6;
}

.new_item_body .wrapper .dots-2 {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-150%, 0);
}

.new_item_body .wrapper .dots-1 {
    position: absolute;
    top: 35%;
    right: 10%;

}

@media(max-width: 600px) {
    .new_item_body .wrapper .dots-2, .new_item_body .wrapper .dots-1 {
        display: none;
    }
}

.news-detail .detail-img {
    text-align: center;

}
.news-detail .detail-img img {
    margin: 0 0 3rem;
    max-width: 800px;
    width: 100%;
}

.new_item_body {

}

.new_item_body .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

@media screen and (max-width: 900px) {
    .new_item_body .wrapper {
        display: block;
    }
}

.new_item_body .left_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1043px;
    flex: 0 1 1043px;
    text-align: center;
}

.new_item_body .left_part .date {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #808080;
    margin-bottom: 22px;
    text-align: left;
}

.new_item_body .left_part .main_img {
    max-width: 805px;
    margin: 0 auto 44px;
}

.new_item_body .left_part .main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.new_item_body .left_part .new_text {
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #333333;
    text-align: left;
    margin-bottom: 60px;
}

@media screen and (max-width: 550px) {
    .new_item_body .left_part .new_text {
        font-size: 18px;
    }
}


.new_item_body .left_part .new_text img {
    max-width: 805px;
    margin: 85px auto 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 550px) {
    .new_item_body .left_part .new_text img {
        margin: 30px auto;
        padding-bottom: 0;
    }
}

.new_item_body .left_part .to_new_list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 55px;
}

.new_item_body .left_part .to_new_list .text {
    margin-right: 12px;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.03em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #006fb6;
}


.new_item_body .left_part .new_cont {
    padding-top: 55px;
    border-top: 2px dashed #bad6e8;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}

.new_item_body .left_part .new_cont .new_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 449px;
    flex: 0 1 449px;
}

.new_item_body .left_part .new_cont .new_item .img {
    position: relative;
    padding-bottom: 43%;
}

.new_item_body .left_part .new_cont .new_item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.new_item_body .left_part .new_cont .new_item .date {
    margin-top: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #808080;
    padding-left: 10%;
    text-align: left;
    margin-bottom: 6px;
}

.new_item_body .left_part .new_cont .new_item a {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #006fb6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}

.new_item_body .left_part .new_cont .new_item a .icon {
    margin-right: 8px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.new_item_body .left_part .new_cont .new_item._rev .date {
    margin-top: 28px;
    padding-left: 0%;
    padding-right: 10%;
    margin-bottom: 6px;
    text-align: right;
}

.new_item_body .left_part .new_cont .new_item._rev a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.new_item_body .left_part .new_cont .new_item._rev a .icon {
    margin-right: 0;
    margin-left: 8px;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.new_item_body .left_part .new_cont .new_item:first-child {
    margin-right: 15px;
}

@media screen and (max-width: 550px) {
    .new_item_body .left_part .new_cont .new_item:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .new_item_body .left_part .new_cont {
        display: block;
    }
}

.new_item_body .right_part {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 331px;
    flex: 0 1 331px;
    margin-left: 24px;
}

.new_item_body .right_part .actual_header {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    letter-spacing: 0.03em;
    color: #808080;
    padding-bottom: 10px;
    border-bottom: 2px dashed #cfd6e5;
}

.new_item_body .right_part .href_item {
    display: block;
    padding: 12px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #009ddf;
    border-bottom: 2px dashed #cfd6e5;
}



@media screen and (max-width: 900px) {
    .new_item_body .right_part {
        margin: 20px 0 20px;
    }
}

@media screen and (max-width: 550px) {
    .new_item_body {
        margin-top: 30px;
    }
}

/* End */


/* Start:/local/templates/polair/components/bitrix/main.share/.default/style.css?1764592120870*/
.share_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 123px;
    margin-top: 20px;
}

.share_block .share_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #808080;
    margin-bottom: 5px;
}

.share_block .share_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.share_block .share_body .share_item {
    margin: 0 2px;
}

.share_block .share_body .share_item img {
    width: 32px;
    height: auto;
}
/* End */
/* /local/templates/polair/components/bitrix/news/news/style.css?17645921208771 */
/* /local/templates/polair/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17645921206109 */
/* /local/templates/polair/components/bitrix/main.share/.default/style.css?1764592120870 */
