/*
Theme Name: derr
Theme URI: derr
Author: IT4U
Author URI: 
Description: derr theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*300,400,500,700*/

/*@font-face {
font-family: Rubik; 
src: url(fonts/roboto/Roboto-Medium.ttf);
}*/

a:hover {
    text-decoration: none!important;
}

html {
    scroll-behavior: smooth;
}
body {
    position: relative;
    min-height: 100vh;
    font-family: Rubik;
}


.fixed_social {
    position: fixed;
    z-index: 99999;
    font-family: Rubik;
    top: 50%;
    display: block;
    align-items: center;
    transform: translateY(-50%);
    transition: all 1s ease 0s;
    flex-wrap: wrap-reverse;
}
.fixed_social a {
    width: 40px;
    height: 40px;
    color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    left: 0;
    transition: all 0.5s ease;
}
.fixed_social a:hover {
    color: #fff;
    background: rgb(18 45 74 / 80%)!important;
}
.fixed_social_strike {
    width: 40px;
    height: 30px;
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    background: #000000;
    transition: all 0.5s ease;
}
body .fixed_social .left_right {
    left: -40px;
}
body .rotate_strike {
    border-bottom-right-radius: 10px;
    left: -15px;
}
body .rotate_strike span {
    transform: rotateY(180deg);
}


button:focus, input:focus, textarea:focus {
    outline: none!important;
}
/* бинотел */
#bingc-phone-button svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
fill: #12253A !important;
}
#bingc-phone-button:hover svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
fill: #12253A !important;
}
#bingc-phone-button div.bingc-phone-button-tooltip {
background: #12253A !important;
}
#bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow
polyline {
fill: #12253A !important;
}
#bingc-passive > div.bingc-passive-overlay {
background: #12253A !important;
}
#bingc-active {
background: #12253A !important;
}
html body #bingc-active div.bingc-active-overlay div.bingc-active-content div.bingc-active-get-phone-form form.bingc-active-get-phone-form a.bingc-active-phone-form-button {
    display: inline-block;
    width: 250px;
    font: 300 20px/50px Open sans,Ubuntu,Arial;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: #12253A !important;
}
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form a.bingc-passive-phone-form-button {
    display: inline-block;
    width: 250px;
    height: 54px;
    font: 300 20px/54px Open sans,Ubuntu,Arial;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: #12253A !important;
}
/*html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day:hover {
    background: #12253A !important;
}
html body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-hour:hover, #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-minutes:hover {
    background: #12253A !important;
}*/

