/* https://www.midea.com.ua/ru/where-to-buy */
:root{
    --font-family-default: 'Roboto';
    --font-family-h: 'Raleway';
    --main-color-1: #da6e21;

    --logo-image: url(/user/images/logo.svg);
}
body{
    --font-size: 12px;
    --font-weight: 300;
    --line-height: 16px;
    --font-color: #000000;
    background: var(--white-text-color);
}

.page-wrapper{
    --width: 1180px;
    padding: 0 32px;
}
.button, button{
    --padding: 6px 12px;
    --border: 1px solid #ababab;
    --background: #ebebeb;
    --font-color: #000000;
    --font-size: 15px;
    --font-style: normal;
    --font-weight: 400;
    --line-height: 15px;
    --line-height: 15px;
    --border-radius: 4px;
}
button.shift-to-input, .button.shift-to-input{
    --font-color: #3b3b3b;
}
.button.button-small{
    --padding: 3px 6px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
    --font-color: #555555;
    --font-family: var(--font-family-h);
}
a, .a{
    --color: #737373;
    --text-decoration: none;
}
a:hover, .a:hover{
    --color: #003353;
    --text-decoration: none;
}
input, select, textarea{
    --padding: 3px 6px;
    --border: 1px solid #ababab;
    --background: #ebebeb;
    --font-size: 14px;
    --font-style: normal;
    --font-weight: 400;
    --line-height: 21px;
    --border-radius: 4px;
    --font-color: #3b3b3b;
}
header{
    --background: #da6e21;
}
footer{
    --background: #222222;
}
footer #footer-nav{
    --font-color: #f8f8f8;
    --border-color: #787878;
}

.breadcrumbs li:before{
    --content:" / ";
}
header.header-1 #top-nav a{
    margin-bottom: -3px;
    --color: #ffffff;
}

#header-nav-2 > ul > li > a {
    color: var(--content-text-color);
}
#header nav a.button.primary,
#header nav a.button.accent,
#header nav a.button.warn {
    color: var(--white-text-color) !important;
}
#header-nav-2{
    margin-left: 0;
}
#header {
    box-shadow: none;
}

#layout-wrapper {
    grid-template-rows: 100px auto auto;
}
#header-row-1 {
    height: 100px;
    background: var(--white-text-color);
}

#header-nav-3 > ul {
    gap: 48px;
    margin-left: 48px;
}
section #header-row-2 {
    display: none;
}
#header-row-2 {
    display: none;
}
#header-nav-3 ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header-nav-3 ul ul {
    display: none;
}
#header-nav-3 li:hover>ul {
    display: block;
}

#header #top-logo  {
    color: inherit;
}
#header-nav-3 > ul > li > a,
#footer-nav-1 ul > li > a,
#footer-nav-2 ul > li > a {
    padding: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
#header .top-menu-compare-cart,
#header .top-menu-fav-cart,
#header .top-menu-user-cart
{
    display: none;
}
#header .top-menu-compare-cart.active,
#header .top-menu-fav-cart.active,
#header .top-menu-user-cart.active{
    display: block;
}

#header #top-logo,
#header .row{
    flex-shrink: 0;
    gap: 20px;
}
#header .header-text{
    width: 100%;
    height: 80px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#header .header-text a{
    text-decoration: none;
}
#header.header-text-position-top-left .header-text{
    align-items: flex-start;
    justify-content: flex-start;
}
#header.header-text-position-top-center .header-text{
    justify-content: flex-start;
}
#header.header-text-position-top-right .header-text{
    align-items: flex-end;
    justify-content: flex-start;
}
#header.header-text-position-center-left .header-text{
    align-items: flex-start;
}
#header.header-text-position-center-right .header-text{
    align-items: flex-end;
}
#header.header-text-position-bottom-left .header-text{
    align-items: flex-start;
    justify-content: flex-end;
}
#header.header-text-position-bottom-center .header-text{
    align-items: center;
    justify-content: flex-end;
}
#header.header-text-position-bottom-right .header-text{
    align-items: flex-end;
    justify-content: flex-end;
}
#footer,#footer nav a,#footer a i,#footer h2.section-title,#footer input,#footer textarea,#footer input::placeholder {
    color: var(--white-text-color);
}
#footer h2.section-title {
    font-size: 48px;
    line-height: 48px;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}
