

/* Start:/local/components/iq/block.topbanner/templates/.default/style.css?17649316881052*/
@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?1762421080540*/
.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?17624239611112*/
.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?17624224123041*/

.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/iq/stylecomponent/soft-styles/style.css?17624210812431*/
@charset "UTF-8";
.techlist-product .techlist-entry{
    padding: 15px 0px !important;
}
.techlist-product .techlist-entry{

    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%) !important;
}
.techlist-product .techlist-entry:hover{

    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 24%) !important;
}
.soft-element{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 20%);
	background: white;
}

.content-style a.soft-element{
	color: #404140;
	text-decoration:none;
	padding: 0 !important;
}

.content-style a.soft-element:hover{
	color: #404140 !important;
	text-decoration:none !important;
}


.soft-element:not(:last-child){
	margin-bottom: 30px;
}

@media(max-width: 768px){
.content-style a.soft-element{
	flex-direction: column;
	}
}

.soft-element .img-holder{
	flex-basis: 30%;
	flex-grow: 0;
	flex-shrink: 0;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}

.soft-element .content-holder{
	flex-grow: 1;
	padding: 20px;
}

.btn-detail--distribution .detail-info{
	display: none;
}

.soft-element .content-holder h3 {
	font-size: 20px;
	margin-bottom: 25px;
}

.solution-adv-icons-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.solution-adv-item-flex {
    display: flex;
    padding: 15px;
    align-items: center;
    max-width: 396px;
    box-shadow: 0 3px 6px 2px rgb(0 0 0 / 18%);
    transition: all .10s linear;
    border: 0;
    border-radius: 5px;
    margin: 0 15px 30px 15px;
}

.solution-adv-icon-flex {
    width: 90px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 90px;
}

.flexcolumn{
	display: flex; flex-direction: column;
}

.software-sectionlist{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.software-sectionlist a.hover-card{
	padding: 0;
}

.software-sectionlist a.hover-card h3{
	text-align: center;
	padding: 20px;
}

.content-style .software-sectionlist a.hover-card{
	color: #404140;
}

.content-style .software-sectionlist a.hover-card:hover{
	color: #404140;
	text-decoration: none;
}

.content-style .solution-text-container h3{
	margin-bottom: .8em;
}

.solution-text-flex {
    flex-grow: 1;
    display: flex;
    height: 100%;
    align-items: flex-start !important;
    justify-content: center;
}

.software-icons{
	display: flex;
	flex-wrap: wrap;
}

.software-icons img:not(:last-child){
	margin-right: 15px;
}
/* End */


/* Start:/local/components/iq/text.block/templates/.default/style.css?1764931674229*/
.iq-building-block{
    padding: 40px 0;
}

.iq-block-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

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

/* End */


/* Start:/local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17624210801249*/
.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:#6d6d6d;display:inline-block;vertical-align:middle;font-size:20px;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--active{color:#303030;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/service-plan-noform/style.css?17624210791382*/
.career-list .news-list-block .news-list-block__pic img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.career-list .news-list-block:hover .news-list-block__pic img {
    filter: grayscale(0%);
}

.content-style .btn-detail--mainpage-distr:after, .btn-detail--mainpage-distr:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjQxIiBoZWlnaHQ9IjEyIiB2aWV3Qm94PSIwIDAgNy40MSAxMiI+DQogIDxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICNmZmY7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgPC9kZWZzPg0KICA8ZyBpZD0iYmFzZWxpbmUta2V5Ym9hcmRfYXJyb3dfcmlnaHQtMjRweCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTguNTkgLTYpIj4NCiAgICA8cGF0aCBpZD0iUGF0aF8yODEiIGRhdGEtbmFtZT0iUGF0aCAyODEiIGNsYXNzPSJjbHMtMSIgZD0iTTguNTksMTYuNTksMTMuMTcsMTIsOC41OSw3LjQxLDEwLDZsNiw2LTYsNloiLz4NCiAgPC9nPg0KPC9zdmc+DQo=) center no-repeat;
    background-size: cover;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 16px;
    left: 185px !important;
    right: unset !important;
}

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

