
.main-header .main-menu-nav {
    float: left
}

.main-menu-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row
}

.main-header .main-menu-search {
    margin-left: 20px
}

.main-header .main-menu-care {
    height: 28px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto
}

.main-header .main-menu-cart {
    margin-left: 20px
}

@media only screen and (max-width: 1024px) {
    .main-header .main-menu-cart {
        margin-left:0
    }
}

@media only screen and (max-width: 992px) {
    .main-header .main-menu-search {
        display:none
    }
}

.scroll-menu {
    display: none;
    top: 0;
    height: 40px;
    background-color: #222;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 9999
}

.top-line-wrap {
    color: #fff;
    font-size: 13px
}

.scroll-menu .top-line-logo {
    float: left;
    display: block;
    height: 25px;
    margin-top: 5px
}

.scroll-menu .top-line-logo img {
    max-height: 100%
}

.scroll-menu .top-links-l-side {
    text-align: left;
    float: left;
    margin: 0 0 0 40px
}

.scroll-menu .top-links-l-side {
    margin-top: 12px;
    line-height: 13px
}

@media only screen and (max-width: 640px) {
    .small-cart-link {
        margin-top:0px
    }

    .scroll-menu .top-links-l-side {
        display: none
    }
}

.scroll-menu .top-links-l-side .item {
    display: inline-block;
    padding: 0 13px 0 0;
    color: #fff;
    font-size: 13px;
    line-height: 13px
}

.scroll-menu .top-links-l-side .item:hover {
    text-decoration: none
}

.scroll-menu .top-links-l-side .item:hover span {
    text-decoration: underline
}

.scroll-menu .top-links-l-side .item::before {
    content: "|";
    display: inline-block;
    padding-right: 13px;
    color: #fff
}

.scroll-menu .phone {
    color: white;
    display: inline;
    font-family: LatoSemibold;
    display: block;
    margin-top: 7px;
    float: right;
    margin-right: 50px
}

.scroll-menu .phone:hover {
    text-decoration: none
}

.scroll-menu .phone b {
    color: #fff;
    font-family: LatoBold;
    font-weight: normal
}

@media only screen and (max-width: 768px) {
    .scroll-menu .phone {
        margin-right:20px
    }
}

@media only screen and (max-width: 450px) {
    .scroll-menu .phone {
        display:none
    }
}

.scroll-menu .cart-count-sign {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    line-height: 15px;
    font-size: 10px;
    top: -7px
}

.scroll-menu .top-work-time {
    text-align: center
}

.scroll-menu .top-work-time span.work-time {
    display: inline-block
}

.scroll-menu .top-work-time span.work-time i {
    margin-right: 10px
}

.scroll-menu .small-cart-link {
    float: right;
    position: relative;
    margin: 10px 12px 0 0
}

.scroll-menu .small-cart-link svg {
    fill: #fff
}
@media only screen and (max-width: 768px) {
    .bot-line-wrap{
        display: none
    }
    .scroll-menu {
        display: block
    }
}

@media only screen and (max-width: 450px) {
    .scroll-menu .clearfix {
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center
    }

    .scroll-menu .clearfix::before, .scroll-menu .clearfix::after {
        display: none
    }

    .scroll-menu .top-line-logo, .scroll-menu .top-menu-toggle-2 {
        float: none;
        margin: 0;
        line-height: normal
    }

    .scroll-menu .small-cart-link {
        float: none;
        margin: 0px 0 0 0;
        display: block;
        line-height: normal
    }
}

.megamenu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: static;
    left: auto;
    top: auto;
    font-family: 'Lato',sans-serif
}

.megamenu>li {
    display: inline-block;
    border-top: none;
    position: static;
    line-height: inherit;
    padding-left: 0;
}
.megamenu li:before {
    display:none
}

.megamenu > li:hover a:before, .megamenu > li.active a:before {
    opacity: 1
}

.megamenu > li:hover a {
    text-decoration: none
}

.megamenu > li:hover .megamenu__submenu {
    animation-duration: 500ms;
    display: block;
    top: auto;
    opacity: 1;
    z-index: 10;
    visibility: visible;
    animation-name: fadeInDown;
    font-size: 14px;
    line-height: 1.4;
}

.megamenu>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin: 0 24px;
    transition: color 400ms;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-transform: uppercase;
    letter-spacing: 0
}

.megamenu>li>a:before {
    opacity: 0;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #E22416;
    transition: .3s
}

.megamenu>li>a:after {
    position: absolute;
    content: '';
    top: 15px;
    right: -24px;
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.3)
}

.megamenu>li:last-child>a:after {
    display: none
}

.megamenu>li:first-child>a {
    padding-left: 32px;
    background-image: url("/assets/img/megamenu/catalog.svg");
    background-size: 17px 17px;
    background-position: left center;
    background-repeat: no-repeat
}

.megamenu__submenu {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left;
    right: auto;
    padding: 0;
    margin: 0;
    border: none;
    line-height: 0;
    display: none;
    font-size: 0;
    width: 100vw;
    max-width: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 20px 40px #0000000d;
}

.megamenu__vertical-tabs-content {
    flex: 1 1 auto
}

.megamenu__vertical-tabs-nav {
    margin: 30px 0;
    padding: 10px 0;
    border-right: 1px solid #D7D7D7;
    ;position: relative;
    flex: 0 0 286px
}

.megamenu__vertical-tabs-nav:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 500px
}

