@media (min-width: 1100px) {
	#chatra.chatra--pos-right {
    	right: 100px !important;
	}
}
.politika-obrabotki_list{
	padding-left: 40px;
	margin-bottom: 10px;
}
.politika-obrabotki_list-item{
	list-style: disc;
}
.service-projects-item h3{
	height: 7rem !important;
}
.service-projects-item .service-projects-item-view{
	height: 55px;
    width: calc(100% - 40px);
    text-align: center;
    position: absolute;
    bottom: 0px;
}
.header-info-title small{
	display: none !important;
}
.project-detail-steps li{
	padding-bottom: 25px;
}
.project-detail-steps li:last-child{
	padding-bottom: 0;
}
.form-submit-note a {
    color: #1971DD;
}
.form-submit-note a:hover, .form-submit-note a:focus, .form-submit-note a:active {
    color: #1971DD;
}
.home-services-text {
    height: calc(100% - 85px) !important;
}
.nowrap{
	white-space: nowrap;
}
.main-block-service-description h2{
	white-space: nowrap;	
}
.page404-content{
	text-align: center;
	padding: 0 30px;
}
.page404-content h1{
	color: #00328E;
    font-size: 20rem;
}
.page404-content h2{
    font-size: 3rem;
}
.page404-content p,
.page404-content a{
	font-size: 18px;
} 
.page404-content a, 
.page404-content a:hover, 
.page404-content a:focus, 
.page404-content a:active {
    color: #007bff;
}
.window_bg{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}
.fancybox-caption{
	text-align: center;
	font-size: 16px !important;
}
.fancybox-caption:before{
	display: none !important;
}
.fancybox-caption:after{
	display: none !important;
}
@keyframes arrow1 {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(10px, 0);
  }
}
.header-info-list2 {
	display: flex
;
	flex-wrap: wrap;
	margin-top: 3.53em;
	font-weight: 400;
}
@media (max-width: 992px){
	/*.simplebar-track.horizontal .simplebar-scrollbar:after{
		content: "";
		background-image: url("img/right-arrow.svg");
		position: absolute;
	    background-size: contain;
	    right: -19px;
	    width: 19px;
	    top: -7px;
	    height: 32px;
	    animation: arrow1 1s ease-in-out infinite;
	  	margin-left: 9px;
	}	*/
	.simplebar-track.horizontal{
		background: #000;
	    border-radius: 50px;
	    opacity: .4;
	}
	.simplebar-scrollbar:before{
		background: #fff !important;
		opacity: .8 !important;
	}
}

@media (max-width: 360px){
	.nowrap{
		font-size: 30px;
	}
}
@media (max-width: 768px){
	.footer-anim-logo::before{
		display: none !important;
	}
	.page404-content h1{
	    font-size: 15rem;
	}
	.page404-content h2{
	    font-size: 2.5rem;
	}
	.page404-content p,
	.page404-content a{
		font-size: 16px;
	} 
}