@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/playfair-display-v40-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/playfair-display-v40-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap; 
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/playfair-display-v40-latin-900.woff2') format('woff2');
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600italic.woff2') format('woff2');  
}

@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/inter-v20-latin-700italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/inter-v20-latin-900.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/brygada-1918-v27-latin-regular.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/brygada-1918-v27-latin-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Brygada 1918';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/brygada-1918-v27-latin-500italic.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/brygada-1918-v27-latin-600.woff2') format('woff2'); 
}

@font-face {
  font-display: swap; 
  font-family: 'Brygada 1918';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/brygada-1918-v27-latin-700.woff2') format('woff2'); 
}

:root{
    --color-black: #000000;
    --color-white: #f5f5f7;
    --color-green: #005745;
    --color-crimson: #810c20;
    
}
/* --bp-mobile: 480px;
    --bp-tablet: 768px;
    --bp-desctop: 1200px;
     <div  class="footer-text" lang="en"> <a class="Helen" href="https://www.instagram.com/helenmot.design/" target="_blank"> 
       Created by HelenMOT</a>
        <p class="Helen" lang="en"> &copy;All rights Reserved</p></div> 
    */
/*base*/
*{
    box-sizing: border-box;
}
.section{padding-top: 10px;}
ul{
    list-style: none;
}
body{
    color: var(--color-black);
    font-size: 18px;
    font-weight:normal;
    line-height: 1.1;
    margin: 0;
    width: 100%;
   
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0;
}
h2{
    font-family:'Playfair Display',serif;
}
.container{
    width: 100%;
    max-width: 1380px;
    height: 100%;
    margin: auto;
}
/*button*/
.button-link{
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding:20px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'inter',sans-serif;
    font-size: 18px;
    color: white;
    background-color: var(--color-green);
    border-radius: 8px;
    letter-spacing: 2;

}
.button-link:hover{
    color: white;
    background-color:var(--color-crimson);
   
}
.button{
    text-decoration: none;
    max-width: 262px;
    width: 100%;
    max-height: 70px;
    height: 100%;
   padding-top: 20px;
   padding-bottom: 20px;
   font-family: 'inter',sans-serif;
    font-size: 18px;
    color: white;
    background-color: var(--color-green);
    border: 1px solid var(--color-green);
    border-radius: 8px;
}
.button:hover{
    color: white;
    background-color:var(--color-crimson);
   
}

/*header*/
.header {
  position: absolute;
  top: 0;
  width: 100%;
 
}
.header-container{
    display: flex;
    width: 100%;
    max-width: 1380px;
     background-color: var(--color-white);
     justify-content: space-between;
   text-align: center;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    display: flex;
    align-items: center;
    padding-left: 32px;
    padding-right: 40px;
    
     @media screen and (max-width: 850px) {
        padding-left: 10px;
        padding-right: 10px;
        gap: 5px;
        
    }
  
}



.header-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width:600px;
    height: 100%;
    max-height: 26px;
    gap: 32px;
    transition: opacity 2s;
    @media screen and (max-width: 850px) {
        display: none;
      -webkit-display: none;
        
    }
}



/*link*/
.link{
    font-family:'Inter',sans-serif;
    color: black;
   text-decoration: none;
   font-size: 16px;
   font-weight: 400;
  
}
.link:hover{
    color:var(--color-green);
    font-size: 18px;
    font-weight: 500;
}

