html{
	--main-blue-color: #1b75bb;
}

a{
	outline: none;
}

a.btn{
	text-decoration:none;
}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}


.embed-responsive-16by9::before {
	padding-top: 56.25%;
}


.embed-responsive::before {
	display: block;
	content: "";
}


.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.badge-v2 {
	padding: 0.45em 0.6em;
	font-size: 80%;
	font-weight: 500;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-light-v2 {
	color: #919599;
	background-color: #e9e9ea;
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa;
}


ol:not(.breadcrumb__list) li {
    padding-left: 1.75rem;
}

ol:not(.breadcrumb__list) li::before{
	font-size: 1.5rem;
	line-height: 1.3rem;
}

.fw-b{
	font-weight:600;
}


.filter-form{
	position: relative;
	padding: 1.5rem;
	background-color: #F0F4F8;
	min-height: 150px;	
}

.sidebar .sidebar-item:first-child{
	margin-top: 0;
}

.sidebar-item{
	margin-top: 2rem;
}

.catalog-filter .filter-title{
	padding-right:0;
	padding-left:0;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;	
}

.catalog-filter .catalog-filter-block-body .custom-checkbox
{
	margin-bottom:15px;
}

.catalog-filter .catalog-filter-block-body .custom-checkbox:last-child{
	margin-bottom:0;
}

.catalog-filter .custom-control-label{
	font-size: 16px;
	line-height: 22px;	
}

.publications-page__list{
	padding-right: 0;
	padding-left: 0;	
}

.publications-page .publications-page__list .publications-page__item {
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 7px rgba(0,0,0,.1),0 -1px 8px rgba(0,0,0,.05);
	display:flex;
}

.publications-page__item_pix{
	padding:0;
}

.publications-page__item_text > div{
	padding:25px 10px;
	height:100%;
	position:relative;
}

.publications-page__item-date{
	font-size: 14px;
	line-height: 19px;	
	color: #919699;
	margin-bottom: 5px;
}

.publications-page__item-title{
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}

.publications-page__item-title a{
	color:#212121;
}

.publications-page__item-title a:hover{
	color:#57a3e5;
}

.publications-page__item-preview{
	font-size: 16px;
	line-height: 22px;
	color: #919699;
	margin-bottom:15px;
	min-height: 100px;
}

.publications-page__item-url{
	text-align: right;
}

.publications-page__item-url a{
	font-size: 16px;
	line-height: 22px;	
	color: #1B75BB;	
	text-decoration:none;
}

.publications-page__item-url a:hover{
	text-decoration:underline;
	color:#024178;
}

.aside-publications{
	background: #F0F4F8;
	padding: 1.5rem;
}

.aside-publications .container-fluid{
	padding-left:0;
	padding-right:0;
}

.aside-publications__title{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
}

.aside-publications__item-date{
	color: #919699;
}

.aside-publications__item-title a:hover{
	text-decoration:underline;
	color:#024178;
}

.aside-publications .aside-publications__item {
	margin-bottom: 1rem;
}

.aside-publications .aside-publications__item:last-child{
	margin-bottom: 0;
}












/*
Вебинары
*/

.webinars-page__list{
	padding-right: 0;
	padding-left: 0;	
}

.webinars-page .webinars-page__list .webinars-page__item {
    margin-bottom: 1.5rem;
	display:flex;
	border-bottom: 1px solid #C6CACC;
}

.webinars-page__item_pix a{
	position: relative;
	display:block;
}

.webinars-page__item_text > div{
	padding:25px 10px;
	height:100%;
	position:relative;
}

.webinars-page__item-date{
	font-size: 14px;
	line-height: 19px;	
	color: #919699;
	margin-bottom: 5px;
}



.webinars-page__item-title{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 10px;
	color:#212121;
}



.webinars-page__item-preview{
	font-size: 16px;
	line-height: 22px;
	margin-bottom:15px;
	min-height: 100px;
}

.webinars-page__item-url{
	text-align: right;
}

.webinars-page__item-url a{
	font-size: 16px;
	line-height: 22px;	
	color: #1B75BB;	
	text-decoration:none;
}

.webinars-page__item-url a:hover{
	text-decoration:underline;
	color:#024178;
}

.webinars-page__item_pix a:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-image:url(img/play.svg);
	background-repeat: no-repeat;
	background-position: center;	
	pointer-events: none;
}


.filter-form_toggle-btn{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;	
	padding-left:30px;
	display: block;
	position: relative;
	color: #1b75bb;	
	cursor:pointer;
}

.filter-form_toggle-btn:before{
	content:url(img/filter.svg);
	position:absolute;
	left: 0;
	top: -2px;	
}

