.btn.js-modal-show{border:none!important}
.top-menu__request, .ask__btn{cursor:pointer!important;}

.ask__btn:hover {
    cursor: pointer!important;
}
.feedback .container {
    padding: 80px 15px 70px;
}
.feedback__text {
	margin-bottom:0;
}
.not-work{
    margin-bottom: 40px;
    font-size: 18px;
}
.not-work a{
    color: #000000;
    text-decoration: underline;
    transition: all .2s linear;
}
.not-work a:hover{
    color: #ee1d23;
    text-decoration: none;
}
.search{
    margin-left:0;
    padding-left: 80px;
    width: 380px;
}
.banner{
    margin-top: -60px;
}
.banner__carousel .item> picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
}

@media (max-width: 620px){
    .reviews{
        background-image:url(img/bg-reviews-mob.jpg);
    }
}

.news-desc {
    padding-top: 0;
}

.links__title {
    text-transform: uppercase ;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.company-licenses{
    margin-bottom: 15px;
}
.licenses__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.licenses__list .licenses__item{
    width: 150px;
    margin: 5px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.licenses__list .licenses__item::before{
    display: none
}
.licenses__list .licenses__link {
    display: block;
    border: 1px solid #eeeeee;
    padding: 2px;
}



/*Блок техно*/
/* upload/injener/bg-injener.jpg*/
.s-new-tehno {
    background: url(/upload/injener/bg-injener.jpg) center/cover no-repeat;
    color: #fff;
    padding: 130px 0 100px;
}
.new-tehno {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
}
.new-tehno .new-tehno__left {
    max-width: 810px;
    margin-bottom: 30px;
}
.new-tehno__right {
    margin-bottom: 30px;
    min-width: 300px;
}
.new-tehno__left .sec-title {
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 20px;
}
.new-tehno__left .descr {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}
.new-tehno__right--img {
    max-width: 480px;
    width: 100%;
}
.new-tehno__right--img img {
    width: 100%;
    height: 100%;
}
.new-tehno__list {
    margin-bottom: 30px;
}
.new-tehno__list li {
    font-weight: 400;
    font-size: 20px;
}
.new-tehno__left .btn{
    width: 220px;
    height: 44px;
}
.new-tehno__left .btn:hover {
    color: #fff;
    background: #d9181e;
}
.new-tehno__left .sec-title {
    color: #fff;
}
@media (max-width: 1100px) {

    .new-tehno {
        flex-wrap: wrap;
    }
    .new-tehno .new-tehno__left {
        max-width: 100%;
    }
    .new-tehno__right--img {
        display: none;
    }
    .s-new-tehno {
        padding: 70px 0;
    }
}
@media (max-width: 500px) {
    .new-tehno__left .sec-title {
        font-size: 24px;
    }
    .new-tehno__left .descr {
        font-size: 14px;
        line-height: 20px;
    }
    .new-tehno__list li {
        font-size: 14px;
    }
    .new-tehno .new-tehno__left {
        margin-bottom: 0;
    }
}

.like_btn.btn{
	width:auto;height:auto;
	border-radius:0;
	    padding: 6px 24px;
}
.like_btn.btn a{
	    color: #fff;
}
.like_btn.btn:hover a{
    color: #231f20;
}

.footer_hh{
	background: #e5e1e0;
	padding: 16px 0px;
	max-width: 222px;
}

.footer_hh a{
	padding: 0 8px;
	display: flex;
}

.footer_hh a:before{
    content: '';
    width: 58px;
    background-image: url(img/icons/hh-black-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 14px;
}
@media (max-width: 500px) {
	.footer_hh{padding:0;}
}

.b24-window-mounts .b24-window-popup{z-index:9999999;}
.phones__callback-header {
    margin-left: 8px;
}
.white-popup {
    background: #FFF;
    max-width: 600px;
    margin: 0 auto;
}
.popup-policy {
    z-index: 100;
}

.btn:hover, .btn:focus{
    color: #fff;
}

.bx-filter-block #set_filter{width:auto;padding-left:10px;padding-right:10px;}