/*company styles*/

.company_section{
    margin-top: 72px;
}
.company_main-title{
    margin-bottom: 0px;
    margin-top: 48px;
    font-size: 45px;
    font-weight: 600;
    line-height: 63px;
}
.company_main-image{
    margin-top: 56px;
    width: 100%;
}
.company_wrapper-description{
    display: flex;
    margin-top: 48px;
}
.company_wrapper-study{
    margin-top: 48px;
}
.company_second-title{
    font-size: 30px;
    font-weight: 600;
}
.company_description-text{
    font-size: 18px;
    line-height: 32.4px;
}
.company_description-card-title{
    line-height: 48px;
    font-size: 45px;
    font-weight: 400;
}
.company_description-card-text{
    font-size: 16px;
    margin-top: 16px;
    line-height: 24px;
}
.company_description-wrapper-cards :first-child{
    margin-top: 0;
}
@media (max-width: 1082px) {
    .company_wrapper-study{
        margin-top: 24px;
    }
    .company_main-title{
        margin-top: 32px;
        font-size: 28px;
        font-weight: 600;
        line-height: 39px;
    }
    .company_second-title{
        font-size: 24px;
        line-height: 33.6px;
    }
    .company_main-image{
        margin-top: 32px;
    }
    .company_section{
        margin-top: 56px;
    }
    .company_description-card-title{
        font-size: 36px;
    }
    .company_description-card-text{
        font-size: 12px;
        margin-top: 8px;
        line-height: 18px;
    }
    .company_description-text{
        font-size: 14px;
        line-height: 25.2px;
    }
    .company_wrapper-description{
        margin-top: 24px;
        display: block;
    }
    .company_description-wrapper-cards{
        width: 100%;
        margin-top: 32px;
    }
    .company_description-card-col{
        margin-top: 24px;
    }
}
@media (min-width: 1084px) {
    .company_description-text{
        width: 613px;
    }
    .company_description-wrapper-cards{
        width: 451px;
        margin-left: 124px;
    }
    .company_description-card-col{
        margin-top: 40px;
    }
}
.company-tab-fade{
    background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
    url('/image/company/company_accordion_first.png') right;
}
.company-tab-fade-second{
    background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
    url('/image/company/company_accordion_second.png') right;
}
.company-tab-fade-third{
    background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
    url('/image/company/company_accordion_third.png') right;
}
.company-tab-fade-fourth{
    background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
    url('/image/company/company_accordion_fourth.png') right;
}
.company-tab-fade-fifth{
    background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
    url('/image/company/company_accordion_fifth.png') right;
}
.company_accordion{
    width: 42%;
    color: white;
}
.company_accordion-a::after{
    position: absolute;
    right: -30px;
    top:11px;
    height: 14px;
    width: 7px;
    content: url("/image/company/arrow.svg");
    transform: rotate(90deg);
}
.company_accordion{
}
.collapsed:after{
    top: 2px;
    right: -20px;
    transform: rotate(0deg);
}
.company_accordion-head{
    margin-top: 24px;
    margin-bottom: 16px;
}
.company_accordion-title{
    position: relative;
    width: max-content;
    font-weight: 600;
    font-size: 24px;
}
.company_accordion-text{
    font-size: 16px;
    line-height: 28.8px;
}
#accordionExample{
    padding: 56px;
}
.company_accordion-a{
    color: white;
}
.company_accordion-a :hover{
    color: rgba(255,255,255,0);
}
#company_tab-background{
    border-radius: 5px;
    height: 640px;
    margin-top: 48px;
}
.company_perspectives-text{
    font-size: 18px;
    line-height: 32.4px;
}
.company_perspectives-block{
    width: 50%;
}
.company_perspectives-first-block{
    padding-right: 10px;
}
.company_perspectives-second-block{
    padding-left: 10px;
}
@media (max-width: 1082px) {
    .company_perspectives-block{
        width: 100%;
    }
    .company_perspectives-first-block{
        padding-right: 0;
    }
    .company_perspectives-second-block{
        margin-top: 10px;
        padding-left: 0;
    }
}
.study-card-container{
    width: 50%;
}
.study-card-container-first{
    padding-right: 10px;
}
.study-card-container-second{
    padding-left: 10px;
}
.study-card {
    padding: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #D6D6D6;
    background-color: #FFFFFF;
    transition: 0.3s ease-in-out;
    height: 100%;
    flex-direction: column;
    color: inherit;
    z-index: 2;
    position: relative;
}
.study-card:hover{
    color: black;
}
.study-cards__wrap{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}
.study-card_text{
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
}
.study-arrows{
    width: 30%;
    position: absolute;
    top: 40px;
    right: 105px;
}
.company_study-text{
    line-height: 32.4px;
    font-size: 18px;
    width: 50%;
}
.company_hunting-card{
    margin-top: 40px;
}
.company_hunting-card-second{
    margin-top: 0px;

}
.company_hunting-card-body{
    margin-left: 20px;
    font-size: 16px;
    line-height: 28.8px;
}
.company_hunting-card-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 16px;
}
.company_hunting-card-ul{
    padding-left: 15px;
}
.right-angle{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.company_slider{
    border-radius: 5px !important;
    height: 433px !important;
}
.company_slider-second{
    height: 380px !important;
}

.company_carousel-indicators{
    bottom: -60px !important;
}
.company_carousel-item{
    border-radius: 5px;
    height: 100% !important;
}
.company_slider-image{
    left: 86px !important;
    bottom: 0 !important;
}
.company_slider-image-second{
    left: 139px !important;
    bottom: 0 !important;
}
.company_carousel-inner{
    background: url("/image/company/company_slider-background.png");
    border-radius: 5px;
}
.company_slider-text-wrapper{
    color: white;
    width: 613px;
    left: 528px;
    top: 20%;
}

.company_second-slider-text-wrapper{
    margin-top:0;
    color: white;
    width: 613px;
    left: 528px;
    top:72px;
}
.company_slider-title{
    font-size: 18px;
    line-height: 32.4px;
    font-weight: 600;
}
.company_slider-text{
    margin-top: 16px;
    font-size: 16px;
    line-height: 28.8px;
}


.company_slider-author{
    margin-top: 24px;
    font-size: 14px;
    line-height: 19.6px;
}
.w-5{
    width: 5% !important;
}
.company_call-to-action{
    box-sizing: border-box;
    padding-top:72px;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    height: 341px;
    color: white;
    margin-top: 72px;
    background: url("/image/company/company_slider-background.png");
}
.company_call-to-action-title{
    margin: 0 auto;
    width: 775px;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
.company_call-to-action-buttons{
    color: #233255;
    margin-top: 45px;
}
.company_call-to-action-button{
    background: white;
    padding: 16px 32px 16px 32px;
}
.company_call-to-action-button:hover{
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5)
}
.company_call-to-action-button:first-child{
    margin-right: 45px;
}
.company_hunting-image{
    width: 86px;
    height: 86px;
}
.company_vacancy-select {
    position: relative;
    text-align: left;
    background: white;
    border-radius: 0;
    border: 1px solid #DCDCDC;
    padding: 11px 24px;
    width: 297px;
}
.company_vacancy-select::after{
    position: absolute;
    right: 17px;
    transform: rotate(90deg);
    content: url("/image/company/arrow-black.svg");
}
.carousel-control-next-icon{
    background-image: url("/image/company/arrow.svg") !important;
}
.carousel-control-prev-icon {
    transform: rotate(180deg);
    background-image: url("/image/company/arrow.svg") !important;

}
.company_vacancy-option:first-child{
    margin-top: 8px;
}
.company_dropdown-menu{
    border-radius: 0 !important;
    margin-top: 8px !important;
    height: 240px !important;
    overflow-y: scroll;
    background: white;
    box-shadow: 0px 4px 24px 0px #00000026;
    position: absolute;
    width: 292px;
    z-index: 10;
}
.company_dropdown-active-city{
    opacity: 0.6;
}
.company_dropdown-active-department{
    opacity: 0.6;
}
.company_vacancy_buttons{
    display: flex;
    margin-top: 48px;
}
.company_vacancy-title{
    font-size: 24px;
    font-weight: 600;
    color: #0D4A75;
}
.company_vacancy-card{
    margin-top: 40px;
}
.company_vacancy_info{
    display: flex;
    margin-top: 16px;
    font-size: 16px;
}
.company_vacancy-geo{
    margin-left: 40px;
}
.company_vacancy-geo-img{
    margin-right: 16px;
}
.company_all-vacancy-button{
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
    color: #0D4A75;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    background-color: white;
    padding-top: 13px;
    padding-bottom: 13px;
}
@media (max-width: 1082px) {
    #accordionExample{
        padding: 20px;
    }
    .company_accordion-head{
        margin-bottom: 8px;
        margin-top: 16px;
    }

    .right-angle{
        display: none;
    }
    .company_accordion-title{
        font-size: 16px;
    }
    .company_accordion-text{
        font-size: 12px;
        line-height: 21.6px;
    }
    .study-arrows{
        display: none;
    }
    .study-card {
        padding: 24px;
    }
    .study-card_text{
        font-size: 12px;
        line-height: 21.6px;
        margin-bottom: 16px;
    }
    .study-card-title{
        margin-top: 16px;
    }
    .company_perspectives-text{
        font-size: 14px;
        line-height: 25.2px;
    }
    .company_study-text{
        line-height: 25.2px;
        font-size: 14px;
        width: 100%;
    }
    .study-card-container{
        width: 100%;
    }
    .study-card-container-first{
        padding-right: 0;
    }
    .study-card-container-second{
        margin-top: 24px;
        padding-left: 0;
    }
    .company_hunting-card{
        margin-top: 24px;
    }
    .company_hunting-card-second{
        margin-top: 24px;
    }
    .company_slider{
        height: 330px !important;
    }
    .company_slider-text-wrapper{
        width: 470px;
        top: 15%;
        left: 410px;
    }
    .company_slider-image{
        height: 85%;
        left: 65px !important;
        bottom: -20px !important;
    }
    #company_budin{
        bottom: 0 !important;
    }
    .company_slider-title{
        font-size: 16px;
        line-height: 26px;
    }
    .company_slider-text{
        font-size: 14px;
        line-height: 24px;
    }
    #textTrefilov{
        top: 9%;
    }
    #textPonomarev{
        top: 10%;
    }
    #slider-text-trefilov{
        margin-top: 10px;
    }
    #slider-author-trefilov{
        margin-top: 10px;
    }
    .company_slider-second {
        height: 290px !important;
    }
    .company_slider-image-second{
        height: 80%;
        left: 60px;
    }
    .company_slider-image-third{
        bottom: 0 !important;
    }
    #slider-chudinovskih{
        top: 9%;
    }
}
@media (max-width: 766px){
    .company_vacancy_info{
        display: flex;
        width: 100%;
    }
    .company_vacancy-geo-img{
        width: 12px;
        height: 16px;
        margin-right: 8px;
    }
    .company_vacancy-geo{
        align-self: center;
        display: block ruby;
        margin-left: 40px;
    }
    .company_vacancy_department{
        width: max-content;
    }
    .company_accordion{
        width: 100%;
    }
    #company_tab-background{
        position: relative;
        width: 105vw;
        height: 670px;
        margin-left: -18px;
        border-radius: 0;
    }
    .company-tab-fade{
        background: linear-gradient(to bottom, rgba(35, 50, 85, 0) 30.03%, #233255 40.48%),
        url('/image/company/company_accordion_first.png') -25vw top no-repeat;
        background-size: 130vw;
    }
    .company-tab-fade-second{
        background: linear-gradient(to bottom, rgba(35, 50, 85, 0) 30.03%, #233255 40.48%),
        url('/image/company/company_accordion_second.png') -25vw top no-repeat;
        background-size: 130vw;
    }
    .company-tab-fade-third{
        background: linear-gradient(to bottom, rgba(35, 50, 85, 0) 30.03%, #233255 40.48%),
        url('/image/company/company_accordion_third.png') -25vw top no-repeat;
        background-size: 130vw;
    }
    .company-tab-fade-fourth{
        background: linear-gradient(to bottom, rgba(35, 50, 85, 0) 30.03%, #233255 40.48%),
        url('/image/company/company_accordion_fourth.png') -25vw top no-repeat;
        background-size: 130vw;
    }
    .company-tab-fade-fifth{
        background: linear-gradient(to bottom, rgba(35, 50, 85, 0) 30.03%, #233255 40.48%),
        url('/image/company/company_accordion_fifth.png') -25vw top no-repeat;
        background-size: 130vw;
    }
    #accordionExample{
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .company_slider{
        height: 87vh !important;
        width: 102vw !important;
        margin-left: -5vw;
    }
    .company_carousel-inner{
        background: url("/image/company/company_slider-mobile-background.png");
        background-size: cover;
        border-radius: 0 !important;

    }
    .company_carousel-item{
        border-radius: 0 !important;
    }
    .company_slider-image{
        overflow: auto !important;
        margin: 0 auto !important;
        top: auto !important; left: 0 !important; bottom: 0 !important; right: 0 !important;
        height: 300px;
    }
    .company_slider-image-second{
        overflow: auto !important;
        margin: 0 auto !important;
        top: auto !important; left: 0 !important; bottom: 0 !important; right: 0 !important;
        height: 40vh;
    }
    .company_slider-text-wrapper{
        width: 90%;
        top:24px;
        left:24px;
    }
    #textPonomarev {
        top: 24px;
    }
    #textTrefilov {
        top: 24px;
    }
    #slider-chudinovskih{
        top:24px;
    }
    .carousel-control-next{
        display: none !important;
    }
    .carousel-control-prev{
        display: none !important;
    }
    .company_slider-title{
        font-size: 14px;
        line-height: 25.2px;
    }
    .company_slider-text{
        margin-top: 8px;
        font-size: 12px;
        line-height: 21.6px;
    }
    .company_slider-author{
        font-size: 12px;
        margin-top: 16px;
    }
    .company_slider-second{
        height: 75vh !important;
    }
    .company_hunting-image{
        width: 65px;
        height: 65px;
    }
    .company_hunting-card-body{
        font-size: 12px;
        line-height: 28.8px;
    }
    .company_hunting-card-title{
        line-height: 24px;
        margin-bottom: 8px;
    }
    .company_call-to-action{
        width: 110vw;
        margin-left: -8vw;
        border-radius: 0;
    }
    .company_call-to-action-title{
        font-size: 24px;
        width: 95vw;
    }
    .company_call-to-action-button{
        padding: 12px 8px;
        font-size: 14px;
    }
    .company_call-to-action-button:first-child{
        margin-right: 20px;
    }

    .company_dropdown-menu{
        border-radius: 0 !important;
        margin-top: 8px !important;
        height: 240px !important;
        overflow-y: scroll;
        background: white;
        box-shadow: 0px 4px 24px 0px #00000026;
        position: absolute;
        width: 292px;
        z-index: 10;
    }
    .company_vacancy_buttons{
        display: block;
        margin-top: 24px;
    }
    .company_vacancy-title{
        font-size: 16px;
    }
    .company_vacancy-card{
        margin-top: 16px;
    }
    .company_vacancy-card:first-child{
        margin-top: 32px;
    }
    .company_vacancy_info{
        font-size: 12px;
    }
    .dropdown-second{
        margin-top: 16px;
    }
}
@media (min-width:1082px) and (max-width: 1400px) {
    .company_main-title{
        font-size: 36px;
    }
    .company_second-title{
        font-size: 26px;
    }
    .company_main-image{
        margin-top: 40px;
    }
    .company_section{
        margin-top: 56px;
    }
    .company_description-text{
        font-size: 16px;
    }
    .company_wrapper-description{
        margin-top:28px;
    }
    .company_description-card-title{
        font-size: 38px;
    }
    .company_description-card-text{
        font-size: 14px;
    }
    #company_tab-background{
        margin-top: 28px;
        height: 630px;
    }
    #accordionExample{
        padding: 36px;
    }
    .company_accordion-head{
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .company_accordion-title{
        font-size: 20px;
    }
    .company_accordion-text{
        font-size: 16px;
    }
    .company_perspectives-text{
        font-size: 16px;
    }
    .company_slider{
        height: 330px !important;
    }
    .company_slider-text-wrapper{
        width: 470px;
        top: 15%;
        left: 410px;
    }
    .company_slider-image{
        height: 85%;
        left: 65px !important;
        bottom: -20px !important;
    }
    #company_budin{
        bottom: 0 !important;
    }
    .company_slider-title{
        font-size: 16px;
        line-height: 26px;
    }
    .company_slider-text{
        font-size: 14px;
        line-height: 24px;
    }
    #textTrefilov{
        top: 9%;
    }
    #textPonomarev{
        top: 10%;
    }
    #slider-text-trefilov{
        margin-top: 10px;
    }
    #slider-author-trefilov{
        margin-top: 10px;
    }
    .company_slider-second {
        height: 290px !important;
    }
    .company_slider-image-second{
        height: 80%;
        left: 60px;
    }
    .company_slider-image-third{
        bottom: 0 !important;
    }
    #slider-chudinovskih{
        top: 9%;
    }
    .company_hunting-card-title{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .company_hunting-card-body{
        font-size: 14px;
        line-height: 24px;
    }
    .company-tab-fade{
        background: linear-gradient(to left, rgba(35, 50, 85, 0) 49.03%, #233255 70.48%),
        url('/image/company/company_accordion_first.png') 150px;
    }
    .company_wrapper-study{
        margin-top: 36px;
        font-size: 16px;
    }
    .company_study-text{
        font-size: 16px;
    }
}

/*end company styles*/

.actual_info {
    color: black;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    padding: 10px 30px 10px 16px;
    border-radius: 4px;
    background-color: #FDF4D6;
}
.actual_info:hover {
    color: black;
}

.actual_info-link:hover {
    opacity: 1 !important;
}
.actual_info-text {
    margin-left: 20px;
}

.actual_info-wrap-text {
    display: flex;
    justify-content: start;
    align-items: center;
}
@media (max-width: 1399px) {
    .actual_info {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .actual_info-wrap-text {
        text-align: start;
        display: block;
    }
    .actual_info-text{
        margin-left:0;
        margin-top:10px;
    }
    .actual_info {
        display: block;
        padding-bottom: 20px;
    }
    .actual_info-link{
        margin-top: 10px;
    }
}

.contacts__main-title {
    margin-bottom: 0px;
    font-size: 45px;
    font-weight: 600;
}

.contacts__start-block {
    box-sizing: content-box;
    width: 100%;
    position: relative;
    right: 48px;
    margin-top: 48px;
    padding: 48px;
    background: url("/image/back_contacts_start.png") no-repeat;
    background-size: cover;
    background-position: top right;
}

@media (max-width: 767px) {
    .contacts__start-block {
        background: url("/image/back_contacts_mobile.png") no-repeat;
        background-size: cover;
        margin-top: 32px;
        padding: 32px 20px 32px 20px;
        right: 20px;
    }

    .contacts__country_block {
        margin-top: 24px;
    }
}

.contacts__title-country {
    font-size: 18px;
    color: #B2B2B2;
}

.contacts__phone {
    font-size: 24px;
}

.contacts_title {
    margin-bottom: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
}

.contacts_offices_title_city {
    font-size: 18px;
    line-height: 31px;
    margin-right: 6px;
}

.contacts__title-second {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.contacts_tech-text-main {
    font-size: 24px;
    margin-top: 32px;
    line-height: 36px;
}

.contacts_tech-text-second {
    font-size: 18px;
    margin-top: 24px;
}

.contacts_tech-support-card {
    margin-top: 48px;
}

.contacts_tech-support-card-second {
    margin-top: 48px;
}

.contacts_tech-phone-card {
    margin-top: 24px;
}

.contacts_info_block {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 104%;
    margin-top: 98px;
}

.contacts_info_card {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 300px;
    width: 51%;
    float: left;
    padding: 48px;
    background: url("/image/back_contacts_info.png") no-repeat top right;
    background-size: cover;
}

.contacts_info_card-right {
    position: absolute;
    top: 0;
    left: 49%;
}

.contacts_card_left {
    margin-right: 0;
    position: relative;
    right: 48px;
}

.contacts_image-left {
    margin-top: 48px;
    margin-bottom: 48px;
    height: 203px;
    width: 180px;
}

.contacts-image-right {
    margin-top: 67px;
    margin-bottom: 67px;
    height: 165px;
    width: 190px;
}

.contacts_info_text {
    width: 90%;
    font-size: 18px;
    line-height: 31px;
    font-weight: 400;
}

.contacts_info_card_text {
    margin-left: 40px;
    width: 50%;
}

.contacts_info_social {
    margin-top: 24px;
}

.contacts_soc {
    width: 35px;
    height: 35px;
}

.contacts_soc-link {
    flex-shrink: 0;
    margin-right: 16px;
}

.contacts_offices-bock {
    margin-top: 96px;
}


@media (max-width: 1399px) and (min-width: 756px) {
    .contacts__main-title {
        font-size: 30px;
    }

    .contacts__phone {
        font-size: 18px;
    }

    .contacts_title {
        font-size: 24px;
    }

    .contacts__title-second {
        font-size: 21px;
    }

    .contacts__title-country {
        font-size: 14px;
    }

    .contacts_tech-text-second {
        overflow: hidden;
        font-size: 16px;
    }

    .contacts_info_text {
        font-size: 16px;
    }

    .contacts_tech-text-main {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .contacts__main-title {
        font-size: 24px;
    }

    .contacts__phone {
        font-size: 14px;
    }

    .contacts_title {
        font-size: 16px;
        line-height: 21px;
    }

    .contacts__title-country {
        font-size: 12px;
    }

    .contacts_tech-text-main {
        line-height: 21px;
        margin-top: 16px;
        font-size: 14px;
    }

    .contacts_tech-phone-card {
        margin-top: 8px;
    }

    .contacts_tech-support-card {
        margin-top: 32px;
    }

    .contacts__title-second {
        font-size: 14px;
    }

    .contacts_tech-text-second {
        overflow: hidden;
        font-size: 12px;
    }

    .contacts_tech-phone-card {
        margin-top: 8px;
    }

    .contacts_tech-support-card-second {
        margin-top: 24px;
    }

    .contacts_tech-text-second {
        margin-top: 16px;
    }

    .contacts_tech-phone-card-second {
        margin-top: 8px;
    }

    .contacts_info_block {
        position: relative;
        right: 20px;
        width: 120%;
        margin-top: 64px;
    }

    .contacts_card_left {
        height: 337px;
        position: static;
    }

    .contacts_info_card-right {
        height: 278px;
        margin-top: 24px;
        position: static;
    }

    .contacts_info_text {
        font-size: 12px;
        line-height: 21px;
    }

    .contacts_info_card_text {
        width: 100%;
        margin: 24px 0 0 0;
    }

    .contacts_info_card {
        padding: 32px 20px 32px 20px;
        display: block;
        width: 100%;
        float: left;
        background: url("/image/back_contacts_info.png") no-repeat top right;
        background-size: cover;
    }

    .contacts-image-right {
        margin: 0;
        width: 150px;
        height: 130px;
    }

    .contacts_image-left {
        width: 140px;
        height: 158px;
        margin: 0;
    }

    .contacts_offices-bock {
        margin-top: 64px;
    }
}


.footer_title-main {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.footer_title-second {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.footer_ul {
    margin-top: 24px;
    padding: 0;
}

.footer_li {
    margin-top: 8px;
    list-style: none;
}

.footer_text {
    font-size: 16px;
    line-height: 28px;
}

.footer_card {
    margin-top: 16px;
}

.footer_about-us {
    margin-top: 32px;
}

.footer_soc-card {
    margin-top: 24px;
}

.footer_soc-link {
    margin-right: 8px;
}

.footer_soc_image {
    width: 24px;
    height: 24px;
}

.footer_border {
    margin-top: 19px;
    border-top: 1px solid #F3F5F6;
}

.footer_block-sk {
    margin-right: 40px;
}

@media (max-width: 576px) {
    .footer_hide {
        display: none;
    }

    .footer_ts365 {
        margin-top: 24px;
    }

    .footer_contact_mt {
        margin-top: 16px;
    }

    .text_sk {
        display: none;
    }
}

@media (max-width: 576px) {
    .footer_title-second {
        font-size: 14px;
    }

    .footer_text {
        font-size: 12px;
    }

    .footer_block-sk {
        margin-right: 0;
    }
}

@media (min-width: 576px) and (max-width: 1399px) {
    .footer_block-sk {
        margin-right: 30px;
    }

    .footer_title-second {
        font-size: 16px;
    }

    .footer_text {
        font-size: 14px;
    }
}

/*End contacts*/

.first-section__wrap {
    padding-top: 32px;
    margin-bottom: 121px;
}

.block-project__project {
    width: 670px;
}

.block-porject__magazine {
    width: 270px;
}

@media (min-width: 1400px) {
    .block-project__project {
        width: 800px;
    }

    .block-porject__magazine {
        width: 350px;
        margin-right: 30px;
    }
}

.bpm-block__instrument {
    margin-bottom: 53px;
}

.line-height--title {
    line-height: 28px;
}

.line-height--footer {
    line-height: 33px;
}

.line-height--small {
    line-height: 16px;
}

.subscription {
    width: 650px;
    padding: 0 66px;
    padding-top: 36px;
    padding-bottom: 31px;
    margin: 0 auto;
}

.subscription h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2px;
}

.subscription button {
    border: 0;
    background-color: #048ad3;
    color: white;
    font-weight: bold;
    padding: 6px 19px;
    cursor: pointer;
}

.subscription button:hover {
    background-color: #0371ad;
}

.footer-link__padding-left {
    padding-left: 95px;
}

.margin-title {
    margin-left: -15px;
}

.shadow-title {
    border-radius: 70%;
    background-color: rgba(250, 250, 250, 0.6);
    -webkit-box-shadow: 0 0 149px 178px rgba(250, 250, 250, 0.6);
    box-shadow: 0 0 149px 178px rgba(250, 250, 250, 0.6);
}

.layer-button--large {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    z-index: 20;
}

.project-img {
    width: auto;
}

.index-projects {
    width: 800px;
}

.article__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 840px;
    min-height: 470px;
    margin-left: -35px;
    margin-top: -21px;
    margin-bottom: 28px;
    padding: 0;
    padding-right: 53px;
    padding-left: 35px;
    padding-bottom: 18px;
    color: white;
    background: rgba(10, 140, 140, 0.7);
}

.elma-platform {
    margin-bottom: 90px;
}

.elma-platform .elma-platform__title {
    margin-bottom: 13px;
}

.elma-platform__description {
    max-width: 727px;
    margin-bottom: 30px;
}

.elma-platform__products {
    max-width: 1053px;
    min-height: 468px;
    -webkit-box-shadow: inset 0 0 0 4px white;
    box-shadow: inset 0 0 0 4px white;
    margin-bottom: 25px;
}

.elma-platform__bpm {
    display: block;
    max-width: 1053px;
    height: 120px;
    margin-bottom: 25px;
    background-color: #ffffff;
    padding: 30px 0;
    font-size: 30px;
    line-height: 57px;
    font-weight: bold;
    text-align: center;
}

.elma-platform__product-list {
    padding: 0 40px;
    margin: 0;
    margin-bottom: 25px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elma-platform__product-link {
    display: block;
    width: 206px;
    min-height: 198px;
    background-color: #ffffff;
    padding: 15px 20px;
}

@media (min-width: 1400px) {
    .elma-platform__product-link {
        width: 226px;
    }
}

.elma-platform a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.elma-platform a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.elma-platform__product-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 33px;
    display: block;
    margin-bottom: 3px;
}

.elma-platform__product-description {
    color: black;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.elma-platform__local-portal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 976px;
    min-height: 60px;
    background-color: #78909f;
    margin: 0 auto;
    margin-bottom: 34px;
}

.elma-platform__local-text {
    color: #ffffff;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.elma-platform__apps-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 150px;
    max-width: 752px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.elma-platform__apps-link {
    display: block;
    text-align: center;
    width: 363px;
    min-height: 84px;
    background: #ffffff;
    padding: 29px 0;
}

.platform-apps {
    margin-bottom: 60px;
}

.platform-apps .platform-apps__title {
    margin-bottom: 14px;
}

.platform-apps__description {
    max-width: 800px;
    margin-bottom: 18px;
}

.platform-apps__description:last-of-type {
    margin-bottom: 3px;
}

.platform-apps__link-wrap {
    margin-bottom: 60px;
}

.platform-apps__products-list {
    padding: 0;
    padding-right: 67px;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.platform-apps__products-items {
    width: 415px;
    min-height: 250px;
    padding-top: 11px;
    margin-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 1400px) {
    .platform-apps__products-items {
        width: 524px;
    }
}

.platform-apps__products-items:nth-last-of-type(1),
.platform-apps__products-items:nth-last-of-type(2) {
    margin-bottom: 0;
}

.platform-apps__products-link-wrap {
    margin-top: auto;
}

.addition-products {
    margin-top: 88px;
    margin-bottom: 74px;
}


.addition-products__wrap-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 69px;
    padding-top: 69px;
}

.addition-products__wrap-content:first-of-type {
    padding-top: 0;
}

.addition-products__wrap-content:last-of-type {
    padding-bottom: 0;
}

.addition-products__wrap-content:nth-of-type(1n +1) .addition-products__text-column {
    width: 400px;
}

@media (min-width: 1400px) {
    .addition-products__wrap-content:nth-of-type(1n +1) .addition-products__text-column {
        width: 591px;
    }
}


.addition-products__title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 13px;
}

.addition-products__text-column {
    width: 400px;
    padding-top: 6px;
}

@media (min-width: 1400px) {
    .addition-products__text-column {
        width: 537px;
    }
}

.addition-products__wrap-img {
    width: 500px;
    height: 332px;
}

@media (min-width: 1400px) {
    .addition-products__text-column {
        width: 590px;
        height: auto;
    }
}

.addition-products__wrap-img img {
    width: 100%;
    height: 100%;
}

@media (min-width: 1400px) {
    .addition-products__wrap-img img {
        height: auto;
    }
}


.ce-activate {
    margin-bottom: 45px;
}

.ce-activate-block {
    min-height: 489px;
    background-position: 659px 0;
    background-size: 49%;
    margin-left: -35px;
}

.free-version-elma {
    position: absolute;
    width: 100%;
    height: 48px;
    bottom: 0;
    left: 0;
    background-color: #fcca00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
}

.free-version-elma b {
    margin-right: 24px;
}

.free-version-elma span {
    margin-right: 23px;
}

.links-block {
    padding-top: 26px;
    padding-bottom: 16px;
    border-top: 1px solid #dee2e6;
}

.links-block {
    padding-top: 26px;
    padding-bottom: 16px;
    border-top: 1px solid #dee2e6;
}

.links-block div {
    padding-left: 12px;
}

.links-block a {
    display: block;
}

table.comparison tbody tr td .icon {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 2em;
    width: 2em;
}

table.comparison tbody tr td .icon.icon_yes_green {
    background-image: url('/img/icons/icon_yes_green.svg');
}

table.comparison tbody tr td .icon.icon_yes_gray {
    background-image: url('/img/icons/icon_yes_gray.svg');
}

table.comparison tbody tr td .icon.icon_no {
    background-image: url('/img/icons/icon_no.svg');
}

.info-link-wrap {
    margin-top: -10px;
    margin-bottom: 50px;
    background-color: #eff4f8;
    padding: 15px;
    display: inline-block;
}

.info-link-wrap a.link-arrow,
.info-link-wrap a.link-section {
    display: flex;
    align-items: center;
    color: #0d4a75;
    position: relative;
    padding-right: 22px;
    font-size: 16px;
}

.info-link-wrap .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.link-arrow::after, .link-section::after {
    content: url(../image/arrow-link-menu.svg);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease .2s;
}

.link-arrow:hover::after, .link-section:hover::after {
    right: -4px;
}

@media (max-width: 1440px) {
    .info-link-wrap a.link-arrow {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .info-link-wrap a.link-arrow {
        font-size: 14px;
    }

    .info-link-wrap {
        padding: 7px
    }

    .info-link-wrap .icon {
        display: none
    }
}

@media (max-width: 767px) {
    .animation-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .elma-vista__vista {
        margin-bottom: 25px;
    }

    .main-banner__background--main {
        background-size: 160%;
        background-position: -170px 0;
        background-color: #515151;
    }

    .main-footer__delimiter {
        display: none;
    }

    .elma-add-apps__first-container {
        margin-bottom: 25px;
    }

    .elma-add-apps__second-container {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .crm__description {
        padding-left: 16px;
        padding-bottom: 7px;
    }

    .main-banner__background--crm {
        background-size: 160%;
        background-position: -170px 0;
        background-color: #515151;
    }

    .crm__button-primary {
        margin-left: 16px;
    }

    .what-elma-crm__wrap-text {
        width: 100%;
    }

    .what-elma-crm__aside-wrap {
        width: 100%;
        margin-right: 0;
        margin-top: 36px;
    }

    .what-elma-crm__help {
        margin-bottom: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .what-elma-crm__help-title {
        font-size: 18px;
        line-height: 26px;
        font-weight: bold;
    }

    .what-elma-crm__crm-plus {
        margin-bottom: 30px;
    }

    .long-term-relationships {
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 25px;
    }

    .long-term-relationships__wrap-text {
        width: auto;
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .long-term-relationships__title {
        font-size: 24px;
        line-height: 30px;
        margin-right: 63px;
    }

    .long-term-relationships__description {
        margin-right: 0;
    }

    .example-process-crm {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .example-process-crm__description {
        width: 100%;
    }

    .example-process-crm__text-container {
        margin-left: 20px;
    }

    .example-process-crm__wrap-text {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
        min-height: 1140px;
        padding-top: 24px;
        padding-bottom: 44px;
    }

    .example-process-crm__wrap-image {
        width: 100%;
        margin-left: 0;
    }

    .example-process-crm__wrap-image img {
        max-width: 317px;
    }

    .example-process-crm__wrap-image figure {
        width: 100%;
    }

    .example-process-crm__wrap-image figcaption {
        margin-left: 16px;
        margin-bottom: 7px;
        margin-top: 8px;
        width: 90%;
    }

    .crm-apps__description {
        width: 100%;
    }

    .crm-apps__list-apps {
        padding: 0 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .what-elma-crm__bpm-platform .what-elma-crm__title {
        width: 100%;
    }

    .crm-apps {
        margin-bottom: 29px;
    }

    .main-banner__background--bpm {
        background-size: 115%;
        background-position: -36px 0;
        background-color: #515151;
    }

    .bpm__description {
        padding-left: 16px;
    }

    .bpm__button-primary {
        margin-left: 16px;
    }

    .bpm-circle__wrap {
        margin-left: 20px;
        margin-bottom: 0;
    }

    .elma-bpm-combination {
        margin-right: -16px;
        margin-left: -16px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 36px;
    }

    .bpm-benefits {
        background-position: 58px 1428px;
    }

    .bpm-circle__link {
        position: relative;
        display: inline-block;
        width: 202px;
        left: 0;
        top: 0;
        text-align: left;
        margin: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .first-section__wrap {
        padding-top: 0;
        margin-bottom: 0;
    }

    .classic-task-ecm__wrap-image {
        width: 100%;
    }

    .classic-task-ecm__wrap-image img {
        width: 100%
    }

    .example-process-ecm__description {
        width: 100%;
    }

    .example-process-ecm__wrap-text {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
        min-height: 500px;
        padding-bottom: 40px;
    }

    .example-process-ecm__wrap-image {
        width: 100%;
        margin-left: 0;
    }

    .example-process-ecm__wrap-image img {
        max-width: 317px;
    }

    .example-process-ecm__wrap-image figure {
        width: 100%;
    }

    .example-process-ecm__wrap-image figcaption {
        margin-left: 8px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .advantages-ecm-automatic {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: -16px;
        margin-right: -16px;
    }

    .advantages-ecm-automatic__title {
        font-size: 26px;
        line-height: 30px;
    }

    .advantages-ecm-automatic__description {
        margin-right: 0;
    }

    .ecm__title {
        margin-left: 16px;
    }

    .ecm__description {
        padding-left: 16px;
        padding-bottom: 0;
    }

    .ecm__button-primary {
        margin-left: 16px;
        margin-bottom: 32px;
        padding: 12px 35px;
    }

    .workflow-circle__wrap-fill {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 20px;
    }

    .what-elma-ecm {
        margin-bottom: 32px;
    }

    .classic-task-ecm__wrap-text .classic-task-ecm__title {
        line-height: 30px;
    }

    .classic-task-ecm__wrap-text {
        margin-bottom: 32px;
    }

    .classic-task-ecm {
        margin-bottom: 32px;
    }

    .workflow-ecm .first-section__wrap {
        padding-top: 0;
        margin-bottom: 0;
    }

    .universal-block__chairs--ecm {
        background-position: 57px 1017px;
    }

    .elma-platform__apps-list {
        margin-left: 0;
    }

    .elma-platform__apps-link {
        width: 100%;
    }

    .main-banner__background--products {
        background-size: 150%;
        background-position: -170px 0;
        background-color: #515151;
    }

    .elma-platform {
        margin-bottom: 32px;
    }

    .elma-platform__product-list {
        padding: 0 20px;
    }

    .elma-platform__product-items {
        margin-bottom: 20px;
    }

    .elma-platform__product-link {
        width: auto;
        min-height: 135px;
    }

    .platform-apps {
        margin-bottom: 32px;
    }

    .elma-platform__apps-items {
        margin-bottom: 20px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .platform-apps__products-list {
        padding-right: 0;
    }

    .elma-platform__products {
        padding-bottom: 20px;
    }

    .elma-platform__local-portal {
        width: 288px;
        margin-bottom: 0;
    }

    .platform-apps__products-items:nth-last-of-type(1), .platform-apps__products-items:nth-last-of-type(2) {
        margin-bottom: 56px;
    }

    .addition-products {
        margin-top: 32px;
    }

    .addition-products__wrap-img {
        height: auto;
    }

    .addition-products__wrap-img img {
        height: auto;
        padding-top: 15px;
    }

    .version-elma__list {
        margin-left: 0;
        margin-right: 0;
    }

    .version-elma__item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .addition-products__wrap-content {
        padding-bottom: 32px;
        padding-top: 32px;
    }

    .wrap-elma-apps {
        margin-top: 0;
    }

    .prices__description {
        width: auto;
    }


    .prices__list {
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
    }

    .prices__item {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .prices__subtitle {
        margin-left: -16px;
        padding-left: 16px;
    }

    .prices__content--silver,
    .prices__content--blue {
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .prices__item {
        background-position: -22px 0;
        background-size: 112%;
        margin-bottom: 32px;
    }


    .contacts__list-cities,
    .downloads__menu-list {
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
    }

    .contacts__item-cities,
    .downloads__menu-item {
        background-color: white;
        color: #048ad3;
        border-bottom: 1px solid #dee2e6;
        padding: 10px 5px;
    }

    .downloads__menu-item {
        width: 100%;
        padding-left: 16px;
    }

    .contacts__item-cities {
        padding: 10px 16px;
        width: 100%;
        margin-right: 0;
    }

    .second-mobile-nav__item:last-of-type,
    .contacts__item-cities:last-of-type {
        border-bottom: none;
    }

    .contacts__item-cities--active,
    .downloads__menu-item--active {
        position: relative;
        display: block;
    }

    .contacts__item-cities--active::before,
    .downloads__menu-item--active::before {
        content: '';
        position: absolute;
        right: 22px;
        top: 50%;
        width: 10px;
        height: 2px;
        background-color: #048ad3;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .contacts__item-cities--active::after,
    .downloads__menu-item--active::after {
        content: '';
        position: absolute;
        right: 16px;
        top: 50%;
        width: 10px;
        height: 2px;
        background-color: #048ad3;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}




