/* reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.md-visible, .sm-visible{
  display: none!important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

input[type="number"] {
   -moz-appearance: textfield;
}

button,
input,
a,
textarea {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

.grid{
  display: grid;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3 {
  font-weight: bold;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

/* /reset */

/* @font-face {
  font-family: "RobotoCondensed";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.eot");
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.ttf") format("truetype"), url("../fonts/RobotoCondensed/RobotoCondensed-Light.svg") format("svg");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.eot");
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf") format("truetype"), url("../fonts/RobotoCondensed/RobotoCondensed-Regular.svg") format("svg");
}

@font-face {
  font-family: "RobotoCondensed";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.eot");
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff") format("woff"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf") format("truetype"), url("../fonts/RobotoCondensed/RobotoCondensed-Bold.svg") format("svg");
} */

/* settings */

html {
  height: 100%;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
}

body {
  height: 100%;
  min-width: 319px;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  color: #333;
}

body.lock {
  position: fixed;
}

body.fixed {
  overflow: hidden;
}

.notification{
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  color: #fff;
  border-radius: 12px;
  background: #0db14b;
  z-index: 10000;
}

.notification_alert{
  background: #de5900;
}

.card-notification a{
  color: #de5900;
  text-decoration: underline;
}

.card-notification h3{
  margin-bottom: 30px;
  font-size: 26px;
}

.img-responsive {
  position: relative;
  overflow: hidden;
}

.img-responsive:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.img-responsive img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-widget.ui-widget-content{
  height: 5px;
  background: #c5c5c5;
  border: 0!important;
}

.ui-widget-header{
  background: #FE7200!important;
}

.ui-slider .ui-slider-range{
  margin-top: -3px;
}

.ui-slider-handle.ui-corner-all.ui-state-default{
  margin-top: -2px;
}

.social{}

.social li{
  display: inline-block;
  margin-right: 5px;
}

.social li:last-child{
  margin-right: 0;
}

.social li svg{
  width: 28px;
  height: 28px;
  fill: #333;
  transition: .5s ease;
}

