/*BX Panel*/
.bx-panel {}

/*Header*/
.header {
    position: relative;
    background-color: var(--color-header-bg);
    width: 100%;
    z-index: 20;
}

.header .wrapper {}

.top-header__wrap {}

.top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.top-header__item {}

/*Header logo*/
.top-header__item.logo {}

.top-header__item.logo img {
    height: 50px;
    width: auto;
}

/*Header slogan*/
.top-header__item.slogan {
    color: var(--color-header-slogan);
}

.top-header__item.group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

/*Header phone*/
.top-header__item.phone a {
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.top-header__item.phone a img {}

.top-header__item.phone a span {
    font-size: 18px;
    color: var(--color-header-phone);
    font-weight: var(--font-bold);
}

.top-header__item.topuser {
    position: relative;
}

/*Header topuser*/
.top-header__item.topuser .topuser-icon {}

.top-header__item.topuser .topuser-icon__link {
    display: flex;
    flex-direction: column;
}

.top-header__item.topuser .topuser-icon__wrap {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.top-header__item.topuser .topuser-icon img {
    height: 20px;
    color: var(--color-white);
}

.top-header__item.topuser .topuser-icon span {
    color: var(--color-white);
    overflow: hidden;
    display: inline-block;
    width: auto;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

/*Profile*/
.top-header__item.topuser .topuser-profile {
    position: absolute;
    top: 52px;
    right: -60px;
    width: 250px;
    padding: 10px 20px 20px 20px;
    border-radius: 15px;
    border: 1px solid var(--color-muted);
    background-color: var(--color-topprofile-bg);
    -webkit-box-shadow: 0px 3px 8px 4px rgba(34, 60, 80, 0.09);
    -moz-box-shadow: 0px 3px 8px 4px rgba(34, 60, 80, 0.09);
    box-shadow: 0px 3px 8px 4px rgba(34, 60, 80, 0.09);
    z-index: 100;
    display: none;
}

.top-header__item.topuser .topuser-profile .close {
    text-align: right;
}

.top-header__item.topuser .topuser-profile .close img {
    cursor: pointer;
}

.top-header__item.topuser .topuser-profile .link-to-profile {
    text-align: center;
    margin-bottom: 10px;
}

.top-header__item.topuser .topuser-profile .username {
    text-align: center;
    font-weight: 600;
}

.top-header__item.topuser .topuser-profile .profile {
    text-align: center;
}

.top-header__item.topuser .topuser-profile .profile .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-header__item.topuser .topuser-profile .profile .menu li {
    padding: 5px;
}

/*Basket*/
.top-header__item.topbasket {}



.top-menu__wrap {}

/*Adaptive*/
@media (max-width: 820px) {
    .top-header__item.slogan {
        display: none;
    }
}

@media (max-width: 440px) {
    .bx-panel {
        display: none;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
    }

    .top-header__item.logo img {
        height: 34px;
        width: auto;
    }

    .bx-aside-nav-control {
        opacity: 1;
        left: unset;
        top: 6px;
        right: 15px;
    }

    .top-header__item.slogan {
        display: none;
    }

    .top-header__item.group {
        margin-right: 60px;
    }

    .top-header__item.phone span {
        display: none;
    }

    .top-header__item.topuser .topuser-icon span {
        display: none;
    }

    .top-header__item.topbasket img {
        width: 20px;
    }

    .top-header__item.topbasket {
        display: none;
    }
}

/*Main*/
.main {}

.main_wrap {}


.breadcrumb_wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb-section {
    padding-top: 5px;
}

.title-section__wrap {
    margin-bottom: 30px;
}

.title-section {}

h1#pagetitle {}

@media (max-width: 440px) {
    .main {
        margin-top: 60px;
    }
}

/*Footer*/
.footer {
    background-color: var(--color-footer-bg);
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer_wrap {}

.footer-blocks {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    gap: 40px 20px;
}

.footer-blocks__item {
    flex: 1;
}

.footer-blocks__item .title {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-white);
    margin-bottom: 10px;
}

.footer-blocks__item .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-blocks__item .menu li {
    padding: 5px 0;
}

.footer-blocks__item .menu li a {
    color: var(--color-footer-link);
}

.footer-blocks__item .menu li a:hover {
    color: var(--color-footer-link-hover);
}

.footer-blocks__item .phone {
    margin-bottom: 12px;
}

.footer-blocks__item .phone a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 700;
}

.footer-blocks__item .email {
    margin-bottom: 12px;
}

.footer-blocks__item .email span {
    color: var(--color-white);
}

.footer-blocks__item .email a {
    color: var(--color-footer-link);
}

.footer-blocks__item .email a:hover {
    color: var(--color-footer-link-hover);
}

.footer-blocks__item .address {
    color: var(--color-white);
    margin-bottom: 12px;
}

.footer-blocks__item .schedule {
    color: var(--color-white);
}

.footer-blocks__item .logo {
    margin-bottom: 20px;
}

.footer-blocks__item .logo img {
    width: 170px;
}

.footer-blocks__item .desc {
    color: var(--color-white);
    font-size: 12px;
    width: 250px;
    margin-bottom: 20px;
}

.footer-blocks__item .social {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.footer-blocks__item .social img {
    height: 30px;
}

.footer-blocks__item .social span {
    color: var(--color-white);
}

.footer-delimeter {
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

.footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.footer-copyright__item.text {
    color: var(--color-white);
}

.footer-copyright__item.privacy {}

.footer-copyright__item.privacy a {
    color: var(--color-footer-link);
}

.footer-copyright__item.privacy a:hover {
    color: var(--color-footer-link-hover);
}

.footer-copyright__item.phone a {
    color: var(--color-white);
    font-weight: 600;
}

.footer-copyright__item.phone a:hover {
    color: var(--color-link2-hover);
}

.footer-copyright__item.email {}

.footer-copyright__item.email a {
    color: var(--color-link2);
}

.footer-copyright__item.email a:hover {
    color: var(--color-link2-hover);
}


/*Adaptive*/
@media (max-width: 640px) {
    .footer-blocks {
        flex-wrap: wrap;
    }

    .footer-blocks__item {
        width: calc((100% - 20px) / 2);
        flex: auto;
    }

    .footer-blocks__item .logo img {
        max-width: 120px;
    }

    .footer-blocks__item .desc {
        max-width: calc(90%);
    }

    .footer-copyright {
        flex-wrap: wrap;
    }

    .footer-copyright__item {
        width: calc((100% - 20px) / 2);
    }

    .footer-copyright__item.phone {
        display: none;
    }

    .footer-copyright__item.email {
        display: none;
    }
}

/*Mobile menu bottom*/
.mobile-menu-bottom__wrap {
    display: none;
    width: 100%;
    background-color: var(--color-white);
    padding: 10px;
}

.mobile-menu-bottom {}

.mobile-menu-bottom__items {
    display: flex;
    flex-direction: row;
}

.mobile-menu-bottom__item {
    flex: 1;
}

.mobile-menu-bottom__item-image {
    text-align: center;
}

.mobile-menu-bottom__item-title {
    text-align: center;
    color: #333;
}

@media (max-width: 440px) {
    .mobile-menu-bottom__wrap {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }

    .footer {
        margin-bottom: 50px;
    }
}


/*Scroll Link*/
.scrollup {
    width: 42px;
    height: 42px;
    opacity: 0.6;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background: url('images/up.png') no-repeat;
}

.scrollup:hover {
    opacity: 0.8;
}

@media (max-width: 440px) {
    .scrollup {
        bottom: 100px;
        right: 40px;
    }
}

/*Block*/
.block-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #447025;
    color: #fff;
}