/*Hero-section*/
.hero-section{
  
    height: 100%;
    min-height: 600px;
 background-image: url('./Images/Fon-Photo.jpg');
 background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 216px;
  padding-bottom: 110px;
  padding-left:122px ;
 width: 100%;
 @media screen  and (max-width: 850px) {
    padding-left: 32px;
    padding-bottom: 10px;
    
 }
}
/* */
.hero{
     width: 100%;
     height: 100%;
}
.hero-title{
    width: 100%;
    height: 100%;
    font-family: 'Playfair Display',serif;
    font-size: 72px;
   font-weight: bold;
    text-align: left;
    color: var(--color-green);
    margin-bottom: 20px;
    line-height: 0.8;
     @media screen  and (max-width: 850px) {
   margin-bottom: 60px;
    font-size: 48px;
    
 }
   
}
.hero-title2{
    width: 100%;
    height: 100%;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 60px;
    line-height: 1.4;
    @media screen and (max-width: 850px) {
        display: none;
        
    }
}
 
   

/*Poslugu-section*/
.container-poslygu{
    background-color: var(--color-green);
    margin: auto;
    width: 100%;
    padding-bottom: 64px;
    @media screen and (max-width: 850px) {
        padding-bottom: 48px;
        
    }
  
   
}
.wrapper{
 	height: 100%;
	padding: 20px;
	display: flex;
	justify-content:center;
	align-items: center;
}
@media (max-width:767px){
	.wrapper{padding: 50px 10px;}
}
.title-poslygu{
    margin-top: 56px;
    margin-bottom: 48px;
    color: var(--color-white);
   font-family: 'Playfair Display',serif;
    font-weight:bold;
    font-size: 48px;
    text-align: center;
    @media screen and (max-width: 850px) {
        font-size: 36px;
        font-family: 'Playfair Display',serif;
        margin-bottom: 40px;
    }
}


.title4{
    text-align: center;
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: var(--color-green);
    margin-bottom: 12px;
    
}
.slider__item{
    color: var(--color-black);
    font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 18px;
    background-color: var(--color-white);
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 40px;
    line-height: 1.4;
    width: 100%;
    max-width: 350px;
    height: 400px;
     border-radius: 8px;
    align-items: center;
    justify-content: center;
}
 /* sluyderrrr*/
 .slider .slick-arrow{
position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 30px;
	height: 30px;
    border: none;
}
.slick-track{
	display: flex;
	align-items: flex-start;
}
.slider .slick-arrow.slick-prev{
	left: 0; 
    background: url('./Images/Arrow.png') 0 0 / 100% no-repeat;
    
}
.slider .slick-arrow.slick-next{
	right: 0;
    background: url('./Images/Arrow2222222.png') 0 0 / 100% no-repeat;
}
.slider .slick-arrow.slick-disabled{
	opacity: 0.2;
}

.slider .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slider .slick-dots li{
	list-style: none;
	margin: 0px 10px;
}
.slider .slick-dots button{
	font-size: 0;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border-radius: 50%;
}

.slider .slick-dots li.slick-active button{
	background-color: transparent;
	border: 1px solid #fff;
}


.slider__item img{
	max-width: 100%;
}
 .slick-slider{
	min-width: 0;
}
.slick-list {
	overflow: hidden;
}
.slick-track{
	display: flex;
	align-items: flex-start;
}
.slider {
	position: relative;
	padding: 0px 60px;
}

@media (max-width:767px){
	.slider {
		padding: 0px 40px;
	}
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    object-fit: cover;
}

.slide.active {
    opacity: 1;
}
.nav-btn {
    position: absolute;
   top: 150%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 18px;
  
}
#prevBtn { left: 10px; margin:5px;}
#nextBtn { right: 10px; margin:5px; }
/*About-section*/
.about-section{
    padding: 0;
}
.foto{
    width: 100%;
    height: 100%;
}
.about{
    display: flex;
    @media screen and (max-width:1115px) {
        display: block;
     -webkit-display: block;  
    }
}
.title-about{
    margin-top: 64px;
    color: var(--color-green);
    font-family: 'Playfair Display',serif;
    font-weight:bold;
    font-size: 48px;
}
.about-text{
   padding-left: 80px;
   padding-right: 15px;
   @media screen and (max-width:1115px) {
     padding-left: 30px; 
    }
}
.about-text2{
   font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
}
.about-text3{
     font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    padding-right: 50px;
    padding-bottom: 80px;
  
}
/*Price-section*/
.title-price{
    
    color: var(--color-green);
   
    font-family: 'Playfair Display',serif;
    font-weight:bold;
    font-size: 48px;
}
.price-section{
    background-color: #f2f0ec;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 120px;
    @media screen and (max-width:1115px) {
     padding-left: 30px; 
     padding-right: 30px;
    }
}
.price-text{
     font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 64px;

}

