* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  background: #fff;
  color: #000; }

body.modal-open {
  overflow-x: hidden;
}
html, body {

  min-height: 100%; }

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

.text-center {
  text-align: center; }

a {
  display: block;
  text-decoration: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none; }
  a:hover, a:focus {
    text-decoration: none; }

input, textarea, select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #000;
  -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.04);
          box-shadow: inset 0 4px 10px rgba(0, 0, 0, 0.04);
  width: 100%;
  border: 2px solid #F2F2F2;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #828282; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #828282; }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
    color: #828282; }
  input::placeholder, textarea::placeholder, select::placeholder {
    color: #828282; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
    outline: none; }

input {
  height: 56px; }

label {
  display: block;
  width: 100%; }

button {
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border: none;
    border-radius: 0;
  padding: 0; }
  button:hover, button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

input[type=radio]{
    appearance: auto;
    box-shadow: none;
    width: 30px;
    height: 30px;
        margin: 0;
    padding: 0;
    top: 0;
}
.tcb-promo-options div{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.ps_logo img{
    display:inline !important;
}
.btn {
  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;
  text-align: center;
  font-size: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border: none;
  width: 100%;
  letter-spacing: 0.005em;
  border-radius: 4px; }
  .btn:hover, .btn:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

.btn-accent {
  /*padding: 18.5px 24px;*/
  background: #FD700B;
  color: #fff; }
  .btn-accent:hover {
    background: #282E2C;
    color: #fff; }

.btn-border {
  border: 2px solid #E0E0E0;
  padding: 16.5px 50px; }
  .btn-border:hover {
    background: #FD700B;
    border-color: #FD700B;
    color: #fff; }

.btn-border-accent {
  border: 2px solid #FD700B; }
  .btn-border-accent:hover {
    background: #FD700B;
    color: #fff; }
    .btn-border-accent:hover .btn-icon {
      stroke: #fff; }

.btn-grey {
  background: #FAFAFA;
  padding: 11px 40px;
  font-size: 15px; }
  .btn-grey:hover {
    background: #FD700B;
    color: #fff; }

.container {
  padding: 0 65px;
  max-width: 1750px; }

.wrapper {
  width: 100%;
  height: 100%;
  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; }

.sidebar-wrapper {
  width: 150px;
  background: #000000;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.14);
  position: fixed;
  z-index: 1;
  height: 100%;
  }

.content-wrapper {
  background: #fff;
  width: calc(100% - 150px);
  min-height: 100%;
  position: relative;
    margin-left: 150px;
}

.svg-icon {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.mb-30 {
  margin-bottom: 30px; }

.navigation {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
  }
  .navigation .nav-item {
    width: 100%;
    border-bottom: 1px solid #242424;
    padding: 10px;
    /*height: 192px;*/
    height:100%;
    }
    .navigation .nav-item:last-child {
      border: none; }

@media only screen and (max-width: 640px) {

    .navigation{
        height:auto;
    }
    .navigation .nav-item {
        height: 150px;
    }

}
.nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  height: 100%; }
  .nav-links:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    height: 0;
    width: 4px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background: #FD700B; }
  .nav-links__icon {
    width: 76px;
    height: 76px;
    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;
    margin: 0 auto 14px; }
  .nav-links:hover {
    background: #FD700B;
    color: #fff; }

.nav-links.active {
  color: #fff; }
  .nav-links.active:before {
    height: calc(100% + 20px); }

.p-65 {
  padding: 0 65px; }

h1 {
  font-size: 40px;
  font-weight: bold; }

h2 {
  width: 100%;
  text-align: center;
  font-size: 46px;
  font-weight: 800; }

header .logo {
  height: 36px;
  max-width: 326px;
  width: 100%; }

.img-logo {
  width: 100%;
  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;
  margin: 80px auto; }
  .img-logo .svg-icon {
    width: 773px;
    height: 87px;
    fill: #000; }

.description-text {
  text-align: center;
  font-size: 18px; }

.bg-white {
  background: #fff;
  color: #000000; }

.color-white {
  color: #fff; }

.color-black {
  color: #000; }

.text-decoration {
  text-decoration: underline; }

.w-100 {
  width: 100%; }

.slider-nav {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.slick-slide {
  outline: none; }

.slick-arrow {
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none;
  width: 17px;
  height: 10px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: none;
    border-radius: 0; }
  .slick-arrow svg {
    stroke: #E0E0E0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    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; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow:hover svg, .slick-arrow:focus svg {
    stroke: #FD700B; }

.slick-arrow-my {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #FD700B;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1; }
  .slick-arrow-my:hover, .slick-arrow-my:focus {
    background: #000; }
  .slick-arrow-my svg {
    stroke: #fff; }

.slick-arrow-my-next {
  right: 30px;
  left: auto; }

.slick-arrow-my-prev {
  left: 30px;
  right: auto; }

.slick-next {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 0;
  margin: 0 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .slick-dots li {
    margin: 0 40px 0 0;
    background: #4F4F4F;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
    .slick-dots li:last-child {
      margin: 0; }
    .slick-dots li button {
      display: none; }
  .slick-dots .slick-active {
    background: #FD700B; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none; }
  .nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
    width: auto; }
    .nav-tabs .nav-item:last-child .nav-link {
      border-radius: 0 4px 4px 0; }
    .nav-tabs .nav-item:last-child .nav-link.active {
      border-radius: 4px; }
  .nav-tabs .nav-link {
    border-radius: 4px;
    padding: 20px 24px;
    letter-spacing: 0.005em;
    font-family: 'Inter', sans-serif;
    color: #282E2C;
    font-size: 16px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(210, 210, 210, 0.24);
    background: #fff; }
  .nav-tabs .nav-link.active {
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #282E2C;
    background: linear-gradient(0deg, #000000, #000000), #282E2C;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #000000; }

.links-dashed {
  letter-spacing: 0.005em;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: #282E2C;
  padding: 0 0 4px;
  border-bottom: 2px dashed #E1E1E1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  .links-dashed:hover {
    color: #FD700B; }

.color-grey {
  color: #828282; }

.bg-grey {
  background: #F7F7F7; }

.title-line {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

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

.links-icon {
  stroke: #000;
  fill: none;
  width: 24px;
  height: 24px;
  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;
  margin: 0 10px 0 0; }

.form-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1450px;
  margin: 0 auto; }

.form-group {
  margin: 0 0 40px; }
  .form-group__title {
    margin: 0 0 20px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.form-filter-footer {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative; }

.btn-filter-result {
  max-width: 400px; }
  .btn-filter-result span {
    margin: 0 5px 0px 5px; }

.links-question {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-bottom: 2px dashed rgba(225, 225, 225, 0.2); }
  .links-question__icon {
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    stroke: #fff; }

.list-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list-radio li:last-child .radio {
    border-radius: 0 4px 4px 0; }

.radio-inp {
  display: none; }

.radio-custom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.label {
  position: relative;
  z-index: 1;
  display: inline-block; }

.radio {
  cursor: pointer;
  width: 100%;
  height: 78px;
  border-radius: 4px 0 0 4px;
  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;
  text-align: center;
  padding: 30px 24px;
  background: #5B6063;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
  font-family: "Inter", sans-serif;
  letter-spacing: 0.005em;
  position: relative;
  font-size: 16px; }

.radio-inp:checked + .radio-custom {
  background: #fff; }

.radio-inp:checked ~ .label {
  color: #000; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  color: "Inter", sans-serif;
  cursor: pointer;
  font-size: 16px; }

.checkbox-inp {
  display: none; }

.checkbox-filter {
  padding:10px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

  .select-filter{
      padding:10px 20px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      border-bottom: 1px solid #F2F2F2;
  }
    .select-filter:hover,
    .select-filter.checked{
        background-color:#F7F7F7;
    }
  .checkbox-filter .checkbox-custom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 12px;
    height: 10px;
    fill: none;
    stroke: #FD700B;
    opacity: 0; }

    .select-filter .checkbox-custom {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 12px;
    height: 10px;
    fill: none;
    stroke: #FD700B;
    opacity: 0; }

.checkbox-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s ease;
  transition: .3s ease; }

.checkbox-inp:checked + .checkbox-custom {
  /*opacity: 1;*/ }

.checkbox-default .checkbox-custom {
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 2px solid #000;
    border-radius: 4px;
  background: #fff;
  margin: 0 10px 0 0; }

.checkbox-default .svg-icon {
  fill: none;
  width: 10px;
  height: 6px;
  stroke: #fff; }

.checkbox-default .checkbox-inp:checked + .checkbox-custom {
  background: #FD700B;
  border-color: #FD700B; }

.dropdown-menu {
  padding: 0;
  border-radius: 4px;
  background: #fff;
  outline: none;
  border: none;
  min-width: 278px;
  margin: 2px 0 0; }

.dropdown-toggle {
  padding: 24px 24px;
  height: 78px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  letter-spacing: 0.005em;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  outline: none;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position:relative;
        text-align: left;
}
  }
  .dropdown-toggle span {
    margin: 0 5px 0 auto; }
  .dropdown-toggle:after {
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 8px solid #000;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px;
     }

.dropdown-toggle-filter {
  min-width: 180px; }

.dropdown-toggle-filter2 {
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  background: #fff;
  color: #000; }
  .dropdown-toggle-filter2:after {
    border-top-color: #000; }

.list-checkbox {
  width: 100%;
    }
  .sorting-wrapper .list-checkbox li{
    margin-right: 20px;
  }
    .list-checkbox li:last-child {
      border: none; }
.dropdown .list-checkbox{
    max-height: 400px;
    overflow-y: scroll;
}
.show > .btn-secondary.dropdown-toggle:focus, .btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:hover {
  background: #FD700B;
  color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled).active:after, .btn-secondary:not(:disabled):not(.disabled):active:after, .show > .btn-secondary.dropdown-toggle:after, .btn-secondary:hover:after {
    border-top-color: #fff; }

.dropdown-menu-btn {
  border-top: 1px solid #F2F2F2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px;
  font-size: 15px;
  color: #000;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.005em; }
  .dropdown-menu-btn__icon {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    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; }
  .dropdown-menu-btn:hover {
    color: #FD700B; }

.btn-confirm .dropdown-menu-btn__icon {
  width: 12px;
  height: 10px;
  fill: none;
  stroke: #000; }

.btn-reset {
  color: #828282; }
  .btn-reset .dropdown-menu-btn__icon {
    fill: #828282; }

.dropdown-menu__body {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-menu-filter2 {
  max-width: 278px; }
  .dropdown-menu-filter2 .dropdown-menu__body {
    padding: 20px;
    max-height: 400px;
    overflow-y: auto;
    }
  .dropdown-menu-filter2 .list-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .dropdown-menu-filter2 .list-checkbox li {
      border: none;
      /*margin: 0 10px 10px 0;*/

      }
      .dropdown-menu-filter2 .list-checkbox li:last-child {
        margin-right: 0; }
    .dropdown-menu-filter2 .list-checkbox .checkbox {
          padding: 5px 10px;
          position: relative;
          margin: 3px 3px;
     }
    .dropdown-menu-filter2 .list-checkbox .checkbox-inp {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 91%;
      height: 100%;
      border: 1px solid #E0E0E0;
        border-radius: 4px;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .dropdown-menu-filter2 .list-checkbox .checkbox-custom {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      display: none;
      z-index: 1; }
    .dropdown-menu-filter2 .list-checkbox .checkbox-inp:checked {
      border-color: #FD700B;
      background: #FD700B; }
      .dropdown-menu-filter2 .list-checkbox .checkbox-inp:checked ~ .label {
        color: #fff; }
      .dropdown-menu-filter2 .list-checkbox .checkbox-inp:checked ~ .checkbox-custom {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin: 0 10px 0 0;
        stroke: #fff;
        opacity: 1;*/ }

header .dropdown-menu-header {
  background: #000;
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0 20px; }
  header .dropdown-menu-header .header-menu__links {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.005em;
    font-family: "Inter", sans-serif; }
    header .dropdown-menu-header .header-menu__links:after {
      content: '';
      display: inline-block;
      border-left: 8px solid #000;
      border-top: 5.5px solid transparent;
      border-bottom: 5.5px solid transparent;
      margin: 0 0 0 auto; }
  header .dropdown-menu-header .header-menu__links-icon {
    stroke: #000; }
  header .dropdown-menu-header .header-menu__item {
    border-bottom: 1px solid #E6E6E6; }
    header .dropdown-menu-header .header-menu__item:last-child {
      border: none; }
  header .dropdown-menu-header .stroke-none {
    fill: #000; }

.navbar-expand .navbar-nav .dropdown-menu-header .header-menu__links {
  padding: 20px 0; }

.dropdown-menu-header {
  min-width: 282px; }
  .dropdown-menu-header .header-menu__item {
    margin: 0; }

.dropdown-menu-cabinet {
  min-width: 245px;
  max-width: 245px;
  margin: 18px 0 0;
  -webkit-box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
  border: 1px solid #F2F2F2;
    border-radius: 4px;
  padding: 0 20px;
  top: 100% !important;
  left: -200% !important;
  -webkit-transform: translate(-50%, 0) !important;
          transform: translate(-50%, 0) !important; }
  .dropdown-menu-cabinet .header-menu-cabinet {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500; }
    .dropdown-menu-cabinet .header-menu-cabinet .header-menu__links {
      color: #000;
      padding: 20px 0; }
    .dropdown-menu-cabinet .header-menu-cabinet .header-menu__item {
      margin: 0;
      border-bottom: 1px solid #E6E6E6; }
      .dropdown-menu-cabinet .header-menu-cabinet .header-menu__item:last-child {
        border: none; }
    .dropdown-menu-cabinet .header-menu-cabinet .header-menu__links-icon {
      stroke: #000; }
    .dropdown-menu-cabinet .header-menu-cabinet .stroke-none {
      fill: #000;
      stroke: none; }

.tooltip-wrapper {
  position: relative; }

.tooltip-btn {
  fill: #fff;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(247, 247, 247, 0.12);
  border-radius: 50%;
  padding: 3px;
  margin: 0 0 0 10px;
  cursor: pointer; }

.tooltip-box {
      position: fixed;
    right: 66px;
    top: 220px;
    z-index: 2;
    background: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    padding: 30px;
    max-width: 675px;
    color: #000;
    opacity: 0;
    display:none;
    transition: 0.3s;
}
    .tooltip-box.fixed{
        right: 17px;
        top: 100px;
    }
    .tooltip-box.active{
        opacity: 1;
        display:block;
      box-shadow: 0 0 20px 0px rgb(0 0 0 / 15%);
    }
  .tooltip-box h4 {
    font-weight: 600;
    font-size: 15px; }
  .tooltip-box .container {
    padding: 0; }

.tooltip-box__header {
  width: 100%;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tooltip-box__header .btn-close {
    margin: 0 0 0 auto; }

.btn-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: #F2F2F2;
  border-radius: 50%;
  padding: 10px;
  fill: #000;
  cursor: pointer; }

.tooltip-box__img {
  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; }

.tooltip-box__content .box-text {
  letter-spacing: 0.005em;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal; }

.tooltip-box__content .description {
  margin: 0 0 20px;
  letter-spacing: 0.005em;
  font-size: 18px;
  line-height: 25px;
  font-weight: normal; }
  .tooltip-box__content .description strong {
    font-weight: bold; }

.bg-accent {
  background: #FD700B; }

.color-accent {
  color: #FD700B; }

.tooltip-box__footer {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tooltip-box__footer a {
    margin: 0 15px 0 0;
    font-weight: normal;
    font-family: "Inter", sans-serif;
    font-size: 14px; }
    .tooltip-box__footer a:last-child {
      margin: 0; }

.successfully-icon {
  background: #219653;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  stroke: #fff;
  width: 18px;
  height: 18px;
  fill: none;
  padding: 5px;
  margin: 0 10px 0 0; }

.expectation-icon {
  background: #FFD040;
  padding: 4px 3px 5px 6px; }

.availability-item-canceled {
  color: #828282; }

.basket-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .basket-card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 67px; }
  .basket-card__body {
    padding: 0 0 0 20px;
    width: calc(100% - 67px); }

.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E0E0E0;
    border-radius: 4px;
  width: 116px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07); }
  .amount input {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 48px;
    height: 38px;
    text-align: center;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: normal;
    color: #000;
    padding: 0;
    border-radius: 0;
    border-left: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0; }
    .amount input::-webkit-input-placeholder {
      color: #000; }
    .amount input::-moz-placeholder {
      color: #000; }
    .amount input::-ms-input-placeholder {
      color: #000; }
    .amount input::placeholder {
      color: #000; }
  .amount span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 34px;
    position: relative;
    cursor: pointer; }
    .amount span:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 12px;
      height: 2px;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #282E2C;
      background: linear-gradient(0deg, #000000, #000000), #282E2C; }
  .amount .up:after {
    content: '';
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #282E2C;
    background: linear-gradient(0deg, #000000, #000000), #282E2C;
    width: 2px;
    height: 12px; }

.basket-card__name {
  color: #000;
  margin: 0 0 15px;
  font-size: 15px; }

.header .form-search input {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF; }
  .header .form-search input::-webkit-input-placeholder {
    color: #FFFFFF; }
  .header .form-search input::-moz-placeholder {
    color: #FFFFFF; }
  .header .form-search input::-ms-input-placeholder {
    color: #FFFFFF; }
  .header .form-search input::placeholder {
    color: #FFFFFF; }

.header .form-search button {
  stroke: #fff; }

.form-search {
  width: 100%;
  position: relative;
  margin: 10px 0 0; }
  .form-search input {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #F7F7F7;
    border-radius: 5px;
    border: none;
    padding: 10px 15px;
    height: 40px;
    text-align: left;
    color: #828282;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif; }
    .form-search input::-webkit-input-placeholder {
      color: #828282; }
    .form-search input::-moz-placeholder {
      color: #828282; }
    .form-search input::-ms-input-placeholder {
      color: #828282; }
    .form-search input::placeholder {
      color: #828282; }
  .form-search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: transparent;
    padding: 0;
    width: 15px;
    height: 15px;
    stroke: #000;
    fill: none; }

.form-search-default {
  width: calc(100% - 343px);
  margin: 0 10px 0 auto; }
  .form-search-default input {
    color: #000;
    height: 70px;
    font-size: 18px;
    padding: 0 34px 0 30px; }
    .form-search-default input::-webkit-input-placeholder {
      color: #000; }
    .form-search-default input::-moz-placeholder {
      color: #000; }
    .form-search-default input::-ms-input-placeholder {
      color: #000; }
    .form-search-default input::placeholder {
      color: #000; }
  .form-search-default button {
    stroke: #000;
    width: 26px;
    height: 26px;
    right: 34px; }

.mobile-fixed {
  position: fixed;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: calc(100% - 20px);
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0 19px 31px 7px rgba(0, 0, 0, 0.14);
          box-shadow: 0 19px 31px 7px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  padding: 5px 21px;
  display: none; }

.mobile-menu {
  font-size: 8px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.mobile-menu__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.mobile-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #000;
  padding: 6px 0; }
  .mobile-menu__links:hover {
    color: #FD700B; }
    .mobile-menu__links:hover .mobile-menu__icon {
      fill: #FD700B; }

.mobile-menu__icon {
  fill: #000;
  width: 24px;
  height: 24px;
  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;
  margin: 0 auto 4px; }

.fill-none {
  fill: none;
  stroke: #000; }

.mobile-menu__dropdown {
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF)), #282E2C;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #282E2C;
  -webkit-box-shadow: 0 28px 28px 23px rgba(0, 0, 0, 0.24);
          box-shadow: 0 28px 28px 23px rgba(0, 0, 0, 0.24);
  border-radius: 4px 4px 0 0;
  position: fixed;
  z-index: 3;
  padding: 20px 10px 88px;
  display: none; }
  .mobile-menu__dropdown .navigation .nav-links {
    background: #F7F7F7;
    color: #000; }
  .mobile-menu__dropdown .header-menu__links {
    background: #F7F7F7;
    color: #000; }
    .mobile-menu__dropdown .header-menu__links .header-menu__links-icon {
      stroke: #000; }
    .mobile-menu__dropdown .header-menu__links .stroke-none {
      fill: #000; }

.mobile-menu__dropdown.active {
  display: block; }

.mobile-menu__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px; }
  .mobile-menu__header h4 {
    font-size: 18px;
    font-weight: 700; }

.mobile-menu__body {
  width: 100%; }

.btn-scroll-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FD700B;
  position: fixed;
  z-index: 6;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  width: 80px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .btn-scroll-up:hover {
    background: #000; }
  .btn-scroll-up .svg-icon {
    stroke: #fff;
    fill: none;
    width: 18px;
    height: 23px; }

.links-border {
  color: #828282;
  text-decoration: underline;
  font-size: 15px; }

.page {
  margin: 30px 0 0; }
  .page h1 {
    margin: 0 0 40px; }

.breadcrumb {
  background: transparent;
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  font-family: "Inter", sans-serif; }
  .breadcrumb a {
    color: #666666;
    border-bottom: 2px dashed #E1E1E1; }
    .breadcrumb a:hover {
      color: #FD700B; }

.breadcrumb-item + .breadcrumb-item {
  padding: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  padding: 0;
  margin: 0 20px;
  color: #E6E6E6; }

.card-product-col {
  padding: 0 15px;
 /* max-width: 14.28%;
  -webkit-box-flex: 14.28%;
      -ms-flex: 14.28%;
          flex: 14.28%;*/

  max-width: 16.6%;
  -webkit-box-flex: 16.6%;
      -ms-flex: 16.6%;
          flex: 16.6%; }

.add-favorite {
  position: absolute;
  top: 10px;
  z-index: 1;
  right: 29px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  stroke: #E0E0E0;
  fill: none;
  -webkit-transition: .3s ease;
  transition: .3s ease; }
  .add-favorite:hover {
    stroke: #FD700B;
  }
  .add-favorite.active {
    stroke: #FD700B;
    fill: #FD700B; }

.btn-load {
  width: 100%;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Inter", sans-serif;
  color: #000;
  -webkit-box-shadow: 0px 23px 30px -34px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 23px 30px -34px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 30px;
  font-size: 16px; }
  .btn-load:hover {
    color: #FD700B; }
  .btn-load span {
    border-bottom: 2px dashed #E1E1E1;
    display: block;
    padding: 0 0 10px; }

.nav-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-family: "Inter", sans-serif; }
  .pagination li {
    margin: 0 10px 0 0; }
    .pagination li:last-child {
      margin: 0; }
    .pagination li a, .pagination li span {
      color: #000;
      border: none;
      border-radius: 4px;
      width: 50px;
      height: 50px;
      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; }
      .pagination li a:hover, .pagination li span:hover {
        color: #fff !important;
        background: #000 !important; }
  .pagination .active a,
  .pagination .active span {
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #282E2C;
    background: linear-gradient(0deg, #000000, #000000), #282E2C;
    color: #fff; }

.pagination-list-arrow {
  margin: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .pagination-list-arrow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination-list-arrow li:after {
      content: '';
      display: inline-block;
      width: 1px;
      height: 20px;
      background: #E0E0E0;
      margin: 0 20px; }
    .pagination-list-arrow li:last-child:after {
      display: none; }
    .pagination-list-arrow li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 50px;
      height: 50px;
      stroke: #000; }
      .pagination-list-arrow li a:hover {
        stroke: #FD700B; }
      .pagination-list-arrow li a .svg-icon {
        width: 15px;
        height: 8px; }

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  .header .header-menu__links-icon {
    stroke: #fff; }
  .header .header-menu__links {
    color: #fff; }
  .header .navbar-toggler-icon {
    fill: #fff; }
  .header .stroke-none {
    fill: #fff; }
  .header .header-menu__item.dropdown:after {
    border-top-color: #fff; }
  .header .links-icon {
    stroke: #fff; }
  .header .header-box__links {
    background: #5B6063; }
    .header .header-box__links .svg-icon {
      stroke: #fff; }
  .header .header-top {
    background: transparent;
    margin-bottom:10px;
  }

header .navbar, .navbar-expand .navbar-nav .nav-link {
  padding: 0; }

.nav-link {
  color: #000; }

.navbar-toggler-icon {
  fill: #000;
  width: 18px;
  height: 16px;
  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;
  margin: 0 13px 0 0; }

.header-menu__item.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-menu__item.dropdown:after {
    content: '';
    display: inline-block;
    margin: 0 0 0 10px;
    border-top: 8px solid #000;
    border-right: 5.5px solid transparent;
    border-left: 5.5px solid transparent; }

.header-menu {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600; }

.header-menu__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0; }
  .header-menu__links:hover {
    color: #FD700B; }

.header-menu__links-icon {
  fill: none;
  stroke: #282E2C;
  width: 24px;
  min-width: 24px;
  height: 24px;
  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;
  margin: 0 10px 0 0; }

.stroke-none {
  stroke: none;
  fill: #000; }

.header-menu__item {
  margin: 0 37px 0 0; }
  .header-menu__item:last-child {
    margin: 0; }

.header-top {
  padding: 28px 0;
  background: #FAFAFA; }

.header-bottom {
  padding: 20px 0; }

.header-box-contacts {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-weight: 600; }
  .header-box-contacts .links {
    font-size: 15px; }
  .header-box-contacts a:hover {
    color: #FD700B; }

.links-callback {
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.header-box__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  width: 80px;
  height: 70px;
  position: relative;
  color: #000;
  margin: 0 10px 0 0;
  background: #F7F7F7; }
  .header-box__links:last-child {
    margin: 0; }
  .header-box__links .svg-icon {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: #000; }
  .header-box__links:hover {
    background: #FD700B; }

.btn-user {
  position: relative;
  padding: 0; }
  .btn-user:after {
    display: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    bottom: -8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #FD700B; }

.dropdown-cabinet.show .btn-user {
  background: #FD700B; }
  .dropdown-cabinet.show .btn-user:after {
    display: block; }

.btn-basket {
  background: #FD700B; }
  .btn-basket .svg-icon {
    stroke: #fff; }

.btn-basket-fixed {
  position: fixed;
  z-index: 5;
  right: 20px;
  top: 20px;
  margin: 0;
  display:none;
  opacity:0;
   }

.header-box__links-val {
  position: absolute;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -9px;
  top: -9px;
  font-size: 10px;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  z-index: 2; }

footer {
    padding: 40px 35px;
    font-size: 15px;
    margin-top: 70px;
}
  footer .logo {
    margin: 0 0 60px;
    width: 289px;
    height: 32px; }
  footer .box-text {
    color: #7B7B7B;
    font-size: 15px;
    font-weight: normal;
    max-width: 324px;
    width: 100%;
    line-height: 200%; }
  footer h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 16px; }

.footer-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-row-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.footer-col {
  margin: 0 112px 0 0; }
  .footer-col:last-child {
    margin: 0; }

.links-calc {
  color: #000;
  font-size: 16px;
  font-weight: 600; }
  .links-calc:hover {
    color: #FD700B; }

.footer-menu-last {
  margin: 0 0 50px; }

.footer-menu {
  font-size: 15px;
  margin: 0 0 50px; }
  .footer-menu:last-child {
    margin: 0; }
  .footer-menu li {
    margin: 0 0 20px; }
    .footer-menu li:last-child {
      margin: 0; }
    .footer-menu li a {
      color: #000; }
      .footer-menu li a:hover {
        color: #FD700B; }

.copyright {
  margin: 0 0 20px;
  color: #000000; }

.links-doc {
  margin: 20px 0 0;
  text-decoration: underline;
  font-size: 15px;
  color: #8D8D91; }

.developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px 0 0;
  color: #000;
  width: 100%; }

.logo-developer {
  margin: 0 0 0 20px;
  max-width: 91px;
  width: 100%; }

.list-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
  font-weight: 600; }
  .list-social li a:hover {
    color: #FD700B; }

.list-social__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  margin: 0 20px 0 0;
  padding: 8px 5px; }
  .list-social__icon .svg-icon {
    fill: #fff; }

.footer-item {
  margin: 0 0 30px; }
  .footer-item:last-child {
    margin: 0; }
  .footer-item .phone, .footer-item .mail {
    font-weight: 600;
    color: #000;
    font-size: 18px; }
  .footer-item .phone {
    font-size: 26px;
    margin: 15px 0 13px; }
  .footer-item .links-callback {
    padding: 0 0 10px;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    border-bottom: 2px dashed #E1E1E1;
    font-family: "Inter", sans-serif;
    font-size: 15px; }

.links-callback__icon {
  width: 24px;
  height: 24px;
  stroke: #000;
  margin: 0 10px 0 0;
  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;
  fill: none; }

.footer-row-info {
  /*margin: 0 167px 0 0;*/ }

.main-home {
  background: url("../img/bg1.jpg") no-repeat center;
    background-size: cover;
  color: #fff;
  padding: 386px 0 80px; }

.main-home__title {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px; }

.nav-tabs-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.03em;
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 0 30px; }
  .nav-tabs-filter .nav-link {
    color: #fff;
    padding: 0 0 5px;
    background: transparent;
    border: none;
      border-bottom: 4px solid rgba(255, 255, 255, 0.2);
      border-radius: 0; }
  .nav-tabs-filter .nav-item {
    margin: 0 30px 0 0;
    width: auto;
    border: none; }
    .nav-tabs-filter .nav-item:last-child {
      margin: 0; }
  .nav-tabs-filter .nav-link.active {
    background: transparent;
    border-bottom-color: #FD700B; }

.advantages-section {
  background: #000;
  color: #fff;
  padding: 40px 0 102px; }

.advantages-box {
  padding: 0 0 0 50px;
  border-left: 1px solid #242424;
  margin: 0 0 90px; }
  .advantages-box span {
    letter-spacing: 0.005em; }
  .advantages-box p {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 15px; }
    .advantages-box p span {
      font-size: 24px;
      letter-spacing: 0; }

.advantages-box-col:first-child .advantages-box {
  border: none;
  padding: 0; }

.sales-slider.slick-dotted {
  margin: 0 0 40px; }

.sales-slider .slick-slide {
  margin: 0 15px; }

.sales-slider-box {
  position: relative;
  margin: 0 auto;
  max-width: 795px;
  width: 100%;
  color: #000;
  padding: 19px 45px; }
  .sales-slider-box h3 {
    letter-spacing: -0.08em;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 800;
    margin: 0 0 12px;
    line-height: 41px; }

.sales-slider-box-center {
  text-align: center; }

.sales-slider-box__content {
  max-width: 386px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.box-condition {
  padding: 12px 23px;
  letter-spacing: 0.03em;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  -webkit-box-shadow: 0 3.08032px 30.8032px rgba(0, 0, 0, 0.03);
          box-shadow: 0 3.08032px 30.8032px rgba(0, 0, 0, 0.03); }

.sales-slider__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.sales-slider-box-center .sales-slider-box__content {
  margin: 0 auto;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.callback-manager {
  padding: 118px 0 119px;
  background: url("../img/bg-callback.png") no-repeat center;
    background-size: cover;
  margin: 0 0 0; }

.callback-manager__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }

.callback-manager__form {
  max-width: 444px;
  width: 100%;
  position: relative;
  z-index: 2; }
  .callback-manager__form input {
    border: none;
      border-radius: 0;
    text-align: center;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .callback-manager__form button {
    margin: 0 0 0 auto;
    max-width: 258px; }

.callback-manager__item {
  background: #fff;
  margin: 0 0 20px;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.15));
  border-radius: 4px;
  width: 100%;
  padding: 30px;
  font-size: 18px; }
  .callback-manager__item img {
    max-width: 24px;
    display: inline; }
  .callback-manager__item p {
    margin: 0 0 12.5px; }
    .callback-manager__item p:last-child {
      margin: 0; }
  .callback-manager__item strong {
    margin: 12.5px 0 0;
    font-size: 16px;
    font-weight: 600;
    display: block; }

.callback-manager__avatar {
  position: relative;
  width: 270px;
  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;
  margin: -84px 0 0 -20px; }
  .callback-manager__avatar:before {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 0;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    background: #FD700B; }
  .callback-manager__avatar img {
    position: relative;
    z-index: 1; }

.about {
  padding: 52px 0 66px; }
  .about h2 {
    color: #BDBDBD; }
  .about .description-text {
    max-width: 970px;
    margin: 0 auto; }

.advantages-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 85.5px;
  margin: 80px 0 0; }

.advantages-box-about {
  width: 24.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  margin: 0 0 80px;
  color: #000; }
  .advantages-box-about__icon {
    width: 50px;
    height: 50px;
    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; }
  .advantages-box-about h3 {
    margin: 0 0 20px;
    letter-spacing: 0.005em;
    font-size: 18px; }
  .advantages-box-about__body {
    width: calc(100% - 50px);
    padding: 0 0 0 29px; }
  .advantages-box-about p {
    max-width: 245px; }

.about-box {
  height: 100%;
  background: #FAFAFA;
  border-radius: 4px;
  padding: 40px;
  letter-spacing: 0.005em;
  font-size: 18px;
  line-height: 32px; }
  .about-box h3 {
    font-size: 24px;
    font-weight: 800; }
  .about-box__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 34px; }
  .about-box__icon {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0; }

.scores {
  margin: 40px 0;
  padding: 0 0 69px; }
  .scores h2 {
    text-align: left;
    margin: 0 0 50px; }
  .scores .tab-content {
    margin: 50px 0 0; }
    .scores .tab-content h3 {
      line-height: 32px;
      margin: 0 0 40px;
      font-size: 26px;
      font-weight: bold; }

.address-score {
  max-width: 380px;
  width: 100%; }
  .address-score .links-dashed {
    margin: 40px 0 0; }

.address-score__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  fill: none;
  stroke: #000;
  margin: 0 15px 0 0; }

.address-score__list {
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #000; }
  .address-score__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 30px; }
    .address-score__list li:last-child {
      margin: 0; }
    .address-score__list li a {
      display: inline-block;
      color: #000; }

.map {
  width: 100%;
  height: 516px; }
  .map iframe {
    width: 100%;
    height: 100%; }

.reviews {
  padding: 59px 0 55px; }
  .reviews h2 {
    width: auto; }
  .reviews .title-line {
    margin: 0 0 40px; }
  .reviews .load-more {
    margin: 50px auto 0;
    max-width: 300px; }

.reviews-box {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  -webkit-filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.15)); }
  .reviews-box__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
    font-size: 15px; }
  .reviews-box__name {
    font-weight: 600;
    font-size: 16px; }
  .reviews-box__body {
    letter-spacing: 0.005em;
    font-size: 14px;
    line-height: 24px; }

.date {
  color: #828282; }

.reviews-opinion {
  -webkit-filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 50px 100px rgba(0, 0, 0, 0.15));
  background: #fff;
  border-radius: 4px;
  padding: 30px;
  border: 1px solid #F2F2F2; }
  .reviews-opinion .btn {
    max-width: 200px;
    margin: 0 auto; }
  .reviews-opinion img {
    max-width: 169px;
    margin: 11px auto 12px; }
  .reviews-opinion h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600; }

.seo-section {
  padding: 90px 0; }
  .seo-section .box-text {
    color: #828282;
    font-size: 14px;
    letter-spacing: 0.005em;
    line-height: 24px; }
    .seo-section .box-text p {
      margin: 0 0 20px; }
      .seo-section .box-text p:last-child {
        margin: 0; }

.modal-dialog {
  max-width: 806px;
  border: none; }

.modal-content {
  border: none;
    border-radius: 4px;
  -webkit-box-shadow: 0 10px 60px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px -10px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  padding: 50px 80px 42px; }
  .modal-content h2 {
    font-size: 40px;
    font-weight: bold;
    text-align: center; }

.modal-body {
  padding: 0; }

.modal-header {
  padding: 0;
  width: 100%;
  margin: 0 auto 32px;
  border: none; }
  .modal-header .close {
    margin: 0;
    padding: 0; }

button.close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 60px;
  top: 60px;
  background: #F2F2F2;
  cursor: pointer;
  opacity: 1; }
  button.close .svg-icon {
    width: 10px;
    height: 10px;
    stroke: #000; }

.consent {
  text-align: center;
  margin: 32px auto 40px;
  font-size: 14px;
  color: #828282; }
  .consent a {
    text-decoration: underline;
    display: inline;
    color: #828282; }

.form-callback button {
  margin: 0 auto;
  max-width: 258px;
  padding: 15px 20px; }

.form-callback label {
  margin: 0 0 16px; }
  .form-callback label:last-child {
    margin: 0; }

.necessarily {
  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;
  color: #828282;
  font-size: 15px; }

.necessarily-icon {
  fill: #FD700B;
  margin: 0 10px 0 0;
  width: 10px;
  height: 10px;
  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; }

.input-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
  color: #000; }
  .input-title .necessarily-icon {
    margin: 0 0 0 10px;
    width: 6px;
    height: 6px; }

.modal-img {
  margin: 0 auto 40px;
  max-width: 140px;
  width: 100%; }

.btn-close-modal {
  margin: 50px auto 0;
  padding: 18.5px 60px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.modal-thanks .box-text {
  margin: 12px auto 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 488px;
  width: 100%; }

.form-callback__footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0 0; }
  .form-callback__footer .consent {
    margin: 0;
    text-align: left;
    padding: 0 0 0 40px; }
  .form-callback__footer button {
    margin: 0;
    max-width: none;
    padding: 16px 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.modal-sentence .modal-dialog, .modal-entrance .modal-dialog {
  max-width: 970px; }
  .modal-sentence .modal-dialog h2, .modal-entrance .modal-dialog h2 {
    text-align: left; }

.modal-sentence .form-callback .form-group label, .modal-entrance .form-callback .form-group label {
  max-width: 49%;
    position:relative;
}

.modal-sentence .form-group, .modal-entrance .form-group {
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal-sentence .input-title, .modal-sentence .necessarily, .modal-entrance .input-title, .modal-entrance .necessarily {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left; }

.modal-sentence .necessarily, .modal-entrance .necessarily {
  margin: 16px 0 0; }

.modal-entrance .modal-dialog {
  max-width: 736px; }

.modal-entrance .nav-tabs-filter {
  margin: 0; }
  .modal-entrance .nav-tabs-filter .nav-link {
    color: #BDBDBD;
    border-bottom: 4px dashed #E1E1E1; }
  .modal-entrance .nav-tabs-filter .active {
    color: #000;
    border-bottom: 4px solid #FD700B; }

.modal-entrance input {
  text-align: left; }

.modal-entrance .form-callback__footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.modal-entrance button {
  padding: 14px 50px; }

.modal-entrance button.close {
  position: relative;
  top: 0;
  right: 0;
  -webkit-transform: none;
          transform: none; }

.modal-entrance .modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.modal-entrance .consent {
  margin: 32px 0;
  text-align: left; }

.link-reset-password {
  margin: 16px 0; }

.quick-entry {
  margin: 32px 0 0; }
  .quick-entry p {
    margin: 0 0 16px;
    color: #828282;
    font-weight: 600; }

.contacts-box {
  margin: 0 0 40px; }
  .contacts-box h3 {
    margin: 0 0 50px;
    font-size: 32px;
    font-weight: bold; }

.list-contacts {
  margin: 0 0 50px; }
  .list-contacts li {
    margin: 0 0 30px;
    width: 100%; }
    .list-contacts li:last-child {
      margin: 0; }
  .list-contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .list-contacts__icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    fill: none;
    stroke: #000;
    margin: 0 15px 0 0; }

.score-slider {
  width: 100%; }

.score-slider-preview {
  margin: 50px 0 0; }

.score-slider-preview__item {
  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;
  max-width: 108px;
  height: 80px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  margin: 0 30px 0 0; }
  .score-slider-preview__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.score-slider__box {
  width: 100%;
  height: 470px;
  border-radius: 4px;
  overflow: hidden;
  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; }
  .score-slider__box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts {
  margin: 30px 0 84px; }

.contacts-img {
  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; }

.contacts-page-content__item {
  margin: 50px 0 0; }
  .contacts-page-content__item h3 {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 700; }
  .contacts-page-content__item .callback-manager__item {
    margin: 0 0 40px; }
  .contacts-page-content__item .form-callback .input-title, .contacts-page-content__item .form-callback .necessarily {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .contacts-page-content__item .form-callback input {
    text-align: left; }
  .contacts-page-content__item .form-callback label {
    margin: 0 0 20px; }
  .contacts-page-content__item .form-callback .form-group {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contacts-page-content__item .form-callback .form-group label {
      max-width: 48.5%; }
  .contacts-page-content__item .form-callback .necessarily {
    margin: 20px 0 12px; }

.contacts-company {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.03em; }
  .contacts-company a {
    color: #000; }
  .contacts-company p {
    color: #666666;
    min-width: 140px; }
  .contacts-company li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5px; }
    .contacts-company li:last-child {
      margin: 0; }

.map-wrap {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 34px 59px -45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 34px 59px -45px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden; }
  .map-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.links-address-map {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  -webkit-box-shadow: 0px 20px 20px -45px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 20px 20px -45px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 16px 50px;
  letter-spacing: 0.005em;
  font-size: 18px;
  color: #000;
  white-space: nowrap; }
  .links-address-map:hover {
    color: #FD700B; }

.list-requisites {
  font-size: 15px;
  font-weight: 500; }
  .list-requisites span {
    color: #828282; }
  .list-requisites li {
    padding: 20px 0;
    border-top: 1px solid #E0E0E0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .list-requisites li:last-child {
      border-bottom: 1px solid #E0E0E0; }
    .list-requisites li p {
      min-width: 220px; }

.contacts-page-head .callback-manager__item {
  margin: 0; }

.catalog {
  margin: 30px 0 150px; }
  .catalog .title-line {
    margin: 0 0 20px; }
  .catalog h1 {
    margin: 0; }
  .catalog .links-question {
    color: #000;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none; }
    .catalog .links-question .svg-icon {
      fill: none;
      stroke: #000; }

.form-filter-catalog {
  max-width: none;
  background: #fff;
  margin: 0 0 40px; }
  .form-filter-catalog .form-group {
    margin: 0 0 20px; }

    .form-filter-catalog .form-group.max-width{
        /*width: 100%;*/
        padding: 0 15px;
    }
    .max-width .dropdown-toggle{
        width: 100%;
        max-width: 100%;
    }


  .form-filter-catalog .radio {
    height: 50px;
    padding: 16px 24px;
    background: #F7F7F7;
    color: #828282;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-filter-catalog .radio-inp:checked + .radio-custom {
    border: 1px solid #FD700B;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07); }
  .form-filter-catalog .form-group__title {
    margin: 0 0 10px;
    font-size: 15px; }
  .form-filter-catalog .dropdown-toggle {
    height: 50px;
    padding: 16px 24px;
    /*min-width: 208px;*/
    background: #ffffff;
    border: #fd700b solid 1px;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .form-filter-catalog .dropdown-toggle:after {
      border-top-color: #000; }
  .form-filter-catalog .dropdown-toggle-filter2 {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid #FD700B;
    background: #fff;
    color: #000; }
  .form-filter-catalog .dropdown-menu {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07); }
  .form-filter-catalog .tooltip-btn {
    background: #F7F7F7;
    fill: #000; }

.form-result-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  margin: 0 0 25px; }
  .form-result-filter .clear-filter {
    margin: 0 auto 0 20px; }

.clear-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #000; }
  .clear-filter__icon {
    margin: 0 10px 0 0;
    width: 14px;
    height: 14px;
    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; }
  .clear-filter:hover {
    color: #FD700B; }
    .clear-filter:hover .svg-icon {
      fill: #FD700B; }

.list-form-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-form-result li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 20px 0 0; }
    .list-form-result li:last-child {
      margin: 0; }

.tagging-filter {
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7;
  border-radius: 4px;
  padding: 10px 15px;
  height: 50px; }
  .tagging-filter .item {
    color: #000; }
  .tagging-filter:hover .item {
    color: #FD700B; }

.remove {
  margin: 0 0 0 10px;
  width: 10px;
  height: 10px;
  fill: #BDBDBD;
  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; }

.sorting-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px; }

.catalog-wrapper {
  margin: 0 0 50px; }
  .catalog-wrapper .list-checkbox {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .catalog-wrapper .list-checkbox li {
      border: none;
      margin: 0 20px 0 0; }
      .catalog-wrapper .list-checkbox li:last-child {
        margin: 0; }

.sorting-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px; }
  .sorting-box .select-view {
    display: none;
    border-bottom-color: #FD700B;
    padding: 0 30px 4px 0;
    color: #FD700B;
    margin: 3px 0 0 20px; }

.sorting-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 600; }
  .sorting-box__title .icon {
    margin: 0 5px 0 0;
    fill: #000;
    width: 24px;
    height: 24px; }

.list-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter", sans-serif; }
  .list-sorting li {
    margin: 0 0 0 20px; }
  .list-sorting a {
    color: #000;
    border-bottom: 2px dashed #E1E1E1; }
  .list-sorting .active {
    color: #FD700B;
    border-bottom-color: #FD700B; }

.card-product {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 410px;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 50px; }
  .card-product__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px;
    margin: 0 0 10px;
    height: 216px; }
    .card-product__img img {
      max-height: 100%;
      margin: 0 auto;
      }
  .card-product__name {
    color: #000;
    max-width: 185px;
    margin: 0 0 20px;
        max-height: 70px;
    overflow: hidden;
    }
    .card-product:hover .card-product__name{
        max-height: inherit !important;
    }
    .card-product__name:hover {
      color: #FD700B; }
  .card-product__footer {
    width: 100%;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px 0 0; }
  .card-product .amount {
    width: 135px; }
    .card-product .amount input {
      width: 47px; }
    .card-product .amount span {
      width: 44px; }
  .card-product-wrapper {
    position: relative;
    background: #fff; }
    .card-product-wrapper:before {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: calc(100% + 40px);
      height: calc(100% + 40px);
      z-index: -1;
      opacity: 0;
      -webkit-box-shadow: 0 80px 150px rgba(0, 0, 0, 0.2);
              box-shadow: 0 80px 150px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      background: #fff;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
  .card-product:hover {
    z-index: 2;
    overflow: visible; }
    .card-product:hover .card-product-wrapper:before {
      opacity: 1; }
    .card-product:hover .card-product__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.btn-add-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #F2F2F2;
  border-radius: 4px;
  padding: 7px;
  stroke: #000;
  fill: none; }
  .btn-add-card:hover {
    background: #FD700B;
    stroke: #fff; }

.availability-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
  font-size: 12px; }
  .availability-item span {
    display: inline-block;
    margin: 0 0 0 5px;
   /* border-bottom: 2px dashed #E1E1E1;*/
   font-size: 14px;
    }

.price {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 0; }

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

.select-view {
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: auto;
  font-size: 15px;
  border: none;
    border-bottom: 2px dashed #E1E1E1;
    border-radius: 0;
  padding: 0 17px 10px 0;
  background: #fff url("../img/arrow-select.svg") no-repeat right 6px;
    background-size: 7px; }

.catalog-views {
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.greeting-manager {
  position: relative;
  overflow: hidden;
  max-width: 350px;
  width: 100%;
  margin: 0 0 0 auto; }

.greeting-manager-box {
  margin: 30px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 34px 59px -45px rgba(0, 0, 0, 0.25);
          box-shadow: 0 34px 59px -45px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 30px 30px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .greeting-manager-box__photo {
    position: absolute;
    max-width: 194px;
    width: 100%;
    right: -50px;
    top: -10px; }
  .greeting-manager-box .callback-manager__item {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    max-width: 245px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 16px; }
    .greeting-manager-box .callback-manager__item p {
      max-width: 150px;
      margin: 0 0 28px; }
    .greeting-manager-box .callback-manager__item strong {
      margin: 0; }

.reviews-item {
  margin: 0 0 30px;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #F2F2F2;
  padding: 30px;
  font-size: 15px; }
  .reviews-item__head {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .reviews-item__name {
    font-weight: 600; }
  .reviews-item__date {
    color: #828282; }
  .reviews-item__body {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.005em; }
    .reviews-item__body .box-text {
      -webkit-line-clamp: 4;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical; }
    .reviews-item__body .open {
      overflow: visible;
      display: block;
      line-clamp: none; }

.link-view {
  margin: 20px 0 0; }

.product h1 {
  margin: 0 0 23px;
  font-size: 32px; }

.article {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  letter-spacing: 0.005em; }

.list-characteristics {
  margin: 40px 0;
  width: 100%;
  font-size: 15px; }
  .list-characteristics span {
    /*color: #828282;*/ }
  .list-characteristics li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px 0;
    border-top: 1px solid #E0E0E0; }
    .list-characteristics li:last-child {
      border-bottom: 1px solid #E0E0E0; }
  .list-characteristics .form-group__title {
    min-width: 320px;
    padding: 0 40px 0 0;
    margin: 0;
    max-width: 320px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .list-characteristics .tooltip-btn {
    background: #F7F7F7;
    fill: #000; }

.share-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.share-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .share-title .svg-icon {
    margin: 0 8px 0 0;
    width: 14px;
    height: 16px;
    fill: none; }

.share-item {
  margin: 0 0 0 8px; }

.product-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 34px 59px -45px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 34px 59px -45px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 20px;
  height: 520px; }
  .product-photo img {
    max-height: 100%; }

.product-mini-info {
  padding: 0 30px; }

.product-wrapper {
  margin-top: 20px; }

.details-information {
  margin: 40px 0; }
  .details-information h3 {
    font-weight: bold;
    margin: 0 0 40px;
    font-size: 32px; }
  .details-information .box-text {
    line-height: 28px;
    letter-spacing: 0.005em; }

.details-information__box {
  margin: 0 0 60px; }
  .details-information__box:last-child {
    margin: 0; }

.box-hidden-text {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box; }

.box-hidden-text.active {
  display: inline-block;
  overflow: visible; }

.btn-view-all {
  margin: 20px 0 0;
  font-size: 15px;
  color: #828282; }

.table-availability {
  width: 100%; }
  .table-availability .td:nth-child(1) {
    width: 42%; }
  .table-availability .td:nth-child(2) {
    width: 33%; }
  .table-availability .td:nth-child(3) {
    width: 20%; }
  .table-availability .list-contacts__text {
    text-decoration: underline; }
  .table-availability .availability-item {
    margin: 0; }

.table-head {
  width: 100%;
  background: #FAFAFA;
  font-size: 15px; }

.table-body .tr {
  border-bottom: 1px solid #E0E0E0; }

.table-body .td:last-child {
  margin: 0 0 0 auto; }

.tr {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.btn-clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  background: #fff;
  padding: 8px;
  width: 40px;
  height: 40px;
  min-width: 40px;
  stroke: #000;
  fill: none; }
  .btn-clock:hover {
    background: #FD700B;
    stroke: #fff; }

.information-product-orders {
  padding: 0 0 0 30px;
  overflow: hidden;
  position: relative; }
  .information-product-orders .greeting-manager-box {
    margin: 60px 0 69px; }
    .information-product-orders .greeting-manager-box .btn {
      margin: 28px 0 -72px;
      height: 44px;
      max-width: 149px;
      background: #fff;
      border: 2px solid #000;
      padding: 0;
      font-size: 15px; }
      .information-product-orders .greeting-manager-box .btn:hover {
        background: #FD700B; }
  .information-product-orders .greeting-manager-box__photo {
    top: -30px; }

.services-additionally-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 40px;
  font-size: 12px; }
  .services-additionally-box h3 {
    margin: 0 0 10px;
    font-size: 15px; }
  .services-additionally-box:last-child {
    margin: 0; }
  .services-additionally-box__img {
    width: 100px;
    height: 94px;
    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; }
  .services-additionally-box__body {
    width: calc(100% - 100px);
    padding: 0 0 0 27px; }

.btn-in-card {
  margin: 0 auto 10px; }

.purchase-block .btn {
  height: 70px;
  padding: 10px; }

.amount-wrapper {
  margin: 30px 0; }
  .amount-wrapper p {
    font-size: 15px;
    margin: 0 0 15px; }
  .amount-wrapper .amount {
    height: 70px;
    width: 259px; }
    .amount-wrapper .amount span {
      width: 60px; }
      .amount-wrapper .amount span:before {
        width: 16px; }
      .amount-wrapper .amount span:after {
        height: 16px; }
    .amount-wrapper .amount input {
      width: 139px;
      font-size: 16px;
      height: 70px; }

.total-sum {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 600; }

.purchase-block__item {
  margin: 0 0 30px;
  font-size: 15px; }
  .purchase-block__item .availability-item {
    font-size: 15px; }
  .purchase-block__item span {
    border: none;
    /*color: #828282;*/ }
  .purchase-block__item .price {
    font-size: 36px;
    margin: 15px 0 0; }

.price-with-title .price {
  margin-top: 0;
}
.price-with-title {
  margin-top: 15px
}

.purchase-block__item-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 15px; }

.btn-favorite-product {
  width: 80px;
  height: 70px;
  background: #fff;
  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;
  fill: none;
  stroke: #000;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 19px 24px; }
  .btn-favorite-product:hover {
    background: #FD700B;
    stroke: #fff; }

.other-goods {
  margin: 40px 0 100px; }
  .other-goods h2 {
    text-align: left;
    margin: 0 0 40px;
    font-size: 32px; }
  .other-goods .sorting-wrapper {
    margin: 0 0 20px; }
    .other-goods .sorting-wrapper .sorting-box {
      display: none; }
  .other-goods .list-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .other-goods .list-checkbox li {
      border: none;
      margin: 0 20px 0 0; }
      .other-goods .list-checkbox li:last-child {
        margin: 0; }
  .other-goods .load-more {
    padding: 9px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 15px;
    border: 2px solid #000; }

.table-footer {
  -webkit-box-shadow: 0px 23px 30px -34px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 23px 30px -34px rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 23px 0;
  margin: 10px 0 0; }

.button-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 5px; }
  .button-sorting a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 8px;
    height: 6px;
    margin: 0 0 2px;
    fill: #828282; }
    .button-sorting a:hover {
      fill: #000; }
    .button-sorting a:last-child {
      margin: 0; }

.table-products {
  font-size: 15px; }
  .table-products .availability-item {
    margin: 0; }

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

.td-photo {
  width: 5.5%; }

.td-name {
  width: 35%; }

.td-season {
  width: 10%; }

.td-remainder {
  width: 15%; }

.td-price {
  width: 40%; }

.td-row-price {
  width: 23%; }

.price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .price-table span {
    color: #828282; }
  .price-table .symbol-calc {
    margin: 0 5px; }

.total-price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #828282; }
  .total-price-table span {
    margin: 0 5px 0 0; }

.td-hidden {
  display: none; }

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

.expectation-item {
  color: #828282; }

.list-remainder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-remainder li {
    margin: 0 15px 0 0; }
    .list-remainder li:last-child {
      margin: 0; }

.table-products__photo {
  width: 100%;
  max-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.table-products__name {
  color: #000; }
  .table-products__name:hover {
    color: #FD700B; }

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-wrapper .amount {
    margin: 0 5px 0 0; }

.btn-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 14px;
  fill: #828282; }

.td-button .btn-grey {
  padding: 11px 45px; }

.table-hidden {
  display: none;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.td-season-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0; }
  .td-season-mob p {
    margin: 0 10px 0 0; }

.block-manager-mobile {
  overflow: hidden;
  position: relative;
  margin: 20px 0; }
  .block-manager-mobile .greeting-manager-box {
    margin: 0 0 30px; }
    .block-manager-mobile .greeting-manager-box .btn {
      margin: 25px 0 0;
      height: 40px;
      font-size: 12px;
      border: 2px solid #000; }

.wholesale-catalog-wrapper {
  width: 100%;
  padding: 0; }
  .wholesale-catalog-wrapper header .header-box {
    width: auto;
    margin: 0 0 0 60px; }
  .wholesale-catalog-wrapper header .dropdown-phone {
    margin: 0 0 0 auto; }
  .wholesale-catalog-wrapper header .phone {
    font-size: 17px;
    font-weight: 600; }
  .wholesale-catalog-wrapper header .header-box__links {
    width: 65px;
    height: 50px; }
  .wholesale-catalog-wrapper .header-bottom {
    padding: 27px 0; }
  .wholesale-catalog-wrapper .form-filter-catalog .dropdown-toggle {
    min-width: 165px; }
  .wholesale-catalog-wrapper .tagging-filter {
    height: 40px; }
  .wholesale-catalog-wrapper .other-goods {
    margin: 0 0 90px; }
  .wholesale-catalog-wrapper .btn-load {
    margin: 20px 0;
    padding: 10px 0 20px;
    -webkit-box-shadow: 0px 23px 30px -29px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 23px 30px -29px rgba(0, 0, 0, 0.25); }
  .wholesale-catalog-wrapper footer {
    padding: 0 0 47px; }


.nav-catalog {
  margin: 0 0 0 60px; }

.dropdown-toggle.phone {
  padding: 0;
  background: transparent;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .dropdown-toggle.phone:after {
    border-top-color: #000;
    margin: 3px 0 -3px 10px; }

.nav-catalog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600; }

.nav-catalog__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 20px;
  border-radius: 4px;
  color: #000;
  fill: none;
  stroke: #000; }
  .nav-catalog__links:hover, .nav-catalog__links.active {
    background: #F7F7F7; }

.nav-catalog__icon {
  width: 24px;
  height: 24px;
  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;
  margin: 0 10px 0 0; }

.form-search-catalog {
  margin: 20px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .form-search-catalog label {
    width: calc(100% - 160px); }
  .form-search-catalog input {
    height: 50px;
    padding: 0 20px 0 64px;
    color: #828282;
    font-size: 16px;
    font-weight: normal;
    -webkit-box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.04);
            box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.04);
    background: #fff;
    border: 2px solid #F7F7F7;
      border-radius: 4px; }
    .form-search-catalog input::-webkit-input-placeholder {
      color: #828282; }
    .form-search-catalog input::-moz-placeholder {
      color: #828282; }
    .form-search-catalog input::-ms-input-placeholder {
      color: #828282; }
    .form-search-catalog input::placeholder {
      color: #828282; }
  .form-search-catalog .input-icon {
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 20px;
    position: absolute;
    fill: none;
    stroke: #000; }
  .form-search-catalog button {
    position: relative;
    width: 140px;
    top: 0;
    right: 0;
    -webkit-transform: none;
            transform: none;
    left: 0;
    height: 50px;
    margin: 0 0 0 auto;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.07);
    border: 1px solid #E0E0E0;
    background: #fff; }

.form-filter-catalog .radio-type .radio-inp:checked + .radio-custom {
  border: none;
  background: #000; }

.form-filter-catalog .radio-type .radio-inp:checked ~ .label {
  color: #fff; }

.wholesale-catalog {
  margin: 0; }

.sorting-wrapper .list-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.sorting-wrapper .catalog-footer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.sorting-wrapper .pagination li a, .sorting-wrapper .pagination li span {
  height: 30px;
  width: auto;
  padding: 5px;
  min-width: 30px;
  font-size: 16px; }

.sorting-wrapper .pagination-list-arrow li:after {
  margin: 0 40px; }

.sorting-wrapper .pagination-list-arrow li a {
  width: auto;
  height: auto; }

.sorting-wrapper .nav-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.sorting-wrapper .catalog-views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0 40px 0 0; }
  .sorting-wrapper .catalog-views .select-view {
    margin: 0 0 0 5px;
    padding-bottom: 0;
    border-bottom: 1px solid #000;
    font-size: 15px; }

.sorting-wrapper .catalog-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.list-contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 0 auto; }
  .list-contacts-footer p {
    color: #828282;
    font-size: 16px;
    margin: 0 25px 0 0; }
  .list-contacts-footer li {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-contacts-footer li:last-child {
      margin: 0; }
  .list-contacts-footer a {
    color: #000; }
    .list-contacts-footer a:hover {
      color: #FD700B; }

.links-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-weight: normal;
  font-size: 15px; }
  .links-write__icon {
    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;
    fill: none;
    stroke: #000;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0; }

.footer-bottom-my {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px 0 0;
  font-size: 15px;
  color: #8D8D91; }
  .footer-bottom-my .copyright {
    margin: 0; }

.cabinet {
  margin: 40px 0; }

.cabinet-sidebar {
  width: 100%; }

.cabinet-menu {
  width: 100%;
  border: 1px solid #F2F2F2;
  background: #fff;
  -webkit-box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500; }
  .cabinet-menu__item {
    width: 100%;
    padding: 0 30px;
    position: relative; }
    .cabinet-menu__item:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 4px;
      height: 100%;
      background: transparent; }
    .cabinet-menu__item:last-child .cabinet-menu__links {
      border: none; }
  .cabinet-menu__item.active .cabinet-menu__links {
    color: #FD700B; }
    .cabinet-menu__item.active .cabinet-menu__links:after {
      border-left-color: #FD700B; }
  .cabinet-menu__item.active:before {
    background: #FD700B; }
  .cabinet-menu__item.active .cabinet-menu__icon {
    stroke: #FD700B; }
  .cabinet-menu__links {
    padding: 30px 0;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    border-bottom: 1px solid #E6E6E6;
    position: relative; }
    .cabinet-menu__links:after {
      content: '';
      margin: 0 0 0 auto;
      border-left: 8px solid #000;
      border-top: 5.5px solid transparent;
      border-bottom: 5.5px solid transparent;
      display: inline-block; }
    .cabinet-menu__links:hover {
      color: #FD700B; }
  .cabinet-menu__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 15px 0 0;
    fill: none;
    stroke: #000; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  border: none;
    border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center; }

.filter-orders {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 40px; }
  .filter-orders label {
    margin: 0; }
  .filter-orders input {
    padding: 0 32px 0 58px;
    text-align: left;
    color: #000; }
    .filter-orders input::-webkit-input-placeholder {
      color: #828282; }
    .filter-orders input::-moz-placeholder {
      color: #828282; }
    .filter-orders input::-ms-input-placeholder {
      color: #828282; }
    .filter-orders input::placeholder {
      color: #828282; }
  .filter-orders .form-group {
    margin: 0;
    width: 37%; }
  .filter-orders button {
    max-width: 214px;
    height: 56px; }
  .filter-orders .input-icon {
    fill: none;
    stroke: #000;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .filter-orders .form-group__title {
    margin: 0 0 16px; }

.input-icon, .input-icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.label-date {
  position: relative; }

.input-icon-arrow {
  width: 11px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 24px; }

.card-order {
  font-size: 15px;
  width: 100%; }
  .card-order:last-child {
    border: none; }
    .card-order:last-child .card-order-head {
      border: none; }
  .card-order-head {
    background: #FAFAFA;
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid transparent; }
  .card-order-head.collapsed {
    border-bottom: 1px solid #E6E6E6; }
  .card-order__date {
    color: #828282;
    width: 15%; }
  .card-order__number {
    width: 10%; }
  .card-order__value-position {
    width: 15%; }
  .card-order__status {
    width: 25%;
    margin: 0 auto 0 0; }
  .card-order__sum {
    width: 12%; }
  .card-order .availability-item {
    margin: 0;
    font-size: 15px; }
  .card-order .successfully-icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin: 0 20px 0 0;
    padding: 8px; }

.btn-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Montserrat", sans-serif; }
  .btn-details:after {
    content: '';
    display: inline-block;
    border-top: 5.5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin: 0 0 0 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.collapsed::after {
  -webkit-transform: rotate(0);
          transform: rotate(0); }

.card-order-body {
  padding: 10px 30px 30px;
  width: 100%;
  border-left: 2px solid #FAFAFA;
  border-right: 2px solid #FAFAFA; }

.card-order-product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px; }
  .card-order-product:last-child {
    border: none; }

.card-order-product__img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  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; }
  .card-order-product__img img {
    max-height: 100%; }

.card-order-product__name {
  width: 60%;
  padding: 0 27px; }

.card-order-product__code {
  color: #828282; }

.card-order-product__title {
  color: #000;
  margin: 0 0 5px; }
  .card-order-product__title:hover {
    color: #FD700B; }

.card-order-product__price, .card-order-product__value, .card-order-product__sum {
  width: 11%; }

.order-details {
  margin: 30px 0; }

.order-details-group {
  font-size: 15px; }
  .order-details-group h3 {
    padding: 15px 0;
    font-weight: 500; }

.order-details-list li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0; }
  .order-details-list li span {
    color: #828282; }
  .order-details-list li p {
    min-width: 180px; }

.order-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .order-footer .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 50px;
    height: 56px; }

.btn-accent .btn-icon {
  stroke: #fff; }

.btn-accent .stroke-none {
  stroke: none;
  fill: #fff; }

.btn-icon {
  fill: none;
  stroke: #000;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  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; }

.btn-cancel {
  margin: 0 0 0 auto; }

.btn-reverse {
  margin: 0 0 0 20px; }

.cabinet-data-item {
  width: 100%;
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #E6E6E6; }
  .cabinet-data-item:last-child {
    border: none;
    padding: 0;
    margin: 0; }

.cabinet-data-item__title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: bold; }
  .cabinet-data-item__title-icon {
    fill: none;
    stroke: #000;
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin: 0 20px 0 0; }

.form-cabinet-data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .form-cabinet-data .form-group {
    width: 100%;
    max-width: 49%;
    margin: 0 0 20px; }
    .form-cabinet-data .form-group__title {
      margin: 0 0 16px; }
  .form-cabinet-data input {
    text-align: left;
    font-size: 15px; }
  .form-cabinet-data button {
    margin: 20px 0 0;
    height: 56px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 40px; }
footer {
    _margin-left: 130px;
  }
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1700px) {
  .container {
    padding: 0 45px; }
  .header-bottom {
    padding: 20px 0; }
  .header-top {
    padding: 28px 0; }
  .header-menu__item {
    margin: 0 20px 0 0; }
  .links-callback {
    margin: 0 20px; }
  .main-home {
    padding: 210px 0 80px; }
  .advantages-section {
    padding: 40px 0 90px; }
  .sales-slider .slick-slide {
    margin: 0 12.5px; }
  .sales-slider-box {
    padding: 10px 40px; }
    .sales-slider-box h3 {
      margin: 0 0 10px;
      line-height: 34px;
      font-size: 33.5px; }
  .box-condition {
    font-size: 13px;
    padding: 10px 19px; }
  .callback-manager {
    padding: 118px 40px; }
  .advantages-wrapper {
    padding: 0; }
  .about {
    padding: 90px 0 74px; }
  .scores {
    padding: 0 0 63px; }
  .reviews {
    padding: 59px 0 55px; }
  .seo-section {
    padding: 90px 0; }
  footer {
    padding: 0 0 63px;
    _margin-left: 150px;
  }
  .footer-row-info {
    margin: 0 100px 0 0; }
  .tooltip-box {
    min-width: 500px;
    padding: 23px 30px 30px; }
  .dropdown-menu {
    min-width: 210px;
    width: 100%; }
  .dropdown-menu-header {
    min-width: 282px; }
  .dropdown-menu-cabinet {
    min-width: 245px; }
  .form-filter-catalog .dropdown-toggle {
    min-width: 155px; }
  .card-product {
    /*height: 380px; */}
  .information-product-orders {
    padding: 0; }
  .order-details-list li p {
    min-width: 150px; }
  .filter-orders .form-group {
    width: 35%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1560px) {
  .sidebar-wrapper {
    width: 102px; }
  .content-wrapper {
    width: calc(100% - 102px);
    margin-left:102px;
    }
  .header-bottom {
    padding: 0; }
  .header-top {
    padding: 28px 0; }
  .form-filter {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .navigation {
    font-size: 12px; }
  .nav-links__icon {
    width: 52px;
    height: 50px; }
  .navigation .nav-item {
    /*height: 121px;*/ }
  .table-availability .phone-list {
    max-width: 150px; }
  .table-availability .td:nth-child(2) {
    width: 25%; }
  .table-availability .td:nth-child(1) {
    width: 53%; }
  .table-availability .td:nth-child(3) {
    width: 15%; }
  .details-information {
    max-width: 900px;
    width: 100%; }
  .list-characteristics .form-group__title {
    min-width: 280px;
    max-width: 280px;
    padding: 0 25px 0 0; }
  .wholesale-catalog-wrapper {
    width: 100%; }
    .card-product-col {
    max-width: 16.66%;
    -webkit-box-flex: 16.66%;
        -ms-flex: 16.66%;
            flex: 16.66%; }
footer {
    padding: 0 0 63px;
    _margin-left: 100px;
  }

    }

/* Small Devices, Tablets */
@media only screen and (max-width: 1500px) {
  .links-callback {
    margin: 0 10px; }

   .card-product-col {
    /*max-width: 20%;
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;*/

    max-width: 16.6%;
    -webkit-box-flex: 16.6%;
        -ms-flex: 16.6%;
            flex: 16.6%;
    }
  }


@media only screen and (max-width: 1440px) {
  header .phone {
    font-size: 17px;
    margin: 0 20px 0 0; }
  header .links-callback {
    display: none; }
  .btn-accent {
    padding: 11.5px 24px; }
  .tooltip-box {
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none; }
  .footer-row-info {
    margin: 0; }
  .product-mini-info {
    padding: 0; }
  .wholesale-catalog .form-filter-catalog .form-group {
    width: 24%; }
  .wholesale-catalog .form-filter-catalog .list-radio li {
    width: 50%; }
  .footer-bottom-my p {
    width: 100%;
    margin: 10px 0 0; }
  .wholesale-catalog-wrapper header .header-box {
    margin: 0 0 0 20px; }
  .nav-catalog {
    margin: 0 0 0 20px; }

    .card-product-col {
    /*max-width: 20%;
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%; */

        max-width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
        }
}

@media only screen and (max-width: 1300px) {
  .footer-col {
    margin: 0 40px 0 0; }
  .card-product-col {
    max-width: 24%;
    -webkit-box-flex: 24%;
        -ms-flex: 24%;
            flex: 24%; }
  .catalog-wrapper .card-product-col {
    display: none; }
    .catalog-wrapper .card-product-col:nth-child(-n+5) {
      display: block; }
  .pagination {
    max-width: 410px; }
    .pagination li:nth-child(7) {
      margin: 0; }
  .greeting-manager-box__photo {
    max-width: 100px;
    top: 20px;
    right: -20px; }
  .greeting-manager-box .callback-manager__item {
    font-size: 12px; }
    .greeting-manager-box .callback-manager__item p {
      max-width: 140px; }
    .greeting-manager-box .callback-manager__item strong {
      font-size: 12px; }
  .table-products .tr {
    padding: 10px 20px; }
  .btn-favorite-product {
    _display: none;
    padding: 20px;}
    .btn-favorite-product svg{
        flex: none;
        width: 30px;
    height: 30px;
    }
  .td-name {
    width: 27%; }
  .table-products .table-head .td-price .table-sorting-box p {
    max-width: 75px; }
  .nav-catalog {
    width: 80%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 15px; }
  .wholesale-catalog-wrapper header .phone {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .wholesale-catalog-wrapper header .dropdown-phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 15px;
    width: 20%; }
  .wholesale-catalog-wrapper header .header-box {
    margin: 0 0 0 auto; }
  .wholesale-catalog-wrapper .header-bottom {
    padding: 20px 0 30px; }
  .form-search-catalog {
    margin: 0 0 30px; }
  .sorting-wrapper .nav-pagination {
    display: none; }
  .sorting-wrapper .catalog-views {
    margin: 0; } }

@media only screen and (max-width: 1200px) {
  .header-box__links {
    width: 50px;
    height: 50px;
    padding: 8px; }
  .btn-filter-result {
    max-width: 256px; }
  .form-group {
    margin: 0 0 15px; }
  .dropdown-toggle {
    padding: 16px 24px;
    height: 50px; }
  .radio {
    padding: 16px 24px;
    height: 50px; }
  .main-home__title {
    margin: 0 0 40px; }
  .nav-tabs-filter, h1 {
    font-size: 30px; }
  .main-home {
    padding: 160px 0 25px; }
  .links-question {
    position: relative;
    margin: 0 0 0 auto;
    top: 0;
    -webkit-transform: none;
            transform: none; }
  .form-filter-footer {
    margin: 25px auto 0; }
  .advantages-box {
    font-size: 14px;
    margin: 0 0 70px;
    border: none; }
    .advantages-box p {
      font-size: 25px; }
  .advantages-section {
    padding: 40px 0 94px; }
  .about {
    padding: 40px 0 32px; }
  .img-logo {
    margin: 40px auto;
    max-width: 773px; }
  .description-text {
    font-size: 15px; }
  .reviews-col {
    display: none; }
    .reviews-col:nth-child(-n+2) {
      display: block; }
  .scores {
    padding: 0; }
    .scores h2 {
      margin: 0 0 25px; }
    .scores .tab-content {
      margin: 25px 0 40px; }
  .footer-row-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .footer-col {
    margin: 0; }
  .footer-row-info {
    width: 100%;
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-box__links {
    padding: 0; }
  .modal-content {
    padding: 25px 40px; }
  .link-reset-password {
    margin: 0 0 15px; }
  .quick-entry {
    margin: 15px 0 0; }
  .modal-entrance .form-callback__footer {
    margin: 15px 0 0; }
  .form-search-default {
    width: calc(100% - 210px); }
    .form-search-default input {
      height: 50px;
      font-size: 15px;
      padding: 0 15px; }
    .form-search-default button {
      right: 19px; }
  .form-filter-catalog .form-group {
    width: 24%; }
    .form-filter-catalog .form-group:nth-child(-n+3) {
     /* width: 32%;*/ }
  .form-filter-catalog .dropdown-toggle {
    min-width: auto; }
  .form-filter-catalog .list-radio li {
    width: 50%; }
  .clear-filter {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .form-result-filter .clear-filter {
    margin: 10px 0 0; }
  .tagging-filter {
    height: 30px;
    padding: 3px 15px; }
  .sorting-box {
    width: 100%;
    margin: 10px 0 0; }
  .table-availability .td:nth-child(2) {
    width: 30%; }
  .table-availability .td:nth-child(1) {
    width: 44%; }
  .list-remainder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .list-remainder li {
      margin: 0 0 10px; }
  .total-sum {
    font-size: 40px; }
  .amount-wrapper .amount {
    height: 50px;
    width: 100%; }
    .amount-wrapper .amount input {
      height: 100%;
      width: 70%; }
    .amount-wrapper .amount span {
      width: 15%; }
  .product-wrapper {
    margin: 34px 0 0; }
  .title-mobile {
    margin-top: 20px; }
  .purchase-block__item {
    margin: 0 0 20px; }
  .purchase-block .btn {
    height: 50px; }
  .other-goods {
    margin: 40px 0 90px; }
  .information-product-orders .greeting-manager-box {
    padding: 30px; }
    .information-product-orders .greeting-manager-box .btn {
      margin: 20px 0 0; }
    .information-product-orders .greeting-manager-box .callback-manager__item p {
      max-width: none; }
  .td-name {
    width: 22%; }
  .td-row-price {
    width: 25%; }
  .td-remainder {
    width: 13%; }
  .td-season {
    width: 9%; }
  .information-product-orders .greeting-manager-box {
    margin: 46px 0 52px; }
  .services-additionally-box__img {
    width: 70px;
    height: 70px; }
  .services-additionally-box__body {
    width: calc(100% - 70px);
    padding: 0 0 0 20px; }
  .services-additionally-box {
    margin: 0 0 20px; }
  .price-table, .total-price-table {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .wholesale-catalog .form-filter-catalog .form-group {
    width: 24%; }
  .cabinet-sidebar {
    margin: 0 0 40px; }
  .cabinet-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .cabinet-menu__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0; }
    .cabinet-menu__item:after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      right: 0;
      width: 1px;
      height: 40px;
      background: #E6E6E6; }
    .cabinet-menu__item:before {
      width: 100%;
      height: 4px;
      left: 0;
      bottom: 0;
      top: auto; }
    .cabinet-menu__item:last-child:after {
      display: none; }
  .cabinet-menu__links {
    border: none;
    -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;
    padding: 18px 0; }
    .cabinet-menu__links:after {
      display: none; }
  .cabinet-menu__icon {
    margin: 0 auto 15px; }
  .card-order-product__name {
    width: 50%; } }

@media only screen and (max-width: 992px) {
  .form-filter {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .form-group:nth-child(-n+3) {
    width: 100%;
    max-width: 32.3%; }
  .form-group .list-radio li {
    width: 50%; }
  .sales-slider .slick-slide {
    margin: 0 auto; }
  .sales-slider-box {
    padding: 22px 40px; }
    .sales-slider-box h3 {
      font-size: 42px; }
  .box-condition {
    font-size: 16px;
    padding: 12px 24px; }
  .callback-manager {
    padding: 58px 0 80px; }
  .callback-manager__form {
    max-width: 330px; }
  .callback-manager__item {
    font-size: 14px;
    padding: 20px 30px;
    margin: 0 0 10px; }
    .callback-manager__item p {
      margin: 0 0 10px; }
  .callback-manager__avatar {
    width: 183px;
    margin: -30px 0 0 -30px; }
    .callback-manager__avatar:before {
      width: 183px;
      height: 183px;
      left: 5px; }
  .advantages-box-about {
    font-size: 14px;
    margin: 0 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 22.5%; }
  .advantages-box-about__body {
    width: 100%;
    padding: 0;
    margin: 20px 0 0; }
  .advantages-wrapper {
    margin: 40px 0 0; }
  .about-box__top {
    margin: 0 0 24px; }
  .about {
    padding: 40px 0 0; }
  .map {
    height: 350px; }
  .reviews {
    padding: 59px 0 70px; }
    .reviews .load-more {
      margin: 40px auto 0; }
  .btn-border {
    padding: 9.5px 50px; }
  .seo-section {
    padding: 40px 0; }
  footer {
    padding: 0 0 45px; }
  .header-box__links-val {
    top: -19px;
    right: -24px; }
  .advantages-box {
    padding: 0 0 0 20px; }
  .btn-scroll-up {
    width: 50px;
    height: 50px; }
  .modal-sentence .form-group, .modal-entrance .form-group {
    max-width: none; }
  .modal-entrance .modal-dialog {
    max-width: 540px; }
  .form-search-default {
    display: none; }
  .breadcrumb {
    margin: 0 0 20px; }
  .page h1 {
    margin: 0 0 20px; }
  .contacts-box {
    margin: 0 0 30px; }
    .contacts-box h3 {
      margin: 0 0 25px;
      font-size: 25px; }
  .list-contacts {
    font-size: 14px;
    margin: 0 0 25px; }
    .list-contacts li {
      margin: 0 0 10px; }
  .score-slider__box {
    height: 400px; }
  .score-slider-preview {
    margin: 25px 0 0; }
  .contacts-page-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .contacts-img {
    max-width: 225px;
    margin: 0 40px 0 0; }
  .contacts-page-content__item .form-callback .form-group {
    max-width: none; }
  .pagination {
    max-width: 290px; }
    .pagination li:nth-child(7) {
      margin: 0 10px 0 0; }
    .pagination li:nth-child(5), .pagination li:nth-child(10) {
      margin: 0; }
  .card-product-col {
    max-width: 25%;
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%; }
  .catalog-wrapper .card-product-col:nth-child(-n+5) {
    display: none; }
  .catalog-wrapper .card-product-col:nth-child(-n+4) {
    display: block; }
  .sorting-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    margin: 0; }
    .sorting-box .select-view {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; }
    .sorting-box .list-sorting {
      width: 80%;
    }
  .form-result-filter .clear-filter, .value-order-search {
    margin: 10px 0 0;
    width: 50%; }
  .value-order-search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right; }
  .share-item {
    width: 100%;
    margin: 8px 0 0; }
  .details-information__box {
    margin: 0 0 30px; }
  .table-products .tr {
    padding: 10px 0; }
  .table-products {
    font-size: 13px; }
  .header-top {
    background: transparent; }
  .form-filter-catalog .radio {
    padding: 12px;
    height: 40px; }
    .form-filter-catalog .radio .label {
      font-size: 12px; }
  .form-filter-catalog .dropdown-toggle {
    height: 40px;
    font-size: 12px;
    padding: 12px 24px; }
  .wholesale-catalog-wrapper .tagging-filter {
    height: 30px; }
  .wholesale-catalog-wrapper .form-filter {
    margin: 0 0 30px; }
  .order-details-group {
    margin: 0 0 10px; }
  .card-order-product__price, .card-order-product__value, .card-order-product__sum {
    width: 13%; }
  .form-cabinet-data .form-group {
    max-width: 49%; } }

@media only screen and (max-width: 850px) {
  .reviews-opinion {
    padding: 12px 30px; }
    .reviews-opinion img {
      max-width: 76px; }
    .reviews-opinion h3 {
      font-size: 25px; }
  .container {
    padding: 0 30px; }
  .table-products .table-head {
    display: none; }
  .table-products .table-body .td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .table-products .table-body .tr {
    position: relative; }
  .table-products .table-body .td-remainder, .table-products .table-body .td-season {
    display: none; }
  .td-hidden {
    display: block;
    margin: 0 5px 0 0; }
  .td-photo {
    width: 75px; }
  .table-products__photo {
    max-width: 60px; }
  .table-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .td-name {
    width: 38%; }
  .list-remainder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .list-remainder li {
      margin: 0 10px 0 0; }
      .list-remainder li:last-child {
        margin: 0; }
  .td-row-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .td-price {
    width: 100%; }
  .filter-orders button {
    max-width: 174px; }
  .btn-details span {
    display: none; }
  .btn-details:after {
    margin: 0; }
  .card-order__sum {
    width: 16%; }
  .card-order__status {
    width: 35%; }
  .card-order__value-position, .card-order__date {
    width: 17%; } }

@media only screen and (max-width: 768px) {

  .btn-scroll-up{
    display:none;
  }

  .sidebar-wrapper {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 3; }
  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    flex-direction: row;
    font-size: 10px;
    }
    .navigation .nav-item {
      /*height: 110px;*/
      border-bottom: none;
      border-right: 1px solid #242424; }
      .navigation .nav-item:last-child {
        border: none; }
    .navigation .active:before {
      height: 4px;
      width: calc(100% + 20px);
      top: auto;
      bottom: -10px;
      left: -10px; }
  .wrapper {
    padding: 0 0 110px; }
  .content-wrapper {
    width: 100%;
    margin-left:0px;
  }
  footer .box-text {
    font-size: 14px;
    line-height: 24px; }
  .dropdown-toggle-filter {
    min-width: 150px; }
  .dropdown-toggle {
    font-size: 14px; }
  header .phone {
    font-size: 15px; }
  .main-home__title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .main-home {
    padding: 220px 0 80px; }
  .btn-filter-result {
    max-width: 209px; }
  .btn-accent {
    padding: 20px; }
  .btn {
    font-size: 14px; }
  .advantages-section {
    padding: 40px 0 60px; }
  .advantages-box {
    margin: 0 0 40px; }
  .sales-slider-box {
    padding: 7px 40px; }
    .sales-slider-box h3 {
      font-size: 34px;
      margin: 0 0 6px; }
  .box-condition {
    padding: 10px 20px;
    font-size: 14px; }
  .callback-manager__avatar {
    width: 144px;
    margin: -20px 0 0 -20px; }
    .callback-manager__avatar:before {
      width: 144px;
      height: 144px; }
  .callback-manager__form button {
    font-size: 18px; }
  .btn-accent {
    padding: 11.5px 20px; }
  .advantages-box-about {
    margin: 0 0 22px; }
  .about-box {
    font-size: 15px;
    line-height: 18px; }
    .about-box h3 {
      font-size: 24px;
      line-height: 32px; }
    .about-box__top {
      margin: 0 0 30px; }
  .scores {
    margin: 10px 0 0; }
  .reviews-opinion {
    margin: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .reviews-opinion img {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin: 0 20px 0 0;
      max-width: 76px; }
    .reviews-opinion h3 {
      text-align: left; }
    .reviews-opinion .btn {
      max-width: 256px;
      font-size: 15px; }
  .reviews {
    padding: 59px 0 78px; }
  .btn-border {
    font-size: 18px; }
  .footer-item .phone {
    font-size: 16px; }
  footer .logo {
    max-width: 100%;
    margin: 0 0 30px; }
  .links-doc {
    font-size: 14px; }
  .developer {
    margin: 30px 0 0; }
  .footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer-menu-last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 34px 0 0; }
  .footer-menu {
    margin: 0 0 34px; }
  footer {
    padding: 0 0 80px; }
  .btn-basket-fixed .header-box__links-val {
    right: -10px;
    top: -10px; }
  .tooltip-box {
    min-width: 320px;
    padding: 30px; }
  .tooltip-box__img {
    max-width: 152px; }
  .tooltip-box__content {
    margin: 20px 0 0; }
    .tooltip-box__content .box-text {
      font-size: 12px;
      line-height: 18px; }
  .tooltip-box__footer a {
    font-size: 12px; }
  .modal-entrance input, .links-border, .quick-entry {
    font-size: 13px; }
  .page {
    margin: 13px 0 0; }
    .page h1 {
      font-size: 40px; }
  .catalog {
    margin: 30px 0 150px; }
  .greeting-manager {
    max-width: none;
    margin: 0 0 20px; }
  .greeting-manager-box {
    padding: 23px 30px 16px; }
    .greeting-manager-box .callback-manager__item {
      max-width: none; }
      .greeting-manager-box .callback-manager__item p {
        max-width: none;
        margin: 0 0 20px; }
      .greeting-manager-box .callback-manager__item br {
        display: none; }
  .greeting-manager-box__photo {
    max-width: 133px;
    height: 147px;
    position: relative;
    right: 0;
    top: 0;
    margin: -41px 0 0; }
  .product-photo {
    height: 539px; }
  .other-goods .sorting-wrapper .sorting-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0; }
    .other-goods .sorting-wrapper .sorting-box .select-view {
      border-bottom-color: #E1E1E1;
      color: #000; }
  .table-products {
    font-size: 12px; }
  .list-characteristics .form-group__title {
    min-width: 200px;
    max-width: 200px; }
  .sorting-wrapper .catalog-footer {
    display: none; }
  .wrapper-my {
    padding: 0; }
  .wholesale-catalog {
    margin: 0; }
  .dropdown-toggle.phone:after {
    display: none; }
  .wholesale-catalog-wrapper .form-filter-catalog .dropdown-toggle {
    min-width: auto; }
  .cabinet {
    margin: 40px 0; } }

@media only screen and (max-width: 710px) {
  .td-name {
    width: 32%; }
  .td-season-mob {
    margin: 4px 0; }
  .other-goods .list-checkbox li {
    width: 100%;
    margin: 0 0 10px; }
  .nav-catalog__links {
    font-size: 12px;
    padding: 12px; }
  .order-footer .btn {
    font-size: 12px;
    height: 40px;
    padding: 8px 25px; } }

@media only screen and (max-width: 680px) {
  .card-product-col {
    max-width: 33.3%;
    -webkit-box-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%; }
  .catalog-wrapper .card-product-col:nth-child(-n+4) {
    display: none; }
  .catalog-wrapper .card-product-col:nth-child(-n+3) {
    display: block; }
  .list-form-result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .list-form-result li {
      width: 100%;
      margin: 0 0 10px; }
      .list-form-result li:last-child {
        margin: 0; }
  .pagination li {
    margin: 0; }
    .pagination li a, .pagination li span {
      width: 40px;
      height: 40px; }
  .pagination {
    max-width: 235px;
    font-size: 12px; }
  .pagination-list-arrow {
    margin: 0 0 0 10px; }
  .filter-orders {
    margin: 0 0 20px; }
    .filter-orders .form-group {
      width: 100%;
      max-width: none;
      margin: 0 0 10px; }
    .filter-orders input {
      height: 40px;
      font-size: 12px; }
    .filter-orders .form-group__title {
      font-size: 12px; }
    .filter-orders button {
      height: 40px;
      max-width: none;
      font-size: 12px; }
  .card-order-head {
    padding: 10px;
    font-size: 12px; }
    .card-order-head .availability-item {
      font-size: 12px; }
    .card-order-head .successfully-icon {
      margin: 0 10px 0 0; }
  .card-order-body {
    padding: 0 20px 20px; }
  .card-order-product {
    font-size: 12px; }
  .order-details-list {
    font-size: 12px; }
    .order-details-list li {
      padding: 7px 0; }
  .order-details {
    margin: 10px 0; } }

@media only screen and (max-width: 640px) {
  header .phone {
    margin: 0 auto 0 0; }
  .container {
    padding: 0 30px; }
  .sorting-box {
    width: 100%;
    margin: 10px 0 0; }
  .td-name {
    width: 100%; }
  .table-products .tr {
    position: relative;
    padding: 20px 0 20px 78px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .table-products .table-body .td-photo {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .table-products .td {
    margin: 0 0 4px; }
    .table-products .td:last-child {
      margin: 4px 0 0; }
  .td-photo {
    position: absolute;
    left: 0;
    top: 20px;
    width: 63px;
    height: 93px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .td-season-mob, .td-row-price {
    width: 100%; }
  .table-products__photo {
    max-width: 63px; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 575px) {
  .header-top {
    padding: 20px 0 10px; }
  .header-box-contacts .links {
    border-bottom: 2px dashed #5E5E5E; }
    .header-box-contacts .links .links-icon {
      display: none; }
  header .logo {
    max-width: 260px;
    margin: 0 auto; }
  .main-home {
    padding: 170px 0 40px;
    background: #000000 url("../img/bg1.jpg") no-repeat center top;
      background-size: 100%; }
  .navigation {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px; }
    .navigation .nav-item {
      width: calc(50% - 2px);
      /*height: 148px;*/
      padding: 0;
      border: none;
      margin: 0 0 4px; }
    .navigation .nav-links {
      background: #333333;
      border-radius: 4px; }
      .navigation .nav-links:before {
        display: none; }
  .nav-links__icon {
    width: 80px;
    height: 80px; }
  .sidebar-wrapper {
    display: none; }
  .header-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter", sans-serif; }
  .header-menu__item {
    margin: 0 0 4px;
    width: calc(50% - 2px); }
  .header-menu__links {
    background: #191919;
    border-radius: 4px;
    padding: 8px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    color: #fff;
    text-align: left;
    height: 50px; }
  .header-menu__links-icon {
    stroke: #fff; }
  .advantages-box {
    padding: 0; }
  .sales-slider-wrapper {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 0 40px; }
  .advantages-section {
    padding: 0 0 40px; }
    .advantages-section .container {
      padding: 0; }
  .advantages-boxes {
    padding: 0 30px; }
  .advantages-box {
    font-size: 12px;
    margin: 0 0 20px; }
    .advantages-box p {
      font-size: 18px;
      margin: 0 0 10px;
      line-height: 18px; }
  .sales-slider-box {
    padding: 9px 20px; }
    .sales-slider-box h3 {
      font-size: 17px;
      max-width: 170px;
      margin: 0 auto 3px;
      line-height: normal; }
  .box-condition {
    padding: 4px 9px;
    font-size: 6px; }
  .callback-manager {
    padding: 33px 0 49px;
    background: #000 url("../img/bg-callback.png") no-repeat center top;
      background-size: 100%; }
  .callback-manager__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .callback-manager__avatar {
    margin: 0 0 25.5px;
    width: 125px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    .callback-manager__avatar:before {
      width: 140px;
      height: 140px;
      left: -8px; }
  .callback-manager__form {
    margin: 0 auto; }
    .callback-manager__form button {
      max-width: none;
      font-size: 12px; }
  .callback-manager__item {
    font-size: 12px;
    padding: 12px 17px; }
    .callback-manager__item strong {
      font-size: 12px;
      margin: 12px 0 0; }
  input, textarea, select {
    font-size: 12px; }
  .advantages-box-about {
    width: calc(50% - 15px); }
  .about {
    padding: 40px 0; }
  h2 {
    font-size: 25px; }
  .img-logo {
    margin: 20px auto;
    max-width: 260px; }
    .img-logo .svg-icon {
      width: 100%;
      height: 30px; }
  .description-text {
    font-size: 12px; }
  .advantages-wrapper {
    margin: 20px 0 0; }
  .advantages-box-about {
    margin: 0 0 30px;
    font-size: 12px; }
    .advantages-box-about h3 {
      font-size: 14px;
      margin: 0 0 10px; }
  .advantages-box-about__body {
    margin: 10px 0 0; }
  .about-box {
    margin: 0 0 15px;
    padding: 27px 20px;
    font-size: 12px;
    line-height: 12px; }
    .about-box__top {
      margin: 0 0 15px; }
    .about-box h3 {
      font-size: 14px;
      line-height: 14px; }
  .scores {
    margin: 0; }
    .scores .map {
      width: calc(100% + 60px);
      margin: 0 0 0 -30px; }
  .map {
    height: 230px; }
  .nav-tabs .nav-link {
    padding: 12px 18px;
    text-align: center;
    font-size: 12px;
    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;
    height: 60px; }
  .scores .tab-content h3 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 20px; }
  .address-score__list {
    font-size: 12px; }
    .address-score__list li {
      margin: 0 0 15px; }
  .address-score .links-dashed {
    margin: 20px 0 0; }
  .links-dashed {
    font-size: 12px; }
  .reviews {
    padding: 23px 0 50px; }
    .reviews .title-line {
      margin: 0 0 20px; }
  .reviews-opinion {
    padding: 17.5px 28px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 10px; }
    .reviews-opinion img {
      max-width: 36px;
      margin: 0 20px 0 0; }
    .reviews-opinion h3 {
      font-size: 14px; }
    .reviews-opinion .btn {
      max-width: none;
      margin: 10px 0 0;
      font-size: 12px; }
  .reviews-slider .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0; }
  .reviews-slider .slick-list {
    overflow: visible; }
  .reviews-box {
    font-size: 12px; }
  .reviews-box__body {
    line-height: 12px;
    font-size: 12px; }
  .reviews-box__name, .reviews-box__top {
    font-size: 12px; }
  footer {
    padding: 40px 0 34px;
    margin-left: 0;
  }
    footer .logo {
      margin: 0 auto 30px;
      width: 260px;
      height: 30px; }
    footer .navigation {
      width: 100%; }
      footer .navigation .nav-links {
        height: 148px;
        background: #F7F7F7;
        color: #000; }
    footer .header-menu .header-menu__links {
      background: #F7F7F7;
      color: #000; }
    footer .header-menu .header-menu__links-icon {
      stroke: #000; }
    footer .header-menu .stroke-none {
      fill: #000; }
    footer .box-text {
      font-size: 12px;
      line-height: 100%; }
  .footer-box {
    width: 100%;
    margin: 0 0 30px; }
    .footer-box h3 {
      font-size: 18px;
      margin: 0 0 30px;
      font-weight: 700; }
  .wrapper {
    padding: 0 0 60px; }
  .footer-item {
    width: 100%; }
    .footer-item .phone {
      font-size: 26px;
      margin: 15px 0 10px; }
  .copyright, .links-doc, .developer {
    font-size: 12px; }
  .logo-developer {
    max-width: 58px; }
  .footer-row-info {
    margin: 0; }
  .mobile-fixed {
    display: block; }
  .btn-scroll-up {
    bottom: 70px; }
  .modal-content {
    padding: 25px 30px; }
    .modal-content h2 {
      font-size: 18px;
      text-align: left; }
  .modal-header {
    margin: 0 0 10px; }
  .input-title {
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 5px;
    font-size: 12px; }
  .form-callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .form-callback label {
      margin: 0 0 10px; }
    .form-callback input {
      text-align: left;
      padding: 0 20px; }
    .form-callback button {
      margin: 10px auto 0;
      font-size: 12px;
      max-width: none;
      padding: 12px 20px;
      height: 40px; }
  .necessarily {
    font-size: 12px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .consent {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 10px 0 0;
    text-align: left;
    font-size: 10px; }
  .label-phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .header-menu-cabinet li {
    width: 100%; }
  button.close {
    top: 25px;
    right: 30px; }
  .modal-img {
    margin: 0 auto 20px; }
  .modal-thanks .box-text {
    margin: 10px auto 0;
    font-size: 12px;
    font-weight: normal; }
  .modal-thanks h2 {
    text-align: center; }
  .btn-close-modal {
    width: 100%;
    padding: 11px 20px;
    font-size: 12px;
    margin: 20px auto 0; }
  .form-callback__footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0 0; }
    .form-callback__footer button {
      width: 100%;
      margin: 0 auto 10px; }
    .form-callback__footer .consent {
      width: 100%;
      padding: 0; }
  .modal-sentence .necessarily, .modal-entrance .necessarily {
    margin: 0; }
  .modal-sentence .form-callback .form-group, .modal-entrance .form-callback .form-group {
    margin: 0 0 10px; }
    .modal-sentence .form-callback .form-group label, .modal-entrance .form-callback .form-group label {
      max-width: none; }
  .tooltip-box-basket {
    position: fixed;
    left: 50%;
    bottom: 73px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 80px 150px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(#000000)), #282E2C;
    background: linear-gradient(0deg, #000000, #000000), #282E2C;
    border-radius: 5px;
    color: #fff;
    width: calc(100% - 20px);
    max-width: none;
    border: none;
    padding: 30px; }
    .tooltip-box-basket .tooltip-box__header {
      margin: 0; }
    .tooltip-box-basket .links-dashed {
      font-size: 15px;
      color: #fff; }
    .tooltip-box-basket .btn-close {
      background: #4F4F4F;
      fill: #fff; }
    .tooltip-box-basket h4 {
      font-size: 12px; }
    .tooltip-box-basket .successfully-icon {
      width: 32px;
      height: 32px;
      min-width: 32px;
      padding: 12px; }
  .modal-entrance .nav-tabs-filter {
    font-size: 16px; }
  .modal-entrance input {
    height: 40px;
    padding: 0 16px; }
  .modal-entrance button {
    margin: 0 auto; }
  .modal-entrance .consent {
    margin: 15px 0 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .links-border {
    font-size: 12px; }
  .page {
    margin: 26px 0 0; }
  header .logo {
    height: 29px; }
  .form-search input {
    font-weight: normal;
    padding: 0 15px; }
  .form-search button {
    right: 21px; }
  .page h1 {
    font-size: 18px; }
  .contacts-box h3 {
    font-size: 18px; }
  .list-contacts {
    font-size: 12px; }
  .score-slider__box {
    height: auto; }
  .score-slider {
    width: calc(100% + 60px);
    margin: 0 -30px; }
  .score-slider-preview__item {
    width: 54px;
    height: 40px;
    margin: 0 14px 0 0; }
  .breadcrumb {
    font-size: 10px; }
  .contacts-page-content__item {
    margin: 25px 0 0; }
    .contacts-page-content__item h3 {
      font-size: 18px;
      margin: 0 0 20px; }
  .list-requisites {
    font-size: 12px; }
    .list-requisites li {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .list-requisites p {
      width: 100%;
      min-width: auto; }
  .contacts-page-content__item .form-callback .necessarily {
    margin: 4px 0 10px; }
  .contacts-page-content__item .form-callback label {
    margin: 0 0 16px; }
  .contacts-page-content__item .form-callback .form-group label {
    max-width: none; }
  .contacts-page-content__item .form-callback input {
    height: 40px;
    padding: 0 15px; }
  .contacts-page-content__item .callback-manager__item {
    margin: 0 0 20px; }
  .links-address-map {
    font-size: 12px;
    padding: 16px 34px; }
  .map-wrap {
    width: calc(100% + 60px);
    margin: 0 -30px; }
  .contacts-company {
    font-size: 16px; }
    .contacts-company p {
      display: none; }
  .contacts-img {
    max-width: 112px;
    margin: 0 0 10px; }
  .contacts-page-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .contacts-page-head .callback-manager__item {
      margin: 0;
      width: 100%; }
  .form-result-filter {
    display: none; }
  .sorting-wrapper {
    margin: 0; }
    .sorting-wrapper .checkbox {
      font-size: 10px; }
  .sorting-box, .sorting-box__title {
    font-size: 10px; }
  .sorting-box__title .icon {
    display: none; }
  .sorting-box .select-view {
    font-size: 10px;
    margin: 0 0 0 10px;
    padding: 0 15px 4px 0;
    color: #000;
    border-bottom-color: #E1E1E1; }
  .form-filter-catalog {
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0 0 25px;
    padding: 0 0 30px; }
    .form-filter-catalog .dropdown-toggle {
      font-size: 12px;
      height: 40px;
      padding: 10px 15px; }
    .form-filter-catalog .radio {
      height: 40px;
      font-size: 12px;
      padding: 10px; }
    .form-filter-catalog .form-filter-footer {
      margin: 10px auto 0;
      -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; }
      .form-filter-catalog .form-filter-footer .btn {
        padding: 9px 20px;
        max-width: 260px; }
    .form-filter-catalog .links-question {
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      border-bottom: 2px dashed #E1E1E1;
      color: #000; }
      .form-filter-catalog .links-question .links-question__icon {
        fill: none;
        stroke: #000; }
    .form-filter-catalog .clear-filter {
      margin: 10px auto;
      font-size: 12px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-filter-catalog .links-question__icon {
      width: 18px;
      height: 16px; }
    .form-filter-catalog .form-group__title {
      font-size: 12px;
      margin: 0 0 5px; }
    .form-filter-catalog .form-group {
      margin: 0 0 10px;
      max-width: 49%;
      width: 100%; }
      .form-filter-catalog .form-group:nth-child(-n+3) {
        max-width: 100%;
        width: 100%; }
      .form-filter-catalog .form-group:nth-child(3) {
        max-width: 49%; }
      .form-filter-catalog .form-group:nth-child(-n+2) {
        max-width: 100%; }
      .form-filter-catalog .form-group:nth-child(7) {
        /*max-width: 100%;*/ }
  .catalog {
    margin: 26px 0 90px; }
    .catalog h1 {
      margin: 0;
      font-size: 25px; }
    .catalog .title-line .links-question {
      display: none; }
    .catalog .sales-slider-wrapper {
      margin: 0 -30px 20px;
      width: calc(100% + 60px); }
  .dropdown-toggle:after {
    border-top-width: 4px;
    border-left-width: 3px;
    border-right-width: 3px; }
  .sales-slider.slick-dotted, .catalog-wrapper, .card-product {
    margin: 0 0 20px; }
  .catalog-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .card-product-col {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%; }
  .card-product {
    font-size: 10px;
    line-height: 100%;
    height: auto; }
    .card-product__img {
      height: 148px; }
    .card-product__name {
      margin: 0 0 10px;
      max-width: 120px; }
  .availability-item {
    margin: 0 0 10px;
    font-size: 8px; }
  .price {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px; }
  .catalog-footer .catalog-views {
    display: none; }
  .nav-pagination {
    max-width: none;
    width: 100%; }
  .pagination {
    max-width: none;
    width: 100%; }
  .pagination-list-arrow {
    margin: 0 auto; }
    .pagination-list-arrow li a {
      width: 20px;
      height: 20px; }
  .btn-load {
    margin: 0 auto 20px; }
  .add-favorite {
    width: 20px;
    height: 20px;
    right: 0;
    top: 0; }
  .dd-favorite.active{
    stroke: #FD700B;
    fill: #FD700B;
  }
  .greeting-manager-box {
    margin: 10px 0 0;
    padding: 14px 23px 20px; }
  .greeting-manager-box__photo {
    max-width: 116px;
    margin: -14px -50px 0 0; }
  .reviews-item {
    margin: 0 0 10px;
    font-size: 12px; }
    .reviews-item__body {
      font-size: 12px;
      line-height: 18px; }
      .reviews-item__body .box-text {
        -webkit-line-clamp: 23; }
    .reviews-item__head {
      margin: 0 0 20px; }
  .reviews-page .catalog-footer {
    margin: 10px 0 0; }
  .other-goods {
    margin: 20px 0 0; }
    .other-goods h2 {
      font-size: 25px;
      margin: 0 0 20px; }
    .other-goods .load-more {
      width: 100%; }
  .table-footer {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 20px 0 0; }
  .table-availability {
    font-size: 12px; }
    .table-availability .table-head {
      display: none; }
    .table-availability .tr {
      position: relative;
      padding: 10px 50px 10px 34px; }
    .table-availability .list-contacts__icon {
      width: 24px;
      height: 22px;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      position: absolute; }
    .table-availability .td {
      margin: 0 0 10px; }
      .table-availability .td:last-child {
        margin: 0; }
      .table-availability .td:first-child, .table-availability .td:nth-child(2), .table-availability .td:nth-child(3) {
        width: 100%; }
    .table-availability .availability-item {
      font-size: 12px; }
    .table-availability .btn-clock {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .details-information {
    margin: 0 0 20px; }
    .details-information h3 {
      margin: 0 0 10px;
      font-size: 25px; }
  .details-information__box .box-text {
    font-size: 12px;
    line-height: 14px; }
  .details-information-mobile {
    margin: 33px 0 0; }
  .share-title {
    font-size: 12px; }
  .list-characteristics {
    margin: 20px 0;
    font-size: 12px; }
    .list-characteristics .form-group__title {
      max-width: 200px;
      min-width: 200px;
      padding: 0 40px 0 0; }
  .product-photo {
    margin: 20px 0;
    width: 100%;
    height: 260px; }
  .product-wrapper {
    margin: 0; }
  .article {
    font-size: 12px; }
  .purchase-block__item .price {
    font-size: 25px;
    margin: 5px 0 0; }
  .price-with-title {
    margin-top: 5px;
  }
  .purchase-block__item-top {
    font-size: 12px;
    margin: 0 0 5px; }
  .purchase-block__item {
    margin: 0 0 15px; }
  .amount-wrapper {
    margin: 15px 0; }
    .amount-wrapper p {
      font-size: 12px;
      margin: 0 0 5px; }
    .amount-wrapper .amount {
      height: 40px; }
  .total-sum {
    font-size: 36px; }
  .purchase-block .btn {
    font-size: 12px;
    height: 40px; }
  .breadcrumb-item.active {
    display: none; }
  .title-mobile {
    margin-top: 0; }
  .nav-catalog, .wholesale-catalog-wrapper header .dropdown-phone {
    display: none; }
  .wholesale-catalog-wrapper header .phone {
    margin: 0 auto 0 0; }
  .wholesale-catalog-wrapper .header-bottom {
    padding: 0; }
  .wholesale-catalog {
    margin: 30px 0 0; }
  .wholesale-catalog .form-filter-catalog .form-group {
    width: 49%; }
    .wholesale-catalog .form-filter-catalog .form-group:nth-child(-n+3) {
      width: 100%;
      max-width: none; }
    .wholesale-catalog .form-filter-catalog .form-group:nth-child(8) {
      width: 100%;
      max-width: none; }
  .wholesale-catalog-wrapper .form-filter {
    margin: 0; }
  .wholesale-catalog-wrapper .other-goods {
    margin: 0 0 18px; }
    .wholesale-catalog-wrapper .other-goods .sorting-wrapper {
      margin: 0;
      padding: 0 0 20px;
      border-bottom: 1px solid #E0E0E0; }
  .wholesale-catalog-wrapper footer {
    padding: 0; }
    .wholesale-catalog-wrapper footer .logo {
      margin: 0 0 30px; }
  .wholesale-catalog-wrapper .btn-load {
    padding: 10px 20px;
    margin: 20px auto;
    border: 2px solid #000;
      border-radius: 4px;
    font-size: 12px;
    height: 44px; }
    .wholesale-catalog-wrapper .btn-load span {
      border: none;
      padding: 0; }
  .cabinet {
    margin: 26px 0 20px; }
  .btn-details {
    display: none; }
  .card-order__status {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
    margin: 5px 0 0; }
  .card-order__value-position {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 5px 0 0;
    width: 40%; }
  .card-order-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .card-order__number, .card-order__date, .card-order__sum {
    width: 33.3%; }
  .card-order__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .card-order__number:after {
      content: '';
      display: inline-block;
      border-top: 5.5px solid #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      margin: 0 0 0 10px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .collapsed .card-order__number::after {
    -webkit-transform: none;
            transform: none; }
  .card-order-product {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 20px 60px;
    font-size: 10px; }
  .card-order-product__code {
    font-size: 8px;
    margin: 0 0 5px; }
  .card-order-product__price, .card-order-product__value, .card-order-product__sum {
    width: 33.3%; }
  .card-order-product__img {
    width: 50px;
    height: 58px;
    min-width: 50px;
    position: absolute;
    left: 0;
    top: 20px; }
  .card-order-product__name {
    padding: 0;
    width: 100%; }
  .order-details-list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .order-details-list p {
    min-width: auto;
    width: 100%; }
  .order-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .order-footer .btn {
      width: 100%;
      margin: 0 0 10px; }
      .order-footer .btn:last-child {
        margin: 0; }
  .cabinet-data-item {
    padding: 0 0 20px;
    margin: 0 0 20px; }
  .cabinet-data-item__title {
    margin: 0 0 10px;
    font-size: 14px; }
  .form-cabinet-data .form-group__title {
    font-size: 12px;
    margin: 0 0 5px; }
  .form-cabinet-data .form-group {
    max-width: none;
    margin: 0 0 10px; }
  .form-cabinet-data input {
    height: 40px;
    font-size: 12px;
    padding: 0 20px; }
  .form-cabinet-data button {
    height: 40px;
    width: 100%;
    margin: 0;
    font-size: 12px; }
  .cabinet-data-item__title-icon {
    margin: 0 10px 0 0; } }

.dropdown-menu__body .disabled{
    display:none;
}
.dropdown-menu.show{
    display:block !important;
    top: auto !important;
    transform: unset !important;
}

.podborFromAuto{
    display:none;
}

.smartfilter,
.podborFromAuto{
    display:none;
}
.smartfilter.shown,
.podborFromAuto.shown{
    display:flex;
}

.calc{

}
    .calc select{
        background: #FFFFFF;
        border: 1px solid #FD700B;
        box-sizing: border-box;
        box-shadow: 0px 3px 3px rgb(0 0 0 / 7%);
        border-radius: 4px;
        padding: 15px;
        position: relative;
        appearance: auto;
    }
    .calc select:after{
        content:"R";
        display:block;
        background:url("../img/rect.svg") 50% 50% no-repeat;
        height:49px;
        width:15px;
        position: absolute;
        right: 0;
        top: 0;
    }
.with-big-label{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.03em;
    margin: 20px 0px;
    margin-bottom: 0;
}
.width-tire-old{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0px;
}
.wrap-calc{
    margin-top:20px;
}

.calc-result{
    margin-top: 40px;
}
.calc-result input{
    background:none;
    border:none;
    box-shadow:none;
    width: auto;
}

.calc-result th{
    text-align: left;
    padding: 17px 20px;
    background: #FAFAFA;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}
.calc-result td{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    border-bottom:#E0E0E0 solid 1px;
    text-align:center;
}
    .calc-result tr td:first-child{
        text-align:left;
    }
.aside{
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.005em;
    color: #828282;
    margin: 40px 0px;
}
    .aside p{
        padding-bottom:20px;
    }

@media only screen and (max-width: 640px) {

    .calc-row{

    }

}
.params li{
    display:inline-block;
    margin:10px;
}
.podbor-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    font-size: 24px;
    font-weight: bold;
}
   .podbor-title .btn-accent{
        width:400px;
    }

input.search{
    text-align:left;
    height:45px;
}
div.adm-fileinput-item{
    width: 187px !important;
}

.checkbox-inp-custom{
    width: 16px;
    height: 16px;
    min-width: 16px;
    border: 2px solid #000;
    border-radius: 4px;
    background: #fff;
    margin: 0 10px 0 0;
    cursor:pointer;
}
    .checkbox-inp-custom:checked{
        background: #FD700B;
        border-color: #FD700B;
    }
    .checkbox-inp-custom:checked:after{
        content: "";
        display:block;
        background:url('../img/checkbox.svg');
        width: 16px;
        height: 16px;
        color:#ffffff;
    }

.preloader{
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    background: #00000047;
}
    .preloader.preloader-animated-filter,
    .preloader.preloader-animated{
        display:block;
        animation: preloaderBG 0.3s;
    }
    .preloader:after{
        content:"";
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 999;
        background: url(../img/menu2.png) 50% 50% no-repeat;
        background-size: 150px;
    }
    .preloader.preloader-animated-filter:after,
    .preloader.preloader-animated:after{
        animation: preloader  2s infinite ease-in-out;
    }

@keyframes preloader {
    from {filter: grayscale(0);}
    50% {filter: grayscale(100%);}
    to {filter: grayscale(0);}
}
@keyframes preloaderBG {
    from {filter: opacity(0);}
    to {filter: opacity(1);}
}

.hidden{
    display:none;
}
.dropup .dropdown-toggle::after{
    transform: rotate(180deg);
}

.title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  align-items: center;
  letter-spacing: 0.03em;
  margin: 40px 0px;
  margin-top: 0;
}
blockquote{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 4px;
  margin: 30px 0px;
}
.page.catalog p{
  /*font-size: 18px;*/
  line-height: 32px;
  letter-spacing: 0.005em;
  padding: 10px 0px;
}
.page.catalog ol.number {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 35px;
  padding: 15px 0 5px 0;
  font-size: 18px;
}
.page.catalog ol.number li {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.005em;
  margin: 0px 20px;
  padding: 0 0 10px 0;
}
.page.catalog ol.number li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -40px;
  background: #FD700B;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  width: 24px;
  height: 24px;
}

div.bx-auth{
    margin: 0 auto !important;
    margin-bottom: 30px;
}
.bx-auth-serv-icons,
.bx-auth-title{
    display:none;
}
.modal-backdrop{
    z-index:800 !important;
}
.modal{
    z-index:900 !important;
}
img.calendar-icon{
    position: absolute;
    right: 10px;
    top: 53px;
}
