:root{
    --text-white-color: #fff;
    --text-black-color: #000;
    --accent-green-color: #078810;
    --icon-color: #767676;
    --link-color: #4F5551;
}

html, body{
    height: 100%;
}

body{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    min-width: 320px;
    /*background-color: #4e4e4e;*/
}

a {
    color: var(--text-white-color);
}

a:hover {
    color: var(--text-white-color);
}

/** ============================ END GENERAL ============================== **/

/** ============================ HEADER ============================== **/

header img{
    display: inline-block;
    vertical-align: middle;
    max-width: none;
}

.header-top{
    min-height: 100px;
    padding: 10px 0 10px 0;
}

.header-top-logo-mobile{
    text-align: center;
}

ul.header-top-social, ul.header-top-mail, ul.header-top-phones, ul.header-top-lang, ul.header-top-phones, ul.mobile-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

/*ul.header-top-social li, ul.header-top-mail li, ul.header-top-lang li, ul.header-top-phones li{
    margin-right: 1rem;
}*/

ul.header-top-mail li, ul.header-top-lang li{
    margin-right: 10px;
}

ul.header-top-phones li{
    margin-right: 5px;
}

ul.header-top-social li{
    margin-right: 15px;
}

/** ============================ END HEADER ============================== **/

/** ========== HEADER SOCIAL ============ **/

ul.header-top-social a{
    color: var(--icon-color);
}

ul.header-top-social a:hover{
    color: var(--accent-green-color);

}

ul.header-top-social i{
    font-size: 18px;
}

/** ========== END HEADER SOCIAL ============ **/

/** ========== HEADER MAIL ============ **/

.header-top-mail i{
    color: var(--icon-color);
    font-size: 18px;
    margin-right: 5px;
}

/*.header-top-mail a{
    color: var(--icon-color);
    text-decoration: underline;
}

.header-top-mail a:hover{
    text-decoration: none;
}*/
.phone img{
    margin-right: 5px;
}

.phone{
    margin-right: 20px;
}

.address-header:first-child{
    margin-right: 47px;
}

.address-header{
    margin-right: 20px;
}

.address-header img{
    margin-right: 10px;
}

.address-header a{
    color: var(--icon-color);
    text-decoration: underline;
}

.address-header a:hover{
    text-decoration: none;
}

/** ========== END HEADER MAIL ============ **/

/** ========== END HEADER LANG ============ **/

.header-top-lang li img{
    border: 1px solid #e2e2e2;
}

/** ========== END HEADER LANG ============ **/

/** ========== HEADER ADDRESS ============ **/

.header-top-address .marker{
    padding-right: 1rem;
    color: var(--icon-color);
}

.header-top-address .address{
    color: #4F5551;
}

/** ========== END HEADER ADDRESS ============ **/

/** ========== HEADER PHONE ============ **/

.header-top-phones-block{
    margin-left: 1rem;
}

.header-top-phones li i{
    color: var(--icon-color);
    padding-right: .3rem;
}

.header-top-line-top{
    flex-wrap: wrap;
    row-gap: .5rem;
}

.header-top-line-top > .d-flex{
    flex-shrink: 0;
    flex-wrap: nowrap;
}

.phone-block{
    flex-shrink: 0;
}

.phone{
    white-space: nowrap;
}

.phone a{
    color: var(--accent-green-color);
    font-weight: 600;
    text-decoration: none;
}

.phone a:hover{
    text-decoration: underline;
}

/** ========== END HEADER PHONE ============ **/

/** ========== SAPR BUTTON ============ **/

.btn-sapr{
    padding: 5px;
    background-color: var(--accent-green-color);
    width: 72px;
    height: 30px;
}

.btn-sapr a{
    text-decoration: none;
    color: var(--text-white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 100%;
    white-space: nowrap;
}

.btn-sapr:hover{
    background-color: var(--icon-color);
    transition: all .3s;
}

/** ========== END SAPR BUTTON ============ **/

/** ========== CART BUTTON ============ **/

.btn-cart{
    background-color: #e2e2e2;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart a{
    text-decoration: none;
    color: var(--text-white-color);
}

.btn-cart:hover {
    background-color: var(--accent-green-color);
}

/** ========== END CART BUTTON ============ **/

/** ========== HEADER LINE ============ **/

.header-top-line-top{
    border-top: 1px solid #E2E2E2;
    padding-top: 0.5rem;
}

.header-top-line-bottom{
    padding-bottom: 0.5rem;
}
/** ========== END HEADER LINE ============ **/

/** ========== HEADER MENU ============ **/

.header-top-menu{
    background-color: #F8F8F8;
    height: 44px;
}


ul.top-line-menu {
    list-style: none;
    display: grid;
    padding: 0;
    margin: 0 auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    width: 100%;
}

.top-line-menu li{
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
}

.top-line-menu li:not(:last-child){
    border-right: 1px solid #e2e2e2;
}

.top-line-menu li a{
    color: #000;
    text-decoration: none;
}

.top-line-menu li a:hover{
    color: var(--accent-green-color);
    text-decoration: underline;
}

.top-line-menu li.active a{
    color: var(--accent-green-color);
    font-weight: bold;
}

.menu-block{
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    display: flex;
    justify-content: center;
}

.mobile-menu {
    width: 118px;
    text-align: center;
}

.mobile-social-block{
    padding: 50px 0 30px 0;
}

.menu-line:not(:last-child){
    padding-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.menu-line:not(:first-child){
    padding-top: 15px;
}

.mobile-menu a{
    color: #000;
    text-decoration: none;
}

.mobile-menu a:hover{
    color: var(--accent-green-color);
    text-decoration: underline;
}

.mobile-menu .active a{
    color: var(--accent-green-color);
    font-weight: bold;
}

.mobile-phone{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.mobile-phone i{
    color: var(--icon-color);
    font-size: 16px;
    margin-right: 5px;
}

.mobile-phone a{
    color: var(--accent-green-color);
    text-decoration: none;
    font-weight: bold;
}

.mobile-phone a:hover{
    text-decoration: underline;
    font-weight: bold;
}


/*****************************************/

.flag:not(:last-child){
    margin-right: 5px;
}

.mobile{
    padding: 15px 0;
}
.mobile-btn:not(:last-child){
    padding-right: 15px;
}

.mobile-mail{
    margin-top: 10px;
}

.mobile-mail i {
    color: #767676;
    font-size: 18px;
    margin-right: 10px;
}

.mobile-mail a{
    color:#4F5551;
}

.btn-burger{
    background-color: #F8F8F8;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-burger:hover {
    outline: 1px solid var(--accent-green-color);
}

.mobile-phones{
    margin-top: 15px;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    min-height: 37px;
}
/*****************************************/
/** ========== END HEADER MENU ============ **/