

/* Start:/local/templates/2018/components/bitrix/news/service-plans/style.css?17786812287515*/
@charset "UTF-8";

.site-wrapper .h1, .site-wrapper .content-style h1 {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .site-wrapper .h1, .site-wrapper .content-style h1 {
        margin-top: 100px;
    }
}

.tendention-wr {
    margin-top: 40px;
}

@media only screen and (max-width: 1023px) {
    .tendention-wr {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-wr {
        margin-top: 20px;
    }
}

.tendention-wr .h1 {
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
}

@media only screen and (max-width: 1023px) {
    .tendention-wr .h1 {
        font-size: 24px;
        line-height: 1.21;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-wr .h1 {
        font-size: 22px;
        line-height: 1.18;
    }
}

.tendention {
    margin-top: 45px;
}

@media only screen and (max-width: 767px) {
    .tendention {
        margin-top: 35px;
    }
}

.tendention .slick-dots {
    font-size: 0;
}

@media only screen and (max-width: 1023px) {
    .tendention .slick-dots {
        margin-top: 20px;
    }
}

.tendention .slick-dots li {
    padding: 0 5px;
    margin-top: 0;
}

.tendention .slick-dots li:before {
    display: none;
}

.tendention-block-wr {
    position: relative;
    min-height: 321px;
}

@media only screen and (max-width: 1279px) {
    .tendention-block-wr {
        min-height: 298px;
    }
}

@media only screen and (max-width: 1023px) {
    .tendention-block-wr {
        min-height: 304px;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-block-wr {
        min-height: 210px;
    }
}

.content-style .tendention-block {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    width: 100%;
    -webkit-transition: all .10s linear;
    transition: all .10s linear;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-style .tendention-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 4px;
    /*
       background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.7)));
       background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
       background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
   */
    background: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block {
        display: block;
        width: 100%;
        position: relative;
    }
}

.content-style .tendention-block .btn-detail {
    background: none;
}

.content-style .tendention-block__fon {
    display: none;
}

html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.24);
    left: 0;
    top: -5px;
    text-decoration: none;
}

@media only screen and (max-width: 1279px) {
    html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
        max-width: 330px;
    }
}