.filter-form-toggle-wrapper {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-end;
}

.guide-page__item{
	margin-bottom:15px;
}

.guide-page__item > div{
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 7px rgba(0,0,0,.1),0 -1px 8px rgba(0,0,0,.05);
    transition: box-shadow .3s;	
	margin-right: 0;
	margin-left: 0;	
}

.guide-page__item > div:hover {
    box-shadow: -5px 5px 15px rgba(0,0,0,.1),0 12px 15px rgba(0,0,0,.07),0 -2px 10px rgba(0,0,0,.04);
}

.guide-page__item-pix{
	align-self: center;
	text-align:center;
}

.guide-page__item-name{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;	
	margin-bottom:15px;
}




.catalog-left-menu__item {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
}

.catalog-left-menu__item.active{
	color: #212121;
}






.contacts-page__block{
	background: #FFFFFF;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.05), 0px 4px 7px rgba(0, 0, 0, 0.1);	
	padding:20px 30px;
	margin-bottom:30px;
	min-height:320px;
}

.contacts-block__item{
	margin-bottom:20px;
}

.contacts-block__item.before-icon{
	padding-left:30px;
	position:relative;
}

.before-icon.before-icon:before{
	position:absolute;
	top:0;
	left:0;
}

.before-icon_tel:before{
	content:url(img/icon-tel.svg);
}

.before-icon_mail:before{
	content:url(img/icon-email.svg);
}

.before-icon_location:before{
	content:url(img/icon-location.svg);
}

.before-icon_subway:before{
	content:url(img/icon-subway.svg);
}

.before-icon_telegram:before{
	content:url(img/icon-telegram.svg);
}

.contacts-block-subscribe{
	padding:25px;
	min-height: 270px;
}

.contacts-block-social{
    text-align:center;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
}

.contacts-block-subscribe{
	color:#fff;
	text-align:center;
}

.contacts-block-subscribe_rest{
	background: #F8941C;
}

.contacts-block-subscribe_sale{
	background: #EB2128;
}

.contacts-block-subscribe_marking{
	background: #63666B;
}

.contacts-subscribe__title{
	display: flex;
	align-items: center;
	margin-bottom:15px;
	
}

.contacts-subscribe__title img{
	margin-right:10px;
	flex: 0 0 70px;
}

.contacts-subscribe__title > div {
	font-weight: bold;
	font-size: 22px;
	line-height: 29px;
	text-align: left;
}

.contacts-subscribe__title > div > span{
	font-size: 28px;
	line-height: 34px;	
}

.contacts-subscribe__text{
	margin-bottom:10px;
	text-align: left; 
}



.publications-detail-subscribe-form .container{
	padding-right: 0;
	padding-left: 0;
}

.publications-detail-subscribe-form{
	padding-right:0;
	padding-left:0;
}

.publications-detail-subscribe-form__content-wrapper{
	height: 90px;
}

.software-detail-where-to-use{
	background:#F0F4F8;
	padding-top:64px;
	padding-bottom:64px;
	position:relative;
	margin-top:5rem
}

.software-detail-where-to-use:before{
	content: "";
	background: #F0F4F8;
	position: absolute;
	top: 0;
	left: calc(-50vw + 50% - 8px);
	width: 100vw;
	height: 100%;
}


.software-detail-where-to-use > div{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}

/*
section.page{
	overflow:hidden;
}
*/

.software-detail-description{
	margin-bottom:60px;
}

.software-detail-description__pix{
	background: #FFFFFF;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.05), 0px 4px 7px rgba(0, 0, 0, 0.1);	
	padding: 40px;
	height: 100%;
	display: flex;
	align-items: center;	
}

.software-detail-description__text{
	margin-bottom:30px;
	display:block;
}

.software-detail-description__btns{
	display:block;
}

.software-detail-where-to-use__item img{
	display:block;
	margin-bottom:10px;
}

.software-detail-where-to-use__item span{
	display:block;
	font-weight: bold;
	font-size: 22px;
	line-height: 29px;	
}

.software-detail-where-to-use__item{
	flex:0 0 15%;
}

.software-detail-adv{
	padding: 3rem 0 0;
}

.software-detail-vp{
	padding: 5rem 0 0;
}

.software-detail-vp__bottom-btn{
	justify-content: center;
	display: flex;
}

.software-detail-vp__item{
	margin-bottom:30px;
}

.software-detail-2forms{
	padding-top:5rem;
}

.software-detail-2forms__item{
	text-align:center;
	color: #1B75BB;
	background: #FFFFFF;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.05), 0px 4px 7px rgba(0, 0, 0, 0.1);	
	padding:1.5rem;
	height: 100%;
}

