.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

input:-ms-input-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

textarea::-webkit-input-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

textarea:-ms-input-placeholder {
  opacity: 0.7;
  color: #1d2025;
}

input[type="submit"] {
  cursor: pointer;
}

textarea,
button,
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  outline: none;
}



.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

@media (max-width: 992px) {
  .row {
    margin: 0 -10px;
  }
}



@media (max-width: 1200px) {
  .title-h2 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .title-h2 {
    font-size: 28px;
  }
}

.title-h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .title-h3 {
    font-size: 28px;
  }
}

.title-h3 span {
  color: #e43304;
}

.title-h4 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 55px;
}

@media (max-width: 568px) {
  .title-h4 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

.title-h4 span {
  color: #e30014;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 35px;
  height: 56px;
  -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;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  font-family: "roboto";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: #e43304;
}

@media (max-width: 992px) {
  .cms_submit,
  .button {
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
  }
}

.cms_submit:hover,
.button:hover {
  color: #fff;
  background: #1d2025;
}

.cms_submit--cart::after,
.button--cart::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background: url(../../img/icon-cart.svg) left center no-repeat;
  background-size: contain;
}

.cms_submit--arrow::after,
.button--arrow::after {
  content: '';
  display: block;
  width: 30px;
  height: 20px;
  margin-left: 20px;
  background: url(../../img/arrow-right-white.svg) left center no-repeat;
  background-size: contain;
}

.cms_submit--lg,
.button--lg {
  height: 63px;
  font-size: 16px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-outer {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .section-outer {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 15px;
  line-height: 28px;
}

@media (max-width: 568px) {
  .typography {
    font-size: 14px;
    line-height: 1.8;
  }
}

.typography h1,
.typography h2,
.typography h3 {
  padding: 0;
  margin: 0;
  font-family: "roboto";
  font-weight: normal;
}

.typography h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .typography h1 {
    font-size: 48px;
  }
}

@media (max-width: 568px) {
  .typography h1 {
    font-size: 40px;
  }
}

.typography h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.typography h2:first-child {
  margin-top: 0;
}

@media (max-width: 992px) {
  .typography h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .typography h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.typography h3 {
  font-weight: 300;
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 30px;
}

@media (max-width: 568px) {
  .typography h3 {
    font-size: 22px;
    line-height: 1.4;
  }
}

.typography P {
  font-size: 15px;
  line-height: 28px;
  margin: 0 0 25px;
}

@media (max-width: 568px) {
  .typography P {
    font-size: 14px;
    line-height: 1.8;
  }
}

.typography P:last-child {
  margin-bottom: 0;
}

.typography img {
  max-width: 100%;
}

.typography a:not(.button) {
  text-decoration: underline;
}

.typography a:not(.button):hover {
  text-decoration: none;
}

.typography ul {
  margin-bottom: 15px;
  padding-left: 15px;
}

.typography ul li {
  font-size: 15px;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}

@media (max-width: 568px) {
  .typography ul li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #1d2025;
  border-radius: 50%;
}

.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}

.typography ol:last-child {
  margin-bottom: 0;
}

.typography ol li {
  font-size: 15px;
  line-height: 28px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}

@media (max-width: 568px) {
  .typography ol li {
    font-size: 16px;
    line-height: 1.5;
  }
}

.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}

.typography table {
  width: 100%;
  border: 1px solid #dbe8e3;
  font-size: 17px;
  line-height: 25px;
}

@media (max-width: 568px) {
  .typography table {
    font-size: 15px;
    line-height: 20px;
  }
}

.typography table th {
  height: 80px;
  background: #f1f6f2;
}

.typography table td {
  border: 1px solid #dbe8e3;
  padding: 20px;
}

@media (max-width: 568px) {
  .typography table td {
    padding: 15px;
  }
}

.table-scroll {
  overflow: auto;
}

@media (max-width: 767px) {
  .table-scroll {
    padding-top: 60px;
    background: url(../../img/icon-hscroll.svg) center 15px no-repeat;
    background-size: 32px 32px;
  }
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  font-size: 13px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0;
  }
  .breadcrumbs .sepor {
    margin: 2px 5px;
  }

  .breadcrumbs span {
    margin-top: 2px;
    margin-bottom: 2px;
  }
}

.breadcrumbs a {
  color: #e43304;
}

.breadcrumbs a:hover {
  color: #e30014;
}
div.breadcrumbs span.lastitem {
   color: #e43304;
}

.breadcrumbs__sepor {
  width: 5px;
  height: 9px;
  margin: 0 10px;
  position: relative;
  top: 1px;
  background: url(../../img/breadcrumb-sepor.svg) center no-repeat;
}

.page-content {
  min-height: 100%;
}

.page-content--inner {
  padding-top: 50px;
}

.forms__label {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}

.forms__label span {
  color: #e30014;
}

.forms__field {
  margin-bottom: 10px;
}

.forms__field:last-child {
  margin-bottom: 0;
}

.forms__field--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 10px;
}

@media (max-width: 568px) {
  .forms__field--row {
    margin-bottom: 0;
  }
}

.forms__field-col {
  width: 50%;
  padding: 0 5px;
}

@media (max-width: 568px) {
  .forms__field-col {
    width: 100%;
    margin-bottom: 10px;
  }
}

.forms__submit {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.forms textarea,
.forms input[type="text"],
.forms input[type="password"],
.forms input[type="email"],
.forms input[type="tel"] {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  text-align: left;
  font-family: "roboto";
  color: #1d2025;
  background: none;
  border: 1px solid #1d2025;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .forms textarea,
  .forms input[type="text"],
  .forms input[type="password"],
  .forms input[type="email"],
  .forms input[type="tel"] {
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
  }
}

.forms textarea {
  padding: 18px;
  resize: none;
  height: 115px;
}

.forms .jq-selectbox {
  width: 100%;
}

.forms__check, .forms__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
}

.forms__check .jq-checkbox {
  margin-right: 15px;
}

.forms__radio .jq-radio {
  margin-right: 15px;
}

.forms__hint {
  font-style: italic;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  color: #848484;
}

@media (max-width: 767px) {
  .forms__hint br {
    display: none;
  }
}

.forms--white textarea,
.forms--white input[type="text"],
.forms--white input[type="password"],
.forms--white input[type="email"],
.forms--white input[type="tel"],
.forms--white textarea {
  color: #fff;
  border: 1px solid #646464;
}

.forms--white input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white textarea:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.forms--white .jq-selectbox__select {
  color: #fff;
  border: 1px solid #646464;
}

.forms--white .jq-selectbox__select-text {
  color: #fff;
}

.forms--white .jq-selectbox__trigger-arrow {
  background-image: url(../../img/icon-dropdown-white.svg);
}

.check-list__item {
  margin-bottom: 12px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.error {
  background: #feeded !important;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}

.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before, .burger-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger-btn::before {
  top: 0;
}

.burger-btn::after {
  bottom: 0;
}

.burger-btn.open {
  height: 30px;
}

.burger-btn.open span {
  opacity: 0;
}

.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #e30014;
}

.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #1d2025;
  opacity: 0.95;
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}

.next-toggle::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../../img/toggle-arrow-down.svg) center no-repeat;
}

.next-toggle.open::after {
  background: url(../../img/toggle-arrow-up.svg) center no-repeat;
}

.counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.counter__btn {
  display: block;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  cursor: pointer;
  text-align: center;
}

.counter__btn--down {
  background-image: url(../../img/chevron-down.png);
}

.counter__btn--up {
  background-image: url(../../img/chevron-up.png);
}

.counter__action {
  width: 36px;
  height: 60px;
  padding: 8px;
  border: 1px solid rgba(38, 38, 38, 0.08);
  border-left: none;
}

.counter__text {
  width: 60px;
  height: 60px;
  display: block;
  border: none;
  background: none;
  text-align: center;
  font-weight: 700;
  font-family: "roboto";
  font-size: 18px;
  background: #e30014;
  color: #fff;
}

@media (max-width: 568px) {
  .counter__text {
    width: 40px;
  }
}

/* plugins */
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #828282;
  margin: 0 10px !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.slick-dots li::before {
  display: none;
}

@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-dots li.slick-active {
  background: #e30014;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -27.5px;
  z-index: 100;
  width: 55px;
  height: 55px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
}

.slick-arrow:hover {
  background-color: #fafafb;
}

.slick-prev {
  left: 0;
  background-image: url(../../img/arrow-left.svg);
}

.slick-next {
  right: 0;
  background-image: url(../../img/arrow-right.svg);
}

.slick-disabled::before {
  color: #1d2025 !important;
}

.slick-disabled:hover {
  -webkit-transform: none;
          transform: none;
}

/* support class style */
.full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

