.navigation .nav-current-page {
    color: #DF0008;
    font-weight: bold;
}

.navigation .navigation-pages {
    display: flex;
}

.navigation .navigation-pages a {
    text-decoration: none;
}

.navigation .navigation-pages span,
.navigation .navigation-pages a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    font-size: 16px;
}

.header__personal-l {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header__top {
        position: relative;
        padding-bottom: 74px;
        border-bottom: none;
    }

    .header__top .search-form {
        width: 100%;
        max-width: 100%;
    }
}

.header__search {
    flex-grow: 1;
    margin-right: 1%;
}

@media screen and (max-width: 991px) {
    .header__search {
        padding: 14px;
        position: absolute;
        bottom: 0;
        left: -14px;
        width: calc(100% + 28px);
    }
}

@media screen and (max-width: 640px) {
    .header__search {
        border-top: 1px solid #F5F5F5;
    }
}

.header__phone {
    display: none;
}

@media screen and (max-width: 640px) {
    .header__phone {
        display: block;
        margin: 0 6px;
    }

    .header__phone svg {
        fill: #515461;
    }
}

.header__logo {
    width: 210px;
    min-width: 210px;
    margin-right: 25px;
}

@media screen and (max-width: 991px) {
    .header__logo {
        min-width: 196px;
        width: 196px;
    }
}

@media screen and (max-width: 640px) {
    .header__logo {
        min-width: 120px;
        width: 120px;
        flex-grow: 1;
    }
}

