@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Roboto+Condensed:300,400,700);

.good-title-mobile {
    display: none
}

.wrapper-catalog {
    width: 100%
}

.accordeon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer
}

.accordeon__body {
    padding: 5px 0 0;
    display: none
}

.accordeon__triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.accordeon__triangle.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordeon__triangle-good {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.accordeon__triangle-good.open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) {
    .accordeon__head {
        font-size: 18px
    }
}

.bottom-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.bottom-line__container {
    min-height: 75px;
    background: #e3e5e8;
    padding: 10px 20px
}

.bottom-line__desc {
    margin-right: 45px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px
}

a.header_phone {
    font-size: 17px
}

@media screen and (min-width: 480px) {
    .bottom-line__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 480px) {
    .card-catalog__image {
        height: auto !important
    }

    .good-title {
        display: none
    }

    .good-title-mobile {
        display: block
    }

    .page-section_desktop {
        display: none !important
    }

    a.header_phone {
        font-size: 13px
    }
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs__link {
    position: relative;
    display: inline-block;
    border-bottom: none;
    vertical-align: top;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    cursor: pointer
}

.breadcrumbs__link:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 0 0 2px 4px;
    background-color: #000;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs__link:last-child {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs__link:last-child:after {
    display: none
}

.btn-link {
    border: none;
    border-bottom: 1px solid #e3e5e8;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-link:hover {
    border-color: transparent
}

.btn-outline {
    min-width: 117px;
    background-color: transparent;
    padding: 10px 25px;
    border: 1px solid #ff6723;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-outline:hover {
    background-color: #ff6723;
    color: #fff
}

.btn-outline:active {
    background-color: #ef4a00;
    border: 1px solid #ef4a00;
    color: #fff
}

.btn-primary {
    min-width: 117px;
    background-color: #ff6723;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-primary:hover {
    background-color: #ff8a56
}

.btn-primary:active {
    background-color: #ef4a00
}

.btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #ffe2d6;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    color: #ff6723;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-secondary__icon svg {
    width: 20px;
    height: 19px;
    margin-right: 10px
}

.btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn__triangle-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 3px;
    border-top: 5px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn__triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 5px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn[disabled] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: gray
}

.btn[disabled] .btn__triangle-left {
    border-right-color: gray
}

.btn[disabled] .btn__triangle-right {
    border-left-color: gray
}

.btn:hover .btn__triangle-left {
    border-right-color: #fff
}

.btn:hover .btn__triangle-right {
    border-left-color: #fff
}

.burger {
    display: inline-block
}

.burger__top, .burger__middle, .burger__bottom {
    display: block;
    width: 33px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: ease, .5s;
    -o-transition: ease, .5s;
    transition: ease, .5s
}

.burger__top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg)
}

.burger__middle {
    opacity: 0;
    margin: 5px 0
}

.burger__bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg)
}

.close .burger .burger__top {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    -ms-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
    -webkit-animation: stretch 2s ease-in-out 1s infinite;
    animation: stretch 2s ease-in-out 1s infinite
}

.close .burger .burger__middle {
    opacity: 1;
    -webkit-animation: stretch 2s ease-in-out 0s infinite;
    animation: stretch 2s ease-in-out 0s infinite
}

.close .burger .burger__bottom {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    -ms-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
    -webkit-animation: stretch 2s ease-in-out 1.5s infinite;
    animation: stretch 2s ease-in-out 1.5s infinite
}

@-webkit-keyframes stretch {
    0% {
        width: 33px
    }
    50% {
        width: 15px
    }
    100% {
        width: 33px
    }
}

@keyframes stretch {
    0% {
        width: 33px
    }
    50% {
        width: 15px
    }
    100% {
        width: 33px
    }
}

.call-feedback {
    z-index: 99;
    position: fixed;
    bottom: 10%;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #ff6723;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.call-feedback:hover {
    opacity: .8
}

@media screen and (min-width: 768px) {
    .call-feedback {
        bottom: calc(20% - 33px);
        right: 40px
    }
}

.card-catalog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 1px 2px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.card-catalog__btn {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: transparent;
    border: none;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    transition-delay: .3s
}