.software-detail-2forms__item img{
	margin-bottom:16px;
}

.software-detail-2forms__item-title{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;	
	display:block;
	margin-bottom:15px;
}

.software-detail-2forms__item-text{
	font-size: 16px;
	line-height: 22px;
	display:block;
	margin-bottom:15px;
}

.software-detail-2forms__item_blue{
	background: #1B75BB;	
}

.software-detail-2forms__item_blue .software-detail-2forms__item-title{
	color: #fff;
}

.software-detail-2forms__item_blue .software-detail-2forms__item-text{
	color: #fff;
}

.btn.btn-outline-primary.btn-dark-bg:hover, .btn.btn-outline-primary.btn-dark-bg:not(:disabled):not(.disabled):active, .btn.btn-outline-primary.btn-dark-bg:not(:disabled):not(.disabled).active {
    /*background-color: rgba(27, 117, 187, 0.08);*/
    background-color: #edf4fa;
}

.software-detail-functions{
	padding-top:5rem;
}

.guide-page__item-files a{
	display:block;
	margin-bottom: 10px;
}

.guide-page__item-files a:last-child{
	margin-bottom: 0;
}

.software-page__item-img{
	display: flex;
	align-items: center;	
}

.software-detail-vp__item > div{
	box-shadow: 0 -1px 8px rgba(0,0,0,.05),0 4px 7px rgba(0,0,0,.1);	
	padding:1.25rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section.section__simple-banner .simple-banner{
	background-image:none;
	color:#fff;
	border:1px solid #eee;
}

table.reviews-post-table{
	margin-bottom: 30px;
}

.section.section__simple-banner{
	display:none;
}


.table.service-tarif-table .row{
	background-color: #F9F9F9;
}

.table.service-tarif-table .row:nth-child(2n) {
    background-color: #fff;
}

.table.service-tarif-table .table-head{
	background: #F0F4F8;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;	
	align-items: center;
}

.support-page-footer-text{
	padding: 2rem 2rem 1rem;
	background: #F0F4F8;
}

.support-page-footer-text ul li{
	padding-bottom:0;
}

.service-tarif-table__item__label{
	display:block;
	color: #919699;
	font-size:14px;
}

.grecaptcha-badge{
	display:none;
}

.software-detail-free-text{
	padding: 5rem 0 0;
}

.fz54-detail-page img{
	margin: 15px;
}

.section__subscribe_news-list-page{
	padding-top:0;
}

.section__news-list-page{
	padding-top:2rem;
}

#contacts-map{
	height:400px;
}

.contacts-page__map{
	position:relative;
}

.contacts__controls{
	position: absolute;
	top: calc(50%);
	right: 0;
	transform: translateY(-50%);
}

.contacts__controls .contacts__control {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: .5rem 0;
    background-color: #1b75bb;
    color: #fff;
    cursor: pointer;
}

.contacts__controls .contacts__control .icon_plus {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 0h1.6v16H7.2V0z' fill='%23fff'/%3E%3Cpath d='M16 7.2v1.6H0V7.2h16z' fill='%23fff'/%3E%3C/svg%3E");
}

.contacts__controls .contacts__control .icon_minus {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M0 0h16v2H0z'/%3E%3C/svg%3E");
}

.contacts-block-social__vk{
	display: flex;
	justify-content: center;
}

.to-top{
	left:1rem;
}

.forum-comment-item{
	border: 1px solid #EAEBEC;
	margin-bottom:20px;
	padding:20px 0;
}

.forum-comment-name{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #212121;
	display:block;	
}

.forum-comment-date{
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #919699;	
}

.forum-comment-text{
	padding-top:5px;
	word-break: break-word;
}

.forum-comment-buttons a{
	font-weight: normal;
	font-size: 13px;
	line-height: 28px;
	color: #919699;	
	margin:0 5px;
	display:inline-block;	
}

.forum-comment-buttons > div {
	text-align:right;
}

.forum-comment-form{
	padding: 1.5rem;
	background: #F0F4F8;
}

.forum-comment-form{

}

.forum-comment-form-header{
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #212121;	
	margin-bottom:20px; 
}

.forum-comment-form .feed-add-post-text{
	height: auto;
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.3125;
	color: #212121;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #919699;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;	
}

.forum-comment-form .reviews-reply-field-settings{
	padding:1.5rem 0;
}

.forum-comment-form .reviews-reply-field{
	margin-bottom:1rem;
}

.project-detail-description__pix{
	background: #FFFFFF;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.05), 0px 4px 7px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	padding:1rem;
}