.social li svg:hover{
  fill: #E65100;
  transition: .5s ease;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.row > * {
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1324px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.wrapper.fixed {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

* {
  -webkit-tap-highlight-color: transparent;
}

*:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

*::-webkit-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #a9a9a9;
  opacity: 1;
}

*::placeholder {
  color: #a9a9a9;
  opacity: 1;
}

.page {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 12px 0 0;
}

.description-category{
  margin-bottom: 30px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px 15px 24px;
  background-color: #e65100;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 20px rgba(230, 81, 0, 0.4);
  box-shadow: 0 10px 20px rgba(230, 81, 0, 0.4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.btn:focus, button:focus{
  outline: none;
}

.btn:hover {
  -webkit-box-shadow: none;
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  background-color: #c74600;
}

.btn_round{
  border-radius: 24px;
}

.input {
  height: 48px;
  padding: 0 24px;
  border: 1px solid #ababab;
  background-color: #fff;
  border-radius: 12px;
}

.input::-webkit-input-placeholder {
  color: #979797;
}

.input::-moz-placeholder {
  color: #979797;
}

.input:-ms-input-placeholder {
  color: #979797;
}

.input::-ms-input-placeholder {
  color: #979797;
}

.input::placeholder {
  color: #979797;
}

.input:hover,
.input:focus {
  border-color: #e65100;
}

.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}

.slider-arrow svg {
  fill: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-arrow--prev {
  left: 5px;
}

.slider-arrow--prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-arrow--next {
  right: 5px;
}

.slider-arrow:hover {
  background-color: #e65100;
}

.slider-arrow:hover svg {
  fill: #fff;
}

.slider-arrow.slick-disabled {
  opacity: 0;
}

.title {
  font-size: 40px;
  font-weight: 300;
  color: #979797;
}

.title--center {
  text-align: center;
}

.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}

.title-flex.center {
  text-align: center;
}

.title-flex.center .title {
  margin: auto;
}

.more-btn {
  padding: 14px 24px 15px;
  margin-left: 16px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  color: #e65100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
}

.more-btn:hover {
  background-color: #f5f5f5;
  color: #e65100;
  text-decoration: none;
}

.navPage {
  margin-bottom: 45px;
}

.navPage .title {
  margin-bottom: 20px;
}

.navPage__list {
  font-size: 20px;
}

.navPage__list li {
  margin-bottom: 10px;
}

.navPage__list a {
  color: #333;
}

.navPage__list a:hover {
  color: #e65100;
}

.catalog-more-btn {
  display: inline-block;
  padding: 14px 88px 15px;
  border: 1px solid #e65100;
  border-radius: 12px;
  color: #e65100;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog-more-btn:hover {
  color: #c74600;
  border-color: #c74600;
}

/* /settings */

.menu {
  position: relative;
}

.menu__nav {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__list a {
  display: block;
  padding: 10px 0;
  margin: 0 10px;
  color: #000;
  position: relative;
}

.menu__list a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.menu__list a:hover:after {
  opacity: 1;
  bottom: 0;
}

.menu__btn {
  display: none;
}

.main-menu .children-menu{
  position: absolute;
  transition: .5s ease;
  display: none;
}

.burger{
  display: none;
  background-color: #e65100;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
}

.burger svg{
  fill: #fff;
  margin-right: 0!important;
}

.main-menu .children-menu li{
  margin-bottom: 10px;
}

.main-menu .children-menu li:last-child{
  margin-bottom: 0;
}

.has-child{
  position: relative;
  z-index: 2;
}

.has-child:hover .children-menu{
  padding: 20px 15px;
  transition: .5s ease;
  display: block;
  background: #fff;
  box-shadow: 0 20px 40px rgb(0 0 0 / 20%);
  border-radius: 12px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 24px;
  background-color: #e65100;
  border-radius: 0 0 12px 12px;
}

.header-top__menu {
  margin-right: 24px;
}

.header-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  white-space: nowrap;
}

.header-top__list li {
  padding: 10px 0 12px;
  margin: 0 12px;
  color: #fff;
}

.header-top__list a {
  color: #fff;
}

.header-top__list a.active {
  color: #cbcbcb;
}

.header-top__list--gray-hover a:not(.active):hover {
  color: #cbcbcb;
}

.header-top__list--orange-hover a:hover {
  color: #e65100;
}

.header-top__city {
  position: relative;
  padding: 10px 25px 12px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-top__city:hover,
.header-top__city.active {
  color: #cbcbcb;
}

.header-top__city:before {
  content: '';
  display: block;
  width: 11px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='16' viewBox='0 0 11 16'%3E%3Cpath id='ic_place_24px' d='M10.5,2A5.547,5.547,0,0,0,5,7.6C5,11.8,10.5,18,10.5,18S16,11.8,16,7.6A5.547,5.547,0,0,0,10.5,2Zm0,7.6a2,2,0,1,1,1.964-2A1.983,1.983,0,0,1,10.5,9.6Z' transform='translate(-5 -2)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 5px;
}

.header-top__city:after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath id='ic_keyboard_arrow_down_24px' d='M7.175,7.84,11,11.549,14.825,7.84,16,8.982,11,13.84,6,8.982Z' transform='translate(-6 -7.84)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 16px;
  right: 5px;
}

.header-top__drop {
  min-width: 100%;
  padding: 10px 25px;
  background-color: #e65100;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 1000;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.header-top__drop.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.header-top__drop li {
  padding: 2px 0;
  margin: 2px 0;
}

.header-top__drop a {
  display: block;
  padding: 5px 0;
}

.header-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 0;
  /* border-bottom: 1px solid #e6e6e6; */
  position: relative;
}

.header-center__content{
  display: flex;
  align-items: center;
}

.header-center__logo {
  margin-left: 15px;
  margin-right: 30px;
}

.header-center__logo svg {
  fill: #e65100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-center__btn {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-center__btn.btn svg{
  fill: #fff;
}

.header-center__btn svg,
.header-center__btn img {
  margin-right: 10px;
}

.header-search{
  position: absolute;
  width: calc( 100% - 60px );
  top: -100px;
  opacity: 0;
  transition: .5s ease;
  padding: 10px 15px;
  background: #e65100;
  z-index: 100;
  border-radius: 0 0 12px 12px;
}

.header-search_show{
  top: 0;
  transition: .5s ease;
  opacity: 1;
}

.header-center__search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.header-center__input {
  width: 100%;
  height: 38px;
  padding: 0 50px 0 24px;
  border-color: #e6e6e6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-center__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
}

.header-center__list li {
  margin: 0 16px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
  color: #979797;
}

.header-center__list li .search-btnh{
  background: none;
  cursor: pointer;
  border: 0;
}

.header-center__list li a, .header-center__list li .search-btnh{
    display: block;
    color: #979797;
    line-height: 1;
}

.header-center__list li span {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-center__list li svg {
  fill: #979797;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
}

.header-center__list li:hover {
  color: #e65100;
}

.header-center__list li:hover svg {
  fill: #e65100;
}

.header-center__zoom {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 10px;
  right: 20px;
  border: 0;
  background: none;
  cursor: pointer;
}

.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 24px;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: max-content;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  margin-left: -12px;
  margin-right: -12px;
  white-space: nowrap;
}

.header-bottom__list:first-child {
  margin-right: 12px;
}

.header-bottom__list li {
  margin: 0 12px;
}

.header-bottom__list a {
  color: #333;
}

.header-bottom__list a:hover {
  color: #e65100;
}

.cart-box{
  position: relative;
}

.cart-box .count{
  position: absolute;
  top: -9px;
  right: 0px;
  padding: 2px 6px;
  display: block;
  font-size: 12px;
  color: #fff;
  background: #FE7200;
  border-radius: 10px;
}

.catalog-drop,.mobile-menu {
  /* width: 100%; */
  width: max-content;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}


.catalog-drop.open, .mobile-menu.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.catalog-drop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-drop__img-block {
  width: 31.5%;
  position: relative;
}

.catalog-drop__img-block:hover .catalog-drop__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.catalog-drop__img {
  height: 100%;
  background-color: #ffe1a6;
  overflow: hidden;
}

.catalog-drop__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.catalog-drop__btn {
  padding: 14px 24px 15px 24px;
  border: 1px solid #e65100;
  border-radius: 12px;
  color: #e65100;
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.catalog-drop__btn:hover {
  background-color: #e65100;
  color: #fff;
}

.mobile-menu {
  padding: 20px 15px;
}


.mobile-menu .main-menu{
  display: block;
}

.mobile-menu .main-menu li{
  margin-bottom: 10px;
}

.mobile-menu .main-menu li:last-child{
  margin-bottom: 0;
}

.mobile-menu .main-menu .children-menu {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.catalog-drop__content{
  /* width: 68.5%; */
  padding: 34px 40px 30px 65px;
}

.catalog-drop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
}

.catalog-drop__col {
  padding-left: 16px;
}

.catalog-drop__col--1 {
  width: 44%;
}

.catalog-drop__col--2 {
  width: 56%;
}

.catalog-drop__menu {
  margin-bottom: 10px;
}

.catalog-drop__content .menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:15px;
}

.catalog-drop__content .menu>li>a, .catalog-drop__title {
display: table;
  font-size: 20px;
  color: #979797;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog-drop__content .menu li,.catalog-drop__list li {
  margin-bottom: 5px;
}

.catalog-drop__content .menu .children-menu li a, .catalog-drop__list a {
  color: #333;
}

.catalog-drop__content .menu li a:hover, .catalog-drop__list a:hover {
  color: #e65100;
}

.welcome {
  margin-bottom: 54px;
}

.welcome__col--1 {
  width: 75%;
}

.welcome__col--2 {
  width: 25%;
}

.welcome__slider-container {
  height: 100%;
  position: relative;
}

.welcome__slider-container:hover .slider-arrow {
  opacity: 1;
}

.welcome__slider-container:hover .slider-arrow.slick-disabled {
  opacity: 0;
}

.welcome__slider {
  height: 100%;
}

.welcome__slider--card {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.welcome__slider--card .slick-slide {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.welcome__slider--card .slick-slide.slick-active {
  opacity: 1;
}

.welcome__slider--card .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.welcome__slider--card:hover {
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.welcome__slider--banner .slider-arrow--prev {
  left: 20px;
}

.welcome__slider--banner .slider-arrow--next {
  right: 20px;
}

.welcome__slider .slick-list {
  height: 100%;
}

.welcome__slider .slick-track {
  height: 100%;
}

.welcome__slider .slick-slide {
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.welcome__slider .slick-slide.slick-active {
  opacity: 1;
  border-radius: 24px;
  overflow: hidden;
}

.welcome__slider .slick-slide > div {
  height: 100%;
}

.welcome__slider .slick-slide .banner,
.welcome__slider .slick-slide .card {
  height: 100%;
}

.banner {
  padding: 45px 90px;
  border-radius: 24px;
  background-size: cover;
  background-position: left center;
  background-color: #ffe1a6;
}

.banner_dark{
  color: #fff;
}

.banner_advantages{
  padding-bottom: 80px;
}

.banner__content{
  max-width: 540px;
}

.banner__title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}

.banner__text {
  font-size: 24px;
  margin-bottom: 30px;
}

.banner__subtext {
  line-height: 22px;
  margin-bottom: 28px;
}

.banner__advantages{
  display: flex;
  position: absolute;
  max-width: 565px;
  bottom: 20px;
}

.banner__advantages div{
  margin-right: 15px;
  display: flex;
  font-size: 14px;
  line-height: 14px;
  color: #979797;
}

.banner__advantages div:last-child{
  margin-right: 0;
}

.banner__advantages div span{
  margin-right: 10px;
  color: #00bebc;
  font-size: 36px;
  line-height: .8;
}

.banner .btn {
  padding: 14px 40px 15px 40px;
}

.banner-landing-wrapp{
  margin-bottom: 56px;
  padding: 80px 0 56px;
  background-size: cover!important;
}

.banner-landing .banner-landing__title{
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}

.banner-landing .banner-landing__desc{
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.banner-landing .banner-landing__button{
  margin-top: 50px;
  padding: 14px 21px;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  transition: .5s ease;
  background: #E65100;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(230,81,0,.4);
}

.banner-landing .banner-landing__button:hover{
  transition: .5s ease;
  background: #de5900;
}

.banner-landing .banner-landing__inner{
  max-width: 560px;
}

.card {
  display: block;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 24px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card-business-list{
  margin-bottom: 25px;
}

.card-business-list ul li{
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.card-business-list ul li:last-child{
  margin-right: 0;
}

.card-business-list ul li svg{
  width: 30px;
  height: 30px;
  fill: #e65100;
}

.card span {
  display: block;
}

.card__stickers {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 33px;
  left: 25px;
  right: 33px;
}

.card__sticker {
  padding: 5px 10px;
  margin-left: 8px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 12px;
  color: #fff;
}

.card__sticker.stock {
  background-color: #FE7200;
}

.card__sticker.sale {
  background-color: #E30510;
}

.card__sticker.new {
  background-color: #52CE00;
}

.card__sticker.best {
  background-color: #FFC000;
}

.card__sticker.mark {
  background-color: #B9D400;
}

.card__sticker.sale-b {
  background-color: #E30574;
}

.card__sticker.choice {
  background-color: #7D1A73;
}

.card__sticker.credit {
  background-color: #0080FF;
}

.card__sticker.month {
  background-color: #0033FF;
}

.card__img {
  display: block;
  height: 180px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.card__img img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: table!important;
  margin-left: auto;
  margin-right: auto;
}

.card_small .card__img img{
  width: auto;
}

.card__img:before {
  padding-top: 90%;
}

.card__content {
  padding: 26px 32px 75px;
}

.card__text {
  max-height: 90px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 35px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.card__text span {
  display: inline-block;
  vertical-align: baseline;
  padding: 5px 6px;
  background: rgba(255, 95, 23, 0.64);
  border-radius: 8px;
}
.card__text b {
  font-weight: bolder;
}

.card__footer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: nowrap;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 30px;
}

.card__icons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: -10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card__item {
  width: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.card__item:hover .card__hover-text {
  opacity: 1;
}

.card__item:hover .card__icon svg {
  fill: #e65100;
}

.card__hover-text {
  margin-bottom: 5px;
  color: #979797;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card__icon svg {
  fill: #979797;
}

.card__price-old {
  font-size: 16px;
  color: #979797;
  margin-bottom: 4px;
}

.card__price-new {
  font-size: 24px;
  line-height: 22px;
}

.card__price-new p{
  display: inline-block;
}

.card__price-new span {
  display: inline;
  color: #979797;
}

.card:hover .card__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card .card__text {
  color: #333;
  text-decoration: none;
}

.card:hover .card__text {
  color: #e65100;
}

.card:hover .card__icons {
  opacity: 1;
}

.catalog__cards--list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__cards--list .card .card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32%;
  height: auto;
}

.catalog__cards--list .card_small .card__img, .card_small .card__img{
  width: auto;
}

.catalog__cards--list .card .card__stickers {
  top: 10px;
  left: 10px;
  right: 10px;
}

.catalog__cards--list .card .card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
}

.catalog__cards--list .card .card__text {
  margin-right: 20px;
  margin-bottom: 0;
}

.catalog__cards--list .card .card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
}

.catalog__cards--list .card .card__icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  margin-left: 50px;
  margin-right: 0;
}

.card:hover {
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.sales {
  margin-bottom: 35px;
}

.sales__col {
  width: 25%;
  margin-bottom: 16px;
}

.sales__col a:hover{
  color: #333;
}

.sales__col .item{
  display: flex;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.sales__col .item img{
  margin-right: 14px;
}

.sales__col .item__content{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}

.sales__col .item:hover{
  box-shadow: none;
}

.sales .more-btn {
  display: none;
}

.item {
  display: block;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  color: #333;
}

.item span {
  display: block;
}

.item__img {
  background-color: #ffe1a6;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.item__img img {
  display: block;
  width: 100%;
  min-height: 304px;
  -o-object-fit: cover;
  object-fit: cover;
}

.item__content {
  position: absolute;
  top: 32px;
  left: 32px;
  right: 32px;
}

.item__title {
  font-size: 20px;
}

.item:hover .item__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.services {
  margin-bottom: 45px;
}

/* .services__col {
  width: 25%;
  margin-bottom: 16px;
} */

.services__col .item{
  border-radius: 0;
  overflow: auto;
  text-decoration: none;
  color: #333;
}

.services__col .item__content{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
}

.services__dic{
  margin-top: 10px;
  margin-bottom: 10px;
  flex: 1;
}

.services__dic li{
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  padding-left: 10px;
}
.services__dic li a{
  color: #333;
}
.services__dic li:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0;
  top: 7px;
  display: block;
  border-radius: 50%;
  background: #FE7200;
}

.services__col_gray{
  background: #F5F5F5;
}

.icon.services__col_gray{
  background: #F5F5F5;
  box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
}

.services .grid{
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.services_5 .grid{
  grid-template-columns: repeat(5, 1fr);
}

.services .more-btn {
  /* display: none; */
}

.services__col.icon{
  display: flex;
  flex-direction: column;
}

.icon {
  display: block;
  min-height: 304px;
  padding: 32px;
  color: #333;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.icon_small{
  min-height: auto;
  display: block;
  height: 100%;
}

.icon span {
  display: block;
}

.icon__text {
  color: #979797;
}

.icon__title {
  font-size: 24px;
  /* flex: 1; */
}

.icon:hover {
  text-decoration: none;
  color: #333;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
}

.icon_svg{
  width: 100%;
  display: table;
  margin: 10px auto 0;
}

.popular {
  margin-bottom: 40px;
}

.popular--mb {
  margin-bottom: 79px;
}

.slider-cards {
  position: relative;
}

.slider-cards .slick-list {
  padding: 0 7px 25px;
  margin-left: -15px;
  margin-right: -15px;
}

.slider-cards .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-cards .slick-slide {
  height: auto;
  padding: 0 8px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.slider-cards .slick-slide > div {
  height: 100%;
}

.slider-cards .slick-slide .card {
  height: 100%;
}

.slider-cards .slick-active {
  opacity: 1;
}

.brands {
  margin-bottom: 45px;
}

.brands .title {
  margin-bottom: 60px;
}

.brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.brands__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 16px;
  margin-bottom: 16px;
}

.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  height: 106px;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.brand__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.brand__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.brand:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.brand:hover .brand__img img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.tabs__triggers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-bottom: 14px;
}

.tabs__triggers li {
  padding: 6px 24px 7px;
  margin-bottom: 10px;
  margin-left: 8px;
  border-radius: 24px;
  background-color: #979797;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.tabs__triggers li:hover.stock,
.tabs__triggers li.active.stock {
  background-color: #FE7200;
}

.tabs__triggers li:hover.sale,
.tabs__triggers li.active.sale {
  background-color: #E30510;
}

.tabs__triggers li:hover.new,
.tabs__triggers li.active.new {
  background-color: #52CE00;
}

.tabs__triggers li:hover.best,
.tabs__triggers li.active.best {
  background-color: #FFC000;
}

.tabs__triggers li:hover.mark,
.tabs__triggers li.active.mark {
  background-color: #B9D400;
}

.tabs__triggers li:hover.sale-b,
.tabs__triggers li.active.sale-b {
  background-color: #E30574;
}

.tabs__triggers li:hover.choice,
.tabs__triggers li.active.choice {
  background-color: #7D1A73;
}

.tabs__triggers li:hover.credit,
.tabs__triggers li.active.credit {
  background-color: #0080FF;
}

.tabs__triggers li:hover.month,
.tabs__triggers li.active.month {
  background-color: #0033FF;
}

.tabs__content > div {
  display: none;
}

.tabs__content > .open {
  display: block;
}

.selection {
  min-height: 273px;
  padding: 56px;
  background-image: url();
  background-color: #ffe1a6;
  border-radius: 24px;
  margin-bottom: 55px;
}

.selection__title {
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 15px;
}

.selection__text {
  font-size: 16px;
  margin-bottom: 20px;
}

.selection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.selection__form .btn {
  margin-left: 16px;
  margin-bottom: 10px;
}

.selection__select {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 14px 35px 15px 16px;
  margin-bottom: 10px;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #979797;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
}

.selection__select:after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath id='ic_expand_more_24px' d='M16.59,8.59,12,13.535,7.41,8.59,6,10.112l6,6.478,6-6.478Z' transform='translate(-6 -8.59)' fill='%23979797'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: 20px;
}

.selection__select:hover .selection__drop {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.selection__select:hover .selection__list {
  border-color: #e65100;
}

.selection__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 10px;
  margin-left: 16px;
}

.selection__input input {
  width: 100%;
  padding-left: 14px;
}

.selection__drop {
  min-width: 100%;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 0.5s, border-color 0.3s;
  -o-transition: 0.5s, border-color 0.3s;
  transition: 0.5s, border-color 0.3s;
  visibility: hidden;
  z-index: 2;
}

.selection__list {
  padding: 15px 16px 5px;
  background-color: #fff;
  border: 1px solid #ababab;
  border-radius: 12px;
}

.selection__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.selection__list li:hover .selection__checkbox {
  border-color: #e65100;
}

.selection__list li:hover .selection__label-text {
  color: #e65100;
}

.selection__list input {
  display: none;
}

.selection__list input:checked + .selection__checkbox {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='20px' height='20px' viewBox='0 0 352.62 352.62' style='enable-background:new 0 0 352.62 352.62;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M337.222,22.952c-15.912-8.568-33.66,7.956-44.064,17.748c-23.867,23.256-44.063,50.184-66.708,74.664 c-25.092,26.928-48.348,53.856-74.052,80.173c-14.688,14.688-30.6,30.6-40.392,48.96c-22.032-21.421-41.004-44.677-65.484-63.648 c-17.748-13.464-47.124-23.256-46.512,9.18c1.224,42.229,38.556,87.517,66.096,116.28c11.628,12.24,26.928,25.092,44.676,25.704 c21.42,1.224,43.452-24.48,56.304-38.556c22.645-24.48,41.005-52.021,61.812-77.112c26.928-33.048,54.468-65.485,80.784-99.145 C326.206,96.392,378.226,44.983,337.222,22.952z M26.937,187.581c-0.612,0-1.224,0-2.448,0.611 c-2.448-0.611-4.284-1.224-6.732-2.448l0,0C19.593,184.52,22.653,185.132,26.937,187.581z' fill='%230db14b'/%3E%3C/g%3E%3C/svg%3E%0A");
  border-color: #0db14b;
}

.selection__checkbox {
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid #ababab;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}

.selection__label-text {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article-content img{
  max-width: 100%;
  height: auto!important;
}

.articles {
  margin-bottom: 45px;
}

.articles .item, .news-page .item{
  position: relative;
}

.articles .item__content, .news-page .item__content{
  z-index: 1;
}

.articles .item .item__title, .articles .item .article__date,
.news-page .item .item__title, .news-page .item .article__date{
  color: #fff;
}

.articles__col {
  width: 25%;
  margin-bottom: 16px;
}

.article {
  display: block;
  height: 100%;
  text-decoration: none!important;
  border: 1px solid transparent;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  color: #333;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.article span {
  display: block;
}

.article__img {
  height: 272px;
  background-color: #ffe1a6;
  overflow: hidden;
}

.article__img--height {
  height: 165px;
}

.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article__content {
  padding: 32px;
}

.article__title {
  max-height: 45px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.article__date {
  font-size: 12px;
  color: #979797;
}

.article:hover .article__title {
  color: #e65100;
}

.article:hover .article__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article__list {
  padding-left: 10px;
}

.article__item {
  font-size: 16px;
  line-height: 1.38;
  position: relative;
}

.article__item:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: -10px;
}

.article--second .article__content {
  padding: 32px 32px 16px;
}

.article--second .article__title {
  max-height: none;
  font-size: 20px;
  margin-bottom: 16px;
}

.article--second .article__list {
  margin-bottom: 16px;
}

.article--third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article--third .article__img {
  width: 200px;
  height: auto;
  min-height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article--third .article__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 32px 32px 22px;
}

.article--third .article__title {
  margin-bottom: 10px;
}

.article:hover {
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.feedback {
  margin-bottom: 30px;
}

.feedback .title {
  margin-bottom: 50px;
}

.feedback__text {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.feedback__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.feedback__row--equal .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.feedback__col {
  width: 25%;
}

.feedback__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 16px;
  margin-bottom: 16px;
  background-color: #FAFAFA;
}

.feedback__input--maw {
  max-width: 207px;
}

.feedback .btn {
  margin-left: 16px;
  margin-bottom: 16px;
}

.feedback--catalog .title {
  margin-bottom: 20px;
}

.footer-menu {
  margin-bottom: 15px;
}

.footer-menu .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.footer-menu__col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 20px;
}

.footer-menu__menu {
  margin-bottom: 8px;
}

.footer-menu__title {
  font-size: 20px;
  color: #979797;
  margin-bottom: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer-menu__list li {
  margin-bottom: 5px;
}

.footer-menu__list a {
  color: #333;
}

.footer-menu__list a:hover {
  color: #e65100;
}

.footer-bottom {
  background-color: #e65100;
  border-radius: 24px 24px 0 0;
  padding: 12px 0;
}

.footer-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 24px;
}

.info-panel-overlay{
  text-align: center;
  background: #f0f0f0;
}

.info-panel{
  position: relative;
  padding: 15px 30px 15px 0;
  color: #979797;
  display: table;
  margin: 0 auto;
}

.info-panel a{
  color: #979797;
  text-decoration: underline;
}

.info-panel__close{
  position: absolute;
  right: 0;
  top: 13px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  border: 0;
  background: url(../img/close-button.svg) center center no-repeat;
}

.banner-b {
  padding: 30px 50px;
  background-size: cover;
  background-color: #F5F5F5;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 30px;
}

.banner-b__title {
  max-width: 780px;
  font-size: 32px;
}

.banner-b h1{
  font-weight: 400;
}

.banner-b__text {
  max-width: 650px;
  font-size: 16px;
}

.banner-b--second {
  padding: 80px 80px 40px;
  margin-bottom: 16px;
}

.banner-b--second .banner-b__title {
  margin-bottom: 16px;
}

.banner-b--big {
  margin-bottom: 52px;
}

.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 24px 18px;
  background-color: #F5F5F5;
  border-radius: 24px;
  margin-bottom: 24px;
}

.catalog__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
  padding-right: 16px;
}

.catalog__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  margin: 3px 0 3px 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog__check:hover {
  color: #e65100;
}

.catalog__check:hover .catalog__check-cross {
  fill: #e65100;
}

.catalog__check-cross {
  fill: #979797;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog__check-span {
  margin-left: 6px;
}

.catalog__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__select {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__select-btn {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 5px 24px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}

.catalog__select-btn:after {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath id='ic_keyboard_arrow_down_24px' d='M7.175,7.84,11,11.549,14.825,7.84,16,8.982,11,13.84,6,8.982Z' transform='translate(-6 -7.84)' fill='%23e65100'/%3E%3C/svg%3E ");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog__select-btn.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog__select-btn-span {
  color: #e65100;
  margin-left: 4px;
}

.catalog__select-drop {
  min-width: 100%;
  padding-top: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  visibility: hidden;
  z-index: 2;
}

.catalog__select-drop.open {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.catalog__select-drop-container {
  padding: 32px 32px 20px;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.catalog__select-drop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.catalog__select-drop-row input {
  display: none;
}

.catalog__select-drop-row input:checked + .catalog__select-drop-radio:after {
  opacity: 1;
}

.catalog__select-drop-radio {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border: 1px solid #e65100;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.catalog__select-drop-radio:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e65100;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog__select-drop-radio:hover + .catalog__select-drop-text {
  color: #e65100;
}

.catalog__select-drop-text {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.catalog__select-drop-text:hover {
  color: #e65100;
}

.catalog__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__view-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.catalog__view-btn svg {
  fill: #979797;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.catalog__view-btn.active svg {
  fill: #e65100;
}

.catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog .row {
  margin-bottom: 40px;
}

.catalog__filters {
  width: 304px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__input {
  position: relative;
  margin-bottom: 22px;
}

.catalog__input input {
  width: 100%;
}

.pagination{
  text-align: center;
  margin: 35px 0;
}

.pagination ul li {
  display: inline-block;
  font-size: 12px;
}

.pagination ul li.next-page{
  display: none;
}

.pagination ul li a,.pagination ul li span {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 5px 10px;
  height: 36px;
  width: 36px;
  line-height: 26px;
  color: #000;
  transition: all .3s;
  background-color: #fff;
}

.pagination ul li a:hover,.pagination ul li span:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e65100;
  border-color: #e65100;
}

.pagination ul li.next-page a,.pagination ul li.prev-page a {
  width: auto;
  padding-left: 20px;
  padding-right: 20px
}

.pagination ul li.prev-page {
  margin-right: 20px
}

.pagination ul li.next-page {
  margin-left: 20px
}

.pagination ul li.active span {
  color: #fff;
  background-color: #e65100;
  border-color: #e65100;
}

.catalog__cards {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 16px;
}

.catalog__cards--list .catalog__col {
  width: 100%;
}

.catalog__col {
  width: 33.125%;
  margin-bottom: 16px;
}

.catalog__btn-more {
  text-align: center;
  margin-bottom: 52px;
}

.catalog__menu-btn {
  display: none;
}

.catalog__menu-close {
  display: none;
}

.catalog__menu-over {
  display: none;
}

.accordeon__box {
  margin-bottom: 16px;
}

.accordeon__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  margin-bottom: 16px;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.accordeon__trigger:after {
  content: '';
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath id='ic_keyboard_arrow_down_24px' d='M7.175,7.84,11,11.549,14.825,7.84,16,8.982,11,13.84,6,8.982Z' transform='translate(-6 -7.84)' fill='%23e65100'/%3E%3C/svg%3E ");
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.accordeon__trigger.current a{
  color: #c74600;
}

.accordeon__trigger a{
  color: #333;
  text-decoration: none;
  transition: .5s ease;
}

.accordeon__trigger a:hover{
  color: #c74600;
  text-decoration: none;
  transition: .5s ease;
}

.accordeon__trigger.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordeon__trigger_link:after{
  content: '';
  display: none;
}

.accordeon__trigger_link a{
  color: #333;
  text-decoration: none;
  transition: .5s ease;
}

.accordeon__trigger_link a:hover{
  transition: .5s ease;
  color: #e65100;
}

.accordeon__drop {
  display: none;
}

.filter-price__title {
  font-size: 20px;
  margin-bottom: 16px;
}

.filter-price__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -16px;
}

.filter-price__col {
  width: 50%;
  padding-left: 16px;
  margin-bottom: 16px;
}

.filter-price__input {
  width: 100%;
}

.filter-price__btn {
  text-align: center;
}

.filter-price__btn .btn {
  height: 48px;
  padding: 14px 50px 15px;
  border-radius: 24px;
}

.grid-3col {
  margin-bottom: 40px;
}

.grid-3col__col {
  width: 33.125%;
  margin-bottom: 16px;
}

.grid-4col {
  margin-bottom: 48px;
}

.grid-4col__col {
  width: 25%;
  margin-bottom: 16px;
}

.grid-2col__col {
  width: 50%;
  margin-bottom: 16px;
}

.grid-list__col {
  width: 100%;
  margin-bottom: 16px;
}

.solution {
  margin-bottom: 54px;
}

.solution__item {
  height: 100%;
  padding: 30px 32px;
  border: 1px solid transparent;
  border-radius: 24px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.solution__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.solution__item p {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
  margin-bottom: 6px;
}

.solution__item .solution__title {
  display: block;
  margin-top: auto;
  font-size: 24px;
  line-height: 28px;
  color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.solution__item:hover {
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.solution__item:hover .solution__title {
  color: #e65100;
}

.breadcrumbs {
  padding-left: 24px;
  overflow-x: auto;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  color: #979797;
}

.breadcrumbs ul li {
  position: relative;
  white-space: nowrap;
}

.breadcrumbs ul li a {
  color: currentColor;
}

.breadcrumbs ul li:not(:first-child) {
  padding-left: 16px;
}

.breadcrumbs ul li:not(:first-child):before {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
}

.basket {
  margin-top: 33px;
  margin-bottom: 54px;
}

.basket__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__body h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
}

.basket__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 60px;
}

.basket__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__item:not(:last-child) {
  margin-bottom: 64px;
}

.basket__item a{
  text-decoration: none;
}

.basket__item h2 a{
  color: #333;
}

.basket__img {
  width: 223px;
  height: auto;
  line-height: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #ffe1a6;
}

.basket__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 52px;
}

.basket__info h3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.basket__info input {
  display: none;
}

.basket__info .catalog__select-drop-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__info .catalog__select-drop-price {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.basket__info .catalog__select-drop-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__info .catalog__select-drop-row .catalog__select-drop-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding-left: 15px;
}

.basket__info .catalog__select-drop-row input:checked + .catalog__select-drop-text .catalog__select-drop-text {
  color: #e65100;
}

.basket__info .catalog__select-drop-row input:checked + .catalog__select-drop-text .catalog__select-drop-radio:after {
  opacity: 1;
}

.basket__info .catalog__select-drop-row:hover .catalog__select-drop-price {
  color: #e65100;
}

.basket__info .hint {
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}

.basket__info .hint svg {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ababab;
}

.basket__info .hint__text {
  background-color: #fff;
  color: #ababab;
  position: absolute;
  bottom: 20px;
  max-width: 150px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.basket__info .hint:hover svg {
  fill: #e65100;
}

.basket__info .hint:hover .hint__text {
  opacity: 1;
}

.basket__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.basket__title-prop {
  margin-top: auto;
}

.basket__prise {
  font-weight: normal;
  font-size: 32px;
  line-height: 28px;
  width: 120px;
}

.basket__prise .nominate {
  color: #c8c8c8;
  font-size: 25px;
  padding-left: 5px;
}

.basket__prise-calc {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  width: 100%;
}

.basket__prise-calc input{
  display: block;
  width: 40px;
  border: 0;
  text-align: center;
}

.basket__prise-calc .calc-btn {
  background: #e6e6e6;
  width: 40px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.basket__prise-calc .calc-btn.minus {
  border-radius: 12px 0px 0px 12px;
}

.basket__prise-calc .calc-btn.plus {
  border-radius: 0px 12px 12px 0px;
}

.basket__prise-calc .calc-btn:hover {
  color: white;
  background: #e65100;
}

.calc-btn_disabled{
  color: #aaa!important;
  cursor:unset!important;
  background: #e6e6e6!important;
}

.calc-btn_disabled:hover{
  color: #aaa!important;
  background: #e6e6e6!important;
}

.basket__prise .card__item {
  width: 40px;
  margin-right: 8px;
  cursor: pointer;
}

.basket__prise .card__item:hover svg {
  fill: #e65100;
}

.basket__prise .card__item:last-child {
  margin-right: 0;
}

.basket__prise .card__icons {
  opacity: 1;
  font-size: 14px;
  line-height: 100%;
  margin-top: 35px;
}

.basket__prise .card__icons svg {
  fill: #979797;
  height: 25px;
}

.basket__prise .card__hover-text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.basket__prop {
  margin-top: 22px;
}

.basket__prop.tablets {
  display: none;
}

.basket__prop.last {
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.basket__all-count {
  text-align: right;
  margin-top: 10px;
  font-size: 20px;
  line-height: 28px;
}

.basket__all-count span {
  color: #e65100;
}

.basket__all-count span.all-count {
  padding-left: 16px;
  padding-right: 5px;
}

.basket__result-info {
  width: 304px;
  border-radius: 24px;
  background: #f5f5f5;
  padding: 28px 32px 32px;
}

.basket__result-info .btn {
  width: 100%;
}

.basket__result-info .in-basket {
  margin-top: 13px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__result-info .in-basket-discont .discount {
  color: #e65100;
  padding-left: 5px;
}

/* .basket__result-price span {
  display: block;
} */

.basket__result-price span.basket__result-disc {
  font-size: 20px;
  text-decoration: line-through;
}

.basket__result-price p.basket__result-real {
  font-size: 32px;
  line-height: 40px;
  color: #e65100;
  margin-bottom: 21px;
}

.basket__result-links button {
  display: block;
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid currentColor;
  padding: 14px;
  text-align: center;
  color: #979797;
  max-width: 238px;
  margin: auto;
  margin-top: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.basket__result-links button:hover {
  color: #e65100;
}

body.checkout .feedbback-form{
  display: none;
}

.feedbback-form .polit{
  text-align: center;
}

.search-page{
  margin-bottom: 50px;
}

.search-page__head{
  margin-bottom: 20px;
}

.search-page .ss-result{
  margin-bottom: 15px;
}

.search-page .ss-result hr{
  margin-top: 15px;
  height: 1px;
  background:  #eee;
  border: 0;
}

.search-page .ss-result__title{
  margin-bottom: 10px;
}

.search-page .ss-result__title a{
  font-size: 20px;
  color: #333;
}

.search-page .ss-result__text{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.search-page .ss-result__url a{
  font-size: 15px;
  color: #E65100;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33333363;
  z-index: 5;
  cursor: pointer;
}

.popup {
  display: none;
  border-radius: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  max-width: 784px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background: #f4f4f4 url("../img/basket.png") no-repeat center center;
}

.popup .close-popup {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.popup .close-popup svg {
  fill: #e65100;
}

.popup__form {
  max-width: 256px;
  width: 100%;
  margin-left: auto;
  padding: 39px 64px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
}

.popup__form h2 {
  font-size: 24px;
  line-height: 28px;
}

.popup__form p {
  line-height: 20px;
}

.popup__form p a {
  color: #e65100;
  text-decoration: underline;
}

.popup__form p.from-desc {
  margin: 25px 0;
}

.popup__form p.polit {
  margin-top: 14px;
}

.popup__form form label {
  margin-bottom: 17px;
  display: block;
}

.popup__form form input {
  width: 100%;
}

.popup__form form button {
  width: 100%;
  text-align: center;
}

.content-page p{
  margin-bottom: 10px;
  font-size: 16px;
}

.content-page ul{
  margin-bottom: 10px;
  font-size: 16px;
}

.card-table tr{
  display: block;
  margin-bottom: 10px;
}

.card-table tr td:first-child{
  width: 220px;
  font-weight: bold;
  padding-right: 20px;
}

.card-product {
  /* margin-top: 33px; */
  margin-bottom: 50px;
}

.card-product h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 23px;
  font-weight: normal;
}

.card-product h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: normal;
  margin: 24px 0;
}

.card-product__body {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: 
            "info order"
            "tabs order"
}

.card-product__info {
  padding-right: 5vw;
  grid-area: info;
}

.card-product__order {
  max-width: 465px;
  width: 100%;
  grid-area: order;
}

.card-product__description {
  margin-top: 30px;
  line-height: 22px;
}

.card-product__description ul {
  list-style: inherit;
  padding-left: 15px;
}

.card-slider {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-slider__big {
  max-width: 544px;
  width: 100%;
  border-radius: 0px 24px 24px 0px;
  margin-left: 16px;
}

.card-tabs {
  margin-top: 50px;
  grid-area: tabs;
}

.card-tabs .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 28px;
}

.card-tabs .tab + .tab {
  margin-left: 16px;
}

.card-tabs .tab span {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.card-tabs .tab.active span {
  color: #e65100;
  border-color: #e65100;
}

.card-tabs__item {
  margin-top: 47px;
  display: none;
  font-size: 14px;
  line-height: 155%;
}

.card-tabs__item.active {
  display: block;
}

.product__stickers ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__stickers ul .card__sticker:first-child {
  margin-left: 0;
}

.product__info {
  border-top: 1px solid #707070;
  padding-top: 8px;
}

.product__info h1 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 21px;
}

.product__info-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__info-price .price span.old-price {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #979797;
  text-decoration: line-through;
}

.product__info-price .price span.new-price {
  font-size: 40px;
  line-height: 28px;
}

.product__info-price .price span.new-price span {
  color: #c8c8c8;
}

.product__info-price .card__icons {
  opacity: 1;
  margin-bottom: 13px;
}

.product__info-price .card__icons .card__item {
  position: relative;
  cursor: pointer;
}

.product__info-price .card__icons .card__item svg {
  fill: #979797;
  width: 23px;
  height: 23px;
}

.product__add_to_cart svg{
  fill: #FE7200!important;
}

.product__info-price .card__icons .card__item:hover svg, .product__info-price .card__icons .card__item.btn-favorite-selected svg{
  fill: #e65100;
}

.product__info-price .card__icons .card__hover-text {
  position: absolute;
  top: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product__info .basket__info {
  margin-left: 0;
  margin-top: 29px;
}

.product__links {
  margin-top: 24px;
}

.product__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.product__links ul li {
  margin: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}

.product__links ul li a {
  padding: 14.5px 20px;
  display: block;
  color: #333333;
}

.product__links ul li:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6;
}

.product__links ul li:hover a {
  color: #e65100;
}

.product__total{
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.product__total p{
  margin-bottom: 5px;
}

.product__total span{
  font-weight: 500;
  font-size: 28px;
}

.card-slider__small {
  width: 143px;
}

.card-small__wrapper {
  height: 100%;
}

.card-small__wrapper .slider-arrow--prev {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
}

.card-small__wrapper .slider-arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.card-small__wrapper .slider-arrow--next {
  top: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.card-small__wrapper .slider-arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.card-small__wrapper .slick-list {
  border-radius: 24px 0 0 24px;
  margin-bottom: -16px;
}

.card-small__wrapper .slick-slide {
  margin-bottom: 16px;
  height: 129px;
  outline: none;
}

.card-small__item {
  width: 143px;
  height: 129px;
  cursor: pointer;
}

.card-small__item img {
  width: auto;
  height: 100%;
}

.card-big__wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-big__wrapper .slick-slide {
  height: auto;
}

.card-big__wrapper .slick-slide > div {
  width: 100%;
  height: 100%;
}

.card-big__item {
  border-radius: 0px 24px 24px 0px;
  overflow: hidden;
  max-height: 418px;
  height: 100%;
  text-align: center;
}

.card-big__item img {
  width: auto;
  height: 100%;
}

.page-landing__content .custom-form{
    max-width: 900px;
    margin-bottom: 50px;
    padding: 40px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,.08);
}

.order .basket__result {
  margin-top: 100px;
}

.order .basket__result h2 {
  font-size: 32px;
  font-weight: normal;
}

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.order__section {
  margin-bottom: 52px;
}

.order__section .title-desc {
  margin-top: 13px;
  font-size: 20px;
}

.order__section-del {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order__section-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
  margin-top: 16px;
}

.order__section-pay .pay-item {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  margin: 8px;
  padding: 30px 32px 32px;
  max-width: 304px;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.order__section-pay .pay-item input {
  display: none;
}

.order__section-pay .pay-item input:checked + label:before {
  opacity: 1;
}

.order__section-pay .pay-item a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #e65100;
  text-decoration: underline;
}

.order__section-pay .pay-item a:hover {
  text-decoration: none;
}

.order__section-pay .pay-item label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.order__section-pay .pay-item label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #979797;
  border-radius: 100%;
}

.order__section-pay .pay-item label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  width: 9px;
  height: 9px;
  background: #e65100;
  border-radius: 100%;
  z-index: +1;
  opacity: 0;
}

.order__section-pay .pay-item:hover,
.order__section-pay .pay-item.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #e6e6e6;
}

.order__section-pay .pay-item:hover label,
.order__section-pay .pay-item.active label {
  color: #e65100;
}

.order__section-pay .pay-item:hover label:after,
.order__section-pay .pay-item.active label:after {
  border-color: #e65100;
}

.order__section-pay .pay-item.active label:before {
  opacity: 1;
}

.order__section-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px -8px;
}

.order__section-form label {
  display: block;
  margin: 0 8px;
  width: 100%;
}

.order__section-form label input {
  width: 100%;
}

.order__section-form label:first-child {
  max-width: 224px;
}

.order__section-form label:nth-child(2) {
  max-width: 209px;
}

.order__section-form label:nth-child(3) {
  max-width: 160px;
}

.order__section-form .delivery__option-info {
  margin: 0;
  margin-left: 8px;
}

.delivery {
  font-size: 20px;
  /* width: 50%; */
  width: 100%;
  padding-right: 16px;
}

.delivery__label input {
  display: none;
}

.delivery__label input:checked + label {
  color: #e65100;
}

.delivery__label input:checked + label:after {
  border-color: #e65100;
}

.delivery__label input:checked + label:before {
  opacity: 1;
}

.delivery__label label {
  width: 100%;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 31px 32px;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.delivery__label label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  margin: auto;
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #979797;
  border-radius: 100%;
}

.delivery__label label:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 37px;
  width: 9px;
  height: 9px;
  background: #e65100;
  border-radius: 100%;
  z-index: +1;
  opacity: 0;
}

.delivery__label:hover label {
  color: #e65100;
}

.delivery__label:hover label:after {
  border-color: #e65100;
}

.delivery__option {
  margin-top: 20px;
}

.delivery__option h3 {
  font-weight: normal;
  font-size: 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.delivery__option-desc {
  margin-top: 9px;
  margin-bottom: 26px;
}

.delivery__option-time {
  display: block;
  padding-left: 25px;
  background: url(../img/clock.svg) no-repeat left;
  font-size: 14px;
  margin-bottom: 5px;
}

.delivery__option-info {
  display: block;
  padding-left: 25px;
  background: url(../img/info.svg) no-repeat left;
  font-size: 14px;
  margin-bottom: 5px;
  color: #e65100;
  margin-bottom: 27px;
}

.delivery__option-map {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.delivery__option-map .selection__select {
  margin: 0;
  padding: 14px 19px 15px 16px;
  font-size: 14px;
}

.delivery__option-map a {
  font-size: 14px;
  color: #e65100;
  text-decoration: underline;
  margin-left: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.delivery__option-map a:hover {
  text-decoration: none;
}

.delivery__option .street-label {
  display: block;
  margin: 12px 0;
}

.delivery__option-street {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.delivery__option-street label {
  display: block;
  margin: 0 8px;
}

.delivery__option-street label input {
  width: 100%;
}

.delivery__option.disabled {
  position: relative;
  color: #c8c8c8;
}

.delivery__option.disabled:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: +1;
}

.delivery__option.disabled .delivery__option-map a {
  color: #c8c8c8;
}

.ui-widget-header{
  border: 0!important;
  background: #d2d2d2;
  height: 4px!important;
  top: 3px!important;
}

.ui-widget-content .ui-state-default:focus{
  outline: none;
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover{
  background: #e65100;
  cursor: pointer;
  border-radius: 50%;
}

.view_news .slider-cards{
  margin-top: 80px;
}

.seo-text{
  margin-top: 40px;
}

@media (min-width: 770px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (min-width: 1051px) {
  .tablet-visible {
    display: none !important;
  }
}

@media (min-width: 1120px) {
  body.fixed {
    padding-right: 17px;
  }
}

@media (max-width: 1290px) {
  .card-product__body {
    /* -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column; */
    grid-template-columns: 60% 1fr;
    column-gap: 20px;
  }

  .card-slider__small{
    display: none!important;
  }

  .product__info{
    margin-top: 25px;
  }

  .card-product__info {
    padding-right: 0;
  }

  .card-product__order {
    margin-bottom: 50px;
    max-width: 700px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .md-hide{
    display: none;
  }

  .services_5 .grid{
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product__info h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 21px;
  }

  .product__info-price .price span.new-price {
      font-size: 30px;
      line-height: 32px;
  }

  /* .md-visible{
    display: block;
  } */

  .header-center__btn{
    display: block;
    padding: 12px 15px 10px 15px;
  }

  .header-center__btn svg{
    margin: 0;
  }

  .header-center__btn span{
    display: none;
  }

  .header-center__list{
    margin-right: 0;
  }

  .header-center__list li{
    margin: 0 10px;
  }

  .header-center__list li span:not(.count){
    display: none;
  }

  .header-center__list li svg{
    margin-bottom: 0;
  }

  .cart-box .count{
    top: -15px;
    right: -10px;
  }

  .card--list .card__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card--list .card__text {
    width: 100%;
    margin-bottom: 20px;
  }

  .card--list .card__icons {
    margin-left: 10px;
  }

  .card--list .card__footer {
    width: 100%;
  }

  .basket__title-prop.desktop {
    display: none;
  }

  .basket__prop.tablets {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .catalog__col {
    width: 50%;
  }
}

@media (max-width: 1160px) {
  .order__section-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .order__section-form .delivery__option-info {
    width: 100%;
  }

  .order__section-form label {
    margin-bottom: 20px;
  }
}

@media (max-width: 1120px) {
  .basket__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .basket__prise {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 1060px) {
  .delivery__option-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery__option-map .selection__select {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1050px) {
  .tablet-hide {
    display: none !important;
  }

  .header-top {
    padding: 0 12px;
  }

  .header-top__list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  /* .header-center__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }

  .header-center__list li {
    margin-bottom: 20px;
  } */

  /* .header-center__btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  } */

  .catalog-drop__img-block {
    display: none;
  }

  .catalog-drop__content {
    width: 100%;
  }

  .welcome__col--1 {
    width: 100%;
  }

  .welcome__col--2 {
    display: none;
  }

  .footer-menu {
    display: none;
  }

  .catalog .catalog__body {
    display: block;
  }

  .catalog .catalog__filters {
    padding: 70px 30px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 600px;
    left: -1100px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow-y: auto;
    z-index: 10;
  }

  .catalog .catalog__menu.open .catalog__filters {
    left: 0;
  }

  .catalog__menu-btn {
    display: inline-block;
    padding-right: 20px;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .catalog__menu-btn:after {
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath id='ic_keyboard_arrow_down_24px' d='M7.175,7.84,11,11.549,14.825,7.84,16,8.982,11,13.84,6,8.982Z' transform='translate(-6 -7.84)' fill='%23e65100'/%3E%3C/svg%3E ");
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .catalog__menu-btn:hover {
    color: #e65100;
  }

  .catalog__menu-close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 35px;
  }

  .catalog__menu-close:after,
  .catalog__menu-close:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e65100;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  .catalog__menu-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .catalog__menu-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .catalog .catalog__cards {
    padding-left: 0;
  }
}

@media screen and (max-width: 1050px) {
  .sales__col {
    width: 50%;
  }

  .services .grid{
    grid-template-columns: 1fr 1fr;
  }

  .articles__col {
    width: 50%;
  }

  .grid-3col__col {
    width: 50%;
  }

  .grid-4col__col {
    width: 50%;
  }

  .grid-2col__col {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .basket__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card-product__order{
    max-width: none;
  }

  .card-slider__big{
    margin-left: auto;
    margin-right: auto;
  }

  .card-product__body{
    display: block;
  }

  .card__icons{
    margin-right: 0;
  }

  .sm-visible{
    display: block!important;
  }

  .sm-hide{
    display: none!important;
  }

  .basket__list {
    padding-right: 0;
  }

  .header-center__btn{
    margin-right: 0;
    margin-left: 25px;
  }

  .basket__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 24px;
    background: #f5f5f5;
    padding-right: 32px;
  }

  .basket__result-info {
    background: transparent;
  }

  .basket__result-info .btn {
    width: auto;
  }

  .order__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .order .basket__result {
    margin-top: 0;
  }

  .order__section-pay .pay-item {
    max-width: calc(50% - 16px);
  }
}

@media (max-width: 790px) {
  .popup {
    width: 90%;
    background-position-x: 110%;
  }
}

@media (max-width: 769px) {
  .mobile-hide {
    display: none !important;
  }

  .banner__advantages{
    display: none!important;
  }

  .banner__advantages div span{
    font-size: 32px;
  }

  .banner__advantages div{
    margin-right: 0;
    margin-bottom: 15px;
  }
  
  .banner__advantages div:last-child{
    margin-bottom: 0;
  }

  .banner__advantages{
    display: block;
    margin-top: 15px;
    bottom: 0;
    position: relative;
  }

  .card__icons{
    opacity: 1;
  }

  .basket__body h2{
    font-size: 18px;
    line-height: 26px;
  }

  .catalog__cards--list .card{
    display: block;
  }

  .catalog__cards--list .row,
  .catalog__cards--list .card .card__content{
    display: block;
  }

  .title {
    font-size: 32px;
  }

  .title-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .brands .title{
    margin-bottom: 20px;
  }

  .title-flex .title {
    width: 100%;
  }

  .more-btn {
    margin-left: auto;
  }

  .menu__nav {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
  }

  .menu__list {
    display: block;
  }

  .menu__list a {
    margin: 0;
  }

  .menu__btn {
    display: inline-block;
  }

  .menu--left .menu__nav {
    left: -800px;
  }

  .menu--left.open .menu__nav {
    left: 0;
  }

  .menu--right .menu__nav {
    right: -800px;
  }

  .menu--right.open .menu__nav {
    right: 0;
  }

  .header-top {
    margin-left: -16px;
    margin-right: -16px;
  }
/* 
  .header-center__search {
    margin-bottom: 30px;
  } */

  .header-search{
    width: calc( 100% - 30px );
  }

  .header-center__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-drop__content {
    padding: 34px;
  }

  .welcome__slider--banner .slider-arrow--prev {
    left: -15px;
  }

  .welcome__slider--banner .slider-arrow--next {
    right: -15px;
  }

  .banner {
    padding: 45px;
  }

  .banner__title {
    margin-bottom: 10px;
  }

  .banner__text {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .banner__subtext {
    margin-bottom: 15px;
  }

  .selection__title {
    font-size: 32px;
  }

  .selection__form .btn {
    width: 100%;
  }

  .selection__select {
    width: 100%;
  }

  .selection__input {
    width: 100%;
  }

  .feedback__row {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .feedback__input {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .feedback .btn {
    width: 100%;
    margin-left: 0;
  }

  .footer-bottom {
    margin-left: -16px;
    margin-right: -16px;
  }

  .banner-b {
    padding: 30px;
  }

  .banner-b__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .banner-b--second {
    padding: 30px 30px 20px;
  }

  .catalog .catalog__head {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .catalog .catalog__checks {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .wrapper {
    padding-left: 15px;
  }

  .wrapper {
    padding-right: 15px;
  }
}

@media (max-width: 750px) {
  .basket__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-arrow{
    width: 40px;
    height: 40px;
  }

  .basket__info {
    margin-left: 0;
  }

  .basket__image {
    margin-bottom: 50px;
  }

  .basket__img {
    width: 100%;
    text-align: center;
    background: #fff;
  }

  .basket__result-links button{
    margin-top: 0;
  }
}

@media (max-width: 730px) {

  /* .card-slider__big {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 30px;
  } */

  .card-big__item{
    max-height: 290px;
  }

  .card-slider{
    display: block;
  }

  .card-tabs{
    margin-top: 0;
  }

  .card-small__wrapper .slider-arrow--prev {
    top: 50%;
    bottom: 0;
    right: auto;
    left: -15px;
  }

  .card-small__wrapper .slider-arrow--prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .card-small__wrapper .slider-arrow--next {
    top: 50%;
    bottom: 0;
    left: auto;
    right: -15px;
  }

  .card-small__wrapper .slider-arrow--next svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .card-small__wrapper .slick-slide {
    margin-bottom: 0;
    margin: 0 8px;
  }

  .card-big__item {
    border-radius: 24px;
  }
}

@media (max-width: 600px) {
  .breadcrumbs ul {
    font-size: 14px;
  }

  .popup {
    background: #f4f4f4;
  }

  .popup__form {
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
  }

  .card-tabs .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card-tabs .tab {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .card-tabs .tab + .tab {
    margin: 0;
    margin-bottom: 15px;
  }

  .product__info-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product__info-price .product__info-btn {
    width: 100%;
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 580px) {
  .card-table tr td{
    display: block;
  }

  .banner__advantages div span{
    font-size: 20px;
  }

  #order_form{
    margin-bottom: 40px;
  }

  .order__section{
    margin-bottom: 0;
  }

  .order__section h2{
    margin-bottom: 20px;
  }

  .order__section label{
    width: 100%;
    margin-bottom: 15px;
  }
  
  .order__section label input{
    width: 100%;
  }

  .basket__result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
  }

  .basket__result-info {
    width: 100%;
  }

  .order__section-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery {
    margin-bottom: 30px;
    padding-right: 0;
    width: 100%;
  }

  .order__section-pay .pay-item {
    max-width: 100%;
  }

  .order__section-pay .pay-item br {
    display: none;
  }
}

@media (max-width: 500px) {
  .catalog-more-btn {
    width: 100%;
    padding: 14px 20px 15px;
  }

  .catalog__view-btn.catalog__view-btn--list{
    display: none;
  }

  .product__info h1 {
    font-size: 22px;
    line-height: 34px;
  }

  .product__info-price .price span.new-price {
    font-size: 32px;
    line-height: 32px;
  }

  .card-product h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .basket__result-links button{
    max-width: none;
  }

  .header-bottom__list:first-child{
    margin-right: 0;
  }

  .header-center__list {
    font-size: 12px;
  }

  .xs-hide{
    display: none;
  }

  .header-center__logo{
    margin-left: 0;
  }

  .header-center__logo svg{
    width: 100px;
  }

  .catalog-drop {
    width: auto;
    left: -16px;
    right: -16px;
  }

  .catalog-drop__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog-drop__col {
    width: 100%;
  }

  .catalog-drop__content {
    padding: 20px 15px;
  }

  .card--list {
    width: 600px;
    overflow: visible;
  }

  .card--list .card__img {
    width: 40%;
    border-radius: 24px 0 0 24px;
    overflow: hidden;
  }

  .sales .row {
    margin-bottom: 16px;
  }


  .sales .more-btn {
    display: block;
  }

  .services .row {
    margin-bottom: 16px;
  }

  /* .services__col:not(:nth-child(-n+2)) {
    display: none;
  } */

  .services .more-btn {
    display: block;
  }

  .selection {
    padding: 30px 16px;
  }

  .articles .row {
    margin-bottom: 16px;
  }

  /* .articles__col:not(:nth-child(-n+2)) {
    display: none;
  } */

  .articles .more-btn {
    display: block;
  }

  .article--third .article__img {
    width: 100px;
    min-height: 100px;
  }

  .article--third .article__content {
    padding: 16px 16px 6px;
  }

  .footer-bottom .header-top__list li {
    width: 100%;
  }

  .catalog .catalog__head {
    padding: 10px;
  }

  .catalog .catalog__sort {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .catalog .catalog__select {
    width: 100%;
    margin-bottom: 16px;
  }

  .catalog .catalog__select-btn {
    width: 100%;
  }

  .catalog .catalog__view {
    margin-left: auto;
  }

  /* .catalog__col:not(:nth-child(-n+8)) {
    display: none;
  } */

  .catalog__cards--list .row {
    overflow-x: auto;
    margin-right: -16px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .catalog__cards--list .catalog__col {
    width: auto;
    padding-right: 16px;
  }

  .accordeon__trigger {
    font-size: 16px;
  }

  .filter-price__title {
    font-size: 16px;
  }

  .basket__result-info {
    padding: 20px 15px;
  }

  .basket__result-info .btn {
    width: 100%;
  }

  .basket__result-links {
    width: 100%;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 500px) {
  .sales__col {
    width: 100%;
  }

  .banner__title{
    font-size: 22px;
  }

  .services .grid{
    grid-template-columns: 1fr;
  }

  .articles__col {
    width: 100%;
  }

  .card__content {
    padding: 26px 15px 70px;
  }

  .card__img{
    height: auto;
  }

  .card__img img {
    width: 100%;
    height: auto;
  }

  .card__text {
    font-size: 14px;
    line-height: 20px;
  }

  .card__footer{
    left: 10px;
  }

  .card__price-new {
    font-size: 16px;
    line-height: 22px;
  }

  /* .catalog__col {
    width: 100%;
  } */

  .grid-3col__col {
    width: 100%;
  }

  .grid-4col__col {
    width: 100%;
  }
}

@media (max-width: 470px) {
  .popup__form {
    padding: 50px 15px;
  }

  .order__section-form label {
    max-width: 100% !important;
  }

  .delivery__option .street-label input {
    width: 100%;
  }

  .delivery__option-street {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .delivery__option-street label {
    margin-bottom: 16px;
    width: calc(50% - 16px);
  }

  .order .basket__result-links button {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .product__info-price .card__icons {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 50px;
  }

  .product__info-price .btn {
    width: 100%;
  }
}