@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: FontAwesome;
  src: url(/fonts/FontAwesome.otf); }
@font-face {
  font-family: FontAwesomeRegular;
  src: url(/fonts/fa-regular-400.ttf); }
@font-face {
  font-family: FontAwesomeSolid;
  src: url(/fonts/fa-solid-900.ttf); }
@font-face {
  font-family: FontAwesomeBrands;
  src: url(/fonts/fa-brands-400.ttf); }
.desktop {
  display: none !important; }

h1, .h1 {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  margin: 10px 0; }

h2, .h2 {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0; }

h3, .h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0; }

h4, .h4 {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 5px 0; }

h5, p.h5 {
  width: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  margin: 5px 0; }

h6, p.h6 {
  width: 100%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0; }

header {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0; }
  header .searchline {
    background-color: #FF7D26;
    color: #fff; }
    header .searchline .wrapper {
      flex-wrap: nowrap;
      align-items: center;
      height: 75px; }
      header .searchline .wrapper .burger {
        flex: 0 0 26px;
        height: 26px;
        margin-right: 24px;
        background: url("/images/icons/burger.svg") no-repeat center center;
        background-size: 96% auto; }
      header .searchline .wrapper form {
        flex: 0 1 100%; }
        header .searchline .wrapper form label {
          width: 100%;
          border-radius: 6px;
          overflow: hidden; }
          header .searchline .wrapper form label input {
            width: 100%;
            height: 40px;
            background-color: #C4550B;
            padding: 0 45px 0 15px; }
            header .searchline .wrapper form label input::placeholder {
              color: #fff;
              opacity: 0.7; }
        header .searchline .wrapper form > input {
          position: absolute;
          width: 40px;
          height: 100%;
          top: 0;
          right: 0;
          background: transparent url("/images/icons/search.svg") no-repeat center center; }
  header nav {
    display: none;
    max-width: 360px;
    top: -75px;
    z-index: 10; }
    header nav .wrapper {
      max-width: 300px; }
    header nav .logos {
      background-color: #fff; }
      header nav .logos .dropdown {
        width: 100%;
        top: 0;
        left: 0;
        background-color: #212121;
        color: #fff;
        z-index: 10;
        font-size: 14px; }
        header nav .logos .dropdown .wrapper {
          padding: 0 10px; }
        header nav .logos .dropdown ul {
          height: 60px; }
        header nav .logos .dropdown li {
          margin: auto 0; }
          header nav .logos .dropdown li > span::after {
            content: "";
            font-family: "FontAwesome", sans-serif;
            font-size: 20px;
            position: absolute;
            right: 0;
            top: 1px; }
          header nav .logos .dropdown li > span.revert::after {
            transform: rotate(180deg); }
        header nav .logos .dropdown span {
          display: block;
          cursor: pointer;
          padding: 5px;
          white-space: nowrap; }
        header nav .logos .dropdown div {
          display: none;
          position: absolute;
          top: 30px;
          left: 0;
          padding: 20px;
          background-color: #212121;
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
          border-radius: 6px;
          overflow: hidden;
          z-index: 10; }
          header nav .logos .dropdown div span {
            width: 100%;
            margin: 5px 0; }
          header nav .logos .dropdown div form {
            width: 100%; }
            header nav .logos .dropdown div form label {
              width: 100%;
              margin: 10px 0;
              font-size: 12px;
              line-height: 2; }
              header nav .logos .dropdown div form label[type="password"] {
                letter-spacing: 2px; }
            header nav .logos .dropdown div form input {
              width: 100%;
              height: 40px; }
              header nav .logos .dropdown div form input:not([type="submit"]) {
                padding: 0 10px;
                border: 1px solid #828282;
                border-radius: 6px;
                overflow: hidden;
                font-size: 15px; }
        header nav .logos .dropdown li.logo a {
          width: 40px;
          height: 40px;
          background: url("/images/icons/logoMob.svg") no-repeat left center;
          background-size: contain; }
        header nav .logos .dropdown li.login span {
          width: 20px;
          height: 20px;
          background: url("/images/icons/login.svg") no-repeat center center; }
          header nav .logos .dropdown li.login span:after {
            display: none; }
        header nav .logos .dropdown li.login div {
          width: 220px; }
        header nav .logos .dropdown li.lang > span, header nav .logos .dropdown li.cities > span {
          padding: 5px 20px 5px 0; }
      header nav .logos .icons {
        padding: 0 !important; }
        header nav .logos .icons li {
          display: flex;
          align-items: center;
          width: 100%;
          border-top: 1px solid #bdbdbd; }
          header nav .logos .icons li a {
            color: #fff;
            width: 100%;
            height: 68px;
            filter: invert(0.8);
            background-size: 24px auto !important;
            padding-left: 60px;
            line-height: 4.6; }
        header nav .logos .icons li:nth-of-type(1) a {
          background: url("/images/icons/basket.svg") no-repeat left center; }
        header nav .logos .icons li:nth-of-type(2) a {
          background: url("/images/icons/selected.svg") no-repeat left center; }
        header nav .logos .icons li:nth-of-type(3) a {
          background: url("/images/icons/comparision.svg") no-repeat left center; }
    header nav .phones {
      color: #fff;
      background-color: #FF7D26;
      padding: 15px 0 25px; }
      header nav .phones .wrapper {
        height: 30px;
        max-width: 240px;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden; }
      header nav .phones span, header nav .phones a {
        display: block;
        width: 100%;
        padding-left: 35px;
        margin: 10px 0;
        cursor: pointer; }
        header nav .phones span::before, header nav .phones a::before {
          position: absolute;
          left: 0;
          top: 3px; }
        header nav .phones span:first-child::after, header nav .phones a:first-child::after {
          content: "";
          font-family: "FontAwesome", sans-serif;
          font-size: 20px;
          position: absolute;
          right: 0;
          top: -3px; }
        header nav .phones span.revert::after, header nav .phones a.revert::after {
          transform: rotate(180deg); }
      header nav .phones .icoPhone::before {
        content: url("/images/icons/icoPhoneWhite.svg");
        top: 0; }
      header nav .phones .icoSkype::before {
        content: url("/images/icons/icoSkype.svg"); }
      header nav .phones .icoTelegram::before {
        content: url("/images/icons/icoTelegram.svg"); }
      header nav .phones .icoViber::before {
        content: url("/images/icons/icoViber.svg"); }
      header nav .phones hr {
        width: 100%;
        height: 1px;
        background-color: #3b3b3b;
        top: 24px; }
      header nav .phones p {
        width: fit-content;
        width: -moz-fit-content;
        padding: 0 15px;
        background-color: #FF7D26; }
      header nav .phones form {
        width: 100%; }
        header nav .phones form label {
          width: 100%;
          margin: 10px 0;
          font-size: 12px;
          line-height: 2;
          color: #212121; }
          header nav .phones form label input {
            width: 100%;
            height: 40px;
            padding: 0 10px;
            border-radius: 6px;
            overflow: hidden;
            font-size: 15px;
            background-color: #fff; }
        header nav .phones form .button {
          width: 100%;
          background-color: #3b3b3b;
          color: #fff; }
    header nav .quickLinks {
      padding: 15px 0;
      border-bottom: 5px solid #FF7D26;
      background-color: #fff; }
      header nav .quickLinks .wrapper {
        flex-direction: column; }
        header nav .quickLinks .wrapper > a {
          width: 100%;
          padding-right: 60px;
          margin: 10px 0; }
          header nav .quickLinks .wrapper > a.lCont::after {
            content: "";
            font-family: "FontAwesome", sans-serif;
            font-size: 22px;
            color: #FF7D26;
            position: absolute;
            right: 0;
            top: -6px; }
        header nav .quickLinks .wrapper div {
          display: none; }
          header nav .quickLinks .wrapper div ul {
            padding-left: 10px; }
            header nav .quickLinks .wrapper div ul li.h4 {
              margin: 10px 0 0 0;
              color: #FF7D26; }
            header nav .quickLinks .wrapper div ul a {
              line-height: 1.2;
              margin: 5px 0; }
    header nav .nav {
      background-color: #F4F4F4; }
      header nav .nav li {
        padding: 10px 0;
        text-align: center;
        font-size: 14px; }
        header nav .nav li:not(:last-of-type) {
          border-bottom: 1px solid #d3d3d3; }
        header nav .nav li a {
          width: 200px;
          padding: 10px;
          margin: auto; }

footer {
  background-color: #212121;
  color: #fff;
  padding: 50px 0 30px; }
  footer .wrapper {
    flex-direction: column;
    font-size: 14px;
    text-align: center; }
    footer .wrapper .logo {
      width: 180px;
      height: 60px;
      margin: auto;
      background: url("/images/icons/logo.svg") no-repeat center center;
      background-size: contain; }
    footer .wrapper nav {
      max-width: 280px;
      margin: auto; }
      footer .wrapper nav ul {
        padding: 10px 0; }
        footer .wrapper nav ul li {
          margin: 10px auto; }
          footer .wrapper nav ul li a {
            margin: auto; }
            footer .wrapper nav ul li a:first-letter {
              text-transform: uppercase; }
            footer .wrapper nav ul li a:hover, footer .wrapper nav ul li a.pd {
              text-decoration: underline; }
        footer .wrapper nav ul:first-of-type {
          color: #bdbdbd; }
        footer .wrapper nav ul:nth-of-type(2) {
          border-top: 2px solid #3b3b3b;
          border-bottom: 2px solid #3b3b3b; }
          footer .wrapper nav ul:nth-of-type(2) li:nth-of-type(-n+2) {
            color: #bdbdbd; }
          footer .wrapper nav ul:nth-of-type(2) li:last-of-type {
            color: #FF7D26; }
            footer .wrapper nav ul:nth-of-type(2) li:last-of-type a:hover {
              text-decoration: underline; }
        footer .wrapper nav ul h3, footer .wrapper nav ul .h3 {
          color: #bdbdbd;
          margin-bottom: 5px; }
    footer .wrapper .footerform {
      padding-bottom: 30px; }
      footer .wrapper .footerform ul {
        display: flex;
        justify-content: space-between;
        width: 160px;
        margin: 10px auto 30px; }
        footer .wrapper .footerform ul li a {
          width: 26px;
          height: 26px;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
      footer .wrapper .footerform form label {
        width: 100%;
        font-size: 18px;
        line-height: 1.3; }
        footer .wrapper .footerform form label input {
          width: 100%;
          height: 40px;
          padding: 0 140px 0 20px;
          margin-top: 15px;
          border-radius: 6px;
          overflow: hidden;
          font-size: 14px;
          color: #212121;
          background-color: #fff; }
      footer .wrapper .footerform form > input {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    footer .wrapper .clear {
      height: 2px;
      background-color: #3b3b3b; }
    footer .wrapper .dateLine {
      padding: 90px 0 20px;
      background: url("/images/icons/visa.svg") no-repeat center 35px;
      background-size: 140px auto; }
    footer .wrapper > p {
      font-size: 12px;
      font-weight: 700; }
      footer .wrapper > p span {
        display: block;
        margin: 5px 0; }
      footer .wrapper > p a {
        display: inline-block; }
        footer .wrapper > p a:hover {
          text-decoration: underline;
          color: #fff; }
      footer .wrapper > p span:last-of-type a {
        color: #FF7D26; }

.popUp {
  width: 90vw;
  left: 5vw; }

main {
  margin-top: 75px;
  background-color: #F4F4F4;
  padding-bottom: 40px; }
  main section {
    padding: 10px 0; }

.home .wrapper > h2, .home .wrapper > .h2 {
  text-align: center; }
.home .hero .wrapper > div {
  flex: 0 0 100%;
  width: 100%; }
  .home .hero .wrapper > div .slider {
    width: 100%;
    overflow: hidden;
    color: #fff;
    border-radius: 6px;
    overflow: hidden; }
    .home .hero .wrapper > div .slider .slideMarker {
      position: absolute;
      width: 100%;
      height: 20px;
      bottom: 0;
      text-align: center; }
      .home .hero .wrapper > div .slider .slideMarker li {
        display: inline-block;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        margin: 5px;
        background-color: #C4550B; }
        .home .hero .wrapper > div .slider .slideMarker li.act {
          background-color: #F4F4F4; }
    .home .hero .wrapper > div .slider .slideWrap {
      display: flex;
      height: 100%; }
    .home .hero .wrapper > div .slider .slide {
      width: 0;
      overflow: hidden;
      transition: width 0.8s ease-in-out; }
      .home .hero .wrapper > div .slider .slide.act {
        width: 100%; }
      .home .hero .wrapper > div .slider .slide .forImg {
        height: 100%; }
      .home .hero .wrapper > div .slider .slide .content {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        height: calc(100% - 20px);
        width: 250px;
        top: 0;
        left: 20px; }
        .home .hero .wrapper > div .slider .slide .content .button {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0; }
        .home .hero .wrapper > div .slider .slide .content .slideHeader {
          margin: 0;
          font-size: 30px;
          line-height: 1.1;
          font-weight: 800; }
.home .hero .carousel {
  flex: 0 0 100%;
  width: 100%; }
  .home .hero .carousel .carouselWrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center; }
    .home .hero .carousel .carouselWrap a {
      flex: 0 0 30%;
      width: 30%;
      font-size: 12px;
      font-weight: 700;
      text-align: center; }
      .home .hero .carousel .carouselWrap a img {
        height: 40px;
        width: auto;
        margin: 20px auto; }
.home .hiddenItem .item:nth-of-type(n+3) {
  display: none; }
.home .gridVideo .item {
  flex: 0 0 49%;
  width: 49%;
  margin-bottom: 15px; }

.twoColumn .item {
  flex: 0 0 49%;
  width: 49%;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden; }
  .twoColumn .item .forImg {
    width: 100%;
    padding-bottom: 100%; }
  .twoColumn .item div > * {
    margin: 20px 0; }
  .twoColumn .item p {
    font-size: 13px; }
  .twoColumn .item a {
    color: #FF7D26;
    padding-right: 30px;
    font-size: 14px; }
    .twoColumn .item a::after {
      content: url("/images/icons/orangeArrow.svg");
      position: absolute;
      right: 0;
      top: 3px; }

.grid .item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden; }
  .grid .item .forImg {
    width: 100%;
    padding-bottom: 80%;
    margin-bottom: 5px;
    background-size: contain; }
  .grid .item .stars {
    display: block;
    width: 100px;
    margin: 0;
    background-color: #bdbdbd; }
    .grid .item .stars i {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      border: 2px solid #fff; }
    .grid .item .stars.st1 {
      background: linear-gradient(90deg, #FF7D26 20%, #bdbdbd 20%); }
    .grid .item .stars.st2 {
      background: linear-gradient(90deg, #FF7D26 40%, #bdbdbd 40%); }
    .grid .item .stars.st3 {
      background: linear-gradient(90deg, #FF7D26 60%, #bdbdbd 60%); }
    .grid .item .stars.st4 {
      background: linear-gradient(90deg, #FF7D26 80%, #bdbdbd 80%); }
    .grid .item .stars.st5 {
      background-color: #FF7D26; }
  .grid .item .price {
    margin: auto 0 0;
    font-size: 18px;
    font-weight: 600; }
.grid.fourItem .item {
  flex: 0 0 49.5%;
  width: 49.5%;
  margin: 0 0 1.4%; }
.grid.fourItem .seeMore {
  font-size: 14px;
  color: #FF7D26;
  margin: 30px auto 0; }
  .grid.fourItem .seeMore::after {
    content: "";
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    position: absolute;
    right: -20px;
    top: 8px; }
  .grid.fourItem .seeMore::before {
    content: "";
    font-family: "FontAwesome", sans-serif;
    font-size: 12px;
    position: absolute;
    right: -20px;
    top: -2px; }
  .grid.fourItem .seeMore.seeLess::before, .grid.fourItem .seeMore.seeLess::after {
    transform: rotate(180deg); }
.grid .textInfo {
  padding-top: 20px; }
  .grid .textInfo .button {
    margin-top: 20px; }
.grid.forCarousel .carousel_1, .grid.forCarousel .carousel_2, .grid.forCarousel .carousel_3 {
  width: 100%; }
  .grid.forCarousel .carousel_1 > a, .grid.forCarousel .carousel_2 > a, .grid.forCarousel .carousel_3 > a {
    position: absolute;
    width: 30px;
    top: calc(50% - 18px);
    z-index: 1;
    font: 36px/1 "FontAwesome", sans-serif;
    color: #FF7D26; }
    .grid.forCarousel .carousel_1 > a.left, .grid.forCarousel .carousel_2 > a.left, .grid.forCarousel .carousel_3 > a.left {
      left: -15px; }
    .grid.forCarousel .carousel_1 > a.right, .grid.forCarousel .carousel_2 > a.right, .grid.forCarousel .carousel_3 > a.right {
      right: -15px;
      text-align: right; }
  .grid.forCarousel .carousel_1 > div, .grid.forCarousel .carousel_2 > div, .grid.forCarousel .carousel_3 > div {
    width: 100%;
    overflow: hidden; }
    .grid.forCarousel .carousel_1 > div .carouselWrap, .grid.forCarousel .carousel_2 > div .carouselWrap, .grid.forCarousel .carousel_3 > div .carouselWrap {
      width: 100%;
      display: flex; }
      .grid.forCarousel .carousel_1 > div .carouselWrap .item, .grid.forCarousel .carousel_2 > div .carouselWrap .item, .grid.forCarousel .carousel_3 > div .carouselWrap .item {
        margin-right: 1%; }

.catalog .grid h1, .catalog .grid .h1, .catalog .grid h2, .catalog .grid .h2 {
  text-align: center; }
.catalog .grid .filter {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 10;
  padding: 40px 0;
  max-width: 320px;
  top: -127px;
  left: 0; }
  .catalog .grid .filter > h3, .catalog .grid .filter > .h3 {
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto; }
    .catalog .grid .filter > h3::before, .catalog .grid .filter > .h3::before {
      content: url("/images/icons/filter.svg");
      position: absolute;
      top: -3px;
      left: -20px; }
  .catalog .grid .filter input[type='reset'], .catalog .grid .filter > a {
    background-color: transparent;
    color: #FF7D26;
    margin: 10px auto;
    height: 23px; }
  .catalog .grid .filter div {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin: 5px 20px 6%; }
    .catalog .grid .filter div:last-of-type {
      font-size: 13px; }
      .catalog .grid .filter div:last-of-type .button {
        width: 100%;
        padding: 0; }
      .catalog .grid .filter div:last-of-type img {
        display: inline-block;
        top: 7px;
        padding-right: 5px;
        width: 30px; }
    .catalog .grid .filter div h3, .catalog .grid .filter div .h3 {
      margin-bottom: 0; }
    .catalog .grid .filter div label {
      display: flex;
      margin: 15px 0;
      cursor: pointer;
      white-space: nowrap;
      align-items: center; }
    .catalog .grid .filter div input[type='checkbox'] {
      width: 18px;
      height: 18px;
      margin-right: 10px;
      border: 2px solid #bdbdbd;
      background: url("/images/icons/checkWhite.svg") no-repeat center;
      background-size: 24px auto; }
      .catalog .grid .filter div input[type='checkbox']:checked {
        background-color: #FF7D26;
        border-color: #FF7D26; }
    .catalog .grid .filter div span:first-of-type {
      display: inline-block;
      white-space: normal;
      word-break: break-word;
      max-width: calc(100% - 60px); }
    .catalog .grid .filter div span:last-of-type {
      margin: 0 0 0 auto;
      width: 30px;
      text-align: right;
      color: #828282; }
  .catalog .grid .filter .priceRange {
    min-width: 260px;
    padding-bottom: 8px; }
    .catalog .grid .filter .priceRange #amount {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 15px 0 25px; }
      .catalog .grid .filter .priceRange #amount i {
        display: inline-block;
        width: 50%;
        padding: 6px 0;
        margin: 0 5%;
        border: 1px solid #828282;
        border-radius: 6px;
        overflow: hidden;
        text-align: center; }
    .catalog .grid .filter .priceRange #slider-range {
      height: 6px;
      background-color: #828282;
      overflow: visible; }
      .catalog .grid .filter .priceRange #slider-range .ui-slider-range {
        position: absolute;
        height: 100%;
        background-color: #FF7D26;
        margin: 0; }
      .catalog .grid .filter .priceRange #slider-range .ui-state-default {
        display: inline-block;
        width: 18px;
        height: 18px;
        top: -6px;
        border-radius: 50%;
        background-color: #FF7D26;
        margin: 0 0 0 -12px; }
.catalog .grid .leftAside div {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 5px 20px;
  margin-bottom: 6%; }
  .catalog .grid .leftAside div:last-of-type {
    background-color: transparent;
    padding: 0;
    font-size: 13px; }
  .catalog .grid .leftAside div.forB {
    padding: 0;
    background-color: transparent; }
    .catalog .grid .leftAside div.forB .button {
      margin: 0; }
  .catalog .grid .leftAside div .button {
    width: 100%;
    padding: 0; }
    .catalog .grid .leftAside div .button img {
      display: inline-block;
      top: 7px;
      padding-right: 5px;
      width: 30px; }
  .catalog .grid .leftAside div h3, .catalog .grid .leftAside div .h3 {
    margin-bottom: 0; }
  .catalog .grid .leftAside div .adds {
    margin-left: 10px;
    cursor: pointer; }
    .catalog .grid .leftAside div .adds + div {
      display: none;
      margin-left: 10px;
      padding: 0; }
      .catalog .grid .leftAside div .adds + div a {
        display: block;
        color: #828282;
        background: url("/images/icons/blMap.svg") no-repeat left center;
        background-size: 12px;
        padding-left: 16px;
        font-size: 12px; }
        .catalog .grid .leftAside div .adds + div a:hover {
          color: #828282; }
          .catalog .grid .leftAside div .adds + div a:hover span {
            color: #FF7D26; }
        .catalog .grid .leftAside div .adds + div a span {
          display: inline;
          text-decoration: underline; }
      .catalog .grid .leftAside div .adds + div .forImg {
        padding-bottom: 60%;
        margin: 0; }
  .catalog .grid .leftAside div > label {
    display: flex;
    margin: 15px 0;
    cursor: pointer;
    white-space: nowrap;
    align-items: center; }
  .catalog .grid .leftAside div input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 2px solid #bdbdbd;
    background: url("/images/icons/checkWhite.svg") no-repeat center;
    background-size: 24px auto; }
    .catalog .grid .leftAside div input[type='checkbox']:checked {
      background-color: #FF7D26;
      border-color: #FF7D26; }
  .catalog .grid .leftAside div span:first-of-type {
    display: inline-block;
    white-space: normal;
    word-break: break-word;
    max-width: calc(100% - 60px); }
  .catalog .grid .leftAside div span:last-of-type, .catalog .grid .leftAside div mark {
    display: inline-block;
    margin: 0 0 0 auto;
    width: 30px;
    text-align: right;
    color: #828282; }
.catalog .grid .filters {
  margin: 10px auto 0;
  color: #C4550B; }
  .catalog .grid .filters img {
    display: inline;
    vertical-align: middle;
    width: 14px;
    margin-right: 6px;
    top: -1px; }
.catalog .grid .threeItem, .catalog .grid .listItem {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }
  .catalog .grid .threeItem > p, .catalog .grid .listItem > p {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .catalog .grid .threeItem > p a, .catalog .grid .listItem > p a {
      margin: 0 0 20px 40px;
      border-bottom: 2px solid transparent; }
      .catalog .grid .threeItem > p a:hover, .catalog .grid .threeItem > p a.act, .catalog .grid .listItem > p a:hover, .catalog .grid .listItem > p a.act {
        border-color: #FF7D26; }
    .catalog .grid .threeItem > p label, .catalog .grid .listItem > p label {
      display: inline; }
      .catalog .grid .threeItem > p label::after, .catalog .grid .listItem > p label::after {
        content: "";
        font-family: "FontAwesome", sans-serif;
        font-size: 16px;
        line-height: 0;
        position: absolute;
        right: 0;
        top: 12px; }
      .catalog .grid .threeItem > p label select, .catalog .grid .listItem > p label select {
        background-color: transparent;
        padding-right: 10px;
        cursor: pointer; }
    .catalog .grid .threeItem > p span, .catalog .grid .listItem > p span {
      order: -1;
      width: 70px;
      display: none;
      cursor: pointer;
      margin: 0 auto 0 0;
      top: 3px; }
  .catalog .grid .threeItem .item, .catalog .grid .listItem .item {
    margin-bottom: 2%; }
    .catalog .grid .threeItem .item:hover, .catalog .grid .listItem .item:hover {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }
.catalog .grid .threeItem > p span:first-of-type {
  display: block;
  cursor: pointer; }
.catalog .grid .threeItem .item {
  flex: 0 0 49%;
  width: 49%; }
  .catalog .grid .threeItem .item:not(:nth-of-type(2n)) {
    margin-right: 2%; }
.catalog .grid .listItem > p span:last-of-type {
  display: block; }
.catalog .grid .listItem .item {
  flex: 0 0 100%;
  width: 100%; }
  .catalog .grid .listItem .item .forInfo {
    display: block !important;
    margin-top: auto; }
    .catalog .grid .listItem .item .forInfo .price {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 180px; }
      .catalog .grid .listItem .item .forInfo .price span:first-of-type {
        text-decoration: line-through;
        color: #bdbdbd; }
      .catalog .grid .listItem .item .forInfo .price span:last-of-type {
        text-decoration: none;
        color: #212121;
        font-size: 18px;
        font-weight: 600; }
    .catalog .grid .listItem .item .forInfo .presence {
      font-size: 12px;
      color: #219653;
      padding-left: 20px; }
      .catalog .grid .listItem .item .forInfo .presence::before {
        content: url("/images/icons/check.svg");
        position: absolute;
        top: 2px;
        left: 0; }
      .catalog .grid .listItem .item .forInfo .presence.nPresense {
        color: #bdbdbd;
        padding-left: 0; }
        .catalog .grid .listItem .item .forInfo .presence.nPresense::before {
          content: ""; }
    .catalog .grid .listItem .item .forInfo .art {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      .catalog .grid .listItem .item .forInfo .art span:first-of-type {
        color: #3b3b3b;
        font-size: 12px;
        font-weight: 800; }
      .catalog .grid .listItem .item .forInfo .art span:last-of-type {
        display: block;
        width: 100px;
        flex: 0 0 100px;
        background-color: #bdbdbd; }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type i {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #fff; }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type.st1 {
          background: linear-gradient(90deg, #FF7D26 20%, #bdbdbd 20%); }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type.st2 {
          background: linear-gradient(90deg, #FF7D26 40%, #bdbdbd 40%); }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type.st3 {
          background: linear-gradient(90deg, #FF7D26 60%, #bdbdbd 60%); }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type.st4 {
          background: linear-gradient(90deg, #FF7D26 80%, #bdbdbd 80%); }
        .catalog .grid .listItem .item .forInfo .art span:last-of-type.st5 {
          background-color: #FF7D26; }
    .catalog .grid .listItem .item .forInfo .buy {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .catalog .grid .listItem .item .forInfo .buy span {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 0 0 60px;
        width: 60px;
        margin-left: 10px; }
  .catalog .grid .listItem .item .mobile {
    display: none !important; }

.comparision section > h1 {
  text-align: center; }
.comparision .compCar .topLine {
  display: flex;
  flex: 0 0 100%;
  justify-content: space-between;
  max-width: 100%; }
  .comparision .compCar .topLine p {
    display: block;
    text-align: right;
    margin: 0 0 10px; }
    .comparision .compCar .topLine p a {
      display: inline-block;
      text-decoration: none !important;
      padding: 4px 0; }
  .comparision .compCar .topLine p:last-of-type {
    color: #FF7D26; }
.comparision .compCar > .clean {
  margin: 40px auto;
  border: 1px solid #212121; }
.comparision .compCar table, .comparision .compCar tbody {
  display: block;
  max-width: 100%; }
.comparision .compCar tr {
  overflow: hidden;
  display: flex; }
  .comparision .compCar tr td, .comparision .compCar tr th {
    background-color: #fff;
    flex: 0 0 49%;
    width: 49%;
    margin-right: 2%;
    padding: 10px; }
    .comparision .compCar tr td .button, .comparision .compCar tr th .button {
      margin: 0 auto 20px; }
    .comparision .compCar tr td img, .comparision .compCar tr th img {
      margin-top: 20px; }
    .comparision .compCar tr td .del, .comparision .compCar tr th .del {
      background: url("/images/icons/close.svg") no-repeat bottom left;
      background-size: 50%;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 30px; }
    .comparision .compCar tr td a:not(.button), .comparision .compCar tr th a:not(.button) {
      display: inline;
      color: #828282;
      text-decoration: underline; }
  .comparision .compCar tr th, .comparision .compCar tr td:first-of-type {
    position: absolute;
    z-index: -100; }
  .comparision .compCar tr:nth-of-type(2n+5) td, .comparision .compCar tr:nth-of-type(2n+5) th {
    background-color: #FFE4D1; }
  .comparision .compCar tr:nth-of-type(n+4) {
    text-align: center; }
  .comparision .compCar tr:first-of-type td, .comparision .compCar tr:first-of-type th {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .comparision .compCar tr:last-of-type td, .comparision .compCar tr:last-of-type th {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .comparision .compCar tr:nth-of-type(3) td {
    display: flex;
    justify-content: space-between;
    min-height: auto !important; }
    .comparision .compCar tr:nth-of-type(3) td span:first-of-type {
      text-decoration: line-through;
      color: #bdbdbd;
      font-size: 10px;
      line-height: 2.2; }
    .comparision .compCar tr:nth-of-type(3) td span:last-of-type {
      text-decoration: none;
      color: #212121;
      font-size: 14px;
      font-weight: 700; }
  .comparision .compCar tr:nth-of-type(4) td {
    text-align: left;
    font-size: 12px;
    color: #828282;
    font-weight: 700; }
.comparision .empty {
  display: none; }
  .comparision .empty p {
    font-size: 48px;
    text-align: center;
    color: #FF7D26;
    padding: 20vh 0;
    margin: auto;
    max-width: 760px; }

.contact .leftAside div:not(:last-of-type) a {
  margin: 12px 0; }
  .contact .leftAside div:not(:last-of-type) a img, .contact .leftAside div:not(:last-of-type) a embed {
    display: inline-block;
    width: 34px;
    padding-right: 10px;
    top: 6px; }
  .contact .leftAside div:not(:last-of-type) a:hover, .contact .leftAside div:not(:last-of-type) a.pd {
    color: #C4550B; }
.contact .leftAside .adds {
  margin-left: 20px; }
  .contact .leftAside .adds + div {
    display: none;
    padding: 0;
    margin-left: 30px;
    margin-bottom: 6%;
    background-color: #F4F4F4;
    border-radius: 6px;
    overflow: hidden; }
    .contact .leftAside .adds + div a {
      display: block;
      color: #828282;
      background: url("/images/icons/blMap.svg") no-repeat left center;
      background-size: 12px;
      padding-left: 16px;
      font-size: 12px; }
      .contact .leftAside .adds + div a:hover {
        color: #C4550B; }
    .contact .leftAside .adds + div .forImg {
      background-color: #F4F4F4;
      border-radius: 6px;
      overflow: hidden;
      padding-bottom: 60%;
      margin: 10px 0; }
.contact .map {
  flex: 0 0 100%;
  width: 100%;
  margin: 20px 0; }
  .contact .map iframe {
    width: 100%;
    height: 50vh;
    border-radius: 6px;
    overflow: hidden; }
  .contact .map .CBForm {
    background-color: #FF7D26;
    color: #fff;
    padding: 5px 20px 20px;
    margin: 30px auto 20px; }
    .contact .map .CBForm > .button {
      width: 100%;
      margin-top: 20px; }
    .contact .map .CBForm label {
      display: block;
      font-size: 14px;
      width: 100%;
      margin-top: 20px; }
      .contact .map .CBForm label input, .contact .map .CBForm label textarea {
        margin-top: 5px;
        width: 100%;
        height: 40px;
        border-radius: 6px;
        overflow: hidden;
        color: #3b3b3b;
        background-color: #fff;
        padding: 10px; }
        .contact .map .CBForm label input:focus, .contact .map .CBForm label textarea:focus {
          background-color: #F4F4F4; }
      .contact .map .CBForm label textarea {
        resize: none;
        height: 120px; }
.contact .personas {
  margin: 20px 0; }
  .contact .personas > div {
    clear: both; }
  .contact .personas .forImg {
    padding-bottom: 195px;
    width: 160px;
    float: left;
    margin: 0 20px 20px 0;
    display: inline; }
  .contact .personas .social {
    display: inline-block;
    justify-content: center;
    margin: 10px 0; }
    .contact .personas .social a {
      display: inline-block;
      margin-right: 20px; }
.contact .personasList h2, .contact .personasList .h2 {
  text-align: left; }
.contact .personasList > div {
  padding: 10px 0 !important; }
  .contact .personasList > div .forImg {
    width: 210px;
    height: 240px;
    padding: 0;
    margin: 0 30px 10px 0;
    float: left; }
  .contact .personasList > div .social {
    display: flex;
    margin: 10px 0; }
    .contact .personasList > div .social a {
      margin: 0 6px; }
.contact .sitemap, .contact .comment {
  width: 100%; }
  .contact .sitemap div, .contact .comment div {
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 20px 40px; }
    .contact .sitemap div li, .contact .comment div li {
      margin: 5px 0;
      width: max-content;
      max-width: 100%;
      list-style: outside disc; }
      .contact .sitemap div li ul, .contact .comment div li ul {
        margin: 0 0 0 20px; }
      .contact .sitemap div li a, .contact .comment div li a {
        text-decoration: none; }
        .contact .sitemap div li a:active, .contact .comment div li a:active {
          background-color: #F4F4F4; }

.cabinet .leftAside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px; }
  .cabinet .leftAside > h3, .cabinet .leftAside > .h3 {
    margin: 0 0 30px 0;
    width: max-content;
    width: -moz-max-content;
    padding-left: 30px; }
    .cabinet .leftAside > h3::before, .cabinet .leftAside > .h3::before {
      position: absolute;
      content: url("/images/icons/login.svg");
      filter: invert(1);
      top: 3px;
      left: 0; }
    .cabinet .leftAside > h3 a, .cabinet .leftAside > .h3 a {
      font-size: 14px;
      color: #828282; }
  .cabinet .leftAside .promo {
    flex: 0 0 160px;
    width: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent url("/images/icons/promo.svg") no-repeat left center !important;
    background-size: 24px 24px;
    padding: 0 0 0 25px !important;
    align-self: flex-start; }
    .cabinet .leftAside .promo a {
      font-size: 11px;
      color: #FF7D26;
      text-decoration: underline; }
  .cabinet .leftAside div:not(:last-of-type) .button {
    margin: 20px auto; }
  .cabinet .leftAside div:not(:last-of-type) a {
    margin: 12px 0; }
    .cabinet .leftAside div:not(:last-of-type) a img, .cabinet .leftAside div:not(:last-of-type) a embed {
      display: inline-block;
      width: 34px;
      padding-right: 10px;
      top: 6px; }
    .cabinet .leftAside div:not(:last-of-type) a:hover, .cabinet .leftAside div:not(:last-of-type) a.pd {
      color: #C4550B; }
  .cabinet .leftAside div:not(:last-of-type) table {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 15px; }
    .cabinet .leftAside div:not(:last-of-type) table tr {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .cabinet .leftAside div:not(:last-of-type) table td {
      padding: 5px 0; }
    .cabinet .leftAside div:not(:last-of-type) table td:first-of-type {
      color: #828282; }
    .cabinet .leftAside div:not(:last-of-type) table td:last-of-type {
      text-align: right; }
    .cabinet .leftAside div:not(:last-of-type) table .sum {
      font-size: 18px;
      font-weight: 600; }
.cabinet .grid .listItem > p > a, .cabinet .grid .threeItem > p > a {
  display: none; }
.cabinet .grid.ordering .wrapper .threeItem > div {
  flex: 0 0 100%;
  width: 100%;
  padding: 10px;
  margin: 0;
  background-color: #fff;
  height: 60px;
  overflow: hidden; }
  .cabinet .grid.ordering .wrapper .threeItem > div mark {
    position: absolute;
    top: 20px;
    left: 10px;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #bdbdbd;
    text-align: center; }
    .cabinet .grid.ordering .wrapper .threeItem > div mark + hr {
      display: none !important; }
    .cabinet .grid.ordering .wrapper .threeItem > div mark + hr + p {
      padding-left: 30px; }
  .cabinet .grid.ordering .wrapper .threeItem > div.end {
    height: auto; }
    .cabinet .grid.ordering .wrapper .threeItem > div.end mark {
      background-color: #C4550B; }
  .cabinet .grid.ordering .wrapper .threeItem > div form .button {
    margin: 20px 0 10px auto; }
  .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock {
    display: none;
    line-height: 2;
    font-size: 14px;
    margin-left: 30px; }
    .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock label {
      margin: 5px 0 0 0; }
    .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock input, .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock select {
      display: block;
      width: 100%;
      border: 1px solid #828282;
      border-radius: 6px;
      overflow: hidden;
      padding: 5px 10px; }
    .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock select {
      cursor: pointer; }
      .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock select:focus {
        border-color: #FF7D26; }
    .cabinet .grid.ordering .wrapper .threeItem > div form .hdBlock input:focus {
      border-color: #FF7D26;
      color: #FF7D26; }
.cabinet .grid.ordering .wrapper .threeItem .order > div {
  overflow-x: auto; }
.cabinet .grid.ordering .wrapper .threeItem .order table.ord {
  flex: 0 0 calc(100% - 220px); }
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord th {
    padding: 5px;
    font-size: 11px;
    color: #828282;
    white-space: nowrap; }
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord tr:not(:first-of-type) {
    border-top: 1px solid #F4F4F4; }
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord td {
    padding: 5px 10px;
    text-align: center;
    min-height: 70px;
    font-size: 13px; }
    .cabinet .grid.ordering .wrapper .threeItem .order table.ord td img {
      height: 60px;
      width: auto !important; }
    .cabinet .grid.ordering .wrapper .threeItem .order table.ord td:not(:nth-of-type(2)) {
      white-space: nowrap; }
    .cabinet .grid.ordering .wrapper .threeItem .order table.ord td:first-of-type {
      width: 60px;
      text-align: left; }
    .cabinet .grid.ordering .wrapper .threeItem .order table.ord td:nth-of-type(2) {
      text-align: left;
      color: #FF7D26; }
.cabinet .grid.ordering .wrapper .threeItem .orderForm form label {
  color: #828282;
  width: 100%;
  margin: 10px 0; }
  .cabinet .grid.ordering .wrapper .threeItem .orderForm form label input {
    width: 100%;
    border: 1px solid #828282;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    margin-top: 4px; }
.cabinet .grid.ordering .wrapper .threeItem .orderForm form label textarea {
    width: 100%;
    border: 1px solid #828282;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    margin-top: 4px;
    min-height: 110px;
    resize: vertical; }
.cabinet .grid.ordering .wrapper .threeItem .orderForm form label select {
    width: 100%;
    border: 1px solid #828282;
    border-radius: 6px;
    overflow: hidden;
    padding: 10px;
    margin-top: 4px;
    cursor: pointer; }
    .cabinet .grid.ordering .wrapper .threeItem .orderForm form label input:focus {
      border-color: #FF7D26;
      color: #FF7D26; }
    .cabinet .grid.ordering .wrapper .threeItem .orderForm form label textarea:focus {
      border-color: #FF7D26;
      color: #FF7D26; }
    .cabinet .grid.ordering .wrapper .threeItem .orderForm form label select:focus {
      border-color: #FF7D26;
      color: #FF7D26; }
.cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses {
  margin: 8px 0 18px;
  padding: 14px;
  border: 1px solid #F4F4F4;
  border-radius: 12px;
  background: #fafafa; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses h5 {
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 600; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses p {
    margin: 0 0 12px;
    color: #828282;
    font-size: 12px;
    line-height: 1.4; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses .saved-delivery-addresses__list {
    display: grid;
    gap: 10px; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses .saved-delivery-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    text-align: left; }
    .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses .saved-delivery-card.active {
      border-color: #FF7D26;
      background: #fff7f1; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses .saved-delivery-card__badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: #F4F4F4;
    font-size: 10px;
    font-weight: 600;
    color: #3b3b3b; }
  .cabinet .grid.ordering .wrapper .threeItem .saved-delivery-addresses .saved-delivery-card__text {
    font-size: 13px;
    line-height: 1.45;
    color: #212121; }
.cabinet .grid.ordering .wrapper .threeItem .radioForm label {
  margin: 20px 0; }
  .cabinet .grid.ordering .wrapper .threeItem .radioForm label input[type="radio"] {
    width: 16px;
    height: 16px;
    top: 2px;
    margin-right: 12px;
    border-radius: 50%;
    border: 3px solid #828282;
    display: inline-block; }
    .cabinet .grid.ordering .wrapper .threeItem .radioForm label input[type="radio"]:checked {
      border: 8px double #FF7D26; }
      .cabinet .grid.ordering .wrapper .threeItem .radioForm label input[type="radio"]:checked + .hdBlock {
        display: block; }
  .cabinet .grid.ordering .wrapper .threeItem .radioForm label a {
    display: inline;
    color: #FF7D26;
    font-size: 11px;
    text-decoration: underline;
    margin-left: 10px; }
.cabinet .grid .orders .order {
  max-width: 100%;
  margin-bottom: 30px; }
  .cabinet .grid .orders .order > div:first-of-type h5, .cabinet .grid .orders .order > div:first-of-type .h5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0; }
  .cabinet .grid .orders .order .visPart + div {
    height: 0;
    overflow: hidden; }
    .cabinet .grid .orders .order .visPart + div .orderHistory > p:nth-of-type(2) {
      color: #FF7D26; }
    .cabinet .grid .orders .order .visPart + div .orderHistory .descr span {
      display: block;
      font-size: 11px; }
  .cabinet .grid .orders .order .visPart.nv + div {
    overflow-x: auto;
    height: auto; }
  .cabinet .grid .orders .order .visPart.nv::after {
    display: none; }
  .cabinet .grid .orders .order .visPart::after {
    content: "";
    background: url("/images/icons/chevronDown.svg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 25px);
    width: 50px;
    height: 20px; }
  .cabinet .grid .orders .order table {
    flex: 0 0 calc(100% - 220px);
    background-color: #fff;
    padding: 10px;
    font-size: 12px; }
    .cabinet .grid .orders .order table th {
      padding: 10px 0;
      font-size: 11px;
      color: #828282;
      white-space: nowrap; }
    .cabinet .grid .orders .order table tr:not(:first-of-type) {
      border-top: 1px solid #F4F4F4; }
    .cabinet .grid .orders .order table.ord td {
      padding: 10px;
      text-align: center;
      min-height: 70px; }
      .cabinet .grid .orders .order table.ord td img {
        height: 60px;
        width: auto !important; }
      .cabinet .grid .orders .order table.ord td:not(:nth-of-type(2)) {
        white-space: nowrap; }
      .cabinet .grid .orders .order table.ord td:first-of-type {
        width: 60px;
        text-align: left; }
      .cabinet .grid .orders .order table.ord td:nth-of-type(2) {
        text-align: left;
        color: #FF7D26; }
  .cabinet .grid .orders .order form {
    display: flex;
    justify-content: flex-end;
    margin: 35px 0 0 0; }
    .cabinet .grid .orders .order form .button:last-of-type {
      margin-left: 10px; }
.cabinet .grid .orders .editPers {
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin: 20px 0;
  border-radius: 6px;
  overflow: hidden; }
  .cabinet .grid .orders .editPers h4, .cabinet .grid .orders .editPers .h4 {
    padding-left: 30px; }
    .cabinet .grid .orders .editPers h4 img, .cabinet .grid .orders .editPers .h4 img {
      position: absolute;
      width: 20px;
      left: 0;
      top: 2px; }
  .cabinet .grid .orders .editPers label {
    margin: 10px 0;
    font-size: 11px;
    color: #828282; }
    .cabinet .grid .orders .editPers label.checkbox {
      display: flex;
      font-size: 15px;
      color: #3b3b3b; }
    .cabinet .grid .orders .editPers label input:not(input[type='checkbox']), .cabinet .grid .orders .editPers label select {
      background-color: #F4F4F4;
      width: 100%;
      height: 40px;
      font-size: 15px;
      color: #212121;
      padding: 0 15px;
      transition: all 0.2s; }
      .cabinet .grid .orders .editPers label input:not(input[type='checkbox'])[disabled="disabled"], .cabinet .grid .orders .editPers label select[disabled="disabled"] {
        background-color: #fff; }
    .cabinet .grid .orders .editPers label input[type='checkbox'] {
      flex: 0 0 18px;
      width: 18px;
      height: 18px;
      top: 3px;
      margin-right: 10px;
      border: 2px solid #212121; }
      .cabinet .grid .orders .editPers label input[type='checkbox']:checked {
        background: #212121 url("/images/icons/checkWhite.svg") no-repeat center center;
        background-size: 150% auto; }
      .cabinet .grid .orders .editPers label input[type='checkbox'][disabled="disabled"] {
        background-color: #828282;
        border-color: #828282;
        cursor: default; }
  .cabinet .grid .orders .editPers.addr label {
    flex: 0 0 100%;
    margin: 0 0 5px 0; }
    .cabinet .grid .orders .editPers.addr label input {
      width: calc(100% - 100px); }
    .cabinet .grid .orders .editPers.addr label span {
      position: absolute;
      right: 10px;
      bottom: -3px;
      width: 60px;
      text-align: right; }
  .cabinet .grid .orders .editPers.addr span {
    display: none;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 11px;
    color: #FF7D26; }
    .cabinet .grid .orders .editPers.addr span:hover {
      text-decoration: underline;
      transform: scale(1.05); }
  .cabinet .grid .orders .editPers.addr .account-address-list {
    width: 100%; }
  .cabinet .grid .orders .editPers.addr .address-row {
    display: block;
    padding-right: 90px;
    min-height: 28px;
    margin: 0 0 5px 0; }
  .cabinet .grid .orders .editPers.addr .address-row .address-display {
    font-size: 15px;
    color: #212121;
    line-height: 1.5; }
  .cabinet .grid .orders .editPers.addr .address-row .address-delete {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    color: #FF7D26;
    font-size: 11px;
    cursor: pointer;
    padding: 0; }
  .cabinet .grid .orders .editPers.addr .addAddr {
    display: inline-block;
    border: 0;
    background: transparent;
    color: #FF7D26;
    font-size: 11px;
    cursor: pointer;
    padding: 5px 0;
    margin: 10px 0 0; }
  .cabinet .grid .orders .editPers .edit {
    position: absolute;
    width: 120px;
    top: 10px;
    right: 10px;
    font-size: 11px;
    color: #FF7D26;
    text-align: right;
    padding: 10px; }
    .cabinet .grid .orders .editPers .edit:hover {
      text-decoration: underline;
      transform: scale(1.05); }
.cabinet .grid .orders .bind {
  width: 100%; }
  .cabinet .grid .orders .bind > p {
    width: 100%; }
  .cabinet .grid .orders .bind div:first-of-type {
    width: 100%; }
    .cabinet .grid .orders .bind div:first-of-type p {
      display: flex;
      width: 100%;
      flex-wrap: nowrap;
      margin: 20px 0;
      align-items: center; }
      .cabinet .grid .orders .bind div:first-of-type p img {
        width: 26px;
        margin: 0 20px 0 0; }
      .cabinet .grid .orders .bind div:first-of-type p a {
        margin: 0 0 0 auto;
        text-decoration: none;
        color: #FF7D26; }
        .cabinet .grid .orders .bind div:first-of-type p a:hover {
          text-decoration: underline;
          color: #C4550B; }
  .cabinet .grid .orders .bind div:last-of-type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cabinet .grid .orders .bind div:last-of-type p {
      flex: 0 0 auto;
      display: flex;
      width: auto;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: flex-end;
      color: #FF7D26; }
      .cabinet .grid .orders .bind div:last-of-type p a {
        text-decoration: none; }
        .cabinet .grid .orders .bind div:last-of-type p a:hover {
          text-decoration: underline;
          color: #C4550B; }
        .cabinet .grid .orders .bind div:last-of-type p a.exit {
          background: url("/images/icons/exit.svg") no-repeat left center;
          background-size: 20px auto;
          padding-left: 30px; }

.news .wrapper > h1, .news .wrapper > h2, .news .wrapper > .h1, .news .wrapper > .h2 {
  text-align: center; }
.news .basket .table {
  background-color: #fff;
  flex: 0 0 100%;
  width: 100%;
  padding: 10px;
  overflow-x: auto;

  table {
    width: 100%;
  }
}
  .news .basket .table tbody {
    display: table;
    width: 100%; }
    .news .basket .table tbody th {
      height: 30px;
      font-size: 11px;
      font-weight: 500;
      color: #828282; }
    .news .basket .table tbody td {
      text-align: center;
      padding: 5px;
      font-size: 13px; }
    .news .basket .table tbody td:first-of-type {
      width: 60px;
      min-width: 60px; }
    .news .basket .table tbody td:nth-of-type(2) {
      width: auto;
      text-align: left;

      /*padding-left: 20px;*/

      /*span {*/
      /*  color: #219653;*/
      /*  position: relative;*/
      /*  font-size: 12px;*/
      /*  line-height: 20px;*/
      /*  font-weight: 500;*/
      /*  padding-left: 15px;*/
      /*  cursor: pointer;*/

      /*:hover {*/
      /*  text-decoration: underline;*/
      /*}*/
      /*}*/
      /*span::before {*/
      /*  content: '';*/
      /*  background-image: url('../assets/images/tick.svg');*/
      /*  background-repeat: no-repeat;*/
      /*  height: 9px;*/
      /*  width: 12px;*/
      /*  position: absolute;*/
      /*  left: 0;*/
      /*  top: 0;*/
      /*  transform: translate(0%, 56%);*/
      /*}*/
    }
    .news .basket .table tbody td:nth-of-type(4) label {
      display: flex;
      justify-content: center;
      align-items: center; }
      .news .basket .table tbody td:nth-of-type(4) label span {
        width: 30px;
        text-align: center;
        font-size: 18px;
        color: #d3d3d3; }
        .news .basket .table tbody td:nth-of-type(4) label span:hover {
          color: #FF7D26;
          cursor: pointer; }
      .news .basket .table tbody td:nth-of-type(4) label input {
        width: 32px;
        height: 32px;
        border: 1px solid #3b3b3b;
        text-align: center; }
    .news .basket .table tbody td:last-of-type {
      width: 26px;
      min-width: 26px; }
    .news .basket .table tbody tr:not(:first-of-type) {
      border-bottom: 1px solid #F4F4F4; }
    .news .basket .table tbody tr:hover td:nth-of-type(2) {
      color: #FF7D26; }
  .news .basket .table div {
    display: flex;
    width: 100%;
    padding-top: 30px;
    justify-content: flex-end;
    align-items: center; }
    .news .basket .table div .button {
      margin: 0 0 0 40px; }
.news .newsBlock .wrapper .item {
  flex: 0 0 49%;
  width: 49%;
  background-color: #fff;
  margin-bottom: 10px; }
  .news .newsBlock .wrapper .item .forImg {
    padding-bottom: 70%; }
  .news .newsBlock .wrapper .item div:not(.forImg) {
    padding: 0 30px; }
    .news .newsBlock .wrapper .item div:not(.forImg) a {
      color: #FF7D26;
      padding-right: 40px;
      font-size: 14px;
      margin: 30px 0; }
      .news .newsBlock .wrapper .item div:not(.forImg) a::after {
        content: url("/images/icons/orangeArrow.svg");
        position: absolute;
        right: 10px;
        top: 3px;
        transition: right 0.3s; }
      .news .newsBlock .wrapper .item div:not(.forImg) a:hover::after {
        right: 0; }
.news .p404 .wrapper {
  padding: 40px 0 160px; }
  .news .p404 .wrapper img {
    flex: 0 0 160px;
    width: 160px;
    left: calc(50% - 140px); }
  .news .p404 .wrapper div {
    position: absolute;
    width: 300px;
    left: calc(50% - 150px); }
    .news .p404 .wrapper div .bigHeader {
      font-size: 100px;
      font-weight: 800;
      line-height: 0.7;
      padding-left: 100px; }
    .news .p404 .wrapper div .h3header {
      font-size: 26px;
      font-weight: 800;
      padding-left: 165px;
      padding-top: 10px;
      line-height: 1; }
    .news .p404 .wrapper div .button {
      margin: 20px auto; }

.infoTable .wrapper {
  background-color: #fff; }
  .infoTable .wrapper table {
    flex: 0 0 100%;
    width: 100%; }
    .infoTable .wrapper table tr:not(:first-of-type) {
      border-bottom: 1px solid #F4F4F4; }
    .infoTable .wrapper table tr th {
      padding: 30px 20px 0;
      text-align: left;
      font-size: 14px;
      font-weight: 800; }
    .infoTable .wrapper table tr td {
      padding: 20px 20px 15px 5px; }
      .infoTable .wrapper table tr td:last-of-type {
        width: 120px; }
      .infoTable .wrapper table tr td.answer {
        width: 0;
        padding: 0; }
        .infoTable .wrapper table tr td.answer::before {
          content: "";
          font-family: "FontAwesome", sans-serif;
          font-size: 20px;
          position: absolute;
          right: 5px;
          top: 18px; }
      .infoTable .wrapper table tr td.vis + .answer::before {
        transform: rotate(180deg); }
      .infoTable .wrapper table tr td p {
        display: none;
        font-size: 13px;
        max-width: 900px; }

.empty p {
  font-size: 24px;
  text-align: center;
  color: #FF7D26;
  padding: 20vh 0;
  margin: auto; }

.product .productImage .wrapper .art {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 0 0; }
  .product .productImage .wrapper .art span {
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto 0 0; }
  .product .productImage .wrapper .art a {
    padding: 6px;
    margin-left: 10px; }
    .product .productImage .wrapper .art a img {
      width: 15px; }
.product .productImage .wrapper .stars {
  display: block;
  width: 100px;
  flex: 0 0 100px;
  left: -6px;
  background-color: #bdbdbd;
  margin-top: 0; }
  .product .productImage .wrapper .stars i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #fff; }
.product .productImage .wrapper .prodSl {
  flex: 0 0 100%;
  margin: 10px 0 30px; }
  .product .productImage .wrapper .prodSl .target {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 6px;
    overflow: hidden; }
    .product .productImage .wrapper .prodSl .target.zoom {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0;
      background-color: #fff;
      background-size: contain;
      z-index: 100; }
      .product .productImage .wrapper .prodSl .target.zoom .center {
        cursor: zoom-out; }
  .product .productImage .wrapper .prodSl .preview div {
    display: flex;
    overflow: hidden;
    padding: 2% 0 0; }
    .product .productImage .wrapper .prodSl .preview div span {
      display: block;
      flex: 0 0 23.5%;
      padding-bottom: 23.5%;
      margin-right: 2%;
      border-radius: 6px;
      overflow: hidden;
      cursor: pointer; }
    .product .productImage .wrapper .prodSl .preview div span.js-native-image {
      position: relative;
      height: auto;
      background-image: none !important; }
      .product .productImage .wrapper .prodSl .preview div span.js-native-image img {
        display: block;
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; }
  .product .productImage .wrapper .prodSl span.fa:not(.center) {
    position: absolute;
    top: calc(50% - 34px);
    display: block;
    width: 40px;
    color: #FF7D26;
    font-size: 34px;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    z-index: 1; }
    .product .productImage .wrapper .prodSl span.fa:not(.center).left {
      left: 0; }
    .product .productImage .wrapper .prodSl span.fa:not(.center).right {
      right: 0; }
  .product .productImage .wrapper .prodSl .center {
    display: block;
    position: absolute;
    height: calc(100% - 80px);
    width: calc(100% - 80px);
    left: 40px;
    top: 40px;
    cursor: zoom-in; }
.product .productImage .wrapper .prodDescr {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  padding: 20px 10px;
  background-color: #fff;
  color: #828282;
  border-radius: 6px;
  overflow: hidden; }
  .product .productImage .wrapper .prodDescr .price {
    order: -1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    margin: 0 auto; }
    .product .productImage .wrapper .prodDescr .price span:first-of-type {
      text-decoration: line-through;
      font-size: 18px;
      color: #bdbdbd; }
    .product .productImage .wrapper .prodDescr .price span:last-of-type {
      text-decoration: none;
      color: #212121;
      font-size: 24px;
      font-weight: 600; }
  .product .productImage .wrapper .prodDescr > .button {
    order: -1;
    margin: 10px auto 0;
    width: 100%;
    max-width: 324px; }
  .product .productImage .wrapper .prodDescr .buy {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    order: -1; }
    .product .productImage .wrapper .prodDescr .buy a {
      margin: 10px 5px;
      flex: 0 0 max-content;
      width: max-content;
      width: -moz-max-content;
      background-color: #212121;
      border-color: #212121;
      color: #fff; }
      .product .productImage .wrapper .prodDescr .buy a:hover {
        background-color: #fff;
        color: #212121; }
      .product .productImage .wrapper .prodDescr .buy a:last-of-type {
        order: -1; }
  .product .productImage .wrapper .prodDescr .presence {
    font-size: 12px;
    color: #219653;
    padding-left: 20px; }
    .product .productImage .wrapper .prodDescr .presence::before {
      content: url("/images/icons/check.svg");
      position: absolute;
      top: 2px;
      left: 0; }
    .product .productImage .wrapper .prodDescr .presence.nPresense {
      color: #bdbdbd;
      padding-left: 0; }
      .product .productImage .wrapper .prodDescr .presence.nPresense::before {
        content: ""; }
  .product .productImage .wrapper .prodDescr .bp {
    font-size: 12px; }
  .product .productImage .wrapper .prodDescr > div > * {
    margin-top: 20px; }
  .product .productImage .wrapper .prodDescr > div li:first-of-type {
    font-size: 14px;
    font-weight: 800;
    color: #212121; }
  .product .productImage .wrapper .prodDescr > div li:not(:first-of-type) {
    font-size: 12px; }
  .product .productImage .wrapper .prodDescr > div ul li:not(:first-of-type) {
    margin-left: 16px;
    list-style: outside disc; }
.product .productCard {
  margin: 40px 0; }
  .product .productCard .wrapper > div {
    width: 100%;
    background-color: #fff;
    padding: 0 10px 30px 10px;
    overflow: hidden;
    height: 60px;
    border-top: 2px solid #bdbdbd; }
    .product .productCard .wrapper > div.actMob {
      height: auto;
      border: none;
      margin-bottom: 20px;
      border-radius: 6px;
      overflow: hidden; }
    .product .productCard .wrapper > div h2, .product .productCard .wrapper > div .h2 {
      display: block !important;
      height: 60px;
      padding: 20px 10px;
      margin: 0 0 30px 0;
      width: calc(100% + 20px);
      left: -10px;
      background-color: #F4F4F4;
      color: #212121;
      font-size: 14px;
      text-transform: capitalize; }
      .product .productCard .wrapper > div h2:after, .product .productCard .wrapper > div .h2:after {
        font: 14px/1 "FontAwesomeSolid", sans-serif;
        content: "";
        position: absolute;
        top: 24px;
        right: 10px; }
    .product .productCard .wrapper > div.actMob h2, .product .productCard .wrapper > div.actMob .h2 {
      background-color: #FF7D26;
      color: #fff; }
      .product .productCard .wrapper > div.actMob h2:after, .product .productCard .wrapper > div.actMob .h2:after {
        content: ""; }
    .product .productCard .wrapper > div.descr .author {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center; }
      .product .productCard .wrapper > div.descr .author > span {
        display: block;
        margin-right: 20px;
        width: fit-content;
        width: -moz-fit-content; }
      .product .productCard .wrapper > div.descr .author .stars {
        width: 100px;
        flex: 0 0 100px;
        left: -6px;
        background-color: #bdbdbd; }
        .product .productCard .wrapper > div.descr .author .stars i {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          border: 2px solid #fff; }
      .product .productCard .wrapper > div.descr .author > span:last-of-type {
        font-size: 12px;
        color: lightgrey; }
    .product .productCard .wrapper > div.descr .answer {
      color: #FF7D26; }
    .product .productCard .wrapper > div.descr > div {
      padding-left: 20px; }
      .product .productCard .wrapper > div.descr > div .smaller {
        font-size: 12px;
        color: #828282;
        left: -20px; }
    .product .productCard .wrapper > div.char table {
      width: 100%; }
      .product .productCard .wrapper > div.char table tr:nth-of-type(even) td {
        background-color: #FFE4D1;
        /* padding-left: 20px; */ 
	}
      .product .productCard .wrapper > div.char table td {
        padding: 10px; }
        .product .productCard .wrapper > div.char table td:first-of-type {
          font-weight: 600; }
.product .grid h1, .product .grid .h1, .product .grid h2, .product .grid .h2 {
  text-align: center; }
.product .productImage .wrapper .prodDescr .productConfig {
  margin: 12px 0 10px;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  flex: none;
  border-radius: 6px; }
  .product .productImage .wrapper .prodDescr .productConfig > * {
    width: 100%;
    flex: none; }
  .product .productImage .wrapper .prodDescr .productConfig__section + .productConfig__section {
    margin-top: 0; }
  .product .productImage .wrapper .prodDescr .productConfig__group + .productConfig__group {
    margin-top: 0; }
  .product .productImage .wrapper .prodDescr .productConfig__group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #E0E0E0; }
  .product .productImage .wrapper .prodDescr .productConfig__group:first-child {
    padding-top: 0; }
  .product .productImage .wrapper .prodDescr .productConfig__group:last-child {
    border-bottom: 0;
    padding-bottom: 0; }
  .product .productImage .wrapper .prodDescr .productConfig__groupTitle {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    color: #212121; }
  .product .productImage .wrapper .prodDescr .productConfig__promoBadge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 10px;
    margin: 8px 0 10px;
    border-radius: 999px;
    background: rgba(255, 127, 36, 0.12);
    color: #FF7D26;
    font-size: 11px;
    font-weight: 700; }
  .product .productImage .wrapper .prodDescr .productConfig__buyDisabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: .65; }
  .product .productImage .wrapper .prodDescr .productConfig__buyNotice {
    max-width: 324px;
    margin: 8px auto 0;
    font-size: 12px;
    line-height: 1.45;
    text-align: center;
    color: #828282; }
  .product .productImage .wrapper .prodDescr .productConfig__selectWrap {
    position: relative;
    width: 100%;
    min-width: 0; }
  .product .productImage .wrapper .prodDescr .productConfig__select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 11px 40px 11px 12px;
    border: 1px solid #E0E0E0;
    background: #fff url("/images/icons/arrowDown.svg") no-repeat right 12px center;
    background-size: 12px;
    color: #212121;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer; }
  .product .productImage .wrapper .prodDescr .productConfig__select:disabled {
    background-color: #F2F2F2;
    color: #828282;
    cursor: default; }
  .product .productImage .wrapper .prodDescr .productConfig__select:focus {
    outline: none;
    border-color: #FF7D26;
    box-shadow: 0 0 0 1px rgba(255, 127, 36, 0.15); }

.cabinet .grid .orders .order.config .assembling {
  overflow-x: auto; }
  .cabinet .grid .orders .order.config .assembling .orderHistory {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    overflow: hidden; }
    .cabinet .grid .orders .order.config .assembling .orderHistory .orange {
      color: #FF7D26;
      margin: 0 0 0 auto; }
    .cabinet .grid .orders .order.config .assembling .orderHistory .descr {
      columns: 2 auto;
      font-size: 12px; }
      .cabinet .grid .orders .order.config .assembling .orderHistory .descr li a {
        color: #FF7D26; }
  .cabinet .grid .orders .order.config .assembling table {
    border-radius: 6px;
    overflow: hidden; }
    .cabinet .grid .orders .order.config .assembling table th {
      font-size: 13px; }
    .cabinet .grid .orders .order.config .assembling table tr td {
      padding: 10px 5px; }
      .cabinet .grid .orders .order.config .assembling table tr td:first-of-type {
        width: 23px;
        max-width: 23px;
        padding-left: 10px;
        display: table-cell !important; }
      .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(2) img {
        width: 40px;
        height: auto; }
      .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(4) {
        width: 90px;
        max-width: 90px; }
        .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(4) label {
          display: flex;
          justify-content: center;
          align-items: center; }
          .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(4) label span {
            width: 30px;
            text-align: center;
            font-size: 18px;
            color: #d3d3d3; }
            .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(4) label span:hover {
              color: #FF7D26;
              cursor: pointer; }
          .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(4) label input {
            width: 28px;
            height: 28px;
            background-color: #F4F4F4;
            text-align: center;
            border-radius: 6px;
            overflow: hidden; }
      .cabinet .grid .orders .order.config .assembling table tr td:nth-of-type(5) {
        white-space: nowrap; }
      .cabinet .grid .orders .order.config .assembling table tr td.oper {
        min-width: 65px;
        padding-right: 10px; }
        .cabinet .grid .orders .order.config .assembling table tr td.oper span {
          display: flex;
          justify-content: space-between;
          position: absolute;
          right: 10px;
          width: 50px;
          margin-top: -10px; }
          .cabinet .grid .orders .order.config .assembling table tr td.oper span a {
            width: 20px;
            height: 20px;
            background-size: 20px auto;
            background-repeat: no-repeat;
            background-position: center center; }
            .cabinet .grid .orders .order.config .assembling table tr td.oper span a.removeComp {
              background-image: url("/images/icons/refresh.svg"); }
            .cabinet .grid .orders .order.config .assembling table tr td.oper span a.changeComp {
              background-image: url("/images/icons/trash.svg"); }
            .cabinet .grid .orders .order.config .assembling table tr td.oper span a.addComp {
              background-image: url("/images/icons/plus.svg");
              display: none; }
        .cabinet .grid .orders .order.config .assembling table tr td.oper .select {
          width: 26px;
          height: 26px;
          background-image: url("/images/icons/plus.svg");
          background-size: contain;
          background-repeat: no-repeat;
          margin: 0 10px 0 auto; }
    .cabinet .grid .orders .order.config .assembling table tr.emp td.oper span {
      justify-content: flex-end; }
      .cabinet .grid .orders .order.config .assembling table tr.emp td.oper span a.removeComp, .cabinet .grid .orders .order.config .assembling table tr.emp td.oper span a.changeComp {
        display: none; }
      .cabinet .grid .orders .order.config .assembling table tr.emp td.oper span a.addComp {
        display: block; }
    .cabinet .grid .orders .order.config .assembling table .hiddenTable > td {
      max-width: 100%;
      width: 100%;
      padding: 0; }
      .cabinet .grid .orders .order.config .assembling table .hiddenTable > td table {
        margin: 0 15px;
        border: 2px solid #d3d3d3; }
        .cabinet .grid .orders .order.config .assembling table .hiddenTable > td table td:first-of-type {
          display: none !important; }

.correspondence > div {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  border: 2px solid #fff;
  border-radius: 6px;
  overflow: hidden; }
  .correspondence > div .topic {
    text-align: left;
    background-color: #FFE4D1;
    border-radius: 6px;
    overflow: hidden;
    padding: 5px;
    margin: 10px 0;
    cursor: pointer; }
    .correspondence > div .topic .marker {
      top: -5px;
      margin-left: 5px; }
    .correspondence > div .topic::after {
      position: absolute;
      content: "";
      right: 10px;
      top: 14px;
      font: 14px "FontAwesomeSolid", sans-serif; }
    .correspondence > div .topic.tDown + table {
      display: block; }
    .correspondence > div .topic.tDown::after {
      content: ""; }
  .correspondence > div table {
    display: none; }
    .correspondence > div table td {
      padding: 10px 20px; }
    .correspondence > div table .chLeft {
      padding-right: 10%;
      background-color: #FFE4D1; }
    .correspondence > div table .chRight {
      padding-left: 10%;
      text-align: right;
      background-color: #F4F4F4; }
    .correspondence > div table textarea {
      width: 100%;
      height: 120px;
      padding: 10px;
      resize: none;
      background-color: #fff; }
    .correspondence > div table .button {
      margin: 10px 0 10px auto; }
    .correspondence > div table tr:last-of-type td {
      padding: 0; }
  .correspondence > div .pubDate {
    font-size: 12px;
    color: #828282;
    padding: 0 20px; }

.comment div {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 10px !important; }
  .comment div table {
    width: 100%; }
    .comment div table tr:not(:last-of-type) {
      border-bottom: 1px solid #bdbdbd; }
    .comment div table td {
      padding: 10px 0; }
      .comment div table td:first-of-type img {
        width: 40px; }
      .comment div table td:nth-of-type(2) {
        padding: 10px 5px; }
        .comment div table td:nth-of-type(2) a:hover {
          color: #FF7D26; }
      .comment div table td:last-of-type {
        width: 150px; }
.comment .visPart + div {
  height: 0;
  overflow: hidden; }
.comment .visPart.nv .hid, .comment .visPart.nv > img {
  display: none; }
.comment .visPart.nv + div {
  height: auto; }
.comment > div:first-of-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px; }
  .comment > div:first-of-type h5, .comment > div:first-of-type .h5 {
    font-weight: 500; }
    .comment > div:first-of-type h5 span, .comment > div:first-of-type .h5 span {
      font-size: 11px;
      color: #828282; }
      .comment > div:first-of-type h5 span a, .comment > div:first-of-type .h5 span a {
        display: inline;
        color: #FF7D26; }
    .comment > div:first-of-type h5:last-of-type, .comment > div:first-of-type .h5:last-of-type {
      margin: 0 10px; }
  .comment > div:first-of-type > img {
    width: 60px;
    margin-right: 30px; }
  .comment > div:first-of-type > span {
    display: block;
    flex: 0 0 20px;
    width: 20px;
    background: url("/images/icons/drop.svg") no-repeat center center;
    background-size: 20px 20px; }
.comment > div:last-of-type div.orderHistory {
  width: 100%;
  background-color: #fff;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden; }
  .comment > div:last-of-type div.orderHistory .orange {
    color: #FF7D26;
    margin: 0 0 0 auto; }
  .comment > div:last-of-type div.orderHistory .descr {
    columns: 2 auto;
    font-size: 12px; }
    .comment > div:last-of-type div.orderHistory .descr li a {
      color: #FF7D26; }
.comment > div:last-of-type table {
  flex: 0 0 calc(100% - 220px); }
  .comment > div:last-of-type table th {
    padding: 5px 10px;
    font-size: 11px;
    color: #828282;
    white-space: nowrap; }
  .comment > div:last-of-type table tr:not(:first-of-type) {
    border-top: 1px solid #F4F4F4; }
  .comment > div:last-of-type table.ord td {
    padding: 10px;
    text-align: center;
    min-height: 70px; }
    .comment > div:last-of-type table.ord td img {
      height: 60px;
      width: auto !important; }
    .comment > div:last-of-type table.ord td:not(:nth-of-type(2)) {
      white-space: nowrap; }
    .comment > div:last-of-type table.ord td:first-of-type {
      width: 60px;
      text-align: left; }
    .comment > div:last-of-type table.ord td:nth-of-type(2) {
      text-align: left;
      color: #FF7D26; }
    .comment > div:last-of-type table.ord td:last-of-type {
      padding-right: 40px; }
.comment > div:last-of-type form {
  display: flex;
  justify-content: flex-end;
  margin: 35px 35px 15px; }
  .comment > div:last-of-type form .button {
    margin-left: 15px; }
.comment.config .visPart {
  margin-bottom: 0;
  align-items: center; }
  .comment.config .visPart.nv {
    padding-bottom: 20px; }
  .comment.config .visPart > .button {
    flex: 0 0 120px; }
  .comment.config .visPart > span:last-of-type {
    display: none; }
.comment.config .assembling table th {
  padding: 20px; }
.comment.config .assembling table tr.emp td:nth-of-type(3) {
  color: #3b3b3b !important;
  font-size: 12px;
  font-weight: 700; }
.comment.config .assembling table tr.emp td.oper span {
  justify-content: flex-end;
  display: flex; }
.comment.config .assembling table tr.emp td.oper .addComp {
  display: block; }
.comment.config .assembling table tr.emp td.oper .removeComp, .comment.config .assembling table tr.emp td.oper .changeComp {
  display: none; }
.comment.config > div:last-of-type .orderHistory a.orange:hover {
  text-decoration: underline; }
.comment.config > div:last-of-type .orderHistory ul.descr {
  color: #828282;
  line-height: 1.6;
  font-size: 11px; }
  .comment.config > div:last-of-type .orderHistory ul.descr li:not(:last-of-type) {
    list-style: inside disc; }
  .comment.config > div:last-of-type .orderHistory ul.descr a {
    color: #FF7D26;
    margin: 5px 0; }
    .comment.config > div:last-of-type .orderHistory ul.descr a:hover {
      text-decoration: underline; }
.comment.config > div:last-of-type table .hiddenTable {
  display: none; }
  .comment.config > div:last-of-type table .hiddenTable table {
    margin: 0 20px 0 30px;
    border: 2px solid #F4F4F4; }
.comment.config > div:last-of-type table tr:hover td:last-of-type span {
  display: flex; }
.comment.config > div:last-of-type table th {
  text-align: left;
  font-size: 14px; }
.comment.config > div:last-of-type table td {
  height: 80px;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }
.comment.config > div:last-of-type table td:first-of-type {
  width: 15px;
  max-width: 15px; }
.comment.config > div:last-of-type table td:nth-of-type(2) {
  width: 80px;
  max-width: 80px;
  padding: 0 10px; }
.comment.config > div:last-of-type table td:nth-of-type(3) {
  padding: 0 10px; }
  .comment.config > div:last-of-type table td:nth-of-type(3):hover {
    color: #FF7D26; }
.comment.config > div:last-of-type table td:nth-of-type(4) {
  width: 90px;
  max-width: 90px; }
  .comment.config > div:last-of-type table td:nth-of-type(4) label {
    display: flex;
    justify-content: center;
    align-items: center; }
    .comment.config > div:last-of-type table td:nth-of-type(4) label span {
      width: 30px;
      text-align: center;
      font-size: 18px;
      color: #d3d3d3; }
      .comment.config > div:last-of-type table td:nth-of-type(4) label span:hover {
        color: #FF7D26;
        cursor: pointer; }
    .comment.config > div:last-of-type table td:nth-of-type(4) label input {
      width: 28px;
      height: 28px;
      background-color: #F4F4F4;
      text-align: center;
      border-radius: 6px;
      overflow: hidden; }
.comment.config > div:last-of-type table td:nth-of-type(5) {
  white-space: nowrap;
  padding: 0 20px; }
.comment.config > div:last-of-type table td.oper {
  min-width: 70px; }
  .comment.config > div:last-of-type table td.oper span {
    display: none;
    justify-content: space-between;
    position: absolute;
    right: 0;
    width: 60px;
    margin-top: -10px; }
    .comment.config > div:last-of-type table td.oper span a {
      width: 20px;
      height: 20px;
      background-size: 20px auto;
      background-repeat: no-repeat;
      background-position: center center; }
      .comment.config > div:last-of-type table td.oper span a.removeComp {
        background-image: url("/images/icons/refresh.svg"); }
      .comment.config > div:last-of-type table td.oper span a.changeComp {
        background-image: url("/images/icons/trash.svg"); }
      .comment.config > div:last-of-type table td.oper span a.addComp {
        background-image: url("/images/icons/plus.svg");
        display: none; }
  .comment.config > div:last-of-type table td.oper .select {
    width: 26px;
    height: 26px;
    background-image: url("/images/icons/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 10px 0 auto; }
.comment.config > div:last-of-type table td.dr {
  background: url("/images/icons/chevronDown.svg") no-repeat right center;
  min-width: 70px; }

.counter {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  color: #828282 !important; }
  .counter span {
    display: flex;
    overflow: hidden;
    max-width: 200px; }
    .counter span a:hover, .counter span a.act {
      background-color: #FF7D26;
      color: #fff; }
  .counter a {
    flex: 0 0 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 6px;
    overflow: hidden;
    line-height: 1.9;
    text-align: center;
    margin: 0 5px;
    text-decoration: none !important; }
  .counter > a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5; }
    .counter > a:hover {
      color: #FF7D26; }


.cart__modal {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.73);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  /*display: flex;*/
  align-items: center;
  justify-content: center;

.cart__modal-container {
  padding: 48px;
  position: relative;
  /*width: 480px;*/
  min-width: 480px;
  background-color: #ffffff;

.cart__modal-title {
  color: #FF7D26;
  font-size: 18px;
  font-weight: 600;
}

button {
  background-image: url('../images/icons/closeicon.svg');
  position: absolute;
  right: 21px;
  top: 20px;
  width: 14px;
  height: 14px;
  border: none;
  background-color: transparent;
cursor: pointer;
}

.cart__modal-list {
p {
  margin-top: 15px;
}

ul {
li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #D3D3D3;
  gap: 15px;
  flex-direction: row;

div:last-child {
  text-align: right;
}

a {
  color: #FF7D26;
  cursor: pointer;
  font-weight: 500;

&:hover {
   text-decoration: underline;
 }
}

p {
  font-weight: 800;
  position: relative;

&:nth-child(2) {
   color: #828282;
   font-weight: 500;
   font-size: 14px;
 }
}

.cart__modal-available {
  color: #219653;
  white-space: nowrap;
}

.cart__modal-loc {
  max-width: 300px;
  span {
    background-image: url('../images/icons/clockIcon.svg');
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    display: inline-block;
    transform: translate(3px ,3px);
  }
}

}

li:last-child {
  border-bottom: none;
}
}
}
}
}


@media only all and (max-width: 500px) {
  .popUp > div {
    padding: 0 50px 0 30px; } }
@media only all and (max-width: 450px) {
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord td:first-of-type, .cabinet .grid.ordering .wrapper .threeItem .order table.ord th:nth-of-type(2), .cabinet .grid .orders .order table td:first-of-type, .cabinet .grid .orders .order table th:nth-of-type(2) {
    display: none !important; }
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord td, .cabinet .grid .orders .order table td {
    font-size: 12px; }
  .cabinet .grid.ordering .wrapper .threeItem .order table.ord th, .cabinet .grid .orders .order table th {
    font-size: 9px; }

  .news .basket .table tbody td:first-of-type, .news .basket .table tbody th:nth-of-type(2) {
    display: none; }
  .news .basket .table tbody th {
    font-size: 9px; }
  .news .basket .table tbody td {
    font-size: 11px; } }
@media only all and (max-width: 400px) {
  .home .hero .wrapper .slideHeader {
    font-size: 20px !important; }
  .home .twoColumn .item {
    flex: 0 0 100%;
    width: 100%; }

  .catalog .grid .threeItem > p, .catalog .grid .listItem > p {
    display: block; }
    .catalog .grid .threeItem > p span, .catalog .grid .listItem > p span {
      margin: 0 auto; }

  .contact .personas > div {
    text-align: center; }
  .contact .personasList div .forImg {
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0; }
  .contact .forImg {
    margin: 20px auto 0;
    float: none !important; }

  .news .newsBlock .wrapper .item {
    flex: 0 0 100%;
    width: 100%; }

  .comment table td:first-of-type {
    display: none !important; } }


.modal-active {
  display: flex;
}

.cart__item {
  position: relative;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  padding-left: 15px;
  color: #219653;
  cursor: pointer;
}

.cart-presence {
  color: #219653;
  padding-left: 15px;
  cursor: pointer;

:hover {
  text-decoration: underline;
}
}

.сart-presence::before {
  content: '';
  background-image: url('../assets/images/tick.svg');
  background-repeat: no-repeat;
  height: 9px;
  width: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0%, 56%);
  cursor: pointer;
}

.cart-npresence {
  color: #000000;
  padding-left: 0;
  cursor: default;
  font-weight: 700;
}

.cart-npresence:before {
  content: none;
}

.cart__place {
  color: #FF7D26;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  margin-left: 20px;
}

.cart__place:before {
  content: '';
  background-image: url(../images/icons/eye_icon.svg);
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  position: absolute;
  height: 15px;
  width: 15px;
  background-size: contain;
  transform: translate(-16px, 1.5px);
}

/* Cart stores modal: keep inside viewport and scroll long lists */
.cart__modal {
  overflow-y: auto;
  padding: 16px 12px;
}

.cart__modal .cart__modal-container {
  width: min(720px, calc(100vw - 24px));
  min-width: 0;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}

.cart__modal .cart__modal-list {
  max-height: calc(100vh - 240px);
  overflow-y: auto;
  padding-right: 4px;
}


/*# sourceMappingURL=max899.css.map */
.product .productCard .wrapper > div.bp ul,
.product .productCard .wrapper > div.bp ol {
  padding-left: 20px;
}

.product .productCard .wrapper > div.bp li,
.product .productCard .wrapper > div.bp ul li,
.product .productCard .wrapper > div.bp ol li {
  display: list-item;
  width: auto;
  justify-content: normal;
  gap: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0 0 6px;
  flex-direction: initial;
}