/* бинотел */
.section_static {
    padding: 50px 0;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #12253A;
}
.section_static h2 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
}
.section_static h3, .section_static h4, .section_static h5 {
    font-family: Rubik;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.section_static ul {
    list-style-type: none;
}
.section_static ul li {
    position: relative;
}
.section_static ul li:before {
    color: #CF1619;
    content: "o";
    padding-right: 5px;
    font-family: system-ui;
    font-size: 10px;
    font-weight: 700;
    position: absolute;
    left: -12px;
    top: -2px;
}
footer {
    background: #12253A;
    padding: 70px 0;
}
.wrap_social_footer {
    padding-top: 50px;
}
.wrap_social_footer .fab {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    margin-right: 5px;
    transition: all 0.2s ease;
}
.wrap_social_footer .fab:hover {
    border: 1px solid #fff;
    color: rgb(255 255 255 / 80%);
    transform: scale(1.1);
}
.wrap_social_footer p, .wrap_social_footer a {
    color: #77818C;
    font-family: Rubik;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.wrap_social_footer a {
    text-decoration: underline;
}
.wrap_social_footer a:hover {
    color: #fff;
    text-decoration: none;
}
.title_footer {
    color: #77818C!important;
    font-family: Rubik!important;
    font-weight: 500!important;
    font-size: 14px!important;
    line-height: 18px!important;
    padding-bottom: 10px;
    text-transform: uppercase;
    /*margin-top: 50px;*/
}
.wrap_contact_footer p, .wrap_contact_footer a, .main_footer_menu ul li a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #CBDCEF;
}
.main_footer_menu ul {
    list-style: none;
    padding: 0;
}
.wrap_contact_footer a:hover {
    color: #fff;
}
.wrap_slider_team img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}
.wrap_slider_team {
    margin: 0 10px;
    border: 1px solid #F9F9F9;
    box-sizing: border-box;
    border-radius: 4px;
}
.wrap_slider_team p {
    text-align: center;
    margin: 0;
    background: #F9F9F9;
    min-height: 55px;
}
.glider_team {
    margin-left: -20px!important;
    margin-right: -20px!important;
}
.glider_team .glider-slide {
    padding-left: 0px; 
}
.slider_team_name {
    padding-top: 20px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #12253A;
}
.slider_team_job {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #77818C;
    padding-bottom: 20px;
}
.glider-next, .glider-prev {
    width: 50px;
    height: 50px;
    background: #12253A!important;
    border-radius: 4px!important;
    font-size: 20px!important;
    color: #fff!important;
}
.glider-next-1, .glider-prev-1, .glider-next-2,
 .glider-prev-2, .glider-next-3, .glider-prev-3,
  .glider-next-4, .glider-prev-4,.glider-next-5, .glider-prev-5 {
    width: 50px;
    height: 50px;
    background: #f8f9fa!important;
    border-radius: 4px!important;
    font-size: 20px!important;
    color: #6c757d!important;
    border-color: rgb(0 0 0 / 1%);
}
.glider-next-1 {
    position: absolute;
    top: 230px;
    right: 15px;
    cursor: pointer;
}
.glider-prev-1 {
    position: absolute;
    top: 230px;
    left: 15px;
    cursor: pointer;
}
.glider-next-2, .glider-next-3, .glider-next-4, .glider-next-5 {
    position: absolute;
    top: -50px;
    right: 15px;
    cursor: pointer;
}
.glider-prev-2, .glider-prev-3, .glider-prev-4, .glider-prev-5 {
    position: absolute;
    top: -50px;
    right: 70px;
    cursor: pointer;
}
.glider-next-5, .glider-prev-5 {
    top: 0;
}
.glider-next {
    right: 5px!important;
}
.glider-prev {
    left: 5px!important;
}
.wrap_slider_row {
    margin: 50px 0;
}
.section_bravada {
    /*background: url(../derr/images/fon_bravada.png);*/
    background: url(../derr/images/fon_bravada.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 300px;
}
.section_bravada .number_bravado {
    font-family: Rubik;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 0;
}
.wrap_bravado_box {
    text-align: center;
    margin-top: 100px;
}
.wrap_bravado_box img {
    width: 36px;
    height: 35px;
    object-fit: cover;
}
.section_bravada .text_bravado {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section_bravada {
    margin: 20px 0;
}
.wrap_services_block {
    text-align: center;
    margin: 50px 0 0px 0;
}
.title_services_block {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #12253A;
    padding: 20px 0 5px 0;
}
.services_block_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #77818C;
    min-height: 180px;
}
.wrap_image_services {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    line-height: 90px;
    border-radius: 50%;
    background: #F9F9F9;
    border: 2px solid #F1F1F1;
}
.wrap_image_services img {
    width: 45px;
    height: 45px;
}
.page_link {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A; 
    border-bottom: 1px solid #CF1619; 
    width: auto;
    display: inline-block;
    padding: 20px 0 5px 0; 
}
.page_link_more {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A; 
    border-bottom: 1px solid #CF1619; 
    width: auto;
    display: inline-block;
    padding: 20px 0 5px 0; 
}
.page_link_more:hover {
    color: #CF1619; 
}
.wrap_link_more {
    display: flex;
    justify-content: flex-end;
    padding-right: 55px;
    padding-bottom: 20px;
}
.section_services_block a:hover {
    text-decoration: none;
}
.section_services_block a:hover .wrap_image_services {
    border: 2px solid #CF1619;
}
.section_services_block a:hover .page_link {
    color: #CF1619;
}
.section_services_block {
    margin-bottom: 30px;
}
.quote_title {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #12253A;
    padding: 0 0 0 20px;
    border-left: 1px solid #CBDCEF;
    margin: 20px 0; 
}
.wrap_video_pop, .wrap_video_pop_team {
    cursor: pointer;
}
.wrap_video_pop_team img {
    width: 100%;
    height: 472px;
    object-fit: cover;
    object-position: top;
}
.wrap_video_pop img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: top;
    padding-top: 20px;
}
.video_wrap_content {
    background: #F9F9F9;
}
.video_wrap_content p {
    margin: 0;
}
.wrap_services_link ul {
    columns: 2;
    padding: 0;
}
.wrap_services_link ul li {
    list-style: none;
    position: relative;
}
.wrap_services_link ul li a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #12253A;
    display: block;
}
.wrap_services_link ul li a:hover {
    text-decoration: none;
    color: #CF1619;
}
.wrap_services_link ul li:before {
    color: #CF1619;
    content: "o";
    padding-right: 5px;
    font-family: system-ui;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: -10px;
}
.section_what_do_they {
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: #F9F9F9;
}
.wrap__request {
    margin-top: 30px;
}
.wrap_glider_what {
    width: 100%;
    height: 500px;
}
.wrap_glider_what img {
    width: 100%;
    height: 500px!important;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
}
.wrap_title_testemonials {
    display: flex;
    align-items: center;
}
.wrap_title_testemonials img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    object-position: top;
}
.title_testemonials {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #12253A;
    position: relative;
    padding-left: 20px;
}
.quote {
    color: #CF1619;
    font-size: 15px;
    position: absolute;
    top: -25px;
    left: 20px;
}
.wrap_glider_testemonials_box {
    margin-top: 20px;
}
.content_testemonials {

}
.wrap_glider_testemonials_box .services_block_text {
    padding-top: 25px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 40px;
}
.section_testemonials_block {
    margin-bottom: 40px;
}
.fio {
    padding: 15px 0 5px 0;
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A;
}
.fio i {
    color: #77818C;
    padding-right: 5px;
}
.job {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #77818C;
}
.link a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-decoration: underline;
    color: #77818C;
}
.link a:hover {
    text-decoration: underline;
    color: #CF1619;
}
.partners_block_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #77818C;
    padding: 10px 0;
    min-height: 170px;
}
.glider_partners .leave_request {
    margin: 20px auto;
}
.wrap_title_partners {
    display: flex;
    align-items: center;
}
.wrap_title_partners img {
    width: 170px;
    height: 70px;
    border-radius: 4px;
    object-fit: contain;
    object-position: center;
}
.wrap_title_partners .sub_title {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #77818C;
    text-transform: initial;
}
.section_partners_block {
    background: #F9F9F9;
    margin-bottom: 40px;
    padding-bottom: 70px;
}
.glider-next-3, .glider-prev-3, .glider-next-4, .glider-prev-4, .glider-next-5, .glider-prev-5 {
    background: #fff!important;
}
.relationship_background {
    background: #FFFFFF;
    border-right: 15px solid #F9F9F9;
    border-left: 15px solid #F9F9F9;
    margin-right: 0!important;
}
.wrap_relationship ul {
    padding-left: 10px;
}
.wrap_relationship ul li {
    list-style: none;
    position: relative;
}
.relationship_title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A;
    padding-top: 10px;
    min-height: 30px;
}
.wrap_relationship ul .before_relationship:before {
    color: #CF1619;
    content: "o";
    padding-right: 5px;
    font-family: system-ui;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: -10px;

}
.wrap_relationship ul li a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #77818C;
}
.wrap_relationship .featured_links {
    color: #12253A;
    border-bottom: 1px solid #CF1619;
}
.wrap_relationship ul li a:hover {
    color: #CF1619;
    text-decoration: none;
}
.video_section video {
    width: 100%;
    max-height: 450px;
    margin: 0 auto;
    text-align: center;
}
.video_section {
    margin: 20px 0 70px 0;
}
.sub_form_title {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #12253A;
}
.link_form_tel a {
    font-family: Rubik;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #CF1619;
}
.link_form_tel a:hover {
    color: #000;
    text-decoration: none;
}
.link_form_tel {
    padding-bottom: 20px;
}
.two_form_title {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #12253A;
    padding-bottom: 30px;
}
.wrap_image_form {
    width: 100%;
}
.wrap_image_form img {
    width: 100%;
    height: 400px;
    object-position: top;
    object-fit: cover;
}
.form_main_section {
    margin-bottom: 80px;
}
.section_another_screen {
    height: 500px;
    width: 100%;
    background-position: center top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    position: relative;
}
.wrap_title_another_screen {
    background: rgb(18 45 74 / 80%);
    padding: 30px 60px;
    position: relative;
    right: 0;
    margin-top: 15%;
    min-width: 40%;
}
.wrap_title_another_screen .wrap_request_main {
    justify-content: center;
}
.wrap_title_another_screen .bold_text {
    text-align: center;
}
.wrap_title_another_screen {
    display: inline-block;
}
.section_another_screen .wrap_box_title {
    text-align: center;
}
.section_another_screen .leave_request {
    margin-top: 10px;
    border: 2px solid #CF1619;
    cursor: pointer;
    background: #CF1619;
}
.section_another_screen .leave_request:hover {
    border: 2px solid #fff;
    cursor: pointer;
    background: #fff;
}
.section_archive_vacancies {
    padding: 50px 0;
}
.section_archive_vacancies a:hover {
    text-decoration: none;
}
.wrap_image_prew img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
    border-radius: 4px;
    transition: all 0.4s ease;
}
.wrap_image_prew img:hover {
    transform: scale(1.1);
}
.section_archive_vacancies .wrap_title_partners {
    min-height: 100px;
}
.section_archive_vacancies .wrap_image_prew {
    margin-bottom: 40px;
    overflow: hidden;
}
.wrap_task {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 50px 30px;
}
.section_project_testemonials {
    padding: 50px 0;
}
.wrap_flex_task {
    display: flex;
}
.left_text_task {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #CF1619;
    width: 100%;
    padding-top: 5px;
}
.right_text_task {
     font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #12253A;
    padding-bottom: 20px;
}
.section_project_testemonials .featured_links {
    display: block;
    text-align: right;
    text-decoration: underline;
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A;
}
.section_project_testemonials .featured_links:hover {
    color: #CF1619;
}
.section_gallery img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center top;
    padding: 15px 0;
    transition: all 0.2s;
}
.section_gallery img:hover {
    filter: drop-shadow(2px 2px 4px black);
    transform: scale(1.01);
}
.section_gallery_text {
    margin-bottom: 80px;
}
.border_bottom {
    border-bottom: 1px solid #CBDCEF;
    padding-bottom: 70px;
}
.ul_allservices {
    -webkit-columns: 3;
    -moz-columns: 150px;
     columns: 3; 
    -webkit-column-gap: 2em; 
    -moz-column-gap: 2em;
    column-gap: 10px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.ul_allservices li {
    background: #fff;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    position: relative;
}
.wrap_allservices {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 25px;
}
.title_allservices {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    color: #12253A;
    padding-bottom: 5px;
}
.ul_allservices li a {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #77818C;
    padding-left: 15px;
    display: block;
}
.main-page-post {
    position: relative;
    min-height: 35px;
}
.ul_allservices li a:hover {
    color: #CF1619;
    text-decoration: none;
}
.ul_allservices li a:before {
    color: #CF1619;
    content: "o";
    padding-right: 5px;
    font-family: system-ui;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    left: 0px;
}
.section_allservices {
    padding-bottom: 80px;
    margin-bottom: 40px;
}
.section_individyal {
    padding: 40px 0;
}
.wrap_image_analize img {
    width: 45px;
    height: 45px;
    object-fit: cover;
}
.wrap_image_analize span {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #CF1619;
    padding-left: 5px;
    margin: 0;
}
.wrap_analize_block {
    width: 100%;
    height: 100%;
    padding: 20px;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 4px;
}
.section_analize {
    padding: 20px 0;
}
.border_top {
    border-top: 1px solid #F1F1F1;
}
.wrap_stage_block {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
}
.wrap_stage_block p {
    margin-bottom: 10px;
}
.stage {
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #77818C;
}
.title_stage {
    font-family: Rubik;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A;
}
.button_stage {
    background: #CF1619;
    border-radius: 4px;
    display: inline-block;
    font-family: Rubik;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 10px;
}
.text_stage {
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #77818C;
}
.section_why {
    background: url(../derr/images/fon_why.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 340px;
}
.wrap_image_why p {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.wrap_image_why {
    text-align: center;
}
.wrap_image_why img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-bottom: 15px;
}
.why_block_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}
.section_archive_testemonials video {
    width: 100%;
    max-height: 450px;
    margin: 0 auto;
    text-align: center;
}
.wrap_todo {
    padding: 20px;
    background: #F9F9F9;
    border-radius: 4px;
}
.todo_title {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #CF1619;
}
.todo_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #12253A;
    margin-bottom: 20px;
}
.wrap_sidebar_portfolio .leave_request:hover {
    background-color: #fff!important;
    color: #CF1619!important;
    border: 2px solid #fff!important;
}
.wrap_sidebar_portfolio a:hover {
    text-decoration: none;
}
.sidebar_portfolio_title {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.sidebar_portfolio_text {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.wrap_sidebar_portfolio {
    background: url(../derr/images/side.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 30px;
}
.wrap_border {
    text-align: center;
    border: 1px solid #888888;
    padding: 50px 0;
}
.section_archive_testemonials {
    padding: 40px 0;
}
.wrap_text_another_screen {
    font-family: Rubik;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    max-width: 400px;
    padding: 20px 0;
}
.background_archive_partners {
    background: #F9F9F9;
    border-radius: 4px;
    margin-right: 10px!important;
    margin-left: 0px!important;
}
.section_archive_vacancies {
    margin-bottom: 40px;
}
.title_sider_services {
    font-family: Rubik;
    font-weight: 700;
    font-size: 30px;
    /*line-height: 50px;*/
    text-transform: uppercase;
    color: #12253A;
}
.wrap_sider_services {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 30px;
    margin-top: 30px;
}
.wrap_sider_services ul {
    padding: 0;
    list-style: none;
    padding-left: 5px;
}
.wrap_sider_services ul li a {
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    color: #12253A;
    display: block;
}
.wrap_sider_services ul li {
    position: relative;
}
.wrap_sider_services ul li:before {
    color: #CF1619;
    content: "o";
    padding-right: 5px;
    font-family: system-ui;
    font-size: 8px;
    font-weight: 700;
    position: absolute;
    top: 7px;
    left: -10px;
}
.wrap_sider_services ul li a:hover {
    text-decoration: none;
    color: #CF1619;
}
.wrap_map {
    width: 100%;
    min-height: 400px;
    filter: grayscale(1);
}
.wrap_map iframe {
    width: 100%;
    min-height: 400px;
}
.wrap_map:hover {
    filter: grayscale(0);
}
.section_contacts_page {
    padding: 40px 0;
}
.wrap_bloc_contacts span {
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #12253A;
    display: inline-block;
    width: 100px;
}
.contacts_page_title {
    font-family: Rubik;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #12253A;
    padding-bottom: 20px;
}
.wrap_bloc_contacts p, .wrap_bloc_contacts a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #77818C;
}
.wrap_bloc_contacts a:hover {
    color: #CF1619;
    text-decoration: none;
}
.wrap_bloc_contacts .fab {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid rgb(255 255 255 / 20%);
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
    margin-right: 5px;
    transition: all 0.2s ease;
    background-color: #12253A;
}
.title_blog {
    font-family: Rubik;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    text-align: left;
    text-transform: uppercase;
    color: #12253A;
    padding: 20px 0 40px 0;
}
.wrap_img_after img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border-radius: 4px;
    padding: 30px 0;
    transition: all 0.3s ease;
}
.section_category_blog a {

}
.section_category_blog a:hover {
    text-decoration: none;
}
.title_post h2 {
    font-family: Rubik;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #12253A;
    padding-left: 15px;
}
.post_text {
    font-family: Rubik;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #77818C;
    padding-bottom: 60px;
    border-bottom: 1px solid #F1F1F1;
}
.wrap_image_title {
    display: flex;
    align-items: center;
}
.wrap_image_title img {
    width: 60px;
    height: 60px;
    object-position: top;
    object-fit: cover;
}
.flex_post {
    display: flex;
    justify-content: space-between;
}
.wrap_autor {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #77818C;
}
.the_title_post {
    margin-bottom: 50px;
}
.wrap_img_after img:hover {
    filter: saturate(0.5);
}
.section_category_blog .wrap_sider_services {
    background: #F9F9F9;
    border-radius: 4px;
    padding: 30px;
    margin: 0px 0 30px 0 ;
}
.section_category_blog {
    padding: 40px 0;
}
.section_single .flex_post {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 130px);
    margin: 0px 0 0 75px;
}
.section_single .wrap_image_title img {
}
.section_single a:hover {
    text-decoration: none;
}
.section_single .flex_post {
    border-top: 1px solid #F1F1F1;
    padding-top: 8px;
}
.section_single .wrap_img_after img {
    height: 400px;
}
.socsset{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.socsset p {
    font-family: Rubik;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #77818C;
    margin: 0;
    padding-right: 10px;
}
.wrap_next_post a {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #77818C;
    padding: 10px 20px;
    background: #F9F9F9;
    border-radius: 4px;
    margin: 0 5px;
}
.wrap_next_post a:hover {
    background: #777;
    color: #fff;
}
.main_footer_menu {

}
.wrap_form {

}
.flex_form {
    display: flex;
    flex-wrap: wrap;
}
.wrap_form label {
    width: 50%;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #77818C;
    margin-top: 5px;
}
.wrap_form input {
    width: 260px;
    background: #F9F9F9;
    border: 1px solid #F1F1F1;
    box-sizing: border-box;
    border-radius: 4px;
    height: 45px;
    margin-top: 5px;
    padding: 0 10px;
}
.wrap_form input[type=submit] {
    display: inline-block;
    width: 260px;
    font-family: Rubik;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #12253A;
    border-radius: 4px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 2px solid #12253A;
}
.wrap_form input[type=submit]:hover {
    background-color: #fff;
    color: #12253A;
    border: 2px solid #12253A;
}
input::placeholder {
    font-family: Rubik;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #77818C;
}
.section_popup .modal_box_video {
    max-width: 600px!important;
}
.wrap_main_menu .sub-menu {
    position: absolute;
    left: -20px;
    background-color: #F9F9F9;
    z-index: 9;
    min-width: 150px;
    justify-content: flex-start;
    padding-left: 20px;
    flex-direction: column;
    text-align: left;
    align-items: start;
    padding-top: 20px;
    display: none;
    border: 1px solid #f7f7f7;
    /*border-radius: 4px;*/
    padding-bottom: 20px;
    height: auto;
    border-bottom: 2px solid #CF1619;
    border-top: 2px solid #CF1619;
}
.wrap_main_menu, .menu-main-container, .wrap_main_menu, .menu-main-uk-container, .wrap_main_menu, .menu-main-en-container {
    height: 100%;
    width: 100%;
}
.wrap_main_menu .menu-main-container>ul>li, .wrap_main_menu .menu-main-uk-container>ul>li, .wrap_main_menu .menu-main-en-container>ul>li {
    position: relative;
}
.wrap_main_menu .menu-main-container>ul>li>a, .wrap_main_menu .menu-main-uk-container>ul>li>a, .wrap_main_menu .menu-main-en-container>ul>li>a{
    height: 90px;
    line-height: 90px;
    width: 100%;
    display: block;
    position: relative;
}
.wrap_main_menu .menu-main-container>ul>li:hover .sub-menu {
    display: block;
}
.wrap_main_menu .menu-main-uk-container>ul>li:hover .sub-menu {
    display: block;
}
.wrap_main_menu .menu-main-en-container>ul>li:hover .sub-menu {
    display: block;
}
.wrap_main_menu li a:hover {
    text-decoration: none;
    color: #CF1619;
}
.menu-item-has-children {
    position: relative;
}
.display {
    display: block!important;
}
.wrap_down_block {
    border-top: 1px solid #F1F1F1;
    padding-top: 20px;
}
.read {
    background: #F9F9F9;
    border-radius: 4px;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #77818C;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}
.no_time {
    cursor: pointer;
    border-bottom: 1px solid #CF1619;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: right;
    color: #12253A;
}
.wrap_flex_blog {
    display: flex;
    justify-content: center;
}
.wrap_flex_blog input {
    margin-left: 5px;
}
.wrap_post_content {
    text-align: center;
    margin: 3px 0;
    font-family: Rubik;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #12253A;
}
.display_no_read {
    display: none;
}

.section_what_do_they .wrap_services_link ul li a {
    pointer-events: none;
}
.section_allservices .ul_allservices li a {
    pointer-events: none;
}
 

/*media*/
@media screen and (max-width: 1200px) {
    .flex_form input, .flex_form input[type=submit] {
        width: 200px;
    }

}
@media screen and (max-width: 991px) {
    .header_tel_two {
        display: none;
    }
    .flex_form {
        display: block;
    }
    .flex_form label, .flex_form input, .flex_form input[type=submit] {
        width: 100%;
    }
    .ul_allservices {
        -webkit-columns: 2;
        -moz-columns: 150px;
         columns: 2; 
        -webkit-column-gap: 2em; 
        -moz-column-gap: 2em;
        column-gap: 10px;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
    }

}
@media screen and (max-width: 768px) {
    .header_tel_two_mobile {
        display: block;
        padding-left: 95px!important;
    }
    .wrap_mobile_menu .menu-item-has-children:before {
        content: "";
        font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078";
        color: #000;
        position: absolute;
        right: 10px;
        font-size: 12px;
    }
    .section_popup .modal_box_video {
        width: 90%!important;
    }
    .section_bravada {
        margin: 20px 0;
        padding: 20px 0;
    }
    .section_what_do_they .wrap__request {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .left_text_task {
        width: 100%;
    }
    .ul_allservices {
        columns: 1;
    }
    .section_why {
        padding: 20px;
    }
    .socsset {
        display: block;
        align-items: center;
        margin-bottom: 0px;
    }
    .wrap_next_post a {
        font-family: Rubik;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        color: #77818C;
        padding: 10px 10px;
        background: #F9F9F9;
        border-radius: 4px;
        margin: 20px 5px;
    }
    .wrap_next_post {
        margin-top: 40px;
    }
    .wrap_sidebar_portfolio {
        margin: 20px 0;
    }
}