
.border-box {
    box-sizing: border-box;
}

.header {
    display: flex;
    align-items: center;
}

.header__col {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
}

.header-city__dropdown.active .header-city__arrow {
    transform: rotate(-90deg);
}

.header-city__dropdown.active .header-city__drop-down-list {
    display: block;
}

.header-city__drop-down-list a {
    display: block;
    cursor: pointer;
}

.header-link {
    display: block;
    color: red;
    text-decoration-line: underline;
    text-decoration-width: 4px;
    text-decoration-color: #a792d7;
}

.header-purple-link {
    display: block;
    color: #a792d7;
    text-decoration: none;
    margin-top: 5px;
}

.header-purple-link:hover {
    color: #a792d7;
}

.header-phone-text {
    color: #000;
    font-size: 12px; /*18.01.21*/
    font-weight: normal;
}

.delivery-lagre-text {
    font-size: 15px;
    text-transform: uppercase;
}

.header .header-telephone {
    margin: 0;

}

.header .header-telephone .telephone-large {
    font-size: 24px;
    text-decoration: none;
}

.call-me {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
}

.call-me span:first-child {
    display: block;
    font-size: 12px; /*18.01.21*/
    color: #0e90d2;
    text-decoration: underline dashed;
    font-weight: normal;
    margin-right: 5px;
}

.call-me span:last-child {
    font-weight: normal;
    font-size: 12px; /*18.01.21*/
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    width: 70px;
    height: auto;
    box-sizing: border-box;
    display: block;
    margin: 0;
    background-color: transparent;
    color: #000;
}

.category-nav {
    position: relative;
}

.category-nav__item {
    position: relative;
}

