@charset "UTF-8";

@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 800;
    src: local("Geometria"), url(../fonts/Geometria/Geometria-Heavy.woff) format("woff2")
}

@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 700;
    src: local("Geometria"), url(../fonts/Geometria/Geometria-Bold.woff) format("woff2")
}

@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 500;
    src: local("Geometria"), url(../fonts/Geometria/Geometria-Medium.woff) format("woff2")
}

@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 400;
    src: local("Geometria"), url(../fonts/Geometria/Geometria.woff) format("woff2")
}

@font-face {
    font-family: Geometria;
    font-style: normal;
    font-weight: 200;
    src: local("Geometria"), url(../fonts/Geometria/Geometria-Light.woff) format("woff2")
}

::-webkit-input-placeholder {
    color: #666
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: orange;
    color: #fff
}

::selection {
    background-color: orange;
    color: #fff
}

input,
textarea {
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

body {
    font-family: Geometria, sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #000
}

* {
    padding: 0;
    margin: 0
}

.container {
    max-width: 1110px;
    padding: 0 15px;
    margin: 0 auto
}

.seo {
    font-family: Geometria, sans-serif;
    font-size: 14px;
    border-top: 2px solid #ff5a00;
    padding-top: 23px;
    padding-bottom: 40px
}

@media all and (max-width:767px) {
    .seo {
        display: none
    }
}

.seo p {
    font-family: Geometria, sans-serif;
    font-weight: 200;
    margin-bottom: 10px
}

.seo b {
    font-weight: 500
}

button {
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0
}

img {
    height: auto;
    max-width: 100%
}

.header__top {
    padding-top: 35px;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px
}

.header__top .btn-group {
    margin-left: auto
}

.header__top .btn-group .btn {
    text-decoration: none;
    padding: 10px 21px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 1.2;
    font-family: Geometria, sans-serif;
    font-weight: 500;
    color: #1c1b17;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #000
}

.header__top .btn-group .btn:first-child {
    margin-right: 12px
}

.header__top .btn-group .btn:hover {
    color: #ff5a00;
    border: 1px solid #ff5a00
}

.header__top .btn-group .btn-register .ic {
    display: none
}

@media all and (max-width:991px) {
    .btn-group {
        display: none
    }
}

@media all and (max-width:991px) {
    .language-switcher {
        display: block
    }
}

.header__middle {
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__middle .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%
}

.header__middle .form-search {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%
}

.header__middle .form-search .form-control {
    width: 100%
}

.header__middle .btn-group {
    margin-left: auto
}

.header__middle .btn-group .link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    margin-right: 20px
}

.header__middle .btn-group .link:last-child {
    margin-right: 0
}

.header__middle .btn-group .link .ic {
    color: #000;
    font-size: 18px
}

.header__middle .btn-group .link .text {
    display: none
}

.header__middle .btn-group .link:hover .counter {
    background: #fff;
    color: #ff5a00;
    font-weight: 600
}

@media all and (max-width:575px) {
    .header__middle .btn-group .link .ic {
        font-size: 14px
    }
}

.header__middle .btn-group .counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    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;
    font-size: 12px;
    background-color: #ff5a00;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid #ff5a00;
    -webkit-transform: translate(15px, -5px);
    -ms-transform: translate(15px, -5px);
    transform: translate(15px, -5px)
}