.card-catalog__icon {
    display: inline-block;
    width: 16px;
    height: 16px
}

.card-catalog__image {
    margin: 0 auto;
    max-height: 220px
}

.card-catalog__footer {
    padding: 20px
}

.card-catalog__title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 12px
}

.card-catalog__man {
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 12px
}

.card-catalog__title_old {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px
}

.card-catalog__title_old:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: red
}

.card-catalog__desc {
    margin-bottom: 15px;
    font-size: 11px;
    color: #585858
}

.card-catalog__price {
    margin-bottom: 10px;
    font-size: 16px
}

.card-catalog__submit {
    background-color: #fff;

}

@media screen and (min-width: 768px) {
    .card-catalog {
        display: block;

    }

    .card-catalog__body {
        position: relative;
        min-height: 150px
    }

    .card-catalog__submit {
        position: absolute;
        right: 0;
        bottom: -40px;
        left: 0;
        overflow: hidden;
        opacity: 0
    }

    .card-catalog__title {
        font-size: 12px
    }

    .card-catalog__man {
        font-size: 14px
    }

    .card-catalog__price {
        display: inline-block
    }

    .card-catalog__title_old {
        display: inline-block;
        margin-left: 15px
    }

    .card-catalog__desc {
        font-size: 12px
    }

    .card-catalog__footer {
        text-align: center
    }

    .card-catalog__btn {
        bottom: inherit;
        opacity: 0
    }

    .card-catalog__icon {
        width: 24px;
        height: 24px
    }

    .card-catalog:hover {
        z-index: 1;

    }

    .card-catalog:hover .card-catalog__submit {
        opacity: 1;
        padding-bottom: 25px;

    }

    .card-catalog:hover .card-catalog__btn {
        opacity: 1
    }

    .card-catalog:hover .card-catalog__btn:hover {
        opacity: .7
    }
}

.catalog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-box__item {
    width: 100%;
    padding: 15px 0
}

@media screen and (min-width: 480px) {
    .catalog-box {
        margin: 0 -5px
    }

    .catalog-box__item {
        width: 50%;
        padding: 15px 5px
    }
}

