.no-margin-top{
    margin-top:0 !important;
}
.detail_news_nav div{
	position:fixed;
	top:47%;
	z-index:100;
}
.detail_news_nav div.detail_news_nav_prev{
	left:0px;
}
.detail_news_nav div.detail_news_nav_next{
	right:0px;
}
.detail_news_nav div a img{
	width:50px;
}
@media (max-width: 978px)  {
	.detail_news_nav{
		display:none;
	}
}

.bx-touch .group-element.Image_Wrapper img{
	height:auto !important;
	width:100% !important;
}

.comments-block textarea[name="TEXT"] {
    width: 100% !important;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
}


.content_top .breadcrumbs {
    padding: 40px 15px 0 15px;
    text-align: center;
    margin-bottom: 10px;
}

.content_top .breadcrumbs,
.content_top .breadcrumbs * {
    font-size: 14px;
    color: rgb(94, 94, 94);
}

.content_top .breadcrumbs span {
    font-weight: bold;
}

.block-slides-list{
    width:100% !important;
    position: relative;
    overflow: visible !important;
}
.block-slides-list img{
    max-width: 100%;
}
.block-slides-list-nav{
    margin-top: 15px;
}

.block-slides-list .prev,
.block-slides-list .next {
    color: rgb(94, 94, 94);
    font-size: 30px;
}

.block-slides-list .prev{
    display: block;
    position: absolute;
    top: 40%;
    right: 20px;
    z-index: 9999;
    cursor: pointer;
}

.block-slides-list .next{
    display: block;
    position: absolute;
    top: 40%;
    left: -30px;
    z-index: 9999;
    cursor: pointer;
}

.container_small {
    max-width: 910px;
    margin: 0 auto;
}

.article {
    max-width: 870px;
}
.new,
.article {

}

.new *,
.article * {
    /*color: #454545;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "GothamPro", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.new_footer {
    font-size: 14px;
    line-height: 1.3;
    color:#454545;
    margin-bottom: 20px;
}
.new_footer a, .new_footer a:hover {
    color:#454545;
}

.new a,
.article a {
    text-decoration: underline;
    color:#454545;
}

.new a:hover,
.article a:hover {
    text-decoration: none;
    color:#454545;
}

.new a:visited,
.article a:visited {
    text-decoration: none;
    color:#454545;
}

.page_title {
    font-size: 26px;
    padding: 0;
    line-height: 30px;
    margin: 0 0 35px 0;
}
.article .group-elements {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f6f6f6;
    max-width: 870px;
    overflow: hidden;
    position:relative;
}


.article_content {
    /*max-width: 850px;*/
}

.blog_detail_page .container_small {
    background-color: #fff;
    padding:20px;
}

.blog_detail_page .container_small.no-bg {
    background-color: transparent;
    padding: 20px 15px 0 15px;
    max-width: 1170px;
}

.profiSeparator{
    width: 96%;
    border-bottom: 1px dashed #ccc;
    color: #ccc;
    text-align: center;
    margin-left: -10px;
    /*margin-bottom: 10px;*/
}
.iwantprofi, .iwantprofi a{
    text-align: center;
    color: #ffb372;
    margin-left: -40px;
}
.iwantprofi a:hover{
    color: #ff0000;
}

.new_content {
    /*overflow: hidden;*/
}

.new_images_container {
    margin: 0 -510px 0 -460px;
    position: relative;
    max-width: 1840px;
    margin-bottom: 30px;
}

.new_images_container:before,
.new_images_container:after {
    content: "";
    background: #fafafa;
    display: block;
    position: absolute;
    z-index: 2;
}