.solutions-block {
    margin-top: 50px;
}

.content-style .solutions-block h2 {
    font-size: 30px;
    font-weight: 600;
}

.document-button-holder {
    text-align: center;
    margin-top: 30px;
}
/* End */


/* Start:/local/components/iq/icons.block/templates/.default/style.css?17624210772380*/
.iq-building-block{
    padding: 40px 0;
}


.iq-block-container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

@media screen and (max-width: 1319.99px)
{
    .iq-block-container {
        padding: 0 20px;
    }
}
.iq-iconblock-content{
    display: flex;
    column-gap: 40px;
    align-items: stretch;
}

.iq-iconblock-content .slick-track{
    display: flex !important;
    align-items: stretch;
}

.iq-iconblock-content .slick-slide{
    height: inherit !important;
}

.iq-iconblock-content .slick-track > div{
    height:100%;
    margin:5px 20px 25px 20px;
}

.iq-iconblock{
    flex-basis: 300px;
    flex-grow: 1;
    background-position: 50%;
    background-size: cover;
    transition: all .3s ease-out;
    border-radius: 5px;
   /* margin-right:40px; */
}

.iq-iconblock:last-child{
  /*  margin-right:0; */
}

.iq-iconblock:hover {
    margin-top: -5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .24);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .24);
}

.iq-iconblock-link{
    display: flex;
    flex-direction: column;
    color: white !important;
    /* oh you TeamProfi! WHY DID YOU DO THIS WITH .content-style? */
    text-decoration: none;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    height:100%;
    transition: all .3s ease-out;
}

.iq-iconblock-link:hover{
    text-decoration: none !important;
    background: #ad2428e8;
    transition: all .3s ease-out;
}

.iq-iconblock-link svg{
    fill: currentColor;
}

.iq-iconblock-icon{
    padding: 40px 30px 25px 30px;
}

.iq-iconblock-icon svg{
    height: 70px;
    width: 70px;
}

.iq-iconblock-title{
    padding: 0 30px;
    font-size: 18px;
    line-height: 1.17;
    margin-bottom: 10px;
    font-weight: 700;
}

.iq-iconblock-text{
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.57;
    color: white;
    overflow: hidden;
    margin-bottom: 25px;
}

.iq-iconblock-readmore{
    margin-top: auto;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed white;
    opacity:0;
}

.iq-iconblock-readmore svg{
    height: 14px;
    width: 14px;
}

.iq-iconblock-link:hover .iq-iconblock-readmore{
    opacity: 1;
}

.iq-iconblock-buttonholder {
    text-align: center;
    margin-top: 20px;
}

.iq-iconblock-text.js-cut-text{
    max-height: 95px;
}
/* End */


/* Start:/local/templates/2018/components/bitrix/news.list/reviewscl/style.css?17649316383409*/
.vendor-nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 100%;
}

.reviews-list .slick-track {
    display: flex;
}


@media only screen and (max-width: 1279px) {
    .vendor-nav {
        display: none;
    }
}

.vendor-nav__item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.vendor-nav__item + .vendor-nav__item {
    float: right;
}


