footer {
    width: 100%;
    height: 408px;
    background-color: #1A191D;
    color: #fff;
    padding: 65px 0 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
    line-height: 27px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer .container {
    width: 90%;
    max-width: 1664px;
    height: 248px;
    display: flex;
    justify-content: space-between;
    /*margin: 0 auto 40px;*/
    margin: 0 auto 56px;
}
footer .container .footer-col {
    width: 200px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/********************/
footer .logo-and-lang {
    display: flex;
    align-items: center;
    gap: 16px;
}
footer .logo {
    width: 162px;
    height: 64px;
    margin-top: -20px;
}
footer .logo img {
    height: 100%;
}

footer .lang-select-block {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    width: 164px;
    display: flex;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
footer .lang-select-block span {
    opacity: 0.5;
}
footer .lang-select-item {
    opacity: 0.5;
}
footer .lang-select-item:hover, footer .lang-select-item_active {
    opacity: 1;
    font-weight: 600;
}

footer .clutch-widget {
    background: #fff;
    padding: 12px;
    width: 170px;
    height: 64px;
    border-radius: 8px;
}

/********************/

footer .footer-col-2{
    padding-left: 32px;
    font-weight: 500;
}

/********************/

footer .footer-col-3{
    padding-left: 20px;
    font-weight: 500;
}
footer .footer-col-3 a {
    display: flex;
    align-items: center;
}

footer .footer-col-3 img {
    margin-right: 24px;
    width: 32px;
    height: 32px;
}

/********************/

footer .footer-col-4 {

}
footer .contact-block {
    height: 70px;
    width: 100%
}
footer .contact-block .title{
    font-weight: 600;
    margin-bottom: 16px;
}
footer .contact-block .value{
    font-weight: 300;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
footer .links-mob {
    display: none;
}

/********************/

footer .copyright-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
footer .copyright-text br { display: none }
footer .copyright-text img {
    margin-top: -2px;
    width: 24px;
    margin-left: 13px;
    box-shadow: 0 -4px 8px 0 rgb(0 87 183 / 15%), 0 4px 8px 0 rgb(255 215 0 / 15%);
    vertical-align: middle;
}

footer .privacy {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-decoration-line: underline;
    white-space: normal;
    width: 240px;
}
footer .privacy-copyright-container {
    display: flex;
    justify-content: center;
}
footer .privacy-copyright-container .link-container {
    display: none;
}
@media (max-width: 1600px) {
    footer .clutch-widget {
        height: 56px;
        padding: 12px 12px 0;
    }
}
@media (max-width: 1280px) {
    footer {
        padding: 35px 17px;
        font-size: 10px;
        line-height: 14px;
        height: 192px;
    }
    footer .container {
        width: 90%;
        max-width: 888px;
        height: 105px;
        margin: 0 auto 24px;
    }
    footer .logo {
        width: 107px;
        height: 26px;
    }
    footer .container .footer-col {
        width: 105px;
    }
    footer .lang-select-block {
        width: 87px;
        font-size: 12px;
        line-height: 16px;
    }
    footer .footer-col-3 {
        padding-left: 11px;
    }
    footer .footer-col-3 img {
        width: 20px;
        height: 20px;
        margin-right: 12px;
    }
    footer .contact-block .title {
        margin-bottom: 9px;
    }
    footer .copyright-text {
        font-size: 8px;
        line-height: 11px;
    }
    footer .copyright-text img {
        margin-left: 8px;
        width: 16px;
    }
    footer .privacy {
        font-size: 10px;
        line-height: 12px;
        width: unset;
    }
    footer .clutch-widget {
        transform: scale(0.7);
        transform-origin: left;
    }
}

@media (max-width: 480px) {
    footer {
        padding: 35px 0 36px;
        font-size: 12px;
        line-height: 16px;
        height: 334px;
    }
    footer .container {
        width: 90%;
        max-width: 311px;
        height: 197px;
        margin: 0 auto 32px;
        flex-wrap: wrap;
    }
    footer .logo-and-lang {
        width: 120px
    }
    footer .logo {
        width: 100px;
        height: 24px;
        margin-top: 0;
    }
    footer .lang-select-block {
        width: 130px;
        font-size: 14px;
        line-height: 19px;
    }
    footer .clutch-widget {
        width: 186px;
        height: 40px;
        padding: 4px 16px;
        transform-origin: right;
    }
    /************************/
    footer .container .footer-col-1 {
        width: 100%;
        height: 40px;
        flex-direction: row;
        margin-bottom: 32px;
    }
    footer .container .footer-col-2 {
        height: 144px;
        padding-left: 0;
    }
    footer .container .footer-col-3 {
        display: none;
    }
    footer .container .footer-col-4 {
        height: 144px;
        width: 130px;
    }
    footer .contact-block .title {
        margin-bottom: 4px;
    }
    footer .container .footer-col-4 .links-mob {
        display: flex;
        justify-content: space-between;
    }
    footer .container .footer-col-4 .links-mob img {
        width: 23px;
        height: 23px;
    }
    footer .copyright-text {
        font-size: 10px;
        line-height: 14px;
        width: 130px;
        text-align: left;
        position: relative;
        height: 32px;
    }
    footer .copyright-text br {
        display: block;
    }
    footer .copyright-text img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        /*margin-left: 8px;*/
        width: 24px;
    }
    footer .privacy {
        display: none;
    }
    footer .privacy-copyright-container {
        justify-content: space-between;
        width: 90%;
        max-width: 311px;
        margin: 0 auto;
        gap: 10px;
    }
    footer .privacy-copyright-container .link-container {
        display: flex;
        flex-direction: column;
        gap: 18px;
        font-size: 12px;
        line-height: 16px;
    }
    footer .privacy-copyright-container .link-container .privacy {
        display: block;
    }
}

/* switch-to-ua-lang */
.switch-to-ua-lang-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(12px);
    background: #1A191D80;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
}
.switch-to-ua-lang-container.show {
    opacity: 1;
    pointer-events: unset;
}
.switch-to-ua-lang-container .pop-up {
    width: 800px;
    position: relative;
    background: #1A191D;
    border-radius: 20px;
    color: #fff;
    padding: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}
.switch-to-ua-lang-container .pop-up .flag {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
    width: 64px;
}
.switch-to-ua-lang-container .pop-up .close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.switch-to-ua-lang-container .pop-up h2,
.switch-to-ua-lang-container .pop-up h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
}
.switch-to-ua-lang-container .pop-up .buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    width:  100%;
}
.switch-to-ua-lang-container .pop-up a {
    width: 288px;
    height: 53px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 47px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.switch-to-ua-lang-container .pop-up a.confirm {
    background: #fff;
    color: #1A191D;
    border: 1px solid #FFFFFF;
}
.switch-to-ua-lang-container .pop-up a.decline {
    background: #1A191D;
    color: #fff;
    border: 1px solid #FFFFFF;
}
.switch-to-ua-lang-container .pop-up a.confirm:hover {
    background: #1A191D;
    color: #fff;
}
.switch-to-ua-lang-container .pop-up a.decline:hover {
    background: #fff;
    color: #1A191D;
}
@media (max-width: 1280px) {
    .switch-to-ua-lang-container .pop-up {
        width: calc(100% - 30px);
        max-width: 343px;
        padding: 32px 16px 16px;
        gap: 24px;
    }
    .switch-to-ua-lang-container .pop-up .flag  {
        position: static;
        transform: unset;
    }
    .switch-to-ua-lang-container .pop-up .close {
        width: 32px;
        height: 32px;
    }
    .switch-to-ua-lang-container .pop-up h2,
    .switch-to-ua-lang-container .pop-up h3 {
        font-size: 14px;
        line-height: 19px;
    }
    .switch-to-ua-lang-container .pop-up .buttons {
        flex-direction: column;
        gap: 24px;
        padding: 0;
    }
    .switch-to-ua-lang-container .pop-up a {
        width: 100%;
        height: 48px;
        font-size: 16px;
        line-height: 16px;
    }
}
