/*
.category-menu-wrapper.scroll-to {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
    height: auto;
    background: #454a8c;

}
.category-menu-wrapper{
    margin-top: 15px;
    background: #fff;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}
.category-menu-wrapper.scroll-to .category-menu {
    background: #454a8c;
    height: 48px;
}

.category-menu-wrapper.scroll-to .category-menu .category-menu__item .category-menu__item-icon {
    display: none
}

.category-menu-wrapper.scroll-to .category-menu__item-title > h4 {
    color: #fff
}

.category-menu-wrapper.scroll-to .category-menu .category-menu__list {
    top: 48px;
}

.category-menu .category-menu__list .last {
    clear: both;
    padding: 10px 0 10px;
    text-align: center
}

.category-menu .category-menu__item.akcii .category-menu__item-title > h4 {
}



.category-menu {
    background-size: 100%;
    height: 115px;
    width: 100%;
    position: relative;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.category-menu .category-menu__item:first-child{
}
.category-menu .category-menu__item:last-child{
}

.category-menu__item {
    text-align: center;
    cursor: pointer;
    display: table-cell;
    width: 1%;
    float: none;
    height: 115px;
    vertical-align: top;
}

.category-menu .category-menu__item.akcii {
    float: right;
}

.category-menu .category-menu__item.akcii .category-menu__item-icon {
    background: #fff;
    height: 111px;
    border-right: 3px solid #393d73;
    border-top: 3px solid #393d73
}

.catalog-active .category-menu__item-title{
    z-index: 10002;
    border-radius: 50% 50% 0 0;
}


.catalog-active .category-menu__item-title::before, .catalog-active .category-menu__item-title::after {
    content: '';
    position: absolute;
    left: 45%;
    bottom: -22px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ddd;
}
.catalog-active .category-menu__item-title::after {
    border-bottom: 10px solid white;
    bottom: -24px;
}


.category-menu__item-title {
    font-size: 14px;
    line-height: 18px;
    transition: none;
    text-align: center;
    height: 100px;
    padding: 15px 5px 0;
    position: relative;
    display: block;
    color: #333333;
}

.category-menu__item_m {
    display: none;
}

.category-menu__item-title > h4 {
    height: 50px;
    padding: 10px 0 10px;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.category-menu .category-menu__item:hover, .category-menu .category-menu__item.catalog-active {
}

.category-menu__item-icon {
    height: 40px;
    width: 60px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.category-menu .category-menu__item:hover .category-menu__item-icon, .category-menu .category-menu__item.catalog-active .category-menu__item-icon {
}

.category-menu .category-menu__item .category-menu__item-icon > span {
    display: inline-block;
    vertical-align: middle;
}

.category-menu .category-menu__list {
    text-align: left;
    display: none;
    position: absolute;
    left: 0;
    padding: 20px 0;
    width: 100%;
    background: #fff;
    z-index: 10002;
    margin-top: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px 1px rgba(220,220,220,0.5);
    box-shadow: 0 1px 5px 1px rgba(220,220,220,0.5);
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border: 2px solid #dddddd;
}

.category-menu > li.catalog-active .category-menu__list {
    display: block;
}

.category-menu .category-menu__list .category-menu__list-col {
    float: left;
    width: 33.33%;
}

.category-menu .category-menu__list .category-menu__list-col.col2 {
    width: 50%;
    text-align: center;
}

.category-menu .category-menu__list .category-menu__list-col.col2 > a {
    display: inline-block;
    border: 2px solid #454a8c;
    box-shadow: 0 0 10px 0 #000000
}

.category-menu .category-menu__list .category-menu__list-col.col2 > a:hover {
    border-color: #b11116;
    opacity: 0.5
}

.category-menu .category-menu__list .category-menu__list-col.col2 > a > img {
    max-width: 100%
}

.category-menu .category-menu__list .category-menu__list-col .category-title {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    line-height: 20px;
    text-decoration: none;
    display: block;
    padding: 0 0 15px 0px;
    margin-left: 20px;
    margin-right: 60px;
    border-bottom: 2px solid #00d2ff;
    cursor: pointer;
    margin-bottom: 25px;
}

.category-menu .category-menu__list .category-menu__list-col .category-title:hover, .category-menu .category-menu__list .category-menu__list-col a.active {
    color: #454a8c;
}

.category-menu .category-menu__list .category-menu__list-col .category-menu__sub-menu {
    list-style-type: square;
}

.category-menu .category-menu__list .category-menu__list-col .category-menu__sub-menu a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    padding: 2px 0 2px 20px;
    cursor: pointer;
    display: block;
}

.category-menu .category-menu__list .category-menu__list-col .category-menu__sub-menu a:hover, .category-menu .category-menu__list .category-menu__list-col .category-menu__sub-menu a.active {
    color: #000;
    text-decoration: none;
    transition: none;
    background: url(/img/index/bg_cat_left.png) no-repeat 5px 3px;
}


@media only screen and (max-width: 479px) {
    .category-menu .category-menu__item.akcii .category-menu__item-title > h4 {
        font-size: 20px;
        font-weight: bold;
        padding: 15px 0
    }
}

@media (max-width: 768px) {
    .category-menu .category-menu__item {
        width: 50%;
        float: left;

    }
}

@media (max-width: 991px) and (min-width: 768px){
    .category-menu .category-menu__item {
        width: 33.3%;
        float: left;

    }
}*/


