/* OWL & BOOTSTRAP & FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
* {
  box-sizing: border-box; }

@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  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: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  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, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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%; } }
.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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -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; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -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 {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -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; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -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 {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -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; } }
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* OWL & BOOTSTRAP & FONTS */
body, html {
  height: 100%; }

body {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #1F1F1F;
  font-family: "Roboto", sans-serif; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 40px; } }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif; }

input, select, textarea {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #D8D8D8;
  padding: 0 10px;
  color: #1F1F1F;
  line-height: 41px;
  height: 45px;
  font-size: 16px; }
  input::placeholder, select::placeholder, textarea::placeholder {
    color: #828282; }
  input:disabled, select:disabled, textarea:disabled {
    color: #828282;
    background: #F2F2F2; }
  input:focus, select:focus, textarea:focus {
    border-color: #1F1F1F; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #1F1F1F;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0; }
  h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
    text-transform: uppercase; }

h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 25px;
      margin-bottom: 30px; } }

h2 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 20px; } }

h3 {
  font-size: 18px; }

p:first-child {
  margin-top: 0; }
p:last-child {
  margin-bottom: 0; }

.flex {
  display: flex;
  flex-wrap: wrap; }
  .flex.inline {
    display: inline-flex; }
  .flex.jcsb {
    justify-content: space-between; }
  .flex.ais {
    align-items: flex-start; }
  .flex.aic {
    align-items: center; }
  .flex.jcc {
    justify-content: center; }
  .flex.aib {
    align-items: flex-end; }
  .flex.aif {
    align-items: flex-start; }
  .flex.nowrap {
    flex-wrap: nowrap; }

.blockin {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; }
  @media screen and (max-width: 991px) {
    .blockin {
      padding: 0 15px; } }

/* HEADER */
.header {
  background: #fff;
  position: relative;
  z-index: 9; }
  .header__top {
    padding: 14px 0;
    gap: 10px; }
    .header__top-left {
      gap: 60px; }
  .header__menu {
    max-width: 510px;
    flex-grow: 2; }
    .header__menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header__menu ul li a:hover {
        color: #2940F5; }
  .header__center {
    padding: 15px 0;
    gap: 15px; }
  .header__catalog {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    font-size: 18px;
    color: #1F1F1F;
    font-weight: 600;
    border: 1px solid #2940F5;
    height: 47px; }
    .header__catalog span {
      width: 40px;
      min-width: 40px;
      height: 20px;
      background: url(../images/catalog-h.svg) 0 0 no-repeat; }
    .header__catalog:hover {
      color: #2940F5; }
  .header__search {
    max-width: 350px;
    flex-grow: 2;
    border: 1px solid #D8D8D8;
    display: flex;
    gap: 5px;
    padding: 5px 10px; }
    .header__search input {
      border: 0;
      line-height: 33px;
      height: 33px; }
    .header__search button {
      border: 0;
      width: 33px;
      min-width: 33px;
      height: 33px;
      background: url(../images/search-h.svg) 0 0 no-repeat; }
  .header__logo {
    font-size: 0;
    line-height: 0; }
    .header__logo img {
      display: block; }
  .header__phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    white-space: nowrap; }
    .header__phone a {
      color: #2940F5; }
  .header__button {
    display: flex;
    gap: 40px; }
    .header__button a {
      display: flex;
      gap: 3px;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-weight: 500; }
      .header__button a:hover {
        color: #2940F5; }
    .header__button-search {
      display: none;
      padding: 0;
      border: 0;
      width: 30px;
      height: 30px;
      background: url(../images/search-m.svg) 50% 50% no-repeat;
      background-size: 25px 25px; }
  .header__burger {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/burger.svg) 0 0 no-repeat;
    border: 0;
    padding: 0; }
  @media screen and (max-width: 991px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; }
      .header__top {
        display: none; }
      .header__logo {
        max-width: 120px;
        margin-right: auto; }
      .header__catalog, .header__phone {
        display: none; }
      .header__search {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 8px;
        background: #2940F5;
        max-width: none;
        border: 0;
        display: none; }
        .header__search.active {
          display: block; }
        .header__search button {
          display: none; }
        .header__search:before {
          content: '';
          position: absolute;
          top: -6px;
          width: 12px;
          height: 12px;
          background: #2940F5;
          transform: rotate(45deg);
          right: 111px; }
      .header__button {
        font-size: 0;
        line-height: 0;
        gap: 15px; }
        .header__button-search {
          display: block; }
      .header__burger {
        display: block; } }

.burger {
  width: 25px;
  position: relative;
  cursor: pointer;
  height: 18px; }
  .burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #f9028e;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 8px; }
  .burger span:nth-child(4) {
    top: 16px; }
  .burger.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%; }

.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  padding-right: 70px;
  font-size: 14px;
  display: none; }
  .mobileMenu__wrap {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15px;
    gap: 30px 0; }
  .mobileMenu__close {
    position: absolute;
    top: 13px;
    right: 23px;
    width: 22px;
    height: 22px;
    background: url(../images/mobileMenu-close.svg) 50% 50% no-repeat;
    cursor: pointer; }
  .mobileMenu__login {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500; }
  .mobileMenu__menu1 {
    padding: 0;
    margin: 12px 0 0;
    list-style: none; }
    .mobileMenu__menu1 li a {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 0; }
  .mobileMenu__menu2 {
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    padding: 0;
    margin: 0;
    list-style: none; }
    .mobileMenu__menu2 li a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 10px 0 10px 35px;
      gap: 10px; }
      .mobileMenu__menu2 li a span {
        min-width: 16px;
        height: 10px;
        background: url(../images/select.svg); }
  .mobileMenu__work {
    padding: 0 0 12px 35px;
    line-height: 1.6; }
    .mobileMenu__work span {
      font-weight: 500; }
  .mobileMenu__city {
    display: block;
    padding: 10px 0 10px 35px;
    border-bottom: 1px solid #000;
    font-weight: 500;
    background: url(../images/select.svg) 100% 50% no-repeat; }
  .mobileMenu__contacts {
    padding-top: 12px; }
    .mobileMenu__contacts-tel {
      display: flex;
      gap: 10px;
      font-weight: 500; }
    .mobileMenu__contacts-title {
      padding: 25px 0 25px 35px; }
    .mobileMenu__contacts-soc {
      display: flex;
      gap: 10px;
      font-size: 0;
      line-height: 0; }

