

/* Start:/local/templates/deft/css/bootstrap-grid.css?174209988081597*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1440px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }

  .row-cols-xxl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xxl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1440px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1440px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* End */


/* Start:/local/templates/deft/css/slick.css?17420998802260*/
/* Слайдер запущен */
.slick-slider.slick-initialized {
  /* height: 100%; */
}

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
  height: 100%;

}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  height: 100%;
  display: flex;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: flex;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/*
.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}



.bg-gray 
.slick-dots li button {
  background-color: #b8b8b8;
}

.slick-dots li button:hover {
  border-color: rgba(11, 31, 53, .12);
}



.slick-arrow {
  font-size: 0;
}


.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}



.slick-dots li:first-child:last-child {
  display: none;
} 

/* End */


/* Start:/local/templates/deft/css/fancybox.css?174209988012795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/deft/css/style.min.css?1775658877228990*/
@-webkit-keyframes zoom-mini {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@keyframes zoom-mini {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }
}

@-webkit-keyframes flareAnimation {
    0% {
        left: -150%
    }

    15%,
    to {
        left: 150%
    }
}

@keyframes flareAnimation {
    0% {
        left: -150%
    }

    15%,
    to {
        left: 150%
    }
}

@font-face {
    font-family: "rouble";
    src: url(/local/templates/deft/css/../fonts/rouble.otf) format("opentype")
}

.rub {
    font-family: 'rouble';
    font-style: normal
}

.link-total-black {
    color: #000
}

.link-total-black:focus,
.link-total-black:hover {
    color: #000;
    opacity: .7
}

.link-orange {
    color: #d3663f
}

@media (min-width:1200px) {

    .link-orange:focus,
    .link-orange:hover {
        opacity: .7
    }
}

.link-black {
    color: #000
}

@media (min-width:1200px) {

    .link-black:focus,
    .link-black:hover {
        color: #d3663f
    }
}

.form__item label:not(.file-wrap),
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    overflow: hidden
}

input[name=website]{
	position: absolute;
	z-index: -100000;
	width: 1px;
    	height: 1px;
	border: 0 !important;
	padding: 0 !important;
	background: transparent;
}

.over-hid {
    overflow: hidden
}

.hidden,
.tel-hid.active .tel-hid__btn {
    display: none
}

@media (max-width:1199px) {
    br {
        display: none
    }
}

.block-hover {
    position: relative
}

.bg::before,
.block-hover img,
.block-hover picture {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1
}

.block-hover img,
.block-hover picture {
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0
}

@media (min-width:1200px) {

    .block-hover img,
    .block-hover picture {
        -webkit-transition: .3s;
        transition: .3s
    }

    .block-hover:hover img,
    .block-hover:hover picture {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

.block-info {
    padding: 8px 20px;
    margin-bottom: 15px
}

.block-info p {
    font-weight: 400;
    margin: 0
}

.block-info a {
    font-weight: 700
}

.block-info .link {
    white-space: nowrap;
    font-weight: 700
}

.block-info.cont {
    margin-top: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block-info.cont>* {
    -ms-flex-preferred-size: 55px;
    flex-basis: 55px;
    min-width: 80px;
    text-align: center
}

@media (max-width:767px) {
    .block-info.cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
        font-size: 13px
    }

    .block-info.cont img {
        max-width: 40px
    }
}

.tel-hid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.tel-hid a,
body {
    color: #000
}

.tel-hid__btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f8f8f8
}

html {
    font-size: 13px
}

@media (max-width:1439px) {
    html {
        font-size: 12px
    }
}

@media (max-width:1199px) {
    html {
        font-size: 13px
    }
}

body {
    min-width: 320px;
    margin: 0 auto;
    font-family: "Manrope", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden !important
}

@media (max-width:1199px) {
    main {
        padding-top: 0
    }
}

* {
    outline-color: rgba(0, 144, 212, .4);
    -webkit-tap-highlight-color: transparent
}

picture {
    line-height: 0
}

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

img {
    max-width: 100%;
    line-height: 1
}

.w-100 {
    width: 100%
}

.h-100 {
    height: 100%
}

.br-5 {
    border-radius: 5px
}

a:active,
button:active {
    opacity: .8
}

.bg {
    position: relative;
    color: #fff
}

.bg::before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, .3)
}

.bg-trans>img:not(.img-bg),
.bg>img:not(.img-bg) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bg .flexy {
    position: absolute;
    left: 0;
    top: 0
}

.bg-dark,
.bg-trans {
    position: relative
}

.bg-dark::after,
.img-bg {
    position: absolute;
    width: 100%;
    height: 100%
}

.bg-dark::after {
    content: '';
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 1
}

.bg-dark>* {
    z-index: 2
}

.img-bg {
    z-index: -2;
    -o-object-fit: cover;
    object-fit: cover
}

.item-wrap {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .item-wrap {
        margin-bottom: 20px
    }
}

.reverse .item-wrap {
    margin-top: 40px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .reverse .item-wrap {
        margin-top: 20px;
        margin-bottom: 0
    }

    .reverse .item-wrap:first-of-type {
        margin-top: 30px
    }
}

.mini .item-wrap {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .mini .item-wrap {
        margin-bottom: 20px
    }
}

@media (min-width:1200px) {
    [data-floating-container] {
        position: relative;
        width: 100%;
        height: 100%
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    [data-floating] {
        position: sticky !important;
        top: 120px
    }
}

.nobr {
    white-space: nowrap
}

@media (max-width:1199px) {
    .aside {
        margin-top: 30px
    }
}

@media (min-width:1200px) {
    .scrolled-block {
        overflow-y: auto;
        padding-right: 20px
    }
}

.map img,
.video-wrap .video img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

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

.video-wrap .video {
    position: relative
}

.video-wrap .video img {
    width: 100%
}

.video-wrap .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100px
}

@media (max-width:767px) {
    .video-wrap .video-btn {
        max-width: 65px
    }
}

.opened.active,
.video {
    display: block
}

.video img {
    width: 100%
}

.list_cityes,
.opened {
    display: none
}

.container--content {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width:1199px) {
    .container--content {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

@media (max-width:767px) {
    .container--content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media (min-width:1200px) {
    .container--text {
        max-width: 1160px
    }
}

.h1,
h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    margin-top: 0
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 22px
    }
}

.h2,
h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width:767px) {

    .h2,
    h2 {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.h3,
.list-icon span,
h3,
p {
    font-style: normal;
    margin-top: 0
}

.h3,
.list-icon span,
h3 {
    font-size: 16px;
    font-weight: 800
}

@media (max-width:767px) {

    .h3,
    h3 {
        font-size: 16px
    }
}

p {
    font-weight: 400;
    line-height: 1.4
}

a {
    -webkit-transition: .3s;
    transition: .3s;
    color: #001D8E;
    text-decoration: none
}

a:focus,
a:hover {
    color: #001D8E
}

.text-small {
    font-size: 12px;
    line-height: 16px
}

.title {
    margin-bottom: 5px
}

.title a {
    color: #000
}

@media (min-width:1200px) {

    .title a:focus,
    .title a:hover {
        color: #d3663f
    }
}

.bg .title a {
    color: #fff
}

@media (min-width:1200px) {

    .bg .title a:focus,
    .bg .title a:hover {
        opacity: .7
    }
}

@media (max-width:767px) {
    .img-in-col {
        max-width: 40px
    }
}

.table-wrap {
    overflow-y: auto
}

table {
    width: 100%;
    border-collapse: collapse
}

.table-band td,
.table-band th {
    padding: 5px 10px
}

.table-band tr:nth-child(2n-1) {
    background-color: #f5f5f5
}

.table-right td {
    text-align: right
}

.list-marked-big.def li,
td,
th {
    font-weight: 400
}

th {
    text-align: left
}

.text-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.text-wrap .btn {
    margin-top: 20px
}

.text ul:not(.def) {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

ol,
ul {
    padding-left: 20px
}

ul {
    list-style-type: disc
}

ul li::marker {
    color: #000
}

.list-ol li,
.list-ol__number,
input[type=checkbox]+label,
input[type=radio]+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-ol p {
    margin: 0;
    font-weight: 700
}

.list-ol li+li {
    margin-top: 30px
}

@media (max-width:767px) {
    .list-ol li+li {
        margin-top: 20px
    }
}

.list-ol__number {
    padding: 5px;
    border: 4px solid #fff;
    width: 45px;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

@media (max-width:767px) {
    .list-ol__number {
        width: 30px;
        height: 30px;
        margin-right: 15px
    }
}

.list-marked-big li+li {
    margin-top: 30px
}

@media (max-width:767px) {
    .list-marked-big li+li {
        margin-top: 20px
    }
}

.list-marked-big li {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
    line-height: 1.5
}

@media (max-width:767px) {
    .list-marked-big li {
        font-size: 16px
    }
}

.list-unmarked {
    list-style: none;
    padding-left: 0
}

.text-center {
    text-align: center
}

.bg-gray,
hr {
    background-color: #f5f5f5
}

.bg-text__cont {
    position: relative
}

.bg-text__img {
    display: none
}

@media (min-width:1200px) {
    .bg-text__img {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        max-width: 800px
    }
}

@media (min-width:1440px) {
    .bg-text__img {
        max-width: none
    }
}

.gray {
    color: #666
}

.orange {
    color: #d3663f
}

.black {
    color: #000
}

.blue {
    color: #00a6df
}

.green {
    color: #22a800
}

.white {
    color: #fff
}

.text-small {
    font-size: .9rem
}

.text-big,
blockquote {
    font-size: 1.15rem
}

.text-upper {
    text-transform: uppercase
}

blockquote {
    line-height: 1.3;
    color: #000;
    background-color: #f4930017;
    border-left: 2px solid #d3663f;
    padding: 15px;
    margin: 20px 0
}

.float figure,
.float p,
figure {
    margin: 0
}

.text-row,
blockquote {
    margin-bottom: 30px
}

.float,
.text-row,
blockquote,
figure {
    margin-top: 30px
}

figure {
    margin-bottom: 30px
}

@media (max-width:767px) {

    .float,
    .text-row,
    blockquote,
    figure {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

figcaption {
    color: #666;
    margin: 12px 0 0;
    font-style: italic
}

.float {
    display: block;
    margin-bottom: 20px
}

.float.left img {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left
}

.float.right img {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right
}

@media (max-width:991px) {
    .float img {
        width: 100%;
        margin: 0 0 15px
    }
}

.clear-both {
    clear: both
}

hr {
    border: 0;
    color: red;
    height: 1px
}

.main-title {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .main-title {
        margin-bottom: 30px
    }
}

.doc {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1200px) {

    .doc:focus,
    .doc:hover {
        color: #c00505
    }
}

.doc img {
    margin-right: 10px
}

@media (max-width:991px) {
    .doc img {
        width: 20px
    }
}

.doc+.doc {
    margin-top: 15px
}

.shad {
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.list-wrap+.list-wrap ul {
    margin-top: 20px
}

.list-wrap ul {
    margin-bottom: 0
}

.list-icon {
    padding: 0
}

.doc-wrap,
.list-icon li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-icon li {
    gap: 15px
}

.btn-burger span+span,
.list-icon li+li {
    margin-top: 5px
}

@media (max-width:767px) {
    .list-icon span {
        font-size: 16px
    }
}

.list-icon img {
    margin: 5px 0
}

@media (max-width:1199px) {
    .list-icon img {
        width: 40px
    }
}

.list-icon__img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 25px
}

.doc-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.doc-wrap p {
    -webkit-transition: .3s;
    transition: .3s;
    margin: 25px 0 0;
    text-align: center;
    color: #000
}

.doc-wrap:focus p,
.doc-wrap:hover p {
    color: red
}

@media (max-width:767px) {
    .doc-wrap img {
        max-width: 30px
    }
}

.pos-relative {
    position: relative
}

.pos-static {
    position: static
}

.text-divider {
    background-color: gray;
    height: 1px;
    margin: 30px auto
}

.text-divider.mini {
    margin: 20px auto
}

@media (max-width:991px) {
    .text-divider {
        margin: 20px auto
    }
}

.title-big {
    font-size: 65px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 40px
}

@media (max-width:991px) {
    .title-big {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.text-middle {
    font-size: 16px
}

@media (max-width:991px) {
    .text-middle {
        font-size: 13px
    }
}

.btn-def {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em
}

.btn-def:focus,
.btn-def:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-def.disabled,
.btn-def:disabled {
    opacity: .4;
    pointer-events: none
}

.btn {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    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;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400
}

.btn:focus,
.btn:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn.disabled,
.btn:disabled {
    opacity: .4;
    pointer-events: none
}

.btn svg,
.btn-orange svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn svg+* {
    margin-left: 5px
}

@media (max-width:575px) {
    .btn {
        padding: 7px
    }
}

.btn:not(.def) {
    min-width: 120px
}

.btn-with-arr {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-with-arr:focus,
.btn-with-arr:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-with-arr.disabled,
.btn-with-arr:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-with-arr::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    content: '';
    display: inline-block;
    margin-left: 5px;
    height: 12px;
    width: 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDExTDYgNkwxIDEiIHN0cm9rZT0iIzI1MjUyNSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.btn-icon:focus,
.btn-icon:hover,
.btn-with-arr:focus,
.btn-with-arr:hover {
    opacity: .7
}

.btn-icon {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-icon:focus,
.btn-icon:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-icon.disabled,
.btn-icon:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-icon svg+* {
    margin-left: 10px
}

.btn-burger {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    width: 25px;
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-burger:focus,
.btn-burger:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-burger.disabled,
.btn-burger:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-burger span {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    width: 25px;
    height: 3px;
    background-color: #000
}

.btn-burger.white span {
    background-color: #fff
}

.active>.btn-burger span:nth-child(1) {
    -webkit-transform: translateY(8px) translateZ(0) rotate(45deg);
    transform: translateY(8px) translateZ(0) rotate(45deg)
}

.active>.btn-burger span:nth-child(2) {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.active>.btn-burger span:nth-child(3) {
    -webkit-transform: translateY(-8px) translateZ(0) rotate(-45deg);
    transform: translateY(-8px) translateZ(0) rotate(-45deg)
}

.btn-orange {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    text-transform: none !important;
    border-radius: 5px;
    padding: 10px 57px;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: #001D8E;
    color: #fff;
    border: 1px solid #001D8E
}

.btn-orange:focus,
.btn-orange:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-orange.disabled,
.btn-orange:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-gray svg+*,
.btn-icon-gray svg+*,
.btn-l-black svg+*,
.btn-l-orange svg+*,
.btn-l-white svg+*,
.btn-more svg+*,
.btn-open svg+*,
.btn-orange svg+*,
.tabs-btns .tabs__toggle button svg+* {
    margin-left: 5px
}

@media (max-width:575px) {
    .btn-orange {
        padding: 7px
    }
}

.btn-orange:not(.def) {
    min-width: 120px
}

.btn-orange svg {
    fill: #000
}

.btn-orange.active,
.btn-orange:focus,
.btn-orange:hover {
    color: #fff;
    background-color: #5f74c9;
    border-color: #5f74c9
}

.btn-orange.active svg,
.btn-orange:focus svg,
.btn-orange:hover svg {
    fill: #fff
}

.btn-gray {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: #f5f5f5;
    color: #000
}

.btn-gray:focus,
.btn-gray:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-gray.disabled,
.btn-gray:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-gray svg,
.btn-l-white svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:575px) {
    .btn-gray {
        padding: 7px
    }
}

.btn-gray:not(.def) {
    min-width: 120px
}

.btn-l-white {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.btn-l-white:focus,
.btn-l-white:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-l-white.disabled,
.btn-l-white:disabled {
    opacity: .4;
    pointer-events: none
}

@media (max-width:575px) {
    .btn-l-white {
        padding: 7px
    }
}

.btn-l-white:not(.def) {
    min-width: 120px
}

.btn-l-white svg {
    fill: #fff
}

.btn-l-white.active,
.btn-l-white:focus,
.btn-l-white:hover {
    color: #000;
    background-color: #fff
}

.btn-l-white.active svg,
.btn-l-white:focus svg,
.btn-l-white:hover svg {
    fill: #000
}

.btn-l-orange {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    padding: 10px;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border: 2px solid #d3663f;
    color: #d3663f
}

.btn-l-orange:focus,
.btn-l-orange:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-l-orange.disabled,
.btn-l-orange:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-l-orange svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #d3663f
}

@media (max-width:575px) {
    .btn-l-orange {
        padding: 7px
    }
}

.btn-l-orange:not(.def) {
    min-width: 120px
}

.btn-l-orange.active,
.btn-l-orange:focus,
.btn-l-orange:hover {
    color: #fff;
    background-color: #d3663f
}

.btn-l-black.active svg,
.btn-l-black:focus svg,
.btn-l-black:hover svg,
.btn-l-orange.active svg,
.btn-l-orange:focus svg,
.btn-l-orange:hover svg,
.tabs-btns .tabs__toggle button.active svg,
.tabs-btns .tabs__toggle button:focus svg,
.tabs-btns .tabs__toggle button:hover svg {
    fill: #fff
}

.btn-l-black {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    padding: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #001D8E;
    color: #001D8E;
    border-radius: 5px;
}

.btn-l-black:focus,
.btn-l-black:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-l-black.disabled,
.btn-l-black:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-l-black svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: #000
}

@media (max-width:575px) {
    .btn-l-black {
        padding: 7px
    }
}

.btn-l-black:not(.def) {
    min-width: 120px
}

.btn-l-black.active,
.btn-l-black:focus,
.btn-l-black:hover {
    color: #fff;
    background-color: #001D8E
}

.btn-upper {
    text-transform: uppercase
}
.slider_button_big{
border-radius: 5px;
    padding: 12px 41px;
    background: #001D8E;
    border: 1px solid #001D8E;
    transition: 0.3s;
}
.slider_button_big:hover{
    background: #5F74C9;
    border: 1px solid #5F74C9;
    color: #fff;
}
.btn-icon-gray {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    padding: 5px;
    color: #666
}

.btn-icon-gray:focus,
.btn-icon-gray:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-icon-gray.disabled,
.btn-icon-gray:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-icon-gray svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:575px) {
    .btn-icon-gray {
        padding: 7px
    }
}

.btn-icon-gray:not(.def) {
    min-width: 120px
}

.btn-icon-gray svg:not([fill=none]) {
    fill: #666
}

.btn-icon-gray.active,
.btn-icon-gray:focus,
.btn-icon-gray:hover {
    color: #666;
    opacity: .7
}

.btn-up {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    opacity: 1;
    z-index: 100;
    display: none;
    background-color: #d3663f;
    color: #000
}

.btn-up:focus,
.btn-up:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-up.disabled,
.btn-up:disabled {
    opacity: .4;
    pointer-events: none
}

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

.btn-up.active,
.btn-up:focus,
.btn-up:hover {
    color: #fff;
    background-color: #000
}

@media (max-width:767px) {
    .btn-up {
        width: 40px;
        height: 40px;
        display: none
    }
}

.btn-more {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    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;
    padding: 10px;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    background-color: #f5f5f5;
    font-size: 1rem
}

.btn-more:focus,
.btn-more:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-more.disabled,
.btn-more:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-more svg,
.tabs-btns .tabs__toggle button svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:575px) {
    .btn-more {
        padding: 7px
    }
}

.btn-more:not(.def) {
    min-width: 120px
}

.btn-close,
.btns-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btns-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.btn-close {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    padding: 10px 0 10px 10px;
    outline: 0
}

.btn-close:focus,
.btn-close:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-close.disabled,
.btn-close:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-close svg {
    -webkit-transition: .3s;
    transition: .3s
}

.btn-close.active svg,
.btn-close:focus svg,
.btn-close:hover svg {
    fill: #d3663f
}

.btn-open {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    color: #666;
    display: inline-block;
    font-size: 1rem;
    padding: 0;
    min-width: auto !important
}

.btn-open:focus,
.btn-open:hover,
.input-count button:focus,
.input-count button:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.btn-open.disabled,
.btn-open:disabled {
    opacity: .4;
    pointer-events: none
}

.btn-open svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    stroke: #666
}

@media (max-width:575px) {
    .btn-open {
        padding: 7px
    }
}

.btn-open:not(.def) {
    min-width: 120px
}

.btn-open svg:not([fill=none]) {
    fill: #666
}

.btn-open:focus,
.btn-open:hover {
    color: #666
}

.btn-open.active {
    color: #666;
    opacity: .7
}

.btn-open:focus,
.btn-open:hover {
    opacity: 1
}

.btn-open.blur {
    color: #d3663f;
    position: static;
    padding-left: 0;
    padding-right: 0
}

.btn-open.blur svg {
    stroke: #d3663f;
    display: none
}

.btn-open.blur svg+span {
    margin-left: 0
}

.btn-open.blur:not(.def)::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    bottom: 30px;
    left: 0
}

.opened.active+.blur::before {
    display: none
}

.left-btn {
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d3663f;
    padding: 5px 25px 5px 10px;
    -webkit-transform: rotate(-90deg) translateY(50%);
    transform: rotate(-90deg) translateY(50%);
    -webkit-transform-origin: left;
    transform-origin: left;
    z-index: 100
}

.left-btn>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.file-wrap,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0
}

input[type=range] {
    -webkit-appearance: none;
    outline: 0
}

input[type=range]::-webkit-slider-runnable-track {
    border-radius: 10px;
    height: 1px;
    background-color: #d3663f
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #fff;
    border: 3px solid #d3663f;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    cursor: pointer;
    margin-top: -8px
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    overflow: hidden
}

input[type=checkbox]+label::before,
input[type=radio]+label::before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "";
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #666;
    background-color: #f5f5f5;
    border-color: rgba(29, 29, 31, .04)
}

input[type=checkbox]+label:hover::before,
input[type=radio]+label:hover::before {
    border-color: #666;
    border-color: rgba(29, 29, 31, .1)
}

input[type=checkbox]:focus+label::before,
input[type=radio]:focus+label::before {
    outline: auto;
    outline-color: #001D8E
}

.input-count button.disabled,
.input-count button:disabled,
input[type=checkbox]:disabled+label::before,
input[type=radio]:disabled+label::before {
    opacity: .4;
    pointer-events: none
}

input[type=checkbox]:checked+label::before,
input[type=radio]:checked+label::before {
    -webkit-transition: .3s;
    transition: .3s;
    background: #001D8E url(/local/templates/deft/css/../img/icon-check.svg) center no-repeat;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]:focus,
input[type=number]:hover {
    -moz-appearance: number-input
}

[readonly] {
    pointer-events: none
}

.input-count {
    border: 1px solid #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 35px;
    background-color: #fff
}

.input-count input {
    border: 0 !important;
    text-align: center;
    outline: 0;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 40px;
    font-size: 16px !important
}

.input-count button {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    color: #666;
    font-size: 20px;
    line-height: 1;
    padding: 9px 10px;
    margin: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .input-count button {
        outline: 0
    }
}

.input-count button:focus,
.input-count button:hover {
    color: #d3663f
}

.select {
    position: relative;
    width: 100%
}

.select .select__btn,
.select select {
    -webkit-transition: .3s;
    transition: .3s
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 30px 10px 10px;
    color: #000;
    width: 100%
}

.select select:hover+.select__btn {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.select .select__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url(/local/templates/deft/css/../img/arrow-top.svg) no-repeat center;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    pointer-events: none;
    background-size: 14px
}

form .invalid:invalid {
    border-color: red !important
}

.count {
    margin: 0 5px;
    color: #666
}

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

label img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

@media (max-width:767px) {
    label {
        font-size: .9rem
    }

    label img {
        width: 20px;
        height: 20px
    }
}

.file-wrap,
input:not([type=checkbox]):not([type=radio]):not([type=range]),
select,
textarea {
    font-style: normal;
    font-size: 1rem;
    font-family: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    border: 1px solid #666;
    padding: 10px 15px
}

.file-wrap:disabled,
input:not([type=checkbox]):not([type=radio]):not([type=range]):disabled,
select:disabled,
textarea:disabled {
    opacity: .4;
    pointer-events: none
}

.file-wrap:hover,
input:not([type=checkbox]):not([type=radio]):not([type=range]):hover,
select:hover,
textarea:hover {
    border-color: #666
}

.file-wrap:focus,
input:not([type=checkbox]):not([type=radio]):not([type=range]):focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border-color: #d3663f;
    outline: 0
}

textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 140px;
    max-height: 100%
}

::-webkit-input-placeholder {
    font-style: normal;
    font-size: 1rem;
    font-family: inherit
}

::-moz-placeholder {
    font-style: normal;
    font-size: 1rem;
    font-family: inherit
}

::-ms-input-placeholder {
    font-style: normal;
    font-size: 1rem;
    font-family: inherit
}

::placeholder {
    font-style: normal;
    font-size: 1rem;
    font-family: inherit
}

.input-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-size: 1rem;
    font-family: inherit;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #fff;
    border: 1px solid #666;
    padding: 15px
}

.input-line:disabled {
    opacity: .4;
    pointer-events: none
}

.input-line:hover {
    border-color: #666
}

.input-line:focus {
    background-color: #fff;
    border-color: #d3663f;
    outline: 0
}

.input-line input {
    width: 100%;
    padding: 0 !important;
    border: 0 !important
}

.form-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
}

.form-hor>* {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.form-hor>img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

@media (max-width:1199px) {
    .form-hor>* {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%
    }

    .form-hor>img {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%
    }
}

@media (max-width:767px) {
    .form-hor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-hor>*,
    .form-hor>img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .form-hor>img {
        width: 100%;
        max-width: none;
        max-height: 200px
    }
}

.form-hor__cont {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .form-hor__cont {
        padding: 30px 20px
    }
}

.form.bg-trans {
    background-color: transparent !important;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form__rank .rank__item svg {
    width: 25px;
    height: 25px
}

@media (max-width:767px) {
    .form__rank {
        margin-top: 10px
    }
}

.form__item {
    margin: 8px 0
}

.form__item select {
    color: #666
}

.form__item>* {
    width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .form__item {
        width: 100%
    }
}

.file-wrap {
    color: #666
}

.file-wrap input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    overflow: hidden
}

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

.form__row>* {
    width: 100%
}

.form__conf {
    font-size: 13px;
    margin-right: 10px
}

@media (min-width:1200px) {
    .form__conf {
        max-width: 750px
    }
}

.form__conf.small {
    font-size: 10px
}

.form__submit {
    text-transform: uppercase;
    padding: 10px 35px;
    margin-bottom: 15px;
    line-height: 1.3
}

@media (max-width:767px) {
    .form__submit {
        width: 100%
    }
}

.modal .form__submit {
    min-width: 220px
}

.form__top {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .form__top {
        margin-bottom: 20px
    }
}

.form__title {
    margin-bottom: 0;
    margin-right: 20px
}

.form__bottom {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .form__bottom {
        margin-top: 15px
    }
}

.line-block+.line-block {
    border-top: 1px dashed gray;
    margin-top: 15px;
    padding-top: 15px
}

.line-block .checkbox+.checkbox {
    margin-top: 10px
}

@media (max-width:767px) {
    .line-block {
        margin: 10px 0
    }
}

.form__social-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    color: #000
}

.form__social-item img,
.modal__top-tel img {
    margin-right: 10px
}

.form__divider {
    text-align: center;
    margin: 20px 0;
    position: relative
}

.form__divider span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    color: #666;
    padding: 0 25px
}

