:root {
    --White-white-50: #FBFBFB;
    --Blue-blue-50: #E8ECF3;
    --Blue-blue-500: #1A4383;

    --e-global-color-brand: #154FE5;
    --e-global-color-brand-gradient: linear-gradient(225deg, #43BAF5 7.92%, #242FFF 100%);
}

.main {
    overflow: hidden;
}
.container{
    max-width: 1295px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Montserat-400';
}
.flex{
    display: flex;
}
.flex > .col-50{
    width: 50%;
}
.home .site-header{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 11;
}
.btn-default{
    display: flex;
    height: 48px;
    padding: 0 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--White-white-50, #FBFBFB);
    color: var(--Blue-blue-500, #1A4383);
    font-family: 'Montserat-700';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
}
.site-header__inner{
    position: relative;
    height: 72px;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border: none;
}


.home.admin-bar .site-header{
    top: 32px;
}
.menu-main {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    margin-top: 26px;
    margin-left: 52px;
    display: none;
}
.menu-main li{
    margin-right: 62px;
}
.menu-main li:last-child{
    margin-right: 0;
}
.menu-main li a{
    color: var(--White-white-50, #FBFBFB);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    text-decoration: none;
}
.site-header__logo img{ 
    transform: translate(7px, 24px);
    width: 200px;
}
.site-header__inner .flex > .col-50:first-child{
    display: flex;
    width: auto;
}
.site-header__inner .flex{
	justify-content: space-between;
	gap: 16px;
}
.site-header .footer__contacts{
/* 	display: none; */
}

.site-header .footer__contacts {
    display: flex;
	margin-left: 48px;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 9px;
    transform: translateX(8px);
}
.site-header .footer__contacts > div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
}
.site-header .footer__contacts > div:last-child{
    margin-right: 0;
}
.site-header .footer__contacts .phone i{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/footer-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
	flex: none;
}
.site-header .footer__contacts .email i{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/footer-email.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-header .footer__contacts .address i{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/footer-adress.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-header .footer__contacts .label{
    color: var(--White-white-50);
    font-family: 'Montserat-700';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; 
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 1px;
}
.site-header .footer__contacts a,
.site-header .footer__address{
    text-decoration: none;
    color: var(--White-white-50);
    font-family: "LibreFranklin-400";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; 
}
.site-header .footer__contacts a:hover{
    text-decoration: underline;
}
.site-header .menu-actions{
	width:auto;
}
.site-header .menu-actions .lang-switcher {
    padding-right: 7px;
    display: flex;
    margin-top: 12px;
    display: none;
}

.site-header .menu-actions .lang-switcher a {
    display: flex;
    width: 55px;
    height: 46px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid var(--Blue-blue-50, #E8ECF3);
    background: rgba(255, 255, 255, 0.08);
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}
.menu-actions .lang-switcher .ua{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.menu-actions .lang-switcher .eng {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.menu-actions .lang-switcher .active{
    font-family: 'Montserat-700';
    background: var(--White-white-50, #FBFBFB);
    color: var(--Blue-blue-500, #1A4383);
}
.menu-actions{
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu-actions .cta-btn{
    margin-top: 12px;
    margin-right: 12px;
}
.menu-burger{
    display: none;
}

.home-hero{
    height: 100vh;
}
.home-hero-inner{
    position: relative;
    height: 100%;
   
}

.hero-content {
    position: relative;
    height: calc(100% - 154px);
   
    display: flex;
    align-items: end;
    padding-top: 73px;
}
.hero-content::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.hero-content::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -4px;
    position: absolute;
}



.hero-content .titles{
    padding-left: 8px;
}

.hero-content .hero_title_2{
    color: var(--Blue-blue-500, #1A4383);
    font-family: 'Montserat-600';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--White-white-50, #FBFBFB);
    margin: 0;
    margin-bottom: 15px;
}

.hero-content .hero_title_1{
    display: inline-block;
    max-width: 909px;
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-700';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 112.5% */
    letter-spacing: 1.28px;
    text-transform: uppercase;
    margin: 0;
}

.home-law-updates {
    position: relative;
}

.home-law-updates-inner{
    position: relative;
}



.home-law-updates-title-1{
    color: #0B1C37;
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin: 0;
    padding-top: 25px;
    padding-left: 8px;
}
.home-law-updates-inner .flex{
    margin-bottom: -3px;
}
.home-law-updates-inner .flex > .col-50:first-child{
    position: relative;
}

.home-law-updates-inner .flex > .col-50:last-child {
    padding-left: 24px;
    padding-top: 25px;
    max-width: 590px;
  
}
.home-law-updates-title-2{
    color: var(--Blue-blue-900, #0B1C37);
    font-family: 'Montserat-500';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    margin: 0;
    padding-left: 8px;
    margin-top: 8px;

}

.home-law-updates-text{
    color: var(--Blue-blue-900, #0B1C37);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
}
.home-law-updates-img{
    position: relative;
    max-width: 1266px;
    width: 100%;
    margin: 0 auto;
    height: 400px;
    margin-top: 32px;
    /* transform: translateX(-7px); */
}
.home-law-updates > .container{
    position: relative;
    padding-bottom: 26px;
 
}
.container-line{
    max-width: 1295px;
    width: 100%;
    margin: 0 auto;
    height: 72px;
   
}
.container-line.line-2{
    height: 80px;
}

.home-law-updates-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_decline{
    color: var(--White-white-50, #FBFBFB);
}
.home_decline > .container{
    position: relative;
}

.home_decline_inner{
    position: relative;
}

.home_decline .container-line{
    max-width: 1295px;
    width: 100%;
    margin: 0 auto;
    height: 72px;
}
.home_decline .home_decline_inner .flex{

}
.home_decline .home_decline_inner .flex > .col-50:first-child{
    position: relative;
}
.home_decline .home_decline_inner .flex > .col-50:last-child{
    position: relative;
  
}

.home_decline .home_decline_title_2{
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin: 0;
    padding-bottom: 24px;
    padding-top: 16px;
    padding-left: 24px;
    margin-top: 150px;
}
.home_decline .home_decline_text{
    color: var(--White-white-50, #FBFBFB);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    position: absolute;
    bottom: -9px;
    max-width: 547px;
    padding-left: 7px;
}
.home_decline .home_decline_title_1{
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin: 0;
    padding-top: 16px;
    padding-left: 7px;
    position: relative;
}
.home_decline .home_decline_title_3{
     font-family: 'Montserat-500';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
    padding-right: 16%;
}
.home_decline .list{
    background: var(--White-white-50, #FBFBFB);
    color: var(--Grey-grey-900, #141414);
    font-family: 'RobotoFlex-600';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 39px;
    position: relative;
}

.home_decline .list .list__item{
    display: flex;
    align-items: center;
    height: 122px;
	padding-right: 50px;
}
.home_decline .list .list__icon{
    width: 40px;
    margin-right: 24px;
    transform: translateY(2px);
    flex: none;
}
.home_decline .list .list__icon img{ 
    width: 100%;
}
.home_decline .container-line.line-2{
    height: 78px;
}
.home-why-us > .container{
    padding-top: 18px;
    position: relative;
}
.home-why-us > .container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -4px;
    position: absolute;
}
.home-why-us > .container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-why-us > .container > .flex:first-child{
    position: relative;
    border-bottom: none;
}

.home-why-us > .container > .flex >.col-50:first-child{
    position: relative;
    border-right:  none;
}
.home-why-us > .container > .flex >.col-50:first-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-why-us .list-container{
    position: relative;
}
.home-why-us .list-container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-why-us .list-container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -4px;
    position: absolute;
}
.home-why-us .img-container{
    position: relative;
}
.home-why-us .img-container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -4px;
    position: absolute;
}
.home-why-us .img-container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -4px;
    position: absolute;
}
.home-why-us .img-container img{
    width: 100%;
}
.home-why-us > .container > .flex{
    gap: 24px;
}
.home-why-us > .container > .flex:last-child{
    position: relative;
}
.home-why-us > .container > .flex:last-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -4px;
    position: absolute;
}
.home-why-us > .container > .flex:last-child::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -4px;
    position: absolute;
}
.home-why-us .home_why_us_title{
    color: #0B1C37;
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 8px;
}
.home-why-us .home_why_us_text{
    color: var(--Blue-blue-900, #0B1C37);
    font-family: 'LibreFranklin-400';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    margin: 0;
    margin-bottom: 49px;
}
.home-why-us .home_why_us_text_2{
    color: var(--Blue-blue-900, #0B1C37);
    font-family: 'LibreFranklin-400';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    margin: 0;

}
.home-why-us .home_why_us_text_2 li{
    margin-bottom: 8px;
}
.home-why-us .home_why_us_img{
    padding: 23px;
    padding-top: 16px;
    margin-bottom: 0;
    padding-bottom: 7px;
}
.home-why-us .list{
    margin: 0;
    padding: 8px;
    list-style: none;
    height: 100%;
}
.home-why-us .list .list__item {
    height: 33%;
    background: var(--Blue-blue-50, #E8ECF3);
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 32px;
}
.home-why-us .list .list__icon{
    display: block;
    width: 40px;
    height: 40px;
}
.home-why-us .list .list__icon img{
    width: 100%;
}
.home-why-us .list .list__title{
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-600';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin: 0;
    margin-top: 16px;
    margin-bottom: 4px;
}
.home-why-us .list .list__text{
    color: var(--White-white-900, #5C5C5C);
    font-family: 'LibreFranklin-400';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 160% */
    margin: 0;
}

.home-process {
    background: #141414;
    color: var(--White-white-50, #FBFBFB);
}
.home-process .container-line{
    border-left: none;
    border-right: none;;
}
.home-process .container-line.line-2{
    height: 78px;
}
.home-process > .container{
    border: none;
    position: relative;
}

.home-process .heading{
      
}
.home-process .heading > .col-50:first-child{
    border-right: none;;
    position: relative;
}
.home-process .heading > .col-50:first-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}

.home-process .steps{
   
}
.home-process .list {
    position: relative;
    margin: 0;
    padding: 0;
    color: var(--Grey-grey-900, #141414);
}
.home-process .list::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-process .list::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.home-process  .list__item .col-50:first-child{
    border-right: none;
    position: relative;
    padding-bottom: 39px;
}
.home-process  .list__item .col-50:first-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -11px;
    right: -3px;
    position: absolute;
}
.home-process  .list__item:last-child .col-50:last-child{
    position: relative;
}
.home-process  .list__item:last-child .col-50:last-child::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -50px;
    left: -3px;
    position: absolute;
}

.home-process .list__item{
    padding: 8px;
      
    position: relative;
}
.home-process .list__item::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-process .list__item::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -3px;
    position: absolute;
}

.home-process .list__item > .flex{
    background: #FFF;
    /* padding-bottom: 39px; */
}
.home-process .home_process_title{
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-600';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    text-transform: uppercase;
    margin: 0;
    padding-top: 38px;
    padding-left: 8px;
}
.home-process .home_process_text{
    color: var(--White-white-50, #FBFBFB);
    font-family: 'LibreFranklin-400';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
    padding-top: 38px;
    padding-left: 26px;
    padding-bottom: 37px;
}
.home-process .steps .list__title{
    margin: 0;
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-700';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px; /* 112.5% */
    padding-left: 40px;
    padding-top: 43px;
    padding-bottom: 86px;
}
.home-process .steps .list__description{
    margin: 0;
    color: var(--Grey-grey-900, #141414);
    font-family: 'LibreFranklin-400';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-top: 39px;
    padding-left: 24px;
    padding-bottom: 14px;
    padding-right: 44px;
}
.home-process .steps .list__description a{
    text-decoration: none;
    color: var(--Blue-blue-500, #1A4383);
}
.home-process .steps .list__description a:hover{
    text-decoration: underline;
}
.home-process .steps .list__description ul{
    padding-left: 0;
}
.home-process .steps .list__description ul li{
    color: var(--Grey-grey-900, #141414);
    font-family: 'LibreFranklin-400';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    list-style: none;
    position: relative;
    margin-bottom: 12px;
}
.home-process .steps .list__description ul li:last-child{
    margin-bottom: 0;
}
.home-process .steps .list__description ul li:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/check.svg);
    position: relative;
    margin-right: 6px;
    top: 4px;
}
.home-process .steps .list__description h1,
.home-process .steps .list__description h2,
.home-process .steps .list__description h3,
.home-process .steps .list__description h4{
    margin: 0;
    margin-bottom: 10px;
}
.home-process .steps .list__description h4{
    color: var(--Grey-grey-100, #BFBFBF);
    font-family: 'LibreFranklin-600';
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 160% */
    text-transform: uppercase;
    margin-bottom: 16px;
}
.home-process .steps  .list__text{
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-500';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.48px;
    padding-left: 40px;
}
.home-process > .container{
    position: relative;
}
.home-process > .container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-process > .container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -3px;
    position: absolute;
}

.home-estimate > .container{
  
    position: relative;
}
.home-estimate > .container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -3px;
    position: absolute;
}
.home-estimate > .container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .heading{
    position: relative;
}
.home-estimate .heading::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.home-estimate .heading::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .steps-container{
    position: relative;
}
.home-estimate .steps-container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.steps-container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .heading{
    border-bottom: none;
}
.home-estimate .heading .col-50:first-child{
    border-right: none;
    box-sizing: border-box;
    position: relative;
}
.home-estimate .heading .col-50:first-child::after{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .heading .col-50:first-child::before{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .steps-container .col-50:first-child{
    border-right: none;
    display: flex;
    align-items: end;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    position: relative;
}
.home-estimate .steps-container .col-50:first-child::after{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-estimate .steps-container .col-50:last-child{
    box-sizing: border-box;
}
.home-estimate .home_estimates_title{
    margin: 0;
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    padding-top: 23px;
    padding-left: 8px;
}
.home-estimate .home_estimates_text{
    margin: 0;
    color: var(--Blue-blue-900, #0B1C37);
    font-family: 'LibreFranklin-400';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-top: 37px;
    padding-left: 23px;
    max-width: 540px;
    padding-bottom: 52px;
}
.home-estimate .list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.home-estimate .list__item{
    /* height: 113px; */
    background: var(--White-white-50, #FBFBFB);
    border-bottom: 1px solid #fff;
    padding-left: 32px;
    padding-top: 30px;
    padding-bottom: 22px;
    padding-right: 32px;
}
.home-estimate .list__item .list__title{
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-600';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    margin: 0;
}
.home-estimate .list__item .list__text {
    color: var(--Grey-grey-800, #1A1A1A);
    font-family: "LibreFranklin-400";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    border-radius: 4px;
    background: var(--Blue-blue-50, #E8ECF3);
    display: flex;
    padding: 8px;
    align-items: center;
    gap: 8px;
    transform: translateY(-6px);
    position: relative;
}
.home-estimate .list__item .list__text:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/clock.svg);
    top: 1px;
    margin-right: 1px;
}
.home-estimate .list__item .list__description{
    color: var(--Grey-grey-800, #1A1A1A);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin: 0;
}
.home-estimate .list__item .list__description p{
    
}
.home-estimate .list__item_heading.flex {
    margin-top: 9px;
    margin-bottom: 9px;
    justify-content: space-between;
}
.home-estimate .home_estimates_img{
    margin: 0;
    height: 100%;
}

.home-estimate .home_estimates_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-law-links .container-line,
.home-law-links .container-line.line-2{
    border-left: none;
    border-right: none;
}
.home-law-links .container-line.line-2{
    height: 79px;
}
.home-law-links > .container{
    position: relative;
    border: none;
}
.home-law-links > .container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links > .container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -3px;
    position: absolute;
}
.home-law-links .heading{
    position: relative;
}
.home-law-links .heading::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links .heading::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.home-law-links .heading .col-50:first-child{
    position: relative;
    border-right: none;
    border-bottom: none;
}
.home-law-links .heading .col-50:first-child::before{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links .steps-container .col-50:first-child{
    border-right: none;
    display: flex;
    align-items: end;
    position: relative;
}
.home-law-links .steps-container .col-50:first-child::before{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links .steps-container .col-50:first-child::after{
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links .steps-container{
    position: relative;
}
.home-law-links .steps-container::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.home-law-links .steps-container::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.home-law-links .home_law_links_title{
    margin: 0;
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    padding-top: 16px;
    padding-left: 8px;
}
.home-law-links .home_law_links_title_2{
    margin: 0;
    color: var(--White-white-50, #FBFBFB);
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    padding-top: 16px;
    padding-left: 24px;
    min-height: 178px;
}
.home-law-links .home_law_links_text{
    margin: 0;
    color: var(--White-white-50, #FBFBFB);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding-left: 8px;
    padding-bottom: 7px;
    max-width: 556px;
}
.home-law-links .list{
    padding: 0;
    margin: 0;
    list-style: none;
}
.home-law-links .list__item {
    background: var(--Blue-blue-50, #E8ECF3);
    height: 125px;
    margin-bottom: 1px;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.home-law-links .list__item:last-child{
    margin-bottom: 0;
}
.home-law-links .list__item a{  
    padding-right: 32px;
    position: relative;
    text-decoration: none;
    color: var(--Grey-grey-900, #141414);
    font-family: 'Montserat-600';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-law-links .list__item a:after{
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    flex: none;

}
.home-law-links .list__item a:hover{
    opacity: 0.7;
}

.site-footer .footer__inner{
    
    position: relative;
}
.site-footer .footer__inner::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    left: -3px;
    position: absolute;
}
.site-footer .footer__inner::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.site-footer .container-line.line-2 {
    height: 10px;
}
.row-1{
    align-items: center;
}
.site-footer .footer__logo {
    padding-top: 32px;
    width: 297px;
    border-right: none;
    padding-left: 7px;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.site-footer .footer__bottom,
.site-footer .footer__logo img{
    width: 266px;
}
.site-footer .footer__socials,
.site-footer .footer__contacts{
    width: calc(100% - 297px);
}
.site-footer .footer__bottom {
    color: var(--Blue-blue-900, #0B1C37);
    font-family: "LibreFranklin-400";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-right: none;
    padding-top: 25px;
    padding-left: 7px;
    width: 300px;
    box-sizing: border-box;
}
.site-footer .footer__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 9px;
    transform: translateX(8px);
}
.site-footer .footer__contacts > div{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-right: 10px;
}
.site-footer .footer__contacts > div:last-child{
    margin-right: 0;
}
.site-footer .footer__contacts .phone i{
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../img/footer-phone.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .footer__contacts .email i{
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../img/footer-email.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .footer__contacts .address i{
    width: 48px;
    height: 48px;
    display: inline-block;
    background: url(../img/footer-adress.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .footer__contacts .label{
    color: var(--Blue-blue-700, #12305D);
    font-family: 'Montserat-700';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 3px;
}
.site-footer .footer__contacts a,
.site-footer .footer__address{
    text-decoration: none;
    color: var(--Blue-blue-900, #0B1C37);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.site-footer .footer__contacts a:hover{
    text-decoration: underline;
}
.site-footer .footer__socials a{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.site-footer .whatsapp{
    background: url(../img/viber.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .viber{
    background: url(../img/whatsapp.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .telegram{
    background: url(../img/telegram.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-footer .footer__socials{
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 8px;
    padding-bottom: 12px;
    gap: 16px;
}
.site-footer .row-2{
    position: relative;
}
.site-footer .row-2::before {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    left: -3px;
    position: absolute;
}
.site-footer .row-2::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}
.site-footer .footer__logo{
    position: relative;
}
.site-footer .footer__logo::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    top: -3px;
    right: -3px;
    position: absolute;
}
.site-footer .footer__bottom{
    position: relative;
}
.site-footer .footer__bottom::after {
    content: '';
    width: 5px;
    height: 5px;
    background: none;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    bottom: -3px;
    right: -3px;
    position: absolute;
}

@media(max-width: 1320px){
    .container,
    .container-line{
        max-width: calc(100% - 32px) !important;
    }
    .home-why-us .img-container {
        display: flex;
        align-items: end;
    }
    .site-footer .footer__contacts{
        gap: 12px;
        transform: translateX(0px);
    }
    .site-footer .footer__contacts > div{
        gap: 8px;
        margin-right: 5px;
    }
    .site-footer .footer__contacts i{
        width: 32px !important;
        height: 32px !important;
    }
    .site-footer .footer__contacts .label{
        font-size: 13px;
        margin-bottom: -4px;
    }
    .site-footer .footer__contacts a, .site-footer .footer__address{
        font-size: 13px;
    }
    .site-footer .footer__bottom{
        font-size: 12px;
    }
}
.mobile-menu{
    display: none;
}
.open-menu{
    display: none;
}
/* бекграунд */
.modal-container {
    position: fixed;
    inset: 0;
   
    background: rgba(20, 20, 20, 0.88);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 999;
  }
  
  /* коли активна */
  .modal-container.active {
    opacity: 1;
    visibility: visible;
  }
  
  /* модалка */
  .modal-content {
    background: #fff;
    border-radius: 4px;
    max-width: 600px;
    width: 90%;
    padding: 40px;
    transform: translateY(-30px);
    transition: transform .3s ease;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 5px;
  }
  .modal-container.active .modal-content {
    transform: translateY(0);
  }
  
  
  .close-modal {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-image: url(../img/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    background-color: var(--White-white-50, #FBFBFB);
    box-shadow: 0 57px 48px 0 rgba(11, 28, 55, 0.11), 0 23.813px 20.053px 0 rgba(11, 28, 55, 0.08), 0 12.732px 10.721px 0 rgba(11, 28, 55, 0.07), 0 7.137px 6.01px 0 rgba(11, 28, 55, 0.05), 0 3.791px 3.192px 0 rgba(11, 28, 55, 0.04), 0 1.577px 1.328px 0 rgba(11, 28, 55, 0.03);
}

  
  /* body lock */
  body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
  

  .modal-content .wpcf7{
    font-family: 'Montserat-400';
  }
  .modal-content .wpcf7 .form-title{
    color: #0B1C37;
    font-family: 'Montserat-700';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: 0.64px;
    margin: 0;

  }

  .modal-content .wpcf7 .form-text{
    margin: 0;
    color: var(--Blue-blue-900, #0B1C37);
    font-family: "LibreFranklin-400";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .modal-content .wpcf7 input,
  .modal-content .wpcf7 textarea{
    width: 100%;
    color: var(--Grey-grey-300, #747474);
    font-family: 'Montserat-400';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    height: 48px;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid var(--Blue-blue-50, #E8ECF3);
  }
  .modal-content .wpcf7 input:focus-visible, 
  .modal-content .wpcf7 textarea:focus-visible{
      outline:  var(--Blue-blue-500, #1A4383) auto 1px;
  }
  .modal-content .wpcf7 textarea{
    height: 140px;
    resize: none;
  }
  .modal-content .wpcf7 .wpcf7-submit{
    margin-top: 12px;
    background: #1A4383;
    color: #FBFBFB;
    font-family: 'Montserat-700';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    justify-content: center;
  }
  .modal-content .wpcf7 .wpcf7-submit:hover{
    opacity: 0.8;
  }
  .modal-content .wpcf7 .form-container{
    position: relative;
    margin-top: 16px;
  }
  .modal-content .wpcf7 .form-container p{
    margin: 0;
  }
  .modal-content .wpcf7 form .wpcf7-spinner{
    position: absolute;
    left: -13px;
    bottom: 12px;
  }
  .modal-content .wpcf7 form .wpcf7-not-valid-tip{
    font-size: 11px;
  }
  .modal-content .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 12px;
    line-height: 18.2px;
    font-size: 14px;
}
.bottom-button{
    display: none;
}
.footer__socials .mobile{
    display: none !important;
}
.footer__socials .desktop{
    display: inline-block;
}

@media(max-width: 1280px){
	.site-header .footer__contacts{
		margin-left: 0;
	}
}

@media(max-width: 1160px){
	.site-header .footer__contacts{
		display: none;
	}
}


@media(max-width: 1024px){

    .site-header__nav{
        display: none;
    }
    .mobile-menu{
        display: block;
        transform: translateX(100%);
        position: fixed;
        right: 0;
        top: 0;
        height: 100vh;
        background: #fbfbfb;
        transition: 0.2s;
        padding: 0 20px;
        z-index: 99;
        width: 270px;
    }
    .mobile-menu.active{
        transform: translateX(0);
        transition: 0.3s;
    }
    .mobile-menu .menu-main li {
        margin-bottom: 24px;
    }
    .mobile-menu .menu-main li a{
        color: var(--Blue-blue-500, #1A4383);
        font-size: 16px;
        font-family: 'Montserat-700';
    }
    .mobile-menu .menu-main {
        margin-bottom: 10px;
        margin-top: 70px;
        margin-left: 0;
        flex-direction: column;
    }
    .mobile-menu .cta-btn{
        color: var(--White-white-50, #FBFBFB);
        background: var(--Blue-blue-500, #1A4383);
        display: none;
    }
    .open-menu{
        /* display: block; */
        position: absolute;
        top: 16px;
        right: 26px;
        background: url(../img/menu.svg);
        height: 40px;
        width: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .close-menu{
        display: block;
        position: absolute;
        top: 19px;
        right: 20px;
        background: url(../img/menu-close.svg);
        height: 32px;
        width: 32px;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
    }
    .hero-content .hero_title_1{
        font-size: 46px;
        line-height: 57px;
    }
    .home_decline .list .list__item{
        padding-right: 24px;
    }
    .home-why-us .list .list__item{
        padding: 16px;
        height: 32%;
    }
    .home-estimate .home_estimates_title{
        padding-bottom: 32px;
    }
    .home-estimate .list__item_heading.flex{
        flex-direction: column-reverse;
    }
    .home-estimate .list__item .list__title{
        order: 2;
    }
    .home-estimate .list__item .list__text{
        order: 1;
        width: 175px;
        transform: translateY(8px);
    }
    .home-law-links .list__item a{
        font-size: 16px;
    }
    .site-footer .footer__logo{
        width: 220px;
        padding-left: 4px;
        padding-right: 4px;
        border: none;
    }
    .site-footer .footer__logo::after{
        display: none;
    }
    .site-footer .footer__contacts a, .site-footer .footer__address {
        font-size: 11px;
    }
    .site-footer .footer__logo img {
        width: 100%;
    }
    .site-footer .footer__socials, .site-footer .footer__contacts {
        width: 100%;
    }
    .site-footer .row-1 {
        align-items: center;
        flex-direction: column;
    }
    .site-footer .row-2{
        border-top: none;
        position: relative;
    }

    .site-footer .footer__contacts {
        gap: 32px;
        transform: translateX(0px);
        padding: 16px 0px;
        position: relative;
        border-top: none;
    }
    .site-footer .footer__contacts::after{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        left: -3px;
        position: absolute;
    }
    .site-footer .footer__contacts::before{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        right: -3px;
        position: absolute;
    }
    .site-footer .footer__bottom{
        border: none;
        width: 400px;
        padding-top: 4px;
        position: relative;
    }
    .site-footer .footer__bottom::after{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        left: -3px;
        position: absolute;
    }
    .site-footer .footer__socials{
        border: none;
        position: relative;
    }
    .site-footer .footer__socials::after{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        right: -3px;
        position: absolute;
    }
    .footer__socials .mobile{
        display: inline-block !important; 
    }
    .footer__socials .desktop{
        display: none !important;
    }

}

@media(max-width: 767px){
    .menu-actions .cta-btn{
        display: none;
    }
    .flex > .col-50{
        width: 100%;
    }
    .home-hero{
        background-position: center !important;
    }
    .hero-content .titles{
        padding: 8px;
    }
    .hero-content .hero_title_1 {
        font-size: 28px;
        line-height: 34px;
    }
    .hero-content .hero_title_2{
        font-size: 12px;
        line-height: 16px;
		text-wrap-style: pretty;
    }
    .home-law-updates-inner .flex,
    .home_decline .home_decline_inner .flex {
        flex-direction: column;
    }
    .home-law-updates-inner .flex > .col-50:last-child{
        padding-left: 8px;
    }
    .home-law-updates-title-1{
        font-size: 28px;
        line-height: 32px;
    }
    .home-law-updates-title-2{
        font-size: 24px;
        line-height: 32px;
        padding-right: 20px;
        margin-top: 32px;
    }
    .home-law-updates-text{
        font-size: 18px;
        line-height: 25px;
    }
    .home_decline{
        background-position: 0px 5px !important;
    }
    .home_decline .home_decline_title_1{
        height: auto;
        padding-bottom: 16px;
        font-size: 28px;
        line-height: 34px;
        padding-left: 0px;
    }
    .home_decline .home_decline_title_2{
        padding-left: 0;
    }
    .home_decline .home_decline_text{
        position: relative;
        bottom: unset;
        padding-left: 0px;
    }
    .home_decline .home_decline_title_2{
        font-size: 28px;
        line-height: 34px;
        padding-left: 8px;
        height: auto;
        padding-bottom: 32px;
        margin-top: 0;
    }
    .home_decline .home_decline_inner .flex > .col-50:last-child::after{
        display: none;
    }
    .home_decline .home_decline_title_1::before {
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        bottom: -3px;
        right: -3px;
        position: absolute;
    }
    .home_decline .home_decline_inner .flex > .col-50:last-child{
        border: none;
    }
	.home_decline .list{
		padding-top: 16px;
    	padding-bottom: 16px;
	}
    .home-why-us > .container > .flex:first-child,
    .home-why-us > .container > .flex:last-child{
        flex-direction: column;
    }
    .home-why-us .home_why_us_title{
        font-size: 28px;
        line-height: 34px;
    }
    .home-why-us .home_why_us_text{
        margin-bottom: 12px;
    }
    .home-why-us .img-container::after{
        display: none;
    }
    .home-why-us .list{
        padding: 0;
    }
    .home-why-us .list .list__title{
        font-size: 16px;
    }
    .home-why-us .list .list__text{
        font-size: 14px;
        line-height: 21px;
    }
    .home-process .heading,
    .home-process .list__item > .flex,
    .home-estimate .heading,
    .home-estimate .steps-container,
    .home-law-links .heading,
    .home-law-links .steps-container{
        flex-direction: column;
    }
    .home-process .steps .list__title{
        font-size: 40px;
        text-align: center;
        padding: 20px;
        padding-bottom: 0;
        padding-top: 16px;
    }
    .home-process .steps .list__text{
        padding: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .home-process .home_process_text{
        padding-left: 8px;
        padding-right: 20px;
    }
    .home-process .list__item > .flex{
        padding-bottom: 24px;
    }
    .home-process .list__item .col-50:first-child::after{
        display: none;
    }
    .home-process .steps .list__description ul li{
        font-size: 14px;
        line-height: 21px;
    }
    .home-process .steps .list__description{
        padding: 16px;
    }
    .home-process .steps .list__description ul li{
        margin-bottom: 4px;
    }
    .home-process .list__item:last-child .col-50:last-child::after{
        display: none;
    }
    .home-process .list__item .col-50:first-child{
        padding-bottom: 0;
    }
    .home-estimate .home_estimates_title{
        font-size: 28px;
        line-height: 34px;
    }
    .home-estimate .home_estimates_text{
        padding-left: 8px;
        padding-right: 20px;
        padding-top: 0;
    }
    .home-estimate .heading .col-50:first-child::after{
        display: none;
    }
    .home-estimate .steps-container .col-50:first-child{
        order: 2;
    }
    .home-estimate .steps-container .col-50:last-child{
        order: 1;
    }
    .home-estimate .list__item{
        padding: 16px;
    }
    .steps-container::after{
        display: none;
    }
    .home-estimate > .container::after{
        display: none;
    }
    .home-law-links .home_law_links_title{
        padding-bottom: 16px;
        font-size: 28px;
        line-height: 34px;
    }
    .home-law-links .home_law_links_title_2{
        padding-left: 8px;
        font-size: 28px;
        line-height: 34px;
        min-height: auto;
        padding-bottom: 16px;
        position: relative;
    }
    .home-law-links .home_law_links_title_2::after{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        left: -3px;
        position: absolute;
    }
    .home-law-links .home_law_links_title_2::before{
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -3px;
        right: -3px;
        position: absolute;
    }
    .home-law-links .steps-container .col-50:last-child{
        position: relative;
    }
    .home-law-links .steps-container .col-50:last-child::after {
        content: '';
        width: 5px;
        height: 5px;
        background: none;
        background-size: 100%;
        background-repeat: no-repeat;
        display: block;
        top: -2px;
        left: -3px;
        position: absolute;
    }
    .home-law-links .heading::after,
    .home-law-links .heading::before,
    .home-law-links .steps-container .col-50:first-child::after{
        display: none;
    }
    .home-law-links .home_law_links_text{
        padding-left: 8px;
        padding-bottom: 16px;
    }
    .home-law-links .list__item{
        height: 108px;
    }
    .home-law-links .list__item a {
        font-size: 14px;
        line-height: 18px;
    }
    .home-law-links .steps-container .col-50:first-child{
        border: none;
    }
    .site-footer .footer__contacts {
        flex-direction: column;
        align-items: baseline;
        gap: 12px;
        padding-left: 44px;
    }
    .site-footer .footer__socials{
        align-items: center;
        padding-bottom: 0;
        padding-right: 24px;
    }
    .site-footer .container-line.line-2 {
        height: 84px !important;
        border: none !important;
    }
    .container-line,
    .container-line.line-2{
        height: 40px !important;
    }
    .modal-content{
        padding: 24px;
        width: calc(100% - 32px);
    }
    .modal-content .wpcf7 .form-title{
        font-size: 22px;
        line-height: 30px;
        letter-spacing: -0.44px;
        margin-bottom: 3px;
    }
    .modal-content .wpcf7 .form-text{
        font-size: 14px;
        line-height: 20px;
    }
    .modal-content .wpcf7 form .wpcf7-response-output {
        line-height: 15px;
        font-size: 12px;
    }
    .close-modal{
        top: -12px;
        right: -12px;
        width: 40px;
        height: 40px;
    }

    .bottom-button {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FBFBFB;
        padding: 12px 16px;
        box-sizing: border-box;
    }
    .bottom-button .cta-btn{
        color: var(--White-white-50, #FBFBFB);
        background: var(--Blue-blue-500, #1A4383);
    }

}


