body,
.site,
#content.site-content{
    background: #F6F6F6;
}

a{
	font-weight: 500;
}

.site-content{
    padding: 0 30px !important;
}

header.site-header-m{
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(25px);
}


.flex-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    padding: 0 30px;
}

#menu-menu.primary-menu{
    margin: 0 !important;
    display: flex;
    justify-content: center;
}

.primary-menu li {
    min-height: auto;
    margin-left: 32px;
    position: relative;
}

#google_language_translator{
    margin-left: 32px;
}

select.goog-te-combo{
    border: 0 !important;
    background: transparent;
    width: 105px !important;
    font-family: 'Inter',sans-serif;
    color: #000;
    padding: 0 !important;
    margin-top: 3px;
}

.primary-menu li a{
    text-transform: initial;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.4px;
    color: #000000;
    position: relative;
    transition: all .3s ease;
}

.primary-menu li a:hover{
    transition: all .3s ease;
    color: #e01a22;
}


.primary-menu li.current_page_item a{
    color: #e01a22;
    cursor: default;
}

.primary-menu li.current_page_item:after{
    content: '';
    width: 100%;
    position: absolute;
    bottom: -34px;
    height: 5px;
    background: #c02127;
    left: 0;
}

.header-buttons{
    width: 282px;
    display: flex;
    justify-content: space-between;
}

.header-buttons a{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.4px;
    color: #C02127;
    border: 2px solid #C02127;
    border-radius: 8px;
    width: 135px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.header-buttons a:hover{
    transition: all .3s ease;
    color: #fff;
    background: #C02127;
}

.header-buttons a:last-child{
    color: #fff;
    background: #C02127;
}

.header-buttons a:hover:last-child{
    color: #C02127;
    background: #fff;
}

@media(min-width: 996px){
    .mobile-header{
        display: none;
    }
}

@media(max-width: 1200px){
    .site-container{
        width: 100%;
    }
    .primary-menu li{
        margin-left: 20px;
    }

    .primary-menu ul{
        margin-left: 12px;
    }
    .header-left > a > img{
        width: 130px;
    }
}

@media(max-width: 996px){
    .ov-hidden{overflow: hidden !important;}
    header.site-header-m {
        position: fixed;
        right: 0;
        top: 0;
        height: calc(100vh - calc(100vh - 100%));
        width: 0;
        background: #fff;
        z-index: 9999999;
        overflow: hidden;
        transition: width 0.1s ease-in-out;
        visibility: visible;
    }

    header.site-header-m.open {
        width: 300px;
        visibility: visible;
    }

    header.site-header-m.open .site-container{
        height: 100%;
    }

    #google_language_translator{
        margin-left: 17px;
        margin-top: 15px;
    }

    @keyframes expandWidth {
        0% {
            width: 0;
        }
        100% {
            width: 300px;
        }
    }

    @keyframes collapseWidth {
        0% {
            width: 300px;
        }
        100% {
            width: 0;
        }
    }

    header.site-header-m.open {
        animation: expandWidth 0.1s ease-in-out forwards;
    }

    header.site-header-m:not(.open) {
        animation: collapseWidth 0.1s ease-in-out forwards;
    }

    .mobile-header{
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(25px);
        padding: 0 30px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .primary-menu li a{
        font-size: 20px;
    }

    .hamburg{
        width: 35px;
        height: 23px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
    }

    .hamburg span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 2px;
        opacity: 1;
        left: 0;
    }

    .hamburg span:nth-child(1) {
        top: 0px;
    }

    .hamburg span:nth-child(2) {
        top: 10px;
    }

    .hamburg span:nth-child(3) {
        top: 20px;
    }

    .hamburg.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        left: 0;
    }

    .hamburg.open span:nth-child(2) {
        display: none;
    }

    .hamburg.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        left: 0;
    }

    .hamburg.open{
        position: absolute;
        right: 15px;
        top: 30px;
        width: 30px;
        height: auto;
    }

    .hamburg.open span {
        height: 3px;
        width: 100%;
        background: #000000;
    }


    .flex-header{
        flex-direction: column;
        height: 100%;
        position: relative;
        padding: 15px;
        align-items: flex-start;
    }

    .header-left{
        flex-direction: column;
    }
    #menu-menu.primary-menu {
        flex-direction: column;
        margin-top: 25px !important;
        width: 100%;
        margin-left: 7px !important;
    }

    .primary-menu li {
        margin-top: 25px;
        margin-left: 0;
    }

    .primary-menu li.current_page_item:after{
        display: none;
    }

    .primary-menu li.current_page_item a{
        border-bottom: 3px solid #e01a22;
    }

    .header-buttons, .header-right {
        width: 100%;
    }

    .header-buttons a{
        width: 48%;
    }

    .open-menu-overlay{
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 999;
        top: 0;
        left: 0;
        opacity: .9;
    }

    .header-left > a > img {
        width: 180px;
    }
}

