#header {
    display: flex;
    align-items: center;
    justify-content: center
}

label {
    display: none
}

#changeLang {
    width: 55px;
    height: 52px;
    position: relative;
    color: var(--white);
    outline: 0;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    background: #235071 url(../img/svgs/arrow-language.svg) 80% 50% no-repeat;
    border: none;
    font-size: var(--med-xs-h-font-size)
}

#footer {
    background-color: var(--footer-bg-color);
    width: 100%;
    color: var(--white)
}

.footer-socials {
    justify-content: center;
    align-items: center
}

.footer-socials > li {
    margin-left: 8px
}

.footer-socials > li:first-child {
    margin-left: 0
}

.footer-socials > li > a {
    position: relative
}

.footer-socials > li > a figure {
    width: 40px;
    height: 40px
}

.footer-socials > li > a figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: scale-down
}

#logo {
    width: 153px;
    height: 101px;
    inset: 0;
    margin: auto
}

#header2 {
    width: 100%;
    background-color: var(--white);
    border-top: 10px solid var(--blue-color);
    border-bottom: 1px solid #e7e7e7
}

#header2 .logo-header-container {
    padding: 40px 0 35px;
    width: 25%;
    max-width: 276px;
    margin: auto
}

.phone-container, .email-container {
    font-size: var(--med-s-h-font-size)
}

.footer-cols {
    justify-content: center;
    text-align: center;
    flex-direction: column
}

.footer-col a {
    color: var(--white);
    font-size: var(--med-s-h-font-size)
}

@media (min-width: 1200px) {
    #header {
        right: 40px;
        top: 3.3%
    }

    #header-container {
        background-color: rgba(255, 255, 255, 0.3);
        padding: 15px;
        align-items: center
    }

    .phone-container {
        margin-left: 20px
    }

    .phone-container a, .email-container a {
        display: flex;
        align-items: center
    }

    .phone-container svg, .email-container svg {
        margin-right: 9px
    }

    #footer {
        position: relative
    }

    .footer-logo-container {
        padding-top: 40px
    }

    #footer-container {
        margin-top: 45px
    }

    .footer-cols {
        flex-direction: row;
        width: 100%;
        max-width: 85%;
        margin: 0 auto
    }

	.footer-info-link span {
    font-size: 16px;
    word-wrap: break-word;
}
    .footer-contact {
        padding: 45px 40px 0;
    }

    .footer-contact .footer-cols {
        float:right;
    }

    .footer-col .whatsappsvg {
        margin: 0 auto;
        justify-content: center;
    }

    .footer-contact #footer-container {
        flex: 1;
    }

    .footer-cols li {
        width: 18%;
        margin-left: 2%
    }

    .footer-cols li:first-child {
        margin-left: 0
    }

    .footer-col-hTitle {
        margin-bottom: 15px;
        padding-bottom: 15px;
        position: relative;
        text-align: center;
        justify-content: center;
    }

    .footer-col .footer-col-hTitle::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 41%;
        width: 40px;
        border-bottom: 1px solid var(--footer-line-fill)
    }

    .working-hours {
        display: block
    }

    #footer-dev-copyright {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        padding: 25px 40px;
        border-top: 1px solid rgba(255, 255, 255, 0.24)
    }

    #footer-dev-copyright a {
        padding-top: 15px
    }

    #copyright {
        margin-top: 10px;
        font-size: var(--med-xs-h-font-size);
        flex: 1;
    }

    #scroll-top {
        position: absolute;
        top: -27px;
        right: 40px;
        width: 55px
    }
}

@media (min-width: 765px) and (max-width: 1199px) {
    #header {
        right: 0;
        top: 2%
    }

    #header-container {
        background-color: rgba(255, 255, 255, 0.3);
        padding: 15px;
        align-items: center
    }

    .phone-container {
        margin-left: 20px
    }

    .phone-container a, .email-container a {
        display: flex;
        align-items: center
    }

    .phone-container svg, .email-container svg {
        margin-right: 9px
    }

    #footer-container {
        margin-top: 30px
    }

    .footer-contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .whatsappsvg {
        justify-content: center;
    }

    .footer-cols {
        align-items: center
    }

    .footer-col-working-hours {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #footer {
        padding: 20px 20px 35px
    }

    .footer-col {
        margin-top: 15px;
        padding-bottom: 15px;
        position: relative;
        width: 305px
    }

    .footer-col::after {
        content: "";
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 43%;
        border-bottom: 1px solid var(--footer-line-fill)
    }

    .footer-col:first-child {
        margin-top: 0
    }

    .footer-col-hTitle {
        max-width: 180px;
        margin: 0 auto 10px;
        height: 20px;
        align-items: center;
        justify-content: center
    }

    #footer-dev-copyright {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 50px
    }

    #copyright {
        margin-top: 10px;
        font-size: var(--med-xs-h-font-size)
    }

    #scroll-top {
        width: 55px;
        margin: 30px auto 0
    }
}

@media (min-width: 0px) and (max-width: 764px) {
    #header {
        top: 30px;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px
    }

    .email-container, .phone-container {
        background-color: var(--main-text-color);
        padding: 10px;
        border-radius: var(--border-radius-size-l);
        margin-right: 5px
    }

    #changeLang {
        border-radius: var(--border-radius-size-l) !important;
        height: 40px
    }

    #footer-container {
        margin-top: 30px
    }

    .footer-cols {
        align-items: center
    }

    .footer-contact {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .whatsappsvg {
        justify-content: center;
    }

    .footer-col-working-hours {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #footer {
        padding: 20px 20px 35px
    }

    .footer-col {
        margin-top: 15px;
        padding-bottom: 15px;
        position: relative;
        width: 305px
    }

    .footer-col::after {
        content: "";
        width: 40px;
        position: absolute;
        bottom: 0;
        left: 43%;
        border-bottom: 1px solid var(--footer-line-fill)
    }

    .footer-col:first-child {
        margin-top: 0
    }

    .footer-col-hTitle {
        max-width: 180px;
        margin: 0 auto 10px;
        height: 20px;
        align-items: center;
        justify-content: center
    }

    #footer-dev-copyright {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        margin-top: 20px
    }

    #copyright {
        margin-top: 10px;
        font-size: var(--med-xs-h-font-size);
        text-align: center
    }

    #scroll-top {
        width: 55px;
        margin: 30px auto 0
    }
}