@font-face {
    font-family: 'ProximaNova-Regular';
    src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular/ProximaNova-Regular.svg#/fonts/ProximaNova-Regular/ProximaNova-Regular") format("svg");
}

@font-face {
    font-family: 'ProximaNova-Semibold';
    src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot");
    src: url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold/ProximaNova-Semibold.svg#/fonts/ProximaNova-Semibold/ProximaNova-Semibold") format("svg");
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url("../fonts/Jost-SemiBold/Jost-SemiBold.eot");
    src: url("../fonts/Jost-SemiBold/Jost-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-SemiBold/Jost-SemiBold.woff") format("woff"), url("../fonts/Jost-SemiBold/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost-SemiBold/Jost-SemiBold.ttf") format("truetype"), url("../fonts/Jost-SemiBold/Jost-SemiBold.svg#/fonts/Jost-SemiBold/Jost-SemiBold") format("svg");
}

@font-face {
    font-family: 'Jost-Medium';
    src: url("../fonts/Jost-Medium/Jost-Medium.eot");
    src: url("../fonts/Jost-Medium/Jost-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost-Medium/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost-Medium/Jost-Medium.ttf") format("truetype"), url("../fonts/Jost-Medium/Jost-Medium.svg#/fonts/Jost-Medium/Jost-Medium") format("svg");
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-selection {
    background-color: #c61717;
    color: #fff;
}

*::selection {
    background-color: #c61717;
    color: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #c61717;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #e8e8e8;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #333333;
}

body input:required:valid,
body textarea:required:valid {
    color: #333333;
}

html,
body {
    background-color: #fefefe;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: normal;
    font-family: "ProximaNova-Regular", sans-serif;
    overflow-x: hidden;
    opacity: 1;
    color: #333333;
}

.img-responsive,
img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.fz-40 {
    font-size: 40px;
    line-height: 40px;
}

.fz-36 {
    font-size: 36px;
}

.fz-30 {
    font-size: 30px;
}

.fz-24 {
    font-size: 24px;
}

.fz-22 {
    font-size: 22px;
}

.fz-21 {
    font-size: 21px;
}

.fz-20 {
    font-size: 20px;
}

.fz-18 {
    font-size: 18px;
}

.fz-16 {
    font-size: 16px;
}

.fz-14 {
    font-size: 14px;
}

.fz-12 {
    font-size: 12px;
}

.fz-11 {
    font-size: 11px;
}

.fz-9 {
    font-size: 9px;
}

.ff-pnr {
    font-family: 'ProximaNova-Regular', sans-serif;
}

.ff-pnsb {
    font-family: 'ProximaNova-Semibold', sans-serif;
}

.ff-jsb {
    font-family: 'Jost-SemiBold', sans-serif;
}

.ff-jm {
    font-family: 'Jost-Medium', sans-serif;
}

.c__accent {
    color: #c61717;
}

.c__gray {
    color: #818181;
}

body.modal-open .head__fixed.fixed {
    top: -100%;
}

.has-error input,
.has-error textarea {
    border: 1px solid red !important;
}

input,
textarea {
    outline: none;
}

textarea {
    resize: none;
}

strong,
b {
    font-family: 'ProximaNova-Semibold', sans-serif;
    font-weight: bold !important;
}

a {
    text-decoration: none;
    outline: none;
    color: #333333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #c61717;
}

a.active {
    color: #c61717;
}

button {
    outline: none;
    background: transparent;
    font-family: "ProximaNova-Regular", sans-serif;
    border: none;
}

button:hover,
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.js-svg-img {
    opacity: 0;
}

.js-svg-img path {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.js-svg-img.ready {
    opacity: 1;
}

.js-disabled {
    opacity: 1;
}

.js-disabled:disabled {
    opacity: 0.6;
    cursor: auto;
}

.lazy {
    width: 100%;
    background-image: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}

.lazy.loaded {
    width: auto;
    background-image: none;
}

.lazy__w100 {
    width: 100%;
}

.is-head_center {
    display: none;
}

.btn__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 1;
    cursor: pointer;
    border: 1px solid transparent;
    width: 100%;
    min-height: 42px;
    padding: 4px;
}

.btn__accent {
    color: #ffffff;
    background-color: #c61717;
}

.btn__accent:hover,
.btn__accent.active {
    color: #c61717;
    border-color: #c61717;
    background-color: transparent;
}

.modal-calculator .btn__accent:hover {
    color: #fff;
    background-color: #af1414;
}

.modal-calculator .btn__all {
    color: #fff;
}

.btn__gray {
    background-color: #eeeeee;
}

.btn__gray:hover {
    color: #c61717;
    border-color: #c61717;
    background-color: transparent;
}

.btn__green,
.btn__green.active {
    background-color: transparent;
    color: green;
    border-color: green;
}

.btn__green:hover {
    color: #fff;
    border-color: green;
    background-color: green;
}

.btn__comment {
    width: 200px;
    margin-left: auto;
    margin-top: 30px;
}

.inp__all {
    border: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px;
    background-color: #ffffff;
    width: 100%;
    height: 42px;
}

.inp__img {
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding-left: 45px;
    background-color: #eeeeee;
    border: none;
    margin-bottom: 10px;
}

.inp__img::-webkit-input-placeholder {
    color: #666;
}

.inp__img::-moz-placeholder {
    color: #666;
}

.inp__img:-ms-input-placeholder {
    color: #666;
}

.inp__img::-ms-input-placeholder {
    color: #666;
}

.inp__img::placeholder {
    color: #666;
}

.inp__name {
    background-image: url(../icons/user.png);
}

.inp__phone {
    background-image: url(../icons/phone.png);
}

.inp__text {
    background-image: url(../icons/comment.png);
    padding-top: 10px;
}

.inp__company {
    background-image: url(../icons/info2.png);
}

.inp__text {
    height: 140px;
    margin-bottom: 16px;
}

.no__img {
    background-image: none;
}

.title__all {
    margin-bottom: 26px;
}

.title__all.menshmarg {
    margin-bottom: 15px;
}

.text__all {
    margin-bottom: 16px;
    line-height: 20px;
}

.text__all ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.text__all ul li {
    padding-left: 30px;
    margin-bottom: 16px;
    position: relative;
}

.text__all ul li::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #c61717;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.text__all ul li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 7px;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #c61717;
    border-top: none;
    border-left: none;
}

.text__all ul li:last-child {
    margin-bottom: 0;
}

.section__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.head__top {
    background-color: #424d57;
    padding: 8px 0;
}

.head__top .logo {
    display: none;
}

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

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

.head__top-right__block {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}

.head__email {
    margin-right: 15px;
}