.megamenu__vertical-tabs {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.megamenu__vertical-tab-group {
    margin-bottom: 24px
}

.megamenu__vertical-tab-group-name {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: #E22416;
    display: block;
    margin-left: 17px;
    margin-bottom: 20px
}

.megamenu__vertical-tab-group-name:hover {
    color: #d62d06;
    text-decoration: none
}

.megamenu__tab-btns {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -1px
}

.megamenu__tab-btns li {
    margin-right: 15px;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    padding-left: 17px
}

.megamenu__tab-btns li.active {
    background: #F7F7F7
}

.megamenu__tab-btns li a {
    position: relative;
    width: 100%;
    display: flex;
    padding: 20px 14px;
    color: #222;
    border: 1px transparent solid;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s
}

.megamenu__tab-btns li.active a:after {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    content: '';
    height: 7px;
    width: 7px;
    border-right: 1px #222 solid;
    border-top: 1px #222 solid;
    transform: rotate(45deg)
}

.megamenu__tab-pane {
    width: 854px;
    flex: 0 0 calc(100% - 296px)
}

.mm-pane {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding: 40px 0 40px 40px
}

.mm-pane__photo {
    flex: 0 0 250px;
    padding-left: 24px
}

.mm-pane__photo img {
    display: block;
    width: 100%
}

.mm-pane__content {
    flex: 1 1 auto
}

.mm-tiles {
    display: flex;
    padding: 18px 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
}

.mm-tiles li {
    flex: 0 0 25%;
    width: 25%;
    padding: 14px
}

.mm-tiles li a {
    font-size: 16px;
    font-weight: bold;
    color: #d62d06;
    display: block
}

.mm-pane-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px
}

.mm-pane-menu>li {
    display: block;
    padding: 0 15px 25px 15px;
    flex: 0 0 50%
}

.mm-pane-menu>li>a {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    text-transform: uppercase;
    color: #E22416;
    display: block;
    text-decoration: none
}

.mm-pane-menu>li>ul {
    padding: 0;
    list-style: none;
    padding-left: 18px;
    margin-top: 12px
}

.mm-pane-menu > li > ul li {
    position: relative
}

.mm-pane-menu > li > ul li:before {
    content: '';
    display: block;
    height: 2px;
    width: 6px;
    background: #333;
    position: absolute;
    left: -16px;
    top: 8px
}

.mm-pane-menu>li>dl {
    display: block;
    padding: 0;
    margin: 20px 0
}

.mm-pane-menu > li > dl dt {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #929292
}

.mm-pane-menu > li > dl dt:before {
    content: '';
    display: block;
    margin-bottom: 10px
}

.mm-pane-menu > li > dl dd {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-bottom: 18px
}

.mm-pane-menu > li > dl dd a {
    position: relative;
    display: block;
    padding-left: 18px;
    padding-top: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #222;
    white-space: nowrap;
    transition: .7s
}

.mm-pane-menu > li > dl dd a:before {
    position: absolute;
    content: '';
    top: 19px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #D62D06
}

.mm-pane-menu > li > dl dd a:hover {
    color: #E22416
}

.megamenu>li.item-easy {
    position: relative;
}

.megamenu__submenu.simple {
    width: auto;
    max-width: none;
}

.megamenu__submenu.simple .mm-tiles {
    display: block;
    min-width: 134px;
    width: max-content;
    padding: 5px 0 14px;
    margin: 0;
}

.megamenu__submenu.simple .mm-tiles li {
    width: 100%;
    flex: 100%;
    padding: 14px 25px;
}

.megamenu__submenu.simple .mm-tiles li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #222;
    transition: .3s
}

.megamenu__submenu.simple .mm-tiles li a:hover {
    color: #E22416
}

.megamenu__submenu.complete .service-img {
    height: 40px
}

.megamenu__submenu.complete .mm-tiles {
    padding: 20px 0
}

.megamenu__submenu.complete .mm-tiles li {
    padding: 20px 14px
}

.megamenu__submenu.complete .mm-tiles li a {
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    text-transform: uppercase;
    color: #E22416;
    margin: 20px 0 15px
}

.megamenu__submenu.complete .descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #929292
}

.catalog-icon {
    width: 26px
}

.mm-pane-menu > li > dl dd .sub-link a {
    position: initial;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #222;
    margin: 0 0 0 2px
}

.mm-pane-menu > li > dl dd .sub-link a:before {
    display: none
}

.mm-pane.complex {
    position: relative
}

.mm-pane.complex .mm-pane-menu>li {
    flex: 0 0 33%
}

.mm-pane.complex .mm-pane-menu>li:first-child {
    flex: 0 0 100%
}

.mm-pane.complex .mm-pane-menu>li>dl {
    display: flex;
    margin: 5px 0
}

.mm-pane.complex .mm-pane-menu > li > dl dd {
    flex: 33% 0;
    margin-bottom: 0
}

.mm-pane.complex .mm-pane__photo {
    position: absolute;
    right: 0
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0,-10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        transform: none
    }

    to {
        opacity: 0;
        transform: translate3d(0, -10px, 0)
    }
}

@media (max-width: 1200px) {
    .megamenu>li>a {
        padding:18px 2px;
        font-size: 11px;
        line-height: 24px;
        margin: 0 12px!important
    }

    .megamenu>li>a:after {
        right: -18px
    }

    .main-header .bot-line-wrap {
        margin-top: 5px
    }

    .megamenu__tab-pane {
        width: 654px
    }
}


.bot-line-wrap {
    background: #333;
}

.bot-line-wrap .container {
    max-width: 1160px;
    width: 100%;
    padding: 0px 50px;
    margin: 0 auto
}

@media (max-width: 900px) {
    .bot-line-wrap .container {
        padding: 0 30px!important;
    }
}