.review-item .news-list-wr {
    padding: 10px 30px;
    border: thin solid lightgray;
    border-radius: 17px;
    min-height: 310px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.reviews-list .slick-track {
    margin-bottom: 20px;
}

.reviews-list .review-item {
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .reviews-list .slick-track {
        gap: 0;
    }

    .reviews-list .review-item {
        margin: 0 5px;
        overflow: hidden;
    }
}

.review-link{
    display: block;
    font-size: 14px;
	text-align: right;
    color: #EE1D23;
}

.review-link:hover {
    text-decoration: underline;
}

/* .review-link:before {
    font-family: 'FontAwesome';
    content: '\f0f6';
    margin-right: 6px;
} */

.review-flex {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.review-flex .image-col {
    width: 120px;
    height: 100px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-flex .name-col {
    flex-grow: 1;
    font-weight: 600;
}

.content-style .review-item .news-list-block__anons, .review-item .news-list-block__anons {
    font-size: 15px;
    line-height: 23px;
    /* font-family: "Open Sans", sans-serif; */
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #fafafa;
}

.review-item {
    height: inherit !important;
}

.review-item .author {
    font-size: 90%;
    font-style: italic;
    margin-top: auto;
    max-width: 100%;
    text-align: right;
    margin-left: 100px;

}

.review-item .author span:before {
    content: '—';
    margin-right: 3px;
}

.reviews-list {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}

.reviews-list .news-list-wr {
	margin-top:0;
}

.slider-arrow-prev, .slider-arrow-next{
	top:45%;
	transform: translateY(-50%);
	position: absolute;
	opacity: .6;
	transition: opacity .3s ease;
	cursor: pointer;
}

@media(max-width: 1300px){
	.slider-arrow-prev, .slider-arrow-next{
		display: none !important;
	}
}

.slider-arrow-prev:hover, .slider-arrow-next:hover{
	opacity: 1;
}

.slider-arrow-prev{
	left: -24px;
}

.slider-arrow-next{
	right: -44px;
}



@media(max-width: 1024px){
    .review-item .news-list-wr {
        padding: 10px 20px;
    }
}


@media(max-width: 450px){
    .review-item .news-list-wr {
        padding: 10px 15px;
    }

    .review-flex {
        flex-direction: column;
    }

    .review-flex .image-col {
        width: 140px;
        margin-right: 0px;
    }

    .review-flex .name-col {
        font-size: 15px;
        text-align: center;
    }

    .content-style .review-item .news-list-block__anons, .review-item .news-list-block__anons{
        margin-bottom: auto;
        margin-top: auto;
    }
}
/* End */


/* Start:/local/components/iq/itemslider/templates/vendor/style.css?17624210771599*/
.vendor-wrapper {
    overflow: hidden;
    margin-bottom:40px;
}

.vendor-wrapper-inner {
    position: relative;
}

.vendor-list{
    width:90%;
    margin: 0 auto;
}

.vendor {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 auto;
    z-index:1;
    max-height: 140px;
    overflow: hidden;
}

.vendor-list .slick-dots {
    bottom: 0 !important;
}

.vendor-item{
    flex-shrink: 0;
    margin: 5px;
}

.vendor-slide{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 30px;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    text-align: center;
    background: transparent;
}

@media only screen and (max-width: 1023px) {
    .vendor-slide {
        padding: 20px;
    }
}

.with-hover .vendor-slide:hover{
    box-shadow: 0px 2px 5px 0px #0000002E;
    transition: all .3s ease;
    
}

.vendor-pic {
    width: 120px;
    line-height:70px;
}

.vendor-slide .pic-grey{
    display: inline-block;
}

.vendor-slide .pic-white{
    display: none;
}

.vendor-nav {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-58%);
    -ms-transform: translateY(-58%);
    transform: translateY(-58%);
    width: 100%;
}


@media only screen and (max-width: 1279px) {
    .vendor-nav {
        display: none;
    }
}

.vendor-nav__item {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.vendor-nav__item + .vendor-nav__item {
    float: right;
}

@media only screen and (max-width: 359px) {
    .vendor-list {
        width: 100%;
    }
}

/* End */
/* /local/components/iq/block.topbanner/templates/.default/style.css?17649316881052 */
/* /local/templates/2018/components/iq/breadcrumbs/.default/style.css?1762421080540 */
/* /local/templates/2018/components/bitrix/breadcrumb/.default/style.css?17624239611112 */
/* /local/components/news-likes/liked/templates/.default/style.css?17624224123041 */
/* /local/templates/2018/components/iq/stylecomponent/soft-styles/style.css?17624210812431 */
/* /local/components/iq/text.block/templates/.default/style.css?1764931674229 */
/* /local/templates/2018/components/bitrix/system.pagenavigation/.default/style.css?17624210801249 */
/* /local/templates/2018/components/bitrix/news.list/service-plan-noform/style.css?17624210791382 */
/* /local/components/iq/icons.block/templates/.default/style.css?17624210772380 */
/* /local/templates/2018/components/bitrix/news.list/reviewscl/style.css?17649316383409 */
/* /local/components/iq/itemslider/templates/vendor/style.css?17624210771599 */