.project-detail-content{
	padding-top:2rem;
}

.project-detail__free-text{
	padding-top:2rem;
}

.project-detail__goods-list li{
	display:flex;
	justify-content: space-between;
}

.project-detail__goods-list li span{
	color: #1B75BB;
}

.project-detail__goods{
	padding-top:2rem;
}

.project-detail__soft{
	padding-top:2rem;
}

.project-detail__photo-item{
	width: 410px !important;
}

.section.section__items-slider.project-detail__photos{
	padding-bottom: 280px;
}

.section.project-detail__photos .section__title{
	margin-bottom:1rem;
}

.project-detail__stats{
	/*background: #F0F4F8;*/
	padding:1.5rem;
}

.project-detail__stat-num{
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #EB2128;
	display:block;
}

.project-detail__stat-text{
	font-weight: bold;
	font-size: 22px;
	line-height: 29px;
	color: #212121;	
}

.project-detail__stat-item{
	margin-bottom:20px;
}

.project-detail__stats .project-detail__stat-item:last-child{
	margin-bottom:0;
}

.project-detail__review{
	padding-top:3rem;
}

.project-detail__review-title{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	margin-bottom:20px;
}

.project-detail__review-doc{
	background: #FFFFFF;
	box-shadow: 0px -1px 8px rgba(0, 0, 0, 0.05), 0px 4px 7px rgba(0, 0, 0, 0.1);	
	padding:1rem;
	margin-bottom:1.5rem;
	display: flex;
	justify-content: center;
	position: relative;
} 

.project-detail__review-doc:hover{
    box-shadow: -5px 5px 15px rgba(0,0,0,.1),0 12px 15px rgba(0,0,0,.07),0 -2px 10px rgba(0,0,0,.04);
}

.project-detail__review-doc:before{
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	transition: .3s ease-in-out;
	pointer-events: none;
}

.project-detail__review-doc:hover:before{
	background-color: rgba(27,117,187,.5);
	background-image: url(img/search.svg);
	pointer-events: none;
}



.software-detail-vp__item__title .h3{
	text-align: center;
}

.highlight-text{
	padding: 1rem;
	background-color: #f9f9f9;	
	color: #212121;
	font-weight:600;
}

.mark-key__tab1__mark-include{
	background-color: #F0F4F8;
	padding:2rem 0;
	margin-top:2rem;
}

.mark-key__tab1__mark-include .ul-icon li{
	padding-right:15px;
}

.mark-key__price{
	font-weight: 600;
	color: #eb2128;
	font-size: 1.75rem;
}

.mark-key__price-block{
	text-align:center;
}

.mark-key__price-block .mark-key__price{
	margin-bottom:1rem;
}

.section-mark-key-tabs{
	padding-top: 1.5rem;
	background-color: #f9f9f9;	
}

.num-list__title{
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: .5rem;
}

.mark-key__tab2__buy-key{
	background-color: #F0F4F8;	
}

.mark-key__tab2__buy-key__btn-wrapper{
	display:flex;
	justify-content: center;
	align-items: center;	
}

.mark-key__tab2__buy-key__btn-wrapper img{
	margin-right:20px;
}

.mark-key__tab2__buy-key{
	padding: 2rem 0;
}

.software-detail-vp__item__footer{
	border-top: 1px solid #c6cacc;
	background-color: #f9f9f9;
	padding: 20px;
	margin-left:-20px;	
	margin-right:-20px;	

}

