


@media (max-width: 1170px) {
    .block-content{
        width:940px;
    }
	
	.menu-btn {
		margin-left: 31px;
	}
	
	#systems-block .btns div, #systems-block .btns a {
		padding: 15px 22px!important;
	}
	
	#systems-block .btns div{
		width: 238px;
	}
	
	#systems-block .btns a{
		width: 139px;
	}
	
	#services-block .prim{
		clear: both;
		float: none;
		display: inline-block;
		margin-top: 30px;
	}
	
	#contacts-block{
		background-size: cover;
	}
	
	#footer .bottom-footer .center{
		clear: left;
		margin-left: 0;
	}
	
	#header-fixed .sub-phone{
		font-size: 13px;
	}
	
	#header-fixed .site-name{
		font-size: 14px;
	}
	
	.lang-version h1{
		font-size: 85px;
		line-height: 97px;
	}
	
}

@media (max-width: 970px) {
    .block-content{
        width:720px;
    }
	
	#header-fixed .site-name{
		display: none;
	}
	
	#header-fixed .lang-switcher{
		padding-left: 20px;
	}
	
	#header-fixed .lang-switcher:before {
		position: absolute;
		content: '';
		left: 0;
		height: 38px;
		width: 1px;
		top: -8px;
		background: rgba(185, 185, 185, 1);
	}
	
	#header-fixed .lang-switcher{
		float: right;
		margin-right: 30px;
	}
	
	#header-fixed .lang-switcher ul{
		left: 20px;
	}
	
	h1 {
		font-size: 81px;
		line-height: 86px;
		text-transform: uppercase;
	}
	
	#preims-block .preims .news-item .title {
		font-size: 20px;
		line-height: 26px;
	}
	
	#preims-block .solutions .news-item .descr .title{
		font-size: 39px;
	}
	
	#preims-block .solutions .news-item .descr{
		margin-top: -15px;
	}
	
	
	
	#systems-block .news-item .left .desktop-title{
		display: none;
	}
	
	#systems-block .news-item .left .mobile-title{
		display: block;
		margin-top: 20px;
		color: #E30613;
		position: relative;
		padding-right: 17px;
		display: inline-block;
	}
	
	#systems-block .news-item .left .mobile-title:after{
		content: '';
		position: absolute;
		width: 10px;
		height: 7px;
		top: 8px;
		right: 0;
		background: url("images/red-down.svg") 0px 0px no-repeat;
		transition: .35s;
		transform: rotate(0deg);
	}
	
	#systems-block .news-item .left .syst-preims:hover .mobile-title:after{
		transform: rotate(180deg);
	}
	
	#systems-block .news-item .left{
		padding-bottom: 20px;
	}
	
	#systems-block .news-item .syst-preims{
		position: relative;
		
	}
	
	#systems-block .news-item .syst-preims .preims-list{
		position: absolute;
		left: 0;
		top: 49px;
		border: 1px solid #B9B9B9;
		border-radius: 16px;
		background: #fff;
		z-index: 1;
		padding: 20px;
		width: 100%;
		display: none;
	}
	
	#systems-block .news-item .syst-preims:hover .preims-list{
		display: block;
	}
	
	#systems-block .news-item .left ul {
		padding-top: 0px;
	}
	
	#projects-block .news-item .title{
		right: 30px;
	}
	
	#contacts-block .text br{
		display: none;
	}
	
	#preims-block .solutions .news-list{
		display: flex;
	}
	
	#preims-block .solutions .news-item{
		min-height: auto;
	}
	
	#preims-block .solutions .news-item .descr {
		padding: 30px;
		padding-bottom: 40px;
	}
	
	.lang-version h1 {
        font-size: 66px;
        line-height: 75px;
    }
	   
}

@media (max-width: 970px) and (min-width: 751px) {
	
	
	 #systems-block .btns div, #systems-block .btns a {
        padding: 15px 25px !important;
        display: block;
        text-align: center;
        margin-bottom: 4px;
		width: 100%;
    }
	
	
	
	#systems-block .news-item .left {
		padding: 30px;
        padding-bottom: 180px;
    }
	
	#systems-block .btns{
		padding: 0 30px;
		bottom: 30px;
		width: 50%;
	}
	
	#systems-block .news-item{
		overflow: visible;
	}
	
	#systems-block .news-item .syst-preims .preims-list{
		width: 655px;
	}
	
	#systems-block .news-item:nth-child(even) .syst-preims .preims-list{
		left: auto;
		right: 0;
	}
	
	
}