.category-nav__arrow {
    display: none;
    position: absolute;
    top: -2px;
    right: -55px;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.category-nav__item:hover > .category-nav__arrow {
    display: block;
}

.category-nav__item.active:hover > .category-nav__arrow {
    display: none;
}

.category-nav__arrow > div {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    background-color: #fff;
    border: 2px solid #d2d1cf;
}

.category-sub-nav-wrap {
    display: none;
    padding: 0 0 0 20px;
    position: absolute;
    width: 100%;
    z-index: 3;
    top: -40px;
    left: 239px;
}

.active .category-sub-nav-wrap {
    display: block;
    position: static;
    padding: 0;
}

.category-sub-nav {
    background-color: #fff;
    padding: 10px;
    border: 2px solid #d2d1cf;
    box-sizing: border-box;
}

.active .category-sub-nav {
    background-color: transparent;
    border: none;
}

.category-nav__item:hover > .category-sub-nav-wrap {
    display: block;
}

.category-sub-nav__item {
    cursor: pointer;
    position: relative;
}

.category-sub-nav .category-sub-nav__item a {
    padding: 7px 20px 5px;
}

.active .category-sub-nav .category-sub-nav__item a {
    padding: 7px 20px 5px;
    background-color: #fff;
    position: relative;
}

.active .category-sub-nav .category-sub-nav__item.active > a {
    color: #f38c12;
}

.active .category-sub-sub-nav .category-sub-sub-nav__item.active > a {
    color: #f38c12;
}

.active .category-sub-nav .category-sub-nav__item > a:before {
    content: '-';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}

.active .category-sub-nav .category-sub-nav__item a:hover {
    color: #f38c12;
}

.category-sub-nav__item:hover a {
    background-color: #fff;
}

.category-sub-nav__item .category-sub-nav-wrap {
    padding: 0 0 0 30px;
}

.active .category-sub-nav__item .category-sub-nav-wrap {
    padding: 0;
}

.category-sub-sub-nav {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #d2d1cf;
    box-sizing: border-box;
    border-radius: 3px;
}

.active .category-sub-sub-nav {
    border: 0;
}

.category-sub-nav__item:hover .category-sub-nav-wrap {
    display: block;
    left: 215px;
    top: -15px;
}

.category-sub-nav__item:hover .category-nav__arrow {
    display: block;
    right: -66px;
    top: -7px;
}

.category-sub-nav__item:hover .category-nav__arrow > div {
    border-width: 1px;
}

.category-sub-sub-nav__item {
    cursor: pointer;
}

.category-sub-sub-nav__item:hover a {
    background-color: #fff;
    color: #f38c12;
}

.footer-telephone {
    display: block;
    text-decoration: none;
}

.footer-container .footer-telephone span {
    padding: 1px 0;
    color: #acacac;
    font-size: 15px;
    font-family: aGroticLt_normal;
    text-decoration: none;
}

.inform-block div h3 {
    margin-top: 10px;
}

.category__col {
}

.category__body-col {
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {

    .header {
        max-height: none;
    }

    .header__col {
        width: 50%;
        border: none;
        float: none;
    }

    .header-city {
        justify-content: center;
    }

    .header .header-delivery {
        margin-left: 30px;
    }

    .header .cart {
        float: none;
        margin-top: 20px;
    }

    .header .cart .header-cart {
        position: static;
    }

}

@media screen and (max-width: 480px) {

    .header__col {
        width: 100%;
    }

    .header__col:first-child {
        width: 50%;
    }

    .header__col:nth-child(2) {
        width: 50%;
    }

    .header .header-telephone {
        margin-top: 20px;
    }

    .header-purple-link {
        text-align: center;
    }

    .header-city {
        flex-direction: column;
    }

    .header .header-delivery {
        margin-left: 0;
    }

    .category-sub-nav-wrap {
        top: 38px;
        left: -20px;
    }

    .category-sub-nav__item:hover .category-sub-nav-wrap {
        left: -30px;
        top: 30px;
    }
    .menu-child__child svg{
        width: 15px;
        height: 15px;
    }
    .catalog-navigation{
        display: none;
    }
}
.wrapp-search:after, .wrapp-search:before{
    content: none!important
}

.delivery_icon .info .image1{
    background: url(/catalog/view/theme/default/images/dostavka/1.png) 0 0 no-repeat!important;
    width: 94px!important;
    height: 91px!important;
}
.delivery_icon a:hover .image1, .delivery_icon a.active .image1{
    background: url(/catalog/view/theme/default/images/dostavka/2.png) 0 0 no-repeat!important;
}
.delivery_icon .info .image2{
    background: url(/catalog/view/theme/default/images/dostavka/3.png) 0 0 no-repeat!important;
    width: 94px!important;
    height: 91px!important;
}
.delivery_icon a:hover .image2, .delivery_icon a.active .image2{
    background: url(/catalog/view/theme/default/images/dostavka/4.png) 0 0 no-repeat!important;
}
.delivery_icon .info .image3{
    background: url(/catalog/view/theme/default/images/dostavka/5.png) 0 0 no-repeat!important;
    width: 94px!important;
    height: 91px!important;
}
.delivery_icon a:hover .image3, .delivery_icon a.active .image3{
    background: url(/catalog/view/theme/default/images/dostavka/6.png) 0 0 no-repeat!important;
}
.delivery_icon .info .image4{
    background: url(/catalog/view/theme/default/images/dostavka/7.png) 0 0 no-repeat!important;
    width: 94px!important;
    height: 91px!important;
}
.delivery_icon a:hover .image4, .delivery_icon a.active .image4{
    background: url(/catalog/view/theme/default/images/dostavka/8.png) 0 0 no-repeat!important;
}
.delivery_icon{
    height: 115px!important;
}
.delivery_icon a:hover span, .delivery_icon a.active span{
    color: #a994da!important;
    text-decoration: none!important;
    font-weight: bold!important;
}
.delivery_icon .info{
    margin-left: 15px!important;
    margin-right: 15px!important;
}
.delivery_icon .info span{
    font-weight: bold!important;
    color: #6fa14c!important;
    font-size: 12px!important;
    text-transform: uppercase;
}
@media (max-width: 675px){
    .delivery_icon{
        width: 50%!important;
        margin-bottom: 20px!important;
    }
    .delivery_icon{
        height: 150px!important
    }
}