@media screen and (min-width: 768px) {
    .catalog-box__item {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media screen and (min-width: 1366px) {
    .catalog-box {
        margin: 0 -15px
    }

    .catalog-box__item {
        padding: 15px
    }
}

.category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px
}

.category-box__item {
    padding: 2px
}

@media screen and (min-width: 480px) {
    .category-box__item {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .category-box__item {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    background-color: #f4f3f3;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category:hover {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #dcd8d8
}

.category__title {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category__image {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category:hover .category__image {
    opacity: 1
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #000
}

[type=checkbox]:not(:checked) + label:before {
    border: 1px solid #868d95
}

[type=checkbox]:checked + label:before {
    border: 1px solid #ff6723
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
    content: '';
    background: #ff6723;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.contats-box {
    margin-bottom: 30px
}

.contats-box__item {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .contats-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .contats-box__item {
        margin-right: 115px
    }
}

.dialog {
    position: relative;
    width: 100%;
    max-width: 480px !important;
    background-color: #fff;
    padding: 30px 10px 15px !important;
    cursor: auto !important;
    box-shadow: 0 0 16px -2px #c1c5d8
}

.dialog__line {
    position: absolute;
    top: 5px;
    right: 7px;
    left: 7px;
    height: 6px;
    background-color: #737f8b
}

.dialog__content_center {
    text-align: center
}

.dialog__title {
    margin: 0 0 25px;
    padding: 0;
    font-size: 30px;
    color: #000
}

.dialog__logo {
    text-align: center
}

.dialog__logo-img {
    display: inline-block
}

.dialog .fancybox-close-small {
    top: 6px !important
}

@media screen and (min-width: 768px) {
    .dialog {
        padding: 30px 30px 15px !important
    }
}

.fancybox-bg {
    background-color: #fff !important
}

.favorites__head {
    display: none
}

.favorites__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.favorites__head, .favorites__footer {
    background-color: #e3e5e8
}

.favorites__head-item, .favorites__footer-item {
    padding: 15px 20px;
    font-size: 14px
}

.favorites__footer-item_center {
    text-align: center
}

.favorites__card {
    padding-bottom: 20px
}

.favorites__card-item {
    padding: 5px 0 5px 105px;
    font-size: 14px
}

.favorites__card-item_npl {
    padding-left: 0
}

.favorites__card-nw {
    white-space: nowrap
}

.favorites__card-title {
    margin-bottom: 10px;
    font-size: 14px
}

.favorites__card-title a {
    color: #000
}

.favorites__card-vendor {
    margin-bottom: 10px;
    font-size: 12px
}

.favorites__card-manufacturer {
    font-size: 14px
}

.favorites__card-price {
    font-size: 14px
}

.favorites__card-price + .favorites__card-desc {
    margin-top: 5px
}

.favorites__card-desc {
    font-size: 12px
}

.favorites__card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.favorites__card-box-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    margin-right: 30px
}

.favorites__card-count, .favorites__card-count-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #e3e5e8;
    text-align: center;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.js-change-qty {
    width: 40px
}

.favorites__card-count:first-child, .favorites__card-count-btn:first-child {
    margin-left: 0
}

.favorites__card-count:last-child, .favorites__card-count-btn:last-child {
    margin-right: 0
}

.favorites__card-count-btn:active {
    background-color: #ff6723;
    border-color: #ff6723;
    color: #fff
}

@media screen and (min-width: 768px) {
    .favorites {
        display: table;
        width: 100%;
        border-collapse: collapse
    }

    .favorites__head, .favorites__footer {
        display: table-row
    }

    .favorites__head-item, .favorites__footer-item {
        display: table-cell
    }

    .favorites__card {
        display: table-row;
        padding-bottom: 0;
        border-bottom: 1px solid #c1c5d8
    }

    .favorites__card_nb {
        border-bottom: none
    }

    .favorites__card-item {
        display: table-cell;
        padding: 15px 20px;
        vertical-align: middle
    }

    .favorites__card-item_npl {
        padding-left: 0
    }

    .favorites__card-box-img {
        width: auto
    }
}

.filters-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filters-panel__item {
    display: block;
    margin: 5px 0;
    font-size: 14px
}

.filters-panel__item:first-child {
    margin: 0
}

.filters-panel__item:last-child {
    margin-right: 0
}

.filters-panel__item:nth-child(2), .filters-panel__item:nth-child(3), .filters-panel__item:nth-child(5) {
    margin-right: 0
}

.filters-panel a:hover {
    border-color: #ff6723
}

@media screen and (min-width: 768px) {
    .filters-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .filters-panel__item {
        margin: 0 20px
    }
}

.filters-tags {
    padding-bottom: 10px
}

.filters-tags__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px 5px 10px;
    border: 1px solid #e3e5e8
}

.filters-tags__item svg {
    display: inline-block;
    width: 30px;
    fill: #c7cbd1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.filters-tags__item:hover {
    cursor: pointer
}

.filters-tags__item:hover svg {
    fill: #737d8c
}

.filters {
    display: none
}

.filters.open {
    display: block
}

.footer {
    background-color: #333232
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 0
}

.footer__nav-item {
    margin: 10px 0;
    text-align: center
}

.footer__link {
    border: none;
    font-size: 12px;
    color: #fff
}

.footer__link:hover {
    text-decoration: underline
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px
}

.footer__copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #8e9399;
    font-size: 12px
}

.footer__social-link {
    margin-right: 22px;
    border-bottom: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer__social-link:hover {
    opacity: .7
}

.footer__social-link:last-child {
    margin-right: 0
}

.footer__social-link-img {
    display: inline-block;
    width: 20px;
    height: 20px
}

.footer__info {
    margin-bottom: 20px
}

.footer__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #fff
}

.footer__design {
    margin-bottom: 15px;
    text-align: right
}

@media screen and (min-width: 1024px) {
    .footer__container {
        padding: 0 30px
    }

    .footer__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__nav-item {
        margin: 0 50px
    }

    .footer__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__copyright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        line-height: inherit
    }

    .footer__design {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .footer__link {
        font-size: 16px
    }

    .footer__info {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1366px) {
    .footer__container {
        padding: 0 40px
    }
}

.form-cart .form-control {
    color: #000
}

.form-control {
    width: 100%;
    max-width: 320px;
    height: 35px;
    padding: 0 18px;
    border: 1px solid #d9d9da;
    font-size: 14px;
    color: #000
}

.form-control::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control:focus::-webkit-input-placeholder {
    text-indent: 500px
}

.form-control:focus::-moz-placeholder {
    text-indent: 500px
}

.form-control:focus::-ms-input-placeholder {
    text-indent: 500px
}

.form-control:focus::placeholder {
    text-indent: 500px
}

.form-control_textarea {
    height: inherit;
    padding: 10px 18px
}

.form-control_textarea:focus::-webkit-input-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::-moz-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::-ms-input-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::placeholder {
    text-indent: 0
}

.error .form-control {
    border-color: red
}

.form-error {
    display: none;
    padding-top: 5px;
    font-size: 12px;
    color: red
}

.error .form-error {
    display: block
}

.form-group {
    margin-bottom: 15px
}

.form-group_flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-group_big-margin {
    margin-bottom: 25px
}

.form-group_small-margin {
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .form-group_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-group_right {
        text-align: right
    }

    .form-group__left {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 5px;
        width: 180px
    }

    .form-group__right {
        width: 100%
    }
}

.input-file-container {
    position: relative;
    width: 225px
}

.js .input-file-trigger {
    display: block;
    padding: 14px 0;
    background: 0 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.js .input-file-trigger-img {
    display: inline-block;
    width: 20px
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer
}

.js .input-file:hover + .input-file-trigger, .js .input-file:focus + .input-file-trigger, .js .input-file-trigger:hover, .js .input-file-trigger:focus {
    background: 0 0;
    color: #000
}

.file-return {
    margin: 0
}

.file-return:not(:empty) {
    margin: 1em 0
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: 700
}

.js .file-return:not(:empty):before {
    content: "Прикреплен файл: ";
    font-style: normal;
    font-weight: 400
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.form-lk {
    max-width: 500px
}

.header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#8e9399), to(#6d7a88));
    background: -webkit-linear-gradient(left, #8e9399, #6d7a88);
    background: -o-linear-gradient(left, #8e9399, #6d7a88);
    background: linear-gradient(to right, #8e9399, #6d7a88)
}

.header__container {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background: -webkit-gradient(linear, left top, right top, from(#8e9399), to(#6d7a88));
    background: -webkit-linear-gradient(left, #8e9399, #6d7a88);
    background: -o-linear-gradient(left, #8e9399, #6d7a88);
    background: linear-gradient(to right, #8e9399, #6d7a88)
}

.header__menu-btn {
    padding-top: 4px;
    cursor: pointer
}

.header__menu {
    position: fixed;
    top: -80px;
    right: 0;
    left: 0;
    opacity: 0;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
    background-color: #f4f3f3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__menu.open {
    top: 40px;
    opacity: 1;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto
}

.header__menu.open ~ .header__container .header__contacts {
    display: none
}

.header__menu.open ~ .header__container .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.header__menu.open ~ .header__container .header__desc {
    display: block;
    padding-right: 0
}

.header__menu-nav {
    padding: 30px 0
}

.header__menu-link {
    display: block;
    margin: 20px 0;
    color: #000;
    font-size: 18px
}

.header__menu-socials {
    padding: 0 0 30px
}

.header__login {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__login:hover .header__desc {
    opacity: .7
}

.header__link-box {
    display: none;
    margin-right: 50px
}

.header__social-link {
    margin-right: 22px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__social-link:hover {
    opacity: .7
}

.header__social-link:last-child {
    margin-right: 0
}

.header__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #fff
}

.header__icon_black {
    fill: #000
}

.header__tool {
    position: relative;
    margin: 0 10px;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 16px
}

.header__tool:last-child {
    margin-right: 0
}

.header__tool:hover {
    color: #333
}

.header__tool-img {
    display: inline-block;
    width: 20px;
    height: 20px
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto
}

.header__link {
    display: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__link:hover {
    opacity: .7
}

.header__whatsapp {
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__whatsapp:hover {
    opacity: .7
}

.header__whatsapp-desc {
    display: none
}

.header__desc {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.header__triangle {
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff
}

.header__popover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.header__popover-content {
    position: absolute;
    top: 10px;
    left: -20px;
    width: auto;
    padding-top: 7px;
    display: none;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.opacity {
    display: initial
}

.navbar__count-empty {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    width: 16px;
    height: 15px;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 10px
}

.header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    margin-top: 30px;
    border-bottom: 1px solid #c1c5d8
}

.header__search-control {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #000
}

.header__search-btn {
    background-color: transparent;
    border: none
}

.header__search-icon {
    width: 15px;
    height: 15px;
    fill: #828a93
}

.header a {
    border-bottom: 0;
    padding-bottom: 0
}

@media screen and (min-width: 1024px) {
    .header {
        position: relative
    }

    .header__container {
        padding: 0 30px
    }

    .header__login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__link-box {
        display: block
    }

    .header__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__link {
        display: block
    }

    .header__whatsapp-desc {
        display: inline-block
    }

    .header__menu-btn {
        display: none
    }

    .header__tool {
        display: none
    }
}

@media screen and (min-width: 1366px) {
    .header__container {
        padding: 0 40px
    }
}

.navbar {
    z-index: 10;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    margin-top: 40px;
    background-color: #fff
}

.navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.navbar__search {
    display: none
}

.navbar__logo {
    width: 100%;
    text-align: center
}

.navbar__logo-img {
    display: inline-block;
    max-width: 220px
}

.navbar__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    border-bottom: 1px solid #c1c5d8
}

.navbar__search-control {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #585858
}

.navbar__search-control::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control:focus::-webkit-input-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::-moz-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::-ms-input-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::placeholder {
    text-indent: 500px
}

.navbar__search-btn {
    background-color: transparent;
    border: none
}

.navbar__search-icon {
    width: 15px;
    height: 15px;
    fill: #828a93
}

.navbar__content {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.navbar__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0
}

.navbar__list-item {
    padding: 5px 20px
}

.navbar__link {
    padding: 0;
    border: none;
    font-size: 14px;
    color: #000
}

.navbar__link:hover {
    opacity: .8
}

.navbar__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px
}

.navbar__tool {
    position: relative;
    padding: 0;
    border: none;
    white-space: nowrap;
    color: #000;
    font-size: 16px
}

.navbar__tool:first-child {
    margin-right: 10px
}

.navbar__tool:last-child {
    margin-left: 20px
}

.navbar__tool:hover {
    color: #333
}

.navbar__tool:hover .navbar__icon {
    fill: #333
}

.navbar__icon {
    width: 18px;
    height: 18px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.navbar__count {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: #ff6723;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .navbar {
        position: -webkit-sticky;
        position: sticky;
        margin-top: 0
    }

    .navbar_shadow {
        -webkit-box-shadow: 0 0 16px -2px #d9d9da;
        box-shadow: 0 0 16px -2px #d9d9da
    }

    .navbar__container {
        padding: 0 30px
    }

    .navbar__search {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 360px
    }

    .navbar__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar__logo {
        display: none
    }
}

@media screen and (min-width: 1366px) {
    .navbar__container {
        padding: 0 40px
    }
}

.order-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 380px;
    margin-top: 50px
}

.order-status {
    margin-bottom: 20px
}

.order-status__desc {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 18px
}

.order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #e3e5e8
}

.order-total__item {
    font-size: 14px
}

.page-btn {
    margin: 20px 0
}

.page-btn_center {
    text-align: center
}

@media screen and (min-width: 768px) {
    .page-btn {
        margin: 40px 0
    }

    .page-btn_hide-sm {
        display: none
    }
}

.page-desc {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 14px
}

.page-desc_center {
    text-align: center
}

@media screen and (min-width: 768px) {
    .page-desc {
        font-size: 16px
    }
}

.page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 102px !important
}

.page-layout__left {
    display: none
}

.filter-side-mobile {
    display: none
}

.catalog-title-mobile {
    display: none
}

.cart-mobile {
    display: none
}

.cart-mobile .left {
    float: left
}

.filters-panel__item-child {
    display: inline-block;
    margin-right: 5px
}

.page-layout__right {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .page-layout {
        padding: 0 30px
    }

    .page-layout__left {
        display: block;
        margin-bottom: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 360px
    }

    .page-layout__right {
        max-width: calc(100% - 360px);
        margin-bottom: 50px
    }
}

@media screen and (max-width: 1024px) {
    .filter-side-mobile {
        display: block
    }

    .catalog-title-mobile {
        display: block
    }

    .cart-item {
        display: none
    }

    .cart-mobile {
        display: block
    }
}

@media screen and (min-width: 1366px) {
    .page-layout {
        padding: 0 40px
    }
}

.page-redactor h1 {
    margin: 50px 0 35px;
    font-size: 30px
}

.page-redactor p {
    max-width: 750px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px
}

.page-redactor a {
    border-bottom: 1px solid #ff6723;
    font-size: 14px
}

.page-redactor a:hover {
    border-color: transparent
}

.page-redactor li {
    font-size: 12px
}

.page-redactor ul {
    max-width: 750px;
    list-style: none;
    display: block;
    margin-top: 30px;
    padding-left: 0;
    color: #000
}

.page-redactor ol {
    max-width: 750px;
    counter-reset: number-counter;
    list-style: none;
    display: block;
    margin-top: 30px;
    padding-left: 0;
    font-size: 14px;
    color: #000
}

.page-redactor ol li {
    counter-increment: number-counter;
    margin: .25rem
}

.page-redactor ol li:after {
    display: none
}

.page-redactor ol li:before {
    content: counter(number-counter) ".";
    position: absolute;
    top: 0;
    left: -5px;
    color: #ff6723
}

.page-redactor li {
    position: relative;
    display: block;
    padding-left: 15px;
    padding-bottom: 8px;
    line-height: 1.5
}

.page-redactor li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff6723
}

@media (min-width: 768px) {
    .page-redactor li, .page-redactor p, .page-redactor a {
        font-size: 18px
    }

    .page-redactor li:after {
        top: 11px;
        width: 6px;
        height: 6px
    }
}

.page-section {
    margin: 50px 0
}

.page-section_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
    margin: 0;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85%
}

.page-section_banner h1 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100
}

.page-section_banner p {
    color: #828a93
}

.page-section_banner-small {
    height: 130px;
    background-position: left
}

.page-section_nmt {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .page-section_mobile {
        display: none
    }

    .page-section_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-subtitle {
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .page-subtitle {
        font-size: 18px
    }
}

.page-title {
    margin-bottom: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

@media screen and (min-width: 768px) {
    .page-title {
        text-align: center;
        font-size: 30px
    }

    .page-title_left {
        text-align: left
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.pagination__desc {
    font-size: 14px
}

.pagination__select {
    padding-left: 5px;
    border: none;
    font-size: 14px;
    cursor: pointer
}

.pagination__btn {
    margin: 20px 0
}

.pagination__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__counter {
    margin-right: 15px
}

.pagination__count-btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination__count-btn.active {
    color: #ff6723
}

.pagination__next-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: transparent;
    border: none;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination__next-btn:hover {
    color: #ff6723
}

.pagination__next-btn:hover .pagination__next-btn-triangle {
    border-color: transparent transparent transparent #ff6723
}

.pagination__next-btn-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media screen and (min-width: 768px) {
    .pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pagination__btn {
        margin: 0
    }
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__carousel {
    margin-bottom: 20px
}

.product__title {
    margin-bottom: 10px;
    font-size: 30px
}

.product__desc {
    margin-bottom: 5px;
    font-size: 14px
}

.product__desc_bmb {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.product__btn .btn:first-child {
    margin-right: 10px
}

.product .gallery-top {
    border: 1px solid #d1d4e2
}

.product .swiper-slide {
    text-align: center
}

.product .swiper-slide img {
    display: inline-block
}

.product .swiper-button-next, .product .swiper-button-prev {
    width: 20px;
    height: 40px;
    background-image: none;
    background-color: #e7e8ea
}

.product .swiper-button-next:after, .product .swiper-button-prev:after {
    content: '';
    z-index: 11;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.product .swiper-button-prev:after {
    border-right: 6px solid #000
}

.product .swiper-button-prev:hover:after {
    border-right-color: #ff6723
}

.product .swiper-button-next:after {
    border-left: 6px solid #000
}

.product .swiper-button-next:hover:after {
    border-left-color: #ff6723
}

.product .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.product .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: 1px solid #000;
    opacity: .3;
    cursor: pointer
}

.product .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    cursor: auto
}

@media screen and (min-width: 768px) {
    .product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .product__carousel {
        width: 50%;
        margin-bottom: 0
    }

    .product__content {
        margin-left: 60px
    }
}

.sidebar-content__logo {
    margin: 30px 0 50px
}

.sidebar-content__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer
}

.sidebar-content__back-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-top: 5px solid transparent;
    border-right: 8px solid #ff6723;
    border-bottom: 5px solid transparent
}

.sidebar-content__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    list-style: none
}

.sidebar-content__list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.sidebar-content__list-item {
    margin-bottom: 10px
}

.sidebar-content__list-item:last-child {
    margin-bottom: 0
}

.sidebar-content__link {
    border: none;
    color: #000;
    font-size: 14px
}

.sidebar-content__link:hover {
    color: #ff6723
}

.sidebar-content__control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px
}

.sidebar-content__control-group .form-control {
    padding: 0 10px;
    color: #000
}

.sidebar-content__control-group .form-control:last-child {
    margin-left: 10px
}

.swiper-catalog {
    padding-bottom: 70px !important
}

.swiper-catalog .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 11px !important
}

.swiper-catalog .swiper-pagination-bullet-active {
    background: #ff6723
}

.swiper-catalog .swiper-button-next, .swiper-catalog .swiper-button-prev {
    opacity: 1;
    width: 20px;
    height: 40px;
    background-image: none;
    background-color: #e7e8ea;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.swiper-catalog .swiper-button-next:after, .swiper-catalog .swiper-button-prev:after {
    content: '';
    z-index: 11;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.swiper-catalog:hover .swiper-button-next, .swiper-catalog:hover .swiper-button-prev {
    opacity: 1
}

.swiper-catalog .swiper-button-prev:after {
    border-right: 6px solid #000
}

.swiper-catalog .swiper-button-prev:hover:after {
    border-right-color: #ff6723
}

.swiper-catalog .swiper-button-next:after {
    border-left: 6px solid #000
}

.swiper-catalog .swiper-button-next:hover:after {
    border-left-color: #ff6723
}

.tab-content {
    display: none;
    padding: 0 35px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tab-content.current {
    display: inherit
}

.table-info__td {
    padding: 10px 0 10px 50px;
    font-size: 14px
}

.table-info__td:first-child {
    padding-left: 0
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 30px 0 35px;
    padding: 0 35px;
    border-bottom: 1px solid #d9d9da
}

.tabs__item {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #ff6723;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tabs__item.current {
    position: relative;
    border-color: #d9d9da;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.tabs__item.current:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #fff
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip:hover .tooltip__content {
    display: block
}

.tooltip__content {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    display: none;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px -2px #c1c5d8;
    box-shadow: 0 0 16px -2px #c1c5d8;
    white-space: nowrap;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.totop {
    z-index: 999;
    position: fixed;
    bottom: calc(10% + 110px);
    right: 10px;
    display: none;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    padding: 26px 23px;
    -webkit-box-shadow: 0 0 16px -2px #c1c5d8;
    box-shadow: 0 0 16px -2px #c1c5d8;
    cursor: pointer
}

.totop__triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ff6723
}

.order-shipping-js {
    display: none
}

.order-store-first-js {
    display: none
}

.js-show-more {
    margin-top: 35px
}

@media screen and (min-width: 768px) {
    .totop {
        bottom: calc(20% + 95px);
        right: 40px
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Arimo", sans-serif
}

body.sidebar-open {
    overflow: hidden
}

.hide {
    display: none !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*:focus {
    outline: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #ff6723;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

p {
    margin: 0
}

.main-catalog ul li {
    padding-left: 15px
}

.product__title {
    font-weight: 500
}

.ruble-sign {
    font-family: 'Roboto Condensed', sans-serif
}

.login-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.div-link {
    display: inline-block;
    cursor: pointer;
    color: #ff6723
}

.cart-image img {
    width: 100px;
    margin-right: 10px
}

.login-wrapper #login {
    margin: 150px auto
}