html, body {
    font-family: "comenia-sans-web", sans-serif;
    -webkit-overflow-scrolling: touch;
    color: #707173;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: 400;
    height: 100%;
}
h1 {
    font-size: 48px;
    color: #707173;
    margin: 50px 80px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
  }
h2 {
    margin: 15px 0;
    color: #707173;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-family: "comenia-sans-web", sans-serif;
}
#header p {
    margin: 0;
}
#header .header-container {
    padding: 20px 0;
}
#header .logo-text {
    border-right: 2px solid #707173;
    margin-right: 5px;
    padding-right: 5px;
    font-weight: bold;
}
#header .logo-text-wrap {
    font-size: 16px;
}
.slider-item {
    height: 430px;
    padding-bottom: 0;
}    
.container {
    width: 75%;
    max-width: 1640px;
}
#footer {
    margin: 0;
    padding: 60px 0;
}
#footer a {
    color: #707173;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
#footer .footer-menu a:last-child {
    padding-right: 0;
}
#footer p {
    margin: 0;
}
#footer .frame-default {
    margin: 0;
}
.frame {
    margin-bottom: 30px;
}


.block-logo, .block-logo-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s ease all;
    visibility: hidden;
    background-color: rgba(251, 170, 43, 0.6);
}
.block-logo-text .btn {
    background-color: #e5f7ea;
    color: #5e966f;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 0;
}
.image-logo-wrap .image {
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.image-logo-wrap:hover .image {
    transform: scale(1.1);
}
.image-logo-wrap:hover .block-logo, .image-logo-wrap:hover .block-logo-text {
    opacity: 1;
    visibility: visible;
}
.image-logo-wrap .hover-image {
    width: 300px;
    max-width: 80%;
}
.banner-slider-wrap {
    padding-bottom: 0;
}
.tree-img-with-line .line {
    height: 4px;
    background-color: #fbaa2b;
}
@media (max-width: 991px) {
    h1 {
        font-size: 30px;
        margin: 20px 10px;
    }
    h2 {
        font-size: 25px;
    }
    .img-block-item {
        margin-bottom: 25px;
    }
    #footer {
        padding: 40px 0;
    }
    #header .logo-text {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
    }
    #header .logo-text, #header .contact-text {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .container {
      width: 85%;
    }
}

@media (max-width: 480px) {
    h1 {
      font-size: 25px;
    }
}
@media (max-width: 380px) {
    h2 {
      font-size: 20px;
    }
    h1 {
        margin: 15px 0;
        font-size: 23px;
    }
    #header .logo-text-wrap {
        font-size: 14px;
    }
}