.menu-container{
    background: rgba(37, 37, 37, 0.9);
}
.contact-header{
    width: 100%;
    padding: 130px 0 50px;
}
article{
    background:#f8f8f8;
}
.contact-header .container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background:#fff;
    border-radius:20px ;
    padding: 0;
    width: calc(100% - 30px);
}
.contact-wrapper{
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
}
.contact-wrapper-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items:flex-start;
}
.contact-header .contact-wrapper .phone-list{
    text-align: start;
    gap: 10px;
}
.contact-header .phone-list li:not(.email) a{
    font-weight: 700;
    font-size: 24px;
    color: #111;
}
.contact-header .phone-list li.email a{
    font-family: "Mulish", sans-serif;
    font-weight: 400;
font-size: 16px;
color: #111;
}
.contact-wrapper-container h1{
    font-weight: 700;
font-size: 24px;
color: #111;
}
.map-wrapper img{
    width: 100%;
    height: 100%;
    border-radius:0 20px 20px 0;
    transition: all .3s ease;
}
.map-wrapper:hover img{
    transition: all .3s ease;
    scale: 1.02;
}
.map-wrapper{
    display: block;
    overflow: hidden;
    border-radius:0 20px 20px 0;
    width: calc(100% - 400px);
}
.contact-header .footer-addres{
    font-weight: 400;
font-size: 16px;
color: #111;
max-width: 300px;
font-family: "Mulish", sans-serif;
}
.sertificate .container{
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 15px;
    justify-content: flex-start;
}
.sertificate a{
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items:center;
    gap: 15px;
    line-height: 140%;
}
.sertificate a{
    transition: all .3s ease;
}
.sertificate a:hover{
    transition: all .3s ease;
    padding: 0 0 0 10px;
}
.sertificate{
    background: #536a56;
    padding: 20px 0;
}
.sertificate-image{
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius:  15px;
}
.sert-item{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
}
.sert-content{
    width: 100%;
    max-width: 500px;
}
.sert-item:first-of-type{
    padding-bottom: 50px;
    border-bottom: 1px solid #536a56;
}
.sert-item:not(:first-of-type){
    padding-top: 50px;
}
.sert-item h3{
    color: #000;
    font-size: 24px;
    line-height: 130%;
    font-weight: 700;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.sert-item h3::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -10px;
    height: 2px;
    background: #536a56;
}
.sert-content strong{
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
.sert-content p{
    font-weight: 400;
    font-size: 14px;
    color: #111;
    font-family: "Mulish", sans-serif;
}
.sert-item a {
display: block;
border-radius: 15px;
border: 2px solid #536a56;
}
.sertificate-section h2{
    font-weight: 800;
    font-size: 40px;
    color: #33363f;
    margin-bottom: 40px;
}
.sertificate-section{
    padding: 80px 0;
}
@media screen and (max-width: 1300px){
    .contact-header{
        padding: 160px 0 100px ;
    }
}
@media screen and (max-width: 1100px){
    .contact-header{
        padding: 180px 0 100px ;
    }
    .map-wrapper img{
        object-fit: cover;
    }
}
@media screen and (max-width: 992px){
    .contact-header .container{
        flex-direction: column;
    }
    .contact-header{
        padding: 130px 0 50px;
    }
    .map-wrapper{
        width: 100%;
    }
    .map-wrapper img{
        margin: 0 0 -5px 0;
    }
    .map-wrapper,
    .map-wrapper img{
        border-radius: 0 0 20px 20px;
    }
    .contact-header .footer-addres{
        max-width: 400px;
    }
    .sert-item{
        flex-direction: column;
        gap: 40px;
    }
    .sert-content{
        max-width: 100%;
    }
    .sertificate-image{
        max-height: none;
        max-width: 250px;
    }
    .sert-content p{
        font-size: 16px;
    }
    .sertificate-section{
        padding: 60px 0 80px;
    }
    .sertificate-section h2{
        margin-bottom: 30px;
        text-align: center;
    }
}
@media screen and (max-width: 576px){
    .contact-header .footer-addres{
        text-align: start;
    }
    .contact-wrapper{
        gap: 60px;
        padding: 40px 20px;
    }
    .sertificate-section h2{
        text-align: center;
    }
    .sertificate-section{
        padding: 40px 0 40px 0;
    }
    .sert-item:first-of-type{
        padding-bottom: 30px;
    }
    .sert-item:not(:first-of-type){
        padding-top: 30px;
    }
    .sert-item h3{
        font-size: 20px;
    }
    .sertificate-section h2{
        font-size: 34px;
    }
}
@media screen and (max-width: 375px){
    .sert-item h3{
        font-size: 18px;
    }
    .sertificate-section h2{
        font-size: 28px;
    }
}