@media all and (max-width:991px) {
    .header__middle {
        padding: 13px 0;
        margin-bottom: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header__middle .burger-mobile {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px;
        height: 40px
    }

    .header__middle .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%
    }

    .header__middle .form-search {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .header__middle .btn-group {
        margin-left: 0;
        text-align: center;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }
}

@media all and (max-width:767px) {
    .header__middle .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .header__middle .form-search {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.header__bottom {
    margin-bottom: 40px
}

@media all and (max-width:991px) {
    .header__bottom {
        display: none
    }
}

.header__nav-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 34px
}

.header__nav-item {
    list-style-type: none;
    margin-right: 35px
}

.header__nav-item:last-child {
    margin-right: 0
}

.header__nav-link {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 12px 0;
    font-family: Geometria, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 2px;
    background-color: #ff5a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__nav-link:hover:after {
    left: 0;
    right: 0
}

.header__btn-link {
    position: relative
}

.header__btn-link object {
    pointer-events: none
}

.header__btn-link .counter {
    position: absolute;
    top: 0;
    right: 0
}

.header__catalog-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__catalog-item {
    max-width: 65px;
    list-style-type: none;
    margin-right: 30px
}

.header__catalog-item:last-child {
    margin-right: 34px;
    margin-left: auto
}

.header__catalog-item:last-child .header__catalog-img {
    background-color: #ff5a00
}

.header__catalog-item:last-child .header__catalog-img img {
    width: 30px;
    height: 30px
}

.header__catalog-item:last-child .header__catalog-title {
    font-weight: 600;
    letter-spacing: 3px
}

@media all and (max-width:1199px) {
    .header__catalog-item {
        max-width: 55px
    }
}

.header__catalog-link {
    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;
    text-decoration: none
}

.header__catalog-link:hover .header__catalog-img {
    border: 1px solid #ff5a00
}

.header__catalog-link:hover .header__catalog-title {
    color: #ff5a00
}

.header__catalog-img {
    margin-bottom: 11px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #ececec;
    border: 1px solid transparent;
    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-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}

.header__catalog-img object {
    pointer-events: none
}

.header__catalog-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain
}

@media all and (max-width:1199px) {
    .header__catalog-img {
        width: 55px;
        height: 55px
    }

    .header__catalog-img object {
        width: 35px;
        height: 35px
    }
}

@media all and (max-width:991px) {
    .header__catalog-img img {
        width: 40px;
        height: 40px
    }
}

@media all and (max-width:575px) {
    .header__catalog-img img {
        width: 30px;
        height: 30px
    }
}

.header__catalog-title {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 12px;
    line-height: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #1c1b17
}

.header__mobile {
    overflow-y: auto;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 30;
    width: 100%;
    max-width: 445px;
    background-color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.header__mobile-top {
    padding: 15px 20px 15px 20px;
    background-color: #ff5a00;
    margin-right: -1px
}

.header__mobile-middle {
    padding: 11px 0;
    padding-left: 23px
}

.header__mobile-middle .header__catalog-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__mobile-middle .header__catalog-item {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: none;
    margin-right: 0;
    width: 100%
}

.header__mobile-middle .header__catalog-item:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.header__mobile-middle .header__catalog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none
}

.header__mobile-middle .header__catalog-img {
    margin-right: 21px;
    margin-bottom: 11px
}

.header__mobile-middle .header__catalog-title {
    font-size: 16px
}

.header__mobile-contact {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__mobile-contact .address,
.header__mobile-contact .phone__link {
    margin-bottom: 5px;
    padding: 10px 17px;
    display: block;
    background-color: #fff;
    border-radius: 30px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #000
}

.header__mobile-contact .address .ic,
.header__mobile-contact .phone__link .ic {
    font-size: 16px;
    color: #000
}

@media all and (max-width:575px) {

    .header__mobile-contact .address,
    .header__mobile-contact .phone__link {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .header__mobile-contact .address .ic,
    .header__mobile-contact .phone__link .ic {
        margin-right: 0
    }
}

.header__mobile-contact .phone__link i {
    margin-right: 11px
}

.header__mobile-contact .address {
    padding-left: 20px
}

.header__mobile-contact .address i {
    left: 5px
}

.header__mobile-top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header__mobile-top-btn .border {
    position: relative;
    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;
    border-radius: 50%;
    text-decoration: none;
    width: 48px;
    height: 48px;
    background-color: #fff
}

.header__mobile-top-btn .border .ic {
    font-size: 18px;
    color: #000
}

.header__mobile-top-btn .btn-register,
.header__mobile-top-btn .link {
    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;
    text-decoration: none
}

.header__mobile-top-btn .btn-register .counter,
.header__mobile-top-btn .link .counter {
    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;
    position: absolute;
    top: 0;
    right: -50%;
    -webkit-transform: translate(-100%, -100%);
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    width: 18px;
    height: 18px;
    background-color: #000;
    border-radius: 50%;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #fff
}

.header__mobile-top-btn .btn-register .text,
.header__mobile-top-btn .link .text {
    color: #fff
}

@media all and (max-width:575px) {

    .header__mobile-top-btn .btn-register .text,
    .header__mobile-top-btn .link .text {
        font-size: 12px
    }
}

.header__mobile-top-btn .ic-balance {
    margin-top: -3px;
    margin-left: -3px
}

.header__mobile-top-btn .ic-like {
    margin-top: -3px;
    margin-left: -7px
}

.header__mobile-bottom {
    padding: 37px;
    padding-bottom: 10px;
    border-top: 2px solid #ff5a00;
    background-color: #ececec
}

.header__mobile-bottom .header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__mobile-bottom .header__nav-item {
    margin-right: 0
}

.header__mobile-bottom .footer__copiright {
    font-size: 12px;
    text-align: center;
    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
}

.phone__link {
    font-family: Geometria, sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.phone__link .ic {
    margin-right: 15px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.phone:hover .phone__link {
    color: #ff5a00
}

.phone:hover .ic {
    color: #ff5a00
}

.title-page {
    text-transform: uppercase;
    margin-bottom: 38px;
    text-align: center;
    position: relative
}

.title-page::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ff5a00
}

.title-page .text {
    padding: 0 30px;
    font-size: 14px;
    line-height: 1.2;
    font-family: Geometria, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #898989;
    position: relative;
    display: inline-block;
    z-index: 2;
    background-color: #fff
}

@media all and (max-width:767px) {
    .title-page {
        text-align: left;
        margin-bottom: 10px
    }

    .title-page .text {
        text-align: center;
        min-width: 185px;
        padding: 10px 15px;
        background-color: #ececec;
        border-radius: 30px;
        font-weight: 600;
        color: #000
    }

    .title-page::after {
        display: none
    }
}

@media all and (max-width:350px) {
    .title-page .text {
        min-width: 165px
    }
}

.page-title-left {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .2em;
    color: #000
}

@media all and (max-width:767px) {
    .page-title-left {
        margin-bottom: 30px
    }
}

.title-h {
    font-family: Geometria, sans-serif;
    margin-bottom: 45px;
    font-size: 42px;
    line-height: 36px;
    font-weight: 700;
    color: #000
}

.breadcrump {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #ff5a00;
    overflow: hidden
}

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

@media all and (max-width:767px) {
    .breadcrump__list {
        overflow-y: auto
    }
}

.breadcrump__item {
    list-style-type: disc;
    color: #ff5a00
}

.breadcrump__item:first-child {
    margin-left: 0;
    list-style-type: none
}

.breadcrump__link {
    margin-right: 30px;
    white-space: nowrap;
    text-decoration: none;
    font-family: Geometria, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .7px;
    color: #000
}

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

.pagination__item {
    margin-right: 9px;
    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;
    list-style-type: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #f0f0f0
}

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

.pagination__item_prev {
    width: 23px;
    height: 23px
}

.pagination__item_next {
    width: 23px;
    height: 23px
}

.pagination__item.active {
    background-color: #ff5a00
}

.pagination__item.active .pagination__link {
    color: #fff
}

.pagination__link {
    text-decoration: none;
    font-family: Geometria, sans-serif;
    font-size: 11px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000
}

.pagination__link .ic {
    color: #ff5a00;
    font-size: 10px
}

.product-row {
    margin: 0 -10px;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-row .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 20px
}

@media all and (max-width:1199px) {
    .product-row .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3)
    }
}

@media all and (max-width:767px) {
    .product-row .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2)
    }
}