#footer{
    background: var(--primary-background-color);
    display: flex;
    padding: 75px 96px 30px 96px;
    border:none!important;
}
#footer .page-wrapper {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 14px;
}
#footer-nav-1 ul,#footer-nav-2 ul {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}
#footer-nav-1 ul ul,#footer-nav-2 ul ul{
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    gap: 0;
    margin: 5px 0;
    font-size: 0.9em;
}
#footer-nav-1 ul ul a,#footer-nav-2 ul ul a{
    font-size: inherit;
}
#footer #footer-nav .row {
    align-items: center;
}
#footer-socials {
    margin: 0;
}
#footer-socials ul {
    gap:24px;
}
#footer #footer-nav nav {
    margin-left: 24px;
}

#footer .feedback-form {

}
#footer .feedback-form label {
    display: none;
}
#footer .feedback-form input,#footer .feedback-form textarea {
    background: none;

}
#footer .feedback-form .section-footer {
    font-weight:500;
    font-size: 13px;
    line-height: 18px;
    padding: 0 80px;
}
#footer .feedback-form  {
    width: 100%;
    max-width: 664px;
    margin: 0 auto;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}
#footer .feedback-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#footer .feedback-form.form-email .feedback-form-wrapper {
    position: relative;
}
#footer .feedback-form.form-email .fieldblock-buttons {
    margin: 0;
    position: absolute;
    top:5px;
    right: 0;
}
#footer .feedback-form .fieldblock-buttons {
    margin-bottom: 20px;
    justify-content: center;
}
#footer .feedback-form.form-email input {
    border:none;
    border-radius: 0;
    border-bottom: 1px solid var(--content-border-color);
}
#footer .copy,#footer .adv, #footer .adv a {
    color: var(--primary-light-text-color);
}
#main #breadcrumbs{
    margin: 12px 0 0 0;
}
#catalogue-filter.content-card{
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px -1px 3px -1px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
#header.logo-size-s #top-logo img{
    height: 32px;
}
#header.logo-size-m #top-logo img{
    height: 52px;
}
#header.logo-size-l #top-logo img{
    height: 72px;
}
#header.logo-size-xl #top-logo img{
    height: 82px;
}

#footer.logo-size-s #bottom-logo img{
    height: 55px;
}
#footer.logo-size-m #bottom-logo img{
    height: 75px;
}
#footer.logo-size-l #bottom-logo img{
    height: 95px;
}
#footer.logo-size-xl #bottom-logo img{
    height: 105px;
}
#footer .feedback-form .section-title {
    order: 1;
}
#footer .feedback-form .section-footer {
    order: 3;
}
#main-content .feedback-form .feedback-form-wrapper {
    min-height: unset;
}
#main-content .feedback-form.form-custom.view-email {
    color: var(--primary-light-text-color);
}
#footer .feedback-form .feedback-form-wrapper {
    order: 2;
}
#footer.form-view-text-first .feedback-form .feedback-form-wrapper {
    order: 4;
}
#footer .footer-nav-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#footer #footer-nav-2 a{
    font-size:14px;
}
@media (max-width: 960px) {
    #footer{
        padding: 35px 20px 30px 20px
    }
    #footer .feedback-form .section-footer {
        padding: 0;
    }
    #footer-content {
        padding: 35px 36px 30px 36px;
        border-radius:0;
    }
    #footer h2.section-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    #header-nav-2 > ul > li > a {
        color: var(--content-text-color);
    }
    section {
        min-width: auto;
    }
    #header-nav-3 {
        display: none;
    }
    #header-nav-1 {
        margin: 0;
    }
    #header-row-2 {
        background: var(--white-text-color);
        top: 100px;
    }
    .top-menu #header #top-menu-button::before {
        top: 100px;
    }
    #header-row-2 #header-nav-2 a{
        color: #000000 !important;
    }

    #footer #footer-nav-1 {
        order: 1;
        width: 100%;
        margin-bottom: 30px;
    }
    #footer #footer-nav-2 {
        order:4;
        width: 100%;
        margin-top: 30px;
    }
    #footer .feedback-form {
        margin-bottom: 30px;
    }
    #footer #footer-nav .row {
        flex-wrap: wrap;
    }
    #footer-nav-1 {
        order:1;
        width: 100%;
        margin-bottom: 30px;
    }
    #bottom-logo {
        order: 2;
    }
    #footer-socials {
        order: 3;
    }

}
@media (max-width:600px) {
    #main .breadcrumbs{
        display: none;
    }
    #footer #footer-nav nav ul{
        justify-content: center; 
    }
    #footer #footer-row-1{
        margin-top: 20px;
    }
    .top-menu #header-row-2{
        right: 0;
    }
    #header .header-text{
       padding: 10px 5px;
    }
}
