/*   
Theme Name: Law Theme by Luxeo
Version: 1.0
Author: den
*/


html,body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo';
    font-size: 12px;
}
* {
    margin: 0;
    padding: 0; 
    font-family: 'Archivo';
    color: #001025;
}
@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Marcellus';
    src: url('fonts/Marcellus-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
img {
    max-width: 100%;
}
button {
    cursor: pointer;
}
header {
        display: flex;
    justify-content: space-between;
}
#logo {
    padding: 36px;
    border-right: 1.5px solid #BF9874;
    width: 10%;
}
#right_header {
    width: 90%;
}
#top_line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 36px;
    border-bottom: 1.5px solid #BF9874;
}
#bottom_line {
          display: flex;
    align-items: center;
    justify-content: space-between; 
        padding: 22px 36px; 
}
.contact_header_top {
    display: flex;
    align-items: center;
}
#main_menu > ul {
      display: flex;
    align-items: center;
    list-style: none;
}
#main_menu > ul > li {
    margin-right: 70px;
}
#main_menu > ul > li > a {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
#main_menu > ul > li > a:before {
      content: " ";
    background: url(img/menu_romb.svg) no-repeat;
    width: 9px;
    height: 9px;
    margin-right: 10px;
     transition: 0.5s;
}
#main_menu > ul > li > a:hover {
        color: #BF9874;
}
#main_menu > ul > li > a:hover:before {
    background: url(img/menu_romb_hover.svg) no-repeat;
}
.phone_top {
    display: flex;
    align-items: center;
        margin-right: 50px;
}
.phone_top:before {
      content: " ";
    background: url(img/phone_ico.svg) no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.phone_top a {
    font-size: 1.4rem;
    font-weight: 800;
    color: #001025;
    text-decoration: none;
    transition: 0.5s;
}
.phone_top a:hover {
    color: #BF9874;
}
.time_work {
display: flex;
    align-items: center;
    font-size: 1.4rem;
}
.time_work:before {
       content: " ";
    background: url(img/time_ico.svg) no-repeat;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}
.language_header_top {
    display: flex;
    align-items: center;
}
.language_header_top a {
    font-weight: 500;
    color: #BF9874;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
     transition: 0.5s;
}
.language_header_top a:hover {
        color: #001025;
}
.language_header_top a:first-child {
    margin-right: 28px;
}
.button_header .call {
        padding: 10px 32px;
    border: 1px solid #001025;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
        transition: 0.5s;
}
.button_header .call:hover {
        background: #BF9874;
    color: #fff;
    border: 1px solid #BF9874;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
#slider_hero {
    overflow: hidden;
    position: relative;
}
.img_slider img {
        width: 100%;
    object-fit: cover;
    max-height: 700px;
}
.slider_description_block {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 133px;
}
.slider_description_block > .wrapper {
        width: 1200px;
    margin: 0 auto;
}
.top_line_slider {
        font-weight: 500;
    color: #BF9874;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.slider_description_block .title_slide {
    font-size: 6rem;
    color: #fff;
    font-family: 'Marcellus';
    font-weight: 400;
    max-width: 800px;
    line-height: 1.2;
}
.slider_button {
        padding: 16px 32px;
    font-size: 1.6rem;
    font-weight: 600;
    background: #BF9874;
    border: none;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
}
.slider_button:hover {
    background: #000;
}
.description_slider {
        margin-top: 15px;
    margin-bottom: 56px;
    color: #fff;
    max-width: 440px;
    font-size: 1.4rem;
    line-height: 1.3;
}
#slider_hero .slider_pagination_block {
      position: absolute;
    bottom: 7rem;
    z-index: 99;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
    margin-right: 15px;
    transition: 0.5s;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet:hover {
    opacity: 0.5;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet.swiper-pagination-bullet-active {
     background: #BF9874;
    margin-right: 50px;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
    opacity: 1;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet:after {
      content: " ";
    width: 44px;
    height: 4px;
    position: absolute;
    transform: rotate(-45deg);
    top: -9px;
    transition: 0.5s;
    background: transparent;
}
#slider_hero .slider_pagination_block .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: #BF9874;
}
h2.simple_title {
        font-size: 3.5rem;
    color: #000;
    font-family: 'Marcellus';
    text-transform: uppercase;
    font-weight: 400;
}
.home_cta {
    margin-top: 80px;
}
.home_cta h2 {
       text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.block_form_cta {
        margin-top: 35px;
    border: 1px solid rgb(0 0 0 / 25%);
    border-top: 10px solid #C2965A;
    padding: 20px 35px;
}
.cta_title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.form_top_row {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.form_top_row input {
    border: 1px solid rgb(0 0 0 / 20%);
    height: 50px;
    padding-left: 22px;
    outline: none;
    width: 30.5%;
    transition: 0.5s;
}
.form_top_row input:focus {
border: 1px solid #C2965A;
}

.form_bottom_row {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}
.form_bottom_row textarea {
    border: 1px solid rgb(0 0 0 / 20%);
    height: 100px;
    padding-left: 22px;
    outline: none;
    resize: none;
    width: 64.2%;
    padding-top: 17px;
      transition: 0.5s;
}
.form_bottom_row textarea:focus {
border: 1px solid #C2965A;
}
.block_agreee_submit {
    width: 32.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox + label {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    opacity: 1;
    font-size: 1rem;
}
.checkbox + label:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transition: .2s;
    border: 1px solid rgb(0 0 0 / 20%);
}
.checkbox:checked + label:before {
	background: #C2965A;
}
.agree {
    display: flex;
}
.checkbox + label span {
    opacity: 0.5;
}
.block_agreee_submit button[type="submit"] {
    height: 50px;
    background: #0F0800;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: 0.5s;
}
.block_agreee_submit button[type="submit"]:hover {
    background: #C2965A;
    border: 1px solid #C2965A;
}
.block_agreee_submit button[type="submit"]:after {
content: " ";
    background: url(img/arrow_button.svg) no-repeat;
    width: 15px;
    height: 8px;
    display: block;
    margin-left: 10px;
}
.awards {
    margin-top: 80px;
}
.awards h2 {
    text-align: center;
}
.list_awards {
       margin-top: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_awards > a {
    height: 97px;
    border-right: 1px solid rgb(0 0 0 / 25%);
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_awards a img {
max-width: 100%;
}
.list_awards > a:first-child {
padding-left: 0;
}
.list_awards > a:last-child {
    padding-right: 0;
    border: none
}
.winning {
        margin-top: 80px;
    background: #0F0800;
    padding: 80px 0;
}
.winning h2 {
    color: #fff;
    text-align: center;
}
.winning .after_title {
        text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 10px;
}
.winning_slide_wrap {
        background: #fff;
    min-height: 177px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.title_winning {
        font-size: 1.4rem;
    opacity: 0.8;
    margin-bottom: 12px;
}
.number_winning {
    font-size: 4.5rem;
    color: #C2965A;
    font-weight: bold;
}
.number_winning span {
        font-size: 4.5rem;
    color: #C2965A;
    font-weight: bold;
}
#slider_winning {
    margin-top: 37px;
    overflow: hidden;
}
.block_control_slider {
        display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 37px;
}
.prev_control_center {
        width: 51px;
    height: 51px;
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    min-width: 51px;
    margin-right: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
     cursor: pointer;
}
.prev_control_center:hover {
    background: #C2965A;
    border: 1px solid #C2965A;
}
.prev_control_center:before {
    content: " ";
    background: url(img/arrow_slider.svg) no-repeat;
    width: 16px;
    height: 8px;
    display: block;
}
.next_control_center {
           width: 51px;
    height: 51px;
    border: 1px solid #fff;
    border-radius: 100px;
    position: relative;
    min-width: 51px;
    margin-left: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    cursor: pointer;
}
.next_control_center:hover {
    background: #C2965A;
    border: 1px solid #C2965A;
}

.next_control_center:before {
    content: " ";
    background: url(img/arrow_slider.svg) no-repeat;
    width: 16px;
    height: 8px;
    display: block;
    transform: rotate(180deg);
}
body .pagination_control_center .swiper-pagination-bullet {
        background: #fff;
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0 7px !important;
}
body .pagination_control_center .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #BA8D51;
}
.pagination_control_center {
    display: flex;
    justify-content: center;
    width: auto !important;
}
.practice_area {
    margin-top: 80px;
}
.practice_area h2 {
    text-align: center;
}
.practive_area_blocks_description {
        margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.practive_area_blocks_description div {
        width: 49%;
    opacity: 0.8;
    font-size: 1.4rem;
        line-height: 1.3;
}
#slider_practive_area {
        margin-top: 60px;
        overflow: hidden;
}
.wrap_practive_area_post {
    display: flex;
    padding: 30px;
    position: relative;
}
.wrap_practive_area_post:before {
    content: " ";
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #0F0800;
    z-index: 1;
}
.description_block_post_practive_area {
    position: relative;
    z-index: 2;
    padding-top: 18px;
}
.image_post_practive_area {
    position: relative;
    z-index: 2;
}
.image_post_practive_area img {
    object-fit: cover;
    min-width: 289px;
    min-height: 294px;
    max-width: 289px;
    max-height: 294px;
    width: 100%;
    height: 100%;
}
.description_block_post_practive_area h3 a {
        font-size: 2rem;
    color: #BA8D51;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.5s;
}
.description_block_post_practive_area h3 a:hover {
    color: #fff;
    opacity: 0.8;
}
.short_description_practive_area {
        opacity: 0.8;
    color: #fff;
    font-size: 1.2rem;
    margin-top: 25px;
    font-weight: normal;
    line-height: 1.4;
    padding-right: 22px;
}

.block_control_slider.white .prev_control_center {
        width: 51px;
    height: 51px;
    border: 1px solid rgb(0 0 0 / 35%);
    border-radius: 100px;
    position: relative;
    min-width: 51px;
    margin-right: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.block_control_slider.white .prev_control_center:before {
    content: " ";
    background: url(img/arrow_white.svg) no-repeat;
}
.block_control_slider.white .next_control_center {
           width: 51px;
    height: 51px;
    border: 1px solid rgb(0 0 0 / 35%);
    border-radius: 100px;
    position: relative;
    min-width: 51px;
    margin-left: 20px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.block_control_slider.white .next_control_center:before {
    content: " ";
    background: url(img/arrow_white.svg) no-repeat;
}
body .block_control_slider.white .pagination_control_center .swiper-pagination-bullet {
        background: rgb(0 0 0 / 25%);
    width: 9px;
    height: 9px;
    opacity: 1;
    margin: 0 7px !important;
}
body .block_control_slider.white .pagination_control_center .swiper-pagination-bullet.swiper-pagination-bullet-active {
background: #BA8D51;
}
.button_post_click a {
     width: 28px;
    height: 28px;
    display: block;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.button_post_click a:before {
    content: " ";
    background: url(img/arrow_button.svg) no-repeat;
    width: 16px;
    height: 8px;
    display: block;
    position: relative;
    z-index: 9;
}
.button_post_click a:hover {
background: #C2965A;
border: 1px solid #C2965A;
}
.button_post_click {
    margin-top: 40px;
}
.why_choose {
        margin-top: 80px;
}
.why_choose > img {
        width: 100%;
    object-fit: cover;
}
.block_why_choose {
        margin-top: -100px;
    border: 1px solid rgb(0 0 0 / 25%);
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 80px 96px;
}
.wrap_why_choose {
        display: flex;
    justify-content: space-between;
}
.left_why_choose {
     width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.description_choose {
        font-size: 1.2rem;
    color: #000;
    opacity: 0.8;
    line-height: 1.3;
    margin-top: 20px;
    max-width: 336px;
}
.black_button_consult {
    height: 50px;
    background: #0F0800;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 385px;
    border: 1px solid transparent;
    transition: 0.5s;
}
.black_button_consult:hover {
        background: #C2965A;
    border: 1px solid #C2965A;
}
.black_button_consult:after {
    content: " ";
    background: url(img/arrow_button.svg) no-repeat;
    width: 15px;
    height: 8px;
    display: block;
    margin-left: 10px;
}
.right_why_choose {
        width: 49%;
}
.block_why_list {
        display: flex;
    margin-bottom: 34px;
}
.ico_why {
        width: 45px;
    height: 45px;
    background: #C2965A;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 45px;
    margin-right: 20px;
}
.text_why h3 {
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.descr_why_choose {
    font-size: 1.2rem;
    color: #000;
    line-height: 1.3;
    opacity: 0.8;
}
.list_blocks_right_why .block_why_list:last-child {
    margin-bottom: 0;
}
.our_command {
    background: #0F0800;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.wrap_commend_title {
        display: flex;
    align-items: center;
}
.our_command h2 {
    text-align: center;
}
.title_description_command {
        color: #F5F5F5;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 90px;
    line-height: 1.3;
}
#slider_command {
        margin-top: 82px;
    overflow: hidden;
}
.block_img_slider_command video {
        max-width: 383px;
    height: 490px;
    object-fit: cover;
    width: 100%;
}
.title_person {
    background: rgb(194 150 90 / 90%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 18px 0;
    text-align: center;
}
.title_person h3 {
font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.title_person .job_title {
        font-size: 1.5rem;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}
.blocks_commands_list {
    margin-top: 70px;
    margin-bottom: 80px;
}
.blocks_commands_list .command_block_list {
margin-bottom: 20px;
}
.blocks_commands_list .command_block_list:last-child {
margin-bottom: 0px;
}
.our_command h2 {
    color: #fff
}
.block_cta_consult {
    background: #0F0800;
    padding: 80px 0;
}
.cta_consult_wrap {
    display: flex;
}
.left_cta_consult {
        width: 49%;
}
.left_cta_consult h2 {
        font-size: 3.5rem;
    color: #fff;
    font-family: 'Marcellus';
    text-transform: uppercase;
    font-weight: 400;
}
.right_consult_cta {
    width: 49%;
    padding-top: 14px;
}
.block_title_cta_consult {
        font-size: 2rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 17px;
}
.description_cta_consult {
        color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.4;
    margin-bottom: 30px;
}
.white_button_consult {
        height: 50px;
    background: #fff;
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 385px;
    transition: 0.5s;
    border: 1px solid transparent;
}
.white_button_consult:after {
    content: " ";
    background: url(img/arrow_right_black.svg) no-repeat;
    width: 15px;
    height: 8px;
    display: block;
    margin-left: 10px;
}
.white_button_consult:hover {
background: #C2965A;
    border: 1px solid #C2965A;
}
.clients_stories {
        margin-top: 80px;
}
.clients_stories h2 {
    text-align: center;
}
.description_client_stories {
        font-size: 2rem;
    margin-top: 20px;
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 1.3;
    text-transform: uppercase;
}
#slider_stories {
    margin-top: 35px;
    overflow: hidden;
    position: relative;
}
.block_img_stories img {
    display: block;
    width: 100%;
    height: auto;
}
.description_stories {
        border: 1px solid rgb(0 0 0 / 25%);
    padding: 21px 0;
    text-align: center;
    margin-top: 15px;
}
.description_stories h3 {
    font-size: 2.5rem;
    color: #C2965A;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.after_title_stories {
        font-size: 1.2rem;
    opacity: 0.8;
    line-height: 1.3;
    max-width: 490px;
    margin: 0 auto;
}
.reviews {
        margin-top: 80px;
    background: #0F0800;
    padding: 80px 0;
}
.reviews h2 {
    color: #fff
}
.block_wrap_reviews_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.description_reviews {
        color: #fff;
    font-size: 2rem;
}
#slider_reviews {
        margin-top: 70px;
        overflow: hidden;
        position: relative;
}
.wrap_reviews {
    background: #fff;
    padding: 25px;
    min-height: 228px;
}
.icons_reviews {
        margin-right: 25px;
}
.name_reviews {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.job_title_reviews {
        font-size: 1.2rem;
    color: #000;
    opacity: 0.8;
}
.icons_reviews img {
    width: 59px;
    height: 59px;
    border: 1px solid #ccc;
    border-radius: 100px;
    display: block;
    object-fit: cover;
}
.top_reviews {
    display: flex;
    align-items: center;
}
.body_text_reviews {
    font-size: 1.2rem;
    line-height: 1.4;
    opacity: 0.8;
    margin-top: 23px;
    color: #000;
}
.faq {
        margin-top: 80px;
}
.faq h2 {
    text-align: center;
}
.listing_faq {
    margin-top: 30px;
}
.faq_columns_wrap {
        display: flex;
    justify-content: space-between;
}
.left_faq_columns {
        width: 49%;
}
.faq_top_block {
        border: 1px solid rgb(0 0 0 / 25%);
    min-height: 82px;
    display: flex;
}
.faq_number {
        font-size: 3rem;
    font-weight: bold;
    color: #fff;
    background: #BF9A5B;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: 14%;
}
.faq_title_block {
        display: flex;
    align-items: center;
    width: 70%;
    margin-left: 6%;
    padding-right: 10%;
    position: relative;
}
.question h3 {
        font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
}
.faq_show {
     position: absolute;
    right: 15px;
    top: 0;
    width: 35px;
    height: 35px;
    background: #EBEBEB;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}
.faq_show:hover {
background: #C2965A;
}
.faq_show:before {
    content: " ";
    background: url(img/plus.svg) no-repeat;
    width: 10px;
    height: 10px;
    display: block;
}
.faq_line.active .faq_show:before {
    background: url(img/minus.svg) no-repeat;
        width: 6px;
    height: 3px;
}
.right_faq_columns {
    width: 49%;
}
.faq_answer {
        padding: 20px;
    font-size: 1.2rem;
    opacity: 0.8;
    line-height: 1.3;
    display: none;
}
.faq_line {
    margin-bottom: 22px;
}
.before_footer_cta {
        margin-top: 80px;
}
.before_footer_cta_wrap {
    display: flex;
    justify-content: space-between;
}
.left_before_footer {
      width: 40%;
}
.description_before_footer {
        margin-top: 20px;
    margin-bottom: 60px;
    font-size: 1.4rem;
    opacity: 0.8;
    line-height: 1.3;
    max-width: 432px;
}
.list_before_footer ul {
list-style: none;
}
.list_before_footer ul li {
font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 31px;
    display: flex;
    align-items: center;
}
.list_before_footer ul li:before {
       content: " ";
    background: url(img/check.svg) no-repeat;
    width: 33px;
    height: 33px;
    display: block;
    min-width: 33px;
    margin-right: 20px;
}
.right_before_footer {
width: 55%;
}
.main_block_form {
        border: 1px solid rgb(0 0 0 / 25%);
    border-top: 10px solid #C2965A;
    padding: 35px 25px;
}
.form_title_footer {
        font-size: 1.8rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.form_wrap_inputs {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_wrap_inputs input:not(.checkbox) {
border: 1px solid rgb(0 0 0 / 20%);
    height: 50px;
    padding-left: 22px;
    outline: none;
    width: calc(100% - 22px);
    margin-bottom: 10px;
    transition: 0.5s;
}
.form_wrap_inputs input:focus {
    border: 1px solid #C2965A;
}
.form_wrap {
    width: 49%;
}
.form_wrap.full_form_wrap {
width: 100%;
}
.form_wrap_inputs textarea {
    border: 1px solid rgb(0 0 0 / 20%);
    padding-left: 22px;
    outline: none;
    width: calc(100% - 22px);
    margin-bottom: 10px;
    resize: none;
    padding-top: 17px;
    height: 130px;
    transition: 0.5s;
}
.form_wrap_inputs textarea:focus {
    border: 1px solid #C2965A;
}

.form_wrap_inputs .block_agreee_submit {
        width: 100%;
    margin-top: 10px;
}
.form_wrap_inputs .block_agreee_submit .agree {
    margin-bottom: 25px;
}
.offices {
    background: #0F0800;
    padding-top: 70px;
    margin-top: 80px;
        padding-bottom: 50px;
}
.logo_offices {
           text-align: center;
    margin-bottom: 30px;
}
.title_location {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.title_location span {
      color: #fff;
    padding: 0 30px;
    white-space: nowrap;
}
.title_location:before {
    content: " ";
    height: 1px;
    display: block;
    width: 70%;
    background: #C2965A;
}
.title_location:after {
    content: " ";
    height: 1px;
    display: block;
    width: 70%;
    background: #C2965A;
}
.block_offices {
    margin-top: 28px;
    padding: 30px 0;
    border: 1px solid #C2965A;
}
.top_offices {
font-size: 1.4rem;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 0;
    line-height: 1.3;
        opacity: 0.8;
}
.top_offices strong {
 color: #fff;
}
.top_offices a {
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.top_offices a:hover {
    color: #C2965A;
}

.bottom_offices {
        border-top: 1px solid #C2965A;
    max-width: 779px;
    margin: 0 auto;
    color: #fff;
    opacity: 0.8;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
}
footer {
       background: #0F0800;
    padding: 70px 0;
        padding-bottom: 40px;
}
.footer_top {
        display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer_menu > ul {
list-style: none;
    display: flex;
    align-items: center;
}
#footer_menu > ul > li {
    margin-right: 60px;
}
#footer_menu > ul > li:last-child {
    margin-right: 0px;
}
#footer_menu > ul > li > a {
      color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    text-transform: uppercase;
    transition: 0.5s;
}
#footer_menu > ul > li > a:hover {
color: #C2965A;
}

#phone_footer {
display: flex;
align-items: center;
transition: 0.5s;
}
#phone_footer:hover {
 opacity: 0.5;
}

#phone_footer a {
    font-size: 2rem;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#phone_footer:before {
content: " ";
    background: url(img/phone_footer.svg) no-repeat;
    width: 36px;
    height: 36px;
    display: block;
    margin-right: 15px;
}
#logo_footer {
    margin-bottom: -7px;
}
.copyright {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    opacity: 0.8;
}
.footer_bottom {
        border-top: 1px solid rgb(255 255 255 / 25%);
    padding-top: 30px;
    margin-top: 30px;
}
#mobile_menu_toggle {
    display: none;
}
#mobile_menu {
    display: none;
}
@media screen and (max-width: 1350px) {
.img_slider img {
    min-height: 700px;
}
}
@media screen and (max-width: 1220px) {
    .slider_description_block > .wrapper {
    width: auto;
    padding: 0 25px;
}
.wrapper {
    width: auto;
    padding: 0 25px;
}
.img_slider img {
    min-height: 590px;
}
.slider_description_block {
    padding-top: 60px;
}
#slider_hero .slider_pagination_block {
    bottom: 5rem;
    max-width: 100%;
    padding: 0 25px;
}
#logo {
    display: flex;
    align-items: center;
}
#main_menu > ul > li {
    margin-right: 40px;
}
}

@media screen and (max-width: 1100px) {
html, body {
    font-size: 10px;
}
}
@media screen and (max-width: 1000px) {
    .wrap_practive_area_post {
    flex-wrap: wrap;
     justify-content: center;
}
.description_block_post_practive_area {
    order: 2;
        text-align: center;
}
.button_post_click {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_practive_area_post:before {
    width: 100%;
}
.short_description_practive_area {
            display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.form_bottom_row textarea {
    width: calc(66% - 22px);
}
.form_top_row input {
    width: calc(32% - 22px);
}
.block_agreee_submit {
    width: 32%;
}

.after_title_stories {
    padding: 0 15px;
}
#footer_menu {
        order: 3;
    width: 100%;
    text-align: center;
    margin-top: 25px;
}
#footer_menu > ul {
        list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#footer_menu > ul > li {
        margin-right: 60px;
}
.footer_top {
    flex-wrap: wrap;
}


}

@media screen and (max-width: 850px) {
        #main_menu > ul > li {
        margin-right: 15px;
    }
    .phone_top {
    margin-right: 20px;
}
.slider_description_block .title_slide {
    font-size: 4rem;
}
    .img_slider img {
        min-height: 390px;
    }
.description_slider {
    margin-bottom: 20px;
    font-size: 1.2rem;
}
    .slider_description_block {
        padding-top: 35px;
    }
    #slider_hero .slider_pagination_block {
        bottom: 4rem;
    }
.block_why_choose {
    padding: 50px 50px;
}
.our_command {
    padding-bottom: 30px;
}
.block_cta_consult {
    padding-top: 0;
}
.cta_consult_wrap {
    flex-wrap: wrap;
}
.left_cta_consult {
    width: 100%;
}
.right_consult_cta {
    width: 100%;
}

}
@media screen and (max-width: 767px) {
    #main_menu {
        display: none;
    }
    #logo {
    padding: 10px;
    border-right: 1.5px solid #BF9874;
    width: 30%;
}
#right_header {
    width: 70%;
}
#top_line {
    padding: 15px 15px;
}
.time_work {
    display: none;
}
.language_header_top a:first-child {
    margin-right: 15px;
}
#bottom_line {
    padding: 15px 15px;
}
#mobile_menu_toggle {
        display: block;
        margin-left: 20px;
}
#mobile_menu_toggle span {
width: 30px;
        height: 3px;
        display: block;
        background: #BF9874;
        margin-bottom: 7px;
        transition: 0.5s;
          position: relative;
          top: 0
}
#mobile_menu_toggle span:last-child {
            margin-bottom: 0;
}
#mobile_menu_toggle.active span:first-child {
transform: rotate(45deg);
    top: 9px;
}
#mobile_menu_toggle.active span:nth-child(2) {
        opacity: 0;
}
#mobile_menu_toggle.active span:last-child {
        transform: rotate(-45deg);
    top: -11px;
}
.button_header .call {
    padding: 10px 16px;
    border: 1px solid #001025;
    background: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.5s;
}
.button_header {
        display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.img_slider img {
    object-position: right;
            display: block;
}
.slider_description_block .title_slide {
                    font-size: 3rem;
}
.description_slider {
    font-size: 1.4rem;
}
.slider_description_block {
        background: rgb(0 0 0 / 43%);
}
h2.simple_title {
    font-size: 2.5rem;
}
.home_cta {
    margin-top: 40px;
}
.cta_title {
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
}
.form_top_row input {
    width: calc(100% - 22px);
    margin-bottom: 10px;
}
.form_top_row {
    flex-wrap: wrap;
}
.form_bottom_row {
    flex-wrap: wrap;
        margin-top: 0;
}
.form_bottom_row textarea {
    width: calc(100% - 22px);
}
.agree {
    margin: 20px 0;
}
.block_agreee_submit {
        width: 100%;
}
.awards {
    margin-top: 40px;
}
.list_awards {
    margin-top: 30px;
    flex-wrap: wrap;
}
.list_awards > a {
    height: 97px;
    padding: 0;
    width: 49%;
    border: none
}
.list_awards > a:nth-child(odd) {
border-right: 1px solid rgb(0 0 0 / 25%);
}
.winning {
    margin-top: 40px;;
    padding: 40px 0;
}
.practice_area {
    margin-top: 40px;
}
.practive_area_blocks_description div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.practive_area_blocks_description {
    flex-wrap: wrap;
}
.why_choose > img {
    display: block;
}
.wrap_why_choose {
    flex-wrap: wrap;
}
.left_why_choose {
    width: 100%;
    margin-bottom: 35px;
}
.description_choose {
    margin-top: 20px;
    margin-bottom: 25px;
}
.block_why_choose {
        padding: 25px 25px;
            margin-top: 0;
}
.right_why_choose {
    width: 100%;
}
.title_description_command {
    font-size: 1.5rem;
    margin-left: 0;
    margin-top: 20px;
            text-align: center;
}
.wrap_commend_title {
    flex-wrap: wrap;
    justify-content: center;
}
.our_command {
    margin-top: 40px;
    padding-top: 40px;
}
#slider_command {
    margin-top: 40px;
}
.blocks_commands_list {
    margin-top: 45px;
    margin-bottom: 40px;
}
.block_cta_consult {
        padding-top: 0;
        padding-bottom: 40px;
}
.clients_stories {
    margin-top: 40px;
}
.description_client_stories {
    font-size: 1.6rem;
}
.description_stories h3 {
    font-size: 2rem;
    padding: 0 15px;
}
.reviews {
    margin-top: 40px;
    padding: 40px 0;
}
.block_wrap_reviews_title {
    justify-content: center;
    flex-wrap: wrap;
}
.reviews h2 {
    text-align: center;
}
.description_reviews {
    margin-top: 15px;
}
#slider_reviews {
    margin-top: 40px;
}
.faq {
    margin-top: 40px;
}
.faq_columns_wrap {
    flex-wrap: wrap;
}
.left_faq_columns {
    width: 100%;
}
.right_faq_columns {
    width: 100%;
}
.before_footer_cta {
    margin-top: 40px;
}
.before_footer_cta_wrap {
    flex-wrap: wrap;
}
.left_before_footer {
    width: 100%;
}
.description_before_footer {
        margin-bottom: 30px;
}
.right_before_footer {
    width: 100%;
}
.main_block_form {
    padding: 20px 15px;
}
.form_wrap_inputs .block_agreee_submit {
    width: auto;
    margin-top: 0;
}
.title_location {
    font-size: 2rem;
}
.offices {
    padding-top: 40px;
    margin-top: 40px;
}
.block_offices {
    padding: 30px 10px;
}
footer {
    padding: 40px 0;
}
#logo_footer {
    margin-bottom: -7px;
    width: 100%;
    text-align: center;
}
#footer_menu {
    order: inherit;
        margin-top: 35px;
    margin-bottom: 25px;
}
    #footer_menu > ul > li {
    margin-right: 0;
    width: 49%;
    margin-bottom: 20px;
}
    #footer_menu > ul {
        flex-wrap: wrap;
    }
    #phone_footer {
    justify-content: center;
    width: 100%;
    margin-top: -15px;
}
#mobile_menu {
        position: fixed;
    top: 0;
    width: 70%;
    background: rgb(0 0 0 / 91%);
    height: 100%;
    z-index: 999;
    left:-999px;
    transition: 0.5s;
    display: block;
}
#mobile_menu.show {
    left: 0;
}
body.show_menu {
    overflow: hidden;
}
.menu_mobile_list > ul {
list-style: none;
        padding: 30px;
}
.menu_mobile_list > ul > li {
        margin-bottom: 20px;
}
.menu_mobile_list > ul > li > a {
        color: #BF9874;
    text-decoration: none;
        font-size: 2rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.menu_mobile_list > ul > li > a:before {
        content: " ";
        background: url(img/menu_romb_hover.svg) no-repeat;
        width: 9px;
        height: 9px;
        margin-right: 10px;
}



}