.software-detail-vp__item__footer-price{
	display:flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.software-detail-vp__item__footer-price-value{
	font-weight:600;
}

.ta-c{
	text-align:center;
}
.ta-l{
	text-align:left;
}
.ta-r{
	text-align:right;
}

.mark-key__tab3__scheme{
	background-color: #F0F4F8;
	padding: 2rem 0 !important;
}


.goods-item > div{
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-direction: normal;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    box-shadow: 0 4px 7px rgba(0,0,0,.1),0 -1px 8px rgba(0,0,0,.05);
    transition: box-shadow .3s;
	padding:1.5rem;
}

.goods-item > div:hover{
	box-shadow: -5px 5px 15px rgba(0,0,0,.1),0 12px 15px rgba(0,0,0,.07),0 -2px 10px rgba(0,0,0,.04);
}

.goods-item__name{
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #1B75BB;	
	margin-bottom:1rem;
	margin-top:1rem
}

.goods-item__descr{
	color: #919699;	
}

.goods-item__prices{
	padding-top:1rem;
}


.goods-item__old-price{
	color: #919699;
	font-weight: 600;
	font-size: 18px;
	text-decoration: line-through;	
	display:block;
}

.goods-item__new-price{
	color: #EB2128;
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	display:block;
}

.goods-item__btn{
	padding-top:1rem;
}

.goods-item__btn > a{
	display:block;
}

.goods-item__pix{
	text-align:center
}

.mark-key__tab3__scheme{
	margin-top:2rem;
}

/*
ul.check-list li{
	padding-left:30px;
	position:relative;
}

ul.check-list li:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:url(img/check.svg);
	
}
*/

*[data-scrollto]{
	cursor:pointer;
}

.mark-key__tab2__complex2{
	padding-top:2rem;
	padding-bottom:0;
}

.mark-key__tab2__complex2 ul{
	margin-bottom: 0;
}

.mark-key__tab2__complex2 ul li{
	display:block;
}

.software-detail-vp__item__text{
	padding-bottom: 2rem;
}

.top-banner__nav{
	margin-bottom:1.5rem;
}

.section__top-banner .top-banner__nav a, .section__top-banner .top-banner__nav span{
	color:#fff;
}

.section__top-banner .top-banner__nav .breadcrumb .breadcrumb__item:not(:first-child)::before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.667 0l-.94.94L3.78 4 .727 7.06l.94.94 4-4-4-4z' fill='%23FFF'/%3E%3C/svg%3E");
}

.mark-key__tab3__scheme .ul-icon li{
	padding: 0 15px 1rem 2.25rem;
}

.software-detail-vp__item__text__download{
	display:flex;
	margin-bottom:20px;
}

.software-detail-vp__item__text__download > span:first-child{
	margin-right:10px;
}

.forum-comment-text .entry-quote{
	/*padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EAEBEC;
	margin-bottom: 10px;
	color: #919699;*/
	margin-bottom: 10px;
	color: #666;
	background-color: #f0f0f0;
	padding: 15px;
	font-size: 0.8rem;
	border-radius: 3px;
	overflow: hidden;
	border-left-width: 4px;
	border-left-color: #ccc;
	border-left-style: solid;
}
/*
.header__logo{
	margin-top: 0;
}

.header__logo img{
	width: 270px;
}
/*
.footer__logo {
	width: 280px;
}
*//*
.header__contact{
	padding: 0 15px 0 0;
}*/

.section.section__automatization-items .automatization-list .automatization-list__item.small {
	margin-bottom: 30px;
}

.software-detail-vp__item__title .h3 {
	font-size: 23px;
	color: #1b75bb;
}

.table .row.row_header{
	background-color: #F0F4F8;
	font-weight: 600;
}

.table .row.row_footer{
	background-color: #F0F4F8;
	font-weight: 600;
	color: #D91E25;
}

.table_tarif .icon{
	width: 26px;
	height: 26px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section.section__how-to-start {
	position: relative;
	overflow: hidden;
}

.section__how-to-start::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
}

.section__how-to-start.section__how-to-start_gray::before{
	background-color: #f0f4f8;
}

.section__how-to-start.section__how-to-start_white::before{
	background-color: #fff;
}

ol.num-list.num-list-secondary_vertical li{
	padding-left:15px;
	padding-right:15px;
	padding-top: 4.25rem;
	padding-bottom: 0;
}

ol.num-list.num-list-secondary_vertical li::before{
	left:15px;
}

.section__how-to-start .num-list{
	display:flex;
	margin-left: -15px;
	margin-right: -15px;
}

.section__how-to-start ol.num-list{
	margin-left: -15px;
	margin-right: -15px;
}

.section__how-to-start ol.num-list li {
	font-weight: 600;
}





.icon-check {
	background-image: url('img/check.svg');
}

.icon-uncheck-disabled {
	background-image: url('img/icon_uncheck_disabled.svg');
}

.td-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
}


.td-icon.icon-check{
	background-image: url('img/check.svg');
}

.td-icon.icon-uncheck-disabled{
	background-image: url('img/icon_uncheck_disabled.svg');
}

.td-icon.icon-help{
	background-image: url('img/icon-help.svg');
}

.rate-list-options__item-icon.link-item-icon{
	color:#1B75BB;
}




.detail-page-btn-back-wrapper{
	margin-top:200px;
}

.news-detail img{
	margin: 15px;
}


.software-detail-vp__item__links{
	display: block;
}

.software-detail-vp__item__links > * {
	width: 100%;
}