.new_images_container:before {
    background: linear-gradient(to right, #fafafa 40%, transparent 400%);
    width: 460px;
    right: 50%;
    margin-right: 460px;
    top: 0;
    bottom: 0;
}

.new_images_container:after {
    width: 510px;
    background: linear-gradient(to left, #fafafa 50%, transparent 580%);
    left: 50%;
    margin-left: 410px;
    top: 0;
    bottom: 0;
}

.new_images {
    /*max-width: 1840px;*/
    margin: 0 auto;
}

.new_images.owl-carousel .owl-wrapper-outer {
    margin: 0;
}

.new_images_item {
    /*margin-right: 60px;*/
    width: 410px;
    height: 280px;
}


.new_images .new_images_item img {
    display: block;
    width: 100%;
    height: auto;
}

.new_images.owl-theme .owl-controls {
    margin: 0 auto;
    padding: 0;
    width: 870px;
    position: relative;
}



.new_images.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 0;
    padding: 0;
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -190px;
    width: 54px;
    height: 105px;
    z-index: 5;
    background-image: url(images/fp_slider_arrows.png);
    background-repeat: no-repeat;
    white-space: nowrap;
    text-indent: 1000%;
}

.new_images .owl-prev {
    left: -160px;
    transform: none;
    border-top: 0;
    border-left: 0;
    background-position: 0 0;
}

.new_images .owl-next {
    right: -110px;
    transform: none;
    border-bottom: 0;
    border-right: 0;
    background-position: -54px 0;
}


.new .new_desc,
.article .new_desc {
    margin-bottom: 16px;
}

.new .new_desc>p,
.article .new_desc>p {
    margin: 0 0 1em 0;
}

.new .new_desc>p:last-child,
.article .new_desc>p:last-child {
    margin: 0;
}

.new_footer_top {
    margin-bottom: 16px;
}



.new_footer_top .new_source a {
    text-decoration: underline;
}

.new_footer_top .new_source a:hover {
    text-decoration: none;
}

.new_footer_middle {
    margin-bottom: 15px;
}

.new_footer_middle .new_date,
.new_footer_middle .new_cat,
.new_footer_middle .new_tags {
    display: block;
}


.new_footer_middle .new_date {
    display: block;
}

.new_footer_middle .new_cat {
    display: block;
    width: 50%;
    float: right;
    text-align: right;
}

.new_footer_middle .new_tags {
    display: block;
}




.new_footer_bottom {
    border: 1px solid #e1e1e1;
    padding: 10px 20px 8px 20px;
}

.new_meta .meta_info,
.new_meta .meta_actions {
    width: 240px;
}

.new_meta .meta_info {
    width: 240px;
    float: left;
}

.new_meta .meta_actions {
    width: 240px;
    float: right;
}

.new_meta .meta_info {
    position: relative;
    margin-top: 6px;
}

.new_meta .meta_info_item {
    display: inline-block;
    vertical-align: top;
    height: 14px;
    line-height: 14px;
    margin-right: 8px;
    color: #999999;
}

.new_meta .meta_info_item:last-child {
    margin-right: 0;
}

.new_meta .meta_info_item.mii_watch {
    text-align: left;
}

.new_meta .meta_info_item span {
    display: inline-block;
    vertical-align: top;
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    opacity: .7;
}

.new_meta .meta_info_item.mii_watch span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: -40px -5px;
}

.new_meta .meta_info_item.mii_msg {
    text-align: center;
}

.new_meta .meta_info_item.mii_msg span {
    width: 14px;
    height: 10px;
    margin-top: 2px;
    background-position: 2px -4px;
}

.new_meta .meta_info_item.mii_likes {
    text-align: right;
}

.new_meta .meta_info_item.mii_likes span {
    width: 15px;
    height: 14px;
    margin-top: -2px;
    background-position: -12px -0;
}






.new_meta .meta_share {
    margin: 0 200px;
    text-align: center;
}

.new_meta .meta_actions {
    text-align: right;
}

