

/* Start:/local/templates/2018/components/bitrix/news/soft/style.css?17624210792685*/
@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;
    }
}


.distribution--form {
    background: url("/local/templates/2018/components/bitrix/news/soft/images/fon2.jpg") center center no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    color: white;
}

.content-style .distribution--form .form-solutions {
    border: thin solid #5a5a5a;
    padding: 20px;
    border-radius: 5px;
    background-color: #30393f;
    width: 100%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.content-style .form-solutions .form__title {
    font-size: 1.5rem;
    text-align: center;
}

.content-style .distribution--form input:not([type=submit]) {
    padding: 6px 8px;
    text-align: left;
    border-color: #666;
    color: white;
    background-color: rgba(60, 60, 60, 210);
}

.content-style .distribution--form .form-control,
.form-solution .form-control {
    margin-bottom: 10px;
}

.content-style .distribution--form input::placeholder,
.distribution--form input::placeholder {
    color: #999 !important;
}

.content-style .distribution--form input::-webkit-input-placeholder,
.distribution--form input::-webkit-input-placeholder {
    color: #999 !important;
}

.content-style .distribution--form input:-ms-input-placeholder,
.distribution--form input:-ms-input-placeholder {
    color: #999 !important;
}

.content-style .distribution--form input::-moz-placeholder,
.distribution--form input::-moz-placeholder {
    color: #999 !important;
}

.distribution--form .g-recaptcha > div {
    margin: 0 auto;
}

.content-style .distribution--form {
    font-size: 16px;
}

.akcia {
    background: url(/local/templates/2018/components/bitrix/news/soft/images/fon3.png) no-repeat;
    padding: 30px 60px 10px 30px;
    width: 440px;
    color: white;
    border-radius: 5px;
    background-size: 100% 100%;
    margin-top: 28px;
    margin-bottom: 28px;
    background-position-x: 1px;
}

@media screen and (max-width: 767px) {
    .akcia {
        padding: 25px 30px 10px 30px;
        width: 100%;
        margin-top: 10px;
        background: linear-gradient(to top, #eba703, #ffd811);
    }
}

.content-style .distribution--form .advantages__title span {
    background: transparent;
    padding-left: 20px;
    color: white;
}

.content-style .distribution--form .message {
    color: #666;
    width: 100%;
}

.calc-arrow-div {
    text-align: center;
    background: url(/local/templates/2018/components/bitrix/news/soft/images/arrow-calc.png) no-repeat;
    background-size: contain;
    padding-top: 20px;
    color: white;
    font-weight: bold;
    height: 100px;
}

.content-style .container.padded-container {
    padding: 0 100px;
}

/* End */


/* Start:/local/templates/2018/components/bitrix/news.detail/soft/style.css?1762421079784*/
.content-style h2.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;
    text-align: justify;
}

.button-block {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.container.agree-container {
    margin-bottom: 30px;
}

@media only screen and (min-width: 1280px) {
    .container.agree-container {
        padding: 0 100px;
    }
}
/* End */


/* 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/templates/2018/components/bitrix/form.result.new/solutions/style.css?17624210792004*/
.content-style .form.form-solutions {
    border: thin solid #5a5a5a;
    padding: 20px;
    border-radius: 5px;
    background-color: #404140;
    width: 100%;
	max-width: 700px;
	margin: 0 auto;
    box-shadow: 0 3px 5px rgb(0 0 0 / 20%);
}
.content-style .form.form-solutions .form__title {
    font-size: 1.5rem;
    text-align: center;
	margin: 0 0 30px;
	color: white;
}

.content-style .form-solutions input:not([type=submit]) {
    padding: 6px 8px;
    text-align: left;
    border-color: #666;
    color: white;
    background-color: rgba(60, 60, 60, 210);
}


.content-style .form-solutions .form-control {
    margin-bottom: 10px;
}

.content-style .form-solutions input::placeholder{
    color: #999 !important;
}

.content-style .form-solutions input::-webkit-input-placeholder{
    color: #999 !important;
}

.content-style .form-solutions input:-ms-input-placeholder{
    color: #999 !important;
}

.content-style .form-solutions input::-moz-placeholder{
    color: #999 !important;
}

.form-solutions .g-recaptcha > div {
    margin: 0 auto;
}

.content-style .form-solutions {
    font-size: 16px;
}

.form-input-holder [type="checkbox"]:checked + label, 
.form-input-holder [type="checkbox"]:not(:checked) + label, 
.form-input-holder [type="radio"]:checked + label,
.form-input-holder [type="radio"]:not(:checked) + label
{
    color: #424242;
    font-weight: 500;
    display: flex;
    font-size: 15px;
}

.form-input-holder abbr{
	color: white;
	border-radius: 50%;
	border: thin solid #888 !important;
	width: 14px;
	height: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 2px;
}

.form-input-holder abbr:hover {
    border-color: #424242 !important;
}   

.form-input-holder svg{
	fill: #888;
    transition: fill 0.3s ease;
}

.form-input-holder svg:hover {
    fill: #424242
}

.descicon svg{
	width: 8px;
	height: 8px;
}

.centerer {
	display: flex;
    justify-content: center;
}

.form__personal-data{
	color: white;
}
/* End */
/* /local/templates/2018/components/bitrix/news/soft/style.css?17624210792685 */
/* /local/templates/2018/components/bitrix/news.detail/soft/style.css?1762421079784 */
/* /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/templates/2018/components/bitrix/form.result.new/solutions/style.css?17624210792004 */