.share-wrapper{
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.share-wrapper span{
	font-weight: 600;
	font-size: 18px;
}

.ya-share2 li.ya-share2__item{
	list-style: none !important;
	position: relative;
	padding: 0 0 0 20px !important;
	margin: 0 !important;
}

.ya-share2 li.ya-share2__item:before{
	content: none!important;
}

.social-likes-wrapper{
	margin-bottom:30px;
	display: flex;
	justify-content: right;
}

.social-likes-wrapper .social-likes__widget_vkontakte {
	background: #0077ff;
}

.social-likes-wrapper .social-likes__widget{
	margin: 0;
	padding: 10px;
	border-radius: 4px;
}

.software-detail-vp__item__text__download{
	text-align: center;
	display: block;
}

.modal-form-w-big-header .modal-header{
	background: var(--main-blue-color);
	height: 118px;
}

.modal-form-w-big-header .modal-body{
	padding-top: 100px;
}

.modal-form-w-big-header .modal__logo {
	text-align: center;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	width: 155px;
	height: 155px;
	border-radius: 50%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15), 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.modal-form-w-big-header .modal__logo_inner {
	width: 93px;
	height: 96px;
	margin: 29px 31px 30px 31px;
	background-repeat: no-repeat;
	background-size: 148%;
	background-position: 60%;
}

.modal-form-w-big-header .modal__logo_inner_v2 {
	width: 120px;
	height: 120px;
	background-size: cover;
	margin: 23px 0 0 0;
	border-radius: 50%;
}

.modal-form-w-big-header .icon_close{
	color: #fff;
}

.section__subscribe_news-list-page .subscribe-form__fieldset{
	justify-content: start;
}

.section__subscribe_news-list-page .subscribe-form__caption{
	margin-top:10px;
}

.subscribe-form .subscribe-form__caption{
	margin-top:1rem;
}

.automatization-section-description{
	padding: 2.5rem 0;
}

.automatization-section-description-wrapper .automatization-section-description:nth-child(2n){
	/*background: #f0f4f8;*/
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.2) 8.11%, rgb(21%, 66%, 88%, 0.2) 50.4%, rgb(1%, 36%, 57%, 0.2) 99.73%);
}

h1.top-banner__title{
	line-height: 2.5rem;
}

.abonement-hotline{
	background-image: url('img/hotline_bg.jpg');
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: end;
}
.abonement-hotline .btn.btn-primary, 
.abonement-hotline .btn.btn-primary:hover, 
.abonement-hotline .btn.btn-primary:visited,
.abonement-hotline .btn.btn-primary:active,
.abonement-hotline .btn.btn-primary:not(:disabled):not(.disabled).active, 
.abonement-hotline .btn.btn-primary:not(:disabled):not(.disabled):active, 
.abonement-hotline .show > .btn.btn-primary.dropdown-toggle{
	background-color:#fff;
}
.abonement-hotline a{
	margin-bottom: 20px;
}

.section.section__abonement-clients .section__partners_v2{
	padding-top: 0;
}


.section__services_v2 .services-list__img{
	background-size: cover;
	background-position: center;
}

.abonement-hotline a{
	margin-bottom: 20px;
}

.section.section__abonement-clients .section__partners_v2{
	padding-top: 0;
}


.section__services_v2 .services-list__img{
	background-size: cover;
	background-position: center;
}
/*
.section__services_v2 .services-list__img{
	background-color: #1b75bb;
}*/

@media (min-width: 768px) {
	.section.section__services.section__services_v2 .services-list .services-list__item.services-list__item_col {
		flex: 0 0 50%;
		height: 300px;
	}
}

.section__services_v2 .services-list__item.services-list__item_col{
	height: auto !important;
}

.section__services_v2 .services-list__img{
	justify-content: center!important;
}

.automatization-inner-callback-form .section__bottom-form{
	/*margin-top: -30px;*/
}

@media (min-width: 768px) {
	.section.section__services.section__services_v2 .services-list .services-list__item.services-list__item_col {
		flex: 0 0 50%;
		height: 300px;
	}
}

.section__services_v2 .services-list__item.services-list__item_col{
	height: auto !important;
}

.section__services_v2 .services-list__img{
	justify-content: center!important;
}

.hotline__qr-col{
	display: flex;
	flex-direction: column;
	justify-content: revert-layer;
	align-items: center;
	margin-bottom: 3rem;
}

.subscribe-form .subscribe-form__fieldset{
	display: flex;
	justify-content: center !important;
}



.accordion-on-hover{
	margin-top: 15px;
	margin-bottom: 15px;
}