.form__divider::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #666
}

.bg-gray .file-wrap,
.bg-gray input:not([type=checkbox]):not([type=radio]):not([type=range]),
.bg-gray select,
.bg-gray textarea {
    border-color: #888;
    border-radius: 5px;
}

.bg-gray input[type=checkbox]+label::before,
.bg-gray input[type=radio]+label::before {
    border-color: #888
}

.bg-gray input[type=checkbox]:checked+label::before,
.bg-gray input[type=radio]:checked+label::before {
    border-color: #001D8E;
    border-radius: 4px;
}

.form-in-block {
    padding: 30px 90px
}

@media (max-width:1199px) {
    .form-in-block {
        padding: 30px
    }
}

@media (max-width:767px) {
    .form-in-block {
        padding: 20px
    }
}

@media (max-width:1199px) {
    .menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .menu__item {
        font-size: 16px;
        line-height: 22px
    }

    .menu__item .menu__controls>a {
        position: relative;
        display: block;
        padding: 14px 0;
        color: #fff
    }

    .menu__item .menu__controls>a::after {
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        bottom: 0;
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background-color: #fff;
        opacity: 0
    }

    .menu__item .active,
    .menu__item:focus,
    .menu__item:hover {
        text-shadow: 0 0 1px #fff
    }

    .menu__item .active .menu__controls>a::after,
    .menu__item:focus .menu__controls>a::after,
    .menu__item:hover .menu__controls>a::after {
        opacity: 1
    }

    .menu__item .active .menu__drop,
    .menu__item:focus .menu__drop,
    .menu__item:hover .menu__drop {
        height: auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        -webkit-transition-delay: .2s;
        transition-delay: .2s
    }

    .menu__item+.menu__item {
        margin-left: 30px
    }

    .menu__drop {
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        background-color: #fff;
        min-width: 200px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden
    }

    .menu__drop.full {
        width: 100%
    }

    .menu__block {
        padding: 20px
    }

    .menu__list {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .menu__list li:not(:last-of-type) {
        border-bottom: 1px solid #f5f5f5
    }

    .menu__list a,
    .menu__list button {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 22px;
        padding: 4px 0
    }

    .menu__title {
        display: block;
        color: #000;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700
    }

    .menu__banner {
        padding: 20px !important
    }

    .menu__control-btn {
        display: none
    }
}

@media (min-width:1200px) and (max-width:1439px) {
    .menu__item .menu__controls>a {
        padding: 10px 0;
        font-size: 14px
    }
}

@media (min-width:1200px) and (min-width:1200px) {

    .menu__list a:focus,
    .menu__list a:hover,
    .menu__list button:focus,
    .menu__list button:hover,
    .menu__title:focus,
    .menu__title:hover {
        color: #d3663f
    }
}

@media (max-width:1199px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .menu__banner {
        display: none
    }

    .menu__control-btn,
    .menu__controls,
    .menu__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .menu__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px
    }

    .menu__item.active .menu__drop {
        display: block
    }

    .menu__item,
    .menu__item.active .menu__controls {
        border-bottom: 1px dashed #f5f5f5
    }

    .menu__control-btn,
    .menu__controls {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .menu__controls>a {
        color: #000;
        padding: 10px 15px 10px 0
    }

    .menu__control-btn {
        font-family: inherit;
        -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
        transition: .3s cubic-bezier(.65, .05, .36, 1);
        position: relative;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        color: inherit;
        letter-spacing: .05em;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 30px;
        outline: 0
    }

    .menu__control-btn:focus,
    .menu__control-btn:hover {
        -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
        transition: .3s cubic-bezier(.65, .05, .36, 1)
    }

    .menu__control-btn.disabled,
    .menu__control-btn:disabled {
        opacity: .4;
        pointer-events: none
    }

    .menu__control-btn::after {
        -webkit-transition: .3s;
        transition: .3s;
        content: '';
        display: block;
        width: 13px;
        height: 20px;
        background-image: url(/local/templates/deft/css/../img/arrow-top-orange.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-filter: brightness(0);
        filter: brightness(0)
    }

    .menu__item.active .menu__control-btn::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .menu__drop {
        display: none
    }

    .menu__list {
        list-style: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .menu__block {
        padding-bottom: 10px
    }

    .menu__block a {
        display: block;
        color: #000
    }

    .menu__block>a {
        padding: 5px 0;
        font-weight: 700
    }

    .menu__block:not(:last-of-type) {
        border-bottom: 1px dashed #f5f5f5
    }

    .menu__list a,
    .menu__list button {
        padding: 3px 20px 3px 0
    }

    .menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: auto
    }
}

.modal-wrap,
.overlay {
    position: fixed;
    display: none
}

.overlay {
    background: rgba(0, 0, 0, .7);
    width: 100vw;
    height: 100vh
}

.overlay.active {
    display: block
}

.modal-wrap {
    width: 100%;
    bottom: 0;
    z-index: -1;
    padding: 80px 20px;
    overflow-y: auto
}

.modal-wrap.active {
    display: block;
    background: rgba(0, 0, 0, .7);
    height: 100%;
    z-index: 10000
}

.modal-wrap>* {
    margin: 0 auto
}

@media (max-width:1199px) {
    .modal-wrap {
        padding: 50px 20px 150px
    }
}

.modal {
    padding: 15px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.modal-form {
    width: 100%;
    max-width: 700px
}

.modal.xl {
    max-width: 1130px
}

.modal.sm {
    max-width: 500px
}

.modal.xs {
    max-width: 440px
}

.modal__top {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px
}

.modal__top:not(:first-of-type):not(.def) {
    margin-top: 40px
}

@media (max-width:767px) {
    .modal__top:not(:first-of-type):not(.def) {
        margin-top: 30px
    }

    .modal__top {
        margin-bottom: 20px
    }
}

.modal__title {
    margin-bottom: 0;
    margin-right: 20px
}

.modal-info {
    max-width: 355px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal__close {
    -ms-flex-item-align: start;
    align-self: flex-start
}

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

.modal__top-tel img+*,
.modal__top-tel img+* p {
    margin: 0
}

.modal__top-tel a {
    color: #000
}

@media (min-width:1200px) {

    .modal__top-tel a:focus,
    .modal__top-tel a:hover {
        color: #d3663f
    }
}

.modal__left-btn {
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% - 17px)
}

.modal__left-btn span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .modal__left-btn {
        display: none
    }
}

.modal__rank.rank-big {
    gap: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:767px) {
    .modal__rank.rank-big {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.modal__rank.rank-big .rank__item svg {
    width: 50px;
    height: 45px
}

@media (max-width:767px) {
    .modal__rank.rank-big .rank__item svg {
        width: 45px
    }
}

.modal__rank.rank-big .rank__item .rank__num {
    font-size: 12px
}

.bc {
    margin-bottom: 20px
}

.bc__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bc__item {
    font-size: 12px;
    color: #666;
    line-height: 1.5
}

.bc__item a {
    color: #fff;
    letter-spacing: .05em
}

.bc__item:last-of-type {
    pointer-events: none
}

.bc__item:last-of-type a {
    color: #fff
}

.bc__item:not(:last-of-type)::after {
    color: #fff;
    content: '>';
    padding: 0 10px
}

.pag {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pag svg {
    stroke: #000
}

.pag a {
    color: #666
}

.pag a:focus,
.pag a:hover {
    opacity: .7;
    color: #666
}

.pag .active {
    color: #000;
    pointer-events: none;
    text-decoration: underline
}

.info-block .info__btn:hover::before,
[data-acc-title-wrap].active+[data-acc-body],
[data-acc-title].active+[data-acc-body] {
    opacity: 1
}

[data-acc-body] {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.acc {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.acc__item {
    border: 1px solid #f5f5f5
}

.acc__item+.acc__item,
.acc__item-wrap+.acc__item-wrap,
.block__top p+p,
.sot__ul li+li {
    margin-top: 10px
}

@media (max-width:767px) {

    .acc__item+.acc__item,
    .acc__item-wrap+.acc__item-wrap {
        margin-top: 5px
    }
}

.acc__body {
    padding: 0 20px 20px
}

.acc__title,
.acc__title-wrap {
    padding: 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.acc__title-wrap {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.acc__title-wrap .acc__title {
    padding: 0
}

.acc__title {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    font-style: normal;
    font-size: 16px;
    margin-top: 0;
    width: 100%;
    outline: 0;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.acc__title:focus,
.acc__title:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.acc__title.disabled,
.acc__title:disabled {
    opacity: .4;
    pointer-events: none
}

@media (max-width:767px) {
    .acc__title {
        font-size: 16px
    }
}

.acc__title::after {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/deft/css/../img/arrow-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:767px) {
    .acc__title {
        padding: 10px 15px;
        font-size: 1rem
    }
}

.acc__title img {
    margin-right: 15px
}

@media (max-width:767px) {
    .acc__title img {
        max-width: 35px;
        max-height: 35px
    }
}

.acc__title span,
.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.acc__title span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.acc__title.active::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.social {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.social>*+* {
    margin-left: 15px
}

.social a:focus,
.social a:hover {
    opacity: .7
}

.tag {
    padding: 3px 10px;
    background-color: #d3663f;
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    min-height: 25px;
    text-transform: uppercase;
}

.tag_new {
    background-color: #5f74c9;
}

@media (max-width:767px) {
    .tag {
        font-size: 12px;
        min-height: 20px
    }
}

.tag.black {
    background-color: #000
}

.tag.green {
    background-color: #22a800
}

.tag.gray {
    background-color: #ababab
}

.red {
    color: #c00505
}

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

.rank__item {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em
}

.rank__item:focus,
.rank__item:hover,
.tabs-btns .tabs__toggle button:focus,
.tabs-btns .tabs__toggle button:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.rank__item.disabled,
.rank__item:disabled,
.tabs-btns .tabs__toggle button.disabled,
.tabs-btns .tabs__toggle button:disabled {
    opacity: .4;
    pointer-events: none
}

.rank__item svg {
    -webkit-transition: .3s;
    transition: .3s;
    fill: #666;
    width: 15px;
    height: 15px
}

.rank-big .rank__item.active svg,
.rank-big.sm .rank__item.active svg,
.rank__item.active svg {
    fill: #d3663f
}

.rank__item:not(button) {
    pointer-events: none
}

.rank__item+.rank__item {
    margin-left: 3px
}

.rank-big {
    gap: 10px
}

.rank-big .rank__item {
    position: relative
}

.rank-big .rank__item svg {
    fill: transparent;
    width: 80px;
    height: 80px
}

@media (max-width:767px) {
    .rank-big .rank__item svg {
        width: 50px;
        height: 50px
    }
}

.rank-big .rank__item.active .rank__num,
.rank-big.sm .rank__item.active .rank__num {
    color: #fff
}

@media (max-width:767px) {
    .rank-big.sm {
        gap: 5px
    }
}

.rank-big.sm .rank__item {
    font-size: 12px
}

.rank-big.sm .rank__item svg {
    fill: transparent;
    width: 50px;
    height: 50px
}

@media (max-width:767px) {
    .rank-big.sm .rank__item svg {
        width: 25px;
        height: 25px
    }
}

@media (max-width:767px) {
    .rank-big.sm .rank__item {
        font-size: 0;
        margin: 0
    }
}

.rank__num {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
    color: #d3663f
}

.review {
    font-size: 12px;
    height: 100%
}

@media (max-width:767px) {
    .review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.review__top {
    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
}

.review__rank {
    margin-right: 10px
}

.review__date {
    color: #666;
    margin: 0
}

.review__name {
    font-weight: 700
}

.review__name,
.review__top {
    margin-bottom: 10px
}

.review__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .review__body {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.review__btn-more,
.review__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.review__btn-more {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.review__btn-more svg,
.slick-arrow svg {
    stroke: #fff
}

.review__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.review__btn-more {
    margin-top: auto
}

.text-hidden {
    font-size: 12px
}

.slider-btns>div,
.text-hidden-wrap .on-show,
.text-hidden-wrap.show-more.visible .text-hidden-btn .def {
    display: none
}

.text-hidden-wrap.show-more:not(.visible) .text-hidden {
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.text-hidden-wrap.show-more.visible .text-hidden {
    height: auto
}

.text-hidden-wrap.show-more.visible .text-hidden-btn .on-show {
    display: block
}

.text-hidden-wrap.show-more.visible .text-hidden-btn svg {
    -webkit-transition: 0;
    transition: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.text-hidden-wrap:not(.show-more) .text-hidden-btn {
    display: none
}

.bg-gray .review {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bg-gray .slick-arrow {
    background-color: #b8b8b8
}

.bg-gray .slick-arrow svg {
    stroke: #fff
}

.addresses {
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px
}

@media (min-width:1200px) {
    .addresses {
        max-height: 665px
    }
}

.address {
    padding: 10px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5
}

@media (min-width:1200px) {
    .address:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }
}

.address+.address {
    margin-top: 20px
}

.address__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.address__title {
    margin-bottom: 20px;
    display: block;
    color: #000
}

.address__title:focus,
.address__title:hover {
    color: #000;
    opacity: .7
}

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

@media (max-width:767px) {
    .address__info-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }
}

.address__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.address__info {
    font-size: 12px
}

.address__info th {
    font-weight: 700;
    min-width: 110px;
    vertical-align: top
}

.address__info a,
.block-hor__img.stretch .show-on-hover:hover {
    color: #000
}

@media (min-width:1200px) {

    .address__info a:focus,
    .address__info a:hover {
        color: #d3663f
    }
}

.address__tag,
.num-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.address__tag {
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #000;
    font-size: 12px;
    padding: 5px;
    font-weight: 700
}

.address__tag img {
    margin-left: 7px;
    max-width: 65px
}

.num-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.num-item__title {
    font-size: 100px;
    font-weight: 700;
    color: #d3663f;
    margin-bottom: 20px
}

@media (min-width:992px) {
    .num-item__title.mid {
        font-size: 70px
    }
}

@media (max-width:991px) {
    .num-item__title {
        font-size: 60px;
        margin-bottom: 10px
    }
}

.num-item__text {
    font-style: normal;
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
    text-align: center
}

@media (max-width:767px) {
    .num-item__text {
        font-size: 16px
    }
}

@media (min-width:1440px) {
    .num-item-wrap:not(:last-of-type) {
        border-right: 1px solid #666
    }
}

.post iframe {
    width: 100%
}

@media (max-width:767px) {
    .post iframe {
        height: auto
    }
}

.post iframe,
.post img {
    margin: 20px 0
}

@media (max-width:767px) {
    .post img {
        height: auto
    }
}

.post .main-title+img,
.post img+img {
    margin-top: 0
}

.banner img,
.banner picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner a {
    display: block
}

.banner a,
.banner picture {
    line-height: 0
}

.banners.slider-simple .slick-dots {
    padding: 10px 0
}

.tabs-wrap {
    overflow: hidden
}

.tabs {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-btns.big-m .tabs__toggle {
    margin-right: 20px
}

@media (max-width:767px) {
    .tabs-btns.big-m .tabs__toggle {
        margin-right: 10px
    }
}

.tabs-btns .tabs__toggle {
    padding: 0;
    border: 0;
    margin-right: 10px
}

.tabs-btns .tabs__toggle button {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: #d3663f;
    color: #fff;
    border: 2px solid #d3663f;
    font-size: 16px;
    padding: 6px 12px
}

@media (max-width:575px) {
    .tabs-btns .tabs__toggle button {
        padding: 7px
    }
}

.tabs-btns .tabs__toggle button:not(.def) {
    min-width: 120px
}

.tabs-btns .tabs__toggle button svg {
    fill: #000
}

.tabs-btns .tabs__toggle button.active,
.tabs-btns .tabs__toggle button:focus,
.tabs-btns .tabs__toggle button:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.tabs-btns .tabs__toggle.active button {
    text-shadow: none;
    background-color: #d3663f;
    border-color: #d3663f;
    color: #fff
}

@media (max-width:1199px) {
    .tabs-wrap .tabs {
        height: 100%;
        margin-bottom: -50px;
        padding-bottom: 50px;
        overflow-y: hidden;
        overflow-x: scroll
    }

    .tabs-wrap .tabs ::-webkit-scrollbar {
        width: 0;
        height: 0
    }

    .tabs-wrap .tabs ::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    .tabs-wrap .tabs ::-webkit-resizer {
        width: 0;
        height: 0
    }
}

.tabs__toggle a,
.tabs__toggle button {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    outline: 0;
    white-space: nowrap;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tabs__toggle {
    -webkit-transition: .2s cubic-bezier(.65, .05, .36, 1);
    transition: .2s cubic-bezier(.65, .05, .36, 1);
}

.tabs__toggle:hover a,
.tabs__toggle:hover button {
    color: #fff;
}

.tabs__toggle:focus,
.tabs__toggle:hover {
    background: #001D8E;
}

.tabs__toggle a.disabled,
.tabs__toggle a:disabled,
.tabs__toggle button.disabled,
.tabs__toggle button:disabled {
    opacity: .4;
    pointer-events: none
}

.tabs__toggle a:focus,
.tabs__toggle button:focus {
    text-shadow: 0 0 1px #fff
}

.tabs__toggle.active button {
    color: #fff;
}
.tabs__toggle button {
    font-weight: 600;
}
.tabs__toggle.active {
   background: #001D8E;
   transition: 0.3s;
}

.tabs__toggle:last-of-type {
    border: 0
}

.tabs-cont {
    position: relative
}

.tabs-cont.of-hidden {
    overflow: hidden
}

.tabs-cont__item {
    position: absolute;
    top: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    width: 100%;
    z-index: -1
}

.tabs-cont__item.active {
    z-index: 1;
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible
}

.tabs-line-on-desk {
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .tabs-line-on-desk {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 0
    }
}

.tabs-hor {
    gap: 25px
}

.tabs-hor .tabs__toggle a,
.tabs-hor .tabs__toggle button {
    font-size: 16px;
    border-bottom: 3px solid transparent;
    padding: 5px
}

.tabs-hor .tabs__toggle.active button {
    border-bottom-color: #d3663f
}

@media (min-width:1200px) {
    .tabs-hor {
        position: relative
    }

    .tabs-hor::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #000;
        top: calc(100% - 1px);
        z-index: -1
    }
}

@media (max-width:1199px) {
    .tabs-hor {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tabs-hor .tabs__toggle a,
    .tabs-hor .tabs__toggle button {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .tabs-vert .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.tabs-vert .tabs-wrap,
.tabs-vert .tabs__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs-vert .tabs__toggle {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.tabs-vert .tabs__toggle button {
    padding: 20px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase
}

@media (max-width:991px) {
    .tabs-vert .tabs__toggle button {
        padding: 12px 20px
    }
}

.tabs-vert .tabs__toggle.active button {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #00000040;
    box-shadow: 0 0 5px 0 #00000040
}

.tabs-vert .tabs-wrap {
    height: 100%;
    background: #f5f5f5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.tabs-vert .tabs-wrap .tabs,
.tabs-vert .tabs__toggle button {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:992px) {
    .tabs-vert .tabs-wrap {
        overflow: initial
    }
}

@media (max-width:991px) {
    .tabs-vert .tabs-wrap {
        padding: 10px 10px 5px
    }
}

@media (min-width:1200px) {
    .tabs-cont-slider-wrap {
        padding: 0 20px
    }
}

@media (max-width:991px) {
    .tabs-cont-slider-wrap {
        margin-top: 30px
    }
}

.tabs-vert__title {
    margin-bottom: 20px
}

@media (min-width:992px) {
    .tabs-vert__title {
        padding: 10px 10px 0
    }
}

.slider-btns,
.slider-btns>div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-arrow {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    width: 30px;
    height: 30px;
    background-color: #001D8E;
    outline: 0
}

.info .slick-arrow {
    background: #fff;
}

.info .slick-arrow svg {
    stroke: #000;
}

.review__btn-more svg, .slick-arrow svg{
    stroke: #fff;
}

.slick-arrow:focus,
.slick-arrow:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.slick-arrow.disabled,
.slick-arrow:disabled {
    opacity: .4;
    pointer-events: none
}

.slick-arrow .active,
.slick-arrow:focus,
.slick-arrow:hover {
    background-color: #5F74C9
}

.slick-arrow .active svg,
.slick-arrow:focus svg,
.slick-arrow:hover svg {
    stroke: #f5f5f5
}

@media (max-width:767px) {
    .slick-arrow {
        width: 25px;
        height: 25px
    }
}

.slick-arrow+.slick-arrow {
    margin-left: 10px
}

.slide {
    padding: 0 20px
}

@media (max-width:1199px) {
    .slide {
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .slide {
        padding: 0 5px
    }
}

.slider-simple:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    visibility: hidden
}

@media (min-width:1200px) {
    .slider-simple:not(.def) {
        margin: 0 -20px
    }

    .slider-simple.def {
        margin: 0 -10px
    }
}


.slider-simple .slick-prev {
    left: 0
}

.slider-simple .slick-next {
    right: 0
}

@media (max-width:1199px) {
    .slider-simple .slick-dots {
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:1200px) {
    .dots-desk .slick-dots {
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.slider-shadow .slide {
    padding: 2px 10px
}

@media (min-width:1200px) {
    /* .arrows-hidden .slick-arrow {
        opacity: 0
    } */

    .arrows-hidden:hover .slick-arrow {
        opacity: 1
    }
}
.slick-dots li button {
    display: block;
    padding: 0;
    width: 16px;
    height: 5px;
    background-color: #666666;
    font-size: 0;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s all;
}

@media (max-width: 1199px) {
    .info .slick-dots li button {
        background: #ccd2e8;
    }

    .info .slick-dots li.slick-active button {
        background: #001D8E;
    }
}

@media (min-width: 1200px) {
    .info .slick-dots li button {
        width: 10px;
        height: 2px;
    }
}

.dots-flat .slick-dots li button {
    width: 50px;
    height: 4px
}

@media (min-width:1200px) {
    .slider-mono {
        margin: 0
    }
}

.slider-mono .slide {
    padding: 0
}

@media (max-width:991px) {
    .slider-mono .slide {
        display: block
    }
}

.slider-mono .slick-prev {
    left: 15px
}

.slider-mono .slick-next {
    right: 15px
}

.block__top p,
.slider-prod {
    margin: 0
}

.slider-prod .slide {
    padding: 0
}

.slider-prod .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.info__slides-wrap .slick-slide {
    min-height: 869px;
  }
@media (min-width:992px) {
    .catalog-slider .slick-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.catalog-slider .slide {
    padding-top: 40px
}

.catalog-slider .slide img {
    height: 200px
}

@media (max-width:991px) {
    .catalog-slider .slide img {
        height: 150px
    }
}

@media (max-width:767px) {
    .catalog-slider .slide img {
        height: auto
    }
}

@media (max-width:991px) {
    .catalog-slider .slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.top {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .top {
        margin-bottom: 30px
    }
}

.bg-gray .top:not(.def) {
    border-bottom: 1px solid #666
}

.bg-gray .tabs__toggle {
    border-right: 1px solid #666
}

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

.left {
    margin-right: auto
}

.block__btns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px
}

.block__btns .tabs-cont__item {
    display: none
}

.block-hor__img img.obj-fit-contain,
.block__btns,
.block__btns .tabs-cont__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block__tit-cent {
    margin-bottom: 40px;
    text-align: center
}

@media (max-width:767px) {
    .block__tit-cent {
        margin-bottom: 20px
    }
}

.block__bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .block__bottom {
        margin-top: 30px
    }
}

.block-hor {
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .block-hor {
        padding-right: 20px
    }

    .block-hor.no-gutters {
        padding-right: 10px
    }

    .block-hor:focus .block-hor__img.stretch .show-on-hover,
    .block-hor:hover .block-hor__img.stretch .show-on-hover {
        opacity: 1
    }
}

@media (max-width:767px) {
    .block-hor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-hor__body {
    width: 100%
}

.block-hor__img {
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden
}

.block-hor__img img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 200px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-hor__img img.obj-fit-contain {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 200px;
    margin: auto
}

@media (min-width:1200px) {

    .block-hor__img:focus img,
    .block-hor__img:hover img {
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media (max-width:767px) {
    .block-hor__img {
        margin-bottom: 10px;
        width: 100%;
        height: 140px
    }

    .block-hor__img img {
        width: 100%
    }
}

.block-hor__img.right {
    margin-right: 0;
    margin-left: 10px
}

.block-hor__img.right:focus img,
.block-hor__img.right:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (max-width:767px) {
    .block-hor__img.right {
        margin-left: 0;
        margin-top: 0
    }
}

.block-hor__img.stretch {
    position: relative;
    margin: auto 0 0;
    line-height: 0
}

.block-hor__img.stretch img {
    width: 100%;
    height: 200px
}

.block-hor__img.stretch img.h-auto {
    height: auto
}

.block-hor__img.stretch:focus img,
.block-hor__img.stretch:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    z-index: -1
}

.block-hor__img.stretch .show-on-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0
}

.block-hor__title {
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase
}

.block-hor__title a {
    color: #000
}

@media (min-width:1200px) {

    .block-hor__title a:focus,
    .block-hor__title a:hover {
        color: #d3663f
    }
}

.block-bsh {
    border: 3px solid #d3663f;
    -webkit-box-shadow: 15px 15px 0 #d3663f;
    box-shadow: 15px 15px 0 #d3663f
}

@media (max-width:767px) {
    .block-bsh {
        -webkit-box-shadow: 4px 4px 0 #d3663f;
        box-shadow: 4px 4px 0 #d3663f
    }
}

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

.block-bsh__row>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media (max-width:767px) {
    .block-bsh__row>* {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .block-bsh__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.block-bsh__text {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .block-bsh__text span {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .block-bsh__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px;
        text-align: center
    }

    .block-bsh__text span {
        font-size: 16px;
        line-height: 22px
    }
}

.block-bsh__img {
    line-height: 0
}

.block-bsh__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-rw {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-rw:focus,
.block-rw:hover {
    color: #000
}

.block-rw img,
.block-rw picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0
}

.block-rw__text {
    background: linear-gradient(89.76deg, #fff 1.88%, rgba(255, 255, 255, .3) 99.79%);
    width: 100%;
    padding: 20px
}

.block-rw__cont {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block-rw__text-simple {
    font-weight: 400;
    max-width: 500px
}

.block-rw__btn,
.filter .acc__body>a+a {
    margin-top: 20px
}

@media (max-width:767px) {
    .block-rw__btn {
        margin-top: 15px
    }
}

.block-rw-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    height: 100%
}

@media (max-width:767px) {
    .block-rw-tile {
        gap: 10px
    }
}

.block-rw-tile .big {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 50%;
    min-height: 125px
}

.block-rw-tile .sm {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    height: calc(50% - 30px)
}

@media (max-width:767px) {
    .block-rw-tile .sm {
        -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
        height: calc(50% - 20px);
        min-height: 115px
    }
}

.block-rw-tile .block-rw__cont {
    margin-top: auto
}

@media (max-width:767px) {
    .block-rw-tile .block-rw__cont {
        margin-top: 0
    }
}

.block-rw-tile .block-rw__text,
.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block-rw-tile .block-rw__text {
    min-height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    .block-rw-tile .block-rw__text {
        min-height: auto
    }
}

.card {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (min-width:1200px) {
    .card {
        padding: 10px
    }

    .card:focus,
    .card:hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }

    .card:focus .card__img-wrap>:not(:first-of-type),
    .card:hover .card__img-wrap>:not(:first-of-type) {
        z-index: 1;
        opacity: 1
    }
}

@media (max-width:767px) {
    .card {
        font-size: 12px
    }
}

.card>.card__img-wrap {
    margin-bottom: 10px
}

.card__img-wrap {
    position: relative;
    display: block
}

.card__img-wrap>:not(:first-of-type) {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    width: 100%
}

.card__card-colors,
.card__top {
    margin-bottom: 10px
}

.card__top {
    position: relative
}

.card__top .card__tag {
    position: absolute;
    top: 10px;
    z-index: 2;
    outline: 0
}

@media (max-width:767px) {
    .card__top .card__tag {
        top: 5px
    }
}

.card__top .card__tag.right {
    right: 0;
    left: auto
}

@media (max-width:1199px) {
    .card__top {
        top: 0 !important
    }
}

.card__top .card__tag {
    left: 0
}

.card__top .card__tag+.card__tag {
    top: 45px
}

@media (max-width:767px) {
    .card__top .card__tag+.card__tag {
        top: 30px
    }
}

.tag-wrap {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    z-index: 1
}

.tag-wrap .tag {
    position: static;
    margin-bottom: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width:767px) {
    .tag-wrap {
        padding: 5px 0
    }

    .tag-wrap .tag {
        margin-bottom: 3px
    }
}

.card__tag .tick-text,
.prod__tag .tick-text {
    width: 115px;
    font-weight: 400
}

.card__tag .tick,
.prod__tag .tick,
.sot__ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card__img img,
.tag-wrap {
    width: 100%
}

.card__img {
    line-height: 0
}

.card__title {
    color: #000;
    font-size: 16px;
    display: block;
    margin: 0 0 10px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(16px*2*1.3)
}

.card__title:focus,
.card__title:hover {
    color: #000;
    opacity: .7
}

.card__bottom {
    margin-top: auto
}

.card__price {
    display: block;
    font-size: 16px;
    margin-bottom: 10px
}

.card__price .old {
    font-size: 13px
}

@media (max-width: 575px) {
    .card__top {
        max-width: 240px;
        margin: auto;
    }
}

@media (max-width:991px) {
    .card__price {
        margin-bottom: 5px
    }
}

.cards-slider,
.cards-slider .card__img img {
    margin: 0
}

.cards-slider .slick-slide {
    height: auto
}

.cards-slider.without-shadow .card {
    -webkit-box-shadow: none;
    box-shadow: none
}

.cards-slider.without-shadow .card:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

@media (min-width:992px) {
    .cards-slider .slick-list {
        padding: 5px;
        height: calc(100% + 10px);
        margin: -5px
    }

    .cards-slider .slide {
        padding: 0 10px
    }
}

@media (max-width:991px) {
    .cards-slider .slide {
        padding: 0 15px
    }
}

@media (max-width:767px) {
    .cards-slider .slide {
        padding: 0 8px
    }
}

@media (min-width:1440px) {
    .cards-slider .slide {
        padding: 0 18px
    }
}

.cards-slider .card__title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(16px*2*1.3)
}

.card__btn {
    display: block;
    margin-top: 10px
}

.card-colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 50px;
    gap: 10px
}

.card-color {
    border: 2px solid #666;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid #fff;
    outline-offset: -2px;
    background-size: cover
}

@media (max-width:1439px) {
    .card-color {
        width: 16px;
        height: 16px
    }
}

.cards-list .row {
    margin: 0 -10px
}

.cards-list .item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .cards-list .item-wrap {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .cards-list .row {
        margin: 0 -23.5px
    }

    .cards-list .item-wrap {
        padding-left: 23.5px;
        padding-right: 23.5px
    }

    .cards-list .card__bottom {
        display: none
    }

    .cards-list .card-wrap {
        position: relative;
        width: 100%
    }

    .cards-list .card-wrap:hover .card-cont {
        position: absolute;
        width: 100%
    }

    .cards-list .card-wrap:hover .card__bottom {
        display: block
    }
}

.card-cont {
    height: 100%
}

@media (max-width:1199px) {
    .card-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.card-wrap {
    width: 100%
}

.card-hor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

@media (max-width:1199px) {
    .card-hor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .card-hor {
        padding: 20px 0
    }
}

.card-hor__title {
    margin-bottom: 20px;
    color: #000
}

.card-hor__title:focus,
.card-hor__title:hover {
    color: #000;
    opacity: .7
}

.card-hor__title.mob {
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

@media (min-width:992px) {
    .card-hor__title.mob {
        display: none
    }
}

.card-hor__title.desk {
    display: none
}

@media (min-width:992px) {
    .card-hor__title.desk {
        display: block
    }
}

.card-hor__img {
    width: 170px;
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: auto;
    margin-bottom: auto
}

@media (min-width:1200px) and (max-width:1439px) {
    .card-hor__img {
        width: 140px;
        height: 140px
    }
}

.card-hor__img img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%
}

@media (min-width:992px) {
    .card-hor__img {
        margin-right: 20px
    }
}

@media (max-width:767px) {
    .card-hor__img {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px
    }
}

.card-hor__row {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.card-hor__chars {
    font-size: 16px;
    max-width: 330px
}

.card-hor__chars td,
.card-hor__chars th {
    padding: 2px 2px 10px
}

.card-hor__chars th {
    font-weight: 800
}

.card-hor__chars td,
.card-hor__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-hor__chars td {
    gap: 10px
}

.card-hor__info {
    height: 100%
}

@media (max-width:991px) {
    .card-hor__info {
        height: auto;
        margin-top: 20px
    }
}

.card-hor__cont {
    width: 100%
}

.card-hor__input-count {
    margin-bottom: 10px;
    min-width: 120px
}

.card-hor__column,
.sot__form form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:991px) {
    .card-hor__column {
        height: auto
    }
}

.card-hor__centred {
    margin-top: auto;
    margin-bottom: auto
}

.card-hor__del-btn {
    font-size: 16px;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    color: #666
}

@media (max-width:991px) {
    .card-hor__del-btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 5px
    }
}

.card-hor__del-btn svg,
.checkbox-color label,
.mont-acc-text b {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.card-hor__price-block {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
    text-align: right
}

.card-hor+.card-hor {
    border-top: none
}

.filter__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width:992px) {
    .bx_filter_popup_result {
        display: none !important
    }
}

.filter__bottom,
.filter__bottom>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.filter__bottom {
    margin-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 10px
}

.filter__bottom>* {
    text-transform: uppercase;
    margin: 0 4px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width:1200px) {
    .filter__bottom {
        position: sticky;
        background-color: #fff;
        bottom: 0;
        margin-top: 0
    }

    .filter__bottom a,
    .filter__bottom button {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .filter__bottom {
        margin-top: 10px
    }
}

.filter .acc__body>a {
    display: block;
    color: #000;
    font-weight: 700
}

@media (min-width:1200px) {

    .filter .acc__body>a:focus,
    .filter .acc__body>a:hover {
        color: #d3663f
    }
}

@media (max-width:767px) {
    .filter .acc__body>a+a {
        margin-top: 10px
    }
}

.filter .acc__item {
    border: 0;
    text-transform: uppercase
}

.filter .acc__item .tick-wrap {
    margin-left: 10px;
    font-weight: 400;
    z-index: 1
}

.filter .acc__item .tick-wrap img {
    margin-right: 0
}

@media (max-width:1199px) {
    .filter .acc__item .tick-wrap {
        display: none
    }
}

.filter .acc__title {
    padding: 7px 10px;
    background-color: #f5f5f5;
    text-transform: uppercase
}

.filter .acc__body {
    padding: 20px 10px 30px
}

@media (max-width:767px) {
    .filter .acc__body {
        padding-bottom: 15px
    }
}

.bx_filter_popup_result {
    background: #d3663f;
    padding: 7px;
    font-size: 16px;
    line-height: 1.1;
    color: #252525;
    display: block !important;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.bx_filter_popup_result a {
    color: #252525;
    text-decoration: underline
}

@media (max-width:1199px) {
    .bx_filter_popup_result {
        font-size: 14px
    }
}

.bx_filter_parameters_box,
.checkbox-roll input[type=checkbox]+label,
.checkbox-roll input[type=radio]+label {
    position: relative
}

@media (max-width:1199px) {
    .bx_filter_parameters_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bx_filter_container_modef:empty {
    margin: 0
}

@media (min-width:1200px) {
    .bx_filter_container_modef {
        position: absolute;
        top: 120px;
        z-index: 100
    }
}

@media (max-width:1199px) {
    .bx_filter_container_modef {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 15px 10px
    }
}

.checkbox input[type=checkbox]+label::before,
.checkbox input[type=radio]+label::before {
    border-radius: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
    background: 0 0
}

.checkbox input[type=checkbox]:checked+label::before,
.checkbox input[type=radio]:checked+label::before {
    background: #001D8E;
    outline: 2.5px solid #fff;
    outline-offset: -3px
}

.checkboxes {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.checkbox+.checkbox,
.checkbox-link+.checkbox-link {
    margin-top: 20px
}

@media (max-width:767px) {

    .checkbox+.checkbox,
    .checkbox-link+.checkbox-link {
        margin-top: 10px
    }
}

.checkbox-link,
.sort__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000
}

.checkbox-link:focus,
.checkbox-link:hover {
    color: #000
}

.checkbox-link::before {
    -webkit-transition: .3s;
    transition: .3s;
    content: "";
    display: block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid #666;
    background-color: #f5f5f5;
    border-color: rgba(29, 29, 31, .04)
}

.checkbox-link.active::before {
    -webkit-transition: .3s;
    transition: .3s;
    background: #d3663f url(/local/templates/deft/css/../img/icon-check.svg) center no-repeat;
    -webkit-transition-property: background-color;
    transition-property: background-color
}

.checkbox-links {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

@media (max-width:767px) {
    .checkbox-links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.checkbox.bld input[type=checkbox]+label::before {
    border-width: 2px;
    border-color: #d3663f
}

.checkbox-roll input[type=checkbox]+label::before,
.checkbox-roll input[type=radio]+label::before {
    background: #d9d9d9;
    border-radius: 25px;
    width: 64px;
    height: 35px;
    border: 0;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0 !important
}

.checkbox-roll input[type=checkbox]+label::after,
.checkbox-roll input[type=radio]+label::after {
    content: '';
    background: #fff;
    border-radius: 25px;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 6px;
    top: 6px;
    -webkit-transition: .3s;
    transition: .3s;
    outline: 0 !important
}

.checkbox-roll input[type=checkbox]:checked+label::before,
.checkbox-roll input[type=radio]:checked+label::before {
    background-color: #001D8E
}

.checkbox-roll input[type=checkbox]:checked+label::after,
.checkbox-roll input[type=radio]:checked+label::after {
    background-color: #fff;
    left: 35px
}

.radio-roll input[type=radio]+label::before {
    background-image: none;
    background-color: #fff;
    border-radius: 50%;
    border-color: #fff;
    border-width: 6px;
    outline: 1px solid #d3663f
}

.radio-roll input[type=radio]:checked+label::before {
    background-color: #d3663f
}

.checkbox-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    font-size: 13px
}

.checkbox-color label::before,
.checkbox-text label::before {
    display: none !important
}

.checkbox-color input[type=checkbox]:checked+label,
.checkbox-color input[type=radio]:checked+label {
    border-color: #d3663f;
    outline-width: 1px
}

.checkbox-color input[type=checkbox]+label,
.checkbox-color input[type=radio]+label {
    border-color: #000
}

.checkbox-text input[type=checkbox]:checked+label,
.checkbox-text input[type=radio]:checked+label {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 #00000040;
    box-shadow: 0 0 5px 0 #00000040
}

.range__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.range__input {
    width: 120px;
    text-align: center;
    color: #666;
    padding: 10px !important
}

@media (min-width:992px) and (max-width:1439px) {
    .range__input {
        width: 90px
    }
}

@media (max-width:575px) {
    .range__input {
        width: 100px
    }
}

.range__bar {
    width: 100%
}

.sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border: 1px solid #000;
    padding-left: 10px
}

@media (max-width:767px) {
    .sort {
        font-size: 12px
    }
}

.sort .select select {
    border: 0
}

@media (max-width:767px) {
    .sort {
        padding-left: 0
    }
}

.sort__title {
    margin: 0;
    font-weight: 800;
    letter-spacing: .05em
}

@media (max-width:767px) {
    .sort__title {
        padding-left: 10px
    }
}

.sort__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sort__list a.active {
    color: #d3663f;
    font-weight: 700
}

.sort__list a.active::after {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.sort__list a::after {
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    display: block;
    width: 12px;
    height: 22px;
    background-image: url(/local/templates/deft/css/../img/arrow-top-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 6px;
    margin-top: 4px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

@media (max-width:767px) {
    .sort__list a::after {
        width: 9px;
        height: 9px
    }
}

.sort__list a.up::after {
    margin-top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sort__list li:not(:last-of-type) {
    margin-right: 20px
}

.share {
    position: relative
}

.share__links {
    height: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    top: calc(100% + 5px);
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    box-shadow: 0 0 3px rgba(0, 0, 0, .25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.share__links a {
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.share__links a+a {
    margin-left: 15px
}

.share__links.active {
    height: auto;
    opacity: 1;
    visibility: visible
}

.result-block-wrap {
    min-height: 400px
}

.result-block-cotainer {
    padding-top: 2px;
    padding-bottom: 2px
}

.result-block__flag {
    background-color: #f5f5f5;
    padding: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 20px
}

.result-block__flag>* {
    margin: 0
}

.result-block__flag img {
    margin-right: 10px
}

@media (max-width:1199px) {
    .result-block__flag {
        margin-bottom: 10px
    }
}

.result-block__body {
    padding: 20px;
    background-color: #f5f5f5
}

.result-block__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    font-size: 16px
}

.result-block__line-tit {
    color: gray;
    font-weight: 700
}

.result-block__line+.result-block__line {
    margin-top: 16px
}

.result-block__dop {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

@media (max-width:767px) {
    .result-block__dop {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .result-block__dop .sot__pl-desc {
        min-height: auto
    }
}

.result-block__btns-wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.result-block__btns-wrap>* {
    font-size: 16px
}

@media (max-width:1199px) {
    .result-block__btns-wrap {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }
}

.feat-item,
.result-block__dop-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.result-block__dop-cont {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px
}

.result-block__dop-cont .sot__pl {
    max-width: 320px
}

.feat-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    text-align: center
}

@media (max-width:767px) {
    .feat-item {
        max-width: 400px;
        margin: auto
    }
}

.feat-item__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #d3663f
}

@media (max-width:767px) {
    .feat-item__title {
        font-size: 20px;
        line-height: 25px
    }
}

.feat-item__text {
    font-size: 20px;
    line-height: 28px;
    color: #252525;
    font-weight: 700
}

@media (max-width:767px) {
    .feat-item__text {
        font-size: 16px;
        line-height: 22px
    }
}

.feat-item-numb {
    font-weight: 700;
    font-size: 40px;
    line-height: 65px;
    color: #f49300
}

@media (max-width:767px) {
    .feat-item-numb {
        font-size: 20px;
        line-height: 25px
    }
}

.feat-mini img {
    min-height: 62px;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .feat-mini img {
        margin-bottom: 30px
    }
}

.prev-n {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    min-height: 320px
}

.prev-n:focus,
.prev-n:hover {
    color: #fff
}

@media (max-width:767px) {
    .prev-n {
        min-height: 150px
    }
}

.prev-n__cont {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(37, 37, 37, .3)), to(rgba(37, 37, 37, .3)));
    background: linear-gradient(0deg, rgba(37, 37, 37, .3), rgba(37, 37, 37, .3));
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media (max-width:767px) {
    .prev-n__cont {
        padding: 15px
    }
}

.prev-n__contin {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    width: 100%
}

.prev-n__tag {
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase
}

.prev-n-row.reverse .item-wrap {
    margin-top: 30px
}

@media (max-width:767px) {
    .prev-n-row.reverse .item-wrap {
        margin-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .prev-n-row.reverse {
        margin-left: -10px;
        margin-right: -10px
    }
}

.prev-n-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 0
}

@media (max-width:767px) {
    .prev-n-wrap {
        height: 100%;
        margin-bottom: -50px;
        padding-bottom: 50px;
        overflow-y: hidden;
        overflow-x: scroll
    }
}

.prev-n-wrap .prev-n {
    -ms-flex-preferred-size: calc(33% - 16px);
    flex-basis: calc(33% - 16px);
    margin-right: 30px
}

.prev-n-wrap .prev-n:nth-child(3n) {
    margin-right: 0
}

.info {
    overflow: hidden
}

.info__slides {
    margin-bottom: 20px
}

.info__slides.slider-simple .slick-prev {
    left: 84.8%
}
.info__slides.slider-simple .slick-next {
    left: 91.4%;
}
.info__slide-container {
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
}
.info__slides .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 85.75%;
    left: 87%;
    padding: 25px 0;
}
.info__slides.slider-simple .slick-arrow {
    margin-top: -10px;
    border-radius: 50%;
}
.slider-simple .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width: 1860px) {
    .info__slides.slider-simple .slick-next {
        left: 90.2%;
        /* 3 слайда: */
        /* left: 89.6%; */
    }
}
@media (max-width: 1800px) {

}
@media (max-width: 1680px) {
    .info__slides.slider-simple .slick-next {
        left: 90.4%;
        /* 3 слайда: */
        /* left: 89.75%; */
    }
}
@media (max-width: 1536px) {
    .info__slides.slider-simple .slick-prev {
        left: 84.3%
    }
    .info__slides.slider-simple .slick-next {
        left: 91%;
        /* 3 слайда: */
        /* left: 90%; */
    }
    .info__slide-container {
    }
    .info__slide-content {
        max-width: 820px;
        margin: 0 0 0px 0;
    }
    .slider-simple .slick-arrow {
        top: 100%;
    }
    .info__slides .slick-dots {
        top: 81.75%;
    }
    .info__slide {
        min-height: 633px
    }
    .info__slides.slider-simple .slick-arrow {
        margin-top: -132px;
    }
}
@media (max-width: 1440px) {
    .info__slides-wrap .slick-slide {
        min-height: 632px;
      }

}

@media (max-width: 1439px) {
    .slider-simple .slick-arrow {
        top: 91.1%;
    }
    .info__slide-container {
    }
    .info__slides.slider-simple .slick-arrow {
        margin-top: -32px;
    }
    .info__slides .slick-dots {
        top: 82%;
    }
}
@media (max-width: 1366px) {
    .info__slides.slider-simple .slick-next {
        left: 91%;
        /* 3 слайда: */
        /* left: 90.1%; */
    }
    .info__slide {
        min-height: 685px;
      }
      .info__slides.slider-simple .slick-arrow {
        margin-top: -62px;
      }
      .info__slides .slick-dots {
        top: 78%;
      }
      .info__slides-wrap .slick-slide {
        min-height: 686px;
    }

}
@media (max-width: 1280px) {
    .info__slides.slider-simple .slick-next {
        left: 91.2%;
        /* 3 слайда: */
        left: 90.5%;
    }
    .info__slides-wrap .slick-slide {
        min-height: 547px;
      }
      .info__slides.slider-simple .slick-arrow {
        margin-top: -41px;
      }
      .info__slides .slick-dots {
        top: 79%;
    }
}
@media (max-width: 1200px) {
    .info__slide {
        display: flex;
        flex-direction: column-reverse;
    }

    .slide_overlay {
        display: none;
    }
    .slider-simple .slick-arrow {
        top: 92.1%;
    }
    .info__slides .slick-dots {
        top: 84%;
    }
    .info__slide {
        min-height: 517px;
    }
    .info__slides-wrap .slick-slide {
        min-height: 517px;
    }
}
@media (max-width: 1198px) {
    .info__slides .slick-dots {
        top: 85%;
        width: 100%;
        margin: 0 auto;
        left: auto;
    }
    .slick-dots li button {
        width: 82px;
    }
}
@media (max-width: 991px) {
    .slider_button_big{
        min-width: 330px !important;
        margin: 0 auto 22px auto;
    }
    .info__slides .slick-dots {
        top: 89.5%;
    }
}

@media (max-width: 767px) {
    .info__slides-wrap .slick-slide {
        min-height: 800px;
    }
    .info__slides .slick-dots {
        top: 97.5%;
    }
    .slider_button_big {
        min-width: 355px !important;
        margin: 27px auto -80px auto;
        font-size: 18px !important;
    }
    .info__slide-text-main {
        font-size: 30px !important;
    }
}
@media (max-width: 377px) {
    .slider_button_big {
        margin: 0px auto -50px auto;
    }
    .slider_button_big {
        min-width: 320px !important;
    }
}

.slick-dots li+li {
    margin-left: 3px;
  }
.slick-dots li.slick-active button {
background-color: #fff;
}



.info__slides-wrap {
    margin-bottom: 0
}

@media (max-width:991px) {
    .info__slides-wrap {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .info__slides-wrap {
        margin-bottom: 10px
    }
}

.info__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.info__slide img,
.info__slide picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -1
}

@media (max-width: 1200px) {
    .info__slide img, .info__slide picture {
        position: static;
        overflow: hidden;
    }
}

@media (min-width:1200px) {
    .info__slide-container {
        padding-bottom: 70px;
        padding-top: 70px
    }
}

@media (min-width:768px) {
    .info__slide-container {
        padding-bottom: 70px
    }
}

@media (max-width:767px) {
    .info__slide-container {
        padding-top: 20px;
        padding-bottom: 100px
    }
}

.info__slide-desc,
.info__slide-title {
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, .9);
    color: #fff;
    text-align: center
}

.info__slide-title {
    font-size: 80px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 40px;
    max-width: 1200px
}

@media (max-width:1439px) {
    .info__slide-title {
        font-size: 3rem;
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .info__slide-title {
        font-size: 1.8rem;
        margin-bottom: 20px
    }
}

.info__slide-desc {
    font-size: 40px;
    line-height: 1.2;
    max-width: 920px;
    margin-bottom: 0
}

@media (max-width:1439px) {
    .info__slide-desc {
        font-size: 2rem;
        max-width: 90%
    }
}

@media (max-width:767px) {
    .info__slide-desc {
        font-size: 1.2rem
    }
}

.info__btns {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info__btns>* {
    margin: 20px;
    width: 300px
}

@media (max-width:1439px) {
    .info__btns>* {
        width: 220px
    }
}

@media (max-width:1199px) {
    .info__btns>* {
        margin: 15px;
        width: calc(50% - 30px)
    }
}

@media (max-width:767px) {
    .info__btns>* {
        margin: 5px;
        width: calc(50% - 10px)
    }
}

.info__btn {
    width: 100%;
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    padding: 25px;
    border: 1px solid #666;
    outline: 0;
    font-size: 15px;
    height: 110px
}

.info__btn:focus,
.info__btn:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.info__btn.disabled,
.info__btn:disabled {
    opacity: .4;
    pointer-events: none
}

.info__btn img {
    -webkit-filter: opacity(.7);
    filter: opacity(.7);
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.info__btn::before {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #000;
    z-index: -1
}

.info__btn.active,
.info__btn:focus {
    border: 1px solid #000
}

.info__btn.active::before,
.info__btn:focus::before {
    opacity: 1
}

.info__btn.active img,
.info__btn:focus img {
    -webkit-filter: opacity(1);
    filter: opacity(1)
}

.info__btn:hover {
    border: 1px solid #000
}

@media (max-width:1199px) {
    .info__btn {
        padding: 25px;
        height: 90px
    }
}

@media (max-width:767px) {
    .info__btn {
        padding: 15px;
        height: 60px
    }
}

.info__slide img {
    -webkit-animation: zoom-mini 45s infinite;
    animation: zoom-mini 45s infinite
}

.info-block .info__btns {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.info-block .info__btns li {
    width: 30%;
    border-color: #666
}

@media (max-width:1439px) {
    .info-block .info__btns li {
        width: 300px
    }
}

.info-block .info__btn {
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 700;
    height: 100%;
    min-height: 150px;
    color: #666
}

.info-block .info__btn:hover {
    color: #000;
    border: 1px solid #000
}

.info-block .info__btn::before {
    opacity: 0;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '';
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #000;
    z-index: -1
}

.info-block .info__btn:hover img {
    -webkit-filter: opacity(1);
    filter: opacity(1)
}

@media (max-width:1439px) {
    .info-block .info__btn {
        font-size: 18px;
        line-height: 24px;
        min-height: auto
    }
}

.info__slide-text-main {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px
}

.info__slide-text {
    font-size: 16px;
    color: #000;
}

.slide_overlay {
    width: 100%;
    height: 100%;
    background: linear-gradient(52deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
}

.info__slide__btns {
    margin-top: 25px;
    gap: 20px
}

.info__slide__btns>* {
    font-size: 18px
}

@media (max-width:1199px) {
    .info__slide__btns>* {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .info__slide__btns>* {
        font-size: 1rem
    }
}

@media (max-width:1439px) {
    .info__slide__btns {
        margin-top: 30px
    }
}

@media (max-width:1199px) {
    .info__slide__btns {
        gap: 15px
    }
}

@media (max-width:767px) {
    .info__slide__btns {
        margin-top: 20px;
        gap: 10px
    }
}

.info__slide-content {
    max-width: 820px;
    margin: 0 0 -70px 0;
}

.sot__pl {
    background: #f5f5f5;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    position: relative
}

.sot__pl::before {
    position: absolute;
    top: 12px;
    right: 12px;
    content: "0"counter(flag);
    font-weight: 800;
    font-size: 85px;
    line-height: 1;
    color: #fff;
    z-index: 1
}

@media (max-width:767px) {
    .sot__pl::before {
        font-size: 70px
    }

    .sot__pl {
        padding: 15px 10px
    }
}

.sot__pl.simple {
    background: 0 0;
    padding: 0
}

.sot__pl.simple::before {
    display: none
}

.sot__pl-img {
    margin-bottom: 10px;
    margin-top: auto;
    position: relative;
    z-index: 2
}

@media (max-width:767px) {
    .sot__pl-img {
        margin-bottom: 15px
    }
}

.sot__pl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .sot__pl-wrap {
        margin-bottom: 20px
    }
}

.sot__pl-list {
    counter-reset: flag
}

.sot__pl-wrap {
    counter-increment: flag
}

.sot__pl-text {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .sot__pl-text {
        font-size: 16px
    }
}

.sot__pl-desc {
    margin-top: 10px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .sot__pl-desc {
        min-height: 90px
    }
}

.sot__title {
    font-size: 48px;
    line-height: 1.2;
    text-transform: uppercase
}

@media (max-width:1439px) {
    .sot__title {
        font-size: 36px
    }
}

@media (max-width:1199px) {
    .sot__title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .sot__title {
        font-size: 20px
    }
}

.sot__text {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width:767px) {
    .sot__text {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .sot__btn {
        margin-top: 20px
    }

    .sot__feat img {
        max-width: 50px
    }

    .sot__feat h3 {
        font-size: 13px
    }

    .sot__feat .item-wrap:first-of-type {
        margin-top: 20px
    }
}

.sot__feat-n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fcfcfc;
    border-radius: 7px;
    padding: 40px;
    text-align: center;
    height: 100%
}

@media (max-width:767px) {
    .sot__feat-n {
        padding: 20px 12px
    }
}

.sot__feat-n-text {
    margin-bottom: 20px;
    color: #000
}

.sot__feat-n-text:focus,
.sot__feat-n-text:hover {
    color: #000
}

@media (max-width:767px) {
    .sot__feat-n-text {
        margin-bottom: 0
    }
}

.sot__feat-n__btn {
    margin-top: auto
}

@media (max-width:767px) {
    .sot__feat-n__btn {
        display: none
    }
}

.sot__tit {
    padding-bottom: 10px;
    margin-bottom: 35px;
    border-bottom: 3px solid #d3663f
}

.sot__block {
    color: #000;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    outline: 1px solid #d3663f;
    outline-offset: -10px
}

.sot__block h3,
.sot__block-desc {
    padding: 20px 20px 30px;
    margin: 0;
    text-align: center
}

.sot__block:hover {
    color: #000
}

.sot__block-desc {
    max-width: 400px;
    margin: auto;
    padding: 0 20px 30px
}

.sot__block-desc h3 {
    padding: 0
}

.sot__block-desc p {
    margin: 10px 0 0;
    font-size: 14px
}

.img-fl img,
.sot__block-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1200px) {
    .sot__proj {
        font-size: 18px
    }
}

.sot__ul li::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: 10px;
    margin-right: 10px;
    background: #d3663f
}

.sot__slider .brand__img-wrap {
    padding: 15px
}

.sot__dec-wrap {
    position: relative
}

.sot__dec-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 270px
}

.sot__dec-content .title {
    color: #fff
}

.sot__c-block {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 70px;
    overflow: hidden
}

@media (max-width:767px) {
    .sot__c-block {
        margin-bottom: 50px
    }
}

.sot__c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 22px 30px 20px;
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sot__c .sot__c-text,
.sot__c .sot__c-title {
    text-align: center
}

.sot__c+.sot__c {
    position: relative
}

.sot__c+.sot__c::before {
    position: absolute;
    content: '';
    display: block;
    height: 80%;
    width: 2px;
    background-color: #d3663f;
    top: 10%;
    left: -2px
}

@media (max-width:767px) {
    .sot__c {
        padding: 15px
    }
}

.sot__c-title {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: #d3663f
}

@media (max-width:1199px) {
    .sot__c-title {
        font-size: 36px;
        line-height: 42px
    }
}

@media (max-width:767px) {
    .sot__c-title {
        font-size: 24px;
        line-height: 30px
    }
}

.sot__c-text {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000
}

@media (max-width:1199px) {
    .sot__c-text {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .sot__c-text {
        font-size: 18px;
        line-height: 25px
    }
}

@media (min-width:1200px) {
    .sot__c-item {
        margin-left: 20px
    }
}

.sot__c-item+.sot__c-item {
    margin-top: 20px
}

.sertif__img-wrap {
    display: block;
    position: relative
}

.sertif__img-wrap::after,
.sertif__img-wrap::before {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%
}

.sertif__img-wrap::before {
    background: rgba(0, 0, 0, .6);
    z-index: 100
}

.sertif__img-wrap::after {
    z-index: 101;
    background: url(/local/templates/deft/css/../img/sertif-icon-hover.svg) no-repeat center;
    background-size: 30px
}

.sertif__img-wrap:hover::after,
.sertif__img-wrap:hover::before {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1
}

.sot__et {
    position: relative
}

.sot__et-num {
    position: absolute;
    background-color: #d3663f;
    width: 100px;
    height: 100px;
    font-size: 48px;
    line-height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #fff;
    top: 60px
}

@media (max-width:767px) {
    .sot__et-num {
        width: 70px;
        height: 70px;
        font-size: 28px;
        line-height: 35px
    }
}

.sot__et-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 50px
}

.sot__et-title {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    padding: 20px 15px;
    text-align: center
}

@media (max-width:767px) {
    .sot__et-title {
        font-size: 18px;
        line-height: 24px
    }
}

.sot__form-wrap {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 3px;
    padding: 10px
}

.sot__text-big {
    font-size: 24px;
    line-height: 33px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .sot__text-big {
        font-size: 18px;
        line-height: 25px
    }
}

.sot__btn {
    margin: 30px auto 0
}

.category__tabs-wrap,
.sot__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category__tabs-cont .tabs-cont__item,
.mont-acc-text+.mont-acc-text b {
    padding-top: 20px
}

.category__tabs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.category__tabs-wrap.over-hid .tabs-cont__item {
    padding: 1px
}

.category__tabs-cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.category__slider,
.category__tabs-cont .tabs-cont__item.active,
.category__tabs-cont>* {
    height: 100%
}

.category+.category {
    margin-top: 80px
}

@media (max-width:991px) {
    .category+.category {
        margin-top: 40px
    }
}

.category__top {
    margin-bottom: 0
}

.category__banner,
.category__banner a {
    width: 100%;
    height: 100%
}

.category-btns,
.category__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) {

    .category-btns .btn-orange.active,
    .category-btns .btn-orange:focus,
    .category-btns .btn-orange:hover {
        color: #000;
        background-color: #faaa17
    }

    .category-btns .btn-gray.active,
    .category-btns .btn-gray:focus,
    .category-btns .btn-gray:hover {
        color: #000;
        background-color: #ededed;
        border-color: #ededed
    }
}

.category__buttons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.category__button {
    -webkit-transition: .3s;
    transition: .3s;
    padding: 0;
    border: 0;
    width: 20px;
    height: 20px;
    background: #faaa17;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: absolute
}

.category__button.active {
    background: #f47321
}

.category__button:active,
.category__button:focus {
    outline: 0
}

.category__points {
    position: relative;
    max-width: 570px;
    margin-top: auto
}

@media (min-width:1200px) {
    .category__points {
        margin-left: auto
    }
}

@media (max-width:1199px) {
    .category__points {
        margin: auto
    }
}

.category__points img {
    max-height: 200px
}

@media (max-width:1199px) {
    .category__points {
        margin-top: 50px
    }
}

.category__points-desc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.category__points-info {
    -webkit-transition: .3s;
    transition: .3s;
    position: absolute;
    top: -50px;
    left: 10px;
    z-index: 0;
    opacity: 0;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff
}

.category__points-info.active {
    z-index: 1;
    opacity: 1
}

.category__points-info p {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px
}

@media (max-width:767px) {

    .category__buttons,
    .category__points-desc {
        display: none
    }

    .category__points img {
        max-width: 100%
    }

    .category__points {
        margin-top: 0
    }
}

.count-or {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 20px;
    height: 20px;
    border-radius: 50px;
    background-color: #d3663f;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #000;
    padding: 2px 6px;
    right: -6px;
    margin: 0
}

.category__decor-block,
.category__feat-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.category__feat-tit {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 15px
}

@media (max-width:767px) {
    .category__feat-tit img {
        max-height: 30px
    }
}

.category__decor-block {
    position: relative
}

@media (min-width:768px) {
    .category__decor-block {
        min-height: 200px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .category__decor-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .category__decor-text {
        background-color: #f5f5f5;
        padding: 30px 40px 30px 150px;
        margin-left: 100px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.category__decor-img {
    border-radius: 50%
}

@media (min-width:768px) {
    .category__decor-img {
        position: absolute;
        width: 200px;
        height: 200px;
        left: 0;
        top: 0
    }
}

@media (max-width:767px) {
    .category__decor-img {
        -ms-flex-item-align: center;
        align-self: center;
        max-width: 150px;
        margin-bottom: 20px
    }
}

.brand-row {
    margin-top: 40px
}

@media (max-width:767px) {
    .brand-row {
        margin-top: 30px
    }
}

.brand-wrap {
    padding: 0 20px;
    margin-bottom: 80px
}

@media (max-width:1199px) {
    .brand-wrap {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .brand-wrap {
        margin-bottom: 50px
    }
}

.brand-wrap .part {
    width: 100%
}

.brand-wrap .part img {
    max-height: 120px
}

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

@media (min-width:1200px) {
    .brand__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.brand__img-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 10px;
    width: 200px;
    height: 150px;
    background-color: #f5f5f5;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1200px) {
    .brand__img-wrap {
        margin-bottom: 10px;
        margin-right: 40px
    }
}

@media (max-width:1199px) {
    .brand__img-wrap {
        width: 150px;
        height: 70px;
        margin-bottom: 20px
    }
}

.brand__img-wrap img {
    max-width: 100%;
    max-height: 100%
}

.brand__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .brand__title {
        font-size: 24px;
        margin-bottom: 30px
    }
}

.brand__title a,
.preview__title a,
.search-line__result>a {
    color: #000
}

@media (min-width:1200px) {

    .brand__title a:focus,
    .brand__title a:hover {
        color: #d3663f
    }
}

.brand__desc {
    margin-bottom: 0
}

.brand__bottom {
    margin-top: 20px
}

.brand__slider:not(.slick-initialized) {
    opacity: 0;
    height: 0;
    visibility: hidden
}

.brand__slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.brand__slider .part img {
    max-height: none
}

.brand__slider .part__title {
    font-weight: 400;
    font-size: 14px;
    height: 100%
}

.brand__slider .part {
    max-height: 120px
}

.brand__slider .doc-wrap p {
    font-size: 14px;
    margin-top: 10px
}

.tile {
    display: block;
    position: relative;
    z-index: 2
}

@media (min-width:1200px) {
    .tile {
        overflow: hidden;
        color: #000
    }

    .tile img {
        -webkit-transition: .3s;
        transition: .3s;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    .tile:focus img,
    .tile:hover img {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

@media (min-width:1200px) and (min-width:1200px) {

    .tile:focus,
    .tile:hover {
        color: #d3663f
    }
}

.tile__title {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(30.73%, rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, .9) 30.73%, rgba(255, 255, 255, 0) 100%);
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.4;
    padding: 14px 10px;
    margin: 0
}

@media (max-width:1199px) {
    .tile__title {
        color: #000
    }
}

.tile__title.bottom {
    top: auto;
    bottom: 20px
}

.project__img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:1199px) {
    .project__img-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 20px
    }
}

.project__slider {
    margin: 0 auto !important
}

@media (max-width:1199px) {
    .project__slider {
        max-width: 600px
    }
}

.preview,
.preview__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
}

.preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    padding: 10px
}

@media (min-width:1200px) {

    .preview:not(.def):focus,
    .preview:not(.def):hover {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        color: #000
    }

    .preview:not(.def):focus .preview__img img,
    .preview:not(.def):hover .preview__img img {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

.preview.active {
    padding: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.preview__img {
    margin-bottom: 20px;
    overflow: hidden
}

.preview__img img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:1200px) {
    .preview__img img {
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.preview__btn {
    margin-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.preview__bottom {
    margin-top: auto
}

.preview__img-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
}

@media (max-width:1199px) {
    .preview__img-sm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .preview__img-sm img {
        max-width: 60px
    }
}

.preview__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: none;
}

@media (max-width:767px) {
    .preview__title {
        font-size: 16px
    }
}

.preview__title+:not(.preview__bottom) {
    margin-top: 20px
}

@media (min-width:1200px) {

    .preview__title a:focus,
    .preview__title a:hover {
        color: #d3663f
    }
}

.preview__text {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: none;
    color: #666666;
}

.menu-d__banner a img,
.search-line input,
.slide .preview,
.slide .preview .preview__img img {
    width: 100%;
    border-radius: 5px;
}

.preview-slider .slick-list {
    padding: 5px;
    height: calc(100% + 10px);
    margin: -5px
}

.preview.big {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.preview.big:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.preview.big .preview__img {
    margin-bottom: 0
}

.preview.big .preview__content {
    background-color: #f5f5f5;
    padding: 20px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.preview.big .preview__title {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .preview.big .preview__title {
        margin-bottom: 20px
    }
}

.preview.big .preview__text {
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width:767px) {
    .preview.big .preview__text {
        margin-bottom: 20px
    }
}

.preview.big .preview__bottom {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:1199px) {
    .preview.big .preview__bottom img {
        max-width: 50px
    }
}

.preview.big .preview__btn {
    margin-left: auto;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 16px;
    gap: 10px
}

@media (max-width:767px) {
    .preview.big .preview__btn {
        font-size: 1rem
    }

    .preview.big .preview__btn svg {
        max-width: 9px
    }
}

.preview.bg-gray {
    background-color: #f5f5f5
}

.preview.small {
    padding: 20px
}

.preview.small .preview__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .preview.small .preview__title {
        font-size: 24px;
        margin-bottom: 0
    }
}

.preview.small .preview__text {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(13px*2*1.3)
}

.part {
    position: relative;
    color: #fff;
    display: block
}

.part:focus,
.part:hover {
    color: #fff
}

.part img {
    z-index: -1
}

@media (min-width:1200px) {
    .part {
        overflow: hidden
    }

    .part img {
        -webkit-transition: .3s;
        transition: .3s;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    .part:focus,
    .part:hover {
        color: #d3663f
    }

    .part:focus img,
    .part:hover img {
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: scale(1.04);
        transform: scale(1.04)
    }
}

.part__title {
    position: absolute;
    z-index: 1;
    bottom: 0;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(37, 37, 37, 0)), to(#000));
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 50%, #000 100%);
    height: 100%;
    width: 100%;
    padding: 15px 8px;
    font-weight: 700;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center
}

@media (max-width:767px) {
    .part__title {
        font-size: .8rem
    }
}

.empty-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.empty-block.mh-700 {
    min-height: 700px
}

@media (max-width:767px) {
    .empty-block.mh-700 {
        min-height: 400px
    }
}

.empty-block.mh-700 .empty-block__container {
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat
}

.empty-block__body,
.empty-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.empty-block__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.empty-block__container.big {
    padding-top: 150px;
    padding-bottom: 150px
}

@media (max-width:767px) {
    .empty-block__container.big {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.empty-block__body {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1100px
}

.empty-block__body img {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .empty-block__body img {
        margin-bottom: 20px
    }
}

.empty-block__text {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
    text-align: center
}

@media (max-width:767px) {
    .empty-block__text {
        font-size: 16px
    }
}

.b-404 {
    color: rgba(255, 255, 255, .9);
    min-height: 80vh
}

.b-404_t {
    font-size: 140px;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 800;
    opacity: .6
}

@media (max-width:767px) {
    .b-404_t {
        font-size: 80px
    }
}

.blog {
    font-size: 16px
}

.blog .blog__img,
.blog img {
    display: block;
    margin: 30px 0
}

.blog__prev {
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1199px) {
    .blog__prev {
        min-height: auto
    }
}

.blog__title {
    margin-bottom: 0
}

@media (min-width:1200px) {
    .blog__title {
        max-width: 70%
    }
}

.blog__img {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.search-line {
    position: relative
}

.search-line__result-wrap {
    position: relative;
    display: none
}

.search-line__result-wrap.active {
    display: block
}

.search-line__result {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 400px;
    overflow-y: auto;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2)
}

@media (min-width:1200px) {

    .search-line__result>a:focus,
    .search-line__result>a:hover {
        color: #d3663f
    }
}

.search-line__result a+a {
    margin-top: 10px
}

.search-line__result:empty {
    padding: 0
}

.search-line__btn {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    letter-spacing: .05em;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-line__btn:focus,
.search-line__btn:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.search-line__btn.disabled,
.search-line__btn:disabled {
    opacity: .4;
    pointer-events: none
}

.search-line__btn+input {
    padding-right: 50px !important
}

.search-line__result-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.search-line__result-item img {
    width: 80px;
    margin-right: 10px
}

@media (max-width:767px) {
    .search-line__result-item img {
        width: 50px
    }

    .search-line__result-item {
        font-size: 12px;
        font-weight: 700
    }
}

.search-line__aside {
    overflow-y: auto
}

.search-line__aside-block .top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 12px
}

.search-line__aside-block .top-line .btn-def {
    font-size: 14px;
    line-height: 19px;
    color: gray
}

.search-line__aside-block .res-it {
    background: 0 0
}

@media (max-width:767px) {
    .search-line__aside-block .res-it {
        padding-left: 25px;
        background-position: left center;
        background-repeat: no-repeat
    }

    .search-line__aside-block.history .res-it {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuMTQ0MTMgNC4xMTU5MUM2LjQxNjkgMS44NDMxNCAxMC4xMDQ1IDEuODQwODIgMTIuMzc0NCA0LjExMDc0QzE0LjY0NDMgNi4zODA2NiAxNC42Njg3IDEwLjA5NSAxMi4zOTU5IDEyLjM2NzdDMTAuMTIzMiAxNC42NDA1IDYuMzgyMTMgMTQuNjQyOSA0LjExMjIyIDEyLjM3MjlDMy43OTE3NiAxMi4wNTI1IDMuNDk4MDQgMTEuNzA1MyAzLjI1Nzc5IDExLjMwNDZDMy4xNTEwMSAxMS4xNDQzIDMuMjA0NjIgMTAuODc3MSAzLjM5MTcyIDEwLjc5NjhDMy41NTIxMiAxMC42ODk4IDMuODE5MyAxMC43NDMxIDMuODk5MzUgMTAuOTMwMUM0LjExMjkyIDExLjI1MDYgNC4zMjY0OSAxMS41NzExIDQuNjIwMjUgMTEuODY0OUM2LjU5NjQxIDEzLjg0MTEgOS44Mjk3MiAxMy44NjU4IDExLjgzNTEgMTEuODYwNEMxMy44NDA1IDkuODU0OTggMTMuODE1OCA2LjYyMTY3IDExLjgzOTYgNC42NDU1MUM5Ljg2MzQ4IDIuNjY5MzUgNi42MzAxNyAyLjY0NDY2IDQuNjI0NzggNC42NTAwNEM0LjMzMDY2IDQuOTQ0MTcgNC4wODk5OCA1LjIzODI2IDMuODc1OTcgNS42MTI0OUMzLjc2ODk4IDUuNzcyODkgMy41Mjg0NCA1Ljg1MzIxIDMuMzY4MTcgNS43NDY0MkMzLjIwNzkxIDUuNjM5NjQgMy4xMjc5IDUuMzk5MTkgMy4yMzQ4OCA1LjIzODc5QzMuNTAyMzcgNC44MTEwOCAzLjc5NjUzIDQuNDYzNTEgNC4xNDQxMyA0LjExNTkxWiIgZmlsbD0iIzgwODA4MCIvPgo8cGF0aCBkPSJNMy4xMTMyOCAyLjcyNjU2TDMuMzQxMTMgNS41MTcyOEMzLjM1MDEyIDUuNjI3MzcgMy40NDY2NSA1LjcwOTMzIDMuNTU2NzQgNS43MDAzNEw2LjM0NzQ2IDUuNDcyNDkiIHN0cm9rZT0iIzgwODA4MCIgc3Ryb2tlLXdpZHRoPSIwLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNy43MzA0NyA2LjEwMTU2VjguOTAxNTZDNy43MzA0NyA5LjAxMjAyIDcuODIwMDEgOS4xMDE1NiA3LjkzMDQ3IDkuMTAxNTZIMTAuNzMwNSIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjAuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=)
    }

    .search-line__aside-block.search-in .res-it {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNjI1MDUgOS4yNjg0OEMyLjA3MjI2IDkuMjY4NDggMCA3LjE5ODgyIDAgNC42NDkyNEMwIDIuMDk5NjYgMi4wNzIyNiAwIDQuNjI1MDUgMEM3LjE3Nzg0IDAgOS4yODAxNCAyLjA5OTY2IDkuMjgwMTQgNC42NDkyNEM5LjI4MDE0IDUuMDA5MTggOS4yNTAxMSA1LjM2OTEyIDkuMTYwMDEgNS43MjkwNkM5LjEyOTk4IDUuODc5MDQgOC45NDk3OCA1Ljk5OTAyIDguNzk5NjIgNS45MzkwM0M4LjY0OTQ1IDUuOTA5MDMgOC41MjkzMiA1LjcyOTA2IDguNTg5MzkgNS41NzkwOUM4LjY0OTQ1IDUuMjc5MTQgOC43MDk1MiA0Ljk3OTE5IDguNzA5NTIgNC42NDkyNEM4LjcwOTUyIDIuNDI5NiA2LjkwNzU1IDAuNTk5OTAyIDQuNjU1MDkgMC41OTk5MDJDMi40MDI2MyAwLjU5OTkwMiAwLjYwMDY1NiAyLjQyOTYgMC42MDA2NTYgNC42NDkyNEMwLjYwMDY1NiA2Ljg2ODg4IDIuNDAyNjMgOC42OTg1OCA0LjY1NTA5IDguNjk4NThDNC45ODU0NSA4LjY5ODU4IDUuMjg1NzggOC42Njg1OCA1LjYxNjE0IDguNTc4NkM1Ljc2NjMgOC41NDg2IDUuOTQ2NSA4LjYzODU5IDUuOTc2NTMgOC43ODg1NkM2LjAwNjU2IDguOTM4NTQgNS45MTY0NyA5LjExODUxIDUuNzY2MyA5LjE0ODVDNS4zNzU4NyA5LjIzODQ5IDUuMDE1NDggOS4yNjg0OCA0LjYyNTA1IDkuMjY4NDhaIiBmaWxsPSIjODA4MDgwIi8+CjxwYXRoIGQ9Ik0xMC45NjI5IDEyLjAwMjlDMTAuNjkyNiAxMi4wMDI5IDEwLjQyMjMgMTEuODgyOSAxMC4yMTIxIDExLjcwM0w2LjkwODQ2IDguNDAzNDlDNi43ODgzMyA4LjI4MzUxIDYuNzg4MzMgOC4xMDM1NCA2LjkwODQ2IDcuOTgzNTZDNy4wMjg1OSA3Ljg2MzU4IDcuMjA4NzggNy44NjM1OCA3LjMyODkyIDcuOTgzNTZMMTAuNjMyNSAxMS4yODNDMTAuODEyNyAxMS40NjMgMTEuMTEzIDExLjQ2MyAxMS4yNjMyIDExLjI4M0MxMS40NDM0IDExLjEwMzEgMTEuNDQzNCAxMC44MDMxIDExLjI2MzIgMTAuNjUzMUw3Ljk1OTYgNy4zNTM2N0M3LjgzOTQ3IDcuMjMzNjkgNy44Mzk0NyA3LjA1MzcyIDcuOTU5NiA2LjkzMzc0QzguMDc5NzMgNi44MTM3NSA4LjI1OTkzIDYuODEzNzUgOC4zODAwNiA2LjkzMzc0TDExLjY4MzcgMTAuMjMzMkMxMi4xMDQxIDEwLjY1MzEgMTIuMTA0MSAxMS4zMTMgMTEuNjgzNyAxMS43MzI5QzExLjUwMzUgMTEuODgyOSAxMS4yMzMyIDEyLjAwMjkgMTAuOTYyOSAxMi4wMDI5WiIgZmlsbD0iIzgwODA4MCIvPgo8cGF0aCBkPSJNNC42MjM2OSA4LjEwMTk5QzIuNzMxNjMgOC4xMDE5OSAxLjE2OTkyIDYuNTQyMjUgMS4xNjk5MiA0LjY1MjU2QzEuMTY5OTIgMi43NjI4NyAyLjczMTYzIDEuMjAzMTIgNC42MjM2OSAxLjIwMzEyQzYuNTE1NzUgMS4yMDMxMiA4LjA3NzQ2IDIuNzYyODcgOC4wNzc0NiA0LjY1MjU2QzguMDc3NDYgNi41NDIyNSA2LjU0NTc5IDguMTAxOTkgNC42MjM2OSA4LjEwMTk5Wk00LjYyMzY5IDEuODAzMDNDMy4wNjE5OSAxLjgwMzAzIDEuNzcwNTggMy4wOTI4MSAxLjc3MDU4IDQuNjUyNTZDMS43NzA1OCA2LjIxMjMgMy4wNjE5OSA3LjUwMjA5IDQuNjIzNjkgNy41MDIwOUM2LjE4NTM5IDcuNTAyMDkgNy40NzY4IDYuMjEyMyA3LjQ3NjggNC42NTI1NkM3LjQ3NjggMy4wOTI4MSA2LjIxNTQzIDEuODAzMDMgNC42MjM2OSAxLjgwMzAzWiIgZmlsbD0iIzgwODA4MCIvPgo8L3N2Zz4K)
    }

    .search-line__aside-block.search-in-2 .res-it {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMyAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTE2NDkgMUgxLjg3OTEyQzEuMzkzNiAxIDEgMS4zOTM2IDEgMS44NzkxMlY0LjUxNjQ5QzEgNS4wMDIwMSAxLjM5MzYgNS4zOTU2MSAxLjg3OTEyIDUuMzk1NjFINC41MTY0OUM1LjAwMjAxIDUuMzk1NjEgNS4zOTU2MSA1LjAwMjAxIDUuMzk1NjEgNC41MTY0OVYxLjg3OTEyQzUuMzk1NjEgMS4zOTM2IDUuMDAyMDEgMSA0LjUxNjQ5IDFaIiBzdHJva2U9IiM4MDgwODAiIHN0cm9rZS13aWR0aD0iMC43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTExLjU0OTcgMUg4LjkxMjMzQzguNDI2OCAxIDguMDMzMiAxLjM5MzYgOC4wMzMyIDEuODc5MTJWNC41MTY0OUM4LjAzMzIgNS4wMDIwMSA4LjQyNjggNS4zOTU2MSA4LjkxMjMzIDUuMzk1NjFIMTEuNTQ5N0MxMi4wMzUyIDUuMzk1NjEgMTIuNDI4OCA1LjAwMjAxIDEyLjQyODggNC41MTY0OVYxLjg3OTEyQzEyLjQyODggMS4zOTM2IDEyLjAzNTIgMSAxMS41NDk3IDFaIiBzdHJva2U9IiM4MDgwODAiIHN0cm9rZS13aWR0aD0iMC43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTQuNTE2NDkgOC4wMzEyNUgxLjg3OTEyQzEuMzkzNiA4LjAzMTI1IDEgOC40MjQ4NSAxIDguOTEwMzdWMTEuNTQ3N0MxIDEyLjAzMzMgMS4zOTM2IDEyLjQyNjkgMS44NzkxMiAxMi40MjY5SDQuNTE2NDlDNS4wMDIwMSAxMi40MjY5IDUuMzk1NjEgMTIuMDMzMyA1LjM5NTYxIDExLjU0NzdWOC45MTAzN0M1LjM5NTYxIDguNDI0ODUgNS4wMDIwMSA4LjAzMTI1IDQuNTE2NDkgOC4wMzEyNVoiIHN0cm9rZT0iIzgwODA4MCIgc3Ryb2tlLXdpZHRoPSIwLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTEuNTQ5NyA4LjAzMTI1SDguOTEyMzNDOC40MjY4IDguMDMxMjUgOC4wMzMyIDguNDI0ODUgOC4wMzMyIDguOTEwMzdWMTEuNTQ3N0M4LjAzMzIgMTIuMDMzMyA4LjQyNjggMTIuNDI2OSA4LjkxMjMzIDEyLjQyNjlIMTEuNTQ5N0MxMi4wMzUyIDEyLjQyNjkgMTIuNDI4OCAxMi4wMzMzIDEyLjQyODggMTEuNTQ3N1Y4LjkxMDM3QzEyLjQyODggOC40MjQ4NSAxMi4wMzUyIDguMDMxMjUgMTEuNTQ5NyA4LjAzMTI1WiIgc3Ryb2tlPSIjODA4MDgwIiBzdHJva2Utd2lkdGg9IjAuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=)
    }
}

.search-line__aside-block+.search-line__aside-block {
    margin-top: 35px
}

@media (max-width:767px) {
    .search-line__aside-block+.search-line__aside-block {
        margin-top: 20px
    }
}

.res-it,
.search-line__aside-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.res-it,
.res-it .btn-def {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.res-it .btn-def {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0s;
    transition: 0s;
    opacity: 0
}

.res-it .btn-def svg {
    width: 12px;
    height: 12px
}

@media (max-width:766px) {
    .res-it .btn-def {
        opacity: 1
    }
}

.res-it a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #000
}

@media (min-width:768px) {
    .res-it:hover .btn-def {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1
    }

    .res-it:hover a {
        color: #d3663f
    }
}

.res-it+.res-it {
    margin-top: 14px
}

.search-line__aside-tags {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
    gap: 5px;
    margin-bottom: 20px
}

.search-line__aside-tags span {
    padding: 8px;
    background: #ededed;
    border-radius: 5px;
    font-size: 12px
}

@media (max-width:767px) {
    .search-line__aside-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.ser-res-empt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .ser-res-empt {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ser-res-empt svg {
        width: 36px;
        height: 36px;
        margin-bottom: 20px
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 105;
    width: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #f5f5f5));
    background: #f5f5f5;
}

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

@media (max-width:1199px) {
    .header__menu-wrap {
        position: absolute;
        display: none;
        margin: 0;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: calc(100vh - 100px);
        overflow: hidden
    }

    .header__menu-wrap.visible {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__menu,
.header_menu-item-block .header__container-in {
    font-weight: 800
}

@media (min-width:1200px) {

    .header__menu,
    .header_menu-item-block .header__container-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 25px;
        padding: 0;
        max-width: none;
        margin-right: 20px
    }
}

@media (max-width:1439px) {

    .header__menu,
    .header_menu-item-block .header__container-in {
        gap: 17px
    }
}

@media (max-width:1199px) {

    .header__menu,
    .header_menu-item-block .header__container-in {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__menu {
        width: 100%;
        overflow-y: auto;
        gap: 0
    }

    .header_menu-item-block .header__container-in {
        gap: 20px
    }

    .header__menu>* {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .header__menu>:first-of-type {
        background: #fff
    }

    .header__menu>:first-of-type .header__container-in {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__menu>:last-of-type {
        background: #f5f5f5
    }
}

.header__block {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__block.block-left {
    padding-right: 60px
}

.header__block.block-right {
    background-color: #f5f5f5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 40px;
    position: relative
}

@media (max-width:1199px) {
    .header__block.block-right {
        position: static
    }
}

@media (max-width:1439px) {
    .header__block.block-left {
        padding-right: 40px
    }

    .header__block.block-right {
        padding-left: 30px
    }
}

@media (min-width:1200px) {
    .header__block.block-left .header__btn-catalog {
        display: none
    }
}

@media (max-width:1199px) {
    .header__block {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .header__block.block-left {
        padding-right: 0;
    }

    .header__block.block-left .btn-burger-menu {
        margin: 0
    }

    .header__block.block-left .btn-burger-menu span {
        width: 20px;
        background-color: #001D8E !important;
    }

    .header__block.block-left .btn-burger-menu span+span {
        margin-top: 4px
    }

    .header__block.block-left .header__btn-catalog.active .btn-burger-menu span:nth-child(1) {
        -webkit-transform: translateY(6px) translateZ(0) rotate(45deg);
        transform: translateY(6px) translateZ(0) rotate(45deg)
    }

    .header__block.block-left .header__btn-catalog.active .btn-burger-menu span:nth-child(3) {
        -webkit-transform: translateY(-6px) translateZ(0) rotate(-45deg);
        transform: translateY(-6px) translateZ(0) rotate(-45deg)
    }

    .header__block.block-right {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:767px) {
    .header__block {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header__block.block-left .btn-burger-menu span {
        width: 18px;
        border-radius: 4px;
    }

    .header__block.block-left .btn-burger-menu span+span {
        margin-top: 3px
    }

    .header__btn-catalog .btn-burger-menu span {
        height: 3px;
    }

    .header__block.block-left .header__btn-catalog.active .btn-burger-menu span:nth-child(1) {
        -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
        transform: translateY(5px) translateZ(0) rotate(45deg)
    }

    .header__block.block-left .header__btn-catalog.active .btn-burger-menu span:nth-child(3) {
        -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
        transform: translateY(-5px) translateZ(0) rotate(-45deg)
    }
}

.header__logo {
    max-width: 247px;
    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
}

@media (max-width:1439px) {
    .header__logo {
        max-width: 180px
    }
}

@media (max-width:1199px) {
    .header__logo.desk {
        display: none
    }
}

@media (min-width:1200px) {
    .header__logo.mob {
        display: none
    }
}

.header__text {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #000
}

.header__text:focus,
.header__text:hover {
    color: #000;
    opacity: .7
}

.header__menu-link {
    position: relative
}

@media (min-width:1200px) {
    .header__menu-link::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: -2px;
        background-color: #000;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s
    }

    .header__menu-link:focus,
    .header__menu-link:focus:before,
    .header__menu-link:hover,
    .header__menu-link:hover:before {
        opacity: 1
    }
}

.header__btn-catalog {
    border: 0;
    padding: 0;
    background: 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

.header__btn-catalog:focus {
    opacity: 1
}

.header__btn-catalog.active {
    color: #d3663f
}

.header__btn-catalog.active>.btn-burger-menu span {
    background-color: #d3663f
}

.header__btn-catalog.active>.btn-burger-menu span:nth-child(1) {
    -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
    transform: translateY(5px) translateZ(0) rotate(45deg)
}

.header__btn-catalog.active>.btn-burger-menu span:nth-child(3) {
    -webkit-transform: translateY(-5px) translateZ(0) rotate(-45deg);
    transform: translateY(-5px) translateZ(0) rotate(-45deg)
}

.header__btn-catalog.active>.btn-burger-menu span:nth-child(2) {
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

.header__btn-catalog .btn-burger-menu {
    margin-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    width: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__btn-catalog .btn-burger-menu span {
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000
}

.header__btn-catalog .btn-burger-menu span+span {
    margin-top: 3px
}

.header__btn-catalog .btn-burger-menu,
.header__container,
.header__container-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width:1200px) {
    .header__container-in {
        padding: 0;
        max-width: none
    }
}

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

@media (max-width:1199px) {
    .header__btns {
        gap: 20px
    }
}

.header__icon a,
.header__icon-cont,
.header__icon>button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__icon a,
.header__icon>button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__icon .header__icon-fill {
    stroke: #000
}

@media (min-width:1200px) {
    .header__icon:not(:first-of-type) {
        margin-left: 10px
    }
}

.header__icon-cont {
    position: relative;
    width: 34px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__icon-cont .count {
    position: absolute;
    top: -7px;
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    background-color: #d3663f;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding: 2px 6px;
    right: -7px;
    margin: 0
}

.header__icon-cont svg {
    -webkit-transition: .3s;
    transition: .3s
}
.header__btn-with-arr {
    text-transform: uppercase;
    font-size: 13px
}

@media (max-width:1439px) {
    .header__btn-with-arr {
        font-size: 12px
    }
}

.header__info {
    margin-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 2px
}

@media (max-width:1439px) {
    .header__info {
        margin-left: 10px
    }
}

@media (max-width:1199px) {
    .header__info {
        display: none
    }
}



.header__tel:focus,
.header__tel:hover {
    color: #000;
    opacity: .7
}


.header__catalog {
    display: none
}

.header__catalog.active {
    display: block
}

@media (max-width:1199px) {
    .header__catalog.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1200px) {
    .header__catalog {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        position: absolute;
        top: 100%;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 35px 15px 0 40px;
        -webkit-box-shadow: 0 4px 4px 0 #00000040;
        box-shadow: 0 4px 4px 0 #00000040;
        z-index: -1
    }
}

@media (max-width:1439px) {
    .header__catalog {
        padding: 20px 10px 0 30px
    }
}

@media (max-width:1199px) {
    .header__catalog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 0;
        gap: 25px 10px
    }
}

.header__catalog-item {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-right: 25px;
    padding-bottom: 35px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid
}

@media (min-width:1200px) {

    .header__catalog-item:focus,
    .header__catalog-item:hover {
        color: #d3663f;
        opacity: 1
    }

    .header__catalog-item:focus .active,
    .header__catalog-item:hover .active {
        opacity: 1
    }

    .header__catalog-item:focus .def,
    .header__catalog-item:hover .def {
        opacity: 0
    }
}

@media (max-width:1439px) {
    .header__catalog-item {
        gap: 15px;
        padding-right: 20px;
        padding-bottom: 30px
    }
}

@media (max-width:1199px) {
    .header__catalog-item {
        padding: 0;
        -ms-flex-preferred-size: calc(33% - 10px*2);
        flex-basis: calc(33% - 10px*2);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }
}

@media (max-width:767px) {
    .header__catalog-item {
        -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px)
    }
}

.header__catalog-item-img {
    max-width: 50px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__catalog-item-img .active,
.header__catalog-item-img .def {
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 100%;
    max-height: 100%
}

.header__catalog-item-img .active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

@media (max-width:1439px) {
    .header__catalog-item-img {
        max-width: 30px;
        max-height: 42px;
        min-height: auto;
        height: 42px
    }
}

.header__catalog-item-cont {
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

@media (max-width:1199px) {

    .header__btn-with-arr,
    .header__tel {
        display: none
    }

    .header_menu-item .btn-burger-menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 10px
    }

    .header__catalog-item-text {
        text-transform: none;
        font-weight: 400
    }
}

.header__tel-mob {
    display: none
}

@media (max-width:1199px) {
    .header__tel-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__btn-catalog-arr {
    margin-left: 7px;
    -webkit-transition: .3s;
    transition: .3s;
    stroke: #000
}

.header__btn-catalog.active .header__btn-catalog-arr {
    stroke: #d3663f;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 20px;
}

.header__bottom-phone {
    display: flex;
    align-items: center;
    margin-right: 20px;
    font-weight: 600;
    font-size: 12px;
}

.header__bottom-phone-icon {
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.header__bottom-socials {
    display: flex;
    align-items: center;
	padding-right: 40px;
}

.header__bottom-social {
    width: 30px;
    height: 30px;
	margin-right: 10px;
}

.header__bottom-social + .header__bottom-social {
    margin-left: 16px;
}

@media (min-width:1200px) {
    .header__bottom {
        display: none;
    }
}

@media (max-width: 767px) {
    .header__bottom-phone-icon {
        width: 18px;
        height: 18px;
        margin-right: 6px;
    }

    .header__bottom-social {
        width: 20px;
        height: 20px;
    }

    .header__bottom-social + .header__bottom-social {
        margin-left: 12px;
    }

    .header__bottom {
        padding-bottom: 10px;
        margin-top: -2px;
    }
}

.search__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    border-bottom: 1px solid #000
}

.search__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 3px !important;
    border: 0 !important;
    font-size: 16px
}

.search__input::-webkit-input-placeholder {
    font-size: 16px
}

.search__input::-moz-placeholder {
    font-size: 16px
}

.search__input::-ms-input-placeholder {
    font-size: 16px
}

.search__input::placeholder {
    font-size: 16px
}

.search__input:active,
.search__input:focus {
    outline: 0
}

.search__input::-webkit-input-placeholder {
    color: #000
}

.search__input::-moz-placeholder {
    color: #000
}

.search__input::-ms-input-placeholder {
    color: #000
}

.search__input::placeholder {
    color: #000
}

.search__submit {
    background-color: transparent;
    border: 0
}

.menu-d {
    background: #fff
}

.menu-d__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100vh - 200px);
    overflow: hidden
}

.menu-d__categories-wrap {
    min-width: 310px;
    max-width: 310px;
    overflow-y: auto;
    border-right: 1px solid #000;
    padding: 12px 10px 24px 0
}

.menu-d__categories {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 30px
}

.menu-d__tabs-menu .menu-d__categories {
    display: none
}

.menu-d__item.active::before,
.menu-d__item:hover::before,
.menu-d__tabs-menu .menu-d__categories.active {
    display: block
}

.menu-d__item,
.menu-d__link {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: inherit;
    font-family: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px
}

.menu-d__link {
    font-size: 13px;
    line-height: 16px
}

.menu-d__item span,
.menu-d__link span {
    margin-right: 10px
}

.menu-d__item::after,
.menu-d__link::after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin-left: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDExTDYgNkwxIDEiIHN0cm9rZT0iIzI1MjUyNSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.menu-d__item.active,
.menu-d__item:hover {
    color: #000
}

@media (min-width:1200px) {

    .menu-d__item.active,
    .menu-d__item:hover {
        color: #000;
        background-color: #f8f8f8;
        outline: 0;
        text-shadow: 1px 0 0 #000
    }
}

.menu-d__item {
    font-size: 16px;
    line-height: 22px
}

.menu-d__item img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.menu-d__list-wrap {
    background-color: #fff;
    overflow-y: auto
}

.menu-d__list-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    overflow-y: auto
}

.menu-d__list {
    padding-top: 85px;
    padding-left: 40px;
    padding-bottom: 40px;
    position: absolute;
    display: none;
    -webkit-transition-property: opacity .3s;
    transition-property: opacity .3s;
    min-height: 450px
}

.menu-d__list.active {
    position: static;
    display: block
}

.menu-d__block-wrap {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

@media (max-width:1439px) {
    .menu-d__block-wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.menu-d__block-wrap.column-1 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

.menu-d__block {
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    min-width: 235px
}

@media (max-width:1199px) {
    .menu-d__block {
        margin-bottom: 30px
    }
}

.menu__drop-header,
.menu__drop-link {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #000;
    text-decoration: none
}

.menu__drop-header {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px
}

.menu__drop-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5px
}

.menu__drop-link.last {
    color: #d3663f;
    font-weight: 700;
    margin-top: 10px
}

.menu__drop-link.marked {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu__drop-link.marked::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #d3663f;
    margin-right: 5px
}

.menu-d__banner {
    margin-right: 40px;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-d__banner a {
    line-height: 0
}

.menu-d__banner a+a {
    margin-top: 20px
}

.menu-d__banner,
.menu-d__btns,
.menu__drop-link.marked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199px) {
    .menu-d__btns {
        margin-bottom: 20px
    }
}

.menu-d__btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 6px;
    font-size: 16px;
    line-height: 22px
}

.menu-d__btn:not(:last-of-type) {
    margin-right: 10px
}

.menu-d__link-main {
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .menu-d__container {
        position: relative;
        max-height: none;
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .menu-d__categories {
        padding-top: 0
    }

    .menu-d__categories-wrap {
        padding: 0;
        width: auto;
        min-width: none;
        max-width: none;
        border: 0
    }

    .menu-d__block-wrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .menu-d__banner {
        display: none
    }

    .menu-d__list {
        min-height: auto
    }

    .menu-d__block {
        padding: 0
    }

    .menu-d__list {
        padding: 30px 0
    }

    .menu-d__link-main {
        margin-bottom: 30px
    }

    .menu__drop-header {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .menu-d__item {
        padding-left: 0;
        padding-right: 0
    }

    .menu-d__item img {
        width: 25px;
        height: 25px
    }

    .menu-d__item,
    .menu-d__link-main,
    .menu__drop-header,
    .menu__drop-link {
        font-size: 14px
    }
}

.footer {
    margin-top: auto;
    color: #ededed
}

@media (max-width:767px) {
    .footer {
        text-align: center
    }
}

.footer__logo {
    margin-right: 20px;
    max-width: 237px
}

@media (max-width:1439px) {
    .footer__logo {
        max-width: 180px
    }
}

@media (max-width:767px) {
    .footer__logo {
        margin: auto
    }
}

.footer__top {
    padding: 45px 0;
    background-color: #000
}

@media (max-width:767px) {
    .footer__top {
        padding: 35px 0
    }
}

.footer__bottom {
    padding: 20px 0;
    background: #000;
    text-align: center;
    font-size: 12px
}

.footer__copy {
    margin: 0
}

@media (max-width:767px) {
    .footer__copy {
        font-size: 8px
    }
}

.footer__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800
}

@media (max-width:1199px) {
    .footer__title {
        margin-bottom: 20px
    }
}

.footer__list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.footer__list a,
.footer__list button {
    color: #fff;
    font-weight: 400
}

@media (min-width:1200px) {

    .footer__list a:focus,
    .footer__list a:hover,
    .footer__list button:focus,
    .footer__list button:hover {
        opacity: .7
    }
}

.footer__list li {
    margin-bottom: 5px
}

.footer__list.cont li {
    margin-bottom: 20px
}

.footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f5f5f5
}

@media (max-width:767px) {
    .footer__head {
        padding-bottom: 20px;
        margin-bottom: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__column-cont {
        padding-top: 20px;
        margin-top: 30px;
        border-top: 1px solid #f5f5f5
    }
}

.footer__cont {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
    display: block
}

@media (min-width:1200px) {

    .footer__cont:focus,
    .footer__cont:hover {
        opacity: .7
    }
}

@media (max-width:1199px) {
    .footer__cont {
        font-size: 17px
    }
}

@media (max-width:767px) {
    .footer__cont {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer__cont+.footer__cont {
    margin-top: 15px
}

.footer__payment,
.footer__payment .footer__title {
    margin-bottom: 20px
}

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

.footer__social p {
    text-transform: uppercase
}

@media (max-width:767px) {

    .footer__social,
    .footer__social .social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:1199px) {
    .footer__column {
        margin-bottom: 30px
    }
}

.cookies {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #000;
    z-index: 99;
    position: fixed;
    bottom: 0
}

.cookies__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: center
}

.cookies__accept {
    color: #fff;
    text-decoration: underline;
    padding: 0 5px;
    font-size: 16px
}

@media (max-width:767px) {
    .cookies__accept {
        font-size: 12px
    }

    .cookies__container {
        font-size: 12px;
        line-height: 14px
    }
}

.ex {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 10;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ex.active {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    z-index: 105
}

.ex.active .ex__panel {
    display: none !important
}

.ex.active .ex__info {
    height: auto;
    opacity: 1;
    visibility: visible
}

.ex.empty {
    display: none
}

@media (max-width:1199px) {
    .ex {
        bottom: 74px
    }
}

.ex__panel {
    width: 100%;
    padding: 6px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff
}

.ex__btn {
    padding: 5px;
    font-size: 14px
}

.ex__btn svg {
    stroke: #000
}

.ex__btn:focus svg,
.ex__btn:hover svg {
    stroke: #fff
}

.ex__btn-close {
    font-family: inherit;
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    letter-spacing: .05em;
    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;
    font-size: 1rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 400;
    background-color: #d3663f;
    border: 2px solid #d3663f;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px
}

.ex__btn-close:focus,
.ex__btn-close:hover {
    -webkit-transition: .3s cubic-bezier(.65, .05, .36, 1);
    transition: .3s cubic-bezier(.65, .05, .36, 1)
}

.ex__btn-close.disabled,
.ex__btn-close:disabled {
    opacity: .4;
    pointer-events: none
}

.ex__btn-close svg {
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: none;
    stroke: #fff
}

.ex__btn-close svg+* {
    margin-left: 5px
}

@media (max-width:575px) {
    .ex__btn-close {
        padding: 7px
    }
}

.ex__btn-close:not(.def) {
    min-width: 120px
}

.ex__btn-close.active,
.ex__btn-close:focus,
.ex__btn-close:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.ex__btn-close.active svg {
    fill: #fff
}

.ex__btn-close:focus svg,
.ex__btn-close:hover svg {
    fill: none;
    stroke: #fff
}

@media (max-width:1439px) {
    .ex__btn-close {
        right: 6px;
        top: 6px
    }

    .ex__btn-close span {
        display: none
    }
}

.ex__info {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #fff
}

@media (max-width:767px) {
    .ex__info {
        overflow-y: auto
    }
}

.ex__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

@media (min-width:1200px) {
    .ex__btn-wrap {
        display: none
    }
}

.ex__btn-open {
    padding: 6px
}

.ex__info-body {
    padding: 20px
}

@media (max-width:1199px) {
    .ex__info-body {
        padding: 6px 0
    }
}

.ex__slider .block-hor__img {
    max-width: 150px
}

@media (max-width:767px) {
    .ex__slider .block-hor__img {
        margin: 0 auto 10px
    }
}

@media (max-width:575px) {
    .ex__slider .block-hor__img {
        width: 90px;
        height: 90px
    }
}

@media (max-width:767px) {
    .ex__slider .block-hor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ex__slider .block-hor__title {
    font-size: 14px;
    font-weight: 700
}

@media (max-width:575px) {
    .ex__slider .block-hor__title {
        font-size: 10px
    }
}

@media (max-width:767px) {
    .ex__slider .card-hor__row {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .ex__slider.active {
        display: none
    }
}

@media (min-width:1199px) {
    .ex__form {
        display: block;
        margin-top: 30px;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

@media (max-width:767px) {
    .ex__opened {
        display: none
    }

    .ex__opened.active {
        display: block
    }
}

.content-page {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-page__top .title {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .content-page__top {
        margin-bottom: 30px
    }

    .content-page__top .title {
        margin-bottom: 10px
    }
}

.content-page__pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 0;
    background-color: #f5f5f5
}

.content-page__pag a {
    color: #666;
    margin: 0 10px
}

.content-page__pag a:focus,
.content-page__pag a:hover {
    color: #666;
    opacity: .7
}

.content-page__pag span {
    margin: 0 10px
}

.content-page__bottom {
    margin-top: 30px
}

.content-page__category-btn {
    font-weight: 800
}

.content-page__sort {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .content-page__sort .sort__title {
        display: none
    }
}

.content-page__left-banner {
    margin-top: 40px
}

@media (max-width:991px) {
    .content-page__left-banner {
        display: none
    }
}

.content-page__left-banner+.content-page__left-banner {
    margin-top: 20px
}

@media (max-width:991px) {
    .content-page__filter-wrap {
        height: 0;
        visibility: hidden;
        overflow: hidden;
        margin: 0
    }

    .content-page__filter-wrap.active {
        height: auto;
        visibility: visible;
        overflow: initial;
        margin-bottom: 30px
    }
}

.content-page__category-btns>* {
    margin-bottom: 20px
}

.content-page__head {
    background-size: cover;
    padding: 20px 0;
    color: #fff
}

.content-page__head .title {
    margin-bottom: 0
}

.content-page__head+.content-page__sect>.container {
    padding-top: 40px
}

@media (max-width:991px) {
    .content-page__head+.content-page__sect>.container {
        padding-top: 30px
    }
}

.prod__desc {
    margin: 0 -20px
}

.prod__desc>* {
    padding: 0 20px
}

@media (max-width:767px) {
    .prod__desc {
        margin: 0 -15px
    }

    .prod__desc>* {
        padding: 0 15px
    }
}

.prod__tag-wrap {
    height: auto
}

.prod__tag {
    position: absolute;
    top: 20px;
    z-index: 2;
    outline: 0
}

@media (min-width:1200px) {
    .prod__tag {
        font-size: 15px
    }
}

.prod__tag.right.bottom {
    right: 0;
    left: auto;
    top: 20px
}

.prod__tag+.prod__tag {
    top: 60px
}

@media (max-width:767px) {
    .prod__tag+.prod__tag {
        top: 45px
    }
}

.prod__block,
.prod__price-block {
    background-color: #f5f5f5;
    padding: 10px
}

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

.prod__acc-top p,
.prod__price-block>* {
    margin-bottom: 0
}

.prod__price-block>:not(:first-child) {
    margin: 5px 0 5px 15px
}

.prod__price {
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .prod__price {
        font-size: 16px
    }
}

.prod__price .old,
.prod__profit {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #d3663f
}

.prod__price .old {
    margin: 0 4px
}

@media (max-width:767px) {
    .prod__price .old {
        font-size: 16px
    }
}

.prod__profit {
    margin-top: 0;
    margin-left: auto !important;
    padding-left: 15px
}

@media (max-width:767px) {
    .prod__profit {
        font-size: 16px
    }
}

input.prod__input {
    width: 100px;
    padding: 10px !important;
    text-align: center;
    margin: 4px 0;
    height: 42px
}

.prod__price-block {
    margin-bottom: 15px
}

.prod__line-wrap {
    margin-bottom: 30px
}

@media (max-width:767px) {
    .prod__line-wrap {
        margin-bottom: 20px
    }
}

.prod__line-wrap.sm {
    margin-bottom: 20px
}

.prod__h-n__list .h-n__li-with-drop>span,
.tick-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.tick {
    position: relative;
    max-width: 14px
}

.tick:hover .tick-text {
    display: block
}

@media (max-width:1199px) {
    .tick {
        display: none
    }
}

.tick-text {
    display: none;
    font-weight: 400;
    bottom: 26px;
    left: 5px;
    position: absolute;
    text-transform: initial;
    padding: 4px 6px;
    background: #fff;
    border: 1px solid #ebebeb;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
    width: 190px;
    text-align: left;
    border-radius: 6px;
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: 0s;
    transition: 0s
}

.tick-text::before {
    content: '';
    position: absolute;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -9px;
    left: -1px
}

.active .tick-text,
:focus .tick-text,
:hover .tick-text {
    color: #000
}

.prod__btn-stroke {
    stroke: #252525
}

.prod__btn-stroke svg {
    -webkit-transition: 0s;
    transition: 0s
}

.prod__btn-stroke.active,
.prod__btn-stroke:focus,
.prod__btn-stroke:hover {
    stroke: #fff
}

.prod__btn-wrap {
    margin-bottom: 10px
}

.prod__title {
    margin-bottom: 5px
}

.prod__text {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .prod__text {
        margin-bottom: 30px
    }
}

.prod__info {
    font-size: 16px
}

@media (max-width:1199px) {
    .prod__info {
        font-size: 1rem
    }
}

.prod__options {
    margin-bottom: 40px
}

.prod__options td {
    text-align: right;
    font-weight: 800;
    text-transform: uppercase
}

.prod__chars-link {
    color: #666;
    font-size: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 15px
}

.prod__chars-link:focus,
.prod__chars-link:hover {
    opacity: .7;
    color: #666
}

.prod__acc-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none
}

@media (max-width:767px) {
    .prod__acc-link-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.prod__acc {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .prod__acc {
        margin-bottom: 30px
    }
}

@media (min-width:1200px) {
    .prod__acc .acc__item.active {
        -webkit-box-shadow: 0 0 5px 0 #00000040;
        box-shadow: 0 0 5px 0 #00000040
    }
}

.prod__acc .acc__title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
    margin-right: auto;
    font-size: 16px
}

@media (max-width:767px) {
    .prod__acc .acc__title {
        font-size: 1rem
    }

    .prod__acc .acc__title-wrap>a {
        display: none
    }

    .prod__acc .acc__body,
    .prod__acc .acc__title-wrap {
        padding-right: 10px;
        padding-left: 10px
    }
}

.prod__acc-link {
    min-width: 150px;
    opacity: .65
}

.prod__acc-body {
    padding-top: 10px;
    font-size: 1rem
}

.prod__acc-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0
}

.prod__acc-title+* {
    margin-top: 4px
}

.prod__acc-block+.prod__acc-block {
    margin-top: 30px
}

@media (max-width:767px) {
    .prod__acc-block+.prod__acc-block {
        margin-top: 20px
    }
}

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

@media (max-width:767px) {
    .prod__acc-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.prod__acc-img {
    margin-right: 10px
}

@media (max-width:767px) {
    .prod__acc-img {
        margin-bottom: 10px;
        width: 40px
    }
}

.prod__acc-top {
    margin-bottom: 10px
}

.prod__slider-wrap {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:1199px) {
    .prod__slider-wrap {
        max-width: 500px;
        margin-bottom: 30px;
        position: relative;
        top: 0 !important
    }
}

.prod__btn-fl {
    margin: 20px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;

	&.mezhkomnatnye-dveri{
		margin: 20px 0 30px;
		background: transparent;
	}
}

@media (max-width:1199px) {
    .prod__btn-fl {
        margin: 20px 0 0
    }
}

.acc__title.check::after,
.prod__btn-fl.floating {
    display: none
}

@media (max-width:767px) {
    .prod__btn-fl {
        display: none
    }

    .prod__btn-fl.floating {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        display: block
    }

    .prod__btn-fl.floating .prod__btn-fl__cont {
        padding: 5px 25px 10px
    }
}

.prod__btn-fl__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

	.mezhkomnatnye-dveri > &{
		justify-content: flex-start;
		background-color: transparent;
		padding: 0;
	}
}

@media (max-width:767px) {
    .prod__btn-fl__cont {
        gap: 15px
    }
}

.prod__btn-fl__text-mini {
    letter-spacing: .05em;
    margin-bottom: 0
}

.prod__btn-fl__price {
    font-size: 30px;
    font-weight: 800
}

@media (max-width:767px) {
    .prod__btn-fl__price {
        font-size: 24px
    }
}

@media (min-width:768px) {
    .prod__btn-fl__b {
        min-width: 180px !important
    }
}

.prod__slider {
    margin: 0 !important
}

.prod__slider .slick-prev {
    left: 20px
}

.prod__slider .slick-next {
    right: 20px
}

.prod__slider .slide {
    display: block
}

.prod__slider .slide img {
    width: 100%;
    cursor: pointer
}

@media (max-width:767px) {
    .prod__slider .slick-arrow {
        display: none !important
    }
}

.prod__compare svg {
    stroke: #666
}

.prod__compare.active {
    opacity: 1
}

.prod__compare.active svg {
    fill: #d3663f;
    stroke: #d3663f
}

.prod__comment {
    text-align: center;
    color: #36af5f;
    margin-top: 20px;
    background: #f7f7f7;
    font-weight: 700;
    padding: 14px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .prod__comment {
        margin-top: 30px
    }
}

.prod.disabled .prod__price-block>:not(:first-of-type) {
    display: none
}

.prod.disabled .prod__wrap-details>* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-filter: opacity(.6);
    filter: opacity(.6)
}

.acc__title.check .prod__acc-title-mini {
    font-size: 12px
}

.acc__title.check .prod__acc-img {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.acc__title.check .prod__acc-top {
    margin-bottom: 0
}

.prod__compl {
    background-color: #ededed;
    padding: 10px
}

.prod__compl-head {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .prod__compl-head {
        font-size: 14px
    }
}

.prod__compl-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #666
}

@media (max-width:767px) {
    .prod__compl-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.prod__compl-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px
}

@media (max-width:767px) {
    .prod__compl-card {
        max-width: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px
    }
}

.prod__compl-price {
    margin-top: auto;
    font-size: 16px
}

.prod__compl-link {
    margin-bottom: 10px;
    color: #000
}

.prod__compl-link img {
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767px) {
    .prod__compl-link img {
        max-width: 100px;
        max-height: 100px
    }

    .prod__compl-link {
        margin-bottom: 0
    }
}

.prod__compl-tit {
    font-size: 14px;
    margin-bottom: 10px;
    color: #000
}

@media (min-width:1200px) {

    .prod__compl-tit:focus,
    .prod__compl-tit:hover {
        color: #d3663f
    }
}

@media (max-width:767px) {
    .prod__compl-tit {
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
}

.prod__compl-bottom {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .prod__compl-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.prod__compl-disc {
    font-size: 16px;
    color: #d3663f;
    margin-bottom: 4px
}

.prod__compl-total {
    margin-bottom: 0
}

.prod__compl-btn {
    margin-left: auto;
    min-width: 200px !important
}

@media (min-width:768px) {
    .prod__compl-btn {
        padding: 14px 22px
    }
}

@media (max-width:767px) {
    .prod__compl-btn {
        margin-left: auto;
        margin-right: auto
    }

    .prod__compl-slider .slide {
        display: block;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }
}

.prod__compl-cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:767px) {
    .prod__compl-res {
        text-align: center;
        margin-bottom: 10px
    }
}

.prod__top+.prod__top {
    margin-top: 20px
}

.prod__top h1 {
    font-weight: 500
}

.prod__article,
.prod__top-reviews>a {
    color: #666
}

.prod__top-info,
.prod__top-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod__top-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.prod__top-reviews {
    gap: 10px
}

.prod__top-reviews>a:focus,
.prod__top-reviews>a:hover {
    opacity: .7;
    color: #666
}

@media (max-width:767px) {
    .prod__top-reviews>a {
        font-size: 12px
    }
}

.prod__desc-tabs,
.prod__top-col {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod__top-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1199px) {
    .prod__top-col+.prod__top-col {
        margin-top: 10px
    }
}

.prod__desc-tabs {
    gap: 10px
}

.prod__desc-tabs .block__btns {
    margin: 0
}

.prod__desc-tabs-cont {
    overflow: hidden
}

.prod__wrap-details {
    background: #f7f7f7;
    padding: 30px
}

.prod__table .tick-text {
    width: auto;
    min-width: 120px;
    max-width: 190px
}

@media (max-width:1199px) {

    .prod__table tr:nth-child(1),
    .prod__table tr:nth-child(2) {
        display: table-row
    }

    .prod__table tr {
        display: none
    }
}

.prod__h-n__list .h-n__list-drop li>a,
.prod__in-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod__in-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px
}

.prod__in-block.sm {
    font-size: 12px
}

.prod__table td,
.prod__table th {
    padding: 0 5px 20px
}

@media (max-width:1199px) {

    .prod__table td,
    .prod__table th {
        padding-bottom: 10px;
        font-size: 12px
    }
}

.prod__h-n__list .h-n__li-with-drop {
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prod__h-n__list .h-n__li-with-drop::after {
    margin-left: auto
}

@media (max-width:1199px) {
    .prod__h-n__list .h-n__li-with-drop::after {
        display: none
    }
}

.prod__h-n__list .h-n__li-with-drop>span img,
.prod__h-n__list .h-n__list-drop li>a img {
    max-width: 15px
}

.prod__h-n__list .h-n__list-drop {
    padding: 20px 12px
}

.prod__h-n__list .h-n__list-drop li>a {
    gap: 5px;
    padding: 3px 0
}

@media (min-width:1200px) {
    .prod__h-n__list .h-n__li-with-drop:hover .h-n__list-drop {
        z-index: 1000;
        opacity: 1;
        height: auto;
        -webkit-transition-property: opacity;
        transition-property: opacity;
        top: 100%
    }
}

@media (max-width:1199px) {
    .prod__chars-block {
        margin-bottom: 30px
    }
}

.prod__acc-info .acc__title {
    font-size: 1rem;
    font-weight: 400;
    min-height: 60px
}

.prod__acc-info .acc__title img,
.prod__acc-info .acc__title svg {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    max-width: 26px;
    margin-right: 15px
}

.prod__acc-info .acc__body {
    font-size: 12px
}

@media (max-width:1199px) {
    .prod__tabs-wrap-info {
        margin-top: 40px
    }
}

.prod__sort .sort__title {
    margin-right: 20px;
    font-size: 1rem;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px
}

@media (max-width:575px) {
    .prod__sort {
        margin-bottom: 10px
    }
}

.prod .card-color {
    width: 26px;
    height: 26px;
    outline-width: 2px;
    outline-offset: -3px
}

.prod__card-colors-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

.prod__card-colors {
    margin-bottom: 16px;
    gap: 16px
}

.prod__card-colors-wrap {
    gap: 12px
}

.prod__checkboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.prod__checkbox {
    -ms-flex-preferred-size: calc(25% - 10px*3/4);
    flex-basis: calc(25% - 10px*3/4);
    max-width: calc(25% - 10px*3/4)
}

.prod__checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    padding: 5px;
    text-align: center
}

.prod__checkbox label img {
    margin: 0;
    width: auto;
    height: auto
}

@media (max-width:767px) {
    .prod__checkbox {
        -ms-flex-preferred-size: calc(50% - 10px*3/4);
        flex-basis: calc(50% - 10px*3/4);
        max-width: calc(50% - 10px*3/4)
    }
}

.prod__res {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #666;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.prod__checkbox-tit {
    font-weight: 800
}

.prod__checkbox-text {
    margin-bottom: 5px
}

.prod__cb-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media (max-width:767px) {
    .prod__cb-block {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.prod__cb-block-text p {
    margin-bottom: 0;
    font-size: 1rem
}

.prod__cb-block-text .prod__cb-block-tit {
    margin-bottom: 3px;
    font-size: 16px
}

.prod__cb-block-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    gap: 10px;
    margin-left: auto
}

@media (max-width:767px) {
    .prod__cb-block-btns {
        margin-left: auto;
        margin-right: auto
    }
}

.prod__cb-block-text {
    max-width: 330px
}

@media (max-width:767px) {
    .prod__cb-block-text {
        max-width: none
    }
}

.prod__cb-block-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-negative: 2;
    flex-shrink: 2
}

.prod__cb-block-text-wrap img {
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.compare-slider+.compare-slider {
    margin-top: 40px
}

@media (max-width:767px) {
    .compare-slider+.compare-slider {
        margin-top: 20px
    }

    .compare-slider+.compare-slider .top {
        margin-bottom: 20px
    }
}

.compare-slider .block-hor__title {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.compare-slider-options .slide {
    padding-left: 0;
    padding-right: 0
}

.compare-slider-options td {
    padding-right: 20px
}

@media (max-width:767px) {
    .compare-slider-options td {
        padding-right: 2px
    }

    .compare-slider-options th {
        font-weight: 700
    }
}

@media (max-width:1199px) {
    .compare-slider-options {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .compare-slider-options {
        font-size: 9px;
        padding: 2px
    }

    .compare-slider .block-hor__title {
        font-size: 12px
    }
}

.compare-slider .block-hor {
    padding: 10px
}

@media (max-width:991px) {
    .compare-slider .block-hor {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .compare-slider .block-hor img {
        width: auto;
        max-width: 200px;
        height: auto
    }
}

.compare-slider .card-hor__img,
.mont-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.compare-slider .card-hor__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare-slider .card-hor__img img {
    width: 200px;
    height: 200px
}

@media (max-width:1439px) {
    .compare-slider .card-hor__img img {
        width: 150px;
        height: 150px
    }
}

@media (max-width:767px) {
    .compare-slider .card-hor__img img {
        width: auto;
        max-width: 120px;
        max-height: 120px
    }
}

@media (max-width:991px) {
    .compare-slider .block-hor__img {
        margin-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.mont-card {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 20px 40px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mont-card .img-bl img {
    width: 100%
}

@media (max-width:767px) {
    .mont-card {
        padding: 10px 20px
    }
}

.mont-card .tit {
    margin-bottom: 20px
}

.mont-card ul {
    margin-bottom: 50px
}

.mont-card .bottom,
.mont-card li {
    font-size: 24px;
    line-height: 33px;
    color: #252525
}

.mont-card .bottom img,
.mont-card li img {
    margin-right: 15px
}

@media (max-width:767px) {

    .mont-card .bottom,
    .mont-card li {
        font-size: 16px;
        line-height: 22px
    }
}

.mont-card .bottom,
.mont-card li,
.mont-form-item label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mont-card li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

@media (max-width:767px) {
    .mont-card li {
        margin-top: 10px
    }
}

.mont-card .bottom {
    margin-top: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 99px
}

@media (max-width:767px) {
    .mont-card .bottom {
        min-height: auto
    }
}

.arr-right {
    position: relative
}

.arr-right::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 35px;
    width: 66px;
    height: 9px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDY3IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjk5ODk1NSA0LjQ2NTQyQzAuOTk4OTU1IDMuNzA5NyAxLjU5NTI5IDMuMTYwMTUgMi4yNTc5NSAzLjE2MDE1TDY0LjAxODMgMy4xNjAxNkM2NC43NDczIDMuMTYwMTYgNjUuMjc3MyAzLjc3ODQxIDY1LjI3NzMgNC40NjU0MkM2NS4yNzczIDUuMjIxMTQgNjQuNjgxIDUuNzcwNjkgNjQuMDE4MyA1Ljc3MDY5TDIuMjU3OTUgNS43NzA2OUMxLjUyOTAyIDUuODM5MzkgMC45OTg5NTUgNS4yMjExNCAwLjk5ODk1NSA0LjQ2NTQyWiIgZmlsbD0iIzI1MjUyNSIvPgo8cGF0aCBkPSJNNTguOTE1NCAtMy41NjAxMWUtMDdMNjMuMjg5IDQuNDY1NjJMNTguOTE1NCA5TDYyLjYyNjQgOUw2NyA0LjQ2NTYyTDYyLjYyNjQgLTEuOTI1OTZlLTA3TDU4LjkxNTQgLTMuNTYwMTFlLTA3WiIgZmlsbD0iIzI1MjUyNSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (max-width:1199px) {
    .arr-right::after {
        width: 40px
    }
}

.mont-btns {
    gap: 40px
}

@media (max-width:767px) {
    .mont-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0
    }
}

.mont-btn {
    min-width: 320px !important
}

@media (max-width:767px) {
    .mont-btn {
        min-width: auto !important
    }

    .mont-btn:last-of-type {
        margin-top: 0
    }
}

.mont-acc-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    margin-top: 0;
    color: #252525
}

@media (max-width:767px) {
    .mont-acc-text {
        font-size: 16px
    }
}

.mont-acc-text .text {
    max-width: 576px
}

@media (max-width:767px) {
    .mont-acc-text {
        font-size: 16px;
        line-height: 22px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px
    }
}

.mont-acc-text+.mont-acc-text .text {
    border-top: 1px solid #ededed;
    padding-top: 20px
}

.mont-form {
    padding: 0 20px 20px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    .mont-form {
        min-height: auto
    }

    .mont-form-2 {
        padding: 0
    }
}

.mont-form-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.mont-form-list {
    margin-top: -20px
}

@media (max-width:767px) {
    .mont-form-list {
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px
    }
}

@media (min-width:768px) {

    .mont-form-list.centred,
    .mont-form-list.centred .mont-form-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mont-form-list.centred .mont-form-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mont-form-list.centred .mont-form-item .checkbox {
        width: 240px
    }
}

.mont-form-info {
    max-width: 680px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto
}

.mont-form-info-btn {
    margin-top: 20px
}

@media (max-width:767px) {
    .mont-form-info-btn {
        margin-top: 10px
    }
}

.mont-form-item {
    margin-top: 40px
}

@media (max-width:767px) {
    .mont-form-item {
        margin-top: 20px;
        padding: 0 10px
    }
}

.mont-form-item .checkbox {
    height: 100%;
    max-width: 240px
}

.mont-form-item label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .mont-form-item label {
        gap: 10px;
        height: 100%
    }

    .mont-form-item label::before {
        margin-right: 0 !important
    }
}

.mont-form-item label img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: auto;
    margin-top: 10px;
    margin-right: 0
}

@media (max-width:767px) {
    .mont-form-item label img {
        margin-top: auto
    }

    .mont-form-item label span {
        max-width: calc(100% - (18px + 10px))
    }
}

.mont-f-in {
    min-width: 350px
}

@media (max-width:767px) {
    .mont-f-in {
        min-width: auto;
        width: 100%
    }
}

.mont-video-wrap {
    max-width: 1300px;
    margin: auto
}

@media (max-width:767px) {
    .mont-video-wrap {
        min-height: 350px
    }
}

.show_more_catalog,
.show_more_catalog_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/* End */


/* Start:/local/templates/deft/styles.css?177454855439*/
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/deft/template_styles.css?177513108420101*/
.preimuchestva_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 868px;
    margin: -30px auto 0 auto;
}
.title_p{
    font-size: 44px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.title_p span{
    color: #001D8E;
}
.p_element{
    display: flex;
    align-items: center;
    border: 1px solid #001D8E;
    border-radius: 5px;
    padding: 10px 24px;
    margin: 5px 5px;
    opacity: 1;
    transition: 0.3s;
}
.p_element:hover{
    opacity: 0.6;
}
.why_deft_block{
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.why_deft_1{
    background: #f5f5f5;
    width: 75%;
    height: 367px;
    border-radius: 5px;

    padding: 39px;

}
.why_deft_1_top{
    display: flex;
    justify-content: space-between;
}
.why_deft_1_top>p{
    font-size: 44px;
    font-weight: 600;
    width: 400px;
}
.why_deft_1_top>p span{
    color: #001D8E;
    margin-left: 10px;
}
.why_deft_1_top ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    justify-content: end;
    width: 396px;
}
.why_deft_1_top ul li{
    display: flex;
    align-items: center;
    border: 1px solid #001D8E;
    height: fit-content;
    border-radius: 30px;
    padding: 3px 10px;
    margin: 0 8px 8px 0;
}
.btn_blue{
    font-size: 18px;
    font-weight: 600;
    padding: 10px 50px;
    color: #fff;
    background: #001D8E;
}
.blue{
        background: #001D8E;
}
.why_deft_1_top ul li img{
    margin-right: 5px;
}
.why_deft_1_top ul li p{
    font-size: 14px;
    color: #666666;
    margin: 0 0 0 0;
}
.why_deft_2{
    width: 24%;
}
.why_deft_2 img{
    width: 100%;
}
.why_deft_1_bot{
    display: flex;
    justify-content: space-between;
}
.why_deft_1_bot .bodrerdiv{
    border-right: 2px solid #dcdcdc;
    border-left: 2px solid #dcdcdc;
    padding: 0 35px;
    margin-right: 35px;
}
.why_deft_1_bot div p{
    font-size: 64px;
    font-weight: 600;
    color: #001D8E;
    margin: 0 0 0 0;
}
.contacts_mob{
    display: none;
    position: relative;
}
.scroll_overlay{
    display: none;
}
.why_deft_1_bot div p span{
    font-size: 25px;
    font-weight: 400;
    margin: 0 0 0 -15px;
}
.why_deft_1_bot div i{
    font-size: 18px;
    color: #666666;
    font-style: normal;
}
.pop_h2{
    font-size: 44px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 41px;
}
.preimuchestva_block_pictures{
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}
.contacts_desctop{
    margin: 30px 0 0 0;
}
.preimuchestva_block_pictures div{
    position: relative;
    border-radius: 5px;
}
.preimuchestva_block_pictures div section{
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    color: #ffffff;
    background: -webkit-linear-gradient(0deg, rgb(0 0 0), rgb(172 172 172 / 0%));
    background: -moz-linear-gradient(0deg, rgb(0 0 0), rgb(172 172 172 / 0%));
    background: linear-gradient(0deg, rgb(0 0 0), rgb(172 172 172 / 0%));
    padding: 15px;
}
.preimuchestva_block_pictures div section img{
    width: 100%;
}
.preimuchestva_block_pictures div section p{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.preimuchestva_block_pictures div section span{
    font-size: 16px;
    font-weight: 400;
    color: #dcdcdc;
    text-transform: lowercase;
    line-height: 21px;
}
.p_element p{
    font-size: 20px;
    color: #001D8E;
    font-weight: 600;
    margin: 0 0 0 8px;
}
.process_block_first{
    background: none !important;
}
.process_block_first h3{
    margin: -85px 0 0 0 !important;
}
.upp_p_t{
    font-size: 16px;
    color: #666666;
}
.btn-blue{
    background: #001D8E;
    color: #fff;
    text-transform: unset;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 5px;
    width: 47.5%;
}
.process_block_last{
    background: none !important;
}
.process_block_last u{
    font-size: 20px !important;
    width: 100% !important;
}
.process_block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.process_block ul{
    list-style-type: none;
    width: 32%;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}
.process_block ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.process_block ul li h3{
    font-size: 44px;
    font-weight: 700;
}
.process_block ul li p{
    font-size: 22px;
    font-weight: 700;
}
.process_block ul li img{
    margin: 5px 0 41px 0;
}
.process_block ul li span{
    font-size: 64px;
    font-weight: 800;
    color: #666666;
    opacity: 0.2;
    margin: -15px 0 0 0;
}
.process_block ul li u{
    text-decoration: none;
    font-size: 16px;
    color: #666666;
    width: 81%;
}
.process_block ul li u a{
    font-weight: 700;
    color: #001D8E;
}
.new_contacts_section .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new_contacts_section .container h2{
    width: 100%;
    font-size: 44px;
    margin: 0 0 41px 0;
}
.new_contacts_block{
    width: 50%;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 50px;
    border-radius: 5px;
}
.owl-dots{
    text-align: center;
}
.owl-dot span{
    border: 3px solid #DCDCDC;
    width: 44px;
    display: block;
    margin: 0 8px;
    border-radius: 10px;
}
.owl-dots .active span{
    border: 3px solid #666666;
}
.new_contacts_pictures{
    display: flex;
    justify-content: space-between;
}
.new_contacts_pictures div{
    width: 49.7%;
    display: flex;
    flex-wrap: wrap;
    align-items: anchor-center;
}
#map{
    width: 50%;
    padding: 0;
    background: none;
}
#map2{
    width: 100%;
    height: 500px;
    padding: 0;
    background: none;
}
.owl_shops .new_contacts_block{
    width: 100%;
}
.new_contacts_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_contacts_bottom button{
    margin: 0;
    cursor: pointer;
}
.new_contacts_bottom img{
    height: 41px;
    width: auto !important;
}
.new_contacts_block h3{
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
}
.new_contacts_block h3 a{
    color: #000;
}
.top_string_contacts{
    width: 100%;
    display: flex;
    align-items: center;
    margin: -10px 0 41px -2px;
}
.top_string_contacts div{
    display: flex;
    align-items: center;
}
.top_string_contacts div img{
    width: 25px;
    margin: 0 5px 0 0;
}
.top_string_contacts div p{
    font-size: 20px;
    font-weight: 600;
    margin: 0 30px 0 0;
}
.top_string_contacts div p a{
    font-weight: 400;
}
.new_contacts_block p{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    width: 65%;
    margin: 0 0 10px 0;
}
.new_contacts_block p span{
    color: #666666;
    font-weight: 400;
}
.new_contacts_pictures div img{
    width: 100%;
}
.call_btn_black{
    color: #001D8E;
    border: 1px solid #001D8E;
    border-radius: 5px;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin: -12px 0 0 0;
    transition: 0.3s;
    cursor: pointer;
}
.call_btn_black:hover{
    background: #001D8E;
    color: #fff;
}
.search_btn img{
    width: 32px;
    height: 32px;
}
.header__tel {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    color: #000;
    margin: 4px 15px -17px 0px;
}
.right_burger{
    display: none;
}
.y_rating{
    width: 65px;
    margin: 4px -10px 0 10px;
}
#demos2{
    width: 100%;
}
.title_gallery{
    font-size: 44px;
    font-weight: 600;
    margin: 15px 0 25px 0;
}

.owl_gallery_projects .item div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.owl_gallery_projects .item div a{
    width: 100%;
    display: block;
    height: fit-content;
}
.owl_gallery_projects .item div a img{
    width: 100%;
    cursor: pointer;
}
.owl_gallery_projects .owl-nav{
    position: absolute;
    top: -65px;
    right: 13px;
    display: flex;
    width: 183px;
    justify-content: space-between;
    transition: 0.3s;
}
.owl_gallery_projects .owl-nav .disabled{
    background: #5F74C9 !important;
}
.owl_gallery_projects .owl-nav button{
    background: #001D8E !important;
    color: #fff !important;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transition: 0.3s;
}
.owl_gallery_projects .owl-nav button:hover{
    background: #5F74C9 !important;
}
.owl_gallery_projects .owl-nav button span{
    font-size: 23px;
    margin: -3px 0 0 0;
    display: block;
}
.owl_gallery_projects .owl-dots{
    position: absolute;
    top: -62px;
    right: 42px;
}
.owl_gallery_projects .owl-dots .active span {
    border: 2px solid #515151;
}
.owl_gallery_projects .owl-dot span {
    border: 2px solid #DCDCDC;
    width: 17px;
    display: block;
    margin: 0 2px;
    border-radius: 10px;
}
.ymaps-2-1-79-map ymaps, .ymaps-2-1-79-map ymaps:after, .ymaps-2-1-79-map ymaps:before {
    box-sizing: content-box;
    border-radius: 5px;
}
.new_shilds{
    position: absolute;
    top: -11px;
    right: -10px;
    display: flex;
    flex-wrap: wrap;
    width: 107px;
    justify-content: end;
}
.new_shilds div{
    border-radius: 5px;
}
.new_tabs_togle{
    border: 1px solid #001D8E !important;
    border-radius: 5px;
    padding: 10px 20px;
    color: #001D8E;
    margin-right: 8px;
    transition: 0.2s;
}
.detail_pohojie{
    margin-top: -150px;
    margin-bottom: 100px;
}
.detail_pohojie .owl-carousel.owl-drag .owl-item {
    min-height: 630px;
    margin-top: 3px;
}
/* @media (min-width: 1200px) { */
    .detail_pohojie .owl-carousel.owl-drag .owl-item .card {
        min-height: 600px;
    }
/* } */
.detail_pohojie .owl-dots {
    display: none;
}
.detail_pohojie .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 250px;
}
.detail_pohojie .owl-nav button{
    background: #001D8E !important;
    color: #fff !important;
    font-size: 25px !important;
    border-radius: 5px;
    transition: 0.3s;
}
.detail_pohojie .owl-nav .disabled{
    background: #5f74c9 !important;
}
.detail_pohojie .owl-nav button:hover{
    background: #5f74c9 !important;
}
.detail_pohojie .owl-nav button span{
    padding: 0px 10px;
}

.rutub_video_desc{
    background: #F5F5F5;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin: 50px 0 35px 0;
}
.rutub_video_desc iframe{
    border-radius: 5px;
    width: 100%;
    height: 320px;
}
.rutub_video_desc h3{
    font-size: 32px;
    margin: 5px 0;
}
.rutub_video_desc p{
    font-size: 18px;
}

.rutub_video_mob{
    background: #F5F5F5;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin: 50px 0 35px 0;
    display: none;
}
.rutub_video_mob iframe{
    /* width: 100%; */
    /* height: 588px; */
    height: 444px;
    border-radius: 5px;
    margin: 0 30px;
}
.rutub_video_mob h3{
    font-size: 24px;
    margin: 0 0 10px 0;
}
.rutub_video_mob p{
    font-size: 16px;
}

.coocies_acept{
    background: #292d32;
    width: 600px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    padding: 15px;
    z-index: 99;
}
.coocies_acept p{
    color: #ffffff !important;
    font-size: 22px;
}
.coocies_acept div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coocies_acept div a{
    color: #ffffff;
    font-size: 22px;
    text-decoration: underline;
}
.coocies_acept div i{
    cursor: pointer;
    background: #1e3aa5;
    color: #ffffff;
    font-style: normal;
    font-size: 22px;
    padding: 5px 41px;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 600;
}
.coocies_acept div i:hover{
    background: #e8e8e8;
    color: #333333;
}

@media (max-width: 1440px) {
    .call_btn_black span{
        display: block;
        margin: 0 0 -3px 0;
    }
    .info__slide-content {
        margin: 0 0 0 20px;
    }

}
@media (max-width: 1439px) {
    .header__tel {
        font-size: 14px;
    }
    .call_btn_black {
        padding: 11px 10px;
        font-size: 11px;
    }
    .call_btn_black span{
        margin: 0 0 0 0;
    }
    .why_deft_1_top>p {
        font-size: 36px;
    }
    .why_deft_1_bot div i {
        font-size: 16px;
    }
    .why_deft_1_bot div p {
        font-size: 55px;
    }
    .why_deft_1 {
        height: auto;
        padding: 25px;
    }
    .p_element p {
        font-size: 18px;
    }
    .pop_h2, .title_p, .process_block ul li h3, .new_contacts_section .container h2 {
        font-size: 36px;
    }
    .preimuchestva_block_pictures div section span {
        font-size: 14px;
    }
    .preimuchestva_block_pictures div section p {
        font-size: 21px;
    }
}
@media (max-width: 1366px) {
    .header__tel {
        font-size: 14px;
        margin: 4px 0px -17px 7px;
    }
}
@media (max-width: 1199px) {
    .why_deft_1_top>p {
        font-size: 31px;
    }
    .why_deft_1_bot div i {
        font-size: 14px;
    }
    .why_deft_1_bot div p {
        font-size: 36px;
    }
    .why_deft_1_bot div p span {
        font-size: 21px;
        margin: 0 0 0 -5px;
    }
    .why_deft_1_top ul {
        width: 486px;
    }
    .why_deft_1_top ul li p {
        font-size: 12px;
    }
    .why_deft_1 {
        padding: 15px;
    }
    .preimuchestva_block_pictures div section span {
        font-size: 12px;
    }
    .pop_h2, .title_p, .process_block ul li h3, .new_contacts_section .container h2, .title_gallery {
        font-size: 30px;
    }
    .new_contacts_block p {
        font-size: 15px;
        width: 80%;
    }
    .btn-blue {
        width: 70%;
    }
    .process_block ul li u {
        font-size: 14px;
    }
    .process_block_last u {
        font-size: 15px !important;
    }
    .process_block ul li p {
        font-size: 17px;
    }
    .process_block ul li span {
        font-size: 41px;
    }
    .my_sociate{
        display: none;
    }
    .right_burger{
        display: flex;
        /* background: #001D8E; */
        border-radius: 50%;
        width: 32px;
        height: 32px;
        text-align: center;
        align-items: center;
    }
    .no_mob_burger, .no_mob_burger>.block-left{
        padding: 0px;
    }
    .search_btn img,
    .header__icon-cont,
    .right_tel {
        width: 32px;
        height: 32px;
    }
    .right_tel button {
        width: 100%;
    }
    .right_tel img {
        width: 100%;
        height: 100%;
    }
    .svg_btn svg{
        width: 37px;
        height: 37px;
        margin: 0px -5px 0 -3px;
    }
}

@media (max-width: 1023px) {
    .owl_gallery_projects .owl-nav {
        width: 203px;
    }
    }
@media (max-width: 991px) {
    .top_string_contacts {
        display: block;
    }
    .top_string_contacts div p {
        font-size: 16px;
        margin: 0 0px 0px 0;
    }
    .top_string_contacts div {
        margin-bottom: 5px;
    }
    .info__slide-content {
        margin: 0 0 0 0;
    }
    .preview-slider .slick-dots li button {
        background-color: #dcdcdc;
    }
    .preview__title {
        font-size: 14px;
    }
    .title_gallery {
        font-size: 28px;
    }
    .new_contacts_block p {
        width: 80%;
    }
    .preimuchestva_block_pictures div section span {
        font-size: 14px;
    }
    .p_element p {
        font-size: 16px;
    }
    .p_element {
        padding: 5px 4px;
        margin: 2px 2px;
    }
    .why_deft_1_bot .bodrerdiv {
        padding: 15px 0px !important;
        margin: 15px 0;
    }
    .owl_preimuch2 .owl-dots {
        margin: 20px 0 -18px 0;
    }
    .process_block_first h3 {
        margin: 0 !important;
    }
    .pop_h2, .title_p, .process_block ul li h3, .new_contacts_section .container h2 {
        font-size: 28px;
    }
    .why_deft_1_top ul {
        justify-content: unset;
    }
    .why_deft_block, .why_deft_1_top, .why_deft_1_bot{
        display: block;
    }
    .why_deft_1{
        width: 100%;
        height: auto;
    }
    .why_deft_1_bot .bodrerdiv {
        border-right: unset;
        border-left: unset;
        padding: 0 0px;
        margin-right: 0px;
        border-top: 2px solid #dcdcdc;
        border-bottom: 2px solid #dcdcdc;
    }
    .why_deft_1_bot div i {
        font-size: 16px;
        display: block;
        width: 244px;
    }
    .why_deft_2 {
        width: fit-content;
        margin: 20px auto;
    }
    .why_deft_1_top ul {
        width: 396px;
        padding: 0;
    }
    .contacts_mob .owl-dots{
        margin: -37px 0 23px 0;
    }
    .preimuchestva_block {
        width: 600px;
    }
    .contacts_desctop{
        display: none;
    }
    .contacts_mob{
        display: block;
    }
    .scroll_overlay{
        display: block;
        position: absolute;
        width: 100px;
        height: 472px;
        background: #000;
        bottom: 84px;
        right: 0;
        opacity: 0;
    }
    .title_p {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    .coocies_acept {
    width: 330px;
    right: 15px;
    bottom: 65px;
    padding: 10px;
    }
    .coocies_acept p {
        font-size: 15px;
    }
    .coocies_acept div a {
    font-size: 15px;
    }
    .coocies_acept div i {
    font-size: 15px;
    }
    .detail_pohojie {
        margin-top: -30px;
    }
    .btn-orange {
        padding: 7px 30px;
    }
    .upp_p_t {
        font-size: 14px;
    }
    .owl_gallery_projects .owl-nav {
        top: -57px;
        right: 4px;
    }
    .owl_gallery_projects .owl-dots {
        top: -55px;
        right: 34px;
    }
    .btn-blue {
        font-size: 14px;
        padding: 11px 0;
    }
    .process_block {
        display: block;
        margin-top: -100px;
    }
    .title_gallery {
        margin: 0px 0 25px 0;
    }
    .form-hor__cont .mb-4{
        font-size: 20px;
    }
    .btn-blue {
        width: 100%;
    }
    #demos2 .btn-blue {
        width: 65% !important;
    }
    #demos2 .owl-dot span {
        width: 65px;
        margin: 0 5px;
    }
    .preview-slider .slick-dots li.slick-active button {
        background-color: #515151;
    }
    .new_contacts_block p {
        width: 100%;
    }
    .process_block ul li img {
        margin: 5px auto 41px auto;
    }
    .process_block ul {
        width: 100%;
        padding: 5px;
    }
    .why_deft_1_top ul {
        width: 100%;
    }
    .why_deft_1_top>p {
        font-size: 28px;
        font-weight: 600;
        width: 100%;
    }
    .preimuchestva_block {
        width: 100%;
    }
    .title_p {
        font-size: 20px;
        margin: 0px 0 20px 0;
    }
    .pop_h2 {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .header__btns {
        gap: 12px;
    }
    .search_btn img,
    .header__icon-cont,
    .right_tel,
    .right_burger {
        width: 20px;
        height: 20px;
    }
.right_tel,
	.cart-mob {
margin-right: 10px;
}
    .svg_btn svg {
        width: 32px;
        height: 32px;
        margin: 0px -5px 2px -3px;
    }
    .header__logo {
        max-width: 120px;
    }
    .y_rating {
        width: 55px;
        margin: 4px 16px 0 16px;
    }

}
@media (max-width: 500px) {
    .rutub_video_desc{
        display: none;
    }
    .rutub_video_mob{
        display: flex;
        flex-direction: column;
    }
    .detail_pohojie {
        margin-bottom: 0;
    }
    #prod-info-more .tabs {
        flex-wrap: wrap;
    }
    .new_tabs_togle {
        margin-right: 2%;
        width: 48%;
        margin-bottom: 8px;
    }
    .tabs__toggle button {
        text-align: center;
        display: block;
        width: 100%;
    }
    .owl_gallery_projects .owl-dots {
        position: relative;
        top: 15px;
        right: 0;
    }
    .owl_gallery_projects .owl-dot span {
        width: 56px;
        margin: 0 5px;
    }

}

@media (max-width: 389px) {
    .header__btns {
        gap: 10px;
    }
    .p_element p {
        font-size: 14px;
    }
}
.wtsp_svg{
    width: 32px;
}
.footer_seti{
    margin: 4px -12px 0 13px;
}
.footer_seti .wtsp_svg{
    width: 32px;
}

/* End */
/* /local/templates/deft/css/bootstrap-grid.css?174209988081597 */
/* /local/templates/deft/css/slick.css?17420998802260 */
/* /local/templates/deft/css/fancybox.css?174209988012795 */
/* /local/templates/deft/css/style.min.css?1775658877228990 */
/* /local/templates/deft/styles.css?177454855439 */
/* /local/templates/deft/template_styles.css?177513108420101 */
