@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


*{
    font-family: "Open Sans" !important;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Cormorant" !important;
}


body{
    background-color: white;
   
}

header{
    background-color: #1D2F30;
    max-width: 1440px;
    margin: 0 auto;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

nav{
    display: flex;
    gap: 50px;
}

nav a{
    color: white;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.5;
    
}

nav a:hover{
    color: #BAE249;
}

nav a:focus{
    outline: 2px solid #83A440;
}

.header-btns{
    display: flex;
    margin: 0 30px;
    gap: 10px;
}

.header-btns h3{
    font-family: "Open Sans" !important;
    color: #BAE249;
    font-size: 20px;
}
      

main{
        margin: 0 auto;
        max-width: 1440px;
    

}

.verh{
margin: 30px 0 20px 30px;
display: flex;
gap: 30px;
}        

.foto{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    
    
}

.opis p, li{
font-family: Arial, Helvetica, sans-serif;
line-height: 1.5;
color: black;
} 

li{
    list-style-type: disc;
    text-indent: 20px;
}
.dok {
   display: block;
   padding: 0px 30px;
   flex-direction: column;
   justify-content: space-between;

}

.download {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    margin-left: 80px;
    width: max-content;
    padding: 12px 24px;
    border-radius: 12px;
    border: 3px solid green;
}
.download img {
    width: 20px;
    height: 20px;
}

.uchet{
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.gz{
    width: 650px;
    border-top: 7px solid rgb(17, 75, 129);
    border-collapse: collapse;
    color: green;
    text-decoration: none;
    text-align: center;
    margin: 20px 0px 20px 0px;
    border: 1px solid #dddddd;
}

.gz td{
    text-align: center;
	padding: 10px;
	border: 3px solid rgb(17, 129, 45);
}

.gz th{
    text-align: center;
    padding: 10px;
    border: 3px solid rgb(17, 129, 64);
}

.gz a{
    color: green;
}

.gz caption{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
 }

 
.statia{
margin: 20px 0px;
border: 3px solid green;
padding: 10px 20px;

}        

.statia .bullet{
       padding: 20px;
       list-style-type: disc;
       color: #1D2F30;
}

.bullet_now{
   
}


.bullet_name:hover{
    color:rgb(52, 139, 46);
    text-decoration: underline;
}


.statia h2{

text-align:justify;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 22px;
font-weight: bold;
line-height: 30px;
color: green;

} 


.statia a{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 30px;
text-decoration: none;
color: #1D2F30;;
}

 .text-small .contacts__links-item{
    color: white;
 }
 
 .contacts .contacts__links-item{
    color: white;
    list-style-type: none;
 }

 .contacts .contacts__social-item{
    list-style-type: none;
 }
 
.burger-btn{
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

   
    

@media screen and (max-width: 850px){
    
    header .logo{
        display: none;
    }

    nav{
        
        padding: 24px 24px;
        position: absolute;
        background: rgba(1, 38, 39, 0.925);
        flex-direction: column;
        gap: 13px;
        top: 0;
        left: 0;
        transition: 1s;
        transform: scale(0);
        transform-origin: left top;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, .25);
        
    }

    nav a{
        font-size: 14px;
    }

    .burger-btn{
        display: block;
    }

    .verh{
        display: block;
    }
   
    .gz{
        width: 300px;
    }

    .download{
        margin-left: 0px;
    }

    .foto{
        flex-direction: row ;
    }
    .foto img{
        width: 150px;
    }
    
      .statia{
        width: 90%;
        margin: 10px;
    }
}