

/* Start:/local/templates/port_2021/components/bitrix/news/company_2022/bitrix/news.detail/comanda/style.css?176370299610429*/
.company_wrapper h1{
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 111.5%;
}
.company_wrapper{
    display: flex;
    margin-top: 40px;
    gap: 40px;
    display: flex;
    margin-bottom: 80px;
}

.thoughts_of_others_data a img{
    width: 20px;
}

.comanda_item {
    padding-top: 30px !important;
}
.comanda_item .photo-wrapper{overflow:hidden;margin:0px 20px 0px 0; display: inline-block; vertical-align: top; width: 724px; border-radius: 20px}
.comanda_item .photo-wrapper-over{position:relative;display:inline-block;}
.comanda_item .photo-wrapper .preview_picture{border:0;max-width:100%;border:1px solid rgba(255,255,255,0);}
.comanda_item .data{
    display: inline-block;
    vertical-align: top;
    max-width: 733px;
}
.comanda_item .back{
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #A5A5A5;
}
.comanda_item .back span{

}

.comanda_item .back:hover{
    color: #3246FD;
}
.comanda_item .text{
    ont-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    margin-top: 40px;
}

.comanda_item .text .quote{
    border: 1px solid #D4DFE6;
    padding: 40px 50px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 141%;
}

.comanda_item .data blockquote {
    margin: 20px 0 0;
    padding: 10px 30px;
    box-sizing: border-box;
    position: relative;
    border-radius: 0;
    background-color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border-left: 3px solid;
    font-style: italic;
}

.comanda_item .data blockquote::before,
.comanda_item .data blockquote::after {
  display: none !important;
  content: none !important;
}

.comanda_item .name{
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 400;
    margin: 13px 0 13px;}
.comanda_item .position{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120.5%;
    color: #626B6E;
    margin-top: 16px;}