.top-block {
    display: none;
}

.top-block.home_folder {
    display: block;
}

@media (max-width: 767px) {
    .top-block {
        background: #fff;
        padding: 0 0 10px;
    }
}

.top-block__inner {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.top-block__left {
    position: relative;
    z-index: 3;
    width: 322px;
    margin-right: 30px;
}

@media (max-width: 1260px) {
    .top-block__left {
        display: none;
    }
}

.top-block__right {
    width: calc(100% - 328px - 30px);
}

@media (max-width: 1260px) {
    .top-block__right {
        width: 100%;
    }
}

.top-block__heading {
    height: 60px;
}

.desktop-folders {
    position: absolute;
    left: 0;
    top: 0;
    width: 327px;
    background: rgba(0,165,94,1);
    min-height: 593px;
    transition: box-shadow 0.18s linear;
    padding-bottom: 40px;
}

.desktop-folders.active {
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05);
}

.desktop-folders .site-folders {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
}

.desktop-folders.inner_page.opened {
    border-radius: 0;
}

.desktop-folders.inner_page .desktop-folders__body.active {
    opacity: 1;
    visibility: visible;
}

.desktop-folders__title {
    padding: 40px 40px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: rgba(248,231,27,1);
}

.desktop-folders__title svg {
    width: 16px;
    height: 14px;
    fill: rgba(248,231,27,1);
}

.desktop-folders .more-folders {
    margin: 0 40px;
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    background-color: rgba(248,231,27,1);
    padding: 14px 20px;
    color: #fff;
}

.desktop-folders .more-folders.active:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2014%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.000%2C16.000%20L8.000%2C3.414%20L12.303%2C7.718%20C12.693%2C8.108%2013.327%2C8.108%2013.717%2C7.718%20C14.108%2C7.327%2014.108%2C6.694%2013.717%2C6.304%20L7.758%2C0.345%20C7.742%2C0.326%207.735%2C0.301%207.717%2C0.283%20C7.519%2C0.085%207.259%2C-0.011%207.000%2C-0.008%20C6.740%2C-0.011%206.480%2C0.085%206.282%2C0.283%20C6.264%2C0.301%206.258%2C0.326%206.241%2C0.345%20L0.282%2C6.304%20C-0.109%2C6.694%20-0.109%2C7.327%200.282%2C7.718%20C0.673%2C8.108%201.306%2C8.108%201.696%2C7.718%20L6.000%2C3.414%20L6.000%2C16.000%20C6.000%2C16.552%206.447%2C17.000%207.000%2C17.000%20C7.552%2C17.000%208.000%2C16.552%208.000%2C16.000%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}

