@charset "UTF-8";
@font-face {
    font-family: 'HelveticaL';
    src: url(../fonts/HelveticaLight/HelveticaLight.ttf)
}

@font-face {
    font-family: 'HelveticaB';
    src: url(../fonts/HelveticaBold/HelveticaBold.ttf)
}

@font-face {
    font-family: 'RobotoR';
    src: url(../fonts/RobotoRegular/Roboto-Regular.ttf)
}

* {
    box-sizing: border-box
}

h2, h3, h4, li, p, ul {
    margin: 0;
    padding: 0
}

h1 {
    padding: 0
}

h1, h2, h3, h4 {
    font-weight: 400
}

a {
    text-decoration: none;
    color: inherit
}

a, button, strong {
    display: block
}

li {
    list-style-type: none
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

button {
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent
}

button, input, textarea {
    outline: none
}

h1, html, img {
    width: 100%
}

h1 {
    font-size: 2.222rem;
    margin: 0 0 .75em
}

@media only screen and (max-width: 1023px) {
    h1 {
        font-size: 1.889rem
    }
}

@media all and (max-width: 640px) {
    h1 {
        font-size: 1.667rem
    }
}

h2 {
    font-size: 1.556rem
}

h3 {
    font-size: 1.333rem
}

b, strong {
    font-family: "HelveticaB"
}

body, html {
    min-width: 320px;
    height: auto
}

html {
    font: 18px 'Helvetica'
}

@media all and (max-width: 640px) {
    html {
        font-size: 17px
    }
}

.container, body {
    width: 100%;
    margin: 0 auto
}

body {
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1
}

body.is-home section h1.title {
    margin: 5rem 0 2.778rem;
    text-align: center;
    font-family: "HelveticaB"
}

.container {
    max-width: 1200px;
    padding-left: 20px !important;
    padding-right: 20px !important
}

@media only screen and (max-width: 1024px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important
    }
}

.btn {
    font-size: 19px;
    border: 1px solid #616161;
    border-radius: 3px
}

.btn:hover {
    background-color: #ffc200;
    border: none;
    color: #fff
}

.btn, button {
    font-family: "HelveticaL"
}

main {
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 5.556rem
}

@media all and (max-width: 639px) {
    main {
        padding-bottom: 2.778rem
    }

    .description {
        font-size: 15px
    }
}

.breadcrumbs {
    padding: 17px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 1023px) {
    .breadcrumbs {
        padding: 10px 0
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        font-size: .8333rem
    }
}

@media all and (max-width: 460px) {
    .breadcrumbs {
        padding-top: 5px
    }
}

.breadcrumbs__link {
    margin-right: 20px;
    position: relative;
    line-height: 1.6
}

.breadcrumbs__link:hover {
    text-decoration: underline
}

.breadcrumbs__link:last-child {
    margin-right: 0;
    color: #787878
}

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

.breadcrumbs__link:after {
    content: '/';
    position: absolute;
    top: 0;
    right: -12px;
    font-weight: 700;
    display: block
}

.control-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10000
}

@media only screen and (max-width: 1023px) {
    .control-sort {
        margin-top: 10px
    }
}

@media all and (max-width: 459px) {
    .control-sort.-quantity {
        display: none
    }
}

@media all and (max-width: 420px) {
    .control-sort {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.control-sort__name {
    margin-right: .2778rem
}

@media all and (max-width: 420px) {
    .control-sort__name {
        margin-bottom: 15px;
        padding-right: 5px;
        padding-left: 10px
    }
}

.control-sort__select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -7px;
    width: -webkit-max-content;
    width: max-content
}

.control-sort__select.-open {
    height: auto;
    z-index: 100;
    border-radius: 5px;
    border: 1px solid #979797;
    background-color: #fff
}

.control-sort__select.-open > .control-sort__option {
    visibility: visible;
    height: auto
}

.control-sort__select.-open > .control-sort__option:first-child {
    text-decoration: underline;
    cursor: default
}

.control-sort__option {
    padding-right: 36px;
    padding-left: 10px;
    line-height: 1.83;
    height: 0;
    visibility: hidden
}

.control-sort__option:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.control-sort__option:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    cursor: pointer;
    visibility: visible;
    height: auto
}

.control-sort__option:first-child:after {
    content: '';
    width: 16px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDA0LjMwOCA0MDQuMzA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDQuMzA4IDQwNC4zMDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMCwxMDEuMDhoNDA0LjMwOEwyMDIuMTUxLDMwMy4yMjlMMCwxMDEuMDh6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: 100%;
    background-repeat: no-repeat
}

.control-sort__option:first-child:hover {
    background-color: #fff
}

.control-sort__option:hover {
    background-color: #ffc200
}

.description {
    max-width: 1124px
}

.description * {
    font-family: "HelveticaL"
}

.description h1.title {
    margin-bottom: 2.778rem
}

.description p {
    line-height: 1.4
}

.description strong, .footer-content__bottom > p span {
    text-transform: uppercase
}

.description b {
    line-height: 1.6
}

.department p {
    line-height: 2.22
}

.nav {
    background-color: #292d78;
    color: #fff;
    font-size: .8333rem
}

.nav__item, .nav__list {
    display: -ms-flexbox;
    display: flex
}