/*Consalting-section*/
.Consalting-section{
    padding-left: 10px;
    padding-right: 10px;
  padding-top: 64px;
  padding-bottom: 64px;
 text-align: center;
  background-image: url('./Images/Lykeria_law_background_green_realistic_photo_ar_21_v_7_849751e0.png');
}
.consalting-container{
   
    background-color: white;
     align-items: center;
     width: 100%;
     max-width: 560px;
     margin:0px auto;
     padding-top:24px;
    padding-bottom: 80px;
    padding-left: 24px;
    padding-right: 24px;
   
    
}

.title-consalting{
    text-align: center;
    color: var(--color-green);
    font-family: 'Playfair Display',serif;
    font-weight:bold;
    font-size: 28px;
    padding-top: 60px;
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
    line-height: 1;
}
.Consalting-text{
   font-family: 'Inter',sans-serif;
    font-weight: 400;
    font-size: 18px;
    width: 100%;
   padding-left: 16px;
   padding-right: 16px;
    height: 100%;
   line-height: 1.4;
    margin-bottom: 40PX;
    max-height: 30px;
   text-align: center;
   @media screen and (max-width:1115px) {
     margin-bottom: 50PX
    }
}


.form-field{
 margin-bottom: 24px;
  
  padding-left: 10px;
  padding-right: 10px;
}
.visually-hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.form-input{
  padding: 16px 42px;
  width: 100%;
  line-height: 1.17;
  border: 1px solid #E8E5E1;
 font-size: 18px;
  border-radius: 8px;
  outline: none;
}
.form-input:focus{
    border: 2px solid var(--color-green);
   
}
.form-button{
text-align: center;
margin-top: 30px;
}
/*Contacts-section*/
.title-contacts{
      font-family: 'Playfair Display',serif;
    font-weight:bold;
    font-size: 48px;
    margin-top: 64px;
}
.footer-contacts{
   align-items: center;
    display: flex;
    color: whitesmoke;
    background-color: var(--color-green);
  text-align: center;
}
.adress-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
}
.adress-icon{
  
   width: 40px;
    background-color: var(--color-green);
   color: var(--color-white);
  
}
.Helen{
    
    text-align: center;
    color: var(--color-white);
    gap: 20px;
   text-decoration: none;
   font-family:'Playfair Display';
   font-size: 14px;
   font-weight: 500;
   margin-top: 48px;
   margin-bottom: 48px;
}
.footer-text{
    display: flex;
    justify-content: space-evenly;
     
}
.text-contakt{
    font-family: 'inter',sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.backdrop{
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
 width: 100%;
 height: 100%;
  justify-content: left;
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 20px 0;
}
.is-hidden {
  visibility: hidden;
  pointer-events: none;
}
.modal-batton-close {
 background-color: var(--color-crimson);
position: fixed;
top:40px;
right: 15px;
}
.modal-batton-open{
 
   
 background-color: transparent;
  border: none;
  width: 35px;
  height: 35px;
    
     @media screen and (min-width: 850px) {
        display: none;
        
    }
}
.link-burger{
    color: var(--color-white);
    font-family: 'Inter', sans-serif;
    align-items: center;
    font-size: 24px;
   font-weight: 400;
   text-decoration: none;
   line-height: 2.5;
   padding: 20px; 
}

/*Contacts-section*/
/*Contacts-section*/
/*Contacts-section*/
/*Contacts-section*/