.head__city {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head__city-img .js-svg-img {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.head__city-img .js-svg-img path {
    fill: #fff;
}

.head__city-title {
    color: #ffffff;
    margin-left: 8px;
    border-bottom: 1px dashed #fff;
}

.head__phone-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.head__phone-link:hover .head__phone-img .js-svg-img {
    fill: #c61717;
}

.head__phone-link:hover .head__phone-img .js-svg-img path {
    fill: #c61717;
}

.head__phone-img .js-svg-img {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.head__phone-img .js-svg-img path {
    fill: #fff;
}

.head__phone-title {
    margin-left: 10px;
}

.head__menu {
    margin: 0 28px;
    padding: 0 28px;
    border-left: 1px solid #bbbbbb;
}

.head__menu-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.head__menu-li {
    position: relative;
    margin-right: 28px;
}

.head__menu-li:last-child {
    margin-right: 0;
}

.head__menu-a {
    color: #bbbbbb;
}

.head__center {
    padding: 18px 0;
    background-color: #f6f6f6;
}

.head__bottom {
    height: 82px;
}

.head__bottom-js {
    height: 82px;
    padding: 20px 0;
    background-color: #f6f6f6;
    border-top: 1px solid #e7e7e7;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.head__bottom-js.fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

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

.head__search {
    margin-left: 15px;
    width: 100%;
}

.head__search-input {
    border: none;
    background-color: #eeeeee;
    height: 42px;
    padding: 8px 24px;
    padding-right: 50px;
    background-image: url(../icons/search.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    width: 100%;
}

.head__search-input::-webkit-input-placeholder {
    color: #aaaaaa;
}

.head__search-input::-moz-placeholder {
    color: #aaaaaa;
}

.head__search-input:-ms-input-placeholder {
    color: #aaaaaa;
}

.head__search-input::-ms-input-placeholder {
    color: #aaaaaa;
}

.head__search-input::placeholder {
    color: #aaaaaa;
}

.logo {
    display: inline-block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.logo:hover .logo-title {
    border-color: #333333;
}

.logo-title {
    border: 2px solid #c61717;
    padding: 0 4px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.logo-title2 {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: 4px;
}

.main {
    padding: 40px 0;
    background-color: #f6f6f6;
}

.main__text {
    margin-top: 26px;
}

.main__text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main__text ul li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 22px;
    color: #818181;
}


.main__text ul li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #c61717;
    border-radius: 50%;
    background: #f6f6f6;
}

.main__text ul li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #c61717;
    border-radius: 50%;
}

.main__adr {
    margin: 60px 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.main__adr-img .js-svg-img {
    width: 18px;
    height: 18px;
    fill: #c61717;
}

.main__adr-img .js-svg-img path {
    fill: #c61717;
}

.main__adr-title {
    width: 90%;
    margin-left: 10px;
}

.catalog {
    padding: 50px 0;
}

.catalog__menu {
    display: flex;
    gap: 15px;
}

.catalog__menu.active .catalog__menu-bar span {
    width: 0;
}

.catalog__menu.active .catalog__menu-bar::before,
.catalog__menu.active .catalog__menu-bar::after {
    top: 50%;
}

.catalog__menu.active .catalog__menu-bar::before {
    -webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
}

.catalog__menu.active .catalog__menu-bar::after {
    bottom: auto;
    -webkit-transform: translateY(-50%) rotate(-225deg);
    -ms-transform: translateY(-50%) rotate(-225deg);
    transform: translateY(-50%) rotate(-225deg);
}

.catalog__menu.active .catalog__menudop {
    visibility: visible;
    display: block;
    opacity: 1;
}

.catalog__menu-btn {
    width: 184px;
    height: 42px;
    background-color: #c61717;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog__menu-btn:hover {
    background-color: #af1414;
}

.catalog__menu-bar {
    width: 22px;
    height: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 14px;
}

.catalog__menu-bar span {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog__menu-bar::before,
.catalog__menu-bar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.catalog__menu-bar::before {
    top: 0;
}

.catalog__menu-bar::after {
    bottom: 0;
}

.catalog__menudop {
    background-color: #ffffff;
    position: absolute;
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    z-index: 10;
    display: none;
    outline: 1px solid #e6e6e6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.catalog__menudop.scroll_y {
    overflow-y: scroll;
    overflow-x: hidden;
}

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

.catalog__menudop-item__title {
    min-height: 32px;
    padding: 6px 50px;
    background-color: #f4f4f4;
}

.catalog__menudop-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 160px;
    background-color: #ffffff;
    width: 20%;
    padding: 30px;
    position: relative;
}

.catalog__menudop-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-top: none;
}

.catalog__menudop-link:hover,
.catalog__menudop-link.active {
    background-color: #f6f6f6;
}

.catalog__menudop-link__title {
    margin-bottom: 24px;
}

.catalog__menudop-link__title:first-child {
    color: #333333;
}

.catalog__menudop-link__title:last-child {
    color: #818181;
}

.catalog__menudop-link__img {
    mix-blend-mode: multiply;
    margin-top: auto;
}

.catalog__block {
    margin-bottom: 30px;
}

.catalog__block:last-child {
    margin-bottom: 0;
}

.catalog__block-title {
    margin-bottom: 30px;
}

.catalog__item {
    min-height: 220px;
    background-color: #fefefe;
    padding: 46px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
}

.catalog__item:hover {
    border-color: #c61717;
}

.catalog__item-title {
    margin-bottom: 8px;
    display: block;
}

.catalog__item-text {
    line-height: 20px;
    display: block;
}

.catalog__item-info {
    width: 68%;
    margin-right: 30px;
}

.catalog__item-img {
    margin: 30px auto 0;
}

.catalog__dop-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin-bottom: 16px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 30px;
}

.catalog__dop-item._newdes {
    padding: 15px;
    justify-content: start;
}

.catalog__dop-item:hover,
.catalog__dop-item.active {
    background-color: #f6f6f6;
}

.catalog__dop-item__block {
    margin-bottom: 20px;
}

.catalog__dop-item__block._newdes {
    margin-bottom: 0;
    margin-top: 12px;
}

.catalog__dop-item__title {
    color: #333333;
}

.catalog__dop-item__img {
    margin-top: auto;
}

.catalog__dop-item__img._newdes {
    margin-top: unset;
}

.catalog__dop-item__img .img-responsive {
    mix-blend-mode: multiply;
    margin: 0 auto;
}


.catalog__dop-item__img._newdes .img-responsive {
    max-height: 75px;
}

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

.block__menu {
    border-right: 1px solid #bbbbbb;
    border-left: none;
    margin: 0 28px;
    padding: 0 28px;
}

.block__menu-ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.block__menu-li {
    position: relative;
    margin-right: 28px;
}

.block__menu-li:last-child {
    margin-right: 0;
}

.block__menu-a {
    color: #8a8a8a;
}

.block__call {
    display: inline-block;
}

.block__call-title {
    color: #c61717;
    cursor: pointer;
    border-bottom: 1px dashed #c61717;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.block__call-title:hover {
    color: #333333;
    border-color: #333333;
}

.block__info {
    padding: 40px 0;
    background-color: #f6f6f6;
}

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

.user__info-num {
    color: #ffffff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    left: -7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #c61717;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.user__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.user__info-item:first-child {
    margin-left: 0;
}

.user__info-item:hover .user__info-item__img .js-svg-img {
    fill: #c61717;
}

.user__info-item:hover .user__info-item__img .js-svg-img path {
    fill: #c61717;
}

.user__info-item:hover .user__info-item__title {
    color: #c61717;
    border-color: #c61717;
}

.user__info-item__img .js-svg-img {
    width: 16px;
    height: 16px;
    fill: #b9b9b9;
}

.user__info-item__img .js-svg-img path {
    fill: #b9b9b9;
}

.user__info-item__title {
    margin-left: 6px;
    border-bottom: 1px dashed #b9b9b9;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.user__info-call {
    display: none;
}

.foot {
    margin-top: auto;
}

.foot__top {
    background-color: #f6f6f6;
    padding: 18px 0;
}

.foot__bottom {
    padding: 18px 0;
    background-color: #424d57;
    color: #ffffff;
}

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

.foot__bottom .block__call:hover .block__call-title {
    color: #c61717;
    border-color: #c61717;
}

.foot__bottom .block__call-title {
    color: #ffffff;
    border-color: #fff;
}

.word__nowrap {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 140px;
}

.bread {
    padding: 10px 0 20px;
    background-color: #f6f6f6;
}

.bread__ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bread__li {
    margin-right: 30px;
    position: relative;
}

.bread__li::before {
    content: '';
    position: absolute;
    top: 55%;
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
    height: 5px;
    border: 1px solid #333333;
    border-bottom: none;
    border-left: none;
}

.bread__li::after {
    content: '';
    position: absolute;
    top: 55%;
    right: -20px;
    width: 8px;
    height: 1px;
    background-color: #333333;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bread__li:last-child {
    margin-right: 0;
}

.bread__li:last-child::before,
.bread__li:last-child::after {
    display: none;
}

.bread__a {
    position: relative;
    background-image: -webkit-gradient(linear, left top, right top, from(#333333));
    background-image: -webkit-linear-gradient(left, #333333);
    background-image: -o-linear-gradient(left, #333333);
    background-image: linear-gradient(to right, #333333);
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
}

.bread__a:hover {
    color: #c61717;
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#c61717));
    background-image: -webkit-linear-gradient(left, #c61717);
    background-image: -o-linear-gradient(left, #c61717);
    background-image: linear-gradient(to right, #c61717);
}

.show {
    padding: 60px 0 30px;
}

.delivery {
    margin-bottom: 40px;
}

.delivery__company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
}

.delivery__company-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
}

.delivery__company-img {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
}

.order {
    margin-top: 40px;
}

.order__wrap {
    margin-top: 30px;
}

.order__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    padding: 34px;
}

.order__item-block {
    margin-left: 18px;
}

.order__item-title {
    margin-bottom: 14px;
}

.comment__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-calc(100% - 10px);
    height: calc(100% - 10px);
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding: 20px;
}

.comment__item-text {
    margin-top: 12px;
}

.pagination__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

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

.pagination__num a {
    width: 36px;
    height: 36px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: 8px;
    border: 1px solid transparent;
}

.pagination__num a:last-child {
    margin-right: 0;
}

.pagination__num a:hover {
    border-color: #c61717;
    color: #c61717;
}

.pagination__num a.active {
    background-color: #c61717;
    color: #fff;
    font-family: 'ProximaNova-Semibold', sans-serif;
}

.pagination__str {
    color: #818181;
    font-size: 14px;
}

.product__right {
    padding-left: 24px;
}

.product__title {
    margin-bottom: 10px;
}

.product__article {
    margin-bottom: 10px;
}

.product__price-title:first-child {
    margin-right: 20px;
}

.product__property {
    margin-top: 20px;
}

.product__property-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.product__property-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1;
}

.product__property-title {
    background-color: #fff;
}

.product__property-title:first-child {
    padding-right: 8px;
}

.product__property-title:last-child {
    padding-left: 8px;
}

.product__property-all {
    color: #c61717;
    margin: 10px 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#c61717));
    background-image: -webkit-linear-gradient(left, #c61717);
    background-image: -o-linear-gradient(left, #c61717);
    background-image: linear-gradient(to right, #c61717);
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
    cursor: pointer;
}

.product__property-all:hover {
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
}

.product__form {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 20px;
}

.product__discount {
    margin-top: 30px;
}

.product__discount-title {
    margin-bottom: 8px;
}

.product__discount-item {
    margin-bottom: 5px;
}

.product__count {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.product__count-btn {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.product__count-btn::before {
    font-family: "ProximaNova-Semibold", sans-serif;
}

.product__count-minus {
    background-color: #eeeeee;
}

.product__count-minus::before {
    content: '-';
}

.product__count-plus {
    background-color: #c61717;
}

.product__count-plus::before {
    content: '+';
    color: #fff;
}

.product__count-input {
    width: 50px;
    margin: 0 8px;
}

.product__count-input input {
    width: 100%;
    height: 30px;
    border: 1px solid #e7e7e7;
    text-align: center;
}

.product__btn-wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product__btn-wrap .btn__all:first-child {
    /* margin-right: 10px; */
}

.product__basket-link {
    /* margin-right: 10px; */
}




.product__info {
    margin-top: 40px;
}

.product__comment-item {
    padding: 24px 20px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.product__comment-item__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.product__comment-item__left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
}

.product__comment-form__input {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product__image {
    border: 1px solid #e6e6e6;
    padding: 14px;
    min-height: 370px;
    overflow: hidden;
}

.product__image.no__border {
    padding: 0;
    border: none;
}

.product__image.no__border .product__image-item {
    background-color: transparent;
}

.product__image-df {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
}

.product__image .img-responsive {
    width: auto !important;
    margin: 0 auto;
}

.product__image-item {
    display: block;
    background-color: #e9e9eb;
}

.product__image-big {
    margin-right: 16px;
}

.product__image-little {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    position: absolute;
    left: 90px;
    top: -3px;
    width: 384px;
    overflow: hidden;
}

.product__image-little .product__image-item {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    cursor: pointer;
}

.product__card {
    margin-top: 30px;
}

.product__card-title {}

.about__image {
    margin-left: 50px;
}

.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-calc(100% - 16px);
    height: calc(100% - 16px);
    margin-bottom: 16px;
    border: 1px solid #e6e6e6;
    padding: 26px 10px 0;
}

.cards__article {
    text-align: center;
}

.cards__title {
    text-align: center;
    width: 90%;
    margin: 0 auto 26px;
}

.cards__img {
    margin-top: auto;
}

.cards__img .img-responsive {
    margin: 0 auto;
}

.cards__info {
    width: 90%;
    margin: 18px auto;
}

.cards__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}

.cards__info-item:last-child {
    margin-bottom: 0;
}

.cards__info-title {
    margin-right: 10px;
}

.cards__price {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* .cards__btn {
    margin: 16px -10px 0;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
} */

.cards-btns {
    display: flex;
    gap: 10px;
    margin: 16px -10px 0;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
}

.card-basket {
    width: 100%;
}

.filter__close {
    display: none;
}

.filter__mobile {
    display: none;
}

.filter__choose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 24px;
    min-height: 56px;
    background-color: #fff;
}

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

.filter__choose-toggle {
    width: 160px;
    height: 56px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #54626e;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 16px;
    padding: 10px 18px;
    position: relative;
}

.filter__choose-toggle:hover {
    background-color: #c61717;
}

.filter__choose-toggle.active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.filter__choose-toggle.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__choose-toggle::before,
.filter__choose-toggle::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.filter__choose-toggle::before {
    right: 22px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter__choose-toggle::after {
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

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

.filter__choose-text span {
    margin-left: 10px;
}

.filter__form {
    display: none;
    background: #F6F6F6;
}

.filter__form.show {
    display: block;
}

.filter__form-bottom {
    padding: 0 24px 20px;
}

.filter__item {
    padding: 24px;
    padding-bottom: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.filter__item-wrap-checks {
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    z-index: 5;
    max-width: 90%;
}

.filter__item-wrap-checks__item {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.filter__item-wrap-checks__item:last-child {
    margin-right: 0;
}

.filter__item-wrap-checks__item-del {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 15px;
    color: #999;
    cursor: pointer;
    border-right: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    transition: color .4s ease, background-color .4s ease;
}

.filter__item-wrap-checks__item-del:hover {
    color: #000;
    background-color: #f1f1f1;
}

.filter__item-title {
    margin-bottom: 16px;
}

.filter__slider {
    padding-bottom: 20px;
}

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

.filter__slider-inp {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    padding: 0 10px;
    margin-left: 8px;
    margin-right: 12px;
    border: 1px solid #e4e4e4;
}

.filter__slider-inp:first-child {
    margin-left: 0;
    margin-right: 8px;
}

.filter__slider-inp:last-child {
    margin-right: 0;
    margin-left: 8px;
}

.toggle__style {
    position: relative;
}

.toggle__style.active .js-toggle__title::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle__style.active .js-toggle__title::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle__style-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    min-height: 36px;
    padding: 6px 12px;
    border: 1px solid #e7e7e7;
}

.toggle__style-title::before,
.toggle__style-title::after {
    content: '';
    position: absolute;
    background-color: #333333;
    width: 5px;
    height: 1px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.toggle__style-title::before {
    right: 21px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle__style-title::after {
    right: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle__style-title .word__nowrap {
    max-width: 90%;
}

.toggle__style-body {
    padding: 12px;
    border: 1px solid #e7e7e7;
    border-top: none;
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background-color: #ffffff;
    z-index: 2;
}

.mt10 {
    margin-top: 10px;
}

.mt18 {
    margin-top: 18px;
}

.fz__12 {
    font-size: 12px;
}

.my__check {
    margin-bottom: 18px;
}

.my__check_textleft {
    text-align: left;
}

.my__check:last-child {
    margin-bottom: 0;
}

.my__check-inp {
    display: none;
}

.my__check-inp[type=checkbox]:checked+.my__check-label::after,
.my__check-inp[type=radio]:checked+.my__check-label::after {
    opacity: 1;
    border-color: #c61717;
}

.my__check-label {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 30px;
    cursor: pointer;
}

.my__check-label:hover::after {
    opacity: 1;
}

.my__check-label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ededed;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.my__check-label::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 8px;
    border: 1px solid #acacac;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.irs--round {
    height: 40px;
    position: relative;
    top: -10px;
}

.irs--round .irs-line {
    background-color: #d8d8d8;
    height: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.irs--round .irs-bar {
    background-color: #E71010;
    height: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to {
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    top: 56px;
    border: 1px solid #e4e4e4;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.irs--round .irs-from::before,
.irs--round .irs-to::before {
    display: none;
}

.irs--round .irs-handle {
    height: 14px;
    width: 14px;
    background-color: #E71010;
    border: 1px solid #E71010;
    top: 31px;
    cursor: pointer;
    border-radius: 5px;
}

.irs--round .irs-handle:hover {
    background-color: #E71010;
}

.irs--round .irs-single {
    top: 56px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #333333;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.irs--round .irs-single::before {
    display: none;
}

.bar__menu {
    display: none;
}

.over__none-y {
    overflow: hidden;
}

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

.tabs__dop-div.active-scroll {
    overflow-x: scroll;
    padding-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tabs__dop-div.active-scroll::-webkit-scrollbar {
    height: 6px;
}

.tabs__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 0;
}

.tabs__item {
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-width: 200px;
    max-width: 100%;
    margin: 0 8px;
    padding: 10px;
}

.tabs__item:first-child {
    margin-left: 0;
}

.tabs__item:hover {
    border-color: #c61717;
    color: #c61717;
}

.tabs__item.active {
    background: #f6f6f6;
}

.tabs__item.active:hover {
    border: 1px solid #e6e6e6;
    color: #333333;
    background: #f6f6f6;
    cursor: auto;
}

.tabs__link {
    white-space: nowrap;
}

.tabs__section {
    position: relative;
    overflow: hidden;
}

.tabs__body {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 100%;
}

.tabs__body.active {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.carousel__nav .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
}

.carousel__nav .owl-nav .owl-prev,
.carousel__nav .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #bdbdbf;
    position: relative;
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.carousel__nav .owl-nav .owl-prev:hover,
.carousel__nav .owl-nav .owl-next:hover {
    opacity: 1;
}

.carousel__nav .owl-nav .owl-prev:hover::before,
.carousel__nav .owl-nav .owl-next:hover::before {
    border-color: #fff;
}

.carousel__nav .owl-nav .owl-prev:before,
.carousel__nav .owl-nav .owl-next:before {
    content: '';
    border: 2px solid #cfcfd1;
    border-top: none;
    border-right: none;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.carousel__nav .owl-nav .owl-next:before {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader .logo {
    animation: anim 1s infinite ease;
}

@keyframes anim {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.modal__all .modal-dialog {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.modal__all .modal-body {
    background-color: #ffffff;
    padding: 24px;
    text-align: center;
}

.modal__all-title {
    margin-bottom: 18px;
}

.closess {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.closess:hover {
    color: #a40303;
}

.closess:hover::before,
.closess:hover::after {
    background-color: #a40303;
}

.closess::before,
.closess::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 2px;
    width: 100%;
    height: 1px;
    background-color: #8c8c8c;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.closess::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.closess::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.map {
    height: 400px;
    margin-top: 30px;
}

.search__icon {
    display: none;
}

.filter__item.over__y .toggle__style-body {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.product__basket-btn {
    display: none;
}

.product__basket-btn.active {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}

.basket__info {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
}

.basket__wrap {
    margin: 20px 0;
}

.btn__basket {
    width: 190px;
}

.basket__item {
    padding: 20px;
    border: 1px solid #eee;
    background-color: #ffffff;
    margin-bottom: 10px;
    position: relative;
}

.basket__item:last-child {
    margin-bottom: 0;
}

.basket__one-del {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}

.basket__item-close {
    position: relative;
    width: 22px;
    height: 22px;
    margin: 0 auto;
    cursor: pointer;
}

.basket__item-close:hover::before,
.basket__item-close:hover::after {
    background-color: #a40303;
}

.basket__item-close::before,
.basket__item-close::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #272727;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.basket__item-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.basket__item-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.product__order .inp__all {
    margin-bottom: 10px;
}

.product__order__info {
    margin-bottom: 30px;
}

.product__order__info-title {
    margin-bottom: 10px;
}

#cookie-notice {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #000;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 90%;
    max-width: max-content;
}

#cookie-notice .cookie-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

#cookie-accept {
    background: #c61717;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 8px;
}

.my__check-text {
    margin-top: 10px;
    display: none;
}

.my__check-text.active {
    display: block;
}

.search__mini-block {
    position: relative;
}

.search__mini {
    position: absolute;
    background: #fff;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    font-size: 12px;
    max-height: 200px;
    overflow: auto;
    padding: 5px;
    opacity: 0;
    width: 100%;
    transition: all .3s ease;
}

.search__mini._active {
    opacity: 1;
    transition: all .3s ease;
}

.search-result__one {
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.search-result__link {
    color: #000;
    display: flex;

}

.search-result__img-box {
    flex: 0 0 45px;
    margin-right: 5px;
}

.search-result__img {}

.lds-dual-ring {
    display: block;
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 44px;
    height: 44px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #000;
    border-color: #000 transparent #000 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.modal-city .modal-body {
    padding: 0;
    padding-top: 30px;
}

.cities__item-title {
    padding: 10px;
    min-height: 40px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
}

.cities__item-title:hover,
.cities__item-title.active {
    background-color: rgba(238, 238, 238, .5);
}

.cities__item {
    border-bottom: 1px solid #ddd;
}

.cities__item:first-child {
    border-top: 1px solid #ddd;
}

.tree {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 18%;
}

.tree-left {
    left: 0;
}

.tree-right {
    right: 0;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.por {
    position: relative;
}

.img-anim__block {
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-position: 0 -4900px;
    background-repeat: no-repeat;
}

.img-anim:hover .img-anim__block {
    animation: film 1.2s steps(49) 1;
}

@keyframes film {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -4900px;
    }
}

@-webkit-keyframes film {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -4900px;
    }
}

.chelny-mobile {
    display: none;
}

._rel {
    position: relative;
}

.yearimg-box {
    position: absolute;
}

.yearimg {
    height: 55px;
}

.yearimg-box {
    position: absolute;
    top: -15px;
    right: 0;
}

.dopcatalog__link {
    display: flex;
    padding: 13px 20px;
    flex-wrap: wrap;
    border: 1px solid #E6E6E6;
    align-items: center;
}

.dopcatalog__link:hover {
    border-color: #E71010;
}

.dopcatalog__title {
    margin-left: 10px;
    font-weight: 500;
    font-size: 18px;
}

.filter {
    position: relative;
    border: 1px solid #E71010;
    margin-top: 30px;
}

.btn__newaccent {
    background: #E71010;
}

.newbtn {
    flex-wrap: wrap;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.newbtn__ftitle {
    flex: 0 0 100%;
}

.newbtn__stitle {
    flex: 0 0 100%;
}

.newbtn-box {}

.newf__container {
    border: 1px solid #E6E6E6;
    padding: 20px 25px 25px 20px;
}

.filebeauty {
    display: flex;
    height: 42px;
    position: relative;
    align-items: center;
    cursor: pointer;
    background: #eee;
    padding-left: 10px;
}

.filebeauty__file {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.filebeauty__icon-box {
    flex: 0 0 12px;
    height: 12px;
    font-size: 0;
    cursor: pointer;
}

.filebeauty__icon {}

.filebeauty__icon path {
    fill: #929292;
}

.filebeauty__my {
    position: relative;
    z-index: 10;
    margin-left: 15px;
    cursor: pointer;
}

.filebeauty__title {
    position: relative;
    padding-right: 20px
}

.attached-one {
    margin-top: 12px;
}


.uploaded {
    padding-right: 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
}

.menu-mobile {
    display: none;
}

.remove-uploaded {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
}

.remove-uploaded:before,
.remove-uploaded:after {
    content: '';
    position: absolute;
    height: 12px;
    width: 2px;
    background: #ccc;
}

.remove-uploaded:before {
    transform: rotate(45deg);
}

.remove-uploaded:after {
    transform: rotate(-45deg);
}

.remove-uploaded:hover:before,
.remove-uploaded:hover:after {
    background: #000;
}

.novisinput {
    visibility: hidden;
    opacity: 0;
}

.onefl {
    display: flex;
    min-height: 42px;
    align-items: end;
}

.onefl_center {
    align-items: center;
}

.beautycheck {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    position: relative;
}

.beautycheck__gal {
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.beautycheck__gal:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 9px;
    background-image: url(/images/icons/galka.png);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.beautycheck__inp:checked+.beautycheck__gal:before {
    opacity: 1;
}

.beautycheck__inp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.beautycheck__inp:checked+.beautycheck__gal {
    background: #E71010;
    border-color: #E71010;
}

.onefl__text {
    margin-left: 10px;
    color: #818181;
    font-size: 11px;
}

.modal__container {
    padding: 30px 70px;
    position: relative;
}

.modal__close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
}

.modal__close:before,
.modal__close:after {
    content: '';
    height: 20px;
    width: 2px;
    background: #E71010;
    position: absolute;
    left: 7px;
}

.modal__close:before {
    transform: rotate(45deg);
}

.modal__close:after {
    transform: rotate(-45deg);
}


#modal-ajax .iziModal-content {
    opacity: 0;
}

#modal-ajax .iziModal-content._ready {
    opacity: 1;
    -webkit-transition: opacity .4s ease .6s;
    -o-transition: opacity .4s ease .6s;
    transition: opacity .4s ease .6s;
}

.ch2 {
    visibility: hidden;
    position: absolute;
    left: -1000px;
}

.product-to-basket {
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #000;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 11;
    max-width: 700px;
    width: 90%;
}

.product-to-basket__lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    max-height: 300px;
    overflow-y: auto;
}

.product-to-basket__lists>* {
    padding: 8px 16px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
}

.product-to-basket__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.product-to-basket__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-to-basket__bottom-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-to-basket__close {
    font-size: 20px;
}

.product-to-basket__count {
    white-space: nowrap;
    margin-right: 20px;
}

.js-to-basket-close {
    cursor: pointer;
}

.calculator__preview-field--winding .custom-input-icon {
    width: 44px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.calculator__preview-field--winding .form-check:first-child .custom-input-icon {
    background-image: url("../icons/calc_right.png");
}

.calculator__preview-field--winding .form-check:first-child .form-check-input:checked+.custom-input-icon {
    background-image: url("../icons/calc_right_check.png");
}

.calculator__preview-field--winding .form-check:last-child .custom-input-icon {
    background-image: url("../icons/calc_left.png");
}

.calculator__preview-field--winding .form-check:last-child .form-check-input:checked+.custom-input-icon {
    background-image: url("../icons/calc_left_check.png");
}

.calculator__preview-field--winding .form-check img {
    display: none;
}


@media only screen and (max-width: 1699px) {
    .tree {
        width: 14%;
    }
}

@media only screen and (max-width: 1499px) {
    .tree {
        width: 12%;
    }
}

@media only screen and (max-width: 1399px) {
    .tree {
        display: none;
    }
}


/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    *::-webkit-scrollbar {
        width: 0 !important;
    }

    .head__search-input {
        height: 40px;
    }

    .head__menu {
        margin: 0 20px;
        padding: 0 20px;
    }

    .head__menu-li {
        margin-right: 20px;
    }

    .block__menu {
        margin: 0 20px;
        padding: 0 20px;
    }

    .block__menu-li {
        margin-right: 20px;
    }

    .catalog {
        padding: 40px 0;
    }

    .catalog__menu-bar {
        width: 20px;
        height: 14px;
    }

    .catalog__menu-btn {
        width: 170px;
        height: 40px;
    }

    .catalog__item {
        padding: 36px 30px;
        min-height: 200px;
    }

    .catalog__item-info {
        margin-right: 20px;
        width: 70%;
    }

    .catalog__block {
        margin-bottom: 25px;
    }

    .catalog__block-title {
        margin-bottom: 25px;
    }

    .catalog__dop-item {
        padding: 20px 15px;
    }

    .catalog__menudop-link {
        padding: 20px;
    }

    .user__info-item {
        margin-left: 20px;
    }

    .show {
        padding-top: 50px;
    }

    .title__all {
        margin-bottom: 22px;
    }

    .order__item {
        padding: 20px;
    }

    .order__item-block {
        margin-left: 20px;
    }

    .product__image {
        min-height: 300px;
    }

    .product__image-little {
        top: -5px;
        left: 76px;
        width: 313px;
    }

    .product__price-title {
        display: block;
    }

    .product__price-title:first-child {
        margin-right: 0;
    }

    .product__right {
        padding-left: 16px;
    }

    .carousel__nav .owl-nav .owl-prev,
    .carousel__nav .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

    .about__image {
        margin-left: 40px;
    }

    .cards {
        padding-top: 16px;
    }

    .cards__title {
        margin-bottom: 16px;
    }

    .cards__title,
    .cards__info,
    .cards__price {
        width: 100%;
    }

    .filter__item {
        padding: 16px 16px 30px;
    }

    .filter__choose {
        padding: 0 10px;
    }

    .filter__choose-text span {
        width: 90%;
    }

    .filter__choose-toggle {
        height: 42px;
        width: 120px;
        padding: 10px;
        margin: 0 10px;
    }

    .filter__choose-toggle::before {
        right: 12px;
    }

    .filter__choose-toggle::after {
        right: 8px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    .head__menu {
        margin: 0 10px;
        padding: 0 10px;
    }

    .head__menu-li {
        margin-right: 10px;
    }

    .head__city-title {
        margin-left: 6px;
    }

    .head__city-img .js-svg-img {
        width: 12px;
        height: 12px;
    }

    .head__phone-img .js-svg-img {
        width: 12px;
        height: 12px;

    }



    .head__search-input {
        height: 34px;
    }


    .head__center {
        padding: 14px 0;
    }

    .head__bottom {
        height: 63px;

    }

    .head__bottom-js {
        padding: 14px 0;
        height: 63px;
    }

    .block__menu {
        margin: 0 10px;
        padding: 0 10px;
    }

    .block__menu-li {
        margin-right: 10px;
    }

    .catalog {
        padding: 30px 0;
    }

    .catalog__menu-btn {
        width: 150px;
        height: 34px;
    }

    .catalog__item {
        padding: 20px 15px;
        min-height: 0;
    }

    .catalog__item-info {
        width: 90%;
        margin-right: 10px;
    }

    .catalog__item-text {
        line-height: 16px;
    }

    .catalog__block {
        margin-bottom: 20px;
    }

    .catalog__block-title {
        margin-bottom: 20px;
    }

    .catalog__menudop-link {
        width: 25%;
    }

    .user__info-item {
        margin-left: 10px;
    }

    .foot .block__menu {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .foot .user__info {
        display: none;
    }

    .foot__top {
        padding: 14px 0;
    }

    .foot__bottom {
        padding: 14px 0;
    }

    .show {
        padding: 30px 0;
    }

    .main {
        padding: 30px 0 0;
    }

    .main__adr {
        margin: 40px 0 20px;
    }

    .title__all {
        margin-bottom: 18px;
    }

    .delivery__company-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .order__item {
        padding: 20px 15px;
    }

    .order__item-block {
        margin-left: 10px;
    }

    .comment__item {
        padding: 20px 15px;
    }

    .pagination__num a {
        font-size: 13px;
    }

    .pagination__str {
        font-size: 13px;
    }

    .product__image {
        min-height: 230px;
    }

    .product__image-little {
        top: -2px;
        left: 82px;
        width: 208px;
    }

    .product__right {
        padding-left: 0;
    }

    .product__price-title {
        display: inline-block;
    }

    .product__price-title:first-child {
        margin-right: 20px;
    }

    .product__discount {
        margin: 20px 0;
    }

    .tabs__item {
        min-width: 160px;
    }

    .carousel__nav .owl-nav .owl-prev,
    .carousel__nav .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .about__image {
        margin-left: 30px;
    }

    .filter__choose-text {
        width: 44%;
    }

    .map {
        height: 300px;
    }

    .basket__item {
        padding: 10px;
    }

    .btn__basket {
        width: 170px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
    .fz-40 {
        font-size: 30px;
        line-height: 30px;
    }

    .fz-36 {
        font-size: 28px;
    }

    .fz-30 {
        font-size: 24px;
    }

    .fz-24 {
        font-size: 18px;
    }

    .head .fz-14 {
        font-size: 12px;
    }


    .head__search-input {
        padding: 8px 24px;
        background-position: center right 10px;
    }

    .head .block__menu {
        margin: 0;
        padding: 0;
        border: none;
    }

    .head .block__call {
        display: none;
    }

    .logo {
        font-size: 14px;
        white-space: nowrap;
    }

    .catalog__menudop-link {
        width: 33.3333%;
    }

    .user__info-item__title {
        display: none;
    }

    .user__info-item__img .js-svg-img {
        width: 18px;
        height: 18px;
    }

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

    .foot .fz-14 {
        font-size: 12px;
    }

    .foot__top {
        display: none;
    }

    .pagination__wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination__str {
        display: none;
    }

    .product__image {
        min-height: 0;
    }

    .product__image-little {
        top: -3px;
        left: 86px;
        width: 366px;
    }

    .product__right {
        margin-top: 30px;
    }

    .product__price-title:first-child {
        margin-right: 10px;
    }

    .product__comment-item {
        padding: 15px;
    }

    .product__card-title {
        display: block;
    }

    .tabs__item {
        min-width: 140px;
    }

    .carousel__nav .owl-nav .owl-prev,
    .carousel__nav .owl-nav .owl-next {
        width: 50px;
        height: 50px;
    }

    .about__image {
        /* margin-top: 20px; */
        margin-left: 0;
    }

    .filter__choose {
        display: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .filter__choose-left {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    .filter__choose-text {
        margin: 10px 0;
        width: 100%;
    }

    .filter__choose-toggle {
        margin: 0;
    }

    .filter__form {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background-color: #f9f9f9;
        padding: 80px 20px 40px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        overflow-y: scroll;
        display: block;
    }

    .filter__form .toggle__style-body {
        position: relative;
    }

    .filter__form.active {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
    }

    .filter__form.active .filter__item {
        display: block;
    }

    .filter__item {
        display: none;
    }

    .filter__close {
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 20px;
        width: 26px;
        height: 20px;
        z-index: 21;
        display: none;
    }

    .filter__close.active {
        display: block;
    }

    .filter__close::before,
    .filter__close::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 100%;
        height: 3px;
        background-color: #c61717;
    }

    .filter__close::before {
        -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }

    .filter__close::after {
        -webkit-transform: translateY(-50%) rotate(-225deg);
        -ms-transform: translateY(-50%) rotate(-225deg);
        transform: translateY(-50%) rotate(-225deg);
    }

    .filter__mobile {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -40px;
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #54626e;
        z-index: 10;
        -webkit-box-shadow: 0 0 10px 4px #ededed;
        box-shadow: 0 0 10px 4px #ededed;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
    }

    .filter__mobile::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        width: 90px;
        height: 90px;
        background-color: #54626e;
        z-index: 5;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .filter__mobile.active .js-svg-img path {
        -webkit-transition-delay: .05s;
        -o-transition-delay: .05s;
        transition-delay: .05s;
        opacity: 0;
    }

    .filter__mobile.active::before {
        width: 100%;
        height: 100%;
        -webkit-transform: scale(22);
        -ms-transform: scale(22);
        transform: scale(22);
    }

    .filter__mobile .js-svg-img {
        width: 40px;
        height: 40px;
        margin-left: -30px;
        fill: #fff !important;
        z-index: 6;
    }

    .filter__mobile .js-svg-img path {
        fill: #fff !important;
    }

    .filter__mobile.z__ind {
        z-index: 8;
    }

    .over__none {
        overflow: hidden;
    }

    .over__none::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.98;
        z-index: 1;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .user__info {
        display: none;
    }

    .user__info-item {
        display: none;
    }

    .basket__price-one {
        margin-top: 30px;
        text-align: right;
    }

    .basket .basket__item-count {
        margin-top: 30px;
    }

    .basket__item-price {
        margin-top: 30px;
        text-align: right;
    }

    .head__top-right__block {
        display: block;
    }

    .filter {
        margin-top: 0;
        border: none;
    }

    .catalog__menu-btn.js-catalog__menu {
        display: none;
    }

    .amo-button-holder {
        opacity: 0;
        bottom: 0 !important;
        right: 33% !important;
    }

    .amo-button-holder:has(.maincollapsed) {
        opacity: 1;
    }

    .menu-mobile {
        display: block;
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 10px 0;
        box-shadow: 0 0 4px;
        z-index: 10;
    }

    .menu-mobile__wrap {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .menu-mobile__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .product-to-basket__bottom-left {
        display: none;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 575px) {
    .product__image-little {
        top: -4px;
        left: 76px;
        width: 302px;
    }

    .product__price-title {
        display: block;
    }

    .product__price-title:first-child {
        margin-right: 0;
    }

    .tabs__item {
        min-width: 0;
    }

    .head__top .logo {
        display: block;
        color: #ffffff;
        margin-right: 10px;
    }

    .head__center {
        display: none;
    }

    .head__menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 12;
        background-color: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 0;
        padding: 60px 0;
        border: none;
    }

    .head__menu.active {
        opacity: 1;
        visibility: visible;
    }

    .head__menu.active .bar__menu-close {
        display: block;
    }

    .head__menu-ul {
        display: block;
    }

    .head__menu-li {
        margin-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }

    .head__menu-a {
        font-size: 16px;
    }



    .head__search {
        width: 70%;
    }



    .head__search-input {
        padding-left: 10px;
    }

    .head__bottom-wrap {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        -khtml-justify-content: space-between;
        justify-content: space-between;
    }

    .is-head_center {
        display: block;
    }

    .catalog__menu.active .catalog__menudop-close {
        display: block;
    }

    .catalog__menu-btn {
        width: 100px;
    }

    .catalog__menu-title span {
        display: none;
    }

    .catalog__menudop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 60px 0;
    }

    .catalog__menudop-item__title {
        font-size: 16px;
        padding: 6px 12px;
    }

    .catalog__menudop-close {
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 13;
        top: 15px;
        right: 15px;
        position: fixed;
        display: none;
    }

    .catalog__menudop-close::before,
    .catalog__menudop-close::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 2px;
        width: 100%;
        height: 2px;
        background-color: #c61717;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .catalog__menudop-close::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .catalog__menudop-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .catalog__menudop-link__title .fz-14 {
        font-size: 14px;
    }

    .bar__menu {
        background-color: #c61717;
        color: #fff;
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        height: 34px;
        width: 100px;
        margin-left: 10px;
    }

    .bar__menu.active .bar__menu-icon span {
        width: 0;
    }

    .bar__menu.active .bar__menu-icon::before,
    .bar__menu.active .bar__menu-icon::after {
        top: 50%;
    }

    .bar__menu.active .bar__menu-icon::before {
        -webkit-transform: translateY(-50%) rotate(225deg);
        -ms-transform: translateY(-50%) rotate(225deg);
        transform: translateY(-50%) rotate(225deg);
    }

    .bar__menu.active .bar__menu-icon::after {
        -webkit-transform: translateY(-50%) rotate(-225deg);
        -ms-transform: translateY(-50%) rotate(-225deg);
        transform: translateY(-50%) rotate(-225deg);
    }

    .bar__menu-icon {
        width: 20px;
        height: 14px;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer;
        margin-left: 14px;
    }

    .bar__menu-icon span {
        position: absolute;
        background-color: #ffffff;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bar__menu-icon::before,
    .bar__menu-icon::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bar__menu-icon::before {
        top: 0;
    }

    .bar__menu-icon::after {
        bottom: 0;
    }

    .bar__menu-close {
        width: 20px;
        height: 20px;
        cursor: pointer;
        z-index: 13;
        top: 15px;
        right: 15px;
        position: fixed;
        display: none;
    }

    .bar__menu-close::before,
    .bar__menu-close::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 2px;
        width: 100%;
        height: 2px;
        background-color: #c61717;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .bar__menu-close::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .bar__menu-close::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .user__info {
        width: 60px;
    }

    .foot__bottom-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -khtml-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .foot__copy {
        margin-bottom: 10px;
    }

    .love {
        margin-top: 10px;
        order: 1;
    }

    .product-to-basket__bottom-right {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .flex__mobile-100 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .delivery__company-item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product__image-little {
        display: none !important;
    }

    .product__price-title {
        display: inline-block;
    }

    .product__price-title:first-child {
        margin-right: 10px;
    }

    .carousel__nav .owl-nav .owl-prev,
    .carousel__nav .owl-nav .owl-next {
        width: 40px;
        height: 40px;
    }

    .btn__comment {
        width: 100%;
    }

    .catalog__dop-item {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .catalog__menu-bar {
        width: 16px;
        height: 12px;
        margin-right: 4px;
    }



    .catalog__menudop-link {
        width: 50%;
    }

    .cards {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }

    .head__top {
        padding: 10px 0;
    }

    .head__top-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .head__phone {
        display: none;
    }

    .head__city {
        width: 100%;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -khtml-justify-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    .head__top .logo {
        margin-right: 0;
    }

    .head__search-input::-webkit-input-placeholder {
        color: #eeeeee;
    }

    .head__search-input::-moz-placeholder {
        color: #eeeeee;
    }

    .head__search-input:-ms-input-placeholder {
        color: #eeeeee;
    }

    .head__search-input::-ms-input-placeholder {
        color: #eeeeee;
    }

    .head__search-input::placeholder {
        color: #eeeeee;
    }

    .head__search {
        display: none;
    }

    .search__icon {
        display: block;
    }

    .user__info {
        width: 30%;
    }

    .bar__menu {
        width: 80px;
        margin-left: 0;
    }

    .bar__menu-icon {
        width: 16px;
        height: 12px;
        margin-left: 4px;
    }

    .foot__copy {
        margin-bottom: 10px;
    }

    .product__image-big .owl-nav {
        display: none;
    }

    .basket__info {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -khtml-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket__info-title {
        margin-bottom: 10px;
    }

    .basket__item {
        padding: 30px 15px;
    }

    .basket__price-one {
        text-align: left;
    }

    .basket__price-one {
        margin-top: 20px;
    }

    .basket .basket__item-count,
    .basket__item-price {
        margin-top: 20px;
    }

    .basket__item-title {
        display: inline-block;
        margin-top: 20px;
    }

    .modal__all .modal-dialog {
        width: 95%;
    }

    .head__top-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -khtml-justify-content: center;
        justify-content: center;
        width: 100%;
    }

    .head__email {
        display: none;
    }

    .chelny-mobile {
        display: block;
    }

    .yearimg-box1 {

        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }





    .new-wrapper .catalog__item {
        flex-direction: column;
        background-color: #F0F4F7;
        padding: 10px;
    }

    .new-wrapper .catalog__item .catalog__item-img {
        order: -1;
        margin: 0 auto 16px;
        padding: 15px;
        background-color: #fff;
        width: 100%;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: center -4900px;
    }

    .new-wrapper .catalog__item .catalog__item-img img {
        height: 100%;
    }


    .new-wrapper .catalog__item-info {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }


    .new-wrapper .catalog__item-text {
        order: -1;
        margin-bottom: 20px;
        font-size: 12px;
    }

    .new-wrapper .catalog__item-title {
        font-size: 16px;
    }

    .new-wrapper .head__search {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .new-wrapper .user__info {
        display: none;
    }

    .new-wrapper .head__search-input {
        padding-left: 40px;
        background-position: center left 10px;
    }

    .new-wrapper .head__search-input::placeholder {
        color: #292b2c;
    }

    .new-wrapper .head__top .logo {
        font-size: 15px;
        color: #333;
        top: 10px;
        position: relative;
    }

    .new-wrapper .head__top {
        padding-bottom: 0;
    }

    .new-wrapper .head__top,
    .new-wrapper .head__bottom-js {
        background-color: #fff;
        border: none;
    }

    .new-wrapper .head__city-img .js-svg-img path {
        fill: #333;
    }

    .new-wrapper .head__city-title {
        color: #333;
        font-size: 14px;
    }

    .new-wrapper .head__top-left {
        flex-wrap: nowrap;
    }

    .new-wrapper .head__city {
        -webkit-justify-content: end;
        -moz-justify-content: end;
        -ms-justify-content: end;
        -o-justify-content: end;
        -khtml-justify-content: end;
        justify-content: end;
        margin-top: 0;
    }

    .new-wrapper .head__phone {
        display: inline-block;
    }

    .new-wrapper .head .head__phone-link {
        color: #333;
    }

    .new-wrapper .head__top-wrap {
        flex-direction: column;
        align-items: end;
        padding-right: 50px;
    }

    .new-wrapper .bar__menu-icon {
        margin-left: 0;
    }

    .new-wrapper .bar__menu {
        background-color: #fff;
        border: 1px solid #E1E4E7;
        position: absolute;
        top: -50px;
        right: 15px;
        width: 38px;
        height: 38px;
    }

    .new-wrapper .head .head__phone-img .js-svg-img path {
        fill: #333;
    }

    .new-wrapper .bar__menu-icon span {
        background-color: #333;
    }

    .new-wrapper .bar__menu-icon::before,
    .new-wrapper .bar__menu-icon::after {
        background-color: #333;
    }

    .new-wrapper .bar__menu-title {
        display: none;
    }

    .new-wrapper .catalog__block .flex__mobile-100 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
    }

    .new-wrapper .catalog__block .row {
        margin-right: -5px;
        margin-left: -5px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
    /**/
}

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .container {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    /**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {
    /* .container {
        width: 576px;
    } */
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .container {
        width: 768px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 15px;
    }

    h5 {
        font-size: 13px;
    }

    .fz-40 {
        font-size: 26px;
        line-height: 26px;
    }

    .fz-36 {
        font-size: 24px;
    }

    .fz-30 {
        font-size: 22px;
    }

    .fz-24 {
        font-size: 20px;
    }

    .fz-22 {
        font-size: 18px;
    }

    .fz-21 {
        font-size: 17px;
    }

    .fz-20 {
        font-size: 17px;
    }

    .fz-18 {
        font-size: 16px;
    }

    .fz-14 {
        font-size: 13px;
    }

    .fz-9 {
        font-size: 8px;
    }

    .head .fz-14,
    .foot .fz-14 {
        font-size: 11px;
    }

    .head .fz-12,
    .foot .fz-12 {
        font-size: 10px;
    }

    .logo {
        font-size: 14px;
    }

    .basket__one-del {
        top: -1px;
        right: 2px;
    }

    .basket__item-close {
        width: 16px;
        height: 16px;
    }

    .basket .product__count-input input,
    .basket .product__count-btn {
        height: 22px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .container {
        width: 992px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 15px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .fz-40 {
        font-size: 30px;
        line-height: 30px;
    }

    .fz-36 {
        font-size: 28px;
    }

    .fz-30 {
        font-size: 26px;
    }

    .fz-24 {
        font-size: 22px;
    }

    .fz-22 {
        font-size: 20px;
    }

    .fz-21 {
        font-size: 19px;
    }

    .fz-20 {
        font-size: 18px;
    }

    .fz-18 {
        font-size: 17px;
    }

    .head .fz-14,
    .foot .fz-14 {
        font-size: 13px;
    }

    .text__all.fz-14 {
        font-size: 14px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}