.desktop-folders .site-folders {
    padding: 18px 0 75px;
}

.desktop-folders .site-folders.active {
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05);
}

.desktop-folders .site-folders .parentItem {
    display: none;
}

.desktop-folders .site-folders > li {
    position: relative;
}

.desktop-folders .site-folders > li.hide_item {
    display: none;
}

.desktop-folders .site-folders > li.has > a:before {
    position: absolute;
    top: 50%;
    right: 45px;
    width: 7px;
    height: 13px;
    content: '';
    margin-top: -6.5px;
    transition: all 0.18s linear;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%221%22%20fill%3D%22%23fff%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    opacity: 0.5;
}

.desktop-folders .site-folders > li.has > a.active:before {
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}

.desktop-folders .site-folders > li:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 40px;
    right: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.desktop-folders .site-folders > li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.desktop-folders .site-folders > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    display: block;
    padding: 16px 60px 17px 40px;
    text-decoration: none;
    transition: color 0.18s linear;
    position: relative;
}

.desktop-folders .site-folders > li > a:hover, .desktop-folders .site-folders > li > a.active {
    color: var(--mainColor3);
}

.desktop-folders .site-folders > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 322px;
    background: #fff;
    margin-left: 30px;
    padding: 30px 0;
    margin-top: -30px;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05);
    display: none;
    list-style: none;
}

.desktop-folders .site-folders > li ul:before {
    position: absolute;
    right: 100%;
    top: 48px;
    content: '';
    border-left: none;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.desktop-folders .site-folders > li ul:after {
    content: "";
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 30px;
    top: 0;
    bottom: 0;
    left: -30px;
}

.desktop-folders .site-folders > li ul li {
    position: relative;
}

.desktop-folders .site-folders > li ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.desktop-folders .site-folders > li ul li:last-child:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 30px;
    right: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.desktop-folders .site-folders > li ul li.has > a:before {
    position: absolute;
    top: 50%;
    right: 45px;
    width: 7px;
    height: 13px;
    content: '';
    margin-top: -6.5px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.102%22%20fill%3D%22%23FFCD1C%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}

.desktop-folders .site-folders > li ul li.has > a.active:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22functionvarlist%2C--mainColor1%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
}

.desktop-folders .site-folders > li ul li a {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    display: block;
    text-decoration: none;
    padding: 16px 30px 17px;
}

.desktop-folders .site-folders > li ul li a:hover, .desktop-folders .site-folders > li ul li a.active {
    color: var(--mainColor1);
}

@media (max-width: 1023px) {
    .desktop-folders__wrap {
        display: none;
    }
}

.desktop-folders__wrap .desktop-folders {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    min-height: auto;
    height: auto;
    padding-bottom: 0;
    margin-right: 20px;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .desktop-folders {
        width: 287px;
    }
}

.desktop-folders__wrap .desktop-folders__title {
    padding: 13px 40px 13px 40px;
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .desktop-folders__title {
        padding: 13px 20px 13px 20px;
        font-size: 22px;
    }
}

.desktop-folders__wrap .desktop-folders__body {
    transform: scaleY(0);
    transition: transform 0.4s;
    transform-origin: top;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--mainColor1);
    z-index: 111;
    width: 327px;
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .desktop-folders__body {
        width: 287px;
    }
}

.desktop-folders__wrap .desktop-folders__body.active {
    transform: scaleY(1);
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .site-folders {
        padding-top: 0;
    }
}

.desktop-folders__wrap .site-folders > li.hide_item {
    display: block;
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .site-folders > li > a {
        padding: 16px 55px 17px 20px;
    }
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .desktop-folders .site-folders > li:before {
        left: 20px;
        right: 20px;
    }
}

@media (max-width: 1024px) {
    .desktop-folders__wrap .desktop-folders .site-folders > li.has > a:before {
        right: 25px;
    }
}

.desktop-folders__wrap .menu-default {
    padding-bottom: 30px;
}

.desktop-folders__wrap .more-folders {
    display: none;
}