@media (max-width: 875px){
	
	.popup-form{
		width: 320px;
		padding: 20px;
		margin-left: -160px;
		margin-top: -268px;
	}
	
	.popup-form font.errortext {
		color: red;
		font-size: 13px;
		line-height: normal;
		display: inline-block;
	}
	
	.popup-form .title {
		font-size: 21px;
		line-height: 27px;
	}
	
	.popup-form .sub-title{
		padding-bottom: 15px;
		font-size: 15px;
		line-height: normal;
	}
	
	.popup-form input[type="text"] {
		height: 44px;
		margin-bottom: 7px;
		background-position: 14px center!important;
	}
	
	.popup-form textarea {
		height: 70px;
		padding: 12px 15px;
	}
	
	.popup-form input[type="submit"]{
		font-size: 15px;
		padding: 10px 40px;
		width: 100%;
		text-align: center;
	}
	
	.popup-form .policy-text label {
		width: 100%;
		font-size: 13px;
		margin-top: 13px;
		line-height: normal;
		clear: both;
	}
	
	.popup-form .captcha-wr br{
		display: none;
	}
	
	
}



@media (max-width: 750px) {
   .block-content{
        width:450px;
    }
	
	#systems-block .news-item{
		display: block;
	}
	
	#systems-block .news-item .left, #systems-block .news-item .right{
		width: 100%;
	}
	
	#systems-block .news-item .btns{
		position: static;
		padding-top: 20px;
		padding-bottom: 40px;
		clear: both;
		text-align: center;
	}
	
	#top-header .phone-wrapper{
		display: none;
	}
	
	#top-header .main-menu .phone-wrapper{
		display: block;
	}
	
	.menu-btn{
		margin-left: 0;
	}
	
	h1 {
        font-size: 51px;
        line-height: 60px;
        text-transform: uppercase;
    }
	
	#preims-block .preims .news-item{
		width: 100%;
		margin-right: 0;
	}
	
	h2 {
		font-size: 32px;
		line-height: 38px;
	}
	
	#preims-block .solutions .news-item{
		width: 100%;
		margin-bottom: 20px;
		min-height: auto;
	}
	
	#preims-block .solutions .news-list{
		display: block;
	}
	
	#systems-block .btns div, #systems-block .btns a {
        padding: 15px 0px !important;
    }
	
	#systems-block .btns div {
        width: 62%;
    }
	
	#systems-block .btns a {
		width: 37%;
	}
	
	#systems-block .btns{
		padding: 0 30px;
	}
	
	#systems-block .news-item .left {
		padding: 40px 30px 20px 30px;
	}
	
	#preims-block .solutions .news-item .descr {
		padding: 30px;
		padding-bottom: 40px;
	}
	
	#projects-block .news-item{
		width: 100%;
		margin-right: 0;
	}
	
	#projects-block .news-list{
		display: block;
	}
	
	#systems-block .news-item .btns{
		 display: flex;
        justify-content: space-between;
	}
	
	#systems-block .btns div, #systems-block .btns a {
        padding: 15px 22px !important;
    }
	
	#projects-block .news-item .title {
        right: auto;
    }
	
	#services-block .news-item{
		width: 100%;
	}
	
	#services-block .news-list{
		display: block;
	}
	
	#services-block .news-item a{
		padding-left: 30px;
	}
	
	#faq-block .news-item .title{
		padding-left: 30px;
	}
	
	#faq-block .news-item .answer{
		padding-left: 30px;
	}
	
	#contacts-block .news-item{
		width: 100%!important;
		padding: 30px;
		margin-bottom: 20px;
		padding-right: 30px;
	}
	
	#contacts-block .news-item .red-btn{
		position: static;
		margin-top: 20px;
	}
	
	#footer .bottom-footer .right{
		clear: both;
		float: left;
	}
	
	#footer .addr {
		margin-right: 0;
	}
	
	#footer .soc-links{
		float: right;
		margin-top: -16px;
	}
	
	#contacts-block .text {
		font-size: 20px;
		line-height: 26px;
	}
	
	#faq-block .news-item .title{
		font-size: 17px;
		line-height: 22px;
	}
	
	.block-content{
		padding: 80px 0;
	}
	
	#faq-block .news-item:last-child{
		margin-bottom: 0;
	}
	
	#contacts-block .news-list {
		margin-top: 40px;
	}
	
	.slick-prev, .slick-next{
		display: none!important;
	}
	
	#video-block .news-list {
		padding: 0 0px;
	}
	
	#projects-block .news-item .title{
		left: 20px;
		top: 20px;
	}
	
	#faq-block .plusminus-wr{
		right: 30px;
	}
	
	#main-menu .phone-wrapper{
		display: block;
		padding-bottom: 40px;
	}
	
	 .lang-version h1 {
        font-size: 41px;
        line-height: 51px;
    }
	
	.lang-version .red-btn{
		padding: 18px 28px;
		font-size: 17px;
	}
	
}