.slider-custom .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .slider-custom .slick-dots {
        max-width: 140px;
        overflow: hidden;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

.slider-custom .slick-dots li {
    border: 2px solid transparent;
    padding: 2px;
    border-radius: 50%;
    margin-right: 3px;
    cursor: pointer;
}

.slider-custom .slick-dots li button {
    background: #515461;
    opacity: .3;
    border-radius: 50%;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    display: block;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.slider-custom .slick-dots li.slick-active {
    border-color: #515461;
}

.slider-custom .slick-dots li.slick-active button {
    background: #515461;
    opacity: 1;
}

.slider-custom .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 48px;
    height: 48px;
    background: #515461;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    border: 0;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 20;
    opacity: .3;
}

@media screen and (max-width: 640px) {
    .slider-custom .slick-arrow {
        width: 36px;
        height: 36px;
    }
}

.slider-custom .slick-prev.slick-arrow {
    left: 0;
}

.slider-custom .slick-next.slick-next {
    right: 0;
}

.slider-custom .slick-arrow:hover {
    opacity: 1;
}

.slider-custom .slick-arrow svg path {
    transition: all 0.5s;
}

.slider-custom .slick-arrow:hover svg path {
    fill: #FFFFFF;
}

.breadcrumbs {
    font-size: 16px;
    line-height: 19px;
    margin-top: 30px;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .breadcrumbs {
        margin-top: 20px;
    }
}

.breadcrumbs > a {
    text-decoration: none;
}

.top-menu-banners__item-wr {
    display: none;
    color: #FFFFFF;
    width: min-content;
    min-width: min-content;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
}

.top-menu-banners__item-wr.active {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.top-menu-banners__item {
    width: 300px;
}

.top-menu-banners__item:not(:last-child) {
    margin-right: 20px;
}

.top-menu-banners__link {
    position: relative;
    display: block;
}

.top-menu-banners__cont {
    padding: 20px 26px;
    position: absolute;
    top: 0;
    color: #FFFFFF;
}

.top-menu-banners__img {
    margin-bottom: 10px;
}

.top-menu-banners__name {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
}

.top-menu-banners__new {
    width: 88px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #49D376;
}

.top-menu-banners__text._type-1 {
    margin-top: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.popup__title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.popup__title.is-center {
    text-align: center;
}

.popup .regFieldWrap {
    margin-top: 20px;
}

.popup .regFieldWrap.is-submit {
    margin-top: 30px;
}

.popup .regFieldTitle {
    text-align: left;
}

.popup__box.is-callback {
    text-align: center;
}

.popup__box.is-callback input[type="text"], .popup__box.is-callback input[type="password"] {
    width: 100%;
}

.popup__box.is-callback input[type="text"].is-error, .popup__box.is-callback input[type="password"].is-error {
    border-color: #DF0008;
}

.popup__box.is-callback-tnx {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
}

@media screen and (max-width: 991px) {
    .popup__box.is-callback-tnx {
        font-size: 16px;
    }
}

.mobile-menu-n {
    padding: 16px;
}

.mobile-menu-n__wrap {
    background: #F5F5F5;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 70px;
    z-index: 100;
    border-top: 1px solid #E1E1E1;
    left: -1000px;
    display: none;
}

.mobile-menu-n__wrap.active {
    left: 0;
}

@media screen and (max-width: 991px) {
    .mobile-menu-n__wrap {
        display: block;
    }
}

.mobile-menu-n__wrap .search-form {
    margin: 0 15px;
    width: calc(100% - 30px);
}

.mobile-menu-n__wrap .search-form input {
    background: #FFFFFF;
}

.mobile-menu-n__btn {
    background: #49D376;
    width: 148px;
    height: 48px;
    border-radius: 5px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-menu-n__btn .cmn-toggle-switch {
    width: 30px;
}

.mobile-menu-n__btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-n__btn-close > svg > rect {
    fill: #515461;
}

.mobile-menu-n__item {
    font-size: 16px;
}

.mobile-menu-n__item > a {
    padding: 12px 0;
    display: block;
    text-decoration: none;
}

.catalog-first-lvl ul li span {
    transform: rotate(180deg);
}

.catalog-menu-popup__btn-right {
    width: 30px;
    align-items: center;
    display: none;
}

.catalog-menu-popup__btn-right > svg {
    width: 18px;
}

.catalog-menu-popup__btn-right.is-active {
    display: flex;
}

.catalog-menu-popup__btn-close {
    display: none;
}

@media screen and (max-width: 991px) {
    .header__top.is-active {
        position: fixed;
        z-index: 1000;
        top: 0;
        background: #ffffff;
        left: 0;
        width: 100vw;
        padding: 15px 16px;
    }

    .header__top.is-active .header__search {
        opacity: 0;
        visibility: hidden;
    }

    .header__top.is-active .catalog-menu__btn {
        background: #FFFFFF;
        border: 1px solid #F5F5F5;
    }

    .catalog-menu-popup__title {
        flex-grow: 1;
    }

    .catalog-menu-popup__title-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 26px;
        width: 100%;
        height: 48px;
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #515461;
        background: #F5F5F5;
    }

    .catalog-menu-popup .catalog-first-lvl {
        width: 100%;
        min-width: 100%;
        position: relative;
        border-right: none;
    }

    .catalog-menu-popup .catalog-menu-popup-inner {
        transition: .3s;
    }

    .catalog-menu-popup .catalog-menu-popup-inner.is-left {
        transform: translateX(-100vw);
    }

    .catalog-menu-popup .catalog-first-lvl ul li span {
        width: 36px;
        margin-right: 0;
    }

    .catalog-menu-popup__btn-close {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .catalog-menu-popup__btn-close > svg > rect {
        fill: #515461;
    }
}

.container {
    padding: 0 14px;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}

.back-link {
    display: flex;
    align-items: center;
    margin: 24px 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-left: -8px;
}

.btn {
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
}

.btn.is-red {
    background: #DF0008;
    color: #FFFFFF;
}

.btn.is-red-tr {
    border: 1px solid #DF0008;
    color: #DF0008;
    background: transparent;
}

.btn.is-red-tr:hover {
    background: #DF0008;
    color: #FFFFFF;
}

.btn.is-white-tr {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent;
}

.btn.is-white-tr:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #515461;
}

.btn.is-yellow {
    background: #49d376;
}

.btn.is-select {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}

.btn.is-select:hover {
    border-color: #DF0008;
}

.page-title._type-1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

.page-title.is-red {
    color: #DF0008;
}

.delay-btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("/local/static/icons/1g_heart.svg") no-repeat;
}

.delay-btn.is-active {
    cursor: default;
    background: url("/local/static/icons/1g_heart_f.svg") no-repeat;
}

input.error-name, textarea.error-name {
    border-color: #DF0008;
}



.catalog-element-document{
display: block;
text-decoration: none;
padding: 5px;
flex: 0 0 25%;
max-width: 25%;
position: relative;
width: 100%;
min-height: 1px;
box-sizing: border-box;
cursor: pointer;
}
.catalog-element-document-wrapper{
background-color: #fff;
	display: block;
    position: relative;
    height: 100%;
    min-height: 100px;
    border: 1px solid #f1f3f5;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    transition-duration: 350ms;
    transition-property: box-shadow;
}
.catalog-element-document-wrapper:hover {
  box-shadow: 0 5px 10px rgba(64, 72, 80, 0.1);
}
.catalog-element-document-wrapper-2{
	margin: 25px 30px;
}
.catalog-element-document-name{
	display: block;
    color: #262928;
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.catalog-element-document-size{
	display: block;
    color: #888888;
	font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.catalog-element-document-extension{
	display: block;
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    color: #f5f5f5;
    top: auto;
    right: auto;
padding-left:10px;
bottom:5px;
    left: 0;
}