

/* 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/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/iq/stylecomponent/ruprod-styles/style.css?17624210818526*/
@charset "UTF-8";


/*.evaluate-wrapper .btn-evl:hover {*/
/*    background-color:#424242;*/
/*    color:white;*/
/*}*/

.unique-flex{
	display: flex;
	align-items: center;
}

.unique-grid{
	margin-left: 60px;
	display: grid;
  	grid-template-columns: repeat(2, 1fr);
  	grid-gap: 40px;
  	grid-auto-rows: minmax(100px, auto);
}


.content-style table.caption-table{
	font-size: 16px;
	width: 100%;
}

.content-style table.caption-table th {
	max-width: 180px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review{
	display: flex;
}

.review-actor{
	width: 203px;
	flex-shrink: 0;
}

.review-body{
	padding-left:35px;
	position: relative;
}

.review-holder{
	background: #F2F1F0;
    border-radius: 10px;
    padding: 15px 25px;
}

.review-body:before{
	content: "«";
    color: #CFCFCE;
    position: absolute;
    top: 84px;
    left: -55px;
    font-size: 140px;
    font-weight: 400;
    font-family: 'SF Display';
}

.review-holder p:last-child{
	margin-bottom:0;
}

.review-holder h3{
	margin:0 !important;
	font-weight: 700;
}

.review-holder p{
	font-weight: 500;
}

.review-holder p.subtext {
    font-weight: 400;
}

.numbers-holder {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin-top: 40px;
	margin-bottom: 20px;
}
.number-item {
    flex-basis: 200px;
    flex-grow: 1;
    position: relative;
    z-index: 2;
    margin: 0 10px;
}
.number-item:before {
    content: "";
    background: #F2F1F0;
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    border-radius: 5px;
}
.number-holder {
    z-index: 2;
    position: relative;
}
.num-flex {
    font-size: 72px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ee1a23;
}

.num-before {
    font-size: 48px;
}

.softcard-number{
font-size:18px; 
font-weight: bold;
}

.num-flex .num-med {
    font-size: 50%;
    line-height: 0.75;
}
.num-flex .num-min {
    font-size: 25%;
    line-height: 0.75;
}
.number-text {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 20px;
}
.previews-wrapper{
    display: flex;
}

.soft-element-subcard .softcard-p{
font-size: 14px;
margin-left:15px;
line-height: 1.2;
}

table.caption-table caption {
    background: #F2F1F0;
    font-size: 18px;
    padding: 6px 10px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #404140;
}
.content-style table.caption-table td,
.content-style table.caption-table th {
    border-bottom: 1px solid #404140;
    padding-left: 10px;
}

@media (max-width: 1200px) {
    .unique-flex {
        flex-direction: column;
    }
    .unique-flex img {
        margin-bottom: 40px;
    }
    .unique-flex .unique-grid {
        margin-left: 0;
    }
}
@media (max-width: 1000px) {
    .flex-2cols {
        flex-direction: column;
    }
}
@media (max-width: 1000px) {
    .numbers-holder {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 30px;
    }
}
@media (max-width: 600px) {
    .numbers-holder {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
}
.content-style table.caption-table th {
    vertical-align: middle;
    font-weight: bold;
    padding: 10px;
    text-align: left;

}

.iq-building-block p:last-child{margin-bottom:0}

.js-ask-form-button{
	display: none;
}

.checks-container {
    max-width: 700px;
    margin: 0 auto;
}
.checks-container ul.checks li {
    font-size: 20px;
}
.unique-right {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

img{
	border-radius: 5px;
}

.iq-building-block .flex-columns{
	align-items: center;
}

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

.soft-element-column{
	display: flex;
	flex-direction: column;
}

.soft-element-row{
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

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

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

.soft-element{
	position: relative;
	margin: 15px 10px !important;
}

.soft-element>img{
	position: absolute;
	right: 5px;
	top: 5px;
	max-width: 150px;
	max-height: 60px;
}

.soft-element-subrow{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	padding: 20px;
}

.soft-element-subcard{
	display: flex;
	align-items: center;
}

.soft-element-subrow.subrow-5col{
	grid-template-columns: repeat(5, 1fr);
}

@media(max-width: 1024px){
	.soft-element-subrow, .soft-element-subrow.subrow-5col{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 576px){
	.soft-element-subrow, .soft-element-subrow.subrow-5col{
		grid-template-columns: 1fr;
	}
}

.soft-element .img-holder {
	padding:20px;
}

.lena-style{
	display: flex;
align-items: center;
margin-bottom: 30px;
}

@media(max-width:1200px){
	.lena-style{
		flex-direction: column;
	}
}

.lena-blocks-holder{
	display: flex;
align-items: stretch;
flex-grow: 1;
}

.lena-blocks-holder .element {
    flex-grow: 1;
    flex-basis: 600px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%);
    padding: 20px;
    border-radius: 4px;
}

.lena-blocks-holder .element:not(:last-child) {
    flex-grow: 1;
    flex-basis: 600px;
	margin-right: 30px;
}

.lena-blocks-holder .element ul{
    font-size: 13px;
}

.lena-blocks-holder .element h3{
	text-align: center;
}

.lena-logo-holder{
	margin-right: 30px;
}

@media(max-width:1200px){
.lena-logo-holder{
	margin-right: 0;
	margin-bottom: 30px;
}
}

@media (max-width: 576px){
.lena-blocks-holder{
	flex-direction: column;
	width: 100%;
}

.lena-blocks-holder .element {
	flex-grow: unset;
	flex-basis: unset;
	width: 100%;
}

.lena-blocks-holder .element:not(:last-child) {
	flex-grow: unset;
	flex-basis: unset;
	margin-right: 0;
	margin-bottom: 30px;
}

}
@media screen and (max-width: 450px) {
    .evl-text {
        display: none;
    }
}
@media screen and (max-width: 1320px) {
    .evaluate-wrapper {
        padding-left:15px;
    }
}

/* End */


/* Start:/local/components/iq/icons.newBlock/templates/vendors-categories/style.css?17658890873101*/
.vendors-categories-blocks {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 0px;
}

.vendors-categories-block {
    position: relative;
    height: 90px;
    border-radius: 17px;
    box-shadow: 0px 3px 12px 0px #00000021;
    transition: box-shadow 0.3s ease, filter 0.3s ease;
    max-width: 100%;
    transition: all 0.3s ease;

    
}

.vendors-categories-block:hover {
    filter: grayscale(100%);
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.vendors-categories-block-header-text-1 {
    padding: 24px 120px 24px 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;

}

.vendors-categories-block > a {
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
}

.vendors-categories-block-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vendors-categories-block-header-icon {
    position: absolute  ;
    bottom: 0;

    right: 10px;
}

.vendors-categories-block-header-text h5 {
    margin: 0;
    font-size: 15px;
    margin-bottom: 12px;
}

.vendors-categories-block-header-text-2 {
    font-weight: 600;
}

.iq-building-block-rto2.rto2-import {
    margin-bottom: 0;
}

.vendors-categories-block-text {
    font-size: 14px;
}

.vendors-categories-block-header-text-container {
    text-align: center;
    position: absolute;
    bottom: 30px;
}

.vendors-categories-block-hidden {
    display: none;
}

.vendors-categories-show-more-container {
    text-align: center;
    margin-top: 40px;
}


.vendors-categories-block.vendors-categories-block-show {
    display: block !important;
}



@media screen and (max-width: 1100px) {
    .iq-building-block.iq-building-block-rto2 {
        padding-top: 20px;
    }

    .vendors-categories-block-header-text-container {
        font-size: 14px;
    }

    .vendors-categories-blocks {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .vendors-categories-block {
        flex: 1 1 calc(50% - 15px);
    }
    .vendors-categories-block-text {
        margin-left: 0;
    }
    .vendors-categories-block-header {
        align-items: center;
    }


}

@media screen and (max-width: 892px) {
    .vendors-categories-blocks {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 576px) {
    .vendors-categories-blocks {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

@media screen and (max-width: 768px) {
    .iq-building-block-rto2 {
        margin-bottom: 20px;
    }
    .vendors-categories-blocks {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/components/iq/icons.newBlock/templates/block2/style.css?17664738621447*/
.integration-block2-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 30px;
    margin-top: 5px;
}

.integration-block2-blocks.block2-grey {
    border: none;
}



.integration-block2-block {
    position: relative;
    padding: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 17px;
    
}

.integration-block2-block-header-icon {
    position: absolute;
    right: 0px;
    top: -16px;
}

.integration-block2-block-header-text h5 {
    margin: 0;
    font-size: 15px;
    margin-bottom: 12px;
}

.iq-building-block-block2.block2-import {
    margin-bottom: 0;
}

.integration-block2-block-text {
    font-size: 14px;
}

.iq-building-block-block2 {
    margin-bottom: 102px;
}


@media screen and (max-width: 1100px) {
    .iq-building-block.iq-building-block-block2 {
        padding-top: 20px;
    }

    .integration-block2-blocks {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .integration-block2-block {
        flex: 1 1 calc(50% - 15px);
    }
    .integration-block2-block-text {
        margin-left: 0;
    }
    .integration-block2-block-header {
        align-items: center;
    }

    

}

@media screen and (max-width: 768px) {
    .iq-building-block-block2 {
        margin-bottom: 0px;
    }
    .integration-block2-blocks {
        grid-template-columns: repeat(1, 1fr) !important;
    }


}
/* End */


/* Start:/local/components/a1tis/contact.block/templates/contact-main-page/style.css?17740173913496*/
body {
  overflow-x: hidden;
}

.news-distrib-section {
  background: linear-gradient(90deg, #ee1d23 0%, #881114 100%);
  height: 295px;
  color: white;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  /* margin-top: 92px; */
}

.news-distrib-section img {
  position: relative;
  top: -64px;
  width: 450px;
}

.news-distrib-section-desc {
  display: flex;
  height: 100%;
}

.news-distrib-content-main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.news-distrib-section-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  line-height: 21px;
  min-width: 50%;
  margin: auto;
  margin-left: 0px;
}

.distrib-section-text {
  font-weight: normal;
}


.news-distrib-section .header-news-distrib span {
  font-size: 30px;
  font-weight: bold;
}



.news-distrib-section img {
  pointer-events: none;
}

@media screen and (max-width: 1140px) {
  .news-distrib-section-content {
    gap: 28px;
    margin-right: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 1240px) {
  .header-news-distrib {
    line-height: 25px;
  }

  .news-distrib-btn-wr a {
    display: table;
    margin: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .news-distrib-section {
    height: auto;
    padding: 25px;
    margin-bottom: 80px;
  }

  .news-distrib-section-vendor.news-distrib-section {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .news-distrib-section-content {
    gap: 28px;
    margin-right: 0px;
    width: 100%;
  }

  .news-distrib-section img {
    position: absolute;
    top: -111px;
    right: 1px;
    width: 380px;
  }
}

@media screen and (max-width: 1024px) {
  .news-distrib-section-content .news-distrib-btn-wr a {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 970px) {
  .news-distrib-section-content .news-distrib-btn-wr a {
    margin-left: 0px !important;
  }
  .news-distrib-section-content {
    width: 50%;
  }

  .news-distrib-section img {
    top: -87px;
  }
}

@media screen and (max-width: 970px) {
  .news-distrib-section img {
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .news-distrib-section img {
    display: none;
  }

  .news-distrib-section-content .news-distrib-btn-wr a {
    margin: 0 auto !important;
  }

.news-distrib-section-content {
    width: 100%;
  }

  .news-distrib-section-vendor.news-distrib-section {
    margin-bottom: 0;
    margin-top: 0;
  }

  .header-news-distrib span {
    font-size: 28px !important;
    line-height: 24px;
  }

  .news-distrib-section-content {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 700px) {
  .news-distrib-section-content {
    gap: 25px;
  }

  .btn--white {
    margin-top: 10px !important;
  }

  .news-distrib-section-content .btn--white {
    margin-bottom: 0 !important;
  }
}

/* ?? По старому стилю */

/* @media screen and (max-width: 375px) {
  .news-distrib-section {
    text-align: center;
  }
} */

/* ?? По старому стилю */

/* ?? По новому стилю */

@media screen and (max-width: 375px) {
  .news-distrib-content-main {
    text-align: left;
  }

  .news-distrib-section {
    padding: 30px 0px;
  }

  .news-distrib-btn-wr {
    width: 100%;
  }

  .news-distrib-btn-wr .btn--white {
    margin: 0px !important;
    width: 100%;
    text-align: center;
  }

  .iq-block-container.news-distrib-section-desc {
    padding: 0px 15px;
  }
}

/* ?? По новому стилю */

/* 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/components/iq/text.block/templates/.default/style.css?1764931674229 */
/* /local/templates/2018/components/iq/stylecomponent/ruprod-styles/style.css?17624210818526 */
/* /local/components/iq/icons.newBlock/templates/vendors-categories/style.css?17658890873101 */
/* /local/components/iq/icons.newBlock/templates/block2/style.css?17664738621447 */
/* /local/components/a1tis/contact.block/templates/contact-main-page/style.css?17740173913496 */