.nav__list {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nav__item {
    height: 50px;
    margin-left: 20px;
    -ms-flex-align: center;
    align-items: center
}

.nav__item.-hidden {
    /*display: none*/
}

.nav__item.-visible {
    /*visibility: hidden*/
}

.nav__item:first-child {
    margin-left: 0
}

.nav__item:last-child {
    position: relative
}

.nav__item:last-child:hover > .nav-remainder {
    display: block
}

.nav__item-link {
    white-space: nowrap
}

.nav__item-link:hover {
    text-decoration: underline
}

.nav-remainder {
    position: absolute;
    max-width: 318px;
    width: -webkit-max-content;
    width: max-content;
    top: 100%;
    background-color: #292d78;
    z-index: 100000000000;
    right: -9px;
    display: none
}

@media all and (max-width: 320px) {
    .nav-remainder {
        width: 100vw
    }
}

.nav-remainder__item {
    border-top: 1px solid #fff;
    padding: 15px;
    line-height: 1.3
}

.nav-remainder__item.-hidden {
    display: none
}

.news {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1156px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .news {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.news__list {
    max-width: 509px;
    width: 100%
}

@media all and (max-width: 1199px) {
    .news__list {
        display: -ms-flexbox;
        display: flex;
        max-width: none
    }
}

@media only screen and (max-width: 767px) {
    .news__list {
        -ms-flex-direction: column;
        flex-direction: column
    }
}



.news__item {
    width: 100%;
    height: 200px;
    overflow: auto;
    border: solid 1px #979797;
    margin-bottom: 1px
}

@media all and (max-width: 1199px) {
    .news__item {
        height: auto
    }
}

@media all and (max-width: 639px) {
    .news__item {
        padding: 10px
    }
}

.news__item > strong {
    font-size: 1.111rem;
    margin-bottom: .4em
}

@media all and (max-width: 639px) {
    .news__item > strong {
        font-size: 1rem
    }
}

.news__item > i {
    display: block;
    line-height: 1.5;
    font-size: .8889rem;
    font-family: "HelveticaL"
}

.news-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 649px
}

@media all and (max-width: 1199px) {
    .news-slider {
        max-width: none
    }
}

.news-slider__wrapper {
    height: 400px;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 640px) {
    .news-slider__wrapper {
        height: auto
    }
}

.news-slider__image {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    width: auto
}

@media all and (max-width: 1199px) {
    .news-slider__image {
        min-width: auto
    }
}

@media all and (max-width: 640px) {
    .news-slider__image {
        max-width: 100%
height:auto;
    }




.news-slider__image-box {
    height: auto;
    overflow: hidden;
    text-align: center;
    min-width: 100%;
    max-width: 100%
}
}

/*@media all and (max-width: 640px) {
    .news-slider__image-box {
          width: 100%;
    height: auto;
    }
}*/

.news-slider__nav {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px
}

@media all and (max-width: 639px) {
    .news-slider__nav {
        display: none
    }
}

.news-slider__nav-item {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: solid 1px #979797;
    position: relative;
    cursor: pointer;
    margin: 15px auto;
    outline: none
}

.news-slider__nav-item.-active {
    width: 20px;
    height: 20px
}

.news-slider__nav-item.-active:after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: ''
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #616161;
    max-width: 510px
}

@media only screen and (max-width: 1023px) {
    .pagination {
        margin: auto
    }
}

@media all and (max-width: 685px) {
    .pagination {
        max-width: 100%;
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination__controls {
    margin-bottom: 3.889rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 855px;
    position: relative
}

@media only screen and (max-width: 1023px) {
    .pagination__controls {
        max-width: 100%
    }
}

@media all and (max-width: 685px) {
    .pagination__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0 10px;
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 550px) {
    .pagination__controls {
        padding: 0
    }
}

@media all and (max-width: 464px) {
    .pagination__controls {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.pagination > li {
    margin: 0 5px
}

.pagination > li.-active {
    border: 1px solid #616161;
    border-radius: 50%;
    width: 50px;
    height: 50px
}

@media all and (max-width: 540px) {
    .pagination > li.-active {
        margin: 0 15px
    }
}

.pagination > li.-active > span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px
}

.pagination > li > a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px
}

.pagination > li.-prev, .pagination > li.-next {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDMwNy4wNDYgMzA3LjA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA3LjA0NiAzMDcuMDQ2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzRfODQuX0ZvcndhcmQiPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjM5LjA4NywxNDIuNDI3TDEwMS4yNTksNC41OTdjLTYuMTMzLTYuMTI5LTE2LjA3My02LjEyOS0yMi4yMDMsMEw2Ny45NTUsMTUuNjk4Yy02LjEyOSw2LjEzMy02LjEyOSwxNi4wNzYsMCwyMi4yMDEgICAgIGwxMTUuNjIxLDExNS42MjZMNjcuOTU1LDI2OS4xMzVjLTYuMTI5LDYuMTM2LTYuMTI5LDE2LjA4NiwwLDIyLjIwOWwxMS4xMDEsMTEuMTAxYzYuMTMsNi4xMzYsMTYuMDcsNi4xMzYsMjIuMjAzLDAgICAgIGwxMzcuODI4LTEzNy44MzFDMjQ1LjIyMiwxNTguNDg3LDI0NS4yMjIsMTQ4LjU1NiwyMzkuMDg3LDE0Mi40Mjd6IiBmaWxsPSIjNjE2MTYxIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center
}

.pagination > li.-prev > a, .pagination > li.-next > a {
    width: 10px;
    height: 15px
}

.pagination > li.-prev {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.go-top {
    width: 50px;
    height: 50px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDMwNy4wNDYgMzA3LjA0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzA3LjA0NiAzMDcuMDQ2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGcgaWQ9Il94MzRfODQuX0ZvcndhcmQiPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjM5LjA4NywxNDIuNDI3TDEwMS4yNTksNC41OTdjLTYuMTMzLTYuMTI5LTE2LjA3My02LjEyOS0yMi4yMDMsMEw2Ny45NTUsMTUuNjk4Yy02LjEyOSw2LjEzMy02LjEyOSwxNi4wNzYsMCwyMi4yMDEgICAgIGwxMTUuNjIxLDExNS42MjZMNjcuOTU1LDI2OS4xMzVjLTYuMTI5LDYuMTM2LTYuMTI5LDE2LjA4NiwwLDIyLjIwOWwxMS4xMDEsMTEuMTAxYzYuMTMsNi4xMzYsMTYuMDcsNi4xMzYsMjIuMjAzLDAgICAgIGwxMzcuODI4LTEzNy44MzFDMjQ1LjIyMiwxNTguNDg3LDI0NS4yMjIsMTQ4LjU1NiwyMzkuMDg3LDE0Mi40Mjd6IiBmaWxsPSIjNjE2MTYxIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    border: solid .5px #616161;
    border-radius: 50%;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.go-top.-active {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #fff
}

@media all and (max-width: 685px) {
    .go-top {
        margin-top: 2.778rem
    }
}

.popular-models h1.title {
    text-align: center
}

.models-slider {
    position: relative;
    width: 100%
}

@media all and (max-width: 1259px) {
    .models-slider {
        max-width: 910px
    }
}

@media only screen and (max-width: 1024px) {
    .models-slider {
        max-width: 890px
    }
}

@media all and (max-width: 969px) {
    .models-slider {
        max-width: 600px
    }
}

@media all and (max-width: 679px) {
    .models-slider {
        max-width: 310px
    }
}

.models-slider__wrapper {
    overflow: hidden
}

.models-slider__list {
    display: -ms-flexbox;
    display: flex
}

.models-slider__btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px #979797;
    top: 50%;
    border-radius: 5px;
    color: #616161
}

@media all and (max-width: 389px) {
    .models-slider__btn {
        top: 100%;
        -ms-transform: none !important;
        transform: none !important;
        margin-top: 30px
    }
}

.models-slider__btn.-next {
    right: -10px;
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media only screen and (max-width: 1024px) {
    .models-slider__btn.-next {
        right: -20px
    }
}

@media all and (max-width: 389px) {
    .models-slider__btn.-next {
        right: 25%
    }
}

.models-slider__btn.-prev {
    left: -10px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width: 1024px) {
    .models-slider__btn.-prev {
        left: -20px
    }
}

@media all and (max-width: 389px) {
    .models-slider__btn.-prev {
        left: 25%
    }
}

.cart h1.title {
    margin-top: .5556rem;
    margin-bottom: 1em
}

.cart__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 1023px) {
    .cart__grid {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.cart__grid-overview {
    max-width: 550px;
    width: 100%;
    padding: 20px 20px 25px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start
}

@media all and (min-width: 1170px) {
    .cart__grid-overview {
        padding-top: 35px
    }
}

@media all and (max-width: 1169px) {
    .cart__grid-overview {
        max-width: 450px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

@media only screen and (max-width: 1023px) {
    .cart__grid-overview {
        padding: 0 0 40px;
        max-width: 605px;
        margin-bottom: 40px
    }
}

@media all and (max-width: 519px) {
    .cart__grid-overview {
        max-width: 505px
    }
}

.cart__grid-data {
    max-width: 580px;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .cart__grid-data {
        max-width: 100%
    }
}

.cart__photo {
    cursor: pointer;
    max-width: 90%;
    max-height: 90%;
    width: auto;
    margin: auto
}

@media all and (max-width: 419px) {
    .cart__photo {
        max-width: 100%;
        max-height: 100%
    }
}

.cart__photo-box {
    max-width: 390px;
    height: 325px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-right: 19px
}

@media only screen and (max-width: 1023px) {
    .cart__photo-box {
        margin-right: 0
    }
}

@media all and (max-width: 419px) {
    .cart__photo-box {
        height: 80vw
    }
}

.cart__preview {
    width: auto;
    margin: auto
}

.cart__preview-btn {
    right: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px #979797;
    border-radius: 5px;
    font-size: 27px;
    color: #616161
}

@media all and (max-width: 1169px) {
    .cart__preview-btn {
        bottom: 68px
    }
}

@media all and (max-width: 519px) {
    .cart__preview-btn {
        bottom: 0
    }
}

.cart__preview-btn.-next {
    right: 0
}

@media all and (min-width: 1170px) {
    .cart__preview-btn.-next {
        right: 58px;
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 100px;
        width: 25px;
        bottom: -38px
    }
}

@media all and (max-width: 519px) {
    .cart__preview-btn.-next {
        right: 35%
    }
}

.cart__preview-btn.-prev {
    left: 0
}

@media all and (min-width: 1170px) {
    .cart__preview-btn.-prev {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 100px;
        width: 25px;
        right: 58px;
        left: auto;
        top: -37px
    }
}

@media only screen and (max-width: 1023px) {
    .cart__preview-btn.-prev {
        left: 0
    }
}

@media all and (max-width: 519px) {
    .cart__preview-btn.-prev {
        left: 35%
    }
}

.cart__preview-list {
    overflow: hidden
}

@media all and (min-width: 1169px) {
    .cart__preview-list {
        max-height: 330px
    }
}

@media all and (max-width: 1169px) {
    .cart__preview-list {
        display: -ms-flexbox;
        display: flex;
        max-width: 300px
    }
}

@media only screen and (max-width: 1023px) {
    .cart__preview-list {
        max-width: 500px
    }
}

@media all and (max-width: 639px) {
    .cart__preview-list {
        max-width: 400px
    }
}

@media all and (max-width: 519px) {
    .cart__preview-list {
        display: none
    }
}

.cart__preview-item {
    cursor: pointer;
    max-width: 100px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 10px;
    padding: 1px;
    border: 1px solid #979797;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .cart__preview-item {
        margin-bottom: 0
    }
}

.cart__feature {
    font-size: 1.111rem;
    margin-top: 7.777rem;
    margin-bottom: 3.333rem;
    font-family: "HelveticaL"
}

@media all and (max-width: 1069px) {
    .cart__feature {
        font-size: 1rem
    }
}

.cart__feature-row {
    display: -ms-flexbox;
    display: flex
}

.cart__feature-row:nth-child(2n-1) {
    background-color: #f6f6f6
}

@media all and (max-width: 559px) {
    .cart__feature-row {
        display: block
    }

    .cart__feature-row:nth-child(2n-1) {
        background-color: transparent
    }
}

.cart__feature-col {
    max-width: 50%;
    width: 100%;
    padding: .775em 1em
}

@media all and (max-width: 559px) {
    .cart__feature-col {
        max-width: 100%
    }

    .cart__feature-col:nth-child(2n-1) {
        background-color: #f6f6f6
    }
}

.cart .modal {
    position: fixed;
    border: 1px solid gray;
    padding: 2vw;
    width: 98vw;
    height: 98vh;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    top: 1vh
}

.cart .modal__close {
    position: absolute;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OS44IDQ4OS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODkuOCA0ODkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MzguMiwwSDUxLjZDMjMuMSwwLDAsMjMuMiwwLDUxLjZ2Mzg2LjZjMCwyOC41LDIzLjIsNTEuNiw1MS42LDUxLjZoMzg2LjZjMjguNSwwLDUxLjYtMjMuMiw1MS42LTUxLjZWNTEuNiAgICBDNDg5LjgsMjMuMiw0NjYuNiwwLDQzOC4yLDB6IE00NjUuMyw0MzguMmMwLDE0LjktMTIuMiwyNy4xLTI3LjEsMjcuMUg1MS42Yy0xNC45LDAtMjcuMS0xMi4yLTI3LjEtMjcuMVY1MS42ICAgIGMwLTE0LjksMTIuMi0yNy4xLDI3LjEtMjcuMWgzODYuNmMxNC45LDAsMjcuMSwxMi4yLDI3LjEsMjcuMVY0MzguMnoiIGZpbGw9IiM4MjgyODIiLz4KCQk8cGF0aCBkPSJNMzE5LDE3MC44Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMGwtNTYuOCw1Ni44bC01Ni44LTU2LjhjLTQuOC00LjgtMTIuNS00LjgtMTcuMywwcy00LjgsMTIuNSwwLDE3LjNsNTYuOCw1Ni44ICAgIGwtNTYuOCw1Ni44Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNTYuOC01Ni44bDU2LjgsNTYuOGMyLjQsMi40LDUuNSwzLjYsOC43LDMuNiAgICBzNi4zLTEuMiw4LjctMy42YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zbC01Ny01Ni44bDU2LjgtNTYuOEMzMjMuOCwxODMuMywzMjMuOCwxNzUuNiwzMTksMTcwLjh6IiBmaWxsPSIjODI4MjgyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.cart .modal__img {
    margin: auto;
    max-width: 99%;
    width: auto;
    max-height: 99%;
    height: auto
}

.cart .modal__btn {
    width: 50px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzAwMDAwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
    top: 50%
}

.cart .modal__btn.-prev {
    left: 20px;
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.cart .modal__btn.-next {
    right: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product {
    max-width: 290px;
    min-width: 290px;
    width: 100%;
    border: solid 1px #979797;
    font-family: "HelveticaL";
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.product.-viewed:hover *, .product:hover * {
    color: #000 !important
}

.product.-viewed > .product__more, .product:hover > .product__more {
    background-color: #ffc200;
    border: none
}

.product.-viewed * {
    color: #6c6c6c !important
}

.product__img {
    width: auto
}

.product__review {
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.product__name {
    font-size: 1.111em;
    color: #353b40
}

.product__model {
    font-size: .9444em;
    color: #616161
}

.product__more {
    font-size: .8889rem;
    color: #242424;
    width: 9.375em;
    min-height: 2.5em;
    height: 2.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.product__price-box {
    color: #616161
}

.product__price-box > div b {
    color: #353b40
}

.product__price.-pair:before {
    width: 30px;
    height: 25px;
    background-image: url(../img/medisa/shoes.svg);
    left: -4px
}

.product__price.-box:before {
    width: 20px;
    height: 20px;
    background-image: url(../img/medisa/box-closed.svg)
}

.search {
    margin-bottom: 1.667rem
}

.search__title {
    font-size: 1.333rem;
    margin-bottom: 10px
}

.search-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width: 767px) {
    .search-form {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .search-form > * {
        margin-bottom: 20px;
        margin-right: 0 !important
    }

    .search-form > :last-child {
        margin-bottom: 0
    }
}

@media all and (max-width: 414px) {
    .search-form {
        -ms-flex-align: center;
        align-items: center
    }

    .search-form > div, .search-form > input {
        max-width: 100%
    }
}

.search-form > * {
    margin-right: 2.222rem;
    height: 2.278rem;
    font-size: 1rem
}

.search-form > :last-child {
    margin-right: 0
}

.search-form__input, .search-form__select {
    max-width: 360px;
    width: 100%;
    border-radius: 5px;
    border: solid 1px #979797
}

.search-form__input {
    padding: 0 10px
}

.search-form__select {
    overflow: hidden;
    background-color: #fff;
    z-index: 100;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.search-form__select.-open {
    height: auto;
    z-index: 100000
}

.search-form__select.-open > .search-form__option:first-child {
    text-decoration: underline;
    cursor: auto
}

.search-form__option {
    height: 2.278rem;
    padding: 0 30px 0 10px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2
}

.search-form__option:hover {
    background-color: #ffc200
}

.search-form__option:first-child {
    position: relative
}

.search-form__option:first-child:after {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQwMS45OTggNDAxLjk5OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAxLjk5OCA0MDEuOTk4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTczLjA5MiwxNjQuNDUyaDI1NS44MTNjNC45NDksMCw5LjIzMy0xLjgwNywxMi44NDgtNS40MjRjMy42MTMtMy42MTYsNS40MjctNy44OTgsNS40MjctMTIuODQ3ICAgIGMwLTQuOTQ5LTEuODEzLTkuMjI5LTUuNDI3LTEyLjg1TDIxMy44NDYsNS40MjRDMjEwLjIzMiwxLjgxMiwyMDUuOTUxLDAsMjAwLjk5OSwwcy05LjIzMywxLjgxMi0xMi44NSw1LjQyNEw2MC4yNDIsMTMzLjMzMSAgICBjLTMuNjE3LDMuNjE3LTUuNDI0LDcuOTAxLTUuNDI0LDEyLjg1YzAsNC45NDgsMS44MDcsOS4yMzEsNS40MjQsMTIuODQ3QzYzLjg2MywxNjIuNjQ1LDY4LjE0NCwxNjQuNDUyLDczLjA5MiwxNjQuNDUyeiIgZmlsbD0iIzAwMDAwMCIvPgoJCTxwYXRoIGQ9Ik0zMjguOTA1LDIzNy41NDlINzMuMDkyYy00Ljk1MiwwLTkuMjMzLDEuODA4LTEyLjg1LDUuNDIxYy0zLjYxNywzLjYxNy01LjQyNCw3Ljg5OC01LjQyNCwxMi44NDcgICAgYzAsNC45NDksMS44MDcsOS4yMzMsNS40MjQsMTIuODQ4TDE4OC4xNDksMzk2LjU3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4czkuMjMzLTEuODExLDEyLjg0Ny01LjQyOGwxMjcuOTA3LTEyNy45MDYgICAgYzMuNjEzLTMuNjE0LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0OGMwLTQuOTQ4LTEuODEzLTkuMjI5LTUuNDI3LTEyLjg0N0MzMzguMTM5LDIzOS4zNTMsMzMzLjg1NCwyMzcuNTQ5LDMyOC45MDUsMjM3LjU0OXoiIGZpbGw9IiMwMDAwMDAiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    right: 7px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-form__option:first-child:hover {
    background-color: #fff
}

.search-form__submit {
    min-width: 150px;
    width: 8.333em;
    padding: 0 10px;
    background-color: #ffc200;
    border-radius: 5px
}

.thank {
    padding: 30px 0 0;
    max-width: 1006px;
    margin: 0 auto
}

.thank > * {
    margin-bottom: 2.222rem
}

@media all and (max-width: 459px) {
    .thank > * {
        margin-bottom: 1.111rem
    }
}

.thank > h1.title {
    text-align: center
}

@media all and (max-width: 459px) {
    .thank > h1.title {
        font-size: 24px
    }
}

.thank p {
    line-height: 1.5;
    font-size: 1.111rem
}

@media all and (max-width: 459px) {
    .thank p {
        font-size: 1rem
    }

    .thank-contact {
        font-size: 16px
    }
}

.thank-contact h2 {
    font-size: 1.556em
}

.thank-contact__row:last-child > .thank-contact__cell {
    padding-bottom: 0
}

.thank-contact__cell {
    padding-bottom: 1.667rem
}

.thank-contact__cell:first-child {
    padding-right: 18px
}

.back-to-site {
    margin: 4.444rem auto 0;
    background-color: #ffc200;
    display: block;
    padding: .8889rem 1.444rem;
    width: -webkit-max-content;
    width: max-content;
    border-radius: 3px
}

@media all and (max-width: 459px) {
    .back-to-site {
        margin-top: 2.222rem
    }
}

.ticker {
    overflow: hidden
}

.ticker__wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.ticker__brand {
    min-width: 145px;
    max-width: 145px;
    height: 145px;
    display: -ms-flexbox;
    display: flex
}

.ticker__brand:hover {
    border: 1px solid #ffc200
}

.ticker__brand-img {
    max-width: 100px;
    height: auto;
    max-height: 100px;
    width: auto;
    margin: auto
}

.catalog {
    -ms-flex: 1;
    flex: 1
}

.catalog-description {
    margin-bottom: 5.556rem
}

@media only screen and (max-width: 768px) {
    .catalog-description {
        margin-bottom: 2.778rem
    }
}

@media all and (max-width: 460px) {
    .catalog-description {
        font-size: 16px
    }
}

.listing {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .listing {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.listing__grid-aside {
    max-width: 260px;
    min-width: 260px;
    margin-right: 28px
}

@media only screen and (max-width: 1099px) {
    .listing__grid-aside {
        margin-right: 15px
    }
}

@media only screen and (max-width: 1023px) {
    .listing__grid-aside {
        margin-right: 0;
        max-width: 100%;
        width: 100%
    }
}

.listing__grid-main {
    max-width: 870px;
    width: 100%
}

@media only screen and (max-width: 1023px) {
    .listing__grid-main {
        max-width: 100%
    }
}

.listing__grid-main.-full {
    max-width: 100%
}

.listing__grid-main.-full .product {
    max-width: 25%
}

@media all and (max-width: 907px) {
    .listing__grid-main.-full .product {
        max-width: calc(100% / 3)
    }
}

@media all and (max-width: 685px) {
    .listing__grid-main.-full .product {
        max-width: 290px
    }
}

@media all and (max-width: 539px) {
    .listing__grid-main.-full .product {
        margin-bottom: 20px
    }
}

.listing__controls {
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .listing__controls {
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 685px) {
    .listing__controls {
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media all and (max-width: 599px) {
    .listing__controls {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.listing__controls > .control-sort:last-child {
    margin-left: 110px
}

@media all and (max-width: 685px) {
    .listing__controls > .control-sort:last-child {
        margin-left: 0
    }
}

.listing-filter {
    border-radius: 5px;
    border: solid 1px #979797;
    margin-bottom: 3.889rem
}

@media only screen and (max-width: 1023px) {
    .listing-filter {
        display: none
    }
}

@media all and (max-width: 420px) {
    .listing-filter {
        margin-bottom: 2.222rem
    }
}

.listing-filter.-show, .listing-filter__item.-open > .listing-filter__item-content {
    display: block
}

.listing-filter__control {
    display: none;
    height: 2.5em;
    font-size: 1rem;
    padding: 0 1em;
    min-width: 200px;
    text-transform: uppercase;
    color: #fff;
    background-color: #292d78;
    border-radius: 5px;
    margin-bottom: 20px
}

@media only screen and (max-width: 1023px) {
    .listing-filter__control {
        display: block
    }
}

.listing-filter__item {
    border-bottom: solid 1px #979797
}

.listing-filter__item:last-child {
    border-bottom: none;
    padding: 10px 0
}

@media all and (min-width: 460px) and (max-width: 1023px) {
    .listing-filter__item:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .listing-filter__item:last-child > * {
        margin-bottom: 0
    }
}

.listing-filter__item-header {
    cursor: pointer;
    padding: 1.111rem .5556rem 1.111rem 1.667rem
}

.listing-filter__item-content {
    display: none;
    font-size: .7778rem;
    padding: 0 .5556rem 1.111rem 1.667rem
}

.listing-filter__item.-open > .listing-filter__item-header {
    padding-bottom: 0
}

.listing-filter__item.-open .listing-filter__item-title:before {
    top: -1px;
    left: -15px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.listing-filter__item-title {
    position: relative
}

.listing-filter__item-title:before {
    content: "›";
    display: block;
    position: absolute;
    font-size: 1.222rem;
    left: -20px;
    top: 0;
    -ms-transform: translate(0%, -20%);
    transform: translate(0%, -20%)
}

.listing-filter__item-reset {
    cursor: pointer;
    margin-top: .5556rem;
    color: #888;
    text-decoration: underline;
    display: inline-block
}

.listing-filter__item-reset:hover {
    color: #000
}

.listing-filter__item > button,
.listing-filter__item > a {
    font-size: .9444rem;
    width: 10.588em;
    padding: .588em;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto
}

.form-clear {
    border: 1px solid #000;
    color: #888;
    text-align: center;
}

.listing-filter__item > a:last-child {
    margin-bottom: 0
}

.listing-filter__price {
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.111rem
}

.listing-filter__check-list {
    margin-top: 1.111rem
}

.listing-filter__check-list.-multi, .listing__generated-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.listing-filter__check-list.-multi > .checkbox-label {
    max-width: 50%;
    width: 100%
}

.listing__generated-container {
    margin-bottom: 3.889rem;
    max-width: 100%;
    padding-left: 2px
}

@media all and (max-width: 481px) {
    .listing__generated-container {
        padding-left: 0
    }
}

@media only screen and (max-width: 1023px) {
    .listing__generated-container {
        margin-left: auto;
        margin-right: auto
    }
}

@media all and (max-width: 685px) {
    .listing__generated-container {
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media all and (max-width: 464px) {
    .listing__generated-container {
        max-width: 310px;
        border: none
    }
}

.listing__generated-container > .product {
    -ms-flex: 1;
    flex: 1;
    min-width: 222px;
    max-width: calc(100% / 3)
}

.listing__generated-container > .product:nth-child(3n), .listing__generated-container > .product:nth-child(3n-1) {
    margin-left: -1px
}

.listing__generated-container > .product:nth-child(n+4) {
    margin-top: -1px
}

@media only screen and (max-width: 1159px) {
    .listing__generated-container > .product {
        padding: 10px 15px 15px;
        font-size: 17px
    }
}

@media all and (min-width: 925px) and (max-width: 1024px) {
    .listing__generated-container > .product {
        max-width: 25%
    }

    .listing__generated-container > .product:nth-child(3n), .listing__generated-container > .product:nth-child(3n-1) {
        margin-left: 0
    }

    .listing__generated-container > .product:nth-child(n+4) {
        margin-top: 0
    }

    .listing__generated-container > .product:nth-child(4n), .listing__generated-container > .product:nth-child(4n-1), .listing__generated-container > .product:nth-child(4n-2) {
        margin-left: -1px
    }

    .listing__generated-container > .product:nth-child(n+5) {
        margin-top: -1px
    }
}

@media all and (max-width: 702px) {
    .listing__generated-container > .product {
        max-width: 50%;
        margin-left: 0;
        margin-top: 0
    }

    .listing__generated-container > .product:nth-child(n+2) {
        margin-left: 0;
        margin-top: -1px
    }

    .listing__generated-container > .product:nth-child(2n) {
        margin-left: -1px
    }

    .listing__generated-container > .product:nth-child(2) {
        margin-top: 0
    }
}

@media all and (max-width: 481px) {
    .listing__generated-container > .product {
        max-width: 300px;
        margin-bottom: 20px
    }
}

@media all and (max-width: 464px) {
    .listing__generated-container > .product {
        max-width: 290px;
        margin-bottom: 20px;
        border: 1px solid #979797
    }
}

.form-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px
}

.form-control:last-child {
    margin-right: 0
}

.form-control__input {
    width: 3.889rem;
    height: 1.778rem;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #979797;
    margin-left: 10px
}

.form-submit {
    background-color: #ffc200
}

.form-submit:hover {
    background-color: #ffac00
}

.form-clear {
    border: 1px solid #000;
    color: #888
}

.form-clear:hover {
    text-decoration: underline
}

.checkbox {
    margin: 0 10px 0 0;
    float: left;
    width: .8333rem;
    height: .8333rem
}

.checkbox-label {
    display: block;
    margin-bottom: .8333rem;
    max-width: -webkit-max-content;
    max-width: max-content;
    cursor: pointer
}

.checkbox-label:last-child {
    margin-bottom: 0
}

.checkbox-text {
    vertical-align: middle
}

.checkbox-text:hover, .footer-content__bottom a {
    text-decoration: underline
}

.contacts strong {
    font-size: 2.222rem;
    font-family: "HelveticaB";
    margin-bottom: 2.222rem;
    text-align: center
}

.contacts-map {
    width: 100%;
    height: 37vw
}

@media only screen and (max-width: 1024px) {
    .contacts-map {
        height: 40vw
    }
}

@media only screen and (max-width: 768px) {
    .contacts-map {
        height: 45vw
    }
}

@media all and (max-width: 640px) {
    .contacts-map {
        height: 55vw
    }
}

.contacts-map__box {
    margin-bottom: 3.889rem
}

.our-shop__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.111rem -2.778rem
}

@media all and (max-width: 1199px) {
    .our-shop__list {
        max-width: 800px;
        margin: 0 auto -2.778rem
    }
}

@media all and (max-width: 819px) {
    .our-shop__list {
        max-width: 748px
    }
}

@media only screen and (max-width: 767px) {
    .our-shop__list {
        max-width: 360px
    }
}

.our-shop__item {
    font-size: 1rem;
    max-width: 360px;
    overflow: hidden;
    margin: 0 1.111em 2.778em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

@media all and (max-width: 819px) {
    .our-shop__item {
        margin: 0 7px 2.778em
    }
}

@media only screen and (max-width: 767px) {
    .our-shop__item {
        margin: 0 0 2.778em
    }
}

@media all and (max-width: 459px) {
    .our-shop__item {
        font-size: 16px
    }
}

.our-shop__item-img {
    min-height: 270px;
    max-height: 270px;
    min-width: 100%;
    width: auto;
    margin: 0 auto 2.222em
}

@media all and (max-width: 460px) {
    .our-shop__item-img {
        margin-bottom: 1em
    }
}

@media all and (max-width: 399px) {
    .our-shop__item-img {
        min-height: auto
    }
}

.our-shop__item-name {
    line-height: 1.25;
    font-size: 1.333em
}

.our-shop__item-address {
    display: block;
    min-height: 5em
}

.event-description p, .our-shop__item-address, .our-shop__item-worktime {
    line-height: 1.67;
    font-family: "HelveticaL"
}

.our-shop__item-phone {
    margin-top: 1.111em;
    font-size: 1.333em
}

.our-shop__item-phone > span {
    font-family: "HelveticaL";
    font-size: 1em
}

.description > ul > li {
    line-height: 1.44;
    position: relative;
    padding-left: 1.389em
}

.description > ul > li:before {
    position: absolute;
    content: '●';
    display: block;
    top: 0;
    left: 0
}

.event-detail h1.title {
    max-width: 780px;
    line-height: 1.2;
    margin-bottom: 3.333rem
}

@media all and (max-width: 459px) {
    .event-detail h1.title {
        font-size: 1.25rem
    }
}

.event-detail__title {
    margin-bottom: 1.667rem;
    font-size: 1.333rem;
    text-align: center
}

.footer {
    padding: 2.778rem 0;
    background-color: #292d78;
    color: #fff
}

@media only screen and (max-width: 1023px) {
    .footer {
        padding: 25px 0
    }
}

.footer-content__main {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 1023px) {
    .footer-content__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (max-width: 639px) {
    .footer-content__main .logo {
        margin: auto
    }
}

@media only screen and (max-width: 1023px) {
    .footer-content__main .logo__link {
        margin-bottom: 25px;
        padding-left: 20px
    }
}

@media all and (max-width: 639px) {
    .footer-content__main .logo__link {
        padding-left: 0;
        margin: 0 auto 25px
    }
}

.footer-content__bottom {
    margin-top: 2.778rem;
    display: -ms-flexbox;
    display: flex
}

@media all and (max-width: 1199px) {
    .footer-content__bottom {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media only screen and (max-width: 1023px) {
    .footer-content__bottom {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-content__bottom > * {
    opacity: .8;
    font-size: .8889rem
}

@media only screen and (max-width: 1023px) {
    .footer-content__bottom > * {
        margin-bottom: 15px
    }
}

.footer-content__bottom > p {
    width: 50%;
    text-align: center
}

.footer-content__bottom > p:first-child, .footer-content__bottom > p:last-child {
    width: 25%;
    text-align: left
}

@media all and (max-width: 1199px) {
    .footer-content__bottom a, .footer-content__bottom > p {
        width: auto !important
    }
}

.footer-menu {
    max-width: 830px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px
}

@media only screen and (max-width: 1023px) {
    .footer-menu {
        max-width: 100%
    }
}

@media all and (max-width: 639px) {
    .footer-menu {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.footer-menu__col {
    -ms-flex: 1 3;
    flex: 1 3;
    padding-left: 1.111rem
}

@media all and (max-width: 639px) {
    .footer-menu__col {
        margin-bottom: 45px;
        padding-left: 0
    }

    .footer-menu__col:last-child {
        margin-bottom: 0
    }
}

.footer-menu__item {
    margin-bottom: 1rem;
    line-height: 1.11
}

.footer-menu__item:last-child {
    margin-bottom: 0
}

.footer-menu__item > a {
    text-decoration: underline;
    width: -webkit-max-content;
    width: max-content
}

@media all and (max-width: 639px) {
    .footer-menu__item > a {
        margin: auto
    }
}

.header {
    padding: 25px 0;
    position: relative
}

.header > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .header > .container {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header > .container > * {
        margin-bottom: 25px
    }

    .header > .container > :last-child {
        margin-bottom: 0
    }
}

.header-search {
    max-width: 560px;
    width: 100%;
    position: relative;
    margin-right: 70px
}

@media only screen and (max-width: 767px) {
    .header-search {
        margin-right: 0
    }
}

.header-search__input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
    border-radius: 5px;
    border: solid 1px #979797;
    color: #979797;
    font-size: 1rem
}

.header-search__submit {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/medisa/search.svg);
    background-size: 100%;
    background-repeat: no-repeat
}

.header-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.header-contacts__icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    fill: #292d78
}

.logo {
    max-width: 260px;
    min-height: 70px;
    height: auto;
    width: 100%;
    margin-right: 35px
}

@media only screen and (max-width: 767px) {
    .logo {
        margin-right: 0
    }
}

.logo__link {
    display: -ms-flexbox;
    display: flex
}

.news__item {
    position: relative;
    padding: 1.111rem 1.111rem 1.944rem
}

.news__item-link {
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: "HelveticaL"
}

.news-slider__nav-item:after {
    background-color: #292d78
}

.popular-models {
    padding-bottom: 50px
}

@media all and (max-width: 389px) {
    .popular-models {
        padding-bottom: 80px
    }
}

.popup {
    display: none;
    max-width: 1160px;
    width: 100%;
    padding: 0 60px 95px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    background-color: #c5cae8;
    z-index: 1000000
}

@media only screen and (max-width: 1024px) {
    .popup {
        top: 0 !important;
        position: fixed;
        width: 100vw;
        height: 100vh
    }
}

@media only screen and (max-width: 767px) {
    .popup {
        padding: 0 20px
    }
}

@media all and (max-width: 459px) {
    .popup {
        padding: 0 10px
    }
}

.popup.-contacts {
    top: 100%
}

.popup.-product {
    top: 0
}

.cart-info span, .popup.-show {
    display: block
}

.popup__inner {
    position: relative
}

.popup__title {
    font-size: 1.667rem;
    margin-top: 1.111rem;
    margin-bottom: 1.111rem;
    padding-right: 100px;
    font-family: "HelveticaB"
}

@media all and (max-width: 459px) {
    .popup__title {
        padding-right: 50px;
        font-size: 1.333rem
    }
}

.popup__close-btn {
    position: absolute;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4OS44IDQ4OS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODkuOCA0ODkuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00MzguMiwwSDUxLjZDMjMuMSwwLDAsMjMuMiwwLDUxLjZ2Mzg2LjZjMCwyOC41LDIzLjIsNTEuNiw1MS42LDUxLjZoMzg2LjZjMjguNSwwLDUxLjYtMjMuMiw1MS42LTUxLjZWNTEuNiAgICBDNDg5LjgsMjMuMiw0NjYuNiwwLDQzOC4yLDB6IE00NjUuMyw0MzguMmMwLDE0LjktMTIuMiwyNy4xLTI3LjEsMjcuMUg1MS42Yy0xNC45LDAtMjcuMS0xMi4yLTI3LjEtMjcuMVY1MS42ICAgIGMwLTE0LjksMTIuMi0yNy4xLDI3LjEtMjcuMWgzODYuNmMxNC45LDAsMjcuMSwxMi4yLDI3LjEsMjcuMVY0MzguMnoiIGZpbGw9IiM4MjgyODIiLz4KCQk8cGF0aCBkPSJNMzE5LDE3MC44Yy00LjgtNC44LTEyLjUtNC44LTE3LjMsMGwtNTYuOCw1Ni44bC01Ni44LTU2LjhjLTQuOC00LjgtMTIuNS00LjgtMTcuMywwcy00LjgsMTIuNSwwLDE3LjNsNTYuOCw1Ni44ICAgIGwtNTYuOCw1Ni44Yy00LjgsNC44LTQuOCwxMi41LDAsMTcuM2MyLjQsMi40LDUuNSwzLjYsOC43LDMuNnM2LjMtMS4yLDguNy0zLjZsNTYuOC01Ni44bDU2LjgsNTYuOGMyLjQsMi40LDUuNSwzLjYsOC43LDMuNiAgICBzNi4zLTEuMiw4LjctMy42YzQuOC00LjgsNC44LTEyLjUsMC0xNy4zbC01Ny01Ni44bDU2LjgtNTYuOEMzMjMuOCwxODMuMywzMjMuOCwxNzUuNiwzMTksMTcwLjh6IiBmaWxsPSIjODI4MjgyIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    right: 0;
    top: -6px;
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

@media only screen and (max-width: 767px) {
    .popup__close-btn {
        -ms-transform: none;
        transform: none
    }
}

.popup__grid {
    width: 100%
}

.popup__grid-head {
    background-color: #ffcb00;
    margin-bottom: 5px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px
}

@media only screen and (max-width: 1023px) {
    .popup__grid-head {
        padding: 5px 40px
    }
}

@media all and (max-width: 639px) {
    .popup__grid-head {
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 5px 20px
    }
}

@media all and (max-width: 459px) {
    .popup__grid-head {
        display: none
    }
}

.popup__grid-head * {
    font-size: 1rem !important;
    line-height: 1.23
}

.popup__grid-head > .popup__grid-col {
    margin-bottom: 0 !important;
    width: calc(100% / 3);
    padding-right: 0
}

@media only screen and (max-width: 1023px) {
    .popup__grid-head > .popup__grid-col {
        margin-top: 0 !important;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    .popup__grid-head > .popup__grid-col {
        max-width: -webkit-max-content;
        max-width: max-content;
        width: -webkit-max-content;
        width: max-content
    }
}

.popup__grid-head > .popup__grid-col:first-child {
    text-align: left
}

.popup__grid-body {
    overflow-y: auto;
    overflow-x: hidden
}

.popup__grid-row {
    padding: 10px 40px;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    font-family: "HelveticaL";
    margin-bottom: 2px
}

@media only screen and (max-width: 1023px) {
    .popup__grid-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media all and (max-width: 639px) {
    .popup__grid-row {
        padding: 10px 20px
    }
}

@media all and (max-width: 459px) {
    .popup__grid-row {
        padding: 5px 10px 10px
    }
}

.popup__grid-col {
    -ms-flex: 1;
    flex: 1;
    padding-right: 2.222rem;
    line-height: 1.67
}

@media only screen and (max-width: 1023px) {
    .popup__grid-col {
        -ms-flex: none;
        flex: none;
        width: 100%;
        max-width: 50%;
        padding-right: 0
    }
}

@media all and (max-width: 639px) {
    .popup__grid-col {
        max-width: 100%;
        margin-bottom: 15px
    }

    .popup__grid-col:last-child {
        margin-bottom: 0
    }

    .popup__grid-col > br {
        display: none
    }
}

.popup__grid-col:first-child {
    -ms-flex: 1 400px;
    flex: 1 400px;
    max-width: 400px;
    font-size: .7778rem
}

@media only screen and (max-width: 1023px) {
    .popup__grid-col:first-child {
        max-width: 100%;
        margin-bottom: 25px;
        -ms-flex: none;
        flex: none
    }
}

@media all and (max-width: 639px) {
    .popup__grid-col:first-child {
        margin-bottom: 15px
    }
}

.popup__grid-col:first-child > p {
    font-size: 1rem;
    line-height: 2.14;
    font-family: Helvetica, serif
}

@media only screen and (max-width: 1023px) {
    .popup__grid-col:last-child {
        margin-top: -8px
    }
}

.popup__grid-col:last-child > span {
    font-size: 1.333rem
}

@media all and (max-width: 659px) {
    .popup__grid-col:last-child > br {
        display: block
    }
}

.popup__grid-footer {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 40px;
    background-color: #fff
}

@media only screen and (max-width: 1023px) {
    .popup__grid-footer {
        padding: 10px 40px
    }
}

@media all and (max-width: 459px) {
    .popup__grid-footer {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.popup__product-img {
    margin-right: 30px;
    max-width: 100px;
    width: auto;
    max-height: 100px;
    height: auto
}

.popup__map-link, .popup__product-name {
    font-size: 1.111rem
}

.popup__map-link {
    position: absolute;
    text-decoration: underline;
    right: 125px;
    bottom: 40px
}

@media all and (max-width: 459px) {
    .cart > h1.title {
        font-size: 1.5rem
    }
}

.cart__grid {
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.cart__preview-item.-active {
    border-color: #393186;
    border-width: 3px
}

@media only screen and (max-width: 1023px) {
    .cart-info {
        padding: 0 1em
    }
}

@media all and (max-width: 459px) {
    .cart-info {
        padding: 0
    }
}

.cart-info__price {
    font-size: 2rem;
    margin-bottom: 1.667rem
}

.cart-info__price span.price-old{
    display:inline;
    text-decoration: line-through;
    color: #979797;
    margin-right: 5px;
}

.popup__grid-col span.price-old{
    display:inline;
    text-decoration: line-through;
    color: #979797;
    margin-right: 5px;
}

.product__price-box b.price-old{
    display:inline;
    text-decoration: line-through;
    color: #979797;
    margin-right: 5px;
}
.product__price-box b.price-old:hover{
    color: #979797 !important;
}


.cart-info__size-list, .cart-info__size-title, .cart-info__vendor-code {
    margin-bottom: 1.111rem
}

.cart-info__size-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-info__size-numeral {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.222;
    margin-right: 10px
}

.cart-info__size-numeral.-active {
    border: 2px solid #393186
}

.cart-info__size-numeral.not-size {
    width: auto;
    height: auto;
    padding: 0 10px;
}

.cart-info__presence {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex
}

.cart-info__presence > span {
    text-decoration: underline
}

.product {
    padding: 25px 25px 30px;
    position: relative;
    overflow: hidden
}

.product__mark {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 20px 0
}

.product__mark-item {
    font-size: .7778rem;
    height: 2.143em;
    line-height: 2.143em;
    padding: 0 1.199em;
    display: inline-block
}

.product__img {
    max-width: 168px;
    height: 100%;
    margin: auto 0
}

.product__img-box {
    height: 173px;
    margin-bottom: 2.556rem;
    display: -ms-flexbox;
    display: flex
}

.product__name {
    margin-bottom: .5556rem
}

.product__model {
    margin-bottom: 1.667rem
}

.product__price {
    margin-bottom: .5556rem
}

.product__price-box {
    font-size: 1.333rem;
    margin-bottom: 1.778rem
}

.product__price-box > div b {
    margin-right: 6px;
}

.product__price.-sale > b {
    font-family: "RobotoR";
    color: #616161;
    text-decoration: line-through;
    margin-right: 1.111rem
}

.product__price.-sale > span {
    color: #dd3b3b !important;
    font-family: 'Helvetica'
}

.product__price:last-child {
    margin-bottom: 0
}

.catalog-description {
    line-height: 1.67
}

.listing__controls {
    margin-bottom: 1.111rem
}

.events {
    font-size: 1rem
}

@media only screen and (max-width: 767px) {
    .events {
        font-size: 16px
    }
}

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

.events__item {
    font-size: 1.333em;
    margin-bottom: 2.222em;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4
}

@media all and (max-width: 639px) {
    .events__item {
        display: block
    }
}

@media all and (max-width: 459px) {
    .events__item {
        margin-bottom: 1.111em
    }
}

.events__date {
    margin-right: 3.056em;
    display: block
}

.events__link {
    font-family: "HelveticaL";
    text-decoration: underline
}

.wait-you {
    text-align: center
}

.wait-you * {
    font-family: Helvetica !important
}

.is-home .popular-models {
    padding-bottom: 0
}

@media all and (max-width: 389px) {
    .is-home .popular-models {
        padding-bottom: 80px
    }
}


.cart__price-grid-row {
    display: -ms-flexbox;
    display: flex;
    /*margin-bottom: 2rem;*/
    padding-top: 50px;
    float: right;
}

/*---------------------------------------------------*/

.cart__price-grid-col {
    padding-top: .5556rem;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.333rem;
}

@media all and (max-width: 1023px) {
    .cart__price-grid-col {
        min-width: 50% !important;
        max-width: 50% !important;
        width: 100%;
        padding-top: 0;
        margin: 0 !important
    }
}

@media all and (max-width: 1023px) {
    .cart__price-grid-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 48%;
        width: 100%;
        background-color: #f6f6f6;
        padding: 25px 10px;
        margin-bottom: 25px !important;
        text-align: center
    }
}

@media all and (max-width: 639px) {
    .cart__price-grid-row {
        max-width: 100%
    }
}

@media all and (max-width: 639px) {
    .cart__price-grid-row {
        max-width: 100%
    }
}

.cart__price-grid-row .product-basket__counter {
    margin-bottom: 5px;
}

.cart__price-grid-row .product-basket__counter-box {
    margin-top: -.4em;
    margin-left: 1.444rem;
    margin-right: 50px;
}

@media all and (max-width: 1023px) {
    .cart__price-grid-row .product-basket__counter-box {
        margin: 20px auto 0;
        max-width: 100%
    }
}

.cart__price-grid-row .product-basket__absence {
    font-size: 14px
}


.product-basket__counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -ms-flex-pack: center;
    justify-content: center
}

.product-basket__counter-box {
    position: relative;
    text-align: center;
    min-width: 165px;
    max-width: 165px
}

@media only screen and (max-width: 1023px) {
    .product-basket__counter-box.-error {
        padding-bottom: 25px
    }
}

.product-basket__counter-box.-error .product-basket__count {
    color: red
}

.product-basket__counter-box.-half {
    top: -16px
}

.product-basket__counter-box.-half > .product-basket__counter {
    margin-top: 16px
}

.product-basket__count {
    margin: 0 20px;
    font-size: 1.111rem;
}

.product-basket__count-btn {
    font-size: 1.333rem;
    width: 1.667em;
    height: 1.667em;
    border-radius: 50%;
    padding-bottom: 4px
}

.product-basket__count-btn:last-child {
    border: 1px solid #979797
}

.product-basket__part, .product-basket__reserve {
    font-size: .7778rem;
    color: #949494
}

.cart__price-footer {
    width: -webkit-max-content;
    width: max-content;
    margin-right: 50px;
}

@media all and (max-width: 414px) {
    .cart__price-footer {
        text-align: center;
        margin: auto;
        left: 0;
        position: static;
        -ms-transform: none;
        transform: none
    }
}

.cart__price-btn {
    font-size: 1.111rem;
    min-width: 9.001em;
    padding: .6251em;
    background-color: #ffc200;
    border-radius: 3px
}

.is-hidden {
    display: none !important;
}