.b_w_image{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 470px;
    display: flex;
    align-items: center;
    margin-bottom: 50px !important;
}

.image_item .svg_layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.image_item .b_image{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.b_w_title{
    position: relative;
    z-index: 3;
}

.b_w_title h1{
    font-size: 72px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -3px;
    margin: 0;
    color: #fff;
    padding-left: 90px;
}

@media(max-width: 1190px){
    .b_w_title h1 {
        font-size: 52px;
        padding-left: 30px;
        letter-spacing: -1px;
    }
    .b_w_image {
        height: 370px;
    }
}

@media(max-width: 967px){
    .b_w_image {
        height: 290px;
    }
}

@media(max-width: 767px){
    .image_item .svg_layer{
        display: none; !important;}
    .image_item .b_image {
        position: static;
        display: block;
        width: 100%;
    }
    .b_w_image{
        flex-direction: column-reverse;
        height: auto;
        background: #C02127;
    }
    .b_w_title h1 {
        padding-left: 0;
        font-size: 46px;
        padding: 50px 0;
    }
}

.news-section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item.news-col-2{
    width: calc(50% - 12px);
}

.news-item.news-col-3{
    width: calc(33% - 12px);
}

.news-item{
    position: relative;
    margin-bottom: 48px;
}

.news-item .thumbnail{
    overflow: hidden;
    border-radius: 8px;
}

.news-item.news-col-3 .thumbnail{
    height: 180px;
}

.news-item.news-col-2 .thumbnail{
    max-height: 350px;
}

.news-item .category{
    position: absolute;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(15px);
    top: 16px;
    left: 16px;
    padding: 6px 12px;
    line-height: 18px;
    max-width: 92%;
}

.news-item .category a {
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.4px;
    opacity: 0.6;
    color: #000;
}

.news-item .date{
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #000;
    opacity: 0.8;
    margin-top: 12px;
}

.news-item h2.title{
    margin: 0;
    padding: 0;
    line-height: 80%;
    margin-top: 8px;
    margin-bottom: 10px;
}

.news-item h2.title a{
    color: #000;
    font-size: 22px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -0.55px;
    text-transform: capitalize;
}

.news-item .description{
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.4px;
    margin-top: 6px;
}

.pagination{
margin: 10px auto 50px auto !important;
}

.pagination, .navigation.pagination {
    border-top: 0 !important;
}

.blog .pagination .fas{
    margin-top: 12px !important;}



.news_menu{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 64px;
}

.news-menu{
    display: flex;
    justify-content: center;
    margin: 0;
}

.news-menu .menu-item{
    border-radius: 8px;
    padding: 0px 11px;
    margin: 0 6px;
    border: 2px solid #F6F6F6;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-transform: none;
    transition: all .3s ease;
}

.news-menu .menu-item a{
    color: #000;
}

.news-menu .menu-item:hover{
    background: #fff;
    border-color:#fff;
    transition: all .3s ease;
}

.news-menu .menu-item:hover a{
    transition: all .3s ease;
    color: #C02127;
}

.news-menu .menu-item.current-menu-item{
    border: 2px solid #C02127;
    background: #FFF;
}

.news-menu .menu-item.current-menu-item a{
    color: #C02127;
}

.search-form {
    margin-bottom: 64px;
}

h1.news_page_title{
    font-size: 72px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -3px;
    text-align: center;
    margin: 30px 0 60px 0;
}

.single_page{
    max-width: 792px;
    margin: 0 auto;
}

.single_page h1.news_page_title{
    font-size: 56px;
    line-height: 111%;
    letter-spacing: -2.4px;
    margin-bottom: 0;
}

.single_meta{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.60);
    margin: 32px 0 60px 0;
    flex-wrap: wrap;
}