.meta_actions .meta_actions_item {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.meta_actions .meta_actions_item:last-child {
    margin-right: 0;
}

.meta_actions .meta_actions_item.msg_btn {
    margin-bottom: 0;
}

.meta_actions .meta_actions_item.like_btn span {
    margin: 2px 0 0 0;
}

.meta_actions .meta_actions_item.msg_btn span {
    margin: 3px 0 0 0;
}

.meta_actions .meta_actions_item.i_btn span {
    background: url(images/attent.png) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    opacity: .6;
    transition: opacity .24s;
}

.meta_actions .meta_actions_item.i_btn:hover span {
    opacity: 1;
}

.new_b_block {
    padding: 0;
    padding-bottom: 0px;
    text-align: center;
}

.b_block_cont.ad_bg {
    padding: 25px;
    background: url(images/ad_bd.png) repeat;
}

.b_block_cont.ad_bg img {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.related_news,
.related_articles {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
}

.related_news .item_list_block,
.related_articles .item_list_block {
    padding: 0;
}

.related_news .item_list,
.related_articles .item_list {
    padding-top: 0;
    overflow: hidden;
}

.related_news .item_list .col-1-3,
.related_articles .item_list .col-1-3 {
    padding: 0 0 40px 30px;
}

.related_news .item_list .col-1-3>a,
.related_news .item_list .col-1-3 img,
.related_articles .item_list .col-1-3>a,
.related_articles .item_list .col-1-3 img {
    display: block;
}

.related_news .item_list .text,
.related_articles .item_list .text {
    height: 100px;
    padding: 7px 10px 0 10px;
}

.related_news .item_list .text,
.related_articles .item_list .text {
    color: #5e5e5e;
}

.related_news .item_list .text .desc,
.related_news .item_list .text .desc,
.related_articles .item_list .text .desc,
.related_articles .item_list .text .desc {
    font-size: 14px;
    font-weight: normal;
    /* padding-top: 10px; */
}

.related_news .item_list .text .desc,
.related_articles .item_list .text .desc {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.related_news .item_list .text .desc:after,
.related_articles .item_list .text .desc:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, #fafafa, transparent 100%);
}





.new_images_container.only_one {
    margin: 0 0 18px 0;
    overflow: hidden;
}

.new_images_container.only_one .new_images {
    width: 100%;
    max-width: none;
}

.new_images_container.only_one .new_images_item {
    padding-right: 0;
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
}

.new_images_container.only_one .new_images_item img {
    width: 100%;
    height: auto;
}

.new_images_container.only_one:before,
.new_images_container.only_one:after {
    content: normal;
    display: none;
}

.new_images_container.only_two {
    margin: 0 -50px 18px 0;
    overflow: hidden;
}

.new_images_container.only_two .new_images_item {
    padding-right: 0;
    /*float: left;*/
    margin-right: 50px;
}

.new_images_container.only_two:before,
.new_images_container.only_two:after {
    content: normal;
    display: none;
}


.article_content {
    overflow: hidden;
    color:#454545;
}

.article_element .article_foto,
.article_element .article_desc {
    overflow: hidden;
    /*adding-top:10px;*/
    float: left;

}


.article_element {
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}

.article_element .article_desc a {
    color:#454545;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}
.article_element .article_desc  a:hover {
    color:#ff0000;
}

.article_element .article_foto a,
.article_element .article_foto img,
.article_element .article_big_foto img {
    width: 100%;
    height: auto;
    display: block;
    cursor:default;
}

.article_element .article_foto a {
    position: relative;
}

.article_element.has_foto.has_video a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 5;
    background: url(images/play_icon.png) no-repeat center center;
}

.article_element,
.article_element.has_foto,
.article_element.has_foto.has_desc .article_foto,
.article_element.has_foto.has_desc .article_desc {
    width: 50%;
}

.article_element.has_big_foto.has_desc,
.article_element.has_foto.has_desc,
.article_element.has_big_foto,
.article_element.has_desc,
.article_element.has_big_foto .article_foto,
.article_element.has_big_foto.has_desc .article_foto,
.article_element.has_big_foto.has_desc .article_desc {
    width: 100%;
}

.article_element.has_big_foto.has_desc .article_foto,
.article_element.has_big_foto.has_desc .article_desc
.article_element.has_foto.has_desc .article_foto,
.article_element.has_foto.has_desc .article_desc {
    float: left;
    overflow: hidden;
}



.article_content {
    margin-right: -50px;
}

.article_element.has_foto.has_desc {
    padding-right: 0;
}

.article_element,
.article_element.has_foto.has_desc .article_foto,
.article_element.has_foto.has_desc .article_desc {
    padding-right: 50px;
}

.article_element p {
    margin-top: 0;
    margin-bottom: 0em;
}

.article_element .article_foto {
    padding-right: 25px;
}
.article_element.has_foto.has_desc .article_foto {
    padding-right: 50px;
}
.article_element.has_big_foto .article_foto {
    margin-bottom: 25px;
}
.article_element.has_big_foto .article_foto {
    padding-right: 0px;
}



a.control-favorite {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/star.png) no-repeat;
    margin: 0px 15px 0 0;
    background-size: 20px 20px;
    opacity: .6;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
a.control-favorite:hover {
    opacity: 1;
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/star-active.png) no-repeat;
    background-size: 20px 20px;

    -webkit-transform: rotate(358deg) scale(1.2);
    transform: rotate(358deg) scale(1.2);
}
a.control-favorite.control-selected {
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/star-active.png) no-repeat;
    background-size: 20px 20px;
}
a.control-favorite.control-selected:hover {
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/star.png) no-repeat;
    background-size: 20px 20px;

    -webkit-transform: rotate(-358deg) scale(1.2);
    transform: rotate(-358deg) scale(1.2);
}