@media (max-width: 1220px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.full-width {
  width: 100vw;
  margin: 0 auto;
}

.full-page {
  margin-left: -1000px;
  margin-right: -1000px;
}

.full-page__wrap {
  width: 100vw;
  margin: 0 auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #1d2025;
}

.gray-bg {
  background-color: #828282;
}

.lgray-bg {
  background-color: #f2f2f2;
}

.dgray-bg {
  background-color: #363946;
}

.clr-white {
  color: #fff;
}

.clr-gray {
  color: #828282;
}

.red-link {
  color: #e30014;
}

.red-link:hover {
  color: #1d2025;
}

.w100p {
  width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.bottom-space {
  padding-bottom: 30px;
}

.top-space {
  padding-top: 50px;
}

.pb-0 {
  padding-bottom: 0;
}

.container_st {
  margin: 0 auto;
  position: relative;
  padding: 0 60px;
  max-width: 1440px;
  width: 100%;
}





@media (max-width: 1200px) {
  .container_st {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 992px) {
  .container_st {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.container-inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

body.open-nav {
  overflow: hidden;
}

body.open-nav .cbc {
  overflow: hidden;
}

@media (max-width: 767px) {
  body.open-nav .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
  }
}




.main-page {
  background: #1d2025;
  color: #fff;
}

.main-page::after {
  display: none;
}

.main-page .header {
  background: #1d2025;
}

/* page content */
/* header */
.header {
  position: relative;
  color: #fff;
  z-index: 9999;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #1d2025;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  }
}

.header__top {
  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;
  height: 60px;
  position: relative;
  font-weight: 600;
  font-size: 13px;
}

@media (max-width: 1200px) {
  .header__top {
    font-size: 12px;
    margin-right: -30px;
  }
}

@media (max-width: 992px) {
  .header__top {
    margin-right: -20px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .header__top {
    display: block;
    padding: 20px;
    margin-top: 40px;
    font-size: 14px;
    position: static;
    bottom: 120px;
    left: 0;
  }
  .header__top > * {
    margin-bottom: 20px;
  }
}

.header__top::before {
  content: '';
  position: absolute;
  left: -1000px;
  right: -1000px;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
  .header__top::before {
    display: none;
  }
}

.header__wrap {
  padding: 20px 0;
  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;
}

@media (max-width: 767px) {
  .header__wrap {
    padding: 16px 0;
  }
}

.header__bottom {
  position: relative;
  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;
}

@media (max-width: 767px) {
  .header__bottom {
    margin: 0 -20px;
  }
}

.header__logo {
  position: relative;
  z-index: 1;
}

.header__burger {
  display: none;
}

@media (max-width: 767px) {
  .header__burger {
    display: block;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #1d2025;
    padding: 80px 0 160px;
    overflow: auto;
  }
  .header__nav::before {
    content: '';
    position: fixed;
    top: 0;
    height: 80px;
    left: 0;
    right: 0;
    background: #1d2025;
    z-index: 2;
  }
}

.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-logo img {
  display: block;
}

@media (max-width: 568px) {
  .h-logo img {
    width: 40px;
  }
}

.h-logo span {
  font-size: 16px;
  line-height: 22px;
  color: #E0E0E0;
  margin-left: 18px;
}

@media (max-width: 992px) {
  .h-logo span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 568px) {
  .h-logo span {
    font-size: 13px;
    margin-left: 15px;
    line-height: 18px;
  }
}

.h-wtime {
  padding-left: 25px;
  background: url(../../img/icon-clock.svg) left center no-repeat;
}

@media (max-width: 992px) {
  .h-wtime {
    display: none;
  }
}

@media (max-width: 767px) {
  .h-wtime {
    display: block;
  }
}

.h-phone {
  padding-left: 25px;
  background: url(../../img/icon-phone.svg) left center no-repeat;
}

.h-phone__item {
  margin-left: 13px;
}

.h-phone__item:first-child {
  margin-left: 0;
}

.h-phone a:hover {
  color: #e30014;
}

.h-email {
  padding-left: 25px;
  background: url(../../img/icon-email.svg) left 7px no-repeat;
}

@media (max-width: 1200px) {
  .h-email {
    background-position: left 5px;
  }
}

.h-email a:hover {
  color: #e30014;
}

.h-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "roboto";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .h-action {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .h-action {
    display: none;
  }
}

.h-action__link {
  margin-right: 25px;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .h-action__link {
    margin-right: 15px;
  }
}

.h-action__link:hover {
  text-decoration: none;
}

.h-action__button {
  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: #fff;
  height: 60px;
  padding: 0 25px;
  background: #e30014;
}

@media (max-width: 992px) {
  .h-action__button {
    padding: 0 15px;
    height: 46px;
  }
}

.h-action__button:hover {
  color: #e30014;
  background: #fff;
}

.h-msgr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-msgr__item {
  display: block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e30014;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 992px) {
  .h-msgr__item {
    width: 30px;
    height: 30px;
  }
}

.h-msgr__item:last-child {
  margin-right: 0;
}

.h-msgr__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.h-msgr__item--wapp::before {
  background-image: url(https://auto-di.ru/img/icon-msgr-wapp.svg);
  background-position: 8px 7px;
}

@media (max-width: 992px) {
  .h-msgr__item--wapp::before {
    background-position: 6px 9px;
  }
}

.h-msgr__item--tg::before {
  background-image: url(https://auto-di.ru/img/icon-msgr-tg.svg);
  background-position: 6px 9px;
}

@media (max-width: 992px) {
  .h-msgr__item--tg::before {
    background-position: 5px 8px;
  }
}

.h-msgr__item:hover {
  background: #fff;
}

.h-msgr__item:hover::before {
  -webkit-filter: none;
          filter: none;
}

.h-search {
  width: 100%;
  position: relative;
}

.h-search__field {
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
  font-style: italic;
  font-size: 15px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .h-search__field{
    padding: 0 60px 0 20px;
  }
}

.h-search__button {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border: none;
  background: url(https://auto-di.ru/img/icon-search.svg) center no-repeat;
}


.h-categ {
  width: 170px;
  min-width: 170px;
  background: #e30014;
}

@media (max-width: 767px) {
  .h-categ{
    display: none;
  }
}

.h-categ__button {
  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: 50px;
  font-family: "roboto";
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.h-categ__button::before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 15px;
  margin-right: 15px;
  font-family: "roboto";
  background: url(https://auto-di.ru/img/burger.svg) center no-repeat;
}

.h-categ__wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: #e30014;
}

.h-categ__wrap.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-categ__col {
  width: 33.33%;
  padding: 40px;
}

.h-categ__col-title {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.h-categ:hover .h-categ__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.h-categ-nav {
  margin-top: 12px;
}

.h-categ-nav__item {
  /*padding-left: 15px;*/
  margin-bottom:7px;
}

.h-categ__col .active{color:#1d2025;}

.h-categ-nav__item:last-child {
  margin-bottom: 0;
}

.h-categ-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
margin-
}

/*.h-categ-nav__link::before {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  position: relative;
  top: 12px;
  background: #fff;
  margin-right: 10px;
}*/

.h-categ-nav__link:hover {
  color: #1d2025;
}



.main-nav {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .main-nav {
    padding-top: 30px;
  }
}

.main-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  .main-nav__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .main-nav__wrap {
    display: block;
    height: auto;
    padding: 0 20px;
  }
}

.main-nav__item {
  position: relative;
  margin-right: 45px;
}

@media (max-width: 1200px) {
  .main-nav__item {
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .main-nav__item {
    margin: 0 0 18px;
  }
}

.main-nav__item:last-child {
  margin-bottom: 0;
}

.main-nav__item--mob {
  display: none;
}

@media (max-width: 767px) {
  .main-nav__item--mob {
    display: block;
  }
}

.main-nav__link {
  font-family: "roboto";
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .main-nav__link {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .main-nav__link {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .main-nav__link {
    font-size: 20px;
  }
}

.main-nav__link.active, .main-nav__link:hover {
  color: #e30014;
}


/* pages */
.promo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin: 0 auto 90px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .promo-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.promo-box__col:first-child {
  width: 57%;
}

@media (max-width: 767px) {
  .promo-box__col:first-child {
    width: 100%;
  }
}

.promo-box__col:last-child {
  width: 43%;
}

@media (max-width: 767px) {
  .promo-box__col:last-child {
    width: 100%;
  }
}

.promo-nav {
  height: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}

.promo-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e30014;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.promo-nav__logo {
  position: absolute;
  top: 30px;
  right: 30px;
}

@media (max-width: 767px) {
  .promo-nav__logo img {
    width: 50px;
  }
}

.promo-nav__wrap {
  padding-left: 60px;
}

@media (max-width: 1220px) {
  .promo-nav__wrap {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .promo-nav__wrap {
    padding-left: 30px;
  }
}

.promo-nav__part {
  color: #e30014;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.promo-nav__title {
  font-family: "roboto";
  font-weight: bold;
  font-size: 58px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .promo-nav__title {
    font-size: 50px;
  }
}

@media (max-width: 992px) {
  .promo-nav__title {
    font-size: 46px;
  }
}

.promo-nav__descr {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}

.promo-nav__list {
  overflow: hidden;
  max-height: 0;
}

@media (min-width: 768px) {
  .promo-nav--big {
    height: 552px;
  }
  .promo-nav--big .promo-nav__wrap {
    padding-left: 220px;
  }
}

@media (min-width: 768px) and (max-width: 1600px) {
  .promo-nav--big .promo-nav__wrap {
    padding-left: calc((100vw - 1140px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 1220px) {
  .promo-nav--big .promo-nav__wrap {
    padding-left: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .promo-nav--big .promo-nav__wrap {
    padding-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .promo-nav--big .promo-nav__wrap {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .promo-nav--big .promo-nav__logo {
    top: 40px;
    right: 40px;
  }
  .promo-nav--big .promo-nav__title {
    font-size: 68px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .promo-nav--big .promo-nav__title {
    font-size: 60px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .promo-nav--big .promo-nav__title {
    font-size: 50px;
  }
}

@media (min-width: 768px) {
  .promo-nav--big .promo-nav__descr {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
  }
  .promo-nav--big .pnav__link {
    font-size: 24px;
  }
}

.promo-nav:hover::before {
  opacity: 1;
}

.promo-nav:hover .promo-nav__part {
  color: #fff;
}

.promo-nav:hover .promo-nav__descr {
  height: 0;
}

.promo-nav:hover .promo-nav__list {
  max-height: 200px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.pnav__item {
  margin-bottom: 15px;
}

.pnav__item:last-child {
  margin-bottom: 0;
}

.pnav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "roboto";
  font-size: 20px;
  line-height: 1;
}

.pnav__link::before {
  content: '';
  display: block;
  width: 24px;
  height: 10px;
  background: url(../../img/arrow-right.svg) left center no-repeat;
  background-size: contain;
  margin-right: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pnav__link:hover {
  color: #1d2025;
}

.pnav__link:hover::before {
  -webkit-filter: brightness(0%);
          filter: brightness(0%);
}

.about-box {
  padding: 80px;
  margin-bottom: 90px;
  background: #1d2025;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.45);
}

@media (max-width: 1200px) {
  .about-box {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .about-box {
    margin: 0 -20px 90px;
    padding: 0 20px 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 767px) {
  .about-box {
    margin-bottom: 40px;
  }
}

.about-box__text {
  color: #E0E0E0;
  padding-right: 20px;
}

.about-box .box-title {
  padding-right: 120px;
  background: url(../../img/logo.svg) center right no-repeat;
  background-size: 105px 101px;
}

@media (max-width: 767px) {
  .about-box .box-title {
    padding-right: 80px;
    background-size: 60px;
  }
}

.box-title {
  position: relative;
  margin-bottom: 25px;
}

.box-title--sepor::after {
  content: '';
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 25px;
  background: #e30014;
}

@media (max-width: 568px) {
  .box-title--sepor::after {
    margin-top: 5px;
  }
}

.box-title__subs {
  font-size: 17px;
  line-height: 20px;
  font-family: "roboto";
  color: #e30014;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.news-box {
  position: relative;
  margin-bottom: -60px;
}

.news-box::after {
  content: '';
  position: absolute;
  z-index: -1;
  height: 670px;
  left: -1000px;
  right: -1000px;
  bottom: 369px;
  background: #363946;
}

.news-box__header {
  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;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .news-box__header {
    display: block;
    margin-bottom: 20px;
  }
}

.news-box__header .box-title {
  margin-bottom: 0;
}

.news-box__header-note {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 7px;
}

.news-slider {
  margin: -100px 0;
}

@media (max-width: 992px) {
  .news-slider {
    margin: -100px -20px;
  }
}

.news-slider__item {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .news-slider__item {
    padding: 100px 0 60px;
  }
}

.news-slider .slick-current {
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  .slick-current .news-slider__item {
    z-index: 2;
  }
  .slick-current .news-slider__item .news-card__cover {
    -webkit-box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 25px 35px rgba(0, 0, 0, 0.45);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.news-slider .slick-prev {
  left: -27.5px;
}

@media (max-width: 992px) {
  .news-slider .slick-prev {
    left: 20px;
  }
}

.news-slider .slick-next {
  right: -27.5px;
}

@media (max-width: 992px) {
  .news-slider .slick-next {
    right: 20px;
  }
}

.news-card {
  display: block;
  position: relative;
  padding: 70px 40px 50px;
  height: 540px;
  z-index: 1;
  color: #fff;
}

@media (max-width: 767px) {
  .news-card {
    padding: 40px 20px;
    height: 360px;
  }
}

.news-card__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transition: .8s;
  transition: .8s;
}

.news-card__cover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}

.news-card__title {
  font-family: "roboto";
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 112px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .news-card__title {
    font-size: 20px;
    min-height: 0;
  }
}

.news-card__date {
  font-family: "roboto";
  margin-bottom: 25px;
  color: #e0e0e0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .news-card__date {
    font-size: 14px;
  }
}

.news-card__descr {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .news-card__descr {
    font-size: 13px;
  }
}

.news-card__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "roboto";
  position: absolute;
  bottom: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .news-card__more {
    bottom: 40px;
  }
}

.news-card__more::after {
  content: '';
  display: block;
  width: 24px;
  height: 10px;
  background: url(../../img/arrow-right.svg) left center no-repeat;
  background-size: contain;
  margin-left: 14px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-card:hover .news-card__title {
  color: #e30014;
}

.news-card:hover .news-card__more {
  color: #e30014;
}

.page-content {
  padding: 60px 0;
  /*margin-bottom: -95px;*/
  background: #fff;
}

@media (max-width: 992px) {
  .page-content {
    padding: 60px 0;
  }
}

.intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .intro-box {
    display: block;
  }
}

.intro-box__title {
  width: 350px;
  padding-right: 40px;
}

@media (max-width: 992px) {
  .intro-box__title {
    width: auto;
    margin-bottom: 40px;
  }
  .intro-box__title br {
    display: none;
  }
}

.intro-box__text {
  width: calc(100% - 350px);
}

@media (max-width: 992px) {
  .intro-box__text {
    width: auto;
  }
}

.part-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .part-tabs {
    margin: 0 -30px;
  }
}

@media (max-width: 992px) {
  .part-tabs {
    margin: 0 -20px;
  }
}

.part-tabs__item {
  width: 33.33%;
}

.part-tabs__item:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.part-card {
  height: 156px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .part-card {
    height: 100px;
  }
}

@media (max-width: 992px) {
  .part-card {
    height: 80px;
  }
}

.part-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.part-card__wrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 25px 80px 25px 25px;
}

@media (max-width: 992px) {
  .part-card__wrap {
    padding: 20px 60px 20px 20px;
  }
}

.part-card__label {
  font-family: "roboto";
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #e30014;
  margin-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .part-card__label {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .part-card__label {
    font-size: 12px;
  }
}

@media (max-width: 568px) {
  .part-card__label {
    display: none;
  }
}

.part-card__title {
  font-weight: bold;
  font-family: "roboto";
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 992px) {
  .part-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 568px) {
  .part-card__title {
    display: none;
  }
}

.part-card__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}

@media (max-width: 992px) {
  .part-card__logo {
    right: 15px;
  }
}

@media (max-width: 568px) {
  .part-card__logo {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.part-card__logo img {
  height: 60px;
  display: block;
}

@media (max-width: 992px) {
  .part-card__logo img {
    height: 40px;
  }
}

.part-card.active, .part-card:hover {
  z-index: 1;
}

.part-card.active .part-card__label, .part-card:hover .part-card__label {
  color: #fff;
}

@media (min-width: 1201px) {
  .part-card.active::before, .part-card:hover::before {
    left: -12px;
    top: -15px;
    right: -12px;
    bottom: -15px;
  }
}

.part-card.active::before, .part-card:hover::before {
  background: #e30014;
}

.categ-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  padding-bottom: 10px;
}

@media (max-width: 1200px) {
  .categ-nav {
    margin: 0 -10px;
  }
}

@media (max-width: 767px) {
  .categ-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.categ-nav__item {
  width: 33.33%;
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .categ-nav__item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .categ-nav__item {
    width: 100%;
    padding: 1px 0;
  }
}

.categ-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 156px;
  position: relative;
  background: #F2F2F2;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1200px) {
  .categ-card {
    height: 140px;
  }
}

@media (max-width: 992px) {
  .categ-card {
    height: 100px;
  }
}

.categ-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1d2025;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.categ-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-bottom: 156px solid #e30014;
  border-left: 55px solid transparent;
  border-right: 0 solid transparent;
  height: 0;
  width: 55px;
}

.categ-card__wrap {
  padding: 25px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .categ-card__wrap {
    padding: 15px;
  }
}

@media (max-width: 992px) {
  .categ-card__wrap {
    padding: 15px 100px 15px 15px;
  }
}

.categ-card__icon {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .categ-card__icon {
    right: -15px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 992px) {
  .categ-card__icon {
    right: -40px;
    bottom: -40px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.categ-card__icon img {
  display: block;
}

.categ-card__brand {
  font-family: "roboto";
  font-size: 15px;
  text-transform: uppercase;
  color: #e30014;
}

@media (max-width: 992px) {
  .categ-card__brand {
    margin-bottom: 5px;
  }
}

.categ-card__title {
  font-family: "roboto";
  font-size: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1200px) {
  .categ-card__title {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .categ-card__title {
    font-size: 20px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .categ-card__title {
    font-size: 24px;
  }
}

.categ-card.active::before, .categ-card:hover::before {
  opacity: 1;
}

.categ-card.active .categ-card__title, .categ-card:hover .categ-card__title {
  font-weight: bold;
  color: #fff;
}

.categ-header {
  padding-top: 40px;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .categ-header {
    padding-top: 0;
  }
}

.categ-header .title-h3 {
  margin-bottom: 10px;
}

.categ-header__note {
  font-size: 18px;
  color: #828282;
}

.page-sepor {
  height: 1px;
  margin: 55px 0;
  background: rgba(0, 0, 0, 0.08);
}

.categ-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

@media (max-width: 568px) {
  .categ-list {
    margin: 0 -22px 70px;
  }
}

.categ-list__item {
  width: 25%;
  position: relative;
}

@media (max-width: 1200px) {
  .categ-list__item {
    width: 33.33%;
  }
}

@media (max-width: 568px) {
  .categ-list__item {
    width: 50%;
  }
}

@media (max-width: 360px) {
  .categ-list__item {
    width: 100%;
  }
}

.categ-list__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: -1px;
  border: 1px solid #f0f0f0;
  z-index: -1;
}

.product-card {
  display: block;
  min-height: 385px;
  position: relative;
}

@media (max-width: 568px) {
  .product-card {
    display: block;
    min-height: 315px;
    position: relative;
  }
}

.product-card::before {
  content: '';
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card__thumb {
  position: relative;
  height: 215px;
  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-bottom: 10px;
  padding: 10px;
}

@media (max-width: 767px) {
  .product-card__thumb {
    height: 180px;
    margin-bottom: 0;
  }
}

@media (max-width: 568px) {
  .product-card__thumb {
    height: 160px;
    margin-bottom: 0;
    padding: 20px;
  }
}

.product-card__thumb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 360px) {
  .product-card__thumb img {
    max-width: 60%;
  }
}

.product-card__wrap {
  position: relative;
  padding: 0 24px 24px 24px;
}

@media (max-width: 767px) {
  .product-card__wrap {
    padding: 0 15px 65px;
    min-height: 155px;
  }
}

.product-card__type {
  font-family: "roboto";
  color: #e30014;
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .product-card__type {
    text-align: center;
  }
}

@media (max-width: 568px) {
  .product-card__type {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.product-card__type span {
  color: #828282;
  white-space: nowrap;
}

.product-card__title {
  font-family: "roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media (max-width: 568px) {
  .product-card__title {
    font-size: 14px;
    text-align: center;
    line-height: 1.3;
  }
}

.product-card__info {
  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;
}

@media (max-width: 767px) {
  .product-card__info {
    display: block;
    text-align: center;
  }
}

.product-card__art {
  font-size: 14px;
}

@media (max-width: 568px) {
  .product-card__art {
    font-size: 12px;
  }
}

.product-card__status {
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .product-card__status {
    display: inline-block;
    margin-top: 8px;
  }
}

@media (max-width: 568px) {
  .product-card__status {
    font-size: 12px;
  }
}

.product-card__status--check {
  color: #27B376;
  padding-left: 24px;
  background: url(../../img/icon-check.svg) left center no-repeat;
}
.product-card__status--check__off {
  color: #ff0000;
  /*background: url(../../img/icon-check.svg) left center no-repeat;*/
}

@media (max-width: 568px) {
  .product-card__status--check, .product-card__status--check__off {
    padding-left: 20px;
  }
}

.product-card__sepor {
  height: 1px;
  margin: 25px 0 20px;
  background: #f0f0f0;
}

.product-card__bottom {
  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;
}

@media (max-width: 992px) {
  .product-card__bottom {
    display: block;
  }
}

@media (max-width: 992px) {
  .product-card__bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.product-card__price {
  font-family: "roboto";
}

@media (max-width: 992px) {
  .product-card__price {
    margin-bottom: 20px;
    text-align: center;
  }
}

.product-card__price-new {
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  font-family:calibri;
}

.product-card__price-old {
  font-weight: 300;
  font-size: 18px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #828282;
}

.product-card__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 134px;
  height: 52px;
  border: 2px solid #e43304;
  font-family: "roboto";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 992px) {
  .product-card__button {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .product-card__button {
    height: 44px;
  }
}

.product-card__button::after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  background: url(../../img/chevron-right.png) left center no-repeat;
  margin-left: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card:hover {
  z-index: 10;
}

@media (min-width: 993px) {
  .product-card:hover::before {
    left: -15px;
    top: -20px;
    right: -15px;
    bottom: -20px;
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
  }
}

.product-card:hover .product-card__button {
  color: #fff;
  background: #e43304;
}

.product-card:hover .product-card__button::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.cat-filter {
  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-bottom: 80px;
}

@media (max-width: 992px) {
  .cat-filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .cat-filter__price {
    width: 100%;
  }
}

.cat-filter__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .cat-filter__type {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% + 20px);
    margin: 0 -10px 40px;
  }
}

@media (max-width: 568px) {
  .cat-filter__type {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
}

.cat-filter__type-item {
  width: 290px;
  margin-left: 20px;
}

@media (max-width: 1200px) {
  .cat-filter__type-item {
    width: 250px;
  }
}

@media (max-width: 992px) {
  .cat-filter__type-item {
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }
}

@media (max-width: 568px) {
  .cat-filter__type-item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.filter-select {
  width: 100%;
}

.filter-select .jq-selectbox__select {
  height: 50px;
  border: none;
  background: #F2F2F2;
}

.filter-select .jq-selectbox__select-text {
  font-family: "roboto";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  color: #1d2025;
  height: 50px;
}

.filter-select .jq-selectbox__trigger-arrow {
  right: 15px;
  width: 14px;
  background: url(../../img/chevron-down.png) center no-repeat;
}

.filter-select .jq-selectbox__dropdown {
  border: none;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.filter-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .filter-price {
    display: block;
  }
}

.filter-price__label {
  font-family: "roboto";
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 44px;
}

@media (max-width: 992px) {
  .filter-price__label {
    margin-bottom: 20px;
  }
}

.filter-price__wrap {
  width: 272px;
}

@media (max-width: 992px) {
  .filter-price__wrap {
    width: 100%;
  }
}

.runner-range {
  height: 2px;
  border: none;
  background: #e2e3e4;
  border-radius: 3px;
  position: relative;
}

.runner-range .ui-slider-range {
  height: 2px;
  border: none;
  background: #e30014;
  border-radius: 0;
}

.runner-range .ui-slider-handle {
  cursor: pointer;
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #e30014;
  margin: 0 5px 0 0;
}

.runner-range .ui-slider-handle:last-child {
  margin: 0 0 0 -10px;
}

.runner-range * {
  outline: none !important;
  color: transparent !important;
}

.runner-range__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.runner-range__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.runner-range__info label {
  font-size: 13px;
  margin-right: 8px;
}

.runner-range__info input {
  width: 75px;
  height: 32px;
  border: 1px solid #e2e3e4;
  text-align: center;
  font-family: "roboto";
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #e30014;
}

.runner-range__info input.disable {
  border: #F2F2F2;
  background: #F2F2F2;
}

.photo-zoom {
  display: block;
  position: relative;
}

.photo-zoom::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../../img/icon-zoom.svg) center no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.photo-zoom:hover::before {
  opacity: 1;
}

.photo-zoom img {
  display: block;
}

.product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .product-page {
    display: block;
  }
}

.product-page__gallery {
  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: 457px;
  min-width: 457px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px;
}

@media (max-width: 992px) {
  .product-page__gallery {
    width: 100%;
    height: auto;
    min-width: 0;
    margin-bottom: 40px;
  }
}

.product-page__gallery img {
  max-width: 100%;
}

.product-page__info {
  padding-left: 75px;
}

@media (max-width: 1200px) {
  .product-page__info {
    padding-left: 40px;
  }
}

@media (max-width: 992px) {
  .product-page__info {
    padding-left: 0;
  }
}

.product-page__art {
  font-size: 16px;
  color: #828282;
  margin-bottom: 15px;
}

@media (max-width: 568px) {
  .product-page__art {
    font-size: 14px;
  }
}

.product-page__art strong {
  color: #1d2025;
}

.product-page__title {
  color: #1d2025;
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 15px 0;
}

@media (max-width: 568px) {
  .product-page__title {
    font-size: 22px;
    line-height: 1.3;
  }
}

.product-page__parts {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.product-page__parts a {
  text-decoration: underline;
}

.product-page__parts a:hover {
  text-decoration: none;
}

.product-page__parts-type {
  margin-right: 18px;
}

.product-page__parts-brand {
  color: #e43304;
}

.product-page__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page__status {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 568px) {
  .product-page__status {
    font-size: 14px;
  }
}

.product-page__status--check {
  color: #27B376;
  padding-left: 25px;
  background: url(../../img/icon-check.svg) left center no-repeat;
}
.product-page__status--check__off {
  color: #ff0000;
  /*background: url(../../img/icon-check.svg) left center no-repeat;*/
}

@media (max-width: 568px) {
  .product-page__status--check, .product-page__status--check__off {
    padding-left: 20px;
  }
}

.product-page__country {
  padding-left: 25px;
  font-size: 16px;
  color: #828282;
}

@media (max-width: 568px) {
  .product-page__country {
    font-size: 14px;
  }
}

.product-page__country strong {
  color: #1d2025;
}

.product-page__country--check {
  padding-left: 25px;
  background: url(../../img/flag-de.png) left center no-repeat;
}

@media (max-width: 568px) {
  .product-page__country--check {
    padding-left: 20px;
  }
}

.product-page__sepor {
  height: 1px;
  margin: 25px 0;
  background: #f0f0f0;
}

.product-page__descr {
  margin-bottom: 50px;
}

.product-page__descr h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}

.product-page__descr p {
  font-size: 14px;
  line-height: 22px;
  color: #828282;
  margin: 0 0 10px;
}

.product-page__descr p:last-child {
  margin: 0;
}

.product-page__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .product-page__bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-page__price {
  text-align: right;
}

@media (max-width: 992px) {
  .product-page__price {
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
  }
}

.product-page__price-new {
  font-family: calibri;
  font-weight: bold;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
}

.product-page__price-old {
  font-family: "roboto";
  font-weight: 300;
  font-size: 20px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #828282;
}

.product-page__button {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .product-page__button {
    margin: 0;
  }
}

.product-page__action {
  margin-left: 25px;
}

.product-page__action a {
  font-family: "roboto";
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

.product-page__action a:hover {
  color: #e30014;
}

/* cart */
.cart-tbl {
  width: 100%;
  font-size: 17px;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -10px;
}

.cart-tbl th {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
  font-family: "roboto";
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-tbl th:first-child {
  text-align: left;
}

.cart-tbl td {
  padding: 25px;
  border-bottom: 1px solid #f0f0f0;
  background: #fff;
}

.cart-tbl .col-photo {
  width: 140px;
  text-align: center;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .cart-tbl .col-photo {
    width: auto;
  }
}

.cart-tbl .col-total {
  white-space: nowrap;
  font-family: "roboto";
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
}

.cart-tbl .col-total span {
  font-weight: normal;
}

@media (max-width: 992px) {
  .cart-tbl .col-total {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .cart-tbl .col-total {
    padding: 0;
  }
}

.cart-tbl .col-total--left {
  text-align: left;
}

.cart-tbl .cart-price {
  font-family: "roboto";
  font-size: 22px;
  white-space:nowrap;
}

.cart-tbl .cart-old-price {
  font-family: "roboto";
  font-weight: 300;
  font-size: 16px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  text-transform: uppercase;
  color: #828282;
  margin-top: 5px;
}

.cart-tbl .col-count {
  width: 300px;
  text-align: center;
}

@media (max-width: 992px) {
  .cart-tbl .col-count {
    width: auto;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .cart-tbl .col-count {
    padding: 0;
  }
}

.cart-tbl .col-action {
  width: 90px;
  text-align: right;
}

@media (max-width: 992px) {
  .cart-tbl .col-action {
    width: 80px;
  }
}

@media (max-width: 767px) {
  .cart-tbl .col-action {
    width: auto;
  }
}

.cart-tbl__photo {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .cart-tbl__photo {
    width: 100px;
    height: 100px;
  }
}

.cart-tbl__photo a {
  display: block;
}

.cart-tbl__photo img {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cart-tbl__del {
  display: inline-block;
  border: none;
  width: 18px;
  height: 17px;
  cursor: pointer;
}

.cart-tbl__counter {
  margin: auto;
}

.cart-tbl .del-btn {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url(../../img/icon-trash.svg) center no-repeat;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cart-tbl .del-btn:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}

@media (max-width: 992px) {
  .cart-tbl .del-btn {
    margin: 0 auto;
  }
}

.cart-tbl .row-total {
  font-size: 24px;
  text-align: right;
}

.cart-tbl .row-total td {
  height: 100px;
  background: none;
  border-bottom: none;
}

.cart-tbl .row-total__wrap {
  padding-right: 45px;
}

@media (max-width: 568px) {
  .cart-tbl .row-total__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.cart-tbl .row-total__info {
  font-size: 15px;
  font-family: "roboto";
  font-weight: normal;
  padding-right: 20px;
  text-align: right;
  text-transform: uppercase;
}

@media (max-width: 568px) {
  .cart-tbl .row-total__info {
    padding-right: 0;
    text-align: left;
  }
}

.cart-tbl .row-total__total {
  font-family: "roboto";
  font-weight: bold;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #e30014;
}

@media (max-width: 568px) {
  .cart-tbl .row-total__total {
    font-size: 24px;
  }
}

@media (max-width: 992px) {
  .cart-tbl td {
    padding: 10px 5px;
  }
  .cart-tbl .col-photo {
    width: auto;
  }
  .cart-tbl .col-action {
    width: 60px;
  }
}

@media (max-width: 767px) {
  .cart-tbl {
    margin: 0 0 10px;
  }
  .cart-tbl thead,
  .cart-tbl tbody,
  .cart-tbl tr,
  .cart-tbl td {
    display: block;
  }
  .cart-tbl th {
    display: none;
  }
  .cart-tbl tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e30014;
    position: relative;
  }
  .cart-tbl tr:first-child {
    display: none;
  }
  .cart-tbl tr:not(.row-total) {
    background: #fff;
  }
  .cart-tbl td {
    border: none;
    padding: 10px 0;
    text-align: left;
  }
  .cart-tbl__counter {
    margin: 0;
  }
  .cart-tbl__photo {
    height: auto;
    margin-bottom: 0;
    border: none;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 120px;
    width: 100%;
    position: relative;
  }
  .cart-tbl__photo img {
    width: 100%;
    margin: 0 auto;
  }
  .cart-tbl__photo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .cart-tbl .col-photo {
    width: 100%;
    padding: 0;
  }
  .cart-tbl .col-title {
    padding: 20px 0 0 0;
  }
  .cart-tbl .col-action {
    width: 100%;
  }
  .cart-tbl .col-action .del-btn {
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-filter: none;
            filter: none;
    opacity: 1;
    background-image: url(../../img/icon-cross.svg);
  }
  .cart-tbl .col-price,
  .cart-tbl .col-count,
  .cart-tbl tr:not(.row-total) .col-total {
    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;
  }
  .cart-tbl .col-price::before {
    content: 'Цена';
  }
  .cart-tbl .col-count::before {
    content: 'Кол-во';
  }
  .cart-tbl tr:not(.row-total) .col-total::before {
    content: 'Сумма';
  }
  .cart-tbl .row-space {
    display: none;
  }
  .cart-tbl__del {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .cart-tbl .col-total {
    margin-top: 20px;
  }
  .cart-tbl .row-total td {
    display: none;
  }
  .cart-tbl .row-total td.row-total__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
    padding: 0;
  }
  .cart-tbl .counter__text {
    width: 80px;
    height: 40px;
    border: 1px solid #1d2025;
    background: #fff;
    color: #1d2025;
  }
  .cart-tbl .counter__action {
    display: none;
  }
}

.cart-prod-part {
  font-family: "roboto";
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 10px;
}

.cart-prod-title {
  font-family: "roboto";
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cart-prod-title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.cart-prod-title a:hover {
  color: #e30014;
}

.cart-prod-size {
  font-size: 16px;
  color: #e30014;
}

.cart-prod-size span {
  color: #999999;
}

.order-title {
  font-family: "roboto";
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .order-title {
    margin-bottom: 15px;
  }
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 -78px;
}

@media (max-width: 992px) {
  .order-wrap {
    margin: 0 -30px;
  }
}

@media (max-width: 767px) {
  .order-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.order-wrap::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d7d7d7;
}

@media (max-width: 767px) {
  .order-wrap::before {
    display: none;
  }
}

.order-wrap__col {
  width: 50%;
  padding: 0 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 992px) {
  .order-wrap__col {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .order-wrap__col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .order-box {
    margin-bottom: 40px;
  }

  .order-box + .order-box:last-child {
    margin-bottom: 0;
  }
}

.order-box .jq-selectbox {
  background: #fff;
  width: 100%;
}

.order-box .jq-selectbox__select {
  border: none;
  height: 50px;
}

.order-box .jq-selectbox__select-text {
  font-family: "roboto";
  font-size: 14px;
  text-transform: uppercase;
  color: #1d2025;
  height: 50px;
}

.order-box .jq-selectbox__trigger-arrow {
  width: 14px;
  background-image: url(../../img/select-arrow-gray.svg);
}

.order-box .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  background-image: url(../../img/select-arrow.svg);
}

.order-box .jq-selectbox__dropdown {
  border: none;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
}

.order-box textarea,
.order-box input[type="text"] {
  background: #fff;
  border: none;
}

.order-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
    margin-top: 60px;
}

@media (max-width: 568px) {
  .cart-page {
    margin: -40px -20px 0 -20px;
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .order-bottom {
    display: block;
    height: auto;
    margin-top: 30px;
  }

  .order-bottom .forms__check {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .order-bottom .button {
    width: 100%;
  }
}

.jq-checkbox {background:#eee !important}
/* Stylesheet: Магазин Modified On 2022-05-19 10:24:18 */
html { height:100%; margin: 0; padding: 0;}article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {display: block;}audio, canvas {display: inline-block;}video {display: block;}audio:not([controls]) {display: none; height: 0;}address {font-style: normal;}ul, ol, li, form, fieldset, a, img, div, figure, address { margin: 0; padding: 0; border: 0; }ul {list-style: inside;}ol {list-style: inside;}ul li {list-style: none;}ol li {list-style: decimal inside;}ol {padding: 10px 0;}ol li {margin: 0 0 20px 0;}body {height:100%; position: relative;}body, td, input, textarea, button {margin: 0px; padding: 0px; color: #333; font: 16px roboto; letter-spacing: 0.3px;}body * {box-sizing: border-box;}a {text-decoration: none; color: inherit; transition: 0.3s;}a:hover {text-decoration: none !important;}a, a:active, a:focus {outline: none;}h1 {font: bold 36px roboto; color: #fff; margin: 0 0 0 0; padding: 0; letter-spacing: 0.8px;}h2 {font: 36px roboto; color: #333; margin: 0 0 27px 0; padding: 0; letter-spacing: 0.8px;}h3 {font: 22px roboto; color: #333; margin: 0 0 15px 0; padding: 0;}@media (max-width: 800px) {}@media (max-width: 640px) {h2 {font-size: 38px}}@media (max-width: 480px) {h2 {font-size: 34px}}@media (max-width: 360px) {h2 {font-size: 32px}}p {margin: 0 0 10px; padding: 0; font-size: 17px; line-height: 34px; font-weight: normal; letter-spacing: 0;}table {border-collapse: collapse; border-spacing: 0;}.main {min-height: 100%; position: relative;}.cbc {overflow: hidden; margin: 0 auto;}.mcb {overflow: hidden; margin: 0 auto;}.container {max-width: 1440px; margin: 0 auto; position: relative; padding: 0 60px;}.outer {margin: 0 -60px;}@media (max-width: 1400px) {.container {padding: 0 35px;}.outer {margin: 0 -20px;}}@media (max-width: 1024px) {.container {padding: 0 20px;}.outer {margin: 0;}}/* page content *//* header */header {position: relative; background: #fff;}header > .container {height: 250px;}.h_logo_box {margin: 13px 0 0 0;}.h_logo_box > * {display: inline-block; vertical-align: top;}.h_top_box {display: flex; justify-content: space-between; padding-top: 23px;}.h_address,.h_work_time {color: #182c44; line-height: 28px; margin-top: 8px; box-sizing: border-box;}.h_address {font-size: 17px; letter-spacing: 0.45px;}.h_address span {display: block; font-size: 19px; font-weight: bold; letter-spacing: 0.5px; margin-bottom: 1px;}.h_work_time {font-size: 17px; letter-spacing: 0.45px;}.h_work_time span {display: block; font-size: 19px; font-weight: bold; letter-spacing: 0.5px; margin-bottom: 1px;}.h_phone {font-size: 18px; font-weight: bold; margin-top: 10px; letter-spacing: 0.5px; box-sizing: border-box;}.h_phone li {margin-bottom: 2px;}.h_phone li:last-child {margin-bottom: 0;}.h_phone a {color: #182c44;}.header_cart {margin-top: 20px;}.h-cart {display: block;width: 36px;height: 36px;position: relative;background: url(../../img/icon-cart-blue.svg) center no-repeat;background-size: contain;}@media (max-width: 767px) {.h-cart {width: 26px;height: 26px;background-size: contain;}}.h-cart span {position: absolute;top: -8px;right: -8px;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: 20px;height: 20px;border-radius: 50%;color: #fff;-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);font-weight: 800;font-size: 12px;background: #e30014;}.question_btn {float: right; display: block; width: 118px; height: 83px; font-size: 17px; line-height: 18px; font-weight: bold; color: #e43304; letter-spacing: 0.45px; text-align: center; padding-top: 17px; background: url(../../img/bg_quest.png) center no-repeat;}.question_btn:hover {color: #182c44;}.h_search_box {position: absolute; right: 0; bottom: 0; width: 100%; height: 100px;}.h_search_box .search_btn {cursor: pointer; position: absolute; right: 0; top: 0; width: 82px; height: 100px; border: none; background: url(../../img/ico_search.png) center no-repeat; outline: none;}.h_search_box .search_form {display: none; position: absolute; right: 0; top: 0; z-index: 100; width: 100%; height: 100%; background: #e43304;}.h_search_box .search_form:before {content: ''; position: absolute; left: -1000px; right: -1000px; top: 0; height: 100%; background: #e43304;}.h_search_box input[type="text"] {position: relative; z-index: 10; height: 100px; width: 100%; font-size: 20px; font-weight: normal; padding: 0 50px; color: #fff; border: none; background: none;}.h_search_box .search_form .search_btn {z-index: 101; background-image: url(../../img/ico_search_w.png);}.main_nav_box {position: absolute; left: 0; right: 0; bottom: 0; padding: 0 20px; background: #182c44;}.main_nav_box .container {padding: 0 35px;}.main_nav_box .wrap {position: relative;}.main_nav {padding: 0 100px 0 0;}.main_nav > ul {display: table; width: 100%;}.main_nav > ul > li {position: relative; display: table-cell; vertical-align: middle; width: 1%; text-align: center; height: 100px;}.main_nav > ul > li > a {position: relative; z-index: 10; display: block; color: #fff; font-size: 22px; line-height: 100px; letter-spacing: 0.4px; white-space: nowrap; transition: none;}.main_nav > ul > li:hover > a {color: #e43304;}.main_nav li.active a {color: #e43304;}.main_nav .mob_show {display: none;}@media (max-width: 1600px) {.h_info_nav {width: 42%;}}@media (max-width: 1400px) {.main_nav_box .container {padding: 0;}.main_nav {padding: 0 100px 0 0;}.h_search_box input[type="text"] {padding-left: 20px;}}@media (max-width: 1280px) {.h_search_box {position: absolute; right: 0;}.main_nav_box .container {padding: 0;}.main_nav {padding: 0 83px 0 0; left: -1px; right: -1px; width: auto;}.h_phone {width: auto;}.h_work_time {display: none;}}@media (max-width: 1080px) {.h_logo_box {margin-right: 0;}.h_address {display: none;}}@media (max-width: 1024px) {header > .container {height: 235px;}.main_nav > ul > li > a {font-size: 20px;}}@media (max-width: 800px) {header > .container {height: 185px;}.main_nav {padding: 0 40px 0 0;}.main_nav > ul > li {height: 60px;}.main_nav > ul > li > a {font-size: 16px;letter-spacing: -0.5px;line-height: 60px;}.h_search_box {height: 60px;}.h_search_box .search_btn {width: 24px; background-size: 20px; height: 60px;}}@media (max-width: 760px) {.h_logo_box {margin: 0;}.h_logo_box img {width: 160px; display: block;}.h_phone {margin-right: 5%;}}@media (min-width: 641px) {.main_nav_box {display: block !important;}.main_nav .subn {display: none !important;}}@media (max-width: 640px) {header > .container {height: 100px;}.h_top_box {padding-top: 30px;height: 100px;align-items: center;}.question_btn {display: none;}.header_cart {margin: 0 70px 0 0;}.h_phone {position: absolute; top: 0; left: 0; margin: 0; padding: 5px 20px; right: 0; background: #e43304;}.h_phone a {color: #fff;}.h_phone .phone_num:first-child {float: left;}.h_phone .phone_num:last-child {float: right;}.main_nav_box {overflow: auto; display: none; height: auto; position: fixed; z-index: 1001; left: 0; top: 0; right: 0; bottom: 0; z-index: 1500; border: none; padding: 115px 0 0 0 !important; margin: 0 !important; text-align: center; background: #fff !important; transition: none; border-radius: 0 !important;}.main_nav:after,.main_nav:before {display: none;}.main_nav {display: block !important; padding: 0 !important; height: auto; position: static; border: none; background: #fff !important; margin: 0 !important;}.main_nav > ul {display: block; border: none; background: none !important; margin: 0;}.main_nav > ul > li {display: block !important; float: none; width: auto !important; height: auto !important; border: none; border-top: 1px solid #eee; margin: 0 !important; padding-left: 0;}.main_nav > ul > li > a:after {display: none;}.main_nav > ul > li > a {display: block !important; height: 50px; line-height: 50px; font-size: 21px; text-align: left; text-decoration: none !important; padding: 0 20px; color: #2c2e30 !important; background: none;}.main_nav .subn {display: none; opacity: 1; visibility: visible; position: static; width: 100%; text-align: left; padding: 0; margin: 0; transition: none; border-bottom: 1px solid #f3f8f8; background: #f9fbfe;}.main_nav .subn li {width: auto; margin-bottom: 0; display: block; border-top: 1px solid #eee; background: #f9fbfe !important}.main_nav .subn li a {padding: 11px 20px 11px 45px; margin: 0; display: block; font-size: 18px; height: auto; line-height: 1.5; color: #2c2e30; white-space: normal;}.main_nav .open_subn > a {padding-right: 50px; background: url(../../img/arrow_down_black.png) right 20px center no-repeat !important;}.main_nav .open_subn.open > a {color: #fff !important;  background-image: url(../../img/arrow_up.png) !important; background-color: #182c44 !important;}.h_search_box .search_form:before {display: none;}.h_search_box {position: relative;}.h_search_box .search_form {display: block !important;}.h_search_box .open_form {display: none;}.h_search_box input[type="text"] {height: 70px; padding-left: 20px; color: #2c2e30 !important; font-size: 21px;}.h_search_box .search_form {height: 70px; background: none; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}.h_search_box .search_form .search_btn {height: 70px; background-image: url(../../img/ico_search.png);}.h_search_box .search_btn {right: 20px;}.open_nav_btn {cursor: pointer; position: absolute; top: 45px; z-index: 350; width: 35px; height: 35px; right: 20px; background: url(../../img/open_nav.svg) center no-repeat; background-size: 35px 35px;}.close_nav_btn {cursor: pointer; position: absolute; top: 50px; z-index: 350; width: 24px; height: 24px; right: 25px; background: url(../../img/close_btn.svg) center no-repeat; background-size: 24px 24px;}.main_nav_box:before {content: ''; position: absolute; top: 35px; left: 20px; width: 250px; height: 52px; z-index: 200; background: url(../../img/logo.png) no-repeat; background-size: contain;}.main_nav .mob_show {display: block;}}@media (max-width: 480px) {.h_phone {letter-spacing: 0; font-size: 14px;}}@media (max-width: 360px) {.h_logo_box {margin: 53px 0 0 0;}.h_logo_box img {width: 200px;}.main_nav_box:before {width: 200px; height: 42px; top: 38px;}.h_phone {font-size: 15px;}.close_nav_btn {top: 45px;}.main_nav > ul > li > a {height: 65px; line-height: 65px;}}/* pages *//* main page */.promo_box {width: 100%; height: 643px; margin-bottom: 95px; padding-top: 180px; background: url(../../img/promo_bg.jpg) center no-repeat;}.promo_box .box_title h1 {float: left; margin-top: -2px; font-size: 53px; color: #fff;}.promo_box .box_title .order_call {float: right; width: 315px; height: 85px; display: block; font-size: 20px; line-height: 87px; font-weight: bold; text-align: left; letter-spacing: 1.2px; padding-left: 20px; color: #182c44; background: url(../../img/ico_arrow_or.png) right 15px center #fff no-repeat;}.promo_box .box_title .order_call:hover {color: #e43304;}@media (max-width: 1280px) {.promo_box .box_title h1 {margin-top: 5px; font-size: 48px;}}@media (max-width: 1180px) {.promo_box .box_title h1 {margin-top: 15px; font-size: 40px;}.promo_box .box_title .order_call {width: 380px; padding-left: 25px; background-position: right 25px center;}}@media (max-width: 960px) {.promo_box {padding-top: 70px; height: auto; background-size: cover;}.promo_box .box_title h1 {float: none; text-align: center; margin-bottom: 40px;}.promo_box .box_title .order_call {float: none; margin: 0 auto;}}@media (max-width: 480px) {.promo_box .box_title .order_call {width: 100%; font-size: 20px; height: 75px; line-height: 77px;}}@media (max-width: 360px) {.promo_box .box_title .order_call {font-size: 18px; padding-left: 20px; background-position: right 20px center;}}@media (max-width: 320px) {.promo_box .box_title .order_call {padding-left: 15px; background-position: right 15px center;}}.service_nav {position: relative; bottom: -55px; overflow: hidden;}.service_nav .row {display: table; width: 100%; border-bottom: 1px solid #c83008; }.service_nav .row:last-child {border-bottom: none}.service_nav li {display: table-cell; vertical-align: middle; width: 1%; white-space: nowrap; border-left: 1px solid #c83008; background: #e43f12; background: linear-gradient(to bottom,  #e43f12 0%,#e43607 47%,#e43304 100%);}.service_nav li:first-child {border-left: none;}.service_nav a {display: block; height: 54px; font-size: 18px; line-height: 54px; font-weight: bold; text-align: center; color: #fff;}.service_nav a:hover {background: #182c44;}@media (max-width: 1280px) {.service_nav a {font-size: 17px;}}@media (max-width: 960px) {.service_nav {text-align: center;}.service_nav .row {display: inline;}.service_nav li {display: table; float: left; width: 25%; white-space: normal;}.service_nav li:first-child {border-left: 1px solid #c83008;}.service_nav a {display: table-cell; vertical-align: middle; line-height: 1.5; padding: 0 10px; font-size: 16px;}}@media (max-width: 760px) {.service_nav li {width: 33.33%;}}@media (max-width: 640px) {.service_nav {display: none;}.service_nav li {display:none}.service_nav li.mob_serv {display: block;}.promo_box {padding: 40px 0; margin-bottom: 50px;}}.adv_list_box {font-size: 0px; letter-spacing: 0; margin-bottom: 55px;}.adv_list_box > * {display: inline-block; vertical-align: top;}.adv_list_box .adv_list {width: 50%; padding: 0 0 0 56px;}.adv_list_box .adv_list li {position: relative; font-size: 17px; line-height: 26px; letter-spacing: 0.4px; color: #182c44; margin-bottom: 15px; padding-left: 36px;}.adv_list_box .adv_list li:before {position: absolute; content: ''; left: 0; top: 3px; width: 21px; height: 21px; background: url(../../img/li_decor.png) center no-repeat;}.adv_list_box .adv_list:first-child {padding: 0 80px 0 20px;}.adv_list_box .adv_list:first-child li {padding-left: 47px;}@media (max-width: 1280px) {.adv_list_box .adv_list {padding: 0;}}@media (max-width: 960px) {.adv_list_box > * {display: block;}.adv_list_box .adv_list {width: auto;}.adv_list_box .adv_list li {padding-left: 40px !important;}.adv_list_box .adv_list:first-child {padding: 0;}}.banners {width: 100%; overflow: hidden; margin-bottom: 77px;}.banners .item {display: table; float: left; width: 50%; height: 200px; background: url(../../img/bg_1.jpg) center no-repeat;}.banners .item:last-child {background: url(../../img/bg_2.jpg) center no-repeat;}.banners .item .wrap {display: table-cell; vertical-align: middle; font-size: 32px; font-weight: bold; text-align: center; letter-spacing: 0.8px; color: #fff;}.banners .item .wrap span {display: inline-block; padding-right: 54px; background: url(../../img/ico_arrow_gr.png) right 5px no-repeat;}.banners .item .wrap:hover {background: rgba(0, 0, 0, 0.3);}@media (max-width: 640px) {.banners .item {display: table; float: none; width: 100%;}}@media (max-width: 480px) {.banners .item {height: 150px;}.banners .item .wrap {font-size: 26px; line-height: 45px;}}.car_list {font-size: 0; letter-spacing: 0; border-bottom: 1px solid #d9d9d9; margin: 0 -60px 63px; padding: 0 60px 12px;}.car_list > * {display: inline-block; vertical-align: middle;}.car_list li {width: 11.11%; height: auto; text-align: center; margin-bottom: 53px;}@media (max-width: 1024px) {.car_list img {max-width: 100%;}}@media (max-width: 960px) {.car_list li {width: 16.66%; margin-bottom: 40px;}}@media (max-width: 760px) {.car_list li {width: 20%; padding: 0 10px;}}@media (max-width: 640px) {.car_list li {width: 25%; margin-bottom: 35px;}}@media (max-width: 480px) {.car_list li {width: 33.33%;}}.col_box {margin: 0 -30px 65px;}.col_box .col {float: left; width: 50%; padding: 0 30px;}.col_box .col p {font-size: 16px; line-height: 30px; letter-spacing: 0;}.intro {padding-top: 13px;}.adv_box {display: block; text-align: center; height: 294px; padding: 55px 0 0 10px; margin-left: 30px; background: url(../../img/bg_3.jpg) center no-repeat; background-size: cover;}.adv_box .item_list {display: inline-block; text-align: left;}.adv_box li {font-size: 20px; letter-spacing: 0.5px; font-weight: bold; color: #fff; line-height: 64px; padding-left: 54px;}.adv_box .ico_1 {background: url(../../img/ico_adv_1.png) left center no-repeat;}.adv_box .ico_2 {background: url(../../img/ico_adv_2.png) 1px center no-repeat;}.adv_box .ico_3 {background: url(../../img/ico_adv_3.png) 5px center no-repeat;}@media (max-width: 1024px) {.col_box {margin: 0 -20px 65px;}.col_box .col {padding: 0 20px;}.adv_box {margin-left: 0;}}@media (max-width: 960px) {.col_box .col {float: none; width: auto;}.col_box .col:first-child {margin-bottom: 40px;}}@media (max-width: 480px) {.adv_box {height: auto; padding: 10px 20px;}.adv_box li {line-height: 1.6; margin: 40px 0; padding: 45px 0 0 0; text-align: center; font-size: 18px; background-position: center top !important;}}/* inner_page */.rside {float: right; width: 380px; margin: 13px -60px 60px 0;}.page_content {margin-right: 410px; margin-bottom: 50px;}.page_content li{list-style:disc;margin-left:38px;    line-height: 32px;}.side_nav ul {background: #e4390a;}.side_nav a {display: block; padding: 16px 43px; font-size: 20px; line-height: 30px; color: #fff; border-bottom: 1px solid #c8350d;}.side_nav a:hover {background: #b93616;}.side_nav .active {font-weight: bold; background: #b93616;}.open_side_nav {display: none;}@media (max-width: 1480px) {.rside { margin: 13px -20px 0 0;}}@media (max-width: 1080px) {.rside {width: 300px; margin: 13px 0 0 0;}.page_content {margin-right: 340px;}.side_nav a {padding: 16px 20px; font-size: 18px;}}@media (max-width: 960px) {.rside {float: none; width: auto; margin: 0 0 40px;}.page_content {margin-right: 0;}.open_side_nav {cursor: pointer; display: block; height: 70px; line-height: 70px; padding: 0 40px; font-size: 20px; color: #fff; margin-bottom: 20px; background: url(../../img/arrow_down.png) #182c44 right 40px center no-repeat;}.open_side_nav.open {background-image: url(../../img/arrow_up.png);}.side_nav > ul {display: none;}}@media (max-width: 640px) {.open_side_nav {display: none;}.open_side_nav {padding: 0 20px; background-position: right 20px center;}}@media (max-width: 480px) {.side_nav a {font-size: 18px;}.open_side_nav {height: 60px; line-height: 60px; font-size: 18px;}}.page_title {position: relative; margin-bottom: 40px; height: 173px;  padding-top: 43px; background: #000;}.page_title:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../../img/promo_bg.jpg)  center 32% no-repeat; opacity: 0.3;}.page_title .container {z-index: 100;}.breadcrumb {font-size: 20px; margin-bottom: 10px; letter-spacing: 0.4px; color: rgba(255,255,255,0.7);}.breadcrumb a {color: #e43304;}.breadcrumb .sepor {color: #fff;}@media (max-width: 640px) {.page_title {height: auto; padding: 30px 0;}.breadcrumb {font-size: 18px; letter-spacing: 0;}}@media (max-width: 360px) {.breadcrumb {font-size: 15px;}}.typography h2 {font-size: 28px; line-height: 32px; font-weight: bold; margin: 35px 0 27px;}.typography h2:first-child {margin-top: 0;}.typography h3 {font-size: 22px; line-height: 36px; margin: 10px 0 10px; letter-spacing: 0.6px;}.typography p {font-size: 17px; line-height: 32px; margin: 10px 0; letter-spacing: 0.5px;}.typography blockquote {font-size: 18px; line-height: 32px; font-weight: bold; padding-left: 30px; margin: 22px 0; position: relative;}.typography blockquote::after {content: ''; position: absolute; left: 0; top: 8px; bottom: 6px; width: 5px; background: #e43b0d;}.typography > figure {margin: 40px 0 50px;}.typography img {max-width: 100%;}.typography .two_photo_col {font-size: 0; letter-spacing: 0; margin: 35px -35px 30px -35px;}.typography .two_photo_col figure {width: 50%; display: inline-block; vertical-align: top; padding: 0 10px;}.typography .two_col {font-size: 0; letter-spacing: 0; margin: 40px -30px;}.typography .two_col .col {width: 50%; display: inline-block; vertical-align: top; font-size: 16px; line-height: 30px; padding: 0 30px;}.typography a {color:#c8350d}.typography a:hover {color:#000}@media (max-width: 1080px) {.typography .two_photo_col {margin: 30px -10px;}.typography .two_col {margin: 40px -10px;}.typography .two_col .col {padding: 0 10px;}}@media (max-width: 640px) {.typography > figure {margin: 30px 0;}.typography .two_photo_col {margin: 35px 0;}.typography .two_photo_col figure {width: auto; display: block; padding: 10px 0;}.typography .two_photo_col img {width: 100%;}.typography .two_col {margin: 40px 0;}.typography .two_col .col {width: auto; display: block; padding: 0; margin-bottom: 15px;}}@media (max-width: 480px) {.typography h3 {font-size: 20px; line-height: 1.6;}}.feedback_form {padding: 100px 0 85px; position: relative; z-index: 10; margin-bottom: -1px; background: #193455;}.feedback_form .ttl {width: 21%; float: left; margin-top: -4px;}.feedback_form .form_box  {width: 79%; float: left; position: relative;}.feedback_form h2 {width: 180px; font-size: 37px; line-height: 46px; margin: 0; color: #fff; font-weight: bold;}.feedback_form .field {margin-bottom: 7px;}.feedback_form .lc {width: 300px; float: left;}.feedback_form .rc {margin-left: 324px}.feedback_form textarea {max-width: 615px;}.feedback_form .btn_box > * {display: inline-block; vertical-align: middle;}.feedback_form .btn_box .hint {margin-left: 35px; font-size: 18px; line-height: 27px; color: #5e7188;}.feedback_form .checkbox {margin-top: 15px;}.checkbox {display: inline-block;}.checkbox span {display: block; color: #fff; font-size: 15px; line-height: 22px;}.checkbox a {color: #e43b0d;}.checkbox a:hover {color: #fff;}.form_box .send {width: 236px; height: 66px; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 2px; text-align: left; padding-left: 74px; text-transform: uppercase; border: none; background: url(../../img/ico_send.png) #e43b0d 33px center no-repeat; transition: 0.3s;}.form_box .send:hover {background-color: #b93616;}@media (max-width: 1080px) {.feedback_form {padding: 60px 0;}.feedback_form .ttl {width: auto; float: none; margin: 0 0 30px;}.feedback_form .form_box  {width: auto; float: none;}.feedback_form h2 {width: auto;}.feedback_form textarea {max-width: 100%;}}@media (max-width: 960px) {.feedback_form {padding: 60px 0 90px;}.feedback_form .btn_box .hint {margin-left: 0; position: absolute; left: 0; right: 0; bottom: -70px; width: 100%; text-align: center;}.feedback_form .btn_box .hint br {display: none;}}@media (max-width: 640px) {.feedback_form {padding: 40px 0 40px;}.feedback_form .lc {width: auto; float: none;}.feedback_form .rc {margin-left: 0}.feedback_form .checkbox {margin-top: 0;}.feedback_form .btn_box {text-align: center; padding-top: 30px;}.feedback_form .btn_box .hint {position: static; margin-top: 40px;}}@media (max-width: 480px) {.feedback_form h2 {font-size: 30px; line-height: 1.5;}}/* footer */footer {position: relative; border-top: 1px solid #e6e7f3;}footer .main_nav_box {position: static;}footer .bt_box {padding: 37px 0; font-size: 15px; line-height: 22px;}footer .bt_box > * {display: inline-block; vertical-align: middle; box-sizing: border-box;}footer .bt_box a {color: #e43304;}footer .bt_box a:hover {color: #182c44;}footer .copyright {width: 39.7%; position: relative; color: #333333; letter-spacing: 0.39px;}footer .f_lnk {width: 17.3%; letter-spacing: 0.35px; margin-top: -2px;}footer .count_box {margin-top: 7px;}footer .develop {float: right; letter-spacing: 0.4px; margin: 1px -2px 0 0; padding-left: 49px; background: url(../../img/dev_ico.png) left 15px no-repeat;}footer .develop a {color: #182c44;}footer .develop a:hover {color: #e43304;}@media (max-width: 1024px) {footer .f_lnk {display: none;}footer .count_box {display: block; margin-top: 15px; float:left}footer .copyright {width: auto;}}@media (max-width: 760px) {footer .f_lnk {display: none;}footer {text-align: center;}footer .copyright {float: none; display: block; margin-bottom: 20px;}footer .develop {float: none; display: inline-block;}footer .count_box {margin-bottom: 15px; float:inherit;}}/* elements */.full_bg {margin-left: -1000px; margin-right: -1000px; padding-left: 1000px; padding-right: 1000px;}@media (max-width: 960px) {.full_bg {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}}input::-webkit-input-placeholder {opacity: 0.7; color: inherit;}input::-moz-placeholder {opacity: 0.7; color: inherit;}/* Firefox 19+ */input:-ms-input-placeholder {opacity: 0.7; color: inherit;}textarea::-webkit-input-placeholder {opacity: 0.7; color: inherit;}textarea::-moz-placeholder {opacity: 0.7; color: inherit;}/* Firefox 19+ */textarea:-ms-input-placeholder {opacity: 0.7; color: inherit;}input[type="submit"] {cursor: pointer;}textarea,input[type="text"] {-webkit-appearance: none; outline: none;}.popup {display: none;}.form_box input[type="text"],.form_box input[type="email"],.form_box input[type="password"],.form_box textarea {width: 100%; height: 60px; padding: 0 20px; font-size: 18px; border: none; text-align: left; background: #fff;}.form_box textarea {padding: 20px; height: 144px; resize: none;}.checkbox .jq-checkbox {float: left;}.checkbox > span  {display: block; line-height: 19px; margin-left: 33px;}.error {background: #ffe1d9 !important;}@media (max-width: 480px) {.form_box input[type="text"],.form_box input[type="email"],.form_box input[type="password"],.form_box textarea {padding: 0 15px; font-size: 16px;}.form_box textarea {padding: 15px; height: 120px;}}/* support class style */.clear {clear: both; float: none !important;}.cf:before,.cf:after {content: " "; /* 1 */ display: table; /* 2 */}.cf:after {clear: both;}.disp_none {display: none;}.middle_box > * {display: inline-block; vertical-align: middle;}div.breadcrumb span.lastitem {color: #e43304;}.price_list {margin-bottom: 20px; padding: 0;}.price_list .title_box {margin-bottom: 45px;}.price_list .title_box h2 {margin: 0; float: left;}.price_list .title_box .more_btn {float: right; margin-top: 3px;}.price_list .wrap {margin: 0 -40px;}.price_list td{padding:10px; font-size: 18px;}.price_list tr:nth-child(even) {background:#f3f5f7;}.price_list td:nth-child(even) {text-align:right;white-space:nowrap;}@media (max-width: 640px) {.price_list td {font-size:14px;}}#l-form4 {border: 1px solid #e4e4e4;display: none;padding: 30px 30px 55px;width: 400px;}#l-form9 {border: 1px solid #e4e4e4;display: none;padding: 30px 30px 55px;width: 400px;}#l-form5 {border: 1px solid #e4e4e4;display: none;padding: 30px 30px 55px;width: 400px;}@media (max-width: 640px) {#l-form4, #l-form5, #l-form9 {width:100%}.fancybox-inner #l-form5 {left: 0;position: static;top: 0;}.fancybox-inner #l-form9 {left: 0;position: static;top: 0;}}.field div.wrap h2 {font-size: 27px;}div.field input {border: 1px solid #e3e8ee;box-sizing: border-box;color: black;font: 16px roboto;height: 51px;margin-bottom: 17px;outline: medium none;padding-left: 21px;width: 100%;}div.wrap textarea {border: 1px solid #e3e8ee;box-sizing: border-box;color: black;font: 16px roboto;height: 120px;margin-bottom: 17px;outline: medium none;padding-left: 21px;width: 100%;padding-top:12px;}div.red_btn.send_btn input.cms_submit {background: #e43b0d none repeat scroll 0 0;border: medium none;color: #fff;font-size: 18px;font-weight: bold;margin-bottom: -44px;margin-top: 17px;padding: 14px;text-align: left;text-transform: uppercase;transition: all 0.3s ease 0s;}div.form_box div.rc div.btn_box  {margin-top:20px;}/* offers */.offers_list {margin-top: 13px;}.offers_list .item {margin: 0 -35px 27px; overflow: hidden;}.offers_list .item > * {padding: 0 10px; float: right; width: 50%; display: block;}.offers_list .wrap {position: relative; background: #e4390a;}.offers_list .wrap.blue {background: #193455;}.offers_list img {width: 100%; display: block;}.offers_list .item:nth-child(even) .cover {float: left;}.offers_list h2,.offers_list .hint {position: absolute; left: 65px; color: #fff;}.offers_list h2 {font-size: 26px; line-height: 34px; top: 55px; font-weight: bold;}.offers_list .hint {font-size: 20px; line-height: 26px; opacity: 0.5; bottom: 60px; max-width: 270px;}@media (max-width: 1280px) {.offers_list h2,.offers_list .hint {left: 10%;}.offers_list h2 {font-size: 22px; line-height: 1.4; top: 35px;}.offers_list .hint {font-size: 16px; line-height: 1.4; bottom: 30px;}}@media (max-width: 1024px) {.offers_list .item {margin: 0 -20px 27px -10px;}}@media (max-width: 960px) {.offers_list .item {margin: 0 -10px 27px;}}@media (max-width: 640px) {.offers_list .item > * {float: none !important; width: auto;}.offers_list .text_box .wrap {padding: 30px 20px;}.offers_list .text_box img {display: none;}.offers_list h2,.offers_list .hint {position: static;}.offers_list h2 {margin-bottom: 50px;}}@media (max-width: 480px) {.offers_list h2 br {display: none;}}/* msngr */.open_msgr {position: fixed; color: #fff; font-size: 14px; cursor: pointer; height: 36px; z-index: 9999999; max-width: 500px; line-height: 36px; font-family: Arial,Helvetica,sans-serif; left: auto; right: 12%; bottom: -46px; transform: none; border-radius: 25px 25px 0 0; background-color: #f06622; background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0, rgba(255,255,255,0) 100%); transition: 1.3s;}.open_msgr.open {bottom: 0;}.open_msgr::before {left: -20px; background-image: url(https://auto-di.ru/img/lbl_bg_l.svg);}.open_msgr::after {right: -16px; background-image: url(https://auto-di.ru/img/lbl_bg_r.svg);}.open_msgr:before,.open_msgr:after {color: #f06622}.open_msgr:before,.open_msgr:after {content: ''; bottom: -6px; height: 40px; width: 42px; position: absolute; z-index: 0; background-repeat: no-repeat;}.open_msgr .wrap {padding: 0 20px 0 30px;}.open_msgr .lbl {font-size: 15px; margin-left: 0; padding: 0 10px; display: block; white-space: nowrap; height: 36px; line-height: 36px; letter-spacing: 0.5px;}.open_msgr .icon-mail {position: absolute; top: -10px; left: -8px; color: #f06622; font-size: 18px; text-align: center; line-height: 26px; width: 34px; height: 34px; border: 2px solid #f06622; background: #fff; border-radius: 50%;}.open_msgr .icon-mail:before {line-height: 28px; margin-right: 1px;}.msg_box {display: none; position: fixed; z-index: 9999999; bottom: 60px; right: 12%; width: 310px; min-height: 395px; border-radius: 5px; font-size: 14px; background: #fff; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24), 0 5px 35px 0 rgba(0,0,0,0.3);}.msg_box .title {position: relative; font-size: 15px; text-align: center; height: 40px; text-shadow: 0 1px 0 rgba(0,0,0,0.15); font-weight: bold; line-height: 40px; color: #fff; border-radius: 5px 5px 0 0; background-color: #f06622; background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0, rgba(255,255,255,0) 100%);}.msg_box .title.icon-mail:before {position: absolute; left: 15px; line-height: 40px; opacity: 0.7; font-size: 20px;}.msg_box_close {position: absolute; top: 0; right: -38px; color: #fff; font-size: 14px; text-align: center; line-height: 26px; width: 26px; height: 26px; background: #f06622; border-radius: 50%; cursor: pointer; box-shadow: 0 1px 3px 0 rgba(0,0,0,0.24), 0 5px 35px 0 rgba(0,0,0,0.3);}.msg_box_close.icon-x:before {line-height: 26px;}.msg_box .wrap {padding: 10px 10px 5px 10px; position: relative;}.msg_box .confirm_box {display: none; position: relative; text-align: center; height: 350px; padding-top: 220px; font-size: 18px;}.msg_box .confirm_box::after {content: ''; position: absolute; top: 90px; left: 0; right: 0; height: 110px; background: url(https://auto-di.ru/img/status_check.png) center no-repeat; background-size: contain;}.msg_box .hint {position: relative; background: #fde9e0; border-radius: 3px; padding: 10px 10px 10px 15px; margin-bottom: 15px;}.msg_box .hint:after {content: ''; position: absolute; right: 100%; top: 10px; width: 0; height: 0; border-style: solid; border-width: 7px 8px 7px 0; border-color: transparent #fde9e0 transparent transparent;}.msg_forms {}.msg_forms .btn_box {text-align: right; padding: 10px 0}.msg_forms .field {border: 1px solid #e2e2e2; border-radius: 3px; margin: 10px 0; position: relative;}.msg_forms .field::before {position: absolute; top: 0; left: 10px; line-height: 36px !important; font-size: 18px; padding:0px;}.msg_forms input[type="text"],.msg_forms input[type="email"],.msg_forms input[type="phone"],.msg_forms textarea {border: none; background: none; display: block; width: 100%; height: 36px; font-size: 14px; padding: 0 10px; margin-bottom:0px;}.msg_forms textarea {height: 80px !important; padding: 8px 10px!important; border:none!important;}.msg_forms .field[class^="icon-"] input[type="text"],.msg_forms .field[class*=" icon-"] input[type="text"] {padding-left: 40px;}.msg_forms .send_btn {width: 100px; height: 32px; background: #f06622;}.msg_forms .send_btn:hover {background: #d25315;}.msg_forms button {display: inline-block; transition: 0.3s; border: none; text-align: center; font-size: 12px; letter-spacing: 0.4px; text-transform: uppercase; font-weight: bold; color: #fff; border-radius: 3px; cursor: pointer;}.msg_forms button:active {transform: scale(0.96);}textarea,input,button {-webkit-appearance: none; outline:none !important;}@media (max-width: 800px) {.open_msgr {bottom: 30px !important; right: 30px; width: 60px; height: 60px; border-radius: 50%; opacity: 0; visibility: hidden; transition: 0.5s;}.open_msgr.open {opacity: 1; visibility: visible;}.open_msgr:before,.open_msgr:after {display: none;}.open_msgr .lbl {display: none;}.open_msgr .icon-mail {position: absolute; top: 0; left: 0; color: #fff; font-size: 30px; text-align: center; line-height: 60px; width: 60px; height: 60px; border: none; background: #f06622;}.open_msgr .icon-mail:before {line-height: 60px; margin-left: 2px;}}@media (max-width: 480px) {.msg_box {display: none; top: 0; left: 0; bottom: 0; right: 0; width: auto; min-height: 0; height: auto; border-radius: 0; box-shadow: none;}.msg_box .title {font-weight: normal; border-radius: 0; background: #f06622;}.msg_box_close {top: 8px; right: 10px; font-size: 18px; line-height: 26px; width: 26px; height: 26px; background: none; box-shadow: none; z-index: 10;}}@media (max-width: 360px) {.open_msgr {bottom: 15px !important; right: 15px;}}div.btn_box input.cms_submit{background: #f06622 none repeat scroll 0 0;border: medium none;border-radius: 3px;color: #fff;cursor: pointer;display: inline-block;font-size: 12px;font-weight: bold;height: 32px;letter-spacing: 0.4px;line-height: 0;margin-bottom: 0;padding: 0;text-align: center;text-transform: uppercase;transition: all 0.3s ease 0s;width: 100px;}.cms_submit_st {background: #e43b0d none repeat scroll 0 0;border: medium none;color: #fff !important;font-size: 18px;font-weight: bold;letter-spacing: 2px;margin-bottom: -44px;margin-top: 17px;padding: 14px;text-align: left;text-transform: uppercase;transition: all 0.3s ease 0s;}.bottom {margin-bottom: 30px;}@media (max-width: 480px) {.bottom a.cms_submit_st {display:block;margin-bottom:0px;text-align:center;}}.error {background: #feeded !important;}.st a{text-decoration:underline;}.form_buttons {display:flex}.form_buttons a{background: #e43b0d;border: medium none;color: #fff !important;font-size: 18px;font-weight: 500;letter-spacing: 2px;padding: 14px;transition: all 0.3s ease 0s;}.form_buttons a:hover{background: #b93616}.form_buttons a:first-child {margin-right:20px;}@media (max-width: 480px) {.form_buttons {justify-content: space-between;}.form_buttons a{font-size: 12px;padding:14px 5px;letter-spacing: 1px;}.form_buttons a:first-child {margin-right:0px;}}.title-h1 {color: #333;}.categ-header .title-h3 {margin-bottom: 10px;}.categ-header__note {font-size: 18px;color: #828282;}.page-sepor {height: 1px;margin: 55px 0;background: rgba(0, 0, 0, 0.08);}.page_title_cat {height:103px}@media (max-width: 767px) {.page_title_cat {height: auto;}}.filter {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 135px;background: #fff;margin: 0 -15px;}@media (max-width: 1200px) {.filter {margin: 0 -5px;}}@media (max-width: 992px) {.filter {height: auto;-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 30px 0;}}.filter__item {padding: 0 15px;}@media (max-width: 1200px) {.filter__item {padding: 0 5px;}}.filter__item--select {width: 18%;}@media (max-width: 992px) {.filter__item--select {width: 33.33%;margin-bottom: 15px;}}@media (max-width: 568px) {.filter__item--select {width: 100%;}}.filter__item--price {width: 29%;}@media (max-width: 992px) {.filter__item--price {width: 66.66%;}}@media (max-width: 568px) {.filter__item--price {width: 100%;margin-bottom: 15px;}}.filter__item--button {width: 17%;}@media (max-width: 992px) {.filter__item--button {width: 33.33%;}}@media (max-width: 568px) {.filter__item--button {width: 100%;}}.filter__item--button .button {width: 100%;}.filter-select .jq-selectbox {width: 100%;}.filter-price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;height: 55px;border: 1px solid #e6e6e6;color: #2a2c2d;overflow: hidden;}@media (max-width: 1200px) {.filter-price {height: 50px;}}.filter-price input {height: 53px;width: 50%;background: none;text-align: center;font-size: 16px;padding: 0 10px;border: none;}@media (max-width: 1200px) {.filter-price input {font-size: 15px;}}.filter-price input:last-child {border-left: 1px solid #e6e6e6;}.tov {font-size:14px;color:#a5a5a5}.two_buttons {display:flex;justify-content: space-between;padding-left: 30px}.service_nav.mobil_menu {display:none}@media (max-width: 768px) {.two_buttons {display:block;padding-left: 0px}.two_buttons a {margin-bottom:20px !important;}.service_nav.mobil_menu {display:block}.service_nav.mobil_menu .row {display:flex;flex-wrap: wrap;}.service_nav.mobil_menu .row li {width:50%;justify-content: center;}.service_nav.mobil_menu .mob_serv {display:flex}.service_nav.mobil_menu .mob_serv a {display: flex;align-items: center;height: auto;padding: 15px;width: 100%;text-align: center;justify-content: center;}}.cookies {position: fixed;bottom: 0;z-index: 10000;left: 0;right: 0;background: #f7f7f7;}.cookies a{text-decoration:underline;}.cookies a:hover{text-decoration:none;}.cookies .inf {width: 100%;margin: auto;padding: 20px;font-size: 14px;font-weight: 500;display: flex;align-items: center;color: #000;max-width: 1600px;}.cookies .close {display: block;background: #182c44;padding: 5px 10px;max-height: 29px;margin-left: 20px;color: #ffffff;text-decoration:none;}.cookies .close:hover {background: #2f2f2f}.cookies .close span {-moz-transform: rotate(45deg);/* Для Firefox */-ms-transform: rotate(45deg);/* Для IE */-webkit-transform: rotate(45deg);/* Для Safari, Chrome, iOS */-o-transform: rotate(45deg);/* Для Opera */transform: rotate(45deg);display: block;padding-top: 1px;padding-left: 2px;}@media (max-width: 767px) {.cookies .inf {width: 100%;font-size: 13px;letter-spacing: 1px;}}.hidden {display: none;}
/* Stylesheet: Стиль Modified On 2025-05-29 16:25:03 */
@font-face {
  font-family: 'feather';
  src:  url('/fonts/feather.eot?k9f2s5');
  src:  url('/fonts/feather.eot?k9f2s5#iefix') format('embedded-opentype'),
    url('/fonts/feather.ttf?k9f2s5') format('truetype'),
    url('/fonts/feather.woff?k9f2s5') format('woff'),
    url('/fonts/feather.svg?k9f2s5#feather') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
font-family:'feather' !important;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}
.icon-airplay:before {
  content: "\e901";
}
.icon-alert-circle:before {
  content: "\e902";
}
.icon-alert-octagon:before {
  content: "\e903";
}
.icon-alert-triangle:before {
  content: "\e904";
}
.icon-align-center:before {
  content: "\e905";
}
.icon-align-justify:before {
  content: "\e906";
}
.icon-align-left:before {
  content: "\e907";
}
.icon-align-right:before {
  content: "\e908";
}
.icon-anchor:before {
  content: "\e909";
}
.icon-aperture:before {
  content: "\e90a";
}
.icon-archive:before {
  content: "\e90b";
}
.icon-arrow-down:before {
  content: "\e90c";
}
.icon-arrow-down-circle:before {
  content: "\e90d";
}
.icon-arrow-down-left:before {
  content: "\e90e";
}
.icon-arrow-down-right:before {
  content: "\e90f";
}
.icon-arrow-left:before {
  content: "\e910";
}
.icon-arrow-left-circle:before {
  content: "\e911";
}
.icon-arrow-right:before {
  content: "\e912";
}
.icon-arrow-right-circle:before {
  content: "\e913";
}
.icon-arrow-up:before {
  content: "\e914";
}
.icon-arrow-up-circle:before {
  content: "\e915";
}
.icon-arrow-up-left:before {
  content: "\e916";
}
.icon-arrow-up-right:before {
  content: "\e917";
}
.icon-at-sign:before {
  content: "\e918";
}
.icon-award:before {
  content: "\e919";
}
.icon-bar-chart:before {
  content: "\e91a";
}
.icon-bar-chart-2:before {
  content: "\e91b";
}
.icon-battery:before {
  content: "\e91c";
}
.icon-battery-charging:before {
  content: "\e91d";
}
.icon-bell:before {
  content: "\e91e";
}
.icon-bell-off:before {
  content: "\e91f";
}
.icon-bluetooth:before {
  content: "\e920";
}
.icon-bold:before {
  content: "\e921";
}
.icon-book:before {
  content: "\e922";
}
.icon-bookmark:before {
  content: "\e923";
}
.icon-book-open:before {
  content: "\e924";
}
.icon-box:before {
  content: "\e925";
}
.icon-briefcase:before {
  content: "\e926";
}
.icon-calendar:before {
  content: "\e927";
}
.icon-camera:before {
  content: "\e928";
}
.icon-camera-off:before {
  content: "\e929";
}
.icon-cast:before {
  content: "\e92a";
}
.icon-check:before {
  content: "\e92b";
}
.icon-check-circle:before {
  content: "\e92c";
}
.icon-check-square:before {
  content: "\e92d";
}
.icon-chevron-down:before {
  content: "\e92e";
}
.icon-chevron-left:before {
  content: "\e92f";
}
.icon-chevron-right:before {
  content: "\e930";
}
.icon-chevrons-down:before {
  content: "\e931";
}
.icon-chevrons-left:before {
  content: "\e932";
}
.icon-chevrons-right:before {
  content: "\e933";
}
.icon-chevrons-up:before {
  content: "\e934";
}
.icon-chevron-up:before {
  content: "\e935";
}
.icon-chrome:before {
  content: "\e936";
}
.icon-circle:before {
  content: "\e937";
}
.icon-clipboard:before {
  content: "\e938";
}
.icon-clock:before {
  content: "\e939";
}
.icon-cloud:before {
  content: "\e93a";
}
.icon-cloud-drizzle:before {
  content: "\e93b";
}
.icon-cloud-lightning:before {
  content: "\e93c";
}
.icon-cloud-off:before {
  content: "\e93d";
}
.icon-cloud-rain:before {
  content: "\e93e";
}
.icon-cloud-snow:before {
  content: "\e93f";
}
.icon-code:before {
  content: "\e940";
}
.icon-codepen:before {
  content: "\e941";
}
.icon-command:before {
  content: "\e942";
}
.icon-compass:before {
  content: "\e943";
}
.icon-copy:before {
  content: "\e944";
}
.icon-corner-down-left:before {
  content: "\e945";
}
.icon-corner-down-right:before {
  content: "\e946";
}
.icon-corner-left-down:before {
  content: "\e947";
}
.icon-corner-left-up:before {
  content: "\e948";
}
.icon-corner-right-down:before {
  content: "\e949";
}
.icon-corner-right-up:before {
  content: "\e94a";
}
.icon-corner-up-left:before {
  content: "\e94b";
}
.icon-corner-up-right:before {
  content: "\e94c";
}
.icon-cpu:before {
  content: "\e94d";
}
.icon-credit-card:before {
  content: "\e94e";
}
.icon-crop:before {
  content: "\e94f";
}
.icon-crosshair:before {
  content: "\e950";
}
.icon-database:before {
  content: "\e951";
}
.icon-delete:before {
  content: "\e952";
}
.icon-disc:before {
  content: "\e953";
}
.icon-dollar-sign:before {
  content: "\e954";
}
.icon-download:before {
  content: "\e955";
}
.icon-download-cloud:before {
  content: "\e956";
}
.icon-droplet:before {
  content: "\e957";
}
.icon-edit:before {
  content: "\e958";
}
.icon-edit-2:before {
  content: "\e959";
}
.icon-edit-3:before {
  content: "\e95a";
}
.icon-external-link:before {
  content: "\e95b";
}
.icon-eye:before {
  content: "\e95c";
}
.icon-eye-off:before {
  content: "\e95d";
}
.icon-facebook:before {
  content: "\e95e";
}
.icon-fast-forward:before {
  content: "\e95f";
}
.icon-feather:before {
  content: "\e960";
}
.icon-file:before {
  content: "\e961";
}
.icon-file-minus:before {
  content: "\e962";
}
.icon-file-plus:before {
  content: "\e963";
}
.icon-file-text:before {
  content: "\e964";
}
.icon-film:before {
  content: "\e965";
}
.icon-filter:before {
  content: "\e966";
}
.icon-flag:before {
  content: "\e967";
}
.icon-folder:before {
  content: "\e968";
}
.icon-folder-minus:before {
  content: "\e969";
}
.icon-folder-plus:before {
  content: "\e96a";
}
.icon-gift:before {
  content: "\e96b";
}
.icon-git-branch:before {
  content: "\e96c";
}
.icon-git-commit:before {
  content: "\e96d";
}
.icon-github:before {
  content: "\e96e";
}
.icon-gitlab:before {
  content: "\e96f";
}
.icon-git-merge:before {
  content: "\e970";
}
.icon-git-pull-request:before {
  content: "\e971";
}
.icon-globe:before {
  content: "\e972";
}
.icon-grid:before {
  content: "\e973";
}
.icon-hard-drive:before {
  content: "\e974";
}
.icon-hash:before {
  content: "\e975";
}
.icon-headphones:before {
  content: "\e976";
}
.icon-heart:before {
  content: "\e977";
}
.icon-help-circle:before {
  content: "\e978";
}
.icon-home:before {
  content: "\e979";
}
.icon-image:before {
  content: "\e97a";
}
.icon-inbox:before {
  content: "\e97b";
}
.icon-info:before {
  content: "\e97c";
}
.icon-instagram:before {
  content: "\e97d";
}
.icon-italic:before {
  content: "\e97e";
}
.icon-layers:before {
  content: "\e97f";
}
.icon-layout:before {
  content: "\e980";
}
.icon-life-buoy:before {
  content: "\e981";
}
.icon-link:before {
  content: "\e982";
}
.icon-link-2:before {
  content: "\e983";
}
.icon-linkedin:before {
  content: "\e984";
}
.icon-list:before {
  content: "\e985";
}
.icon-loader:before {
  content: "\e986";
}
.icon-lock:before {
  content: "\e987";
}
.icon-log-in:before {
  content: "\e988";
}
.icon-log-out:before {
  content: "\e989";
}
.icon-mail:before {
  content: "\e98a";
}
.icon-map:before {
  content: "\e98b";
}
.icon-map-pin:before {
  content: "\e98c";
}
.icon-maximize:before {
  content: "\e98d";
}
.icon-maximize-2:before {
  content: "\e98e";
}
.icon-menu:before {
  content: "\e98f";
}
.icon-message-circle:before {
  content: "\e990";
}
.icon-message-square:before {
  content: "\e991";
}
.icon-mic:before {
  content: "\e992";
}
.icon-mic-off:before {
  content: "\e993";
}
.icon-minimize:before {
  content: "\e994";
}
.icon-minimize-2:before {
  content: "\e995";
}
.icon-minus:before {
  content: "\e996";
}
.icon-minus-circle:before {
  content: "\e997";
}
.icon-minus-square:before {
  content: "\e998";
}
.icon-monitor:before {
  content: "\e999";
}
.icon-moon:before {
  content: "\e99a";
}
.icon-more-horizontal:before {
  content: "\e99b";
}
.icon-more-vertical:before {
  content: "\e99c";
}
.icon-move:before {
  content: "\e99d";
}
.icon-music:before {
  content: "\e99e";
}
.icon-navigation:before {
  content: "\e99f";
}
.icon-navigation-2:before {
  content: "\e9a0";
}
.icon-octagon:before {
  content: "\e9a1";
}
.icon-package:before {
  content: "\e9a2";
}
.icon-paperclip:before {
  content: "\e9a3";
}
.icon-pause:before {
  content: "\e9a4";
}
.icon-pause-circle:before {
  content: "\e9a5";
}
.icon-percent:before {
  content: "\e9a6";
}
.icon-phone:before {
  content: "\e9a7";
}
.icon-phone-call:before {
  content: "\e9a8";
}
.icon-phone-forwarded:before {
  content: "\e9a9";
}
.icon-phone-incoming:before {
  content: "\e9aa";
}
.icon-phone-missed:before {
  content: "\e9ab";
}
.icon-phone-off:before {
  content: "\e9ac";
}
.icon-phone-outgoing:before {
  content: "\e9ad";
}
.icon-pie-chart:before {
  content: "\e9ae";
}
.icon-play:before {
  content: "\e9af";
}
.icon-play-circle:before {
  content: "\e9b0";
}
.icon-plus:before {
  content: "\e9b1";
}
.icon-plus-circle:before {
  content: "\e9b2";
}
.icon-plus-square:before {
  content: "\e9b3";
}
.icon-pocket:before {
  content: "\e9b4";
}
.icon-power:before {
  content: "\e9b5";
}
.icon-printer:before {
  content: "\e9b6";
}
.icon-radio:before {
  content: "\e9b7";
}
.icon-refresh-ccw:before {
  content: "\e9b8";
}
.icon-refresh-cw:before {
  content: "\e9b9";
}
.icon-repeat:before {
  content: "\e9ba";
}
.icon-rewind:before {
  content: "\e9bb";
}
.icon-rotate-ccw:before {
  content: "\e9bc";
}
.icon-rotate-cw:before {
  content: "\e9bd";
}
.icon-rss:before {
  content: "\e9be";
}
.icon-save:before {
  content: "\e9bf";
}
.icon-scissors:before {
  content: "\e9c0";
}
.icon-search:before {
  content: "\e9c1";
}
.icon-send:before {
  content: "\e9c2";
}
.icon-server:before {
  content: "\e9c3";
}
.icon-settings:before {
  content: "\e9c4";
}
.icon-share:before {
  content: "\e9c5";
}
.icon-share-2:before {
  content: "\e9c6";
}
.icon-shield:before {
  content: "\e9c7";
}
.icon-shield-off:before {
  content: "\e9c8";
}
.icon-shopping-bag:before {
  content: "\e9c9";
}
.icon-shopping-cart:before {
  content: "\e9ca";
}
.icon-shuffle:before {
  content: "\e9cb";
}
.icon-sidebar:before {
  content: "\e9cc";
}
.icon-skip-back:before {
  content: "\e9cd";
}
.icon-skip-forward:before {
  content: "\e9ce";
}
.icon-slack:before {
  content: "\e9cf";
}
.icon-slash:before {
  content: "\e9d0";
}
.icon-sliders:before {
  content: "\e9d1";
}
.icon-smartphone:before {
  content: "\e9d2";
}
.icon-speaker:before {
  content: "\e9d3";
}
.icon-square:before {
  content: "\e9d4";
}
.icon-star:before {
  content: "\e9d5";
}
.icon-stop-circle:before {
  content: "\e9d6";
}
.icon-sun:before {
  content: "\e9d7";
}
.icon-sunrise:before {
  content: "\e9d8";
}
.icon-sunset:before {
  content: "\e9d9";
}
.icon-tablet:before {
  content: "\e9da";
}
.icon-tag:before {
  content: "\e9db";
}
.icon-target:before {
  content: "\e9dc";
}
.icon-terminal:before {
  content: "\e9dd";
}
.icon-thermometer:before {
  content: "\e9de";
}
.icon-thumbs-down:before {
  content: "\e9df";
}
.icon-thumbs-up:before {
  content: "\e9e0";
}
.icon-toggle-left:before {
  content: "\e9e1";
}
.icon-toggle-right:before {
  content: "\e9e2";
}
.icon-trash:before {
  content: "\e9e3";
}
.icon-trash-2:before {
  content: "\e9e4";
}
.icon-trending-down:before {
  content: "\e9e5";
}
.icon-trending-up:before {
  content: "\e9e6";
}
.icon-triangle:before {
  content: "\e9e7";
}
.icon-truck:before {
  content: "\e9e8";
}
.icon-tv:before {
  content: "\e9e9";
}
.icon-twitter:before {
  content: "\e9ea";
}
.icon-type:before {
  content: "\e9eb";
}
.icon-umbrella:before {
  content: "\e9ec";
}
.icon-underline:before {
  content: "\e9ed";
}
.icon-unlock:before {
  content: "\e9ee";
}
.icon-upload:before {
  content: "\e9ef";
}
.icon-upload-cloud:before {
  content: "\e9f0";
}
.icon-user:before {
  content: "\e9f1";
}
.icon-user-check:before {
  content: "\e9f2";
}
.icon-user-minus:before {
  content: "\e9f3";
}
.icon-user-plus:before {
  content: "\e9f4";
}
.icon-users:before {
  content: "\e9f5";
}
.icon-user-x:before {
  content: "\e9f6";
}
.icon-video:before {
  content: "\e9f7";
}
.icon-video-off:before {
  content: "\e9f8";
}
.icon-voicemail:before {
  content: "\e9f9";
}
.icon-volume:before {
  content: "\e9fa";
}
.icon-volume-1:before {
  content: "\e9fb";
}
.icon-volume-2:before {
  content: "\e9fc";
}
.icon-volume-x:before {
  content: "\e9fd";
}
.icon-watch:before {
  content: "\e9fe";
}
.icon-wifi:before {
  content: "\e9ff";
}
.icon-wifi-off:before {
  content: "\ea00";
}
.icon-wind:before {
  content: "\ea01";
}
.icon-x:before {
  content: "\ea02";
}
.icon-x-circle:before {
  content: "\ea03";
}
.icon-x-square:before {
  content: "\ea04";
}
.icon-youtube:before {
  content: "\ea05";
}
.icon-zap:before {
  content: "\ea06";
}
.icon-zap-off:before {
  content: "\ea07";
}
.icon-zoom-in:before {
  content: "\ea08";
}
.icon-zoom-out:before {
  content: "\ea09";
}

/* Stylesheet: font Modified On 2023-08-16 15:15:02 */