.single_meta .category a{
    color: rgba(0, 0, 0, 0.60);
    transition: all .3s ease;
}

.single_meta .category a:hover{
    transition: all .3s ease;
    color: #e01a22;
}

.single_meta .date{
    display: flex;
    align-items: center;
}

.single_meta .date:after {
    content: '';
    border-radius: 4px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.60);
    width: 4px;
    height: 4px;
    display: block;
    margin: 6px;
}

.single_page .post-thumbnail {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 25px 0 !important;
}

.single_page .entry-content p{
    color: #000;
    font-size: 20px !important;
    font-family: 'Inter',sans-serif;
    line-height: 144%;
    letter-spacing: -0.4px;
}

.single_page .entry-content h5{
    color: #000;
    font-size: 22px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.55px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.flex-news-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px 0 40px 0;
}

.flex-news-title h3{
    font-size: 36px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -1.5px;
    margin: 0;
}

.flex-news-title a{
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
    opacity: 0.6;
    color: #000;
}

.footer-top{
    padding: 46px 0;
}

.footer-top,
.footer-top .site-content{
    background: #C02127;
}

.footer-top-menu{
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-top-menu li{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 8px;
    border: 2px solid #fff;
    width: 24%;
    text-align: center;
    transition: all .3s ease;
}

.footer-top-menu li a{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -0.4px;
    text-transform: none;
    padding: 6px 0;
    display: block;
    transition: all .3s ease;
}

.footer-top-menu li:hover{
    background: #fff;
    transition: all .3s ease;
}

.footer-top-menu li:hover a{
    transition: all .3s ease;
    color: #c02127;
}

.site-footer-custom,
.site-footer-custom .site-content{
    background: #000;
}

.flex_top_footer{
    display: flex;
    justify-content: space-between;
    padding: 64px 0;
    flex-wrap: wrap;
}

.footer-menu-items{
    display: flex;
    justify-content: space-between;
    width: 892px;
}

.footer-menu-title{
    color: #F6F6F6;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.footer-menu-item{
    margin: 20px 0 0 0;
}

.footer-menu-item .menu-item{
    margin-bottom: 8px;
}

.footer-menu-item .menu-item a{
    color: #F6F6F6;
    font-size: 14px;
    font-family: 'Inter',sans-serif;
    line-height: 20px;
    letter-spacing: -0.4px;
    text-transform: none;
    font-weight: 400;
    transition: all .3s ease;
}

.footer-menu-item .menu-item a:hover{
    transition: all .3s ease;
    color: #C02127;
}

.flex_bottom_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 64px;
    flex-wrap: wrap;
}

.flex_bottom_footer p{
    margin: 0;
    color: #F6F6F6;
    font-size: 14px !important;
    letter-spacing: -0.4px;
}

/* Form */
.custom_form{
    margin-top: 30px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px !important;
    position: absolute;
}
.custom_form input[type="text"],
.custom_form input[type="tel"],
.custom_form input[type="number"],
.custom_form input[type="email"],
.custom_form select{
    border-radius: 8px;
    background: #FFF;
    border: 0;
    padding: 16px;
    color: #000;
    /* Paragraph / 01 */
    font-size: 20px;
    font-family: 'Inter',sans-serif;
    line-height: 28px;
    letter-spacing: -0.4px;
    opacity: 0.699999988079071;
    display: block;
    margin-top: 5px;
    width: 100%;
    outline: none;
}

.custom_form select{
    background: url('../img/select.svg') no-repeat 96%;
    background-color: #fff;
    color:#000;
}