.accordion-on-hover-tab{
	/*background-color: #0F72BA;*/
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.8) 8.11%, rgb(21%, 66%, 88%, 0.8) 50.4%, rgb(1%, 36%, 57%, 0.8) 99.73%);
	padding:3rem;
	color:#fff;
	position: relative;
	overflow: hidden;
	display: flex;
	align-content: center;
	justify-content: center;
	border-radius:40px;
}
.accordion-on-hover-tab:hover{
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
}
.accordion-on-hover-tab-number{
	position: absolute;
	left: -0.8rem;
	bottom: 0;
	font-size: 9rem;
	line-height: calc(9rem - 35%);
	font-weight: 600;
}

.accordion-on-hover-tab-title{
	text-align: center;
	font-size: 1.4rem;
}

.accordion-on-hover-content{
	/*background-color: #F0F4F880;*/
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.2) 8.11%, rgb(21%, 66%, 88%, 0.2) 50.4%, rgb(1%, 36%, 57%, 0.2) 99.73%);
	transition: max-height 0.5s;
	max-height:0;
	overflow: hidden;
	border-bottom-right-radius:40px;
	border-bottom-left-radius:40px;
}
.accordion-on-hover-content>div{
	padding:1rem;
}

.accordion-on-hover-content span{
	padding: 2rem;
	font-size: 0.9rem;
	display: block;
}

.accordion-on-hover:hover .accordion-on-hover-content{
	max-height:200px;
}

ul.ul-image-list li:before{
	content:none !important;

}

ul.ul-image-list li {
	padding-left: 0 !important;
	text-align: center;
}






.t-experiment-text-list{
	list-style: none;
}

.t-experiment-text-list .t-list__item{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}


.t-experiment-text-list>div{
	padding-left: 0!important;
}

.t-list__container .t-title{
	display: block;
	text-align: center;
}

.t-title.t-title_md{
	font-size: 1.5rem;
	font-weight: 600;
}

.t-list__container .t-divider
{
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	height: 1px;
	background-color: #121212;
	opacity: .2;
}

.t-list__container .t-text{
	display: block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.t-text.t-text_sm{
	font-size: 0.8rem;
	font-weight: 400;
}















/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px)
{
	.d-only-xxl-none{
		display: none !important;
	}

	.d-only-xxl-block {
		display: block !important;
	}
}


/* Extra large devices (large desktops, 1276px and up) */
/*@media (min-width: 1276px)
{*/

/*X-Large devices (large desktops, 1200px and 1399px)*/
@media (min-width: 1200px) and (max-width: 1399.98px)
{
	.d-only-xl-none{
		display: none !important;
	}

	.d-only-xl-block {
		display: block !important;
	}

	.d-oxl-none{
		display: none !important;
	}

	.d-oxl-block {
		display: block !important;
	}

	.container {
		max-width: 1400px;
	}

	.publications-page .publications-page__list .publications-page__item {
		/*padding: 2rem;*/
	}	
	
	.guide-page__item > div {
		min-height: 250px;
	}		

	.contacts-page-blocks{
		margin-top:-100px;
	}
	
	.contacts-subscribe__text{ 
		min-height: 90px;
	}
	
	
}

 

 

/* Large devices (desktops, 1024px and up) */

/*@media (min-width: 992px) and (max-width: 1199.98px) */
@media (min-width: 1024px) and (max-width: 1275.98px) 
{
	.d-only-lg-none{
		display: none !important;
	}

	.d-only-lg-block {
		display: block !important;
	}

	.d-olg-none{
		display: none !important;
	}

	.d-olg-block {
		display: block !important;
	}

	.publications-page .publications-page__list .publications-page__item {
		margin-bottom: 2rem;
	}	

	.guide-page__item-pix{
		margin-bottom:15px;
	}

	.guide-page__item > div {
		min-height: 250px;
	}

	.section__services_v2 .services-list__text{
		display: block !important;
	}
}


 

/* Medium devices (tablets, 768px and up) */