.product-row .card__wrap {
    padding: 0 10px
}

@media all and (max-width:450px) {
    .product-row .card__wrap {
        padding: 0 8px
    }
}

.product-row_list .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.product-row_list .card__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 70%;
    grid-template-columns: 30% 70%;
    -ms-grid-rows: minmax(auto, 50px);
    grid-template-rows: minmax(auto, 50px)
}

.product-row_list .card__link {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4
}

.product-row_list .card__title {
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2
}

.product-row_list .card__price {
    margin-top: 0;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.product-row_list .card__btn {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.overlay-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.overlay-menu-filter {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

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

@media all and (max-width:767px) {
    .main .product-main {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .main .product-sale {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .main .best-category {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.burger-mobile {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ececec
}

@media all and (max-width:991px) {
    .burger-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger-mobile .burger-mobile-box {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 17px;
    height: 14px
}

.burger-mobile .burger-mobile-line {
    position: absolute;
    width: 17px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 1px;
    background-color: #000;
    top: 50%;
    display: block;
    margin-top: -2px
}

.burger-mobile .burger-mobile-line:before {
    display: block;
    content: "";
    top: -5px;
    position: absolute;
    width: 17px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 1px;
    background-color: #000
}

.burger-mobile .burger-mobile-line:after {
    display: block;
    content: "";
    bottom: -5px;
    position: absolute;
    width: 17px;
    height: 2px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 1px;
    background-color: #000
}

.active-mobile-btn .burger-mobile-line {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.active-mobile-btn .burger-mobile-line:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.active-mobile-btn .burger-mobile-line:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

body.active-menu {
    overflow: hidden
}

body.active-menu .overlay-menu {
    opacity: 1;
    pointer-events: all
}

body.active-menu .header__mobile {
    left: 0
}

body.open-filter {
    overflow: hidden
}

body.open-filter .catalog__sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

body.open-filter .overlay-menu-filter {
    opacity: 1;
    pointer-events: all
}

body.open-filter .catalog__sidebar .btn-open-filter {
    display: none
}

body.open-filter #column-left {
    overflow-y: auto
}

.filter__top {
    position: relative;
    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;
    padding-bottom: 15px;
    margin-bottom: 16px
}

.filter__top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ff5a00
}

.filter__title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .2em;
    color: #898989
}

.filter__reset {
    font-size: 8px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .2em;
    color: #000;
    background-color: #ececec;
    border-radius: 30px;
    padding: 2px 10px
}

.filter__block.open .filter__name .expand .ic {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.filter__block.open .filter__content {
    max-height: 500px
}

.filter__name {
    margin-bottom: 10px;
    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
}

.filter__name .expand {
    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: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ececec
}

.filter__name .expand .ic {
    font-size: 10px;
    color: #ff5a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.filter__content-slider {
    margin-bottom: 15px;
    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
}

.filter__content-slider .slider-control {
    background-color: #ececec;
    border-radius: 30px;
    width: 69px;
    padding: 5px 10px;
    text-align: center;
    border: none;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000
}

.filter__content-slider .decor {
    display: inline-block;
    margin: 0 10px;
    color: #ff5a00
}

.mfilter-box {
    position: relative;
    padding-bottom: 21px
}

.mfilter-box .box-heading {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 16px;
    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: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .2em;
    color: #898989;
    text-transform: uppercase
}

.mfilter-box .box-heading a {
    font-size: 8px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .2em;
    color: #000;
    background-color: #ececec;
    border-radius: 30px;
    padding: 2px 10px;
    text-decoration: none
}

.mfilter-box .box-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ff5a00
}

.mfilter-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ff5a00
}

.mfilter-filter-item {
    list-style-type: none
}

.mfilter-price-inputs {
    margin-bottom: 15px;
    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
}

.mfilter-price-inputs .form-control {
    background-color: #ececec;
    border-radius: 30px;
    width: 69px;
    padding: 5px 10px;
    text-align: center;
    border: none;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000
}

.mfilter-price-inputs .decor {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.mfilter-price-inputs .decor::after {
    content: "";
    width: 13px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ff5a00
}

.mfilter-heading {
    cursor: pointer
}

.mfilter-heading .ic {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mfilter-content-opts {
    padding-top: 10px
}

.mfilter-heading-content {
    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
}

.mfilter-heading-content .ic {
    font-size: 10px;
    color: #ff5a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.mfilter-heading-content .expand {
    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: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #ececec
}

.mfilter-heading-content .expand .ic {
    font-size: 10px;
    color: #ff5a00
}

.mfilter-collapsed .ic {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.mfilter-heading-text {
    font-family: Geometria, sans-serif;
    font-weight: 500
}

.mfilter-live-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.mfilter-live-filter .form-control {
    margin-bottom: 10px;
    background-color: #ececec;
    border-radius: 30px;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    border: none;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000
}

.mfilter-content li {
    margin-bottom: 10px
}

.mfilter-content li:last-child {
    margin-bottom: 0
}

.utp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

@media all and (max-width:767px) {
    .utp {
        display: none
    }
}

.utp__block {
    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-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3)
}

.utp__block:first-child .utp__img img {
    margin-top: 2px;
    margin-right: 2px
}

.utp__block-wrap {
    padding: 40px 0;
    margin: 0 15px;
    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;
    height: 100%;
    background-color: #ececec
}

@media all and (max-width:991px) {
    .utp__block-wrap {
        padding: 15px 0;
        margin: 0 10px
    }
}

.utp__img {
    margin-bottom: 26px;
    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: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #ff5a00;
    font-size: 32px;
    font-weight: 600;
    color: #333
}

.utp__title {
    font-family: Geometria, sans-serif;
    position: relative;
    max-height: 35px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    letter-spacing: .1em
}

.utp__title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 62px;
    height: 2px;
    background-color: #ff5a00
}

.utp__content {
    font-family: Geometria, sans-serif;
    margin-top: auto;
    text-align: center;
    max-width: 225px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    white-space: pre-line
}

.utp__btn {
    margin-bottom: 27px;
    max-height: 35px;
    padding: 5px 18px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #fff;
    border: 1px solid #ff5a00;
    border-radius: 30px;
    background-color: #ff5a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.utp__btn:hover {
    background: 0 0;
    color: #ff5a00
}

.manufacturers {
    margin-bottom: 30px
}

@media all and (max-width:767px) {
    .manufacturers {
        display: none
    }
}

.manufacturers__wrap {
    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
}

.manufacturers__el img {
    margin: 0 auto
}

.manufacturers .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.best-category {
    margin-bottom: 30px
}

.best-category__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px;
    margin-bottom: 23px
}

@media all and (max-width:991px) {
    .best-category__wrap {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -30px
    }
}

.best-category__el {
    max-height: 198px;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4)
}

@media all and (max-width:991px) {
    .best-category__el {
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2.5);
        flex: 0 0 calc(100% / 2.5);
        max-width: calc(100% / 2.5)
    }
}

@media all and (max-width:575px) {
    .best-category__el {
        max-height: 321px;
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1)
    }
}

.best-category__el:hover .best-category__overlay {
    background-color: #ff5a00;
    color: #fff
}

.best-category__el:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.best-category__el-wrap {
    text-decoration: none;
    height: 100%;
    padding: 0 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.best-category__img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.best-category__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.best-category__overlay {
    text-align: center;
    padding: 14px 0;
    background-color: #ececec;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 2;
    font-size: 14px;
    line-height: 1.2;
    font-family: Geometria, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em
}

.form-search .form-field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-search .form-control {
    padding-left: 32px;
    height: 35px;
    border-radius: 30px;
    background-color: #ececec;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.form-search .form-control:focus {
    border: 1px solid #ff5a00
}

.form-search .btn-serch {
    position: absolute;
    left: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none
}

.form-search .btn-serch .ic {
    font-size: 15px
}

.custom-radio {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px
}

.custom-radio .text {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #51656c
}

.custom-radio input {
    visibility: hidden;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0;
    border: none
}

.custom-radio input:checked .checkmark:after,
.custom-radio input:checked~.checkmark:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.custom-radio .checkmark:after,
.custom-radio .checkmark:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 50%;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.custom-radio .checkmark:before {
    width: 8px;
    height: 8px;
    background-color: #ececec
}

.custom-radio .checkmark:after {
    width: 8px;
    height: 8px;
    background-color: #ff5a00;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0)
}

.select-sort {
    outline: 0;
    margin-bottom: 8px;
    padding: 8px 17px;
    font-size: 11px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: .05em;
    color: #000;
    border-radius: 30px;
    border: none;
    background-color: #ececec
}

.select-sort:last-child {
    margin-bottom: 0
}

@media all and (max-width:767px) {
    .select-sort {
        margin-bottom: 0;
        margin-right: 10px
    }
}

@media all and (max-width:450px) {
    .select-sort:first-child {
        margin-bottom: 15px
    }
}

.select2-container:not(:last-child) {
    margin-bottom: 8px
}

.select2-container--default .select2-selection--single {
    background-color: #ececec !important;
    border-radius: 30px !important;
    height: auto !important;
    border: none !important
}

.select2-container--default .select2-selection--single:focus {
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: Geometria, sans-serif;
    padding-left: 17px !important;
    font-weight: 600;
    letter-spacing: .05em;
    font-size: 11px;
    line-height: 25px;
    color: #000
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    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;
    padding-right: 10px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    font-family: fontello;
    content: '\E818';
    color: #ff5a00;
    font-size: 10px
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: #ff5a00 !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.select2-container--open .select2-dropdown {
    top: 7px
}

.select2-dropdown {
    background-color: #ececec !important;
    border-radius: 17px !important;
    overflow: hidden;
    border: none !important
}

.select2-results__option {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
    font-size: 10px
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 500px !important;
    padding: 13px
}

.select2-results__option {
    padding: 3px !important
}

.select2-container--default .select2-results__option--selected {
    color: #ff5a00 !important;
    background-color: transparent !important
}

.slider-product {
    margin-bottom: 43px
}

.slider-product .slick-slide {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.slider-product .slick-slide img {
    margin: 0 auto
}

.slider-product .slick-slide .card {
    height: 100%
}

@media all and (max-width:400px) {
    .slider-product .slick-slide .card__title {
        min-height: 40px
    }
}

.slider-product .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.slider-product__wrap {
    position: relative;
    margin: 0 -47px;
    padding: 0 48px
}

@media all and (max-width:1199px) {
    .slider-product__wrap {
        margin: 0
    }
}

@media all and (max-width:767px) {
    .slider-product__wrap {
        margin: 0;
        padding: 0
    }
}

.slider-product__content {
    position: relative;
    z-index: 20
}

.slider-product__content .card:focus {
    outline: 0
}

.slider-product__content .card__wrap {
    padding: 0 20px
}

@media all and (max-width:767px) {
    .slider-product__content .card__wrap {
        padding: 0 6px
    }

    .slider-product__content .slick-slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .slider-product__content .slick-slide>div {
        height: 100%
    }

    .slider-product__content .slick-slide .card {
        height: 100%
    }
}

.slider-product__btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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
}

.slider-product__btn .slider__btn {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #ececec
}

.slider-product__btn .slider__btn .ic {
    pointer-events: none;
    color: #ff5a00
}

@media all and (max-width:767px) {
    .slider-product__btn {
        top: -10px;
        left: auto;
        width: auto;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .slider-product__btn .slider__btn {
        width: 35px;
        height: 35px
    }

    .slider-product__btn .slider__btn:first-child {
        margin-right: 8px
    }

    .slider-product__btn .slider__btn .ic {
        font-size: 12px
    }
}

.main-slider {
    position: relative;
    margin-bottom: 30px
}

.main-slider__block {
    position: relative;
    z-index: 20;
    padding: 0 77px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 477px
}

@media all and (max-width:767px) {
    .main-slider__block {
        min-height: 191px
    }
}

@media all and (max-width:575px) {
    .main-slider__block {
        padding: 0 47px
    }
}

.main-slider__block-title {
    font-family: Geometria, sans-serif;
    position: relative;
    z-index: 30;
    max-width: 420px;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

@media all and (max-width:767px) {
    .main-slider__block-title {
        font-size: 18px;
        line-height: 14px
    }
}

.main-slider__block-text {
    position: relative;
    z-index: 30;
    max-width: 420px;
    margin-bottom: 18px;
    font-family: Geometria, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff
}

@media all and (max-width:767px) {
    .main-slider__block-text {
        font-size: 10px;
        line-height: 10px
    }
}

.main-slider__block-link {
    position: relative;
    z-index: 30;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 30px
}

@media all and (max-width:767px) {
    .main-slider__block-link {
        font-size: 10px;
        line-height: 10px
    }
}

@media all and (max-width:400px) {
    .main-slider__block-link {
        padding: 5px 10px;
        font-size: 10px
    }
}

.main-slider__btn {
    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;
    position: absolute;
    top: 50%;
    left: 19px;
    right: 19px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__btn .btn-slider {
    background: 0 0;
    border: none
}

.main-slider__btn .btn-slider .ic {
    font-size: 28px;
    color: #fff
}

@media all and (max-width:767px) {
    .main-slider__btn .btn-slider .ic {
        font-size: 14px
    }
}

@media all and (max-width:575px) {
    .main-slider__btn {
        left: 10px;
        right: 10px
    }
}

#mfilter-price-slider,
#slider-range {
    margin: 0 10px;
    height: 2px;
    background-color: #ececec;
    border: none
}

#mfilter-price-slider .ui-slider-handle,
#slider-range .ui-slider-handle {
    outline: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ff5a00;
    border: 1px solid transparent
}

#mfilter-price-slider .ui-slider-range,
#slider-range .ui-slider-range {
    background-color: #ff5a00
}

body.lg-on {
    overflow: hidden;
    padding-right: 17px
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, .5) !important
}

.card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.card:hover .card__btn .add-basket {
    border-bottom: 2px solid #ff5a00
}

.card:hover .card__btn .add-basket .text {
    max-width: 100px
}

.card:hover .card__title {
    color: #ff5a00
}

.card:hover .card__price-current {
    color: #ff5a00
}

.card__wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card__link {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.card__link:focus {
    outline: 0
}

.card__title {
    font-family: Geometria, sans-serif;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: auto;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 42px
}

@media all and (max-width:575px) {
    .card__title {
        font-size: 11px;
        min-height: 40px
    }
}

.card .sale-price .card__price-current {
    color: #ff5a00
}

.card__price {
    margin-top: auto;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card__price .card__price-current,
.card__price .card__price-old {
    font-family: Geometria, sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-weight: 600;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

@media all and (max-width:575px) {

    .card__price .card__price-current,
    .card__price .card__price-old {
        font-size: 10px
    }
}

.card__price .currensy {
    font-size: 10px;
    text-transform: lowercase
}

.card__price-old {
    position: relative;
    margin-right: 10px
}

.card__price-old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    height: 1px;
    background-color: #000
}

@media all and (max-width:450px) {
    .card__price-old {
        margin-right: 5px
    }
}

.card__price-current {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

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

.card__btn .add-basket {
    padding: 7px 0;
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.card__btn .add-basket .text {
    margin-bottom: -2px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

@media all and (max-width:575px) {
    .card__btn .add-basket .text {
        font-size: 11px
    }
}

.card__btn .add-basket.in-basket {
    border-radius: 30px;
    padding: 7px 17px;
    background-color: #ff5a00;
    color: #fff
}

.card__btn .add-basket.in-basket .text {
    max-width: 100px
}

@media all and (max-width:575px) {
    .card__btn .add-basket.in-basket {
        padding: 7px 10px
    }
}

.card__btn .link {
    background-color: transparent
}

.card__btn .link:not(:last-child) {
    margin-right: 9px
}

@media all and (max-width:575px) {
    .card__btn .link:not(:last-child) {
        margin-right: 8px
    }
}

.card__btn .ic {
    font-size: 13px
}

@media all and (max-width:575px) {
    .card__btn .ic {
        font-size: 11px
    }
}

.product__title {
    font-family: Geometria, sans-serif;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000
}

@media all and (max-width:767px) {
    .product__title {
        margin-bottom: 30px;
        font-size: 24px
    }
}

@media all and (max-width:767px) {
    .product__title {
        font-size: 20px;
        line-height: normal
    }
}

.product__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 60%;
    grid-template-columns: 40% 60%;
    -ms-grid-rows: 200px auto;
    grid-template-rows: 200px auto;
    padding-bottom: 50px;
    margin-bottom: 44px;
    border-bottom: 2px solid #ff5a00
}

@media all and (max-width:991px) {
    .product__content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-row-gap: 30px
    }
}

@media all and (max-width:767px) {
    .product__content {
        padding-bottom: 30px;
        margin-bottom: 30px
    }
}

@media all and (max-width:575px) {
    .product__content {
        grid-row-gap: 20px
    }
}

.product__content-left {
    margin-right: 30px;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3
}

@media all and (max-width:991px) {
    .product__content-left {
        margin-right: 0;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 2;
        grid-row-end: 3
    }
}

.product__content-top {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2
}

@media all and (max-width:991px) {
    .product__content-top {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-row-span: 1;
        grid-row-end: 5
    }
}

.product__content-bottom {
    padding-top: 30px;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3
}

@media all and (max-width:991px) {
    .product__content-bottom {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 3;
        grid-row-start: 3;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        padding-top: 0
    }
}

.product__content-bottom .slick-track {
    padding: 0 !important
}

.product__content-table .list {
    margin-bottom: 23px;
    text-transform: uppercase;
    padding-left: 0
}

.product__content-table .item {
    list-style-type: none
}

.product__content-table .title {
    font-family: Geometria, sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.product__content-table a {
    font-family: Geometria, sans-serif;
    text-decoration: none;
    color: #ff5a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product__content-table a:hover {
    color: #000
}

@media all and (max-width:575px) {
    .product__content-table .title {
        font-size: 13px
    }

    .product__content-table .item {
        font-size: 14px
    }
}

.product__price {
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__price span {
    text-transform: none
}

.product__price_sale .product__price-old {
    display: block;
    margin-right: 15px
}

.product__price_sale .product__price-current {
    color: #ff5a00
}

.product__price-old {
    display: none;
    position: relative;
    font-family: Geometria, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

.product__price-old::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    height: 2px;
    background-color: #ff5a00
}

@media all and (max-width:767px) {
    .product__price-old {
        font-size: 24px
    }
}

@media all and (max-width:575px) {
    .product__price-old {
        font-size: 22px
    }
}

.product__price-current {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

@media all and (max-width:767px) {
    .product__price-current {
        font-size: 24px
    }
}

@media all and (max-width:575px) {
    .product__price-current {
        font-size: 22px
    }
}

.product__price-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__price-buy .text {
    margin-right: 14px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000
}

.product__price-buy .field-qty {
    margin-right: 14px;
    padding-left: 15px;
    height: 37px;
    width: 65px;
    background-color: #ececec;
    border-radius: 30px;
    border: none;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .05em;
    color: #000
}

.product__price-buy .link {
    border-radius: 5px;
    margin-right: 10px;
    background-color: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product__price-buy .link .ic {
    font-size: 17px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product__price-buy .link:last-child {
    margin-right: 0
}

.product__price-buy .link.active {
    background-color: #ff5a00
}

.product__price-buy .link.active .ic {
    color: #fff
}

.product__price-buy .add-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 20px;
    background-color: #ff5a00;
    border-radius: 30px;
    border: 1px solid transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product__price-buy .add-basket .ic {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product__price-buy .add-basket .text {
    margin-right: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff
}

.product__price-buy .add-basket:hover {
    border: 1px solid #ff5a00;
    background-color: #fff
}

.product__price-buy .add-basket:hover .ic,
.product__price-buy .add-basket:hover .text {
    color: #ff5a00
}

.product__price-buy .add-favorite {
    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
}

@media all and (max-width:575px) {
    .product__price-buy .field-qty {
        width: 60px
    }

    .product__price-buy .add-basket .ic {
        font-size: 18px
    }

    .product__price-buy .add-basket .text {
        font-size: 12px
    }

    .product__price-buy .link .ic {
        font-size: 18px
    }
}

@media all and (max-width:400px) {
    .product__price-buy .text {
        margin-right: 5px
    }

    .product__price-buy .field-qty {
        width: 50px;
        margin-right: 5px
    }

    .product__price-buy .add-basket {
        padding: 6px 10px;
        margin-right: 5px
    }

    .product__price-buy .add-basket .text {
        font-size: 10px
    }

    .product__price-buy .link {
        padding: 4px;
        margin-right: 5px
    }
}

.product__desription {
    font-family: Geometria, sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 50px;
    margin-bottom: 44px;
    border-bottom: 2px solid #ff5a00
}

.product__desription .page-title-left {
    font-family: Geometria, sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.product__desription p {
    margin-bottom: 15px
}

.product__desription p:last-child {
    margin-bottom: 0
}

.product__characteristics {
    padding-bottom: 50px;
    margin-bottom: 44px;
    border-bottom: 2px solid #ff5a00
}

.product__characteristics .page-title-left {
    font-family: Geometria, sans-serif;
    margin-bottom: 15px
}

.product__characteristics-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.product__table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    margin-right: 50px
}

@media all and (max-width:991px) {
    .product__table {
        margin-bottom: 30px;
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product__table-row {
    padding: 0 14px;
    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;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #000
}

.product__table-row:first-child {
    padding-top: 0
}

.product__table-row:nth-child(2n) {
    background-color: #ececec;
    border-radius: 30px
}

.product__table-title {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

@media all and (max-width:575px) {
    .product__table-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.product__table-text {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

@media all and (max-width:575px) {
    .product__table-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.product__utp {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

@media all and (max-width:991px) {
    .product__utp {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product__utp-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 23px
}

.product__utp-el:last-child {
    margin-bottom: 0
}

.product__utp-img {
    margin-right: 28px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #ff5a00;
    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;
    background-color: #ececec
}

.product__utp-title {
    font-family: Geometria, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .2em;
    color: #000
}

.product__utp-text {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    color: #000
}

.product__home-slider {
    border: 1px solid #ececec;
    height: 100%
}

.product__home-slider .slick-list {
    height: 100%
}

.product__home-slider .slick-track {
    height: 100%
}

.product__home-slider .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product__home-el {
    outline: 0;
    text-decoration: none
}

.product__slider-wrap .slick-track {
    margin: 0 -4px
}

.product__slider-wrap .slick-slide {
    padding: 0 4px;
    outline: 0
}

.product__slider-wrap .slick-slide:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product__slider-el img {
    height: 100%;
    max-height: 160px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media all and (max-width:1024px) {
    .product__slider-el img {
        max-height: 130px
    }
}

@media all and (max-width:991px) {
    .product__slider-el img {
        margin: 0 auto
    }
}

.product__slider-el-wrap {
    cursor: pointer;
    border: 1px solid #ececec;
    overflow: hidden
}

.product__series {
    margin-bottom: 70px
}

.product__series-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.product__series-wrap .card {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4)
}

@media all and (max-width:991px) {
    .product__series-wrap .card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2)
    }
}

.product__series-wrap .card__wrap {
    padding: 0 20px
}

.contact__info {
    margin-bottom: 61px
}

.contact__info .list {
    padding-left: 20px
}

.contact__info .item {
    position: relative;
    margin-bottom: 17px;
    list-style-type: none;
    font-family: Geometria, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .05em;
    color: #000
}

.contact__info .item:last-child {
    margin-bottom: 0
}

.contact__info .item .ic {
    font-size: 16px;
    margin-right: 24px;
    color: #ff5a00
}

.contact__info .item .ic-phone {
    font-size: 16px
}

.contact__info .item .ic-place {
    font-size: 20px;
    margin-right: 16px
}

.contact__info .item .ic-mail {
    font-size: 14px
}

.contact__info .item .ic-clock {
    font-size: 14px;
    margin-left: 3px
}

.contact__info .item a {
    font-family: Geometria, sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.contact__info .item a:hover {
    color: #ff5a00
}

@media all and (max-width:575px) {
    .contact__info .item {
        padding-left: 40px
    }

    .contact__info .item .ic {
        position: absolute;
        left: 0
    }
}

.contact__map {
    margin-bottom: 70px
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24%;
    flex: 0 0 24%;
    max-width: 24%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

@media all and (max-width:991px) {
    .catalog__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 25;
        background-color: #fff;
        min-width: 280px;
        padding: 15px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media all and (max-width:575px) {
    .catalog__sidebar {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 25;
        background-color: #fff;
        min-width: 250px;
        padding: 15px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.catalog__sidebar .mfilter-box {
    padding: 15px;
    padding-left: 0
}

.catalog__sidebar .btn-open-filter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #ff5a00;
    z-index: 100;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.catalog__sidebar .btn-open-filter .ic {
    color: #fff
}

@media all and (max-width:991px) {
    .catalog__sidebar .btn-open-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.catalog__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media all and (max-width:991px) {
    .catalog__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.catalog__top {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media all and (max-width:767px) {
    .catalog__top {
        -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
    }
}

.catalog__wrap {
    margin-bottom: 52px
}

.catalog__title {
    font-family: Geometria, sans-serif;
    font-size: 42px;
    line-height: 36px;
    font-weight: 700;
    color: #000
}

@media all and (max-width:991px) {
    .catalog__title {
        font-size: 34px
    }
}

@media all and (max-width:767px) {
    .catalog__title {
        font-size: 28px;
        margin-bottom: 15px
    }
}

@media all and (max-width:575px) {
    .catalog__title {
        font-size: 22px
    }
}

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

.catalog__sort .btn {
    margin-bottom: 8px;
    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: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #ececec
}

.catalog__sort .btn:last-child {
    margin-bottom: 0
}

.catalog__sort .btn .ic {
    font-size: 14px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.catalog__sort .btn .ic-sorrting-1 {
    margin-bottom: -3px;
    margin-right: -1px
}

.catalog__sort .btn .ic-sorrting-2 {
    margin-bottom: -3px;
    margin-right: -3px
}

.catalog__sort .btn.active .ic {
    color: #ff5a00
}

@media all and (max-width:767px) {
    .catalog__sort .btn {
        margin-bottom: 0;
        margin-right: 10px
    }

    .catalog__sort .btn:last-child {
        margin-right: 0
    }
}

.catalog__sort-left {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media all and (max-width:767px) {
    .catalog__sort-left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media all and (max-width:450px) {
    .catalog__sort-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media all and (max-width:767px) {
    .catalog__sort-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media all and (max-width:450px) {
    .catalog__sort-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

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

.catalog__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px
}

.catalog__more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    margin: 0 auto;
    font-family: Geometria, sans-serif;
    font-size: 12px;
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000
}

.catalog__more-link .ic {
    margin-right: 15px;
    font-size: 28px;
    color: #ff5a00
}

.catalog__bottom {
    margin-bottom: 47px;
    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
}

@media all and (max-width:575px) {
    .catalog__bottom {
        -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
    }

    .catalog__bottom .pagination {
        margin-bottom: 20px
    }
}

.catalog__all-text {
    font-family: Geometria, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

@media all and (max-width:575px) {
    .catalog__all-text {
        font-size: 10px
    }
}

.footer {
    border-top: 2px solid #ff5a00;
    padding-top: 63px;
    padding-bottom: 70px;
    background-color: #ececec
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__col {
    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-flex: 0;
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5)
}

.footer__col:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4.5);
    flex: 0 0 calc(100% / 4.5);
    max-width: calc(100% / 4.5)
}

@media all and (max-width:1199px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4)
    }

    .footer__col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 4);
        flex: 0 0 calc(100% / 4);
        max-width: calc(100% / 4)
    }
}

@media all and (max-width:991px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2)
    }

    .footer__col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
        flex: 0 0 calc(100% / 2);
        max-width: calc(100% / 2)
    }
}

@media all and (max-width:575px) {
    .footer__col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1)
    }

    .footer__col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 1);
        flex: 0 0 calc(100% / 1);
        max-width: calc(100% / 1)
    }
}

.footer__title {
    font-family: Geometria, sans-serif;
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .2em;
    color: #898989
}

.footer__link {
    position: relative;
    padding-left: 30px;
    margin-bottom: 19px;
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-family: Geometria, sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer__link:hover {
    color: #ff5a00
}

.footer__link .ic {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    color: #ff5a00;
    margin-right: 10px
}

.footer__link .ic-phone {
    font-size: 15px
}

.footer__link .ic-place {
    font-size: 15px
}

.footer__link .ic-mail {
    font-size: 12px
}

.footer__list {
    padding-left: 0
}

.footer__list .footer__link {
    padding-left: 0
}

.footer__item {
    list-style-type: none
}

.footer__logo {
    margin-bottom: 34px
}

.footer__copiright {
    font-family: Geometria, sans-serif;
    font-weight: 400
}

.footer__copiright p {
    margin-bottom: 15px
}

@media all and (max-width:1199px) {
    .footer__copiright {
        font-size: 14px
    }
}

@font-face {
    font-family: fontello;
    src: url(../fonts/fontello/font/fontello.eot?27825890);
    src: url(../fonts/fontello/font/fontello.eot?27825890#iefix) format("embedded-opentype"), url(../fonts/fontello/font/fontello.woff2?27825890) format("woff2"), url(../fonts/fontello/font/fontello.woff?27825890) format("woff"), url(../fonts/fontello/font/fontello.ttf?27825890) format("truetype"), url(../fonts/fontello/font/fontello.svg?27825890#fontello) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ic-"]:before,
[class^=ic-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ic-arrow_left:before {
    content: '\e800'
}

.ic-arrow_right:before {
    content: '\e801'
}

.ic-mail:before {
    content: '\e802'
}

.ic-phone:before {
    content: '\e803'
}

.ic-place:before {
    content: '\e804'
}

.ic-shopping-cart:before {
    content: '\e805'
}

.ic-loupe:before {
    content: '\e806'
}

.ic-balance-1:before {
    content: '\e807'
}

.ic-refresh:before {
    content: '\e808'
}

.ic-heart:before {
    content: '\e809'
}

.ic-home:before {
    content: '\e80a'
}

.ic-clock:before {
    content: '\e80b'
}

.ic-list:before {
    content: '\e80c'
}

.ic-grid:before {
    content: '\e80d'
}

.ic-user-2:before {
    content: '\e80e'
}

.ic-filter-filled-tool-symbol:before {
    content: '\e80f'
}

.ic-basket:before {
    content: '\e810'
}

.ic-like:before {
    content: '\e811'
}

.ic-mail-1:before {
    content: '\e812'
}

.ic-search-loop:before {
    content: '\e813'
}

.ic-balance:before {
    content: '\e814'
}

.ic-home-1:before {
    content: '\e815'
}

.ic-sorrting-1:before {
    content: '\e816'
}

.ic-sorrting-2:before {
    content: '\e817'
}

.ic-arrow-down:before {
    content: '\e818'
}