.comanda_item .phone{color:#585858;font-size:16px;margin-top:20px;}
.comanda_item .phone a{color:#585858;display:inline-block;vertical-align:middle;}
.comanda_item .phone i{font-size:30px;padding-right:5px;display:inline-block;vertical-align:middle;color:#7d9bb5;}
.comanda_item .soc-links{margin-top:25px;}
.comanda_item .soc-links a{color:#fff;display:inline-block;vertical-align:middle;margin:0px 6px;background:#00b0ff;border-radius:1px;width:29px;padding:4px 0 4px;font-size:19px;}
.comanda_item .soc-links a:nth-child(2){background:#5ea57d;padding:5px 0 5px;font-size:17px;}
.comanda_item .soc-links a:nth-child(3){background:#6389a8;padding:5px 0 5px;font-size:17px;}


.comanda_item .one_photo{

    vertical-align: top;
    position: relative;
    width: 140px;
    border: none;
    text-decoration: none;
}
.comanda_item .one_photo a{
    position: relative;
    display: block;
}
.comanda_item .one_photo a:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all .2s;
}
.comanda_item .one_photo a:hover:after{
    opacity: 0.3;
}
.comanda_item .one_photo a .hover_bg{
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 74px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    z-index: 1;
    transition: all .2s;
}
.comanda_item .one_photo a:hover .hover_bg{
    opacity: 0.6;
}
.comanda_item .one_photo a .hover_bg:before,
.comanda_item .one_photo a .hover_bg:after{
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 34px;
    background-color: #ffffff;
    z-index: 1;
}
.comanda_item .one_photo a .hover_bg:after{
    transform: rotate(90deg);
}
.progress .certificates{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.comanda_item h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 111.5%;
    letter-spacing: -0.01em;
}

.mobile_name{
    display: none;
}

.mobile_name comanda{
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 111.5%;
}

.thoughts_of_others{
    margin: 120px 0;
}


.thoughts_of_others_list{
    display: flex;
    gap: 50px;
}

.thoughts_of_others_card{
    display: flex;
    width: 50%;
    gap: 20px;
}

.thoughts_of_others_card img{
    width: 350px;
    max-height: 430px;
    border-radius: 10px;
    object-fit: cover;
}

.thoughts_of_others_data{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}

.thoughts_of_others_position{
    color: #626B6E;
    margin-top: 15px;
    margin-bottom: 30px;
}

.thoughts_of_others_data h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    margin: 0;
}

.thoughts_of_others_quote{
    font-weight: 400;
    font-size: 18px;
    line-height: 120.5%;
}

.thoughts_of_others_data a{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #3246FD;
}

.resume_form{
    display: flex;
    border: 1px solid #D4DFE6;
    border-radius: 10px;
    padding: 35px;
    padding-bottom: 0;
    justify-content: space-between;
    margin-bottom: 60px;
}

.resume_form_desktop{
    margin: 0;
}

.resume_form_mobile{
   display: none;
}

.resume_form_date{
    max-width: 585px;
    margin-right: 111px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 36px;
}

.resume_form_text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 144%;
    /* or 29px */
    color: #626B6E;
    margin-bottom: 40px;
}

.button_block{
    display: flex;
    justify-content: space-between;
}


.btn_comanda {
    width: 284px;
    height: 54px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    cursor: pointer;
}
.about_white_btn {
    background: #fff;
    color: #3246FD;
    border: 2px solid #3246FD;
}

.about_vacancy_btn {
    background: #3246FD;
    color: #fff;
    border: 2px solid #3246FD;
}

.about_vacancy_btn:hover{
    background: #041dfc;
    border: 2px solid #041dfc;
}

@media screen and (max-width:1400px){
    .resume_form img{
    width: 50%;
    }
}

@media screen and (max-width:1200px){
    .thoughts_of_others_list{
        flex-direction: column;
    }
    .thoughts_of_others_card{
        width: 100%;
    }
    .resume_form img{
        display: none;
    }
    .resume_form{
        justify-content: center;
    }
    .resume_form_date{
        margin-right: 0;
    }
    .resume_form_desktop{
        display: none;
    }

    .resume_form_mobile{
        display: block;
    }

}

@media screen and (max-width:1000px){
    .company_wrapper{
        flex-direction: column;
    }
    .mobile_name{
        display: block;
    }

.mobile_name .comanda{
    font-weight: 700;
    font-size: 36px;
    line-height: 111.5%;
    letter-spacing: -0.01em;
}

    .mobile_name .position{
        margin-bottom: 15px;
    }
    .company_wrapper .data .comanda,
    .company_wrapper .data .position
    {
        display: none;
    }
    .comanda_item .data{
        max-width: 100%;
    }
}

@media screen and (max-width:780px){
    .comanda_item .photo-wrapper,
    .comanda_item .data{
        display: block;
        width: auto;
    }
    .comanda_item .photo-wrapper{
        float: left;
    }
    .company_wrapper{
        padding: 10px 14px;
        flex-direction: column;
        gap: 0px;
    }
    .company_wrapper .data .text{
        margin-top: 0;
    }
    .company_wrapper{
        margin-bottom: 0;
    }

    .thoughts_of_others{
        padding: 20px;
    }

    .thoughts_of_others_card{
        flex-direction: column;
    }

    .thoughts_of_others_photo{
        margin: 0 auto;
    }

    .thoughts_of_others_data{
        width: 100%;
    }

    .button_block{
        flex-direction: column;
    }

    .resume_form{
        border: none;
    }

    .resume_form img{
        display: none;
    }

    .resume_form_date{
        margin: 0;
    }
    .btn_comanda{
        width: 100%;
        margin-bottom: 10px;
    }
    .thoughts_of_others_card .more{
        margin-top: 20px;
    }
    .progress{
        padding: 20px;
    }
    .back{
        padding-left: 20px;
    }
    .thoughts_of_others{
        margin-top: 40px;
    }
}
@media screen and (max-width:620px){
    .comanda_item .photo-wrapper{
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }

    .thoughts_of_others_photo{
        width: 100%;
    }
    .thoughts_of_others_photo img{
        width: 100%;
    }

    .resume_form{
        padding: 20px;
        margin-top: 60px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .comanda_item .one_photo{
        width: 66px;
    }

    .comanda_item .one_photo img{
    object-fit: cover;
    width: 100%;
    }
    .thoughts_of_others_quote{
        font-weight: 400;
        font-size: 14px;
        line-height: 120.5%;
    }
    .thoughts_of_others{
        margin: 0;
    }

    .thoughts_of_others h2,
    .progress h2,
    .comanda_item h2
    {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 120%;
    }

    .resume_form_text{
        font-weight: 500;
        font-size: 16px;
        line-height: 140%;
    }
    p{
        font-weight: 400;
        font-size: 14px;
        line-height: 144%;
    }
    .company_wrapper .text .quote{
        font-weight: 400;
        font-size: 18px;
        line-height: 141%;
        padding: 20px;
    }
    .comanda_item .position{
        margin-top: 5px;
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .thoughts_of_others_data h3{
        font-weight: 500;
        font-size: 24px;
        line-height: 105%;
    }
    .resume_form_mobile{
        margin-bottom: 0;
    }
    .company_wrapper{
        margin-top: 20px;
    }
    .comanda_item{
        padding: 0px !important;
    }
}


/* End */
/* /local/templates/port_2021/components/bitrix/news/company_2022/bitrix/news.detail/comanda/style.css?176370299610429 */