/*@media (min-width: 768px) and (max-width: 991.98px) */
@media (min-width: 768px) and (max-width: 1023.98px) 
{
	.d-only-md-none{
		display: none !important;
	}

	.d-only-md-block {
		display: block !important;
	}

	.d-omd-none{
		display: none !important;
	}

	.d-omd-block {
		display: block !important;
	}

	.publications-page .publications-page__list .publications-page__item {
		padding: 1.5rem 1rem;
	}		
	
	.guide-page__item-pix{
		margin-bottom:15px;
	}
	
	.guide-page__item > div {
		min-height: 165px;
	}

	.guide-page__item > div {
		min-height: 285px;
	}	
	
	.table.service-tarif-table .row:nth-child(2n){
		background-color:#F9F9F9;
	}
	
	.service-tarif-table__item{
		margin-bottom:20px;
	}
	
	.service-tarif-table__item__name{
		font-size:1.25rem;
	}
	
	.software-detail-adv{
		padding: 3rem 0 0;
	}	
	
	.software-detail-vp__item__title .h3{
		font-size: 19px;
	}
/*	
	.catalog-filter-wrapper{
		position:fixed;
		top:0;
		left:0;
		height:100vh;
		width:100vw;
	}

	.catalog-filter-wrapper_hidden{
		transform: translateX(50%);	
	} 



	.catalog-filter-wrapper{
		position:fixed;
		top:0;
		left:0;
		height:100vh;
		width:100vw;
		transition: background-color .5s;
		background-color: rgba(2,65,120,.7);
	}	

	.catalog-filter-wrapper_hidden{
		background-color: transparent;
		pointer-events:none;
	}
*/

	.detail-page-btn-back-wrapper{
		margin-top:100px;
		margin-bottom:100px;
	}

	.abonement-hotline-wrapper{
		margin-top:2rem;
		margin-bottom:2rem;
	}

	.abonement-hotline{
		padding: 8rem 1rem 2rem;
	}

	.abonement-hotline a {
		margin-bottom: 0;
	}

	.section__services_v2 .services-list__text{
		display: block !important;
	}
}

 

 

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {

	.d-only-sm-none{
		display: none !important;
	}

	.d-only-sm-block {
		display: block !important;
	}

	.d-osm-none{
		display: none !important;
	}

	.d-osm-block {
		display: block !important;
	}

	.publications-page .publications-page__list .publications-page__item {
		padding: 1.5rem 1rem;
	}	
	
	.filter-form_toggle{
		display:none;
	}

	.guide-page__item-pix{
		margin-bottom:15px;
	}	
	
	.table.service-tarif-table .row:nth-child(2n){
		background-color:#F9F9F9;
	}
	
	.service-tarif-table__item{
		margin-bottom:20px;
	}
	
	.service-tarif-table__item__name{
		font-size:1.25rem;
	}	

	.contacts-block-subscribe {
		min-height: 240px;
	}
	
	.contacts-subscribe__text{ 
		min-height: 70px;
	}

	.detail-page-btn-back-wrapper{
		margin-top:50px;
		margin-bottom:50px;
	}

	.abonement-hotline-wrapper{
		margin-top:2rem;
		margin-bottom:2rem;
	}

	.abonement-hotline{
		padding: 8rem 1rem 2rem;
	}

	.abonement-hotline a {
		margin-bottom: 0;
	}

	.section__services_v2 .services-list__text{
		display: block !important;
	}

	.section__services_v2 .services-list__item{
		margin-bottom:1rem;
	}

}

 

 

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {

	.d-only-xs-none{
		display: none !important;
	}

	.d-only-xs-block {
		display: block !important;
	}


	.d-onone{
		display: none !important;
	}

	.d-oblock {
		display: block !important;
	}

	.filter-form_toggle{
		display:none;
	}	

	.guide-page__item-pix{
		margin-bottom:15px;
	}
	
	.table.service-tarif-table .row:nth-child(2n){
		background-color:#F9F9F9;
	}
	
	.service-tarif-table__item{
		margin-bottom:20px;
	}
	
	.service-tarif-table__item__name{
		font-size:1.25rem;
	}	
	
	.contacts-block-subscribe {
		min-height: 240px;
	}
	
	.contacts-subscribe__text{ 
		min-height: 70px;
	}	 	
	
	.contacts-subscribe__title{
		flex-direction: column;
	}
	
	.contacts-subscribe__title > img{
		margin-bottom: 15px;
	}
	
	.contacts-subscribe__title > div {
		text-align: center;
	}

	.detail-page-btn-back-wrapper{
		margin-top:50px;
		margin-bottom:50px;
	}

	.abonement-hotline-wrapper{
		margin-top:2rem;
		margin-bottom:2rem;
	}

	.abonement-hotline{
		padding: 8rem 1rem 2rem;
	}

	.abonement-hotline a {
		margin-bottom: 0;
	}

	.section__services_v2 .services-list__text{
		display: block !important;
	}

	.section__services_v2 .services-list__item{
		margin-bottom:1rem;
	}

	.navbar-toggler.header__toggler{
		padding: 0.25rem 0.25rem 0.25rem 0;
	}

	.navbar-toggler:not(.header__toggler){
		padding: 0.25rem 0 0.25rem 0.25rem;
		transform: scale(0.7);
	}

	.navbar-toggler.header__toggler{
		padding: 0.25rem 0.25rem 0.25rem 0;
		transform: scale(0.7);
	}

}