.custom_form textarea{
    border-radius: 8px;
    background: #FFF;
    border: 0;
    padding: 16px;
    color: #000;
    font-size: 20px;
    font-family: 'Inter',sans-serif;
    line-height: 28px;
    letter-spacing: -0.4px;
    opacity: 0.699999988079071;
    max-height: 140px;
    display: block;
    margin-top: 5px;
}

.custom_form input::placeholder{
    color: #000;
    font-size: 20px;
    font-family: 'Inter',sans-serif;
    line-height: 28px;
    letter-spacing: -0.4px;
    opacity: 0.3;
}

.custom_form label,
.custom_form use_label_element{
    color: #000;
    font-size: 18px;
    font-family: 'Inter',sans-serif;
    line-height: 26px;
    letter-spacing: -0.3px;
}

.custom_form .form_group{
    margin-bottom: 32px;
}

.form_group.two{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.form_group.two div{
    width: 48%;
}
.wpcf7-form input[type="submit"] {
    text-align: center;
    background: #e01a22;
    margin: 20px auto;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
    width: 100%;
    border-radius: 6px;
    text-transform: none;
}

.offices_cell{
    border-radius: 8px;
    background: #FFF;
    padding: 24px;
}

.offices_cell .widget{
    padding: 0;
    margin: 16px 0 0 0;
}

.office_icon_title .widget-title{
    color: #C02127;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-transform: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.office_icon_title .widget-title:before{
    content: '';
    background: url('../img/office-icon.svg') no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.office_address .widget-title{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin: 0;
    text-transform: none;
    margin-bottom: 8px;
}

.office_address p{
    font-size: 14px !important;
    font-family: 'Inter',sans-serif;
    line-height: 20px;
    letter-spacing: -0.4px;
    color: #000;
}


.offices_cell:hover,
.offices_cell.active{
    background: #000;
    color: #fff;
}

.offices_cell:hover p,
.offices_cell.active p,
.offices_cell:hover a,
.offices_cell.active a{
    color: #fff;
}

.offices_cell.first{
    background: #c2282e;
    color: #fff;
}

.offices_cell.first p,
.offices_cell.first a,
.offices_cell.first .widget-title{
    color: #fff !important;
}

.offices_cell.first .office_icon_title .widget-title:before{
    background: url('../img/office-icon_white.svg') no-repeat;
}

@media(max-width: 1200px){
    .footer-menu-items {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 911px) {
    .nav-search-button {
        margin: 0 !important;
    }
    .news-menu .menu-item{
        padding: 0px 7px;
    }
    .site-content .search-form {
        margin-top: 0 !important;
    }
}

@media(max-width: 767px){
    .news-item.news-col-2,
    .news-item.news-col-3{
        width: 100%;
    }

    .news-item.news-col-3 .thumbnail,
    .news-item.news-col-2 .thumbnail{
        height: auto;
    }
    .news_menu {
        display: block;
        margin: 0 auto 34px auto;
        text-align: center;
    }
    .news-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .news-menu .menu-item{
        margin-bottom: 15px;
    }
    h1.news_page_title {
        font-size: 46px;
        margin: 0px 0 40px 0;
    }
    .single_meta{
        flex-direction: column;
    }
    .single_meta .date {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .single_meta .category{
        text-align: center;
    }
    .single_page h1.news_page_title {
        font-size: 36px;
        margin-top: 25px;
    }
    .single_page .entry-content p {
        font-size: 18px !important;
    }
    .flex-news-title h3{
        font-size: 22px;
    }
    .footer-top{
        padding: 46px 0 32px 0;
    }
    .footer-top-menu li{
        margin-bottom: 14px;
        width: calc(50% - 7px);
    }
}

@media(max-width: 620px){
    .footer-menu-items{
        flex-wrap: wrap;
    }
    .footer-col{
        width: 47%;
        margin-top: 35px;
    }
    .footer-menu-items{
        margin-top: 15px;
    }
    .footer-menu-item {
        margin: 10px 0 0 0;
    }
    .form_group.two div {
        width: 100%;
    }
    .custom_form input[type="text"], .custom_form input[type="tel"], .custom_form input[type="number"], .custom_form input[type="email"], .custom_form select, textarea {
        margin-bottom: 15px;
    }
    .custom_form .form_group {
        margin-bottom: 0px;
    }
    .custom_form .wpcf7-form-control-wrap {
        position: relative;
        display: block;
    }
    .wpcf7-radio{
        margin-bottom: 20px;
        display: block;
    }
    .wpcf7-radio .wpcf7-list-item {
        display: block;
        margin: 5px 0;
    }
	.wpcf7-not-valid-tip {
    position: relative;
    bottom: 20px;
	}
}

@media(max-width: 450px){
    .footer-top-menu li{
        width: 100%;
    }
}

@media(max-width: 380px){
    .flex-news-title{
        flex-direction: column;
        align-items: flex-start;
    }
}

.wpsm_nav-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 64px;
    border-bottom: 0;
    margin-top: 50px;
	flex-wrap: wrap;
}

.tab-content{
    margin-bottom: 70px;
}

.wpsm_nav > li{
    float:none;
    margin: 0 6px;
}

.wpsm_nav > li a{
    padding: 4px 12px;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #000;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    transition: all .3s ease;
    outline: none;
}

.wpsm_nav-tabs > li:hover a{
    background: #fff;
    color: #000;
    transition: all .3s ease;
}

.wpsm_nav-tabs > li.active > a, .wpsm_nav-tabs > li.active > a:hover, .wpsm_nav-tabs > li.active > a:focus{
    border-color: #C02127;
    color: #C02127;
}

.faq-accordion .faq-main{
    background: transparent;
    margin: 0px;
}

.faq-accordion .faq-main:first-child{
    border-radius: 8px 8px 0px 0px;
    border: 2px solid #DFE4EA;
    border-bottom: 1px solid #DFE4EA;
}

.faq-accordion .faq-main:last-child {
    border-radius: 0px 0px 8px 8px;
    border: 2px solid #DFE4EA;
    border-top: 1px solid #DFE4EA;
}

.faq-accordion .faq-main{
    border: 1px solid #DFE4EA;
    border-left: 2px solid #DFE4EA;
    border-right: 2px solid #DFE4EA;
}

[data-accordion] [data-content],
.faq-accordion .faq-main.open{
    background: #DFE4EA;
    transition: none;
}

.faq-accordion .faq-main.open h4 {
    color: #C02127;
}

.faq-title {
    padding: 25px 50px 25px 24px;
}

.faq-title h4 {
    font-size: 18px !important;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 22px !important;
    letter-spacing: -0.4px;
    text-transform: none;
}

.faq-content {
    padding: 15px 25px;
}

.single_page .entry-content .faq-content p,
.single_page .entry-content .faq-content ul li{
    color: #000;
    font-size: 16px !important;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.4px;
}

[data-accordion] > [data-control]:after{
    background: url('../img/spoiler-plus.svg') center center no-repeat;
}

[data-accordion].open > [data-control]:after{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url('../img/spoiler-minus.svg') center center no-repeat;
}

.owl-dots{
    position: absolute;
    bottom: 32px;
    left: 94px;
}

.owl-carousel .b_w_image{
    margin-bottom: 0 !important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.50);
    width: 10px;
    height: 10px;
    margin-right: 10px;
    outline: none;
}

.owl-carousel button.owl-dot.active{
    background: #fff;
}

.owl-carousel .b_w_title p{
    padding-left: 94px;
    color: #FFF;
    font-size: 16px !important;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

@media(max-width: 1200px){
    .owl-carousel .b_w_title p {
        padding-left: 34px;
    }
    .owl-dots{
        padding-left: 34px;
    }
}

@media(max-width: 767px){
    .owl-carousel .b_w_title p {
        padding: 0;
    }
    .owl-carousel .b_w_title h1 {
        padding: 50px 0 10px 0;
    }
    .owl-carousel .b_w_title {
        padding-bottom: 66px;
        padding-top: 16px;
    }
    .owl-dots{
        display: none;
    }
}

.best_companies_icons.owl-carousel .owl-nav button.owl-next,
.best_companies_icons.owl-carousel .owl-nav button.owl-prev{
    margin-right: 0;
    width: 64px;
    height: 64px;
    background: #000;
    border-radius: 100%;
}

.best_companies_icons.owl-carousel .owl-nav button svg {
    width: 32px;
    height: 32px;
    margin-bottom: 0;
}

.best_companies_icons .owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: calc(100% - 15px);
}

.best_companies_icons .owl-item{
    text-align: center;
}

.best_companies_icons .owl-item svg{
    width: 180px;
    height: 180px;
}
/*.best_companies_icons .owl-item.active:nth-child(2) svg{*/
/*    padding: 0;*/
/*}*/

.main_descr_block{
    display: flex;
    justify-content: space-between;
    padding: 48px 0;
    border-bottom: 1px solid #00000020;
}

.main_descr_block:last-child{
    border-bottom: 0;
}

.main_descr_block .left{
    width: 408px;
    display: flex;
}

.main_descr_block .left img{
    width: 78px;
    height: 78px;
    border-radius: 16px;
}

.main_descr_block .left .descr_title{
    color: #C02127;
    font-size: 56px;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    line-height: 62px;
    letter-spacing: -2.4px;
    margin-left: 15px;
}

.main_descr_block .right{
    width: 690px;
    display: flex;
    justify-content: space-between;
}

.main_descr_block .right p{
    color: #000;
    font-size: 16px !important;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.4px;
    width: 530px;
}

.main_descr_block .right p span{
    opacity: 0.6;
}

.main_descr_block .right p a{
    color: #000;
    font-size: 16px;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.4px;
    opacity: 1;
    margin-top: 24px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.main_descr_block .right p a:hover{
    transition: all .3s ease;
    color: #C02127;
}


.main_descr_block .right p a:after{
    content:'';
    background: url('../img/red-arrow.svg') no-repeat;
    margin-left:6px;
    width: 24px;
    height: 25px;
}

.main_descr_block .right .button_arrow{
    width: 78px;
    height: 78px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all .3s ease;
}

.main_descr_block .right .button_arrow:hover{
    transition: all .3s ease;
    background: #C02127;
}

@media(max-width: 1140px){
    .main_descr_block{
        display: block;
        max-width: 690px;
        margin: 0 auto;
    }
    .main_descr_block .right {
        margin-top: 25px;
    }
    .best_companies_icons .owl-item svg{
        width: 40%;
        height: auto;
    }
    .best_companies_icons.owl-carousel .owl-nav button.owl-next, .best_companies_icons.owl-carousel .owl-nav button.owl-prev {
        width: 40px;
        height: 40px;
    }
    .best_companies_icons .owl-nav{
        margin-top: -20px;
    }
}

@media(max-width:767px){
    .main_descr_block .right{
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 25px;
    }
    .main_descr_block .left .descr_title {
        font-size: 32px;
        line-height: initial;
    }
    .main_descr_block .right .button_arrow{
        width: 45px;
        height: 45px;
    }
    .main_descr_block .right p {
        width: calc(100% - 80px);
    }
    .main_descr_block .left{
        width: 100%;
    }
}

.main_hap_plugin{
    padding:90px 0;
    background: #fff;
}



body.page-id-9815,
.page-id-9815 .site,
.page-id-9815 #content.site-content{
    background: #fff;
}

.item_401{
    background: #fff;
    padding: 24px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    transition: all .3s ease;
    height: 235px;
    position: relative;
}

.title_401{
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.55px;
    color: #000;
    margin-top: 16px;
    margin-bottom: 30px;
}

.item_401 span{
    width: 48px;
    height: 48px;
    background: #C02025;
    border-radius: 48px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
}

.item_401:hover{
    background: #c02025;
    transition: all .3s ease;
}

.item_401:hover .title_401{
    transition: all .3s ease;
    color: #fff;
}

.item_401:hover > svg path, .item_401:hover > svg rect{
    transition: all .3s ease;
    stroke: #fff;
}

.item_401:hover span{
    background: #fff;
    transition: all .3s ease;
}

.item_401:hover span svg path{
    stroke: #000;
    transition: all .3s ease;
}

.main-page-slider img{
    width: auto !important;
    max-width: 100%;
}

.single_page{
	padding: 70px 0;
}

.single_page .entry-content p {
    font-size: 18px !important;
    line-height: 160%;
}

.single_page .entry-content ul,
.single_page .entry-content ol{
	list-style: initial;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 10px;
}

.single_page .entry-content ol{
	list-style: decimal;
}

.single_page .entry-content ul li,
.single_page .entry-content ol li{
	margin-top:10px;
}

.single_page .entry-content h2{
	font-weight: bold !important;
    margin-bottom: 10px;
    text-transform: initial;
}

@media(min-width:1200px){
	.custom_text_size h2{
		font-size: 72px !important;
	}
}

.custom_text_size h2{
    max-width: 650px;
    margin: auto;
}

.no_padding_right .madden-text-block .text-block-title{
	padding-right: 15px;
}

.no_padding_right{
height: 100%;
}

.jobs_items .panel-grid-cell{
	background: #F6F6F6;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;	
}

.jobs_items .so-panel{
	padding: 0;
	margin-bottom: 0 !important;
}

.jobs_items .so-panel img{
	    width: 100%;
}


.jobs_items .so-panel .custom-html-widget a{
	padding: 15px;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.jobs_items .so-panel .custom-html-widget a strong{
	display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.jobs_items .so-panel .custom-html-widget a span{
	    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.4px;
    display: block;
    color: #000;
}

.jobs_items .so-panel .custom-html-widget a:hover {
	background:#C02127;
	transition: all .3s ease;
}

.jobs_items .so-panel .custom-html-widget a:hover strong,
.jobs_items .so-panel .custom-html-widget a:hover span{
	color: #fff;
	transition: all .3s ease;
}

.jobs_items .so-panel .custom-html-widget a svg{
	fill: #C02025;
	transition: all .3s ease;
}

.jobs_items .so-panel .custom-html-widget a svg path{
	stroke: #fff;
	transition: all .3s ease;
}

.jobs_items .so-panel .custom-html-widget a:hover svg{
	fill: #fff;
	transition: all .3s ease;
}

.jobs_items .so-panel .custom-html-widget a:hover svg path{
	stroke: #000;
	transition: all .3s ease;
}

/*Open Widget*/
.office_icon_title .widget-title:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #444;
    width: 24px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23C02127"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23C02127"/></svg>') center center no-repeat;
}

.offices_row .panel-grid-cell.active .office_icon_title .widget-title:after{
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23C02127"/></svg>') center center no-repeat;
}


.offices_row .offices_cell.first .office_icon_title .widget-title:after{
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23ffffff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23ffffff"/></svg>') center center no-repeat;
}

.panel-grid-cell.active .offices_cell.first .office_icon_title .widget-title:after{
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M18 13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z" fill="%23ffffff"/></svg>') center center no-repeat;
}

.office_icon_title .widget-title{
    position: relative;
    margin-bottom: 0;
    padding-right:25px;
}

.offices_row .panel-grid-cell{
    cursor: pointer;
}

.offices_row .widget_text{
    display: none;
}

.offices_row .panel-grid-cell.active{
position: relative;
}

.offices_row .panel-grid-cell.active .widget_text{
    display: block;
}

.offices_row .panel-grid-cell.active .widget_text{
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 25px;
    border-radius: 8px;
    z-index: 5;
    margin-top: 12px;
}

.offices_row .panel-grid-cell.active .widget_text.panel-last-child{
    position: absolute;
    padding: 25px;
    left: 0;
    width: 100%;
    border-radius: 8px;
    z-index: 5;
}

.offices_row.physical_cols .panel-grid-cell.active .widget_text.panel-last-child,
.panel-grid-cell.active .physical_col .widget_text.panel-last-child{
    top: 170px;
}

.offices_row .panel-grid-cell.active .offices_cell.active .widget_text.panel-last-child,
.offices_row .panel-grid-cell.active .offices_cell.active .widget_text{
    background: #000;
}

.panel-grid-cell.active .offices_cell:hover{
    background: #fff;
    color: #000;
}

.panel-grid-cell.active .offices_cell:hover .widget_text{
    color:#000;
}

.panel-grid-cell.active .offices_cell:hover p{
    color:#000;
}

.panel-grid-cell.active .offices_cell:hover a{
    color:#c2282e;
}

.panel-grid-cell.active .offices_cell.first:hover{
    background: #c2282e;
}

.panel-grid-cell.active .offices_cell.first .widget_text{
    background: #c2282e;
}

@media(max-width: 767px){
.panel-grid-cell.active .offices_cell .widget_text,
.panel-grid-cell.active .offices_cell .widget_text.panel-last-child{
    position: static;
    padding: 15px 0;
}
}

/*Translated*/
html.translated-ltr .primary-menu li a{font-size:14px;}
html.translated-ltr .primary-menu li.current_page_item:after {bottom: -5px;height: 3px;}
html.translated-ltr .madden_two_columns_text ul li {margin-bottom: 10px; text-transform: capitalize;}
html.translated-ltr .header-buttons a {font-size: 14px;}

.tab-content > .active {
    background: #fff;
    border-radius: 10px;
}

@media(max-width: 911px){
    #google_language_translator{
        margin-left: -25px !important;
        padding: 0 0 15px 0;
    }
}

@media(max-width: 767px){
    .pagination .nav-links{
        align-items: center;
    }
    .pagination .current .screen-reader-text{
        display: none;
    }
    .pagination .page-numbers{
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .pagination .prev, .pagination .next{
        top: -11px;
    }
}

.blog .pagination{
    width: 100% !important;
}

.pagination .nav-links {
    max-width: 300px;
    margin: 0 auto;
}


@media (max-width: 1023px) and (min-width: 779px){
#pg-24-2 > .panel-grid-cell, #pg-24-2 > .panel-row-style > .panel-grid-cell, #pg-24-3 > .panel-grid-cell, #pg-24-3 > .panel-row-style > .panel-grid-cell, #pg-24-4 > .panel-grid-cell, #pg-24-4 > .panel-row-style > .panel-grid-cell, #pg-24-5 > .panel-grid-cell, #pg-24-5 > .panel-row-style > .panel-grid-cell, #pg-24-6 > .panel-grid-cell, #pg-24-6 > .panel-row-style > .panel-grid-cell{
    flex: 0 1 100% !important;
}

#pg-24-2 > .panel-grid-cell, #pg-24-2 > .panel-row-style > .panel-grid-cell:nth-child(odd), #pg-24-3 > .panel-grid-cell, #pg-24-3 > .panel-row-style > .panel-grid-cell:nth-child(odd), #pg-24-4 > .panel-grid-cell, #pg-24-4 > .panel-row-style > .panel-grid-cell:nth-child(odd), #pg-24-5 > .panel-grid-cell, #pg-24-5 > .panel-row-style > .panel-grid-cell:nth-child(odd), #pg-24-6 > .panel-grid-cell, #pg-24-6 > .panel-row-style > .panel-grid-cell:nth-child(odd){
    padding-right: 0 !important;
}

#pg-24-2 > .panel-grid-cell, #pg-24-2 > .panel-row-style > .panel-grid-cell:nth-child(even), #pg-24-3 > .panel-grid-cell, #pg-24-3 > .panel-row-style > .panel-grid-cell:nth-child(even), #pg-24-4 > .panel-grid-cell, #pg-24-4 > .panel-row-style > .panel-grid-cell:nth-child(even), #pg-24-5 > .panel-grid-cell, #pg-24-5 > .panel-row-style > .panel-grid-cell:nth-child(even), #pg-24-6 > .panel-grid-cell, #pg-24-6 > .panel-row-style > .panel-grid-cell:nth-child(even){
    padding-left: 0 !important;
}

#pg-24-0, #pg-24-1, #pg-24-2, #pg-24-3, #pg-24-4, #pg-24-5, #pg-24-6, #pg-24-7, #pl-24 .so-panel{
    margin-bottom: 0 !important;
}
}

@media(min-width:996px){
	.hidden-desctop{
		display:none;
	}
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-size: 20px !important;
    text-transform: inherit !important;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .woo-plus-minus .qty,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	background: transparent !important;
}