@media only screen and (max-width: 1023px) {
    html:not(.bx-touch) .content-style .tendention-block:hover, .bx-touch .content-style .tendention-block:active {
        position: relative;
        top: 0;
        left: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-width: 100%;
    }
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-block__fon, .bx-touch .content-style .tendention-block:active .tendention-block__fon {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    background: #ee1d23;
    opacity: 0.75;
}

html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail, .bx-touch .content-style .tendention-block:active .btn-detail {
    display: block;
    background: transparent;
    font-size: 14px;
    text-transform: none;
    min-width: 264px;
    line-height: 40px;
    border-radius: 4px;
}

html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail__text, .bx-touch .content-style .tendention-block:active .btn-detail__text {
    padding: 0 100px 0 40px;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    html:not(.bx-touch) .content-style .tendention-block:hover .btn-detail__text, .bx-touch .content-style .tendention-block:active .btn-detail__text {
        display: none;
    }
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-block__text--read, .bx-touch .content-style .tendention-block:active .tendention-block__text--read {
    color: white;
}

html:not(.bx-touch) .content-style .tendention-block:hover .tendention-info, .bx-touch .content-style .tendention-block:active .tendention-info {
    padding: 30px 40px 10px 30px;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    html:not(.bx-touch) .content-style .tendention-block:hover .tendention-info, .bx-touch .content-style .tendention-block:active .tendention-info {
        padding: 30px 40px 50px 30px;
    }
}

.content-style .tendention-block__title {
    font-size: 18px;
    line-height: 30px;
    line-height: 1.17;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block__title {
        margin-bottom: 25px;
    }
}

.content-style .tendention-block__title--nodesc {
    height: 136px;
}

.content-style .tendention-block__text {
    font-size: 14px;
    line-height: 1.57;
    color: white;
    height: 110px;
    overflow: hidden;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .content-style .tendention-block__text {
        display: none;
    }
}

.content-style .tendention-block__text--read {
    text-decoration: underline;
    line-height: 1.43;
    font-size: 14px;
    color: white;
}

html:not(.bx-touch) .content-style .tendention-block__text--read:hover, .bx-touch .content-style .tendention-block__text--read:active {
    color: black;
}

.content-style .tendention-block__text--read .icon {
    width: 12px;
    height: 12px;
    fill: white;
    padding-left: 5px;
}

.content-style .tendention-block .btn-detail {
    width: 100%;
    line-height: 70px;
    display: none;
    position: relative;
}

.content-style .tendention-block__pic {
    margin-bottom: 25px;
}

@media only screen and (max-width: 1279px) {
    .content-style .tendention-block__pic {
        margin-bottom: 15px;
    }
}

.content-style .tendention-block__pic .icon {
    width: 70px;
    height: 70px;
    fill: white;
}

@media only screen and (max-width: 1279px) {
    .content-style .tendention-block__pic .icon {
        width: 60px;
        height: 60px;
    }
}

.content-style .tendention-block__pic--small .icon {
    width: 60px;
    height: 60px;
}

.tendention-info {
    padding: 30px 40px 50px 30px;
    position: relative;
}

@media only screen and (max-width: 1279px) {
    .tendention-info {
        max-height: 298px;
    }
}

@media only screen and (max-width: 1023px) {
    .tendention-info {
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    .tendention-info {
        padding: 30px 40px 50px 30px;
        max-height: 100%;
    }
}


/* End */


/* Start:/local/templates/2018/components/bitrix/news.detail/agreements/style.css?1778681227580*/
.container.agree-container {
    padding: 40px 100px;
}

.block-advantages__title {
    line-height: 1.2;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 20px;
    width: 100%;
}

.agree-detail {
    margin-bottom: 50px;
}

.solutions-block {
    width: 100%;
    margin: 0 auto;
}

.solutions-block .form-solutions {
    width: 100%;
    display: inline-block;
}

.padded-section {
    margin-top: 60px;
}

.button-block {
    margin-top: 40px;
}
/* End */


/* Start:/local/components/iq/block.topbanner/templates/.default/style.css?17786753091052*/
@media all and (max-width: 600px){
/* .mfp-content{
transform: scale(0.7);
} */
}
.iq-topheader-block{
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    position: relative;
    min-height: 390px;
}

.iq-topheader-block:before{
    position: absolute;
    top:0;
    content:" ";
    display:block;
    bottom:0;
    left:0;
    right:0;
    background: linear-gradient( to right, rgba(0,0,0, 0.5), rgba(0,0,0, 0) );
    z-index:1;
}

.iq-topheader-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    position: relative;
    z-index: 2;
    min-height: 390px;
}

.iq-topheader-block .iq-topheader-container h1{
    font-weight:700;
    font-size: 28px;
    line-height: 32px;
    margin: 15px 0 30px !important;
}


.iq-topheader-scaler {
    max-width: 605px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (max-width: 1319.99px)
{
    .iq-topheader-container {
        padding: 0 20px;
    }
}

/* End */


/* Start:/local/templates/2018/components/iq/breadcrumbs/.default/style.css?1778681232540*/
.iq-breadcrumbs-container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #404140;
    position: relative;
    z-index: 2;
}

.iq-breadcrumbs-container ul.breadcrumbs{
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-wrap:wrap;
}

@media screen and (max-width: 1319.99px)
{
    .iq-breadcrumbs-container {
        padding: 0 20px;
    }
}

.container.container-breadcrumbs{
	margin-top:0;
	padding:0;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17786812271112*/
.container-breadcrumbs {
    padding: 0 60px;
    margin-top: 20px
}

@media only screen and (max-width: 1279px) {
    .container-breadcrumbs {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width: 1023px) {
    .container-breadcrumbs {
        margin-top: 10px;
        padding: 70px 10px 0 10px
    }
}

.breadcrumbs {
    margin: 0;
    padding: 25px 0 10px
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        padding: 5px 0 5px
    }
}

.breadcrumbs__item {
    display: inline;
    vertical-align: middle;
    font-size: 12px;
    line-height: 18px;

}

.breadcrumbs__item a {
 color: #ee1d23;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs__item {
        font-size: 12px;
        line-height: 16px
    }
}

.breadcrumbs__item:not(:first-child):before {
    content: '\003E';
    margin: 0 5px;
    font-size: 13px
}

.breadcrumbs__item:last-child:before {
    color: #6d6d6d
}

.breadcrumbs__link {
    color: #6d6d6d;
    /* text-decoration: underline */
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

/* End */


/* Start:/local/components/news-likes/liked/templates/.default/style.css?17786753083041*/

.copied-it {
    /*font-weight:bold;*/
}
#btn-liked {
    margin-bottom: 12px;
}

.btn-liked:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.evaluate-wrapper {
    margin-bottom: 30px;
}

.view-stat:hover .suggestion-view-state {
    opacity: 1;
    visibility: visible;
}
.btn-checked-cmp path {
    stroke: white;
}

.btn-checked-cmp:hover {
    background-color: #707070 !important;
}

.btn-checked-cmp {
    background-color: #424242 !important;
    color:white !important;
}
.title-catalog-item-ch-cmp {
    margin-right: 4px;
}
.suggestion-view-state {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    position: absolute;
    background: #424242;
    border: 1px solid #424242;
    border-radius:4px;
    bottom: -27px;
    white-space: nowrap;
    padding: 0 5px;
    z-index: 2;
}
.suggestion-views {
    left: -15px;
}
.suggestion-likes {
    right: -25px;
}


.view-count {
    display:inline-flex;
    background-color: #424242;
    color:white;
    padding:7px 10px;
    border-radius: 7px;
    font-size: 12px;
    position: relative;
    line-height: 100%;
    align-items: center;
    align-content: center;
}
.view-stat {
    display: inline-flex;
    align-items: center;
}

.view-stat svg {
    margin-right: 6px;
}
.evaluate-wrapper-news .view-stat {
    white-space: nowrap;
    margin: 0 0px;
    display: flex;
    align-items: center;
}
.btn-evl:hover .share-item {
    opacity:100%;
    visibility: inherit;
}
/*.btn-evl:hover svg path {*/
/*    stroke:black;*/
/*}*/
.btn-evl {
    transition: 0.5s;
}


.share-item {
    visibility: hidden;
    opacity:0;
    position:absolute;
    left:0;
    top:36px;
    background-color: white;
    width:100%;
    z-index:10;
    box-shadow: 0px 2px 5px 0px #0000002E;
    border-radius: 7px;
}


.share-item span {
    padding:7px 10px;
    display: block;
}


.share-item span:hover {
    color: #EE1D23;
    text-decoration: underline;
}
.share {
    width:110px
}

.evl-share-wrap {
    width: 110px;
}
.evaluate-wrapper .btn-evl {
    display:inline-block;
    position: relative;
    cursor:pointer;
    padding-bottom: 10px;
}

.evaluate-wrapper > span,
.evaluate-wrapper > div {
    margin-right: 12px;
}

.evl-share-wrap:hover {
    background: white !important;
}
.btn-evl svg {
    vertical-align: sub;
} 

.btn-evl-news-subscribe svg {
   margin-top: 4px;
   margin-left: 2px;
}
/*.evaluate-wrapper .btn-evl:hover {*/
/*    background-color:#424242;*/
/*    color:white;*/
/*}*/


.add-cmp-ic svg{
    vertical-align: middle;
}

@media screen and (max-width: 1320px) {
    .wrapper-states {
        padding-left: 20px;
    }
}

@media screen and (max-width: 480px) {
    .evl-text {
        /* display: none; */
    }
    .evl-share-wrap {
        width: auto;
    }
    .btn-evl-news-subscribe svg {
        margin-top: 5px;
        margin-left: 0px;
     }
}

@media screen and (max-width: 590px) and (min-width: 480px) {
    .btn-evl-catalog-item {
        margin: 10px !important;
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17786812271261*/
.paging-wr{padding:25px 0;text-align:right}
@media only screen and (max-width: 1023px){.paging-wr{padding:20px 0}
}
.content-style .paging,.paging{font-size:0;margin:0 -15px}
.content-style .paging__item,.paging__item{color:#888888;display:inline-block;vertical-align:middle;font-size:18px;line-height:32px;margin:0 15px;text-align:center}
@media only screen and (max-width: 1023px){.content-style .paging__item,.paging__item{margin:0 12px;font-size:16px;line-height:24px}
}
.content-style .paging__item--active,.paging__item:hover{color:#6d6d6d;font-weight:500}
html:not(.bx-touch) .content-style .paging__item:hover,.bx-touch .content-style .paging__item:active,html:not(.bx-touch) .paging__item:hover,.bx-touch .paging__item:active{text-decoration:none}
.content-style .paging__item--arr,.paging__item--arr{margin:0 3px}
.content-style .paging__item--arr:first-child,.paging__item--arr:first-child{margin-right:3px}
.content-style .paging__item--arr:not(:first-child),.paging__item--arr:not(:first-child){margin-left:3px}
.pager-arr,.content-style .pager-arr{display:inline-block;vertical-align:middle;width:32px;height:32px;padding:10px;line-height:0;text-align:center}
.pager-arr .icon,.content-style .pager-arr .icon{width:12px;height:12px;fill:#6d6d6d}


/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/company-advantages/style.css?1778681228596*/
.mfp-wrap .mfp-container .modal-popup {
    max-width: 960px;
}

.distribution-block__pic img, .pagewide-block__text img {
    max-height: 200px;
    margin: 10px auto;
}

.distribution-block__pic {
    min-height: 180px;
}

.pagewide-block__text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;

}

.pagewide-block__info {
    padding: 30px 20px 30px 20px;
    min-height: 315px;
}

.content-style .pagewide-block-wr {

    min-height: 350px;
    margin: 0px;
    position: relative;
}

.content-style .pagewide-block-wr .distribution-block {
    left: 0;
    margin: 5px;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/career/style.css?1778681228489*/
.career-list .news-list-block .news-list-block__pic img {
  transition: all 0.3s ease-in-out;
  border-radius: 15px 15px 0 0;
}

.career-list .news-list__item .news-list-block__title {
  height: 85px;
  margin: 0;
  margin-top: 10px;
}
.career-list img {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.anons-text {
  margin: 0 !important;
}

.desc-news-list a {
  color: #ee1d23;
}

.desc-news-list a:hover {
  text-decoration: underline;
}

/* End */
/* /local/templates/2018/components/bitrix/news/service-plans/style.css?17786812287515 */
/* /local/templates/2018/components/bitrix/news.detail/agreements/style.css?1778681227580 */
/* /local/components/iq/block.topbanner/templates/.default/style.css?17786753091052 */
/* /local/templates/2018/components/iq/breadcrumbs/.default/style.css?1778681232540 */
/* /local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17786812271112 */
/* /local/components/news-likes/liked/templates/.default/style.css?17786753083041 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17786812271261 */
/* /local/templates/2018/components/bitrix/news.list/company-advantages/style.css?1778681228596 */
/* /local/templates/2018/components/bitrix/news.list/career/style.css?1778681228489 */
