.header__search .search__slider .products__list .product__title a {
    overflow: inherit;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

#contacts .contacts__socials ul li a,
footer .footer__contacts .contacts__messengers a,
footer .footer__socials ul li a {
    width: 20px;
}

#questionForm {
    overflow: hidden;
}

.error__message {
    font-size: 14px;
    color: red;
}

.form__input.error input {
    border-bottom: 1px solid red !important;
}

#contacts .contacts__socials ul li a img,
footer .footer__contacts .contacts__messengers a img,
footer .footer__socials ul li a img {
    width: 100%;
}

.must-know {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 255px;
    padding-top: calc(20% - 65px);
}

.language-drop-wrapper .lang-drop {
    border: 1px solid #ddd;
}

.language-drop-wrapper .lang-drop:before {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.language-drop-wrapper .lang_switcher-body a {
    display: flex;
    justify-content: center;
}

.language-drop-wrapper .lang_switcher-body a:hover {
    text-decoration: underline;
}

header .language-drop-toggle {
    padding-left: 0!important;
}

.language-drop-wrapper .lang_switcher-body a span {
    display: block;
    margin-top: 2px;
    font-size: 13px;
}

@media(min-width: 1240px) {
    .language-drop-wrapper .lang_switcher ul {
        right: initial;
        left: 0;
        transform: translateX(-5px);
    }
}
@media(max-width: 992px) {
    .must-know {
        padding-top: calc(25% - 65px);
    }
}

@media(max-width: 768px) {
    .must-know {
        background-size: 200%;
        padding-top: 160px;
    }
}

@media(max-width: 480px) {
    .must-know {
        background-size: 250%;
        padding-top: 140px;
    }
}