.mobileFolder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  display: none; }
  .mobileFolder-title {
    display: flex;
    align-items: center;
    height: 55px;
    cursor: pointer;
    padding: 0 15px;
    gap: 15px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: 500; }
    .mobileFolder-title span {
      width: 16px;
      height: 16px;
      background: url(../images/folder-close.svg) 0 0 no-repeat; }
  .mobileFolder-body {
    height: calc(100vh - 105px);
    overflow-y: auto;
    padding: 10px 15px; }
    .mobileFolder-body ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .mobileFolder-body ul li {
        margin-top: 15px; }
        .mobileFolder-body ul li:first-child {
          margin: 0; }
        .mobileFolder-body ul li a {
          display: flex;
          gap: 20px;
          color: #272727;
          font-size: 16px;
          font-style: normal;
          font-weight: 400; }
          .mobileFolder-body ul li a img {
            min-width: 22px; }
  .mobileFolder-search {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px; }
    .mobileFolder-search input {
      height: 35px;
      line-height: 33px;
      border-radius: 5px;
      border: 1px solid #DEDEDE;
      padding: 0 16px;
      width: 100%; }
  @media screen and (min-width: 992px) {
    .mobileFolder {
      display: none !important; } }

/* HEADER */
/* CONTENT */
.siteButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
  background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px; }
  .siteButton.min200 {
    min-width: 200px; }
  .siteButton.block {
    display: flex;
    width: 100%; }
  .siteButton.radius {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    min-height: 40px; }
  .siteButton:hover {
    background: #2940F5; }
  .siteButton.white {
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    color: #4F4F4F; }
    .siteButton.white.color {
      color: #2940F5; }
    .siteButton.white:hover {
      background: #2940F5;
      color: #fff; }


.popup-window-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
  background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
}

.content {
  padding: 40px 0 100px; }
  .content__overflow {
    overflow: hidden; }
  .content__block {
    margin-top: 120px; }
    .content__block:first-child {
      margin: 0; }
  .content.min {
    padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .content {
      overflow: hidden;
      padding: 40px 0 50px; }
      .content.min {
        padding-bottom: 50px; }
      .content__block {
        margin-top: 50px; } }

.path {
  margin-bottom: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }
  .path a {
    color: #4F4F4F; }
    .path a:hover {
      color: #2940F5; }
  .path span {
    color: #4F4F4F; }

.page ul {
  padding: 0;
  list-style: none; }
  .page ul li {
    padding-left: 23px;
    position: relative;
    margin-top: 10px; }
    .page ul li:first-child {
      margin: 0; }
    .page ul li:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%); }
.page__max-text {
  max-width: 950px; }

.auth {
  max-width: 570px;
  margin: 0 auto;
  padding: 40px 100px;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.23);
  position: relative; }
  .auth__back {
    position: absolute;
    top: 43px;
    left: 40px;
    width: 20px;
    height: 20px;
    background: url(../images/auth-back.svg) 0 0 no-repeat; }
  .auth__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 40px; }
  .auth__block {
    margin-top: 40px; }
    .auth__block:first-child {
      margin-top: 0; }
    .auth__block-link {
      padding: 10px 10px 0; }
      .auth__block-link a {
        color: #2940F5; }
    .auth__block#entity {
      display: none; }
  @media screen and (max-width: 767px) {
    .auth {
      padding: 20px 20px 20px 40px; }
      .auth__back {
        top: 23px;
        left: 10px; }
      .auth__title {
        font-size: 20px;
        margin-bottom: 20px; }
      .auth__block {
        margin-top: 20px; } }

.checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 500;
  color: #272727; }
  .checkbox.light {
    font-size: 14px;
    color: #8B8B8B;
    font-weight: 400; }
    .checkbox.light a {
      color: #8B8B8B; }
  .checkbox.normal {
    font-weight: 400; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span {
      background: url(../images/check.svg) 50% 50% no-repeat; }
  .checkbox span {
    min-width: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/check-d.svg) 50% 50% no-repeat; }
  .checkbox a:hover {
    color: #2940F5; }
  .checkbox__wrap > div {
    margin-top: 10px; }
    .checkbox__wrap > div:first-child {
      margin: 0; }
    .checkbox__wrap > div.hide {
      display: none; }
  .checkbox__toggle {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    color: #8B8B8B;
    font-family: "Montserrat", sans-serif;
    position: relative;
    line-height: 20px;
    padding-right: 30px; }
    .checkbox__toggle:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background: url(../images/checkbox-toggle.svg) 50% 50% no-repeat; }
    .checkbox__toggle span {
      display: block; }
      .checkbox__toggle span + span {
        display: none; }
    .checkbox__toggle.active:before {
      transform: rotate(180deg); }
    .checkbox__toggle.active span {
      display: none; }
      .checkbox__toggle.active span + span {
        display: block; }

.map {
  background: #ccc; }
  .map__wrap h2 {
    margin-bottom: 40px; }
  .map iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0; }

.contacts__block {
  margin-top: 80px; }
  .contacts__block .row {
    gap: 30px 0; }
  .contacts__block:first-child {
    margin: 0; }
  .contacts__block .js-scroll {
    color: #2940F5; }
.contacts__link {
  color: #2940F5; }
.contacts__map {
  height: 650px; }
  .contacts__map iframe {
    width: 100%;
    height: 100%;
    border: 0; }
@media screen and (max-width: 767px) {
  .contacts__block {
    margin-top: 40px; }
  .contacts__map {
    height: 400px; } }

.maplist {
  display: flex;
  gap: 5px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25); }
  .maplist__left {
    padding: 20px 5px 20px 20px;
    width: 400px;
    min-width: 400px;
    max-height: 700px;
    overflow-y: auto; }
    .maplist__left::-webkit-scrollbar {
      width: 15px; }
    .maplist__left::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .maplist__left::-webkit-scrollbar-thumb {
      background: #F9F9F9; }
    .maplist__left-block {
      padding: 20px 20px 20px;
      border-top: 1px solid #D8D8D8;
      color: #4F4F4F;
      font-size: 18px;
      cursor: pointer; }
      .maplist__left-block:first-child {
        border: 0; }
      .maplist__left-block.active {
        background: #EAEAEA; }
      .maplist__left-block div {
        margin-top: 5px; }
        .maplist__left-block div:first-child {
          margin: 0; }
      .maplist__left-block .title {
        font-size: 20px;
        font-weight: 600;
        color: #1F1F1F; }
  .maplist__map {
    flex-grow: 2; }
    .maplist__map .map {
      height: 565px; }
  @media screen and (max-width: 991px) {
    .maplist {
      padding: 0;
      flex-direction: column;
      gap: 0; }
      .maplist__left {
        width: 100%;
        min-width: auto;
        padding: 0;
        display: flex; }
        .maplist__left-block {
          font-size: 14px;
          width: calc(100vw + 30px);
          min-width: calc(100vw - 30px);
          border: 0; }
          .maplist__left-block .title {
            font-size: 16px; }
      .maplist__map .map {
        height: 300px; } }

.orederInfo {
  overflow: hidden; }
  .orederInfo__list {
    padding: 0 0 20px;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 40px; }
    .orederInfo__list li {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 20px;
      height: 70px;
      font-size: 18px;
      font-weight: 700;
      border: 2px solid #8B8B8B;
      padding: 0 30px;
      max-width: 400px;
      flex-grow: 2; }
      .orederInfo__list li.active {
        border-color: #2940F5; }
      .orederInfo__list li span {
        min-width: 30px; }
        .orederInfo__list li span img {
          display: block; }
          .orederInfo__list li span img + img {
            display: none; }
  .orederInfo__body-block {
    display: none; }
    .orederInfo__body-block.active {
      display: block; }
  .orederInfo__step {
    margin: 0 -20px;
    gap: 40px 0; }
    .orederInfo__step > div {
      padding: 0 20px; }
    .orederInfo__step-block-number {
      text-align: center;
      position: relative;
      margin-bottom: 20px; }
      .orederInfo__step-block-number:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        margin-top: -1px;
        background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%); }
      .orederInfo__step-block-number span {
        background: #fff;
        padding: 0 20px;
        font-size: 18px;
        position: relative;
        font-weight: 700; }
    .orederInfo__step-block-body img {
      display: inline-block;
      vertical-align: middle; }
  .orederInfo__block {
    margin-top: 60px; }
  .orederInfo__delivery-block {
    margin-top: 40px; }
  .orederInfo__delivery-text {
    max-width: 510px; }
  @media screen and (max-width: 767px) {
    .orederInfo__list {
      gap: 10px; }
      .orederInfo__list li {
        padding: 10px;
        height: 50px;
        font-size: 14px;
        justify-content: center; }
        .orederInfo__list li span {
          display: none; } }

.news {
  overflow: hidden; }
  .news .row {
    gap: 40px 0;
    margin: 0 -20px; }
    .news .row > div {
      padding: 0 20px; }
  .news__block {
    display: block; }
    .news__block-img {
      display: block;
      margin-bottom: 20px; }
      .news__block-img img {
        display: block;
        width: 100%; }
    .news__block-title {
      min-height: 60px;
      font-size: 20px;
      display: block;
      font-weight: 700;
      text-transform: uppercase; }
    .news__block-date {
      display: block;
      margin: 10px 0 15px;
      color: #444B5B; }
  @media screen and (max-width: 767px) {
    .news__block {
      overflow: hidden; }
      .news__block-title {
        font-size: 18px;
        min-height: 54px; } }

.pageBack {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #2940F5;
  margin-bottom: 30px; }

.lk > .row {
  gap: 40px 0;
  margin: 0 -20px; }
  .lk > .row > div {
    padding: 0 20px; }
.lk__menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .lk__menu li.active a {
    background: #F2F3F5;
    color: #2940F5; }
    .lk__menu li.active a span img {
      display: none; }
      .lk__menu li.active a span img + img {
        display: block; }
  .lk__menu li a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 16px;
    min-height: 55px;
    font-weight: 600; }
    .lk__menu li a span {
      min-width: 21px;
      display: flex;
      align-items: center; }
      .lk__menu li a span img {
        display: block; }
        .lk__menu li a span img + img {
          display: none; }
.lk__sort {
  gap: 20px 0; }
  .lk__sort select, .lk__sort input {
    border: 0;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    background: #F5F5F5;
    padding: 0 20px; }
  .lk__sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #F5F5F5 url(../images/select-d.svg) calc(100% - 20px) 50% no-repeat; }
    .lk__sort select::-ms-expand {
      display: none; }
  .lk__sort-calendar {
    gap: 12px; }
.lk__order {
  margin-top: 40px; }
  .lk__order-block {
    margin-top: 30px;
    padding: 25px;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25); }
    .lk__order-block-bg {
      box-shadow: none;
      background: #EDEDED; }
    .lk__order-block:first-child {
      margin: 0; }
    .lk__order-block-state {
      display: flex;
      width: 45px;
      height: 45px;
      align-items: center;
      justify-content: center;
      background: #DEEFD5; }
    .lk__order-block-info {
      margin: 15px 0 7px;
      font-weight: 600; }
    .lk__order-block-text {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px solid #D8D8D8; }
      .lk__order-block-text p {
        margin: 10px 0; }
        .lk__order-block-text p:first-child {
          margin-top: 0; }
        .lk__order-block-text p:last-child {
          margin-bottom: 0; }
.lk__data {
  margin: 0 -20px;
  gap: 40px 0; }
  .lk__data > div {
    padding: 0 20px; }
  .lk__data-block {
    padding: 25px;
    border: 1px solid #D8D8D8;
    background: #FFF; }
    .lk__data-block-info {
      margin-top: 20px;
      gap: 10px; }
      .lk__data-block-info span {
        font-weight: 600; }
      .lk__data-block-info a {
        color: #2940F5; }
        .lk__data-block-info a:hover {
          color: #3E9CE4; }
.lk__order2-block {
  margin-top: 30px; }
  .lk__order2-block-state {
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 600; }
    .lk__order2-block-state span {
      width: 45px;
      height: 45px;
      background: #4DA64B url(../images/lk-order-state.svg) 50% 50% no-repeat; }
  .lk__order2-block:first-child {
    margin: 0; }
.lk__order2-product {
  margin-top: 20px;
  gap: 40px; }
  .lk__order2-product-left {
    gap: 40px; }
  .lk__order2-product-img {
    min-width: 160px; }
    .lk__order2-product-img img {
      display: block; }
  .lk__order2-product-title {
    max-width: 290px; }
  .lk__order2-product-price {
    font-size: 20px;
    font-weight: 500; }

.cart {
  margin: 0 -20px;
  gap: 40px 0; }
  .cart > div {
    padding: 0 20px; }
  .cart__select-clear {
    color: #D30808; }
  .cart__order {
    padding: 20px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 20px; }
    .cart__order-block {
      margin-top: 20px; }
      .cart__order-block:first-child {
        margin-top: 0; }
      .cart__order-block-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px; }
        .cart__order-block-title span {
          font-weight: 600; }
        .cart__order-block-title a {
          color: #2940F5; }
          .cart__order-block-title a:hover {
            color: #3E9CE4; }
      .cart__order-block-info {
        margin-top: 10px; }
        .cart__order-block-info p {
          margin: 5px 0; }
          .cart__order-block-info p:first-child {
            margin-top: 0; }
          .cart__order-block-info p:last-child {
            margin-bottom: 0; }
        .cart__order-block-info ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .cart__order-block-info ul li {
            margin-top: 5px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .cart__order-block-info ul li:first-child {
              margin-top: 0; }
            .cart__order-block-info ul li.total {
              font-weight: 600; }
            .cart__order-block-info ul li strong {
              font-size: 24px; }
  .cart__block {
    padding: 20px 30px 30px;
    border: 1px solid #D8D8D8;
    margin-top: 40px; }
    .cart__block:first-child {
      margin: 0; }
    .cart__block-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      line-height: 1.2; }
    .cart__block-row {
      gap: 20px 0; }
      .cart__block-row .row {
        gap: 20px 0; }
    .cart__block-block {
      margin-top: 40px; }
    .cart__block-body {
      padding-top: 20px;
      line-height: 1.3; }
      .cart__block-body p {
        margin: 7px 0; }
        .cart__block-body p:first-child {
          margin-top: 0; }
        .cart__block-body p:last-child {
          margin-bottom: 0; }
      .cart__block-body span {
        color: #8B8B8B; }
  .cart__product {
    margin-top: 20px; }
    .cart__product-block {
      padding: 20px 0;
      border-top: 2px solid #D8D8D8;
      gap: 20px 30px;
      display: flex;
      justify-content: space-between; }
    .cart__product-img {
      margin-right: auto;
      min-width: 160px;
      width: 160px; }
      .cart__product-img img {
        display: block; }
    .cart__product-right {
      flex-grow: 2;
      display: flex;
      justify-content: space-between;
      gap: 20px; }
    .cart__product-left {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      max-width: 290px;
      gap: 10px; }
    .cart__product-clear {
      padding-left: 36px;
      background: url(../images/cart-r.svg) 0 50% no-repeat; }
    .cart__product-info {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-end; }
    .cart__product-price {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .cart {
      margin: 0 -15px; }
      .cart > div {
        padding: 0 15px; }
      .cart__block {
        padding: 15px; }
      .cart__product-block {
        flex-wrap: wrap; } }

.amount {
  display: flex;
  border: 2px solid #D8D8D8;
  border-radius: 5px;
  width: 130px;
  overflow: hidden; }
  .amount button {
    width: 43px;
    min-width: 43px;
    height: 30px;
    border: 0;
    line-height: 30px;
    background: none;
    font-weight: 600;
    font-size: 22px; }
    .amount button:hover {
      background: #D8D8D8; }
  .amount input {
    height: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    border: 0; }
  .amount.min {
    border: 0; }

.radio {
  display: block;
  cursor: pointer;
  position: relative; }
  .radio input {
    display: none; }
    .radio input:checked + span {
      border-color: #2940F5; }
      .radio input:checked + span .radio-title {
        color: #2940F5; }
        .radio input:checked + span .radio-title:before {
          background: url(../images/radio-a.svg) 50% 50% no-repeat; }
  .radio-wrap {
    padding: 10px 14px 10px 58px;
    border: 2px solid #D8D8D8;
    display: flex;
    justify-content: center;
    min-height: 66px;
    flex-wrap: wrap;
    flex-direction: column;
    color: #1F1F1F; }
  .radio-title {
    line-height: 26px;
    display: block;
    font-weight: 600;
    position: relative; }
    .radio-title:before {
      content: '';
      position: absolute;
      top: 0;
      left: -46px;
      width: 26px;
      height: 26px;
      background: url(../images/radio.svg) 0 0 no-repeat; }
  .radio-text {
    font-weight: normal;
  }

.filter__title {
  display: none;
  width: 100%;
  border: 0;
  padding: 0;
  line-height: 40px;
  font-size: 20px; }
.filter__body {
  border-radius: 5px;
  background: #FFF;
  position: relative;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.23);
  padding: 10px 20px 20px; }
.filter__block {
  margin-top: 20px; }
  .filter__block:first-child {
    margin-top: 0; }
  .filter__block-title {
    font-style: 18px;
    font-weight: 500;
    margin-bottom: 10px; }
.filter__fromTo {
  gap: 20px; }
  .filter__fromTo input {
    border: 0;
    line-height: 24px;
    height: 36px;
    border-bottom: 2px solid #8B8B8B;
    border-radius: 0;
    padding: 0 0 10px; }
.filter__close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  background: url(../images/closebut.svg) 0 0 no-repeat;
  cursor: pointer;
  display: none;
  border: 0;
  padding: 0; }
@media screen and (max-width: 991px) {
  .filter__title {
    display: block; }
  .filter__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10;
    display: none; }
  .filter__close {
    display: block; } }

.catalog {
  margin: 0 -30px;
  gap: 50px 0; }
  .catalog > div {
    padding: 0 30px; }
  @media screen and (min-width: 1300px) {
    .catalog {
      margin: 0 -60px; }
      .catalog > div {
        padding: 0 60px; } }
  .catalog__row {
    gap: 30px 0; }
  .catalog__sort {
    margin-bottom: 40px; }
    .catalog__sort-select {
      display: flex;
      gap: 10px 40px;
      white-space: nowrap;
      align-items: center; }
      .catalog__sort-select strong {
        font-weight: 500; }
      .catalog__sort-select select {
        border: 0;
        width: 250px;
        height: 32px;
        line-height: 32px;
        border-radius: 5px;
        padding: 0 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: #F5F5F5 url(../images/select-d.svg) calc(100% - 20px) 50% no-repeat; }
        .catalog__sort-select select::-ms-expand {
          display: none; }
  .catalog__block {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between; }
    .catalog__block-label {
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 2;
      gap: 5px;
      flex-wrap: wrap;
      display: flex; }
      .catalog__block-label span {
        border-radius: 5px;
        padding: 0 10px;
        line-height: 31px;
        background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%);
        color: #fff;
        font-size: 14px; }
        .catalog__block-label span:first-child {
          border-radius: 0px 5px 5px 0px; }
        .catalog__block-label span.black {
          background: #1F1F1F;
          color: #FFE500; }
    .catalog__block-img {
      position: relative;
      z-index: 1;
      display: block;
      padding-bottom: 69%; }
      .catalog__block-img img {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        max-height: 100%;
        width: auto;
        margin: auto; }
    .catalog__block-title {
      display: block;
      margin: 30px 0 0; }
    .catalog__block-bottom {
      margin-top: 20px;
      display: block; }
    .catalog__block-price {
      display: flex;
      gap: 10px;
      align-items: flex-end;
      line-height: 1.2;
      margin-bottom: 20px;
      flex-wrap: wrap; }
      .catalog__block-price-currency {
        font-size: 20px;
        font-weight: 500; }
      .catalog__block-price-old {
        font-size: 14px;
        position: relative; }
        .catalog__block-price-old:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          height: 1px;
          background: #1F1F1F; }
    .catalog__block-button {
      width: 35px;
      height: 35px;
      background: url(../images/catalog-add.svg) 50% 50% no-repeat;
      border: 0; }
    .catalog__block .siteButton {
      display: none; }
  .catalog__slider .owl-stage {
    display: flex;
    flex-wrap: wrap; }
  .catalog__slider .owl-nav {
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0;
    line-height: 0; }
    .catalog__slider .owl-nav div {
      cursor: pointer;
      width: 38px;
      height: 38px;
      border-radius: 360px;
      background: #FFF url(../images/catalog-slider.svg) 50% 50% no-repeat;
      box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.25); }
      .catalog__slider .owl-nav div:last-child {
        transform: rotate(180deg); }
  @media screen and (max-width: 991px) {
    .catalog {
      margin: 0 -10px;
      gap: 20px 0; }
      .catalog > div {
        padding: 0 10px; }
      .catalog__block {
        line-height: 1.2; }
        .catalog__block-title {
          font-size: 16px; }
        .catalog__block .amount, .catalog__block-button {
          display: none; }
        .catalog__block .siteButton {
          display: flex; }
      .catalog__slider {
        padding-right: 40px; }
        .catalog__slider .owl-stage-outer {
          overflow: visible; }
        .catalog__slider .owl-nav {
          left: 10px;
          right: 10px; } }
  @media screen and (max-width: 540px) {
    .catalog__slider .owl-nav {
      display: none;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      height: auto;
      margin-top: 30px; } }

.navigation {
  margin-top: 50px; }

.pagination {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
  gap: 5px; }
  .pagination li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 50px; }
  .pagination li span {
    display: block;
    min-width: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50%;
    background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%); }
  .pagination li.next a {
    transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .pagination li a {
      width: 40px;
      height: 40px; }
    .pagination li span {
      line-height: 40px;
      width: 40px;
      min-width: 40px; } }

.leftmenu {
  padding: 15px 20px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  line-height: 1.2; }
  .leftmenu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .leftmenu ul li {
      margin-top: 10px; }
      .leftmenu ul li:first-child {
        margin-top: 0; }
      .leftmenu ul li a {
        padding: 5px 0;
        display: block;
        line-height: 1.4;
        font-weight: 600; }
        .leftmenu ul li a:hover {
          color: #2940F5; }

.folder {
  gap: 40px 0;
  text-align: center; }
  .folder__block {
    display: block;
    font-weight: 600;
    line-height: 1.2; }
    .folder__block span {
      display: block;
      margin-bottom: 14px; }
    .folder__block:hover {
      color: #2940F5; }

.detail {
  padding-bottom: 60px;
  gap: 30px 0; }
  .detail h1 {
    margin-bottom: 30px; }
  .detail__minslider {
    max-width: 520px;
    padding: 0 50px;
    margin-top: 30px; }
    .detail__minslider .owl-nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 0;
      line-height: 0; }
      .detail__minslider .owl-nav div {
        cursor: pointer;
        width: 20px;
        height: 100%;
        background: url(../images/detail-arrow.svg) 0 50% no-repeat; }
        .detail__minslider .owl-nav div:last-child {
          transform: rotate(180deg); }
    .detail__minslider .owl-stage-outer {
      z-index: 2; }
    .detail__minslider .item {
      border: 2px solid transparent;
      border-radius: 5px;
      overflow: hidden;
      height: 80px;
      cursor: pointer; }
      .detail__minslider .item img {
        height: 80px;
        object-fit: cover; }
      .detail__minslider .item.active {
        border-color: #2940F5; }
  .detail__fix {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2; }
    .detail__fix.active .detail__navigate-info {
      display: flex; }
  .detail__navigate {
    display: flex;
    border-bottom: 1px solid #8B8B8B;
    justify-content: space-between;
    gap: 20px; }
    .detail__navigate ul {
      padding: 0;
      margin: 0;
      list-style: none;
      flex-grow: 2;
      max-width: 950px;
      display: flex;
      justify-content: space-between; }
      .detail__navigate ul li {
        margin-bottom: -1px; }
        .detail__navigate ul li.active a {
          color: #2940F5;
          border-color: #2940F5; }
        .detail__navigate ul li a {
          color: #8B8B8B;
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
          display: block;
          padding: 20px 0;
          border-bottom: 1px solid transparent; }
    .detail__navigate-info {
      display: flex;
      gap: 20px;
      align-items: center;
      display: none; }
    .detail__navigate-price {
      font-weight: 700; }
    .detail__navigate-img {
      max-width: 40px;
      width: 40px;
      min-width: 40px; }
      .detail__navigate-img img {
        display: block; }
  .detail__characteristics {
    gap: 30px 0;
    padding-top: 20px;
    position: relative; }
    .detail__characteristics.notop {
      padding: 0; }
    .detail__characteristics-wrap {
      max-width: 560px; }
    .detail__characteristics-title {
      font-size: 20px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      padding-bottom: 10px; }
    .detail__characteristics-text {
      max-width: 1040px; }
    .detail__characteristics ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .detail__characteristics ul li {
        line-height: 1.2;
        margin-top: 15px; }
        .detail__characteristics ul li:first-child {
          margin: 0; }
        .detail__characteristics ul li.opacity {
          opacity: 0.5; }
    .detail__characteristics-list.hide {
      display: none;
      margin-top: 15px; }
    .detail__characteristics-list ul li {
      display: flex;
      font-size: 16px;
      justify-content: space-between;
      align-items: flex-start;
      gap:30px;
      line-height: 1.2; }
      .detail__characteristics-list ul li:first-child {
        margin: 0; }
      .detail__characteristics-list ul li.hide {
        display: none; }
    .detail__characteristics-open {
      margin-top: 15px; }
      .detail__characteristics-open button {
        max-width: 200px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        height: 44px;
        border-radius: 5px;
        background: #DEDEDE; }
        .detail__characteristics-open button:hover {
          background: #2940F5; }
          .detail__characteristics-open button:hover svg path {
            stroke: #fff; }
        .detail__characteristics-open button.active svg {
          transform: rotate(180deg); }
    .detail__characteristics-download {
      display: flex;
      align-items: center;
      gap: 20px;
      height: 60px;
      font-size: 20px;
      color: #2940F5;
      font-weight: 600; }
      .detail__characteristics-download:before {
        content: '';
        min-width: 60px;
        height: 60px;
        background: url(../images/detail-ch-d.svg) 50% 50% no-repeat; }
      .detail__characteristics-download-wrap {
        margin-left: 120px; }
    .detail__characteristics-more {
      display: inline-block;
      vertical-align: top;
      margin-top: 20px;
      color: #2940F5; }
      .detail__characteristics-more:hover {
        color: #3E9CE4; }
  .detail__description-text {
    max-width: 880px; }
  .detail__content {
    padding-top: 60px; }
  .detail__add {
    margin-top: 70px; }
    .detail__add .siteButton {
      max-width: 180px;
      width: 100%; }
  .detail__price {
    font-size: 30px;
    font-weight: 700; }
  @media screen and (max-width: 1220px) {
    .detail__navigate ul li a {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    .detail {
      padding: 0; }
      .detail__navigate {
        display: none; }
      .detail__characteristics-download-wrap {
        margin-left: 0; }
      .detail__add {
        margin-top: 40px; } }
  @media screen and (max-width: 991px) {
    .detail__minslider {
      padding: 0 40px; }
      .detail__minslider .item {
        display: flex;
        align-items: center; }
        .detail__minslider .item img {
          height: auto; } }

.reviews {
  gap: 30px 0;
  padding-top: 20px; }
  .reviews__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px; }
    .reviews__rating-val {
      font: 600 34px "Montserrat", sans-serif;
      margin-bottom: 10px; }
    .reviews__rating-right {
      font-size: 16px;
      font-weight: 400; }
  .reviews__ratinglist {
    margin-top: 40px; }
    .reviews__ratinglist + h3 {
      margin-top: 40px; }
    .reviews__ratinglist ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .reviews__ratinglist ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
        font-size: 16px;
        font-weight: 400; }
        .reviews__ratinglist ul li:first-child {
          margin: 0; }
  .reviews__options {
    padding: 0;
    margin: 0;
    list-style: none; }
    .reviews__options li {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
      font-size: 16px;
      font-weight: 400;
      margin-top: 15px; }
      .reviews__options li:first-child {
        margin: 0; }
      .reviews__options li > div {
        width: 100%;
        position: relative;
        height: 3px;
        background: #DEDEDE; }
        .reviews__options li > div div {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          background: #2940F5; }
  .reviews__block {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #DEDEDE; }
    .reviews__block-val {
      margin-top: 30px;
      gap: 30px; }
      .reviews__block-val:first-child {
        margin-top: 0; }
      .reviews__block-val strong {
        font-weight: 500; }
      .reviews__block-val .flex {
        gap: 15px; }
    .reviews__block-top {
      display: flex;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap; }
      .reviews__block-top span {
        color: #8B8B8B;
        font-size: 14px; }
    .reviews__block-name {
      font-weight: 500;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px; }
      .reviews__block-name span {
        width: 44px;
        height: 44px;
        border-radius: 360px;
        background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
        font-weight: 500; }
    .reviews__block-title {
      font-size: 18px;
      margin-bottom: 15px; }
    .reviews__block-info {
      font-size: 14px;
      color: #8B8B8B;
      font-weight: 500;
      margin-top: 20px; }
      .reviews__block-info span {
        margin-right: 18px; }
  .reviews__val {
    display: flex;
    gap: 40px; }
    .reviews__val a {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      font-weight: normal;
      color: #8B8B8B; }
      .reviews__val a span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 42px;
        height: 42px; }
  .reviews__row {
    gap: 20px 0; }
  .reviews__more {
    margin-top: 30px; }
  .reviews__srotwrap .row {
    gap: 20px 0; }

.star {
  display: flex;
  gap: 0 7.5px; }
  .star.big div {
    width: 25px;
    height: 25px; }
  .star div {
    width: 18px;
    height: 18px;
    background: url(../images/star.svg) 0 0 no-repeat;
    background-size: cover; }
    .star div.active {
      background: url(../images/star-active.svg) 0 0 no-repeat;
      background-size: cover; }

.company__row {
  margin-bottom: 60px;
  gap: 30px 0; }
.company__info {
  gap: 50px 0;
  padding-top: 10px;
  text-align: center; }
  .company__info-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 40px; }
  .company__info-title {
    font-weight: 500;
    font-family: "Montserrat", sans-serif; }
    .company__info-title span {
      font-weight: 700;
      font-size: 24px;
      display: block; }
.company__text {
  padding: 60px 0;
  background: #2559CF;
  text-align: center;
  color: #fff;
  font: 600 24px/1.5 "Montserrat", sans-serif; }
  .company__text-wrap {
    max-width: 1060px;
    margin: 0 auto; }
.company__premium {
  padding: 40px 0 60px; }
  .company__premium .row {
    gap: 20px 0; }
  .company__premium h3 {
    font-size: 24px; }
  .company__premium-img img {
    display: block; }
  .company__premium ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .company__premium ul li {
      display: flex;
      align-items: center;
      gap: 40px;
      border-bottom: 1px solid #000;
      font-size: 24px;
      font-weight: 600; }
      .company__premium ul li div {
        color: #2940F5;
        font-family: "Montserrat", sans-serif;
        font-size: 84px;
        font-weight: 700;
        width: 100px;
        min-width: 100px; }
  .company__premium-main {
    padding: 0; }
    .company__premium-main-mobtitle {
      display: none;
      font: 700 20px "Montserrat", sans-serif;
      text-transform: uppercase;
      padding-top: 20px; }
    .company__premium-main h2 {
      text-transform: uppercase;
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 150px;
      z-index: 2;
      position: relative; }
    .company__premium-main h3 {
      margin-bottom: -250px;
      position: relative;
      z-index: 2; }
    .company__premium-main .company__premium-img {
      position: absolute;
      top: 0;
      left: -320px; }
      .company__premium-main .company__premium-img img {
        width: 850px; }
@media screen and (max-width: 991px) {
  .company__premium-main-mobtitle {
    display: block; }
  .company__premium-main .company__premium-img {
    display: none; }
  .company__premium-main h2 {
    font-size: 24px;
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .company__info-title span {
    font-size: 20px; }
  .company__text {
    padding: 50px 0;
    font-size: 20px; }
  .company__premium ul li {
    padding: 10px 0;
    font-size: 18px;
    gap: 40px;
    line-height: 1.4; }
    .company__premium ul li div {
      font-size: 82px; } }

.main {
  padding: 40px 0 120px;
  overflow: hidden; }
  .main__block {
    margin-top: 120px; }
    .main__block:first-child {
      margin-top: 0; }
    .main__block-more {
      display: none;
      margin: -10px 0 30px; }
      .main__block-more a {
        padding-right: 30px;
        background: url(../images/select.svg) 100% 50% no-repeat;
        color: #2940F5; }
  .main__row {
    margin: 0 -20px;
    gap: 20px 0; }
    .main__row > div {
      padding: 0 20px; }
    .main__row .header__catalog {
      display: none; }
  .main__imgblock {
    margin-top: 45px; }
    .main__imgblock a {
      display: block; }
      .main__imgblock a img {
        display: block;
        width: 100%; }
  @media screen and (max-width: 991px) {
    .main__row .leftmenu {
      display: none; }
    .main__row .header__catalog {
      display: flex;
      justify-content: center; }
    .main__imgblock {
      display: none; } }
  @media screen and (max-width: 767px) {
    .main {
      padding: 40px 0 80px; }
      .main__block {
        margin-top: 80px; }
        .main__block-more {
          display: block; }
      .main__scroll {
        overflow: auto; }
        .main__scroll .news__block {
          max-height: 315px; }
        .main__scroll .row {
          flex-wrap: nowrap; }
          .main__scroll .row > div {
            min-width: 280px; } }

.slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  gap: 3px; }
  .slider .owl-dots div {
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: 1px solid transparent;
    background: #848484;
    background-clip: padding-box;
    border-radius: 50%; }
    .slider .owl-dots div.active {
      background: linear-gradient(147deg, #2940F5 19.38%, #3E9CE4 90.72%); }

/* CONTENT */
/* FOOTER */
.footer {
  padding: 40px 0 20px;
  background: #EDEDED;
  line-height: 1.2; }
  .footer__top {
    gap: 20px 0; }
  .footer__logo {
    display: inline-flex;
    align-items: center;
    vertical-align: top; }
    .footer__logo img {
      display: block; }
  .footer__menu > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer__menu > ul > li {
      margin-top: 16px; }
      .footer__menu > ul > li:first-child {
        margin: 0; }
      .footer__menu > ul > li > a {
        font-size: 18px;
        font-weight: 600; }
        .footer__menu > ul > li > a:hover {
          color: #2940F5; }
      .footer__menu > ul > li > ul {
        display: flex;
        justify-content: space-between;
        gap: 20px 60px;
        padding: 0;
        margin: 15px 0 0;
        list-style: none; }
        .footer__menu > ul > li > ul ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .footer__menu > ul > li > ul ul li {
            margin-top: 14px; }
            .footer__menu > ul > li > ul ul li:first-child {
              margin: 0; }
            .footer__menu > ul > li > ul ul li a:hover {
              color: #2940F5; }
  .footer__menu-db {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
  .footer__contacts {
    text-align: right;
    margin-top: 60px; }
    .footer__contacts-title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 20px;
      display: inline-block;
      vertical-align: top; }
      .footer__contacts-title:hover {
        color: #2940F5; }
    .footer__contacts-mail, .footer__contacts-tel {
      margin-bottom: 14px; }
      .footer__contacts-mail a, .footer__contacts-tel a {
        padding-left: 40px;
        background: url(../images/mail-f.svg) 0 50% no-repeat; }
    .footer__contacts-tel a {
      background: url(../images/tel-f.svg) 0 50% no-repeat; }
    .footer__contacts-call {
      margin-top: 30px;
      font-weight: 600;
      font-size: 18px; }
      .footer__contacts-call a:hover {
        color: #2940F5; }
    .footer__contacts-soc {
      display: flex;
      justify-content: space-between;
      font-size: 0;
      line-height: 0;
      max-width: 230px;
      margin-left: auto;
      margin-top: 30px; }
  .footer__bottom {
    gap: 10px 0;
    padding-top: 20px;
    border-top: 1px solid #FFF;
    margin-top: 40px;
    font-size: 14px; }
    .footer__bottom a:hover {
      color: #2940F5; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 30px 0 20px; }
      .footer__logo {
        max-width: 200px;
        margin: 0 auto;
        display: flex; }
      .footer__menu {
        text-align: center; }
        .footer__menu > ul > li > ul {
          display: none; }
        .footer__menu-db {
          flex-direction: column; }
      .footer__contacts {
        margin-top: 20px;
        text-align: center; }
        .footer__contacts-soc {
          margin: 40px auto 0; }
      .footer__bottom {
        flex-direction: column; } }

/* FOOTER */
/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
  display: none; }
  .popup__wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 630px;
    width: 100%;
    padding: 30px;
    background: #ffffff;
    position: relative;
    font-size: 16px;
    line-height: 1.3;
    box-sizing: border-box;
    text-align: left;
    border: 2px solid #2940F5; }
  .popup__closebut {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    background: url(../images/closebut.svg) 0 0 no-repeat;
    cursor: pointer; }
  .popup__city .popup__wrap {
    max-width: 375px;
    padding: 30px; }
  .popup__city-title {
    margin-bottom: 10px;
    font-weight: bold; }
  .popup__city-block {
    margin-top: 25px; }
    .popup__city-block:first-child {
      margin-top: 0; }
  .popup__city ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .popup__city ul li {
      margin-top: 15px; }
      .popup__city ul li:first-child {
        margin-top: 0; }
      .popup__city ul li a:hover {
        color: #2940F5; }
  .popup__city-scroll {
    height: 270px;
    overflow-y: auto; }
    .popup__city-scroll::-webkit-scrollbar {
      width: 5px; }
    .popup__city-scroll::-webkit-scrollbar-track {
      background: #D8D8D8; }
    .popup__city-scroll::-webkit-scrollbar-thumb {
      background: #2940F5; }
  .popup:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

/* POPUP */
/* GOTOP */
#gotop {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url(../images/gotop.png) 0 0 no-repeat; }

/* GOTOP */

/*# sourceMappingURL=styles.css.map */
.detail__bigslider a {
  display:flex;
  justify-content: center;
  position:relative;
padding-top:80%;
}

.detail__bigslider a img {
  width:auto !important;
  position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}
