

.freshFooter {
    font-family: Overpass, serif;
    width: 100%;
    min-width: 1200px;
    background: #eff0f2;
}

.freshFooter__content {
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.freshFooter__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0;
    border-bottom: 2px solid #fff;
}

.freshFooter__searchInfo {
    width: 400px;
}

.freshFooter__searchTitle {
    font-size: 38px;
    font-weight: 700;
    line-height: 40px;
}

.freshFooter__searchInfoText {
    font-size: 14px;
}

.freshFooterForm {
    display: flex;
    width: 700px;
}

.freshFooterForm__input {
    outline: none;
    border: 1px solid #e3e3e3;
    width: 500px;
    box-sizing: border-box;
    padding: 14px 55px 14px 22px;
    margin: 0 8px;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
}

.freshFooterForm__input:hover,
.freshFooterForm__input:active,
.freshFooterForm__input:focus {
    border: 1px solid #cc3d3d;
}

.freshFooterForm__submit {
    font-size: 16px;
    color: #fff;
    background: #cc3d3d;
    padding: 0 32px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: opacity ease-in-out 0.3s;
}

.freshFooterForm__submit:hover {
    opacity: 0.7;
}

.freshFooter__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 0;
    border-bottom: 2px solid #fff;
}

.freshFooter__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.freshFooter__contacts {
    align-self: center;
}

.freshFooter__logo {
    width: 235px;
    height: auto;
}

.freshFooter__menu {
    align-self: start;
}

.freshFooter__menuTitle {
    font-weight: 700;
    text-transform: uppercase;
}

.freshFooter__menuList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.freshFooter__menuItem {
    font-size: 14px;
    margin: 12px 0;
    line-height: 1.2;
}

.freshFooter__menuLink {
    text-decoration: none;
    cursor: pointer;
}

.freshFooter__menuLink:hover {
    color: #cc3d3d;
}

.freshFooter__banking {
    width: 150px;
    height: auto;
}

.freshFooter__copyright {
    font-size: 12px;
}