@media (max-width: 511px) {
   .block-content{
        width: 100%;
		padding: 80px 15px;
    }
	
	#header-fixed .block-content,
    #header-block .block-content,
	#footer .block-content{
        width: 100%;
		padding: 0px 15px;
    }
	
	#header-block{
		min-height: 700px;
		background: url("images/m-header.jpg") top center no-repeat;
		background-size: auto 700px;
	}
	
	.kz-font-page-wrapper #header-block {
		background: url(/local/templates/logicbase/images/bg-326-logicbase-mobile-060924-KZ.jpg) top center no-repeat;
	}

	.uz-font-page-wrapper #header-block {
		background: url(/local/templates/logicbase/images/bg-326-logicbase-mobile-060924-UZ.jpg) top center no-repeat;
	}

	.az-font-page-wrapper #header-block {
		background: url(/local/templates/logicbase/images/m-header-az.jpg) top center no-repeat;
	}
	
	#services-block {
		background: url(/local/templates/logicbase/images/bg-326-logicbase-mobile-260624-2.jpg) top center no-repeat;
		background-size: cover;
	}
	
	#contacts-block {
		background: url(/local/templates/logicbase/images/bg-326-logicbase-mobile-260624-3.jpg) top center no-repeat;
		background-size: cover;
	}
	
	h1{
		font-size: 9vw;
		line-height: normal;
	}
	
	#systems-block .btns div, #systems-block .btns a {
        padding: 15px 0px !important;
    }
	
	#systems-block .red-btn{
		width:62%;
	}
	
	#systems-block .blue-btn{
		width:37%;
	}
	
	#video-block .news-item a{
		margin: 0;
	}
	
	#video-block h2{
		padding-bottom: 40px;
	}
	
	#projects-block h2{
		padding-bottom: 40px;
	}
	
	#services-block .news-item .icon{
		right: 30px;
	}
	
	#services-block .news-item a{
		padding-right: 72px;
	}
	
	#faq-block .news-item .title{
		padding-right: 70px;
	}
	
}


@media (max-width: 450px) {
	
	#header-fixed .logo {
		margin-right: 14px;
		width: 157px;
		margin-top: 5px;
	}
	
	#header-block .red-btn{
		padding: 17px 21px;
		font-size: 18px;
		margin-top: 30px;
	}
	
	#systems-block .btns div, #systems-block .btns a{
		 font-size: 16px;
	}
	
	#footer .soc-links a{
		margin-left: 0;
		margin-top: 0;
	}
	
	#footer .soc-links {
        float: none;
        padding-top: 5px;
        clear: both;
    }
	
	
	 .lang-version h1 {
        font-size: 8vw;
        line-height: normal;
    }
	
	 .lang-version .red-btn {
        padding: 17px 21px;
        font-size: 16px!important;
		width: 100%;
		text-align: center;
    }
	
	
}


@media (max-width: 390px) {
	
	#header-fixed .lang-switcher {
        padding-left: 13px;
		padding-right: 13px;
		margin-right: 14px;
    }
	
	#systems-block .news-item .btns{
		display: block;
	}
	
	#systems-block .btns div, #systems-block .btns a{
		width: 100%;
		margin-bottom: 10px;
	}
	
	#systems-block .news-item .syst-preims .preims-list{
		font-size: 15px;
		line-height: normal;
	}
	
	h2 {
        font-size: 26px;
        line-height: 32px;
    }
	
	#header-fixed .lang-switcher ul {
        left: 13px;
    }
	
	#projects-block .news-item .title{
		max-width: 85%;
	}
	
	#contacts-block .news-item .title{
		font-size: 17px;
		line-height: 25px;
	}
	
}

@media (max-width: 355px) {
	
	#header-block .red-btn{
		font-size: 16px;
	}
	
	#header-fixed .logo {
        margin-right: 14px;
        width: 123px;
        margin-top: 9px;
    }
	
}