.article_element_gallery {
    width: 100%;
    margin-top: 4px;
    margin-bottom: 28px;
}

.ap-article-gallery {
    width: 100%;
    position: relative;
}

.ap-article-gallery .slick-dots {
    list-style: none;
    margin: 24px 0 0;
    text-align: center;
    padding: 0;
    height: 20px;
}

.ap-article-gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.ap-article-gallery .slick-dots li button {
    display: block;
    border: 0;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    width: 20px;
    height: 20px;
    color: transparent;
    position: relative;
    background-color: transparent;
}

.ap-article-gallery .slick-dots li button:after {
    content: '';
    display: block;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ap-article-gallery .slick-dots li.slick-active button:after {
    background-color: #ff0000;
}

.ap-article-gallery__arrow {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    outline: 0;
    cursor: pointer;
    bottom: 20px;
    background: #000000;
    top: 50%;
    border: 0;
    z-index: 3;
    opacity: 0;
}

.bx-touch .ap-article-gallery__arrow {
    opacity: 1;
}

.ap-article-gallery__arrow svg {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    fill: #ffffff;
}

.ap-article-gallery__prev {
    right: auto;
    left: 20px;
}


.ap-article-gallery__next {
    right: 20px;
    left: auto;
}

.ap-article-gallery__prev svg {
     -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ap-article-gallery__next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}




.ap-article-gallery__main {
    height: 580px;
}

.ap-article-gallery__main:hover .ap-article-gallery__arrow {
    opacity: 1;
}

.ap-article-gallery__main-item {
    outline: 0;
    position: relative;
    height: 580px !important;
    border: 2px solid #eaeaea;
}

.ap-article-gallery__main a {
    display: block;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.ap-article-gallery__main img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.ap-article-gallery__thumbs {
    margin: 24px -12px 0;
}

.ap-article-gallery__thumb {
    padding: 0 12px;
    height: 154px !important;
    position: relative;
    outline: 0;
}

.ap-article-gallery__thumb-inner {
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 2px solid #eaeaea;
    transition: border-color .24s;
}

.ap-article-gallery__thumb.slick-current .ap-article-gallery__thumb-inner  {
    border-color: #101010;
}

.ap-article-gallery__thumb a {
    display: block;
    height: 100%;
    overflow: hidden;
}

.ap-article-gallery__thumb img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 991px) {
    .article .group-element img {
        cursor: pointer;
    }
}

@media (max-width: 991px) {

    .ap-article-gallery__main,
    .ap-article-gallery__main-item {
        height: 60vw !important;
    }
    .ap-article-gallery__thumb {
        height: 15vw !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {

    .article_content {
        margin-right: -25px;
    }

    .article_element,
    .article_element.has_foto.has_desc .article_foto,
    .article_element.has_foto.has_desc .article_desc {
        padding-right: 25px;
    }

}

@media (max-width: 767px) {
    .ap-article-gallery__thumb {
        height: 20vw !important;
    }
}

@media (max-width: 599px) {

    .article_content {
        margin-right: 0;
    }

    .article_element,
    .article_element.has_foto.has_desc .article_foto,
    .article_element.has_foto.has_desc .article_desc {
        padding-right: 0;
    }

    .article_element,
    .article_element.has_foto,
    .article_element.has_foto.has_desc .article_foto,
    .article_element.has_foto.has_desc .article_desc {
        width: 100%;
    }

    .article_element {
        float: none !important;
        overflow: hidden;
    }

    .article_element img {
        width: 100% !important;
        height: auto !important;
    }

    .article_element .article_foto,
    .article_element .article_desc {
        overflow: hidden;
        float: none;
    }
}

@media (max-width: 575px) {
    .ap-article-gallery__thumb {
        height: 28vw !important;
    }
}

@media (max-width: 479px) {

    .ap-article-gallery__main {
        height: auto !important;
    }

    .ap-article-gallery__thumbs {
        display: none !important;
    }

    .ap-article-gallery__arrow {
        display: none !important;
    }
    .ap-article-gallery .slick-dots {
        margin: 14px 0 0;
    }
}




@media (max-width: 767px) {

    .content_bottom {
        padding-top: 15px;
        border: 1px solid #e5e5e5;
    }

    .b_block_cont.ad_bg {
        padding: 25px 15px;
    }

    .container_small {
        padding-left: 15px;
        padding-right: 15px;
    }

    .new_footer_middle .new_date,
    .new_footer_middle .new_cat {
        margin-bottom: 8px;
    }

    .related_news,
    .related_articles {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page_title {
        margin: 12px 0 14px 0;
    }

    .new_images_container {
        margin: 0 0 18px 0;
    }

    .related_news .item_list .text .desc:after,
    .related_articles .item_list .text .desc:after {
        background: linear-gradient(to top, #fff, transparent 100%);
    }

    .related_news .item_list .col-1-3,
    .related_articles .item_list .col-1-3 {
        padding-bottom: 20px;
    }

    .new_images.owl-theme .owl-controls {
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
    }

    .new_images.owl-theme .owl-controls .owl-buttons {
        position: relative;
        height: 0;
        margin-top: -34px;
    }

    .new_images.owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        margin: 0;
        padding: 0;
        font-size: 12px;
        opacity: 1;
        position: absolute;
        top: 50%;
        width: 35px;
        height: 68px;
        background-image: url(images/fp_slider_arrows_mini.png);
        background-repeat: no-repeat;
        background-size: 70px 68px;
        white-space: nowrap;
        text-indent: 1000%;
    }

    .new_images .owl-prev {
        left: 10px;
        background-position: 0 0;
    }

    .new_images .owl-next {
        right: 10px;
        background-position: -35px 0;
    }

    .new_footer_bottom {
        border: 0;
        padding: 10px 0;
    }

    .new_meta .meta_info {
        position: relative;
        margin-top: 0;
        margin-bottom: 25px;
        text-align: center;
        float: none;
        width: auto;
        padding: 14px 0;
        overflow: hidden;
    }

    .new_meta .meta_actions {
        width: auto;
        float: none;
        margin-bottom: 25px;
        text-align: center;
    }

    .new_meta .meta_share {
        margin: 0;
        text-align: center;
    }

    .new_meta .meta_info:before,
    .new_meta .meta_info:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background: url(images/services_border.png) repeat-x left top;
    }

    .new_meta .meta_info:before {
        top: 0;
    }

    .new_meta .meta_info:after {
        bottom: 0;
    }

    .new_meta .meta_info_item {
        margin: 0;
        width: 33%;
        float: left;
    }

    .related_news .item_list .text .desc,
    .related_news .item_list .text .desc *,
    .related_articles .item_list .text .desc,
    .related_articles .item_list .text .desc * {
        font-size: 13px;
        line-height: 1.3;
    }

    .new_images_item {
        width: 100%;
        height: auto;
    }

    .related_news .item_list .text,
    .related_articles .item_list .text {
        height: auto;
    }

    .related_news .item_list .text .desc,
    .related_articles .item_list .text .desc {
        height: 100%;
        max-height: 100px;
        overflow: hidden;
        position: relative;
    }

    .related_news .item_list .col-1-3,
    .related_articles .item_list .col-1-3 {
        width: 100%;
    }

}

@media (min-width: 768px) and (max-width: 1200px) {

    .new_images_container {
        margin: 0 0 18px 0;
    }

    .new_images.owl-theme .owl-controls {
        margin: 0 auto;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
    }

    .new_images.owl-theme .owl-controls .owl-buttons {
        position: relative;
        height: 0;
        margin-top: -34px;
    }

    .new_images.owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        margin: 0;
        padding: 0;
        font-size: 12px;
        opacity: 1;
        position: absolute;
        top: 50%;
        width: 35px;
        height: 68px;
        background-image: url(images/fp_slider_arrows_mini.png);
        background-repeat: no-repeat;
        background-size: 70px 68px;
        white-space: nowrap;
        text-indent: 1000%;
    }

    .new_images .owl-prev {
        left: 10px;
        background-position: 0 0;
    }

    .new_images .owl-next {
        right: 10px;
        background-position: -35px 0;
    }

    .new_images_item {
        width: 100%;
        height: auto;
    }

    .new_images_container:before,
    .new_images_container:after {
        content: "";
        display: none;
    }

    .related_news .item_list .col-1-3,
    .related_articles .item_list .col-1-3 {
        width: 33.33333333% !important;
    }

    .content_bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .related_news .custom_container,
    .related_articles .custom_container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 600px) and (max-width: 1200px) {

    .new_images_container {
        margin: 0 -25px 18px 0;
    }

    .new_images .owl-next {
        right: 35px;
    }

    .new_images_item {
        padding-right: 25px;
    }

    .new_images_container.only_two {
        margin: 0 -25px 18px 0;
        overflow: hidden;
    }

    .new_images_container.only_two .new_images_item {
        padding-right: 25px;
        /*float: left;*/
        margin-right: 0;
    }

    .new_images_container.only_two:before,
    .new_images_container.only_two:after {
        content: normal;
        display: none;
    }

}

@media (max-width: 599px) {

    .new_images_container.only_two {
        margin: 0 0 18px 0;
        overflow: hidden;
    }

    .new_images_container.only_two .new_images_item {
        padding-right: 0;
        /*float: left;*/
        margin-right: 0;
    }

    .new_images_container.only_two:before,
    .new_images_container.only_two:after {
        content: normal;
        display: none;
    }

}


.msg_btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

.msg_btn span {
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(images/icons.png) no-repeat 0 -14px;
    margin: 6px;
}

.meta_share {
    height: 27px;
    padding-top: 1px;
}

.like_btn {
    display: inline-block;
    vertical-align: top;
}

.like_btn span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(images/like_btn.png) no-repeat 0 0;
}

.meta_actions .meta_actions_item.like_btn span {
    margin: 2px 0 0 0;
}

.bx-touch .Image_Wrapper {
    text-align: center;
    margin-bottom:15px;
}

.meta_actions .meta_actions_item.edit_btn {
    margin-bottom: 0;
}
.meta_actions .meta_actions_item.edit_btn span {
    margin: 3px 0 0 0;
}

.news-item-edit {
    width: 19px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/edit.png) no-repeat;
    margin: 3px 25px 0 0;
    background-size: 16px 16px;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.news-item-edit:hover {
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/edit-active.png) no-repeat;
    background-size: 16px 16px;
}

.news-item-delete {
    width: 19px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/delete.png) no-repeat;
    margin: 2px 10px 0 0;
    background-size: 18px 18px;

    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.news-item-delete:hover {
    background: url(/bitrix/templates/archiprofi_v2015/images/icons/delete-active.png) no-repeat;
    background-size: 18px 18px;
}


.new_footer_top .new_source {
    width:50%;
    float:left;
}
.new_footer_top .new_date {
    width:50%;
    float:left;
    text-align: right;
}

.block-slides-list-nav .slick-slide{
    padding: 0 10px;
}



@media (max-width: 599px) {
    .new_footer_top .new_source {
        width:100%;
        float:none;
    }
    .new_footer_top .new_date {
        width:100%;
        float:none;
        text-align: left;
        margin-top:10px;
    }
    .new_footer_middle .new_cat {
        width:100%;
        float:none;
        text-align: left;
    }
}