@charset "UTF-8";
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **   COLORS VARIABLES   ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **   Default SETTINGS VARIABLES  ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **   TYPOGRAPHY VARIABLES  ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **   BUTTONS VARIABLES  ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **   FORMS VARIABLES ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/** ** ** **    BREAKPOINT VARIABLES    ** ** ** **/
/** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** **/
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .index-page .main-tabs-content, .index-page .main-tabs__tab, .top-tabs {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container, .index-page .main-tabs-content, .index-page .main-tabs__tab, .top-tabs {
    max-width: 1365px;
  }
}

.container-fluid, .container-xl {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .index-page .main-tabs-content, .index-page .main-tabs__tab, .top-tabs {
    max-width: 1365px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: flex !important;
}

.d-inline-flex {
  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: flex !important;
  }
  .d-sm-inline-flex {
    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: flex !important;
  }
  .d-md-inline-flex {
    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: flex !important;
  }
  .d-lg-inline-flex {
    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: flex !important;
  }
  .d-xl-inline-flex {
    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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important;
}

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 8px !important;
}

.mt-1,
.my-1 {
  margin-top: 8px !important;
}

.mr-1,
.mx-1 {
  margin-right: 8px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1 {
  margin-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4,
.my-4 {
  margin-top: 32px !important;
}

.mr-4,
.mx-4 {
  margin-right: 32px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}

.ml-4,
.mx-4 {
  margin-left: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6,
.my-6 {
  margin-top: 48px !important;
}

.mr-6,
.mx-6 {
  margin-right: 48px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}

.ml-6,
.mx-6 {
  margin-left: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7,
.my-7 {
  margin-top: 56px !important;
}

.mr-7,
.mx-7 {
  margin-right: 56px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 56px !important;
}

.ml-7,
.mx-7 {
  margin-left: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8,
.my-8 {
  margin-top: 64px !important;
}

.mr-8,
.mx-8 {
  margin-right: 64px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 64px !important;
}

.ml-8,
.mx-8 {
  margin-left: 64px !important;
}

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

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

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

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

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

.p-1 {
  padding: 8px !important;
}

.pt-1,
.py-1 {
  padding-top: 8px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}

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

.p-2 {
  padding: 16px !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}

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

.p-3 {
  padding: 24px !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}

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

.p-4 {
  padding: 32px !important;
}

.pt-4,
.py-4 {
  padding-top: 32px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}

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

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

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

.p-6 {
  padding: 48px !important;
}

.pt-6,
.py-6 {
  padding-top: 48px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}

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

.p-7 {
  padding: 56px !important;
}

.pt-7,
.py-7 {
  padding-top: 56px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 56px !important;
}

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

.p-8 {
  padding: 64px !important;
}

.pt-8,
.py-8 {
  padding-top: 64px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 64px !important;
}

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

.m-n1 {
  margin: -8px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -8px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -8px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -8px !important;
}

.m-n2 {
  margin: -16px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -16px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -16px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -16px !important;
}

.m-n3 {
  margin: -24px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -24px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -24px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -24px !important;
}

.m-n4 {
  margin: -32px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -32px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -32px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -32px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -40px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -40px !important;
}

.m-n6 {
  margin: -48px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -48px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -48px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -48px !important;
}

.m-n7 {
  margin: -56px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -56px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -56px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -56px !important;
}

.m-n8 {
  margin: -64px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -64px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -64px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -64px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -64px !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 8px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 8px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 8px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 16px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 16px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 16px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 24px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 24px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 24px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 56px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 56px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 56px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 64px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 64px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 64px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 64px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 8px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 8px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 8px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 16px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 16px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 16px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 24px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 24px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 24px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 56px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 56px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 56px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 64px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 64px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 64px !important;
  }
  .m-sm-n1 {
    margin: -8px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -8px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -8px !important;
  }
  .m-sm-n2 {
    margin: -16px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -16px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -16px !important;
  }
  .m-sm-n3 {
    margin: -24px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -24px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -24px !important;
  }
  .m-sm-n4 {
    margin: -32px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -32px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -32px !important;
  }
  .m-sm-n5 {
    margin: -40px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important;
  }
  .m-sm-n6 {
    margin: -48px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -48px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -48px !important;
  }
  .m-sm-n7 {
    margin: -56px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -56px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -56px !important;
  }
  .m-sm-n8 {
    margin: -64px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -64px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -64px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -64px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 8px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 8px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 8px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 16px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 16px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 16px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 24px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 24px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 24px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 56px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 56px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 56px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 64px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 64px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 8px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 8px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 8px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 16px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 16px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 16px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 24px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 24px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 24px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 56px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 56px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 56px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 64px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 64px !important;
  }
  .m-md-n1 {
    margin: -8px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -8px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -8px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -8px !important;
  }
  .m-md-n2 {
    margin: -16px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -16px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -16px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -16px !important;
  }
  .m-md-n3 {
    margin: -24px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -24px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -24px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -24px !important;
  }
  .m-md-n4 {
    margin: -32px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -32px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -32px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -32px !important;
  }
  .m-md-n5 {
    margin: -40px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important;
  }
  .m-md-n6 {
    margin: -48px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important;
  }
  .m-md-n7 {
    margin: -56px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -56px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -56px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -56px !important;
  }
  .m-md-n8 {
    margin: -64px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -64px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -64px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -64px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -64px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 8px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 8px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 8px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 16px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 16px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 16px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 24px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 24px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 24px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 56px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 56px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 56px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 64px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 64px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 8px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 8px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 8px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 16px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 16px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 16px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 24px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 24px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 24px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 56px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 56px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 56px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 64px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 64px !important;
  }
  .m-lg-n1 {
    margin: -8px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -8px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -8px !important;
  }
  .m-lg-n2 {
    margin: -16px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -16px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -16px !important;
  }
  .m-lg-n3 {
    margin: -24px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -24px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -24px !important;
  }
  .m-lg-n4 {
    margin: -32px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -32px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -32px !important;
  }
  .m-lg-n5 {
    margin: -40px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important;
  }
  .m-lg-n6 {
    margin: -48px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important;
  }
  .m-lg-n7 {
    margin: -56px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -56px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -56px !important;
  }
  .m-lg-n8 {
    margin: -64px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -64px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -64px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -64px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 8px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 8px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 8px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 16px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 16px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 16px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 24px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 24px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 24px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 56px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 56px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 56px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 64px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 64px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 64px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 64px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 8px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 8px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 8px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 16px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 16px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 16px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 24px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 24px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 24px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 56px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 56px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 56px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 64px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 64px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 64px !important;
  }
  .m-xl-n1 {
    margin: -8px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -8px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -8px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -8px !important;
  }
  .m-xl-n2 {
    margin: -16px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -16px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -16px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -16px !important;
  }
  .m-xl-n3 {
    margin: -24px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -24px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -24px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -24px !important;
  }
  .m-xl-n4 {
    margin: -32px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -32px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -32px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -32px !important;
  }
  .m-xl-n5 {
    margin: -40px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important;
  }
  .m-xl-n6 {
    margin: -48px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -48px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -48px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -48px !important;
  }
  .m-xl-n7 {
    margin: -56px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -56px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -56px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -56px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -56px !important;
  }
  .m-xl-n8 {
    margin: -64px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -64px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -64px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -64px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.border {
  border: 1px solid #f2f2f2 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-right {
  border-right: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

.border-left {
  border-left: 1px solid #f2f2f2 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #D03639 !important;
}

.border-secondary {
  border-color: #118614 !important;
}

.border-success {
  border-color: #23aa1f !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #fbe935 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

.m-1 {
  margin: 8px !important;
}

.mt-1,
.my-1 {
  margin-top: 8px !important;
}

.mr-1,
.mx-1 {
  margin-right: 8px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 8px !important;
}

.ml-1,
.mx-1 {
  margin-left: 8px !important;
}

.m-2 {
  margin: 16px !important;
}

.mt-2,
.my-2 {
  margin-top: 16px !important;
}

.mr-2,
.mx-2 {
  margin-right: 16px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 16px !important;
}

.ml-2,
.mx-2 {
  margin-left: 16px !important;
}

.m-3 {
  margin: 24px !important;
}

.mt-3,
.my-3 {
  margin-top: 24px !important;
}

.mr-3,
.mx-3 {
  margin-right: 24px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 24px !important;
}

.ml-3,
.mx-3 {
  margin-left: 24px !important;
}

.m-4 {
  margin: 32px !important;
}

.mt-4,
.my-4 {
  margin-top: 32px !important;
}

.mr-4,
.mx-4 {
  margin-right: 32px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 32px !important;
}

.ml-4,
.mx-4 {
  margin-left: 32px !important;
}

.m-5 {
  margin: 40px !important;
}

.mt-5,
.my-5 {
  margin-top: 40px !important;
}

.mr-5,
.mx-5 {
  margin-right: 40px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 40px !important;
}

.ml-5,
.mx-5 {
  margin-left: 40px !important;
}

.m-6 {
  margin: 48px !important;
}

.mt-6,
.my-6 {
  margin-top: 48px !important;
}

.mr-6,
.mx-6 {
  margin-right: 48px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 48px !important;
}

.ml-6,
.mx-6 {
  margin-left: 48px !important;
}

.m-7 {
  margin: 56px !important;
}

.mt-7,
.my-7 {
  margin-top: 56px !important;
}

.mr-7,
.mx-7 {
  margin-right: 56px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 56px !important;
}

.ml-7,
.mx-7 {
  margin-left: 56px !important;
}

.m-8 {
  margin: 64px !important;
}

.mt-8,
.my-8 {
  margin-top: 64px !important;
}

.mr-8,
.mx-8 {
  margin-right: 64px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 64px !important;
}

.ml-8,
.mx-8 {
  margin-left: 64px !important;
}

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

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

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

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

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

.p-1 {
  padding: 8px !important;
}

.pt-1,
.py-1 {
  padding-top: 8px !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 8px !important;
}

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

.p-2 {
  padding: 16px !important;
}

.pt-2,
.py-2 {
  padding-top: 16px !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 16px !important;
}

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

.p-3 {
  padding: 24px !important;
}

.pt-3,
.py-3 {
  padding-top: 24px !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 24px !important;
}

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

.p-4 {
  padding: 32px !important;
}

.pt-4,
.py-4 {
  padding-top: 32px !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 32px !important;
}

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

.p-5 {
  padding: 40px !important;
}

.pt-5,
.py-5 {
  padding-top: 40px !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 40px !important;
}

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

.p-6 {
  padding: 48px !important;
}

.pt-6,
.py-6 {
  padding-top: 48px !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 48px !important;
}

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

.p-7 {
  padding: 56px !important;
}

.pt-7,
.py-7 {
  padding-top: 56px !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 56px !important;
}

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

.p-8 {
  padding: 64px !important;
}

.pt-8,
.py-8 {
  padding-top: 64px !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 64px !important;
}

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

.m-n1 {
  margin: -8px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -8px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -8px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -8px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -8px !important;
}

.m-n2 {
  margin: -16px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -16px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -16px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -16px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -16px !important;
}

.m-n3 {
  margin: -24px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -24px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -24px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -24px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -24px !important;
}

.m-n4 {
  margin: -32px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -32px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -32px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -32px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -32px !important;
}

.m-n5 {
  margin: -40px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -40px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -40px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -40px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -40px !important;
}

.m-n6 {
  margin: -48px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -48px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -48px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -48px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -48px !important;
}

.m-n7 {
  margin: -56px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -56px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -56px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -56px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -56px !important;
}

.m-n8 {
  margin: -64px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -64px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -64px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -64px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -64px !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 8px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 8px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 8px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 8px !important;
  }
  .m-sm-2 {
    margin: 16px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 16px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 16px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 16px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 16px !important;
  }
  .m-sm-3 {
    margin: 24px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 24px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 24px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 24px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 24px !important;
  }
  .m-sm-4 {
    margin: 32px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 32px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 32px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 32px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 40px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 40px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 40px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 40px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 40px !important;
  }
  .m-sm-6 {
    margin: 48px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 48px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 48px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 48px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 48px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 56px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 56px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 56px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 64px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 64px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 64px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 64px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 8px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 8px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 8px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 8px !important;
  }
  .p-sm-2 {
    padding: 16px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 16px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 16px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 16px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 16px !important;
  }
  .p-sm-3 {
    padding: 24px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 24px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 24px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 24px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 24px !important;
  }
  .p-sm-4 {
    padding: 32px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 32px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 32px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 32px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 40px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 40px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 40px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 40px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 40px !important;
  }
  .p-sm-6 {
    padding: 48px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 48px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 48px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 48px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 48px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 56px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 56px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 56px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 64px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 64px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 64px !important;
  }
  .m-sm-n1 {
    margin: -8px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -8px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -8px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -8px !important;
  }
  .m-sm-n2 {
    margin: -16px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -16px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -16px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -16px !important;
  }
  .m-sm-n3 {
    margin: -24px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -24px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -24px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -24px !important;
  }
  .m-sm-n4 {
    margin: -32px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -32px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -32px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -32px !important;
  }
  .m-sm-n5 {
    margin: -40px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -40px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -40px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -40px !important;
  }
  .m-sm-n6 {
    margin: -48px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -48px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -48px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -48px !important;
  }
  .m-sm-n7 {
    margin: -56px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -56px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -56px !important;
  }
  .m-sm-n8 {
    margin: -64px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -64px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -64px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -64px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 8px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 8px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 8px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 8px !important;
  }
  .m-md-2 {
    margin: 16px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 16px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 16px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 16px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 16px !important;
  }
  .m-md-3 {
    margin: 24px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 24px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 24px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 24px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 24px !important;
  }
  .m-md-4 {
    margin: 32px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 32px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 32px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 32px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 40px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 40px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 40px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 40px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 40px !important;
  }
  .m-md-6 {
    margin: 48px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 48px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 48px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 48px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 48px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 56px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 56px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 56px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 64px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 64px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 8px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 8px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 8px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 8px !important;
  }
  .p-md-2 {
    padding: 16px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 16px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 16px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 16px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 16px !important;
  }
  .p-md-3 {
    padding: 24px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 24px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 24px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 24px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 24px !important;
  }
  .p-md-4 {
    padding: 32px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 32px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 32px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 32px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 40px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 40px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 40px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 40px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 40px !important;
  }
  .p-md-6 {
    padding: 48px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 48px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 48px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 48px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 48px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 56px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 56px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 56px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 64px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 64px !important;
  }
  .m-md-n1 {
    margin: -8px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -8px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -8px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -8px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -8px !important;
  }
  .m-md-n2 {
    margin: -16px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -16px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -16px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -16px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -16px !important;
  }
  .m-md-n3 {
    margin: -24px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -24px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -24px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -24px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -24px !important;
  }
  .m-md-n4 {
    margin: -32px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -32px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -32px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -32px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -32px !important;
  }
  .m-md-n5 {
    margin: -40px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -40px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -40px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -40px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -40px !important;
  }
  .m-md-n6 {
    margin: -48px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -48px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -48px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -48px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -48px !important;
  }
  .m-md-n7 {
    margin: -56px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -56px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -56px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -56px !important;
  }
  .m-md-n8 {
    margin: -64px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -64px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -64px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -64px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -64px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 8px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 8px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 8px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 8px !important;
  }
  .m-lg-2 {
    margin: 16px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 16px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 16px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 16px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 16px !important;
  }
  .m-lg-3 {
    margin: 24px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 24px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 24px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 24px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 24px !important;
  }
  .m-lg-4 {
    margin: 32px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 32px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 32px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 32px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 40px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 40px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 40px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 40px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 40px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 48px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 48px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 48px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 48px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 56px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 56px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 56px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 64px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 64px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 8px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 8px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 8px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 8px !important;
  }
  .p-lg-2 {
    padding: 16px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 16px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 16px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 16px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 16px !important;
  }
  .p-lg-3 {
    padding: 24px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 24px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 24px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 24px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 24px !important;
  }
  .p-lg-4 {
    padding: 32px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 32px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 32px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 32px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 40px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 40px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 40px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 40px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 40px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 48px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 48px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 48px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 48px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 56px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 56px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 56px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 64px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 64px !important;
  }
  .m-lg-n1 {
    margin: -8px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -8px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -8px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -8px !important;
  }
  .m-lg-n2 {
    margin: -16px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -16px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -16px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -16px !important;
  }
  .m-lg-n3 {
    margin: -24px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -24px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -24px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -24px !important;
  }
  .m-lg-n4 {
    margin: -32px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -32px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -32px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -32px !important;
  }
  .m-lg-n5 {
    margin: -40px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -40px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -40px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -40px !important;
  }
  .m-lg-n6 {
    margin: -48px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -48px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -48px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -48px !important;
  }
  .m-lg-n7 {
    margin: -56px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -56px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -56px !important;
  }
  .m-lg-n8 {
    margin: -64px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -64px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -64px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -64px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 8px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 8px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 8px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 8px !important;
  }
  .m-xl-2 {
    margin: 16px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 16px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 16px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 16px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 16px !important;
  }
  .m-xl-3 {
    margin: 24px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 24px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 24px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 24px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 24px !important;
  }
  .m-xl-4 {
    margin: 32px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 32px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 32px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 32px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 40px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 40px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 40px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 40px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 40px !important;
  }
  .m-xl-6 {
    margin: 48px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 48px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 48px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 48px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 48px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 56px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 56px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 56px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 64px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 64px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 64px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 64px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 8px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 8px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 8px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 8px !important;
  }
  .p-xl-2 {
    padding: 16px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 16px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 16px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 16px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 16px !important;
  }
  .p-xl-3 {
    padding: 24px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 24px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 24px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 24px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 24px !important;
  }
  .p-xl-4 {
    padding: 32px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 32px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 32px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 32px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 40px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 40px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 40px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 40px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 40px !important;
  }
  .p-xl-6 {
    padding: 48px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 48px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 48px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 48px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 48px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 56px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 56px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 56px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 64px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 64px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 64px !important;
  }
  .m-xl-n1 {
    margin: -8px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -8px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -8px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -8px !important;
  }
  .m-xl-n2 {
    margin: -16px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -16px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -16px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -16px !important;
  }
  .m-xl-n3 {
    margin: -24px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -24px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -24px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -24px !important;
  }
  .m-xl-n4 {
    margin: -32px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -32px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -32px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -32px !important;
  }
  .m-xl-n5 {
    margin: -40px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -40px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -40px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -40px !important;
  }
  .m-xl-n6 {
    margin: -48px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -48px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -48px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -48px !important;
  }
  .m-xl-n7 {
    margin: -56px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -56px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -56px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -56px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -56px !important;
  }
  .m-xl-n8 {
    margin: -64px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -64px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -64px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -64px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/***********************************************************************************************************************
**    MEDIA QUERY MIXINS
***********************************************************************************************************************/
/***********************************************************************************************************************
**    TRANSITIONS
***********************************************************************************************************************/
@keyframes linkHoverAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
[data-show-elements][data-media-xl="6"] .col:nth-child(n+7) {
  display: none;
}
[data-show-elements][data-media-xl="6"] .col.open {
  display: block;
}
[data-show-elements][data-media-xl="8"] .col:nth-child(n+9) {
  display: none;
}
[data-show-elements][data-media-xl="8"] .col.open {
  display: block;
}
[data-show-elements][data-media-xl="12"] .col:nth-child(n+13) {
  display: none;
}
[data-show-elements][data-media-xl="12"] .col.open {
  display: block;
}
@media all and (max-width: 991px) {
  [data-show-elements][data-media-md="6"] .col:nth-child(n+7) {
    display: none;
  }
  [data-show-elements][data-media-md="6"] .col.open {
    display: block;
  }
  [data-show-elements][data-media-md="8"] .col:nth-child(n+9) {
    display: none;
  }
  [data-show-elements][data-media-md="8"] .col.open {
    display: block;
  }
  [data-show-elements][data-media-md="9"] .col:nth-child(n+10) {
    display: none;
  }
  [data-show-elements][data-media-md="9"] .col.open {
    display: block;
  }
}
@media all and (max-width: 767px) {
  [data-show-elements][data-media-sm="4"] .col:nth-child(n+5) {
    display: none;
  }
  [data-show-elements][data-media-sm="4"] .col.open {
    display: block;
  }
}
@media all and (max-width: 575px) {
  [data-show-elements][data-media-xs="2"] .col:nth-child(n+3) {
    display: none;
  }
  [data-show-elements][data-media-xs="2"] .col.open {
    display: block;
  }
}

/***********************************************************************************************************************
************************************************************************************************************************
***
***     NORMALIZE
***
************************************************************************************************************************
***********************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* stylelint-disable */
  font-family: monospace, monospace; /* 1 */
  /* stylelint-enable */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* stylelint-disable */
  font-family: monospace, monospace; /* 1 */
  /* stylelint-enable */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
  outline: none;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
  border: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***********************************************************************************************************************
************************************************************************************************************************
***
***     BASE STYLES
***
************************************************************************************************************************
***********************************************************************************************************************/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  color: #3C3C3C;
  font-size: 14px;
  line-height: 1.1;
}

dl > *,
address,
cite {
  font-style: normal;
}

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

abbr[title] {
  border: none;
}

a {
  text-decoration: none;
  color: #3776B1;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  background: none;
  outline: none;
}

svg g {
  clip-path: inherit;
}

input::placeholder {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

input:focus::placeholder {
  opacity: 0;
}

/***********************************************************************************************************************
**    PROJECT BASE CLASSES
***********************************************************************************************************************/
.hidden {
  display: none;
}

.hidden-force {
  display: none !important;
}

.base-svg {
  width: 25px;
  height: 25px;
}

.overlay,
.overlay-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D365F;
  opacity: 0.9;
  z-index: 102;
  cursor: pointer;
}

[data-link] {
  cursor: pointer;
}
[data-link]:hover {
  cursor: pointer;
}

select select::-ms-expand {
  display: none;
}

.row.row-grid {
  margin-top: calc(-16px / 2) !important;
  margin-bottom: calc(-16px / 2) !important;
}

.row.row-grid > [class*=col-],
.row.row-grid > [class*=col] {
  margin-top: calc(16px / 2);
  margin-bottom: calc(16px / 2);
}

@media all and (max-width: 991px) {
  .swipe-lg {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 767px) {
  .swipe-md {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 575px) {
  .swipe-sm {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

.link {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.link--color {
  color: #3776B1;
}

.close-default {
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.close-default:before, .close-default:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #fff;
}
.close-default:before {
  transform: rotate(45deg);
}
.close-default:after {
  transform: rotate(-45deg);
}

.subscription-link-popup {
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  display: inline;
  padding-left: 4px;
  font-weight: normal;
  color: #1D365F;
}

.subscription-link-popup-wrap {
  position: absolute;
  padding: 20px;
  font-size: 12px;
  line-height: 15px;
  width: 93%;
  box-sizing: border-box;
  color: #404040 !important;
  background: #fff;
  z-index: 11;
  top: 0;
  display: none;
  left: 18px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.subscription-link-popup-wrap:hover {
  text-decoration: none !important;
}
.subscription-link-popup-wrap__close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
}
.subscription-link-popup-wrap__close:before, .subscription-link-popup-wrap__close:after {
  content: "";
  position: absolute;
  left: 5px;
  height: 12px;
  width: 1px;
  background-color: #000;
}
.subscription-link-popup-wrap__close:before {
  transform: rotate(45deg);
}
.subscription-link-popup-wrap__close:after {
  transform: rotate(-45deg);
}
.subscription-link-popup-wrap a {
  color: #1D365F;
  text-decoration: underline !important;
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.subscription-link-popup-wrap a:hover {
  text-decoration: none !important;
}

.wr360_player .container, .wr360_player .index-page .main-tabs-content, .index-page .wr360_player .main-tabs-content, .wr360_player .index-page .main-tabs__tab, .index-page .wr360_player .main-tabs__tab, .wr360_player .top-tabs {
  margin: 0 auto !important;
}
.wr360_player .container .theme_panel, .wr360_player .index-page .main-tabs-content .theme_panel, .index-page .wr360_player .main-tabs-content .theme_panel, .wr360_player .index-page .main-tabs__tab .theme_panel, .index-page .wr360_player .main-tabs__tab .theme_panel, .wr360_player .top-tabs .theme_panel {
  display: block !important;
}

.legal-text {
  display: inline;
  color: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
}
.legal-text:before {
  content: attr(data-legal);
}

.tecdoc-block {
  padding-top: 8px;
}
.tecdoc-block__img {
  flex-shrink: 0;
  margin-right: 14px;
}
.tecdoc-block img {
  display: block;
}
.tecdoc-block__text {
  margin-top: 8px;
}

/**** TYPOGRAPHY ****/
.title-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}

.title-h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}

.title-h3, .static-page .title, .static-page strong {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

.title-h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

p {
  color: #3C3C3C;
  font-size: 14px;
  line-height: 1.5;
}

.ul-list-type,
.ol-list-type {
  font-size: 14px;
  line-height: 1.5;
}
.ul-list-type li,
.ol-list-type li {
  padding-left: 1.5em;
  position: relative;
}
.ul-list-type li::before,
.ol-list-type li::before {
  position: absolute;
  display: block;
  left: 0;
  color: #D03639;
}

.ul-list-type li::before {
  content: "•";
}

.ol-list-type li {
  counter-increment: list;
}
.ol-list-type li:before {
  content: counter(list) ".";
}

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

.t-left {
  text-align: left;
}

.t-uppercase {
  text-transform: uppercase;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: 700;
}

.title-h2:has(.legal-text) {
  gap: 0 6px;
}

.input-group {
  position: relative;
}
.input-group svg {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
  pointer-events: none;
}
.input-group--left svg {
  left: 10px;
}
.input-group--left .form-input {
  padding-left: calc(40px - 8px);
}
.input-group--right svg {
  right: 10px;
}
.input-group--right .form-input {
  padding-right: calc(40px - 8px);
}

.form-input {
  width: 100%;
  flex: 1;
  height: 40px;
  border: 1px solid #c4d0d8;
  border-radius: 0.167em;
  font-size: 14px;
  color: #3C3C3C;
  position: relative;
  font-weight: normal;
  box-sizing: border-box;
  padding: 0px 16px;
  outline: none;
  appearance: none;
  background-color: #fff;
}
.form-input::placeholder {
  font-size: 14px;
  color: #3C3C3C;
  font-size: 13px;
  font-weight: 500;
}
.form-input:hover {
  border: 1px solid #1D365F;
}
.form-input:focus {
  border-color: #3C3C3C;
}
.form-input:disabled {
  background: rgb(244.8, 244.8, 244.8);
  border-color: #3C3C3C;
}
.form-input:disabled::placeholder {
  font-size: 14px;
  color: #090909;
}
.form-input.error {
  border-color: #e33f32;
}

.form-input--small {
  height: 46px;
}

.form-input--large {
  height: 52px;
}

.form-radio {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-radio + .form-radio-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-left: calc(18px + 10px);
  min-height: 18px;
}
.form-radio + .form-radio-label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #D8D8D8;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  background: #fff;
}
.form-radio + .form-radio-label:after {
  content: "";
  display: block;
  width: calc(18px - 8px);
  height: calc(18px - 8px);
  background: #1D365F;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 4px;
  top: 4px;
  opacity: 0;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
.form-radio:checked + .form-radio-label:before {
  border-color: #1D365F;
}
.form-radio:checked + .form-radio-label:after {
  opacity: 1;
}
.form-radio:hover + .form-radio-label:before {
  border-color: #1D365F;
}
.form-radio:hover + .form-radio-label:after {
  opacity: 1;
}
.form-radio:disabled + .form-radio-label {
  color: #b7b7b7;
}
.form-radio:disabled + .form-radio-label:before {
  background-color: #fff;
  border-color: #b7b7b7;
}
.form-radio:disabled + .form-radio-label:after {
  opacity: 1;
  background-color: #fff;
}
.form-radio:checked:disabled + .form-radio-label:before {
  border-color: #1D365F;
}
.form-radio:checked:disabled + .form-radio-label:after {
  opacity: 1;
  background-color: #1D365F;
}

.form-checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-checkbox + .form-checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  padding-left: calc(20px + 10px);
  min-height: 20px;
}
.form-checkbox + .form-checkbox-label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #D8D8D8;
  border-radius: 0.167em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.form-checkbox + .form-checkbox-label:after {
  content: "";
  display: none;
  width: 9px;
  height: 4px;
  border-left: 2px solid #1D365F;
  border-bottom: 2px solid #1D365F;
  position: absolute;
  left: 5px;
  top: 7px;
  transform: rotate(-45deg);
}
.form-checkbox:checked + .form-checkbox-label:before {
  border-color: #1D365F;
  background: #fff;
}
.form-checkbox:checked + .form-checkbox-label:after {
  display: block;
}
.form-checkbox:hover + .form-checkbox-label:before {
  border-color: #1D365F;
}
.form-checkbox:hover + .form-checkbox-label:after {
  opacity: 1;
}
.form-checkbox:disabled + .form-checkbox-label {
  color: #b7b7b7;
}
.form-checkbox:disabled + .form-checkbox-label:before {
  background-color: #fafbfc;
  border-color: #b7b7b7;
}
.form-checkbox:disabled + .form-checkbox-label:after {
  opacity: 1;
}

.form-textarea {
  width: 100%;
  border: 1px solid #c4d0d8;
  box-sizing: border-box;
  border-radius: 0.167em;
  font-size: 14px;
  font-weight: normal;
  color: #3C3C3C;
  position: relative;
  padding: 10px 8px;
  outline: none;
  appearance: none;
  background-color: #fff;
}
.form-textarea::placeholder {
  font-size: 14px;
  color: #3C3C3C;
}
.form-textarea:hover {
  border: 1px solid #1D365F;
}
.form-textarea:focus {
  box-shadow: 0px 0px 4px rgba(24, 144, 255, 0.5);
}

.form-select {
  position: relative;
}
.form-select::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3C3C3C;
}
.form-select::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 1px;
  height: 20px;
  background: 1px solid #c4d0d8;
}
.form-select select {
  width: 100%;
  height: 40px;
  border: 1px solid #c4d0d8;
  border-radius: 0.167em;
  font-size: 14px;
  appearance: none;
  box-sizing: border-box;
  z-index: 10;
  padding: 0px 24px 0 16px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form-select select:focus {
  outline: none;
}
.form-select select::-ms-expand {
  display: none;
}

.form-switch {
  position: relative;
  width: 40px;
  height: 20px;
  display: inline-block;
}
.form-switch__checkbox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-switch__checkbox:checked ~ .form-switch__label:before {
  background: #D43434;
  border-color: #D43434;
}
.form-switch__checkbox:checked ~ .form-switch__label:after {
  background: #fff;
  left: 22px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.form-switch__checkbox:disabled ~ .form-switch__label {
  cursor: auto;
}
.form-switch__checkbox:disabled ~ .form-switch__label:before {
  background: #E5E5E5;
  border-color: #E5E5E5;
}
.form-switch__checkbox:disabled ~ .form-switch__label:after {
  background: #939393;
  left: 22px;
  top: 2px;
  width: 16px;
  height: 16px;
}
.form-switch__label {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.form-switch__label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #D43434;
  border-radius: 45px;
}
.form-switch__label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D43434;
  transition: all 0.35s;
}

.form-select--small select {
  height: 46px;
}

.form-select--large select {
  height: 52px;
}

.btn, .popup .buttons .close, .paylink_content .pay_button {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-width: 48px;
  height: 48px;
  background: #D03639;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  border-radius: 0.167em;
  padding: 0px 1.4rem;
  margin: 0px;
  border: none;
  cursor: pointer;
}
.btn:hover, .popup .buttons .close:hover, .paylink_content .pay_button:hover {
  background: rgba(208, 54, 57, 0.8);
  text-decoration: none;
}
.btn:focus, .popup .buttons .close:focus, .paylink_content .pay_button:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
.btn.disabled, .popup .buttons .disabled.close, .paylink_content .disabled.pay_button, .btn:disabled, .popup .buttons .close:disabled, .paylink_content .pay_button:disabled {
  background: #b7b7b7;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.btn.disabled:hover, .popup .buttons .disabled.close:hover, .paylink_content .disabled.pay_button:hover, .btn.disabled:focus, .popup .buttons .disabled.close:focus, .paylink_content .disabled.pay_button:focus, .btn.disabled.focus, .popup .buttons .disabled.focus.close, .paylink_content .disabled.focus.pay_button, .btn:disabled:hover, .popup .buttons .close:disabled:hover, .paylink_content .pay_button:disabled:hover, .btn:disabled:focus, .popup .buttons .close:disabled:focus, .paylink_content .pay_button:disabled:focus, .btn:disabled.focus, .popup .buttons .close:disabled.focus, .paylink_content .pay_button:disabled.focus {
  background: #b7b7b7;
}
.btn svg, .popup .buttons .close svg, .paylink_content .pay_button svg,
.btn img,
.popup .buttons .close img,
.paylink_content .pay_button img {
  margin: 0px;
  display: block;
  fill: #fff;
  flex-shrink: 0;
}
.btn--more-outline {
  border: 1px solid #1D365F;
  color: #1D365F;
  border-radius: 3px;
  min-width: 81px;
  justify-content: space-between;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media all and (max-width: 575px) {
  .btn--more-outline {
    width: 100%;
    justify-content: center;
  }
}
.btn--more-outline:focus {
  border: 1px solid #1D365F;
}
.btn--more-outline:hover {
  border-color: #3776B1;
  background: #fff;
  color: #3776B1;
}
.btn--more-outline:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #1D365F;
  border-bottom: 1px solid #1D365F;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -8px;
  margin-left: 8px;
  right: 0;
}
.btn--more-outline.open:after {
  transform: rotate(-135deg);
  margin-top: 5px;
}

.btn--xs {
  min-width: 40px;
  height: 40px;
  font-size: 1em;
}

.btn--sm {
  min-width: 46px;
  height: 46px;
  font-size: 1em;
}

.btn--lg {
  min-width: 52px;
  height: 52px;
  font-size: 1.286em;
}

.btn--primary {
  background: #D03639;
  color: #fff;
}
.btn--primary svg {
  fill: #fff !important;
}
.btn--primary:hover, .btn--primary:focus, .btn--primary.focus {
  background: rgba(208, 54, 57, 0.8);
}

.btn--secondary {
  background: #118614;
  color: #fff;
}
.btn--secondary svg {
  fill: #fff !important;
}
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary.focus {
  background: rgba(17, 134, 20, 0.8);
}

.btn--success {
  background: #23aa1f;
  color: #fff;
}
.btn--success svg {
  fill: #fff !important;
}
.btn--success:hover, .btn--success:focus, .btn--success.focus {
  background: rgba(35, 170, 31, 0.8);
}

.btn--error {
  background: #e33f32;
  color: #fff;
}
.btn--error svg {
  fill: #fff !important;
}
.btn--error:hover, .btn--error:focus, .btn--error.focus {
  background: rgba(227, 63, 50, 0.8);
}

.btn--blue {
  background: #1D365F;
  color: #fff;
}
.btn--blue svg {
  fill: #fff !important;
}
.btn--blue:hover, .btn--blue:focus, .btn--blue.focus {
  background: rgba(29, 54, 95, 0.8);
}

.btn--primary-outline {
  background: transparent;
  border: 1px solid #D03639;
  color: #D03639;
}
.btn--primary-outline svg {
  fill: #D03639;
}
.btn--primary-outline:hover, .btn--primary-outline:focus, .btn--primary-outline.focus {
  background: #D03639;
  color: #fff !important;
}
.btn--primary-outline:hover svg, .btn--primary-outline:focus svg, .btn--primary-outline.focus svg {
  fill: #fff !important;
}

.btn--secondary-outline {
  background: transparent;
  border: 1px solid #118614;
  color: #118614;
}
.btn--secondary-outline svg {
  fill: #118614;
}
.btn--secondary-outline:hover, .btn--secondary-outline:focus, .btn--secondary-outline.focus {
  background: #118614;
  color: #fff !important;
}
.btn--secondary-outline:hover svg, .btn--secondary-outline:focus svg, .btn--secondary-outline.focus svg {
  fill: #fff !important;
}

.btn--success-outline {
  background: transparent;
  border: 1px solid #23aa1f;
  color: #23aa1f;
}
.btn--success-outline svg {
  fill: #23aa1f;
}
.btn--success-outline:hover, .btn--success-outline:focus, .btn--success-outline.focus {
  background: #23aa1f;
  color: #fff !important;
}
.btn--success-outline:hover svg, .btn--success-outline:focus svg, .btn--success-outline.focus svg {
  fill: #fff !important;
}

.btn--error-outline {
  background: transparent;
  border: 1px solid #e33f32;
  color: #e33f32;
}
.btn--error-outline svg {
  fill: #e33f32;
}
.btn--error-outline:hover, .btn--error-outline:focus, .btn--error-outline.focus {
  background: #e33f32;
  color: #fff !important;
}
.btn--error-outline:hover svg, .btn--error-outline:focus svg, .btn--error-outline.focus svg {
  fill: #fff !important;
}

.btn--blue-outline {
  background: transparent;
  border: 1px solid #1D365F;
  color: #1D365F;
}
.btn--blue-outline svg {
  fill: #1D365F;
}
.btn--blue-outline:hover, .btn--blue-outline:focus, .btn--blue-outline.focus {
  background: #1D365F;
  color: #fff !important;
}
.btn--blue-outline:hover svg, .btn--blue-outline:focus svg, .btn--blue-outline.focus svg {
  fill: #fff !important;
}

/***********************************************************************************************************************
************************************************************************************************************************
***
***     TYPOGRAPHY
***
************************************************************************************************************************
***********************************************************************************************************************/
/************** Import TYPOGRAPHY **********************/
@font-face {
  font-family: "LucidaGrande";
  src: url("../fonts/lucidagrande.woff2") format("woff2"), url("../fonts/lucidagrande.woff") format("woff"), url("../fonts/lucidagrande.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LucidaGrande";
  src: url("../fonts/lucidagrande-bold.woff2") format("woff2"), url("../fonts/lucidagrande-bold.woff") format("woff"), url("../fonts/lucidagrande-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.slick-slide img.lazyload {
  display: none;
}

.slick-slide.slick-active img.lazyload {
  display: block;
}

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

.slick-dots li {
  list-style: none;
  height: auto;
  width: auto;
  margin: 0 2px;
}
.slick-dots li button {
  width: 8px;
  height: 4px;
  transition: all 0.2s ease-in-out;
  background-color: #b3b3b3;
  border-radius: 10px;
  padding: 0;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  width: 16px;
  background-color: #1D365F;
}

.slick-initialized + .slider-navigation {
  display: flex;
}

.slider-navigation {
  display: none;
  justify-content: center;
  align-items: center;
}
.slider-navigation .slick-dots {
  position: relative;
  bottom: inherit;
}
.slider-navigation .prev {
  width: 28px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  cursor: pointer;
  border-radius: 1px;
}
@media all and (max-width: 767px) {
  .slider-navigation .prev {
    display: none;
  }
}
.slider-navigation .prev:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-left: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -4px;
}
.slider-navigation .prev:hover:before {
  border-color: #d6d6d6;
}
.slider-navigation .next {
  width: 28px;
  height: 40px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  right: 0;
  cursor: pointer;
  border-radius: 1px;
}
@media all and (max-width: 767px) {
  .slider-navigation .next {
    display: none;
  }
}
.slider-navigation .next:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-right: 2px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.slider-navigation .next:hover:before {
  border-color: #d6d6d6;
}
.slider-navigation .slick-arrow.slick-hidden, .slider-navigation .slick-arrow.slick-disabled {
  display: none !important;
}

hr {
  height: 1px;
  background: #f2f2f2;
  border: 0;
  margin: 0;
}
hr.light {
  border-top: 1px solid #d9d9d9;
  height: auto;
  background: transparent;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.link--small {
  font-size: 10px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3C3C3C;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1D365F;
}

.search-image-block {
  height: 100%;
}
.search-image-block__image img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  max-height: 300px;
}
.search-image-block__image img.brand-image {
  max-width: 150px;
  max-height: 50px;
}

.select-text-arrow {
  text-align: right;
}
@media all and (max-width: 767px) {
  .select-text-arrow {
    text-align: center;
    padding-top: 8px;
  }
}
.select-text-arrow .icon {
  width: 110px;
  height: 39px;
  fill: #1D365F;
}

.top-title-image {
  flex: 1;
}
.top-title-image img {
  max-width: 50px;
  max-height: 50px;
}
.top-title-image img {
  margin-right: 16px;
}
.top-title-image__sub {
  width: 100%;
  font-size: 12px;
  display: block;
}
.top-title-image--model img {
  max-width: 100px;
  max-height: 100px;
}

.links-block--slider {
  position: relative;
}
.links-block--slider .link-image {
  flex-shrink: 0;
}
@media all and (max-width: 767px) {
  .links-block--slider .link-image {
    margin-right: 16px;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 575px) {
  .links-block .link {
    word-break: break-all;
  }
}

.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../img/icons/star-empty.svg);
  background-size: 28px;
  outline: none;
  width: 140px !important;
}
.rateit .rateit-range * {
  display: block;
}
.rateit .rateit-hover, .rateit .rateit-selected {
  position: absolute;
  left: 0;
}
.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
  left: auto;
  right: 0;
}
.rateit .rateit-hover {
  background: url(../img/icons/star-full.svg);
  background-size: 28px;
}
.rateit .rateit-selected {
  background: url(../img/icons/star-full.svg);
  background-size: 28px;
}

* html .rateit, * html .rateit .rateit-range {
  display: inline;
}

* + html .rateit, * + html .rateit .rateit-range {
  display: inline;
}

#jquery-lightbox {
  top: 50% !important;
  left: 50% !important;
  width: 600px !important;
  height: 570px;
  margin-left: -300px;
  margin-top: -300px;
}
@media all and (max-width: 767px) {
  #jquery-lightbox {
    width: 95% !important;
    left: 0 !important;
    right: 0;
    margin: -300px auto 0;
  }
}

#lightbox-container-image-box {
  display: flex;
  align-items: center;
  height: 100% !important;
  width: 600px !important;
}
@media all and (max-width: 767px) {
  #lightbox-container-image-box {
    width: 100% !important;
  }
}

#lightbox-container-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#lightbox-container-image img {
  max-width: 100%;
  max-height: 100%;
}

#lightbox-container-image-data-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#lightbox-container-image-data-box {
  width: 100% !important;
}

a#lightbox-nav-btnPrev {
  left: -200px !important;
  top: 50%;
  background: none !important;
  position: absolute;
  text-indent: -9999px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(135deg);
  width: 51px;
  height: 50px !important;
}
@media all and (max-width: 1050px) {
  a#lightbox-nav-btnPrev {
    left: -50px !important;
  }
}
@media all and (max-width: 767px) {
  a#lightbox-nav-btnPrev {
    border: solid #000;
    left: 16px !important;
    width: 24px;
    height: 24px !important;
    border-width: 0 2px 2px 0;
  }
}

a#lightbox-nav-btnNext {
  right: -200px !important;
  left: initial;
  background: none !important;
  top: 50%;
  position: absolute;
  text-indent: -9999px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 51px;
  height: 50px !important;
}
@media all and (max-width: 1050px) {
  a#lightbox-nav-btnNext {
    right: -50px !important;
  }
}
@media all and (max-width: 767px) {
  a#lightbox-nav-btnNext {
    border: solid #000;
    right: 16px !important;
    width: 24px;
    height: 24px !important;
    border-width: 0 2px 2px 0;
  }
}

#lightbox-container-image-box {
  overflow: inherit !important;
}

@media all and (max-width: 767px) {
  .photo360-popup-wrap .popup-body {
    width: 100%;
    max-width: 500px;
    top: 0;
  }
}

.accept_subscription_checkbox [data-text], label[for=isSubscribe] [data-text], .member-billing-address__text [data-text] {
  position: relative;
  display: contents;
}
.accept_subscription_checkbox [data-text]:before, label[for=isSubscribe] [data-text]:before, .member-billing-address__text [data-text]:before {
  font-size: 14px;
  content: attr(data-text);
}

.js-chat-buttons-container-genesys-hide {
  display: none;
}

.btn-chat {
  position: fixed;
  bottom: 0;
  right: 56px;
  border: none;
  display: flex;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  height: 39px;
  z-index: 99999;
}
.btn-chat__title {
  background: #1D365F;
  color: #fff;
  padding: 11px 19px;
}
.btn-chat__icon-wrap {
  height: 38px;
  width: 32px;
  background: #1D365F;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-banner-top {
  display: flex;
  justify-content: center;
}

.main-banner-top-wrapper {
  background: #1D365F;
}
.main-banner-top-wrapper .link {
  display: flex;
  justify-content: center;
}
.main-banner-top-wrapper .link img {
  display: block;
  max-width: 100%;
}

.paylink_content {
  border: 1px solid #dedede;
  padding: 40px;
  margin: 40px auto 0 auto;
  text-align: left;
  position: relative;
  max-width: 1366px;
}
@media all and (max-width: 1199px) {
  .paylink_content {
    margin: 24px 15px 0 15px;
    padding: 32px;
  }
}
@media all and (max-width: 575px) {
  .paylink_content {
    margin: 16px 15px 0 15px;
    padding: 24px;
  }
}
.paylink_content h3 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 16px;
}
.paylink_content .block {
  padding-top: 24px;
}
.paylink_content .block.ideal {
  display: flex;
  margin-top: 30px;
}
.paylink_content .block.ideal .img {
  min-width: 70px;
}
.paylink_content .block.ideal .img img {
  width: 45px;
}
.paylink_content .block.ideal .txt {
  max-width: 530px;
}
.paylink_content .pay_button {
  min-width: 291px;
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .paylink_content .pay_button {
    width: 100%;
  }
}
.paylink_content .pay_button a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.form-select-icon {
  margin-top: 10px;
}
.form-select-icon .hidden {
  display: none;
}

.form-select-icon__select-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-select-icon__current {
  position: relative;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 2px;
  height: 36px;
  padding: 10px 40px 10px 12px;
  cursor: pointer;
  width: 100%;
  display: flex;
  background: #fff;
}
.form-select-icon__current span[data-custom-dropdown-current-placeholder] ~ * {
  display: none;
}
.form-select-icon__current:after {
  content: "";
  position: absolute;
  right: 13px;
  margin-top: -7px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  pointer-events: none;
  top: 50%;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.form-select-icon__current.active:after {
  transform: rotate(-135deg);
  top: 64%;
}

.form-select-icon__select {
  position: relative;
  width: 100%;
}

.form-select-icon__current-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
}
.form-select-icon__current-wrap span {
  display: flex;
  align-items: center;
  color: #797879;
}
.form-select-icon__current-wrap img {
  max-width: 16px;
  max-height: 16px;
}

.form-select-icon__icon {
  display: block;
  width: 16px;
  max-height: 16px;
}

.form-select-icon__tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  border: 1px solid #c4d0d8;
  box-sizing: border-box;
  border-radius: 2px;
}

.form-select-icon__tooltip--border {
  padding: 8px;
}
.form-select-icon__tooltip--border .form-select-icon__list {
  margin: 0 -8px;
}
.form-select-icon__tooltip--border .form-select-icon__list li .form-select-icon__item {
  margin: 0 8px;
  padding: 10px 8px;
}
.form-select-icon__tooltip--border .form-select-icon__list li:not(:last-child) .form-select-icon__item {
  border-bottom: 1px solid #ccc;
}

.form-select-icon__list {
  max-height: 256px;
  overflow-y: auto;
  padding: 5px 0;
}
.form-select-icon__list li {
  padding: 0 12px 0 8px;
}
.form-select-icon__list .form-select-icon__item {
  padding: 12px 0 12px 4px;
  display: flex;
  color: #132530;
  align-items: center;
  gap: 8px;
  transition: background-color 0.2s;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
}
.form-select-icon__list .form-select-icon__item:hover {
  text-decoration: none;
  background: #f2f1e7;
}
.form-select-icon__list .form-select-icon__item.hidden {
  display: none;
}

.header {
  height: 90px;
}
@media all and (max-width: 767px) {
  .header {
    height: 68px;
  }
}
.header.fixed-header .header-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 101;
}
.header #autocomplete-suggestions-list {
  position: absolute;
  width: 100% !important;
  top: 40px;
}
@media all and (max-width: 767px) {
  .header #autocomplete-suggestions-list {
    top: 80px;
  }
}
@media all and (max-width: 575px) {
  .header #autocomplete-suggestions-list {
    top: 100%;
  }
}
.header #autocomplete-suggestions-list .autocomplete-suggestions {
  width: 100% !important;
}

.header-content {
  background-color: #1D365F;
  height: 90px;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 1199px) {
  .header-content {
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .header-content {
    padding: 0 8px;
    height: 68px;
  }
}
.header-content__button {
  padding-right: 24px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 1199px) {
  .header-content__button {
    padding-right: 16px;
  }
}
@media all and (max-width: 767px) {
  .header-content__button {
    position: inherit;
  }
}
.header-content__button.show-tooltip .header-content__catalog {
  display: block;
}
.header-content__logo {
  display: block;
}
.header-content__logo img {
  display: block;
}
@media all and (max-width: 991px) {
  .header-content__logo img {
    max-width: 170px;
  }
}
@media all and (max-width: 767px) {
  .header-content__logo img {
    max-width: 156px;
  }
}
@media all and (max-width: 575px) {
  .header-content__logo img {
    max-width: 133px;
  }
}
.header-content__search {
  flex: 1;
  margin: 0 64px;
}
@media all and (max-width: 1199px) {
  .header-content__search {
    margin: 0 24px;
  }
}
@media all and (max-width: 767px) {
  .header-content__search {
    margin: 0 16px 0 auto;
    flex: 0;
  }
}
.header-content__search-input {
  position: relative;
  display: flex;
}
@media all and (max-width: 767px) {
  .header-content__search-input {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .header-content__search-input.open {
    display: flex;
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    z-index: 103;
    margin: 0 auto;
    flex-wrap: wrap;
    top: 15%;
  }
}
.header-content__search-input .btn, .header-content__search-input .popup .buttons .close, .popup .buttons .header-content__search-input .close, .header-content__search-input .paylink_content .pay_button, .paylink_content .header-content__search-input .pay_button {
  border-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0 24px;
}
.header-content__search-input .form-input {
  border-radius: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 0;
}
.header-content__search-input-textmob {
  color: #fff;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.header-content__search svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.header-content__wish {
  cursor: pointer;
}
.header-content__wish .icon {
  fill: #fff;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 1199px) {
  .header-content__wish {
    display: none;
  }
}
.header-content__wish.active .icon {
  fill: #E06262;
}
.header-content__login {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 16px;
}
@media all and (max-width: 1199px) {
  .header-content__login {
    padding: 0;
  }
}
.header-content__login.show-tooltip .header-content__login-tooltip {
  display: block;
}
.header-content__login .icon {
  fill: #fff;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.header-content__login-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  padding-right: 16px;
}
@media all and (max-width: 1199px) {
  .header-content__login-link {
    padding-right: 8px;
  }
}
.header-content__login-link span.link, .header-content__login-link a.link {
  padding-left: 0;
  margin-left: 0;
  border: 0;
}
.header-content__login-link span, .header-content__login-link span.link {
  line-height: 16px;
}
@media all and (max-width: 1199px) {
  .header-content__login-link span, .header-content__login-link span.link {
    display: none;
  }
}
.header-content__login-link b {
  display: block;
}
.header-content__login-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
@media all and (max-width: 1199px) {
  .header-content__login-link:after {
    display: none;
  }
}
.header-content__login .link {
  border-left: 1px solid #32496C;
  padding-left: 24px;
  margin-left: 24px;
  display: flex;
  align-items: center;
  color: #fff;
}
@media all and (max-width: 1199px) {
  .header-content__login .link {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}
.header-content__login .link .icon {
  margin-right: 0;
}
.header-content__login .link b {
  padding-left: 8px;
}
@media all and (max-width: 1199px) {
  .header-content__login .link b {
    display: none;
  }
}
.header-content__login .link.logout_but {
  margin-right: 8px;
}
.header-content__login.active span {
  font-weight: normal;
}
.header-content__login.active .icon {
  fill: #E06262;
}
.header-content__login-tooltip {
  position: absolute;
  width: 267px;
  padding: 24px;
  background: #304366;
  top: 40px;
  right: 100px;
  z-index: 1;
  display: none;
}
@media all and (max-width: 1199px) {
  .header-content__login-tooltip {
    right: 28px;
  }
}
.header-content__login-tooltip-close {
  top: 16px;
  right: 16px;
  display: none;
}
@media all and (max-width: 767px) {
  .header-content__login-tooltip-close {
    display: block;
  }
}
.header-content__login-tooltip:after {
  bottom: 100%;
  left: 88%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #304366;
  border-width: 8px;
  margin-left: 0;
}
.header-content__login-tooltip ul li {
  line-height: 28px;
}
.header-content__login-tooltip .btn, .header-content__login-tooltip .popup .buttons .close, .popup .buttons .header-content__login-tooltip .close, .header-content__login-tooltip .paylink_content .pay_button, .paylink_content .header-content__login-tooltip .pay_button {
  width: 100%;
  margin-top: 16px;
  text-transform: uppercase;
}
.header-content__cart {
  margin-left: 24px;
  position: relative;
  cursor: pointer;
  border-left: 1px solid #32496C;
  padding: 4px 16px 4px 24px;
}
@media all and (max-width: 1199px) {
  .header-content__cart {
    border: 0;
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .header-content__cart {
    margin-left: 0;
  }
}
.header-content__cart:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
}
@media all and (max-width: 1199px) {
  .header-content__cart:after {
    display: none;
  }
}
.header-content__cart-stick {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: -2px;
  left: 38px;
  width: 16px;
  height: 16px;
  color: #fff;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.2pt;
  text-transform: uppercase;
  background-color: #D03639;
  border-radius: 2px;
}
@media all and (max-width: 1199px) {
  .header-content__cart-stick {
    left: 13px;
  }
}
.header-content__cart-price {
  font-weight: 700;
  color: #fff;
  padding-left: 16px;
}
@media all and (max-width: 1199px) {
  .header-content__cart-price {
    display: none;
  }
}
.header-content__cart-id {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
  margin-top: 4px;
  display: block;
  position: relative;
}
.header-content__cart:before {
  content: "";
  background: url("../img/icons/cart-icon.svg");
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.header-content__catalog {
  position: absolute;
  background: #304366;
  width: 638px;
  padding: 32px;
  z-index: 2;
  left: -16px;
  top: 58px;
  display: none;
}
@media all and (max-width: 767px) {
  .header-content__catalog {
    width: 100%;
    left: 0;
  }
}
.header-content__catalog:after {
  bottom: 100%;
  left: 2%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #304366;
  border-width: 16px;
  margin-left: 0;
}
.header-content__catalog-close {
  top: 16px;
  right: 16px;
}
.header-content__catalog-list {
  line-height: 28px;
}
.header-content__catalog-list ul {
  display: flex;
  flex-wrap: wrap;
}
.header-content__catalog-list ul li {
  width: 40%;
}
@media all and (max-width: 575px) {
  .header-content__catalog-list ul li {
    width: 100%;
  }
}
.header-content__catalog-list ul a, .header-content__catalog-list ul .link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.header-content__catalog-list ul a:hover, .header-content__catalog-list ul .link:hover {
  text-decoration: underline;
}
.header-content__catalog-link {
  color: #fff;
  position: absolute;
  bottom: 16px;
  right: 24px;
  padding-right: 8px;
  text-decoration: underline;
}
.header-content__catalog-link:hover {
  text-decoration: none;
}
.header-content__catalog-link:after {
  content: "";
  display: block;
  padding: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 3px;
}

.autocomplete-content {
  position: absolute;
  left: 0;
  top: 105%;
  background-color: #fff;
  width: 100%;
  padding: 4px 24px 16px;
  z-index: 11;
  overflow: auto;
  display: none;
}
@media all and (max-width: 1199px) {
  .autocomplete-content {
    padding: 4px 16px 16px;
  }
}
@media all and (max-width: 767px) {
  .autocomplete-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 4px 8px 16px;
  }
}
.autocomplete-content__example {
  margin-top: 6px;
  position: relative;
}
.autocomplete-content__example .show-tooltip ~ .autocomplete__content-example-popup {
  display: block !important;
}
.autocomplete-content__example .link {
  color: #048c04;
}
.autocomplete-content__example-popup {
  display: none;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: absolute;
  top: 105%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  border: 1px solid #d6d6d6;
}
.autocomplete-content__example-popup p {
  font-size: 10px;
  line-height: 16px;
}
.autocomplete-content__example-popup table {
  margin-top: 4px;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-spacing: 0;
}
.autocomplete-content__example-popup table th {
  background: #fafafa;
  padding: 8px 0;
  font-size: 10px;
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.autocomplete-content__example-popup table th:last-child {
  border-right: 0;
}
.autocomplete-content__example-popup table td {
  padding: 6px 8px;
  font-size: 10px;
  width: 50%;
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.autocomplete-content__example-popup table td:last-child {
  border-right: 0;
}
.autocomplete-content__example-popup .close {
  font-size: 10px;
  display: block;
  text-align: center;
  color: #676767;
  margin-top: 16px;
}
.autocomplete-content__heading {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.autocomplete-content__list .link {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.autocomplete-content__list .link:hover {
  text-decoration: none;
}
.autocomplete-content__brandlist {
  display: flex;
  flex-wrap: wrap;
}
.autocomplete-content__brandlist-item {
  width: 91px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  .autocomplete-content__brandlist-item {
    width: 60px;
    height: 40px;
    margin-top: 8px;
  }
}
.autocomplete-content__brandlist-item img {
  max-width: 100%;
  display: block;
  width: 76px;
}

@media all and (max-width: 575px) {
  .footer .col-md-6, .footer .col-md-4, .footer .col {
    padding: 0;
  }
}
.footer__block {
  margin-top: 16px;
}
@media all and (max-width: 575px) {
  .footer__block {
    margin: 0;
    border-bottom: 1px solid #D8D8D8;
  }
}
.footer__block-heading {
  background: #f2f2f2;
  font-weight: 700;
  padding: 10px 16px;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  .footer__block-heading {
    position: relative;
  }
}
@media all and (max-width: 575px) {
  .footer__block-heading:after {
    content: "";
    display: block;
    padding: 6px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
  }
}
.footer__block-text {
  line-height: 20px;
  margin-top: 16px;
}
.footer__block-text img {
  max-width: 100%;
}
@media all and (max-width: 575px) {
  .footer__block-content {
    display: none;
    margin-bottom: 16px;
    padding: 0 8px;
  }
}
@media all and (max-width: 575px) {
  .footer__block.show-block .footer__block-heading:after, .footer__block.show-block .subscribe-block__heading:after {
    transform: rotate(-45deg);
    margin-top: -3px;
  }
  .footer__block.show-block .footer__block-content {
    display: block;
  }
}
.footer .payment-block img {
  height: auto;
  max-height: 30px;
}
.footer .footer-links {
  line-height: 28px;
}
.footer .footer-links .col {
  padding: 0 8px;
}
.footer .footer-links .link, .footer .footer-links .link_span, .footer .footer-links .link_span_cookie {
  color: #3776B1;
  cursor: pointer;
}
.footer .footer-list {
  line-height: 26px;
}
.footer .footer-list li {
  position: relative;
  padding-left: 24px;
}
.footer .footer-list li:before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 13px;
  width: 5px;
  position: absolute;
  left: 8px;
  border-bottom: 1px solid #3C3C3C;
  border-right: 1px solid #3C3C3C;
  top: 5px;
}
.footer .subscribe-block {
  border-top: 1px solid #f2f2f2;
}
@media all and (max-width: 767px) {
  .footer .subscribe-block {
    border-top: 0;
  }
}
.footer .subscribe-block__heading {
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  .footer .subscribe-block__heading {
    background: #f2f2f2;
    font-weight: 700;
    padding: 10px 16px;
    text-transform: uppercase;
    margin-top: 16px;
  }
}
@media all and (max-width: 575px) {
  .footer .subscribe-block__heading {
    margin-top: 0;
    position: relative;
  }
}
@media all and (max-width: 575px) {
  .footer .subscribe-block__heading:after {
    content: "";
    display: block;
    padding: 6px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
  }
}
.footer .subscribe-block .privacy_policy_checkbox {
  width: 100%;
  margin-top: 8px;
}
.footer .subscribe-block label {
  flex: 1;
}
.footer .subscribe-block .error {
  color: #D03639;
}
.footer .subscribe-block__check {
  position: relative;
}
.footer .footer-lang a, .footer .footer-lang .link_span {
  margin-right: 4px;
  cursor: pointer;
}
.footer .footer-rating {
  margin-top: 8px;
}
.footer .footer-rating .stars {
  background: url("../img/icons/stars-full-width.svg") no-repeat;
  width: 159px;
  height: 28px;
}
.footer .footer-rating .numbers {
  font-size: 36px;
  font-weight: 700;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.footer .footer-rating .numbers span {
  font-size: 28px;
  font-weight: 400;
}
.footer .footer-rating .link {
  font-weight: 700;
  margin-top: 8px;
  width: 100%;
}
.footer__line {
  background: #1D365F;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .footer__line span {
    margin-top: 8px;
  }
}
.footer .footer-tec {
  margin-top: 16px;
}
.footer .footer-tec a, .footer .footer-tec .link_span {
  cursor: pointer;
}
.footer .footer-tec img {
  max-height: 60px;
}
.footer .footer-social img {
  height: 32px;
  width: 32px;
}
.footer .promotion-text {
  margin-top: 16px;
}
.footer .promotion-text__text-more {
  position: relative;
  margin-top: 4px;
  cursor: pointer;
}
.footer .promotion-text__text-more span {
  text-decoration: underline;
}
.footer .promotion-text__text-more-dropdown {
  color: #3C3C3C;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  padding: 16px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 140%;
  font-size: 12px;
  display: none;
}
.footer .promotion-text .close {
  position: absolute;
  width: 16px;
  height: 16px;
  cursor: pointer;
  right: 8px;
  top: 8px;
}
.footer .promotion-text .close:before, .footer .promotion-text .close:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #3C3C3C;
}
.footer .promotion-text .close:before {
  transform: rotate(45deg);
}
.footer .promotion-text .close:after {
  transform: rotate(-45deg);
}

.top-tabs__heading {
  margin-bottom: 24px;
}
.top-tabs__tab-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  cursor: pointer;
  height: 40px;
  padding: 0 8px;
  font-weight: 700;
  flex: 1;
  transition: all 0.3s ease;
  border-left: 1px solid #C4C4C4;
}
@media all and (max-width: 767px) {
  .top-tabs__tab-link {
    letter-spacing: -0.2pt;
    font-size: 11px;
  }
}
.top-tabs__tab-link:first-child {
  border: 0;
}
.top-tabs__tab-link.active, .top-tabs__tab-link:hover {
  background: #D03639;
  color: #fff;
  border: 0;
}

@media all and (max-width: 767px) {
  .top-tabs-content {
    padding: 0;
  }
}
.top-tabs-content.hide-tab {
  display: none;
}
.top-tabs-content .link-image {
  border-bottom: 1px solid #FDDDDE;
  padding: 16px 0;
  margin: 0 24px;
}
@media all and (max-width: 991px) {
  .top-tabs-content .link-image {
    margin: 0 8px;
  }
}
@media all and (max-width: 767px) {
  .top-tabs-content .link-image {
    margin: 0;
  }
}
.top-tabs-content__item {
  border: 1px solid #f2f2f2;
  margin: 0;
  border-top: 0;
  padding: 8px 16px 32px;
}
@media all and (max-width: 991px) {
  .top-tabs-content__item {
    padding: 8px 0 16px;
  }
}
@media all and (max-width: 767px) {
  .top-tabs-content__item {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 0;
    padding: 8px 0 0;
  }
}
.top-tabs-content__item ::-webkit-scrollbar {
  height: 3px;
}

.brand-slider {
  position: relative;
}
.brand-slider__row {
  display: flex;
}
@media all and (max-width: 991px) {
  .brand-slider__row {
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .brand-slider__row {
    padding: 16px 0;
  }
}
.brand-slider__row .slick-track {
  display: flex;
}
.brand-slider__row-item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  flex-shrink: 0;
  margin: 0 24px;
}
@media all and (max-width: 767px) {
  .brand-slider__row-item {
    margin: 0 24px 0 0;
  }
}
.brand-slider__row-item .image {
  max-width: 90px;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media all and (max-width: 767px) {
  .brand-slider__row-item .image {
    max-width: 70px;
  }
}
.brand-slider__row-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.brand-slider__row-item .tooltip {
  position: absolute;
  background: #C4C4C4;
  width: 100%;
  line-height: 28px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
  bottom: 0;
  text-transform: uppercase;
}
.brand-slider__row-item .tooltip:after {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #c4c4c4;
  border-width: 8px;
  margin-left: -8px;
  left: 50%;
}
.brand-slider__row-item:hover .tooltip {
  height: 28px;
  opacity: 1;
}
.brand-slider__heading--image img {
  max-height: 50px;
}

.text-block {
  overflow: hidden;
}
@media all and (max-width: 991px) {
  .text-block__wrap {
    max-height: 170px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 575px) {
  .text-block__wrap {
    max-height: 200px;
  }
}
.text-block__wrap.open {
  max-height: inherit;
}
.text-block p {
  margin-top: 24px;
  margin-bottom: 32px;
}
.text-block ul {
  margin: 16px 0;
}
.text-block ul li {
  margin: 8px 0;
  position: relative;
  line-height: 18px;
}
.text-block ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1D365F;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}
.text-block__button {
  display: none;
}
@media all and (max-width: 991px) {
  .text-block__button {
    display: block;
  }
}
.text-block .maker_img {
  float: left;
  max-height: 60px;
  max-width: 60px;
  margin-bottom: 16px;
  margin-right: 8px;
}
.text-block iframe {
  float: left;
  clear: both;
  margin-right: 24px;
}
@media all and (max-width: 575px) {
  .text-block iframe {
    margin-right: 0;
    float: none;
  }
}

.selector-image {
  background: url("../img/selector-image.jpg") no-repeat #f6f6f6;
  background-size: cover;
}
@media all and (max-width: 1199px) {
  .selector-image {
    background-size: contain;
    background-position: center;
  }
}
@media all and (max-width: 575px) {
  .selector-image {
    background-position: top;
    padding-top: 35%;
    padding-bottom: 16px;
  }
}
@media all and (max-width: 575px) {
  .selector-image .car-selector, .selector-image .kba-search {
    padding: 16px;
  }
}
@media all and (max-width: 575px) {
  .selector-image .car-selector__title, .selector-image .kba-search__title {
    padding: 0 0 6px;
  }
}

.search-in-catalog {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .search-in-catalog {
    flex-wrap: wrap;
  }
}
.search-in-catalog__heading {
  margin-right: 32px;
}
@media all and (max-width: 767px) {
  .search-in-catalog__heading {
    margin: 0 0 24px;
    width: 100%;
    text-align: center;
  }
}
.search-in-catalog__input {
  display: flex;
  align-items: center;
  flex: 1;
}
@media all and (max-width: 767px) {
  .search-in-catalog__input {
    flex-wrap: wrap;
  }
}
.search-in-catalog__input .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.search-in-catalog .form-input {
  border: 1px solid #d8d8d8;
}
@media all and (max-width: 767px) {
  .search-in-catalog .form-input {
    width: 100%;
    flex: 100%;
    margin-bottom: 8px;
  }
}
@media all and (max-width: 767px) {
  .search-in-catalog .btn, .search-in-catalog .popup .buttons .close, .popup .buttons .search-in-catalog .close, .search-in-catalog .paylink_content .pay_button, .paylink_content .search-in-catalog .pay_button {
    width: 100%;
  }
}

.block-cookies {
  background: #304366;
  padding: 16px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.block-cookies__text {
  color: #fff;
  line-height: 18px;
  padding-right: 16px;
}
.block-cookies__text a {
  color: #fff;
  text-decoration: underline;
  display: block;
}
.block-cookies__text a:hover {
  text-decoration: none;
}
.block-cookies__button {
  display: block;
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 16px;
  cursor: pointer;
}

.search-car-box {
  background: #fff;
  border-radius: 3px;
}
.search-car-box--inline {
  padding: 16px 24px 16px 24px;
  margin-top: 24px;
}
@media all and (max-width: 767px) {
  .search-car-box--inline {
    padding: 8px;
  }
}
.search-car-box--inline .car-selector {
  padding: 16px 0;
}
.search-car-box--inline .car-selector__title {
  padding: 0 0 6px;
}
.search-car-box--inline .car-selector__wrap {
  display: flex;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .car-selector__wrap {
    flex-wrap: wrap;
  }
}
.search-car-box--inline .car-selector__wrap-item {
  flex: 1;
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .car-selector__wrap-item {
    flex: initial;
    width: 100%;
    margin-right: 0;
  }
}
.search-car-box--inline .car-selector__button {
  width: 100px;
  margin-top: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .car-selector__button {
    width: 100%;
  }
}
.search-car-box--inline .car-selector__button span {
  display: none;
}
.search-car-box--inline .kba-search {
  padding: 16px 0;
  border: 0;
}
.search-car-box--inline .kba-search__wrap {
  flex: initial;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .kba-search__wrap {
    flex: 1;
  }
}
.search-car-box--inline .kba-search__input {
  margin-right: 16px;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .kba-search__input {
    margin-right: 0;
  }
}
.search-car-box--inline .kba-search__button {
  width: 100px;
  padding: 0;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .kba-search__button {
    width: 100%;
  }
}
.search-car-box--inline .number-search {
  padding: 16px 0;
}
.search-car-box--inline .number-search__title {
  width: auto;
  margin-right: 16px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .number-search__title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.search-car-box--inline .number-search__wrap {
  flex: none;
}
@media all and (max-width: 767px) {
  .search-car-box--inline .number-search__wrap {
    flex: 1;
  }
}
.search-car-box__oder {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
.search-car-box__oder b {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 1;
  top: -7px;
  background: #fff;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}

.overflow-banner {
  width: 100%;
  min-height: 72px;
  background: #f85a00 url("../img/overflow-banner-logo.png") no-repeat center 6px;
  background-size: 86px 11px;
  padding: 22px 8px 6px 8px;
  margin: 10px 0 0 0;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 768px) {
  .overflow-banner {
    background: #f85a00 url("../img/overflow-banner-icon.png") no-repeat 10px center;
    background-size: 25px 24px;
    min-height: 58px;
    font-size: 16px;
    line-height: 20px;
    padding: 6px 8px 4px 45px;
  }
}
.overflow-banner--product {
  min-height: 58px;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 8px 4px 45px;
  background: #f85a00 url("../img/overflow-banner-icon.png") no-repeat 10px center;
  background-size: 25px 24px;
  margin: 10px 0 0 0;
}
@media (max-width: 768px) {
  .overflow-banner--product .overflow-banner__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.overflow-banner--product .overflow-banner__footer {
  flex-wrap: nowrap;
}
.overflow-banner--product .overflow-banner__price {
  font-size: 14px;
  line-height: 18px;
  width: inherit;
  margin-right: 16px;
}
@media (max-width: 768px) {
  .overflow-banner--product .overflow-banner__price {
    font-size: 16px;
    line-height: 20px;
  }
}
.overflow-banner__text {
  color: #000;
  padding: 4px 0;
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 768px) {
  .overflow-banner__text {
    font-size: 12px;
    line-height: 16px;
  }
}
.overflow-banner__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 2px;
}
.overflow-banner__price {
  color: #fff;
  white-space: nowrap;
  margin-right: 8px;
}
.overflow-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  min-height: 22px;
  padding: 0 12px;
  background: #000;
  color: #fff;
  font-size: 8px;
  line-height: 13px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}

.car-selector {
  padding: 16px 24px;
  background: #fff;
}
@media all and (min-width: 575px) and (max-width: 991px) {
  .car-selector .car-selector__wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
  }
  .car-selector .car-selector__wrap-item {
    flex: 1 100%;
    margin-right: 0;
  }
  .car-selector .car-selector__button {
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .car-selector {
    padding: 16px 0;
  }
}
.car-selector__title {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  .car-selector__title {
    padding: 0 24px 6px;
  }
}
.car-selector__wrap-item {
  margin-bottom: 4px;
}
.car-selector__form-select.active select {
  border-color: #D03639;
  border-width: 2px;
}
.car-selector__button {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
}
.car-selector__button:before {
  content: "";
  background: url("../img/icons/find-icon.svg") no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
}
.car-selector__button span {
  padding-left: 8px;
}
.car-selector__reset {
  cursor: pointer;
}
.car-selector__reset .icon {
  fill: #D8D8D8;
  width: 24px;
  height: 24px;
}
.car-selector .kba-search {
  margin-top: 24px;
  padding: 16px 0;
}

.kba-search {
  border-top: 1px solid #f2f2f2;
  padding: 16px 24px;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .kba-search {
    padding: 16px 0;
  }
}
.kba-search__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%;
}
.kba-search .kba-search-show-kba {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-left: 8px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.kba-search .kba-search-show-kba.show-tooltip .kba-tooltip {
  display: block;
}
.kba-search .kba-tooltip {
  position: absolute;
  left: 0;
  background: #f2f2f2;
  padding: 16px 24px;
  z-index: 1;
  top: 45px;
  width: 100%;
  display: none;
}
@media all and (max-width: 575px) {
  .kba-search .kba-tooltip {
    position: absolute;
    left: 0;
    background: #F2F2F2;
    padding: 16px 24px;
    z-index: 1;
    top: 8%;
  }
}
.kba-search .kba-tooltip__heading span {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.kba-search .kba-tooltip__image {
  margin-top: 16px;
}
.kba-search .kba-tooltip__image img {
  max-width: 100%;
  display: block;
}
.kba-search__wrap {
  display: flex;
  align-items: center;
  flex: 1;
}
@media all and (max-width: 575px) {
  .kba-search__wrap {
    flex-wrap: wrap;
  }
}
.kba-search__input {
  margin-right: 8px;
}
@media all and (max-width: 575px) {
  .kba-search__input {
    flex: 1;
    margin: 0;
  }
}
@media all and (max-width: 575px) {
  .kba-search__input:first-child {
    margin-right: 8px;
  }
}
.kba-search__button {
  width: 100%;
}
.kba-search__button span {
  background: url("../img/icons/find-icon.svg") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}
@media all and (max-width: 575px) {
  .kba-search__col {
    width: 100%;
    margin-top: 8px;
  }
}

.number-search {
  border-top: 1px solid #f2f2f2;
  padding: 16px 24px;
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 575px) {
  .number-search {
    padding: 16px 0;
  }
}
.number-search__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 8px;
  width: 100%;
}
.number-search__wrap {
  display: flex;
  flex: 1;
}
@media all and (max-width: 575px) {
  .number-search__wrap {
    flex-wrap: wrap;
  }
}
.number-search__block {
  position: relative;
  padding: 0;
  width: 100%;
}
.number-search__block:before {
  width: 15px;
  height: 15px;
  top: 5px;
  left: 11px;
  background: url(../img/flags/number-search-flag.png) -15px 0 no-repeat;
  content: "";
  position: absolute;
  display: block;
  letter-spacing: 0;
  z-index: 1;
}
.number-search__block:after {
  content: attr(data-country);
  position: absolute;
  display: block;
  width: 36px;
  bottom: 6px;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
}
@media all and (max-width: 575px) {
  .number-search__block {
    flex: 1;
  }
}
.number-search__block input {
  font-size: 20px;
  color: #3C3C3C;
  text-align: center;
  width: 100%;
  border: 1px solid #033797;
  border-left-width: 36px;
  border-right-width: 22px;
}
.number-search__block input::-webkit-input-placeholder {
  font-size: 20px;
  color: #d8d8d8;
}
.number-search__block input:hover {
  border-left-width: 36px;
  border-right-width: 22px;
}
.number-search__block[data-country=nl] input {
  background: #ffe14c;
}
.number-search__block[data-country=nl] input::-webkit-input-placeholder {
  font-size: 20px;
  color: #f2f2f2;
}
.number-search__block[data-country=n]:before {
  width: 15px;
  height: 14px;
  top: 8px;
  background-position: 0 0;
}
.number-search__button {
  width: 46px;
  padding: 0;
  margin-left: 8px;
}
.number-search__button span {
  background: url("../img/icons/find-icon.svg") no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
}

.top-list-parts-item__image {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}
@media all and (max-width: 575px) {
  .top-list-parts-item__image {
    position: relative;
  }
}
@media all and (max-width: 575px) {
  .top-list-parts-item__image:after {
    content: "";
    display: block;
    padding: 6px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -18px;
    transition: all 0.3s ease;
  }
}
.top-list-parts-item__image img {
  max-height: 56px;
}
.top-list-parts-item__image-heading {
  margin-left: 8px;
  text-decoration: none;
}
@media all and (max-width: 575px) {
  .top-list-parts-item__list {
    display: none;
    margin-bottom: 8px;
  }
}
.top-list-parts-item__list-item {
  line-height: 28px;
}
.top-list-parts-item__list-item a {
  color: #3776B1;
}
@media all and (max-width: 575px) {
  .top-list-parts-item.show-block .top-list-parts-item__image:after {
    transform: rotate(-45deg);
    margin-top: -14px;
  }
  .top-list-parts-item.show-block .top-list-parts-item__list {
    display: block;
  }
}

.link-image {
  display: flex;
  align-items: center;
  color: #3C3C3C;
  position: relative;
}
.link-image__img {
  margin-right: 16px;
  height: 78px;
  width: 78px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.link-image__img img {
  max-width: 100%;
  max-height: 70px;
  display: block;
}
.link-image__text {
  font-weight: 700;
  color: #3776B1;
  word-break: break-word;
}
.link-image__text span {
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  color: #3C3C3C;
  font-size: 12px;
  font-weight: normal;
}
.link-image__text.link {
  text-decoration: none;
  cursor: pointer;
}
.link-image__text.link:hover {
  text-decoration: underline;
}
.link-image--color .link-image__text {
  color: #3C3C3C;
}
.link-image--color .link-image__text span {
  color: #D03639;
  font-weight: bold;
}
.link-image--color:after {
  content: "";
  display: block;
  padding: 12px;
  border-top: 2px solid #D8D8D8;
  border-right: 2px solid #D8D8D8;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
.link-image--border {
  border-radius: 3px;
  border: 1px solid #A2A9B8;
}
.link-image--heading {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.link-image--heading .link-image__img {
  border: 1px solid #A2A9B8;
  height: 140px;
  width: 140px;
  margin: 0 auto;
}
.link-image--heading .link-image__img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs__item:not(:first-child) {
  padding-right: 5px;
}
.breadcrumbs .defcur {
  color: #3C3C3C;
}
.breadcrumbs .defcur:hover {
  text-decoration: none;
}

.part-item {
  position: relative;
}
@media all and (max-width: 575px) {
  .part-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px 0;
  }
}
@media all and (max-width: 575px) {
  .part-item.show-block .part-item__heading:after {
    transform: rotate(-45deg);
    margin-top: -2px;
  }
}
@media all and (max-width: 575px) {
  .part-item.show-block .part-item__list {
    display: block;
  }
}
.part-item__image {
  max-width: 150px;
  max-height: 150px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 575px) {
  .part-item__image {
    margin: 0;
    max-width: 50px;
    max-height: 50px;
  }
}
.part-item__image img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.part-item__heading {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #1D365F;
  text-align: center;
  padding: 16px 8px;
  position: relative;
}
@media all and (max-width: 575px) {
  .part-item__heading {
    background: transparent;
    color: #1D365F;
    flex: 1;
    text-align: left;
  }
}
@media all and (max-width: 575px) {
  .part-item__heading:after {
    content: "";
    display: block;
    padding: 6px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(135deg);
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    transition: all 0.3s ease;
  }
}
.part-item__heading-tooltip {
  z-index: 1;
  position: absolute;
  background: #A2A9B8;
  right: 0;
  bottom: 100%;
  font-size: 11px;
  font-weight: normal;
  line-height: 14px;
  text-transform: none;
  padding: 8px;
  text-align: left;
  display: none;
  max-width: 100%;
}
.part-item__heading-tooltip p {
  font-size: 11px;
  color: #fff;
}
.part-item__heading-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #A2A9B8;
  transform: rotate(0deg);
}
.part-item__heading:hover .part-item__heading-tooltip {
  display: block;
}
@media all and (max-width: 767px) {
  .part-item__heading:hover .part-item__heading-tooltip {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .part-item__list {
    width: 100%;
    display: none;
    margin-top: 8px;
  }
}
.part-item__list li {
  display: none;
}
@media all and (max-width: 575px) {
  .part-item__list li {
    display: block;
  }
}
.part-item__list li:nth-child(-n+5) {
  display: block;
}
.part-item__list li.open {
  display: block;
}
.part-item__list li:hover .link {
  background: #A2A9B8 !important;
}
.part-item__list li:nth-child(2n-1) .link {
  background: #f2f2f2;
}
.part-item__list li .link {
  color: #3C3C3C;
  text-decoration: none;
  padding: 8px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  font-size: 13px;
  height: 40px;
}
.part-item__more {
  font-weight: 700;
  color: #1D365F;
  border-top: 1px solid #f2f2f2;
  padding: 8px;
  position: relative;
  cursor: pointer;
  margin-top: 8px;
}
@media all and (max-width: 575px) {
  .part-item__more {
    display: none;
  }
}
.part-item__more:before {
  content: "";
  border-radius: 3px;
  border: 1px solid #1D365F;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 6px;
}
.part-item__more:after {
  content: "";
  display: block;
  padding: 3px;
  border-top: 1px solid #1D365F;
  border-right: 1px solid #1D365F;
  transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.part-item__more.open:after {
  transform: rotate(-45deg);
  margin-top: -3px;
}

.listing-grid-item {
  display: block;
}
.listing-grid-item .link {
  display: block;
  text-decoration: none;
}
.listing-grid-item:focus {
  outline: none;
}
.listing-grid-item__brand {
  height: 20px;
  max-width: 100px;
  margin: 0 auto;
}
.listing-grid-item__brand img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.listing-grid-item__image {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 8px;
}
.listing-grid-item__image img {
  max-width: 100%;
  max-height: 100%;
}
.listing-grid-item__info {
  position: relative;
}
.listing-grid-item__info-heading {
  color: #3C3C3C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 56px;
  min-height: 56px;
}
.listing-grid-item__info-art {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 8px;
  color: #3C3C3C;
}
.listing-grid-item__info-art-icon {
  margin-right: 4px;
}
.listing-grid-item__info-art-icon .icon {
  width: 12px;
  height: 12px;
}
.listing-grid-item__info-art-icon.show-tooltip .listing-grid-item__info-tooltip {
  display: block;
}
.listing-grid-item__info-stock {
  color: #3aac51;
  font-size: 12px;
  margin-top: 8px;
}
.listing-grid-item__info-stock--no {
  color: #D03639;
}
.listing-grid-item__info-tooltip {
  position: absolute;
  width: 100%;
  top: 80%;
  border: 1px solid #f2f2f2;
  left: 0;
  display: none;
}
.listing-grid-item__info-tooltip:after, .listing-grid-item__info-tooltip:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.listing-grid-item__info-tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-right: 1px;
}
.listing-grid-item__info-tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f2f2f2;
  border-width: 9px;
}
.listing-grid-item__info-tooltip ul {
  background: #A2A9B8;
  padding: 8px;
}
.listing-grid-item__info-tooltip ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  word-break: break-all;
}
.listing-grid-item__info-tooltip ul li:last-child {
  margin-bottom: 0;
}
.listing-grid-item__info-tooltip ul li span {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  flex: 1;
}
.listing-grid-item__info-tooltip ul li span:last-child {
  font-weight: 700;
  text-align: right;
}
.listing-grid-item__price {
  margin-top: 8px;
  margin-bottom: 8px;
}
.listing-grid-item__price-now {
  display: flex;
  align-items: center;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #D03639;
  justify-content: space-between;
}
.listing-grid-item__price-old {
  font-size: 12px;
  color: #3C3C3C;
  text-decoration: line-through;
}
.listing-grid-item__price-stick {
  background: #E06262;
  width: 41px;
  height: 23px;
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
  color: #fff;
}
.listing-grid-item__price-inkl, .listing-grid-item__price-delivery {
  font-size: 12px;
  margin-top: 4px;
  line-height: 12px;
}
.listing-grid-item .btn, .listing-grid-item .popup .buttons .close, .popup .buttons .listing-grid-item .close, .listing-grid-item .paylink_content .pay_button, .paylink_content .listing-grid-item .pay_button {
  width: 100%;
}

.listing-grid-item-small:focus {
  outline: none;
}
.listing-grid-item-small__heading {
  color: #3776B1;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 40px;
}
.listing-grid-item-small__heading-info {
  cursor: pointer;
  align-self: baseline;
}
.listing-grid-item-small__heading-info .icon {
  fill: #d8d8d8;
  width: 16px;
  height: 16px;
}
.listing-grid-item-small__heading-info.show-tooltip .listing-grid-item-small__heading-tooltip {
  display: block;
}
.listing-grid-item-small__heading-tooltip {
  position: absolute;
  width: 100%;
  top: 16px;
  border: 1px solid #f2f2f2;
  padding: 8px;
  left: 10px;
  display: none;
  background: #fff;
  max-height: 312px;
  overflow: auto;
}
.listing-grid-item-small__heading-tooltip:after, .listing-grid-item-small__heading-tooltip:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.listing-grid-item-small__heading-tooltip:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-right: 1px;
}
.listing-grid-item-small__heading-tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #f2f2f2;
  border-width: 9px;
}
.listing-grid-item-small__heading-tooltip ul {
  background: #A2A9B8;
  padding: 8px;
}
.listing-grid-item-small__heading-tooltip ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.listing-grid-item-small__heading-tooltip ul li:last-child {
  margin-bottom: 0;
}
.listing-grid-item-small__heading-tooltip ul li span {
  font-size: 9px;
  color: #fff;
  font-weight: 300;
  word-break: break-all;
}
.listing-grid-item-small__heading-tooltip ul li span:last-child {
  font-weight: 700;
}
.listing-grid-item-small__image {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px auto 0;
}
.listing-grid-item-small__image img {
  max-width: 100%;
  max-height: 100%;
}
.listing-grid-item-small__price {
  font-size: 30px;
  color: #D03639;
  font-weight: 700;
  margin-top: 4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.listing-grid-item-small__price-stick {
  width: 41px;
  height: 23px;
  line-height: 23px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #E06262;
}
.listing-grid-item-small__uvp {
  font-size: 12px;
  line-height: 24px;
}
.listing-grid-item-small__uvp--liter {
  font-weight: 700;
}
.listing-grid-item-small__uvp-text {
  margin-top: 8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}
.listing-grid-item-small__uvp-text span {
  font-weight: normal;
}

.list-image-block {
  display: flex;
  flex-wrap: wrap;
}
.list-image-block__row {
  flex-shrink: 0;
}
.list-image-block__row-img {
  margin-right: 24px;
  max-width: 50px;
  max-height: 50px;
  display: block;
}
.list-image-block__row-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.list-image-block__links {
  line-height: 24px;
  flex: 1;
}
.list-image-block__links li:last-child .link {
  font-size: 12px;
}
.list-image-block__more {
  font-size: 12px;
  width: 100%;
}

.model-link {
  text-align: center;
  display: block;
  height: 100%;
  position: relative;
}
.model-link__image img {
  max-width: 100px;
  max-height: 75px;
}
.model-link__heading {
  text-transform: uppercase;
  color: #3776B1;
  line-height: 18px;
  letter-spacing: -0.4pt;
  display: block;
  text-decoration: none;
}
.model-link__year {
  font-size: 11px;
  margin-top: 4px;
}
.model-link__teile {
  font-size: 10px;
  margin-top: 4px;
  color: #A2A9B8;
}
.model-link--list .model-link__heading {
  font-weight: 700;
  font-size: 12px;
}
.model-link--list li a {
  font-size: 11px;
  line-height: 16px;
}
.model-link--year .model-link__heading {
  font-weight: 700;
  font-size: 12px;
}
.model-link__info {
  position: absolute;
  left: 8px;
  top: 8px;
  cursor: pointer;
}
.model-link__info .icon {
  fill: #d8d8d8;
  width: 16px;
  height: 16px;
}
.model-link__info.show-tooltip .model-link__info-tooltip {
  display: block;
}
.model-link__info-tooltip {
  position: absolute;
  width: 180px;
  top: 25px;
  border: 1px solid #f2f2f2;
  padding: 8px;
  left: 10px;
  display: none;
  background: #A2A9B8;
  border-radius: 3px;
}
.model-link__info-tooltip b {
  font-size: 10px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  color: #fff;
}
.model-link__info-tooltip ul {
  background: #A2A9B8;
  margin-top: 4px;
}
.model-link__info-tooltip ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.model-link__info-tooltip ul li:last-child {
  margin-bottom: 0;
}
.model-link__info-tooltip ul li span {
  font-size: 9px;
  color: #fff;
  font-weight: 300;
}
.model-link__info-tooltip ul li span:last-child {
  font-weight: 700;
}

.car-brand-item {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.car-brand-item img {
  display: block;
  max-height: 70px;
  max-width: 70px;
}
.car-brand-item__heading {
  color: #3776B1;
  text-transform: uppercase;
  display: block;
  width: 100%;
  line-height: 24px;
  text-align: center;
}

.fuel-type-list__heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 8px;
}
.fuel-type-list__heading .icon {
  width: 30px;
  height: 30px;
  fill: #d8d8d8;
  margin-right: 16px;
}
.fuel-type-list__list li {
  display: none;
  margin-top: 16px;
}
.fuel-type-list__list li:nth-child(-n+3) {
  display: block;
}
.fuel-type-list__list li.open {
  display: block;
}
.fuel-type-list__list li .link {
  line-height: 18px;
}
.fuel-type-list__more {
  font-weight: 700;
  color: #1D365F;
  border-top: 1px solid #f2f2f2;
  padding: 8px;
  position: relative;
  cursor: pointer;
  margin-top: 16px;
}
.fuel-type-list__more:before {
  content: "";
  border-radius: 3px;
  border: 1px solid #1D365F;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 6px;
}
.fuel-type-list__more:after {
  content: "";
  display: block;
  padding: 3px;
  border-top: 1px solid #1D365F;
  border-right: 1px solid #1D365F;
  transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s ease;
}
.fuel-type-list__more.open:after {
  transform: rotate(-45deg);
  margin-top: -3px;
}

.model-item-dropdown {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 16px;
}
.model-item-dropdown__image {
  margin-right: 16px;
  max-width: 100px;
}
.model-item-dropdown__image img {
  max-height: 70px;
  max-width: 100px;
}
.model-item-dropdown__heading {
  text-transform: uppercase;
  color: #3776B1;
  cursor: pointer;
}
.model-item-dropdown__heading .label {
  cursor: pointer;
}
.model-item-dropdown__select {
  width: 100%;
  position: relative;
}
.model-item-dropdown__select-heading {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 52px;
  padding: 16px;
  margin-top: 4px;
  cursor: pointer;
}
.model-item-dropdown__select-heading:hover, .model-item-dropdown__select-heading.active {
  border-color: #D03639;
}
.model-item-dropdown__select-heading.active {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.model-item-dropdown__select-heading:before {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3C3C3C;
  pointer-events: none;
}
.model-item-dropdown__select-drop {
  position: absolute;
  display: none;
  top: 100%;
  border: 1px solid #D03639;
  border-top: 0;
  padding: 8px 16px;
  width: 100%;
  border-top: 0;
  background: #fff;
  z-index: 1;
}
.model-item-dropdown__select-drop .sel {
  display: block;
  padding: 4px 0;
}

.catalog-item {
  padding: 48px;
  margin-top: 16px;
  display: flex;
  position: relative;
  border: 1px solid #f2f2f2;
}
@media all and (max-width: 991px) {
  .catalog-item {
    padding: 24px;
  }
}
@media all and (max-width: 767px) {
  .catalog-item {
    align-items: center;
    padding: 0;
    border: 0;
    margin: 8px 0;
  }
}
.catalog-item__image {
  width: 200px;
  height: 200px;
  margin-right: 96px;
}
@media all and (max-width: 991px) {
  .catalog-item__image {
    margin-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .catalog-item__image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 6px;
    left: 0;
    margin: 0;
  }
}
.catalog-item__image img {
  max-height: 200px;
}
@media all and (max-width: 767px) {
  .catalog-item__image img {
    max-height: 50px;
  }
}
.catalog-item__info {
  width: 100%;
}
.catalog-item__info-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
  position: relative;
}
@media all and (max-width: 767px) {
  .catalog-item__info-heading {
    font-size: 16px;
    margin-bottom: 0;
    padding: 24px 0 24px 56px;
    border-bottom: 1px solid #f2f2f2;
  }
}
@media all and (max-width: 767px) {
  .catalog-item__info-heading:after {
    content: "";
    display: block;
    padding: 6px;
    border-top: 1px solid #3C3C3C;
    border-right: 1px solid #3C3C3C;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -12px;
    transition: all 0.3s ease;
  }
}
@media all and (max-width: 767px) {
  .catalog-item__info-list {
    display: none;
    margin-top: 16px;
  }
}
.catalog-item__info-list-top .link {
  font-size: 16px;
  font-weight: 700;
}
.catalog-item__info-list .link {
  display: block;
  line-height: 32px;
}
.catalog-item__info-list-simple {
  margin-top: 32px;
}
@media all and (max-width: 767px) {
  .catalog-item__info-list-simple {
    margin-top: 16px;
  }
}
.catalog-item.show-block .catalog-item__info-heading:after {
  transform: rotate(-45deg);
  margin-top: -8px;
}
@media all and (max-width: 767px) {
  .catalog-item.show-block .catalog-item__info-list {
    display: block;
  }
}

.change-car-block {
  display: flex;
  align-items: center;
  border: 1px solid #1D365F;
  border-radius: 2px;
  padding: 16px;
  position: relative;
  width: 281px;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  .change-car-block {
    margin-top: 16px;
    width: 100%;
  }
}
.change-car-block .icon {
  width: 32px;
  height: 13px;
  fill: #1D365F;
  margin-right: 8px;
}
.change-car-block__text {
  color: #1D365F;
  font-weight: 500;
}
.change-car-block:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #3C3C3C;
}

.pagination {
  display: flex;
  align-items: center;
}
.pagination span {
  background: #D03639;
  margin: 0 4px;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.4;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  width: 26px;
  height: 26px;
  display: block;
}
.pagination span.active, .pagination span:hover {
  opacity: 1;
}
.pagination span a, .pagination span .link {
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 26px;
  text-decoration: none;
}
.pagination span a:hover, .pagination span .link:hover {
  text-decoration: none;
}

.accessories-item__heading {
  text-align: center;
  background: #f2f2f2;
  font-weight: 700;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accessories-item__image {
  border: 1px solid #F2F2F2;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.accessories-item__image img {
  max-height: 200px;
  max-width: 100%;
}
.accessories-item__list {
  margin-top: 16px;
}
.accessories-item__list .link {
  line-height: 24px;
}

.danger-notice {
  padding: 8px 0 16px 0;
  margin-top: 8px;
}
.danger-notice__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.danger-notice__title {
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 8px;
  font-size: 14px;
  line-height: 16px;
}
.danger-notice__icons {
  display: flex;
}
.danger-notice__icon {
  width: 20px;
  height: 20px;
  margin-left: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.danger-notice__text {
  font-size: 10px;
  line-height: 12px;
}
.danger-notice__text-bold {
  font-weight: bold;
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
}
.danger-notice__show-more {
  font-size: 10px;
  color: #979797;
  cursor: pointer;
  margin-left: 3px;
  text-decoration: none;
}
.danger-notice--attention .danger-notice__header {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.danger-notice--attention .danger-notice__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icons/dangerous-info.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.danger-notice-listing {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  text-decoration: none;
  flex-shrink: 0;
  margin-left: 8px;
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 767px) {
  .danger-notice-listing {
    bottom: 10px;
  }
}
.danger-notice-listing:hover {
  text-decoration: none;
}
.danger-notice-listing__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #3C3C3C;
  margin-bottom: -3px;
}
.danger-notice-listing__icons {
  display: flex;
  margin-right: 3px;
}
.danger-notice-listing__icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: -10px;
}
.danger-notice-listing__icon:first-child {
  margin-left: 0;
}
.danger-notice-listing__icon-attention {
  background-image: url("../img/icons/dangerous-info.svg");
  width: 24px;
  height: 24px;
}
.danger-notice-listing__show-more {
  text-decoration: underline;
  color: #132530;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
}

.safety-data-sheet {
  margin-bottom: 20px;
}
.safety-data-sheet__link {
  text-decoration: underline;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  line-height: 12px;
  color: #3c3c3c;
}
.safety-data-sheet__link:last-child {
  margin-right: 0;
}

.product-set {
  border: 1px solid #f2f2f2;
  max-width: 344px;
  margin-top: 24px;
}
.product-set__heading {
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
}
.product-set__heading:before {
  content: "";
  background: url("../img/icons/red-box-icon.svg") no-repeat;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  display: block;
}
.product-set__heading:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3C3C3C;
}
.product-set__list {
  border-top: 1px solid #f2f2f2;
  padding: 16px 24px;
  display: none;
}
.product-set__list li {
  line-height: 24px;
  display: flex;
  justify-content: space-between;
}

.disclaimer-text {
  display: block;
  color: #000;
  margin: 16px 0;
  position: relative;
}
.disclaimer-text.show-tooltip .disclaimer-text__tooltip {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.disclaimer-text__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #3C3C3C;
}
@media all and (max-width: 767px) {
  .disclaimer-text__link {
    justify-content: flex-start;
  }
}
.disclaimer-text__link:hover {
  text-decoration: none;
}
.disclaimer-text__link svg {
  fill: #3C3C3C;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 2px;
}
.disclaimer-text__tooltip {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  width: 100%;
  max-width: 316px;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #F2F2F3;
  box-sizing: border-box;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
@media all and (max-width: 767px) {
  .disclaimer-text__tooltip {
    right: inherit;
    left: 0;
  }
}
@media all and (max-width: 575px) {
  .disclaimer-text__tooltip {
    max-width: 100%;
  }
}
.disclaimer-text__tooltip:before {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  left: 0;
  background: transparent;
  position: absolute;
  top: -8px;
}
.disclaimer-text__tooltip .close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.disclaimer-text__tooltip .close:before, .disclaimer-text__tooltip .close:after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 0;
  height: 12px;
  width: 1px;
  background-color: #000;
}
.disclaimer-text__tooltip .close:before {
  transform: rotate(45deg);
}
.disclaimer-text__tooltip .close:after {
  transform: rotate(-45deg);
}
.disclaimer-text__tooltip a, .disclaimer-text__tooltip .link {
  color: #3776B1;
  cursor: pointer;
  text-decoration: underline;
}
.disclaimer-text__tooltip a:hover, .disclaimer-text__tooltip .link:hover {
  text-decoration: none;
}

.oem-legal {
  display: block;
  color: #000;
  margin: 20px 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}
.oem-legal.show-tooltip .oem-legal__link {
  text-decoration: underline;
}
.oem-legal.show-tooltip .oem-legal__tooltip {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.oem-legal__link {
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  color: #3C3C3C;
  width: max-content;
}
@media all and (max-width: 767px) {
  .oem-legal__link {
    justify-content: flex-start;
  }
}
.oem-legal__link:hover {
  text-decoration: none;
}
.oem-legal__link svg {
  fill: #3C3C3C;
  width: 15px;
  height: 15px;
  min-width: 15px;
  margin-right: 4px;
}
.oem-legal__tooltip {
  position: absolute;
  left: 0;
  top: calc(100% - 8px);
  width: 100%;
  padding: 16px;
  font-size: 12px;
  line-height: 16px;
  background: #F2F2F3;
  box-sizing: border-box;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
@media all and (max-width: 767px) {
  .oem-legal__tooltip {
    right: inherit;
    left: 0;
  }
}
@media all and (max-width: 575px) {
  .oem-legal__tooltip {
    max-width: 100%;
  }
}
.oem-legal__tooltip .close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.oem-legal__tooltip .close:before, .oem-legal__tooltip .close:after {
  content: " ";
  position: absolute;
  left: 5px;
  top: 0;
  height: 12px;
  width: 1px;
  background-color: #000;
}
.oem-legal__tooltip .close:before {
  transform: rotate(45deg);
}
.oem-legal__tooltip .close:after {
  transform: rotate(-45deg);
}
.oem-legal__tooltip a, .oem-legal__tooltip .link {
  color: #3776B1;
  cursor: pointer;
  text-decoration: underline;
}
.oem-legal__tooltip a:hover, .oem-legal__tooltip .link:hover {
  text-decoration: none;
}

.index-page .main-banner {
  position: relative;
  background: url("../img/index/main-banner.jpg") no-repeat;
  background-size: cover;
  background-position: 100% center;
}
@media all and (max-width: 1199px) {
  .index-page .main-banner {
    background-position: 45% 0;
    background-size: cover;
  }
}
@media all and (max-width: 575px) {
  .index-page .main-banner {
    background: #fff;
  }
}
.index-page .main-banner .container, .index-page .main-banner .main-tabs-content, .index-page .main-banner .main-tabs__tab, .index-page .main-banner .top-tabs {
  position: relative;
}
.index-page .main-banner__selector {
  position: relative;
  padding-left: 32px;
  margin-bottom: 24px;
}
@media all and (max-width: 575px) {
  .index-page .main-banner__selector {
    padding-left: 0;
    flex: 100%;
  }
}
.index-page .main-banner__selector-title {
  color: #fff;
  padding-left: 32px;
}
@media all and (max-width: 575px) {
  .index-page .main-banner__selector-title {
    color: #3C3C3C;
    padding-left: 0;
  }
}
.index-page .main-banner__selector-subtitle {
  color: #fff;
  padding-left: 32px;
}
@media all and (max-width: 575px) {
  .index-page .main-banner__selector-subtitle {
    color: #3C3C3C;
    padding-left: 0;
  }
}
.index-page .main-banner__selector-icon {
  background: url("../img/icons/car-selector-icon.svg") no-repeat;
  width: 73px;
  height: 73px;
  background-size: cover;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 575px) {
  .index-page .main-banner__selector-icon {
    display: none;
  }
}
.index-page .main-banner__image {
  text-align: center;
}
.index-page .main-banner .search-car-box {
  max-width: 448px;
  margin-left: 32px;
  position: relative;
}
@media all and (max-width: 575px) {
  .index-page .main-banner .search-car-box {
    margin-top: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.index-page .main-banner .search-car-box .kba-tooltip {
  top: 45px;
  width: calc(100% - 45px);
  left: 21px;
}
@media all and (max-width: 575px) {
  .index-page .main-banner .search-car-box .kba-tooltip {
    left: 0;
    width: 100%;
  }
}
.index-page .main-banner .car-selector__title {
  padding: 0 0 16px 24px;
}
@media all and (max-width: 575px) {
  .index-page .main-banner .car-selector__title {
    padding: 0 0 16px 0;
  }
}
.index-page .main-banner__rating {
  top: 64px;
  right: 0;
  position: absolute;
}
@media all and (max-width: 1440px) {
  .index-page .main-banner__rating {
    right: 16px;
  }
}
@media all and (max-width: 1199px) {
  .index-page .main-banner__rating {
    display: none;
  }
}
.index-page .main-banner__rating-heading {
  color: #fff;
}
.index-page .main-banner__rating-rate {
  margin-top: 8px;
}
.index-page .main-banner__rating-rate .stars {
  background: url("../img/icons/stars-full-width.svg") no-repeat;
  width: 159px;
  height: 28px;
}
.index-page .main-banner__rating-rate .numbers {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.index-page .main-banner__rating-rate .numbers span {
  font-size: 28px;
  font-weight: 400;
}
.index-page .main-banner__rating-subtext {
  color: #fff;
  max-width: 250px;
  margin-left: auto;
  text-align: right;
  margin-top: 8px;
}
.index-page .main-banner__rating-link {
  color: #F9D370;
  font-weight: 700;
  margin-top: 8px;
  text-align: right;
}
.index-page .main-tabs__row {
  background: #1D365F;
}
.index-page .main-tabs__tab {
  height: 55px;
}
.index-page .main-tabs__tab-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
  margin: 0 24px;
}
@media all and (max-width: 767px) {
  .index-page .main-tabs__tab-link {
    margin: 0 8px;
  }
}
.index-page .main-tabs__tab-link:first-child:before {
  content: "";
  background: url("../img/icons/tabs-arrow.svg") no-repeat;
  width: 44px;
  height: 44px;
  background-size: cover;
  position: absolute;
  left: -72px;
}
@media all and (max-width: 767px) {
  .index-page .main-tabs__tab-link:first-child:before {
    display: none;
  }
}
.index-page .main-tabs__tab-link .icon {
  height: 24px;
  width: 24px;
  fill: #A2A9B8;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.index-page .main-tabs__tab-link:after {
  content: "";
  background: #fff;
  opacity: 0.5;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  transition: all 0.3s ease;
  margin: 0 auto;
  right: 0;
}
.index-page .main-tabs__tab-link.active .icon, .index-page .main-tabs__tab-link:hover .icon {
  fill: #fff;
}
.index-page .main-tabs__tab-link.active:after, .index-page .main-tabs__tab-link:hover:after {
  width: 100%;
}
@media all and (max-width: 767px) {
  .index-page .main-tabs__tab-link.active span {
    opacity: 1;
    left: 0;
    font-size: initial;
  }
}
.index-page .main-tabs__tab-link span {
  padding-left: 8px;
}
@media all and (max-width: 767px) {
  .index-page .main-tabs__tab-link span {
    transition: all 0.3s ease;
    opacity: 0;
    font-size: 0;
    left: -100%;
    position: relative;
  }
}
.index-page .main-tabs__tab-link-stick {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  height: 24px;
  width: 24px;
  background: #D03639;
  right: -24px;
  top: 2px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 24px;
  text-align: center;
}
@media all and (max-width: 575px) {
  .index-page .main-tabs__tab-link-stick {
    width: 22px;
    height: 22px;
    line-height: 22px;
    right: -20px;
  }
}
.index-page .main-tabs-content.hide-tab {
  display: none;
}
@media all and (max-width: 575px) {
  .index-page .main-tabs-content .btn, .index-page .main-tabs-content .popup .buttons .close, .popup .buttons .index-page .main-tabs-content .close, .index-page .main-tabs-content .paylink_content .pay_button, .paylink_content .index-page .main-tabs-content .pay_button {
    width: 100%;
  }
}
.index-page .marks-block__item {
  text-align: center;
  background: #FBFBFC;
  padding: 8px 8px 16px;
}
@media all and (max-width: 991px) {
  .index-page .marks-block__item {
    margin-top: 16px;
  }
}
.index-page .marks-block__item-img {
  max-width: 100%;
}
.index-page .marks-block__item-list li:first-child {
  margin-bottom: 8px;
}
.index-page .marks-block__item-list li:first-child .link {
  font-weight: 700;
  font-size: 16px;
  display: block;
  color: #3776B1;
}
.index-page .marks-block__item-list li .link {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.index-page .marks-block__top {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  margin-top: 8px;
  background: #FBFBFC;
  padding: 8px;
}
.index-page .marks-block__top-image img {
  max-width: 50px;
  max-height: 50px;
}
.index-page .marks-block__top-text {
  position: relative;
  top: -2px;
  text-transform: uppercase;
  margin-left: 8px;
  color: #3776B1;
  text-decoration: none;
}
.index-page .marks-block__top-text:hover {
  text-decoration: underline;
}
.index-page .accessories-link {
  text-align: center;
}
.index-page .accessories-link__image {
  max-width: 200px;
  border: 1px solid #f2f2f2;
}
.index-page .accessories-link__image img {
  max-width: 100%;
}
.index-page .accessories-link__text {
  margin-top: 8px;
}

@media all and (min-width: 991px) {
  .listing-page .sidebar {
    display: block !important;
  }
}
@media all and (max-width: 991px) {
  .listing-page .sidebar {
    position: fixed;
    z-index: 101;
    background: #fff;
    top: 5%;
    max-height: 88%;
    overflow: auto;
    width: 95%;
    border-radius: 3px;
  }
}
.listing-page .sidebar.open {
  display: block;
}
.listing-page .sidebar .close-default {
  display: none;
  position: fixed;
  top: 10px;
  right: 14px;
  z-index: 1;
}
@media all and (max-width: 991px) {
  .listing-page .sidebar .close-default {
    display: block;
  }
}
.listing-page .sidebar .close-default:before, .listing-page .sidebar .close-default:after {
  background: #fff;
}
.listing-page .sidebar__block {
  border: 1px solid #f2f2f2;
  border-top: 2px solid #D03639;
  padding: 24px;
  margin-bottom: 16px;
  background: #FBFBFC;
  position: relative;
}
.listing-page .sidebar__block .info-icon {
  position: absolute;
  right: 16px;
  top: 28px;
}
.listing-page .sidebar__block .info-icon svg {
  width: 16px;
  height: 16px;
  fill: #3C3C3C;
}
.listing-page .sidebar__block-image {
  text-align: center;
}
.listing-page .sidebar__block-image img {
  max-width: 200px;
  max-height: 200px;
}
.listing-page .sidebar__block .popup_det {
  position: absolute;
  right: 0%;
  background: #fff;
  padding: 16px;
  z-index: 1;
  width: 100%;
  top: 50px;
  box-shadow: 0px 0px 4px -1px #000;
}
.listing-page .sidebar__block .popup_det b {
  display: block;
  margin: 4px 0;
}
.listing-page .sidebar__block-heading--dropdown {
  position: relative;
  padding-right: 16px;
  cursor: pointer;
}
.listing-page .sidebar__block-heading--dropdown:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #3C3C3C;
}
.listing-page .sidebar .sidebar-brand__item {
  margin-top: 2px;
  border: 1px solid #f2f2f2;
  padding: 2px 16px;
  cursor: pointer;
  background: #fff;
}
.listing-page .sidebar .sidebar-brand__item label {
  cursor: pointer;
}
.listing-page .sidebar .sidebar-brand__item input {
  position: absolute;
  opacity: 0;
}
.listing-page .sidebar .sidebar-brand__item-image {
  height: 70px;
  width: 90px;
  display: flex;
  align-items: center;
}
.listing-page .sidebar .sidebar-brand__item-image img {
  max-height: 70px;
  max-width: 90px;
  display: block;
}
.listing-page .sidebar .sidebar-brand__item-text {
  font-weight: 700;
}
.listing-page .sidebar .sidebar-brand__item:hover, .listing-page .sidebar .sidebar-brand__item.active, .listing-page .sidebar .sidebar-brand__item.sb_checkbox_brand_checked {
  border: 1px solid #1D365F;
}
.listing-page .sidebar .sidebar-brand__button {
  font-weight: 700;
  color: #1D365F;
  text-align: right;
  display: block;
}
.listing-page .sidebar .sidebar-brand__button span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.listing-page .sidebar .sidebar-brand__button span:after {
  content: "";
  display: block;
  border: 1px solid #D8D8D8;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin-left: 8px;
}
.listing-page .sidebar .sidebar-brand__button span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -6px;
  right: 4px;
  position: absolute;
}
.listing-page .sidebar .sidebar-brand__reset {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #3776B1;
  position: relative;
  padding-left: 24px;
}
.listing-page .sidebar .sidebar-brand__reset input {
  position: absolute;
  opacity: 0;
}
.listing-page .sidebar .sidebar-brand__reset span {
  cursor: pointer;
}
.listing-page .sidebar .sidebar-brand__reset span:before, .listing-page .sidebar .sidebar-brand__reset span:after {
  position: absolute;
  left: 7px;
  content: " ";
  height: 16px;
  width: 1px;
  background-color: #3776B1;
  top: -2px;
}
.listing-page .sidebar .sidebar-brand__reset span:before {
  transform: rotate(45deg);
}
.listing-page .sidebar .sidebar-brand__reset span:after {
  transform: rotate(-45deg);
}
.listing-page .sidebar .sidebar-links {
  line-height: 28px;
}
@media all and (max-width: 991px) {
  .listing-page .sidebar {
    display: none;
  }
}
.listing-page .sidebar .treeview li {
  padding: 4px 16px;
  position: relative;
  cursor: pointer;
}
.listing-page .sidebar .treeview li li ul {
  margin: 4px 0;
}
.listing-page .sidebar .treeview li li li:before {
  display: none;
}
.listing-page .sidebar .treeview li:before {
  content: "+";
  position: absolute;
  left: 0;
  top: 3px;
}
.listing-page .sidebar .treeview li.collapsable:before {
  content: "-";
}
.listing-page .sidebar .expand_oen {
  position: absolute;
  right: 16px;
  top: 26px;
  cursor: pointer;
}
.listing-page .listing-list-item {
  border: 1px solid #f2f2f2;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item {
    border: 0;
    padding: 16px 0 24px;
    border-bottom: 1px solid #f2f2f2;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
}
.listing-page .listing-list-item__wrap {
  display: flex;
  width: 100%;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__wrap {
    flex-wrap: wrap;
  }
}
.listing-page .listing-list-item__image {
  width: 23%;
}
@media all and (max-width: 991px) {
  .listing-page .listing-list-item__image {
    width: 27%;
  }
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__image {
    width: 40%;
    flex-shrink: 0;
  }
}
@media all and (max-width: 575px) {
  .listing-page .listing-list-item__image {
    width: 100%;
  }
}
.listing-page .listing-list-item__image-main {
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
}
.listing-page .listing-list-item__image-main img {
  max-width: 100%;
  max-height: 170px;
}
.listing-page .listing-list-item__image-thumbs {
  position: relative;
  margin-top: 16px;
  overflow: hidden;
}
.listing-page .listing-list-item__image-thumbs ul {
  display: flex;
  max-width: 180px;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  .listing-page .listing-list-item__image-thumbs ul {
    justify-content: center;
    max-width: 130px;
  }
}
@media all and (max-width: 991px) {
  .listing-page .listing-list-item__image-thumbs ul {
    justify-content: flex-start;
    max-width: 170px;
  }
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__image-thumbs ul {
    overflow: auto;
    max-width: initial;
  }
}
.listing-page .listing-list-item__image-thumbs ul a {
  width: 72px;
  height: 72px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  margin: 0 8px;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
  .listing-page .listing-list-item__image-thumbs ul a {
    width: 60px;
    height: 60px;
    margin: 0 4px;
  }
}
.listing-page .listing-list-item__image-thumbs ul a img {
  max-width: 100%;
  max-height: 100%;
}
.listing-page .listing-list-item__image-thumbs .slick-arrow {
  top: 35%;
}
.listing-page .listing-list-item__image-thumbs .slick-arrow.prev {
  left: 0;
}
.listing-page .listing-list-item__image-thumbs .slick-arrow.next {
  right: 0;
}
.listing-page .listing-list-item__image-photo {
  display: none;
  margin-top: 24px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__image-photo {
    display: flex;
  }
}
.listing-page .listing-list-item__image-photo .icon {
  width: 20px;
  height: 16px;
  fill: #3C3C3C;
  margin-right: 8px;
}
.listing-page .listing-list-item__image-special-block {
  margin-top: 24px;
  margin-left: 30px;
}
.listing-page .listing-list-item__image-special-block img {
  width: 72px;
}
.listing-page .listing-list-item__image-attention span {
  background: #1D365F;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.listing-page .listing-list-item__image-attention span:before {
  content: "";
  background: url(../img/icons/info-icon-product.svg) no-repeat left;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -1px;
  position: relative;
  margin-right: 8px;
}
.listing-page .listing-list-item__info {
  flex: 1;
  padding-left: 16px;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info {
    padding-left: 8px;
  }
}
@media all and (max-width: 575px) {
  .listing-page .listing-list-item__info {
    padding-left: 0;
  }
}
@media all and (max-width: 575px) {
  .listing-page .listing-list-item__info-brand {
    margin-top: 8px;
  }
}
.listing-page .listing-list-item__info-brand img {
  max-height: 30px;
}
.listing-page .listing-list-item__info-heading {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #3C3C3C;
  display: block;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-heading {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-art {
    font-size: 12px;
  }
}
.listing-page .listing-list-item__info-params {
  margin-top: 24px;
  position: relative;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-params {
    position: relative;
    width: 174%;
    left: -73%;
    display: none;
  }
}
@media all and (max-width: 575px) {
  .listing-page .listing-list-item__info-params {
    width: 100%;
    left: 0;
  }
}
.listing-page .listing-list-item__info-params ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.listing-page .listing-list-item__info-params ul li {
  padding: 8px 16px;
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
}
.listing-page .listing-list-item__info-params ul li:nth-of-type(2n) {
  background: #fff;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-params ul li {
    padding: 8px;
  }
}
.listing-page .listing-list-item__info-params ul li .r-param {
  padding-left: 4px;
  text-align: right;
  word-break: break-word;
}
.listing-page .listing-list-item__info-params ul li.desc_group {
  border-bottom: 5px solid #fff;
}
.listing-page .listing-list-item__info-params ul li.desc_group li {
  padding: 0;
  background: #F8F8F8;
  line-height: 16px;
}
.listing-page .listing-list-item__info-params.opened-block {
  display: block;
}
.listing-page .listing-list-item__info-link {
  font-weight: 700;
  display: block;
  margin-top: 24px;
  color: #3776B1;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-link {
    text-align: left;
    margin-top: 16px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px;
  }
}
.listing-page .listing-list-item__info-show-params {
  display: none;
  font-size: 12px;
  color: #3776B1;
  margin-top: 16px;
  position: relative;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__info-show-params {
    display: flex;
    align-items: center;
  }
}
.listing-page .listing-list-item__info-show-params:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #3776B1;
  border-bottom: 1px solid #3776B1;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -4px;
  margin-left: 8px;
  right: 0;
}
.listing-page .listing-list-item__info-show-params.show-block:after {
  transform: rotate(-135deg);
  margin-top: 4px;
}
.listing-page .listing-list-item__info-mback {
  border: 1px solid #f2f2f2;
  padding: 16px 24px;
  line-height: 20px;
  display: flex;
  align-items: center;
  max-width: 344px;
  margin-top: 24px;
}
.listing-page .listing-list-item__info-mback:before {
  content: "";
  background: url(../img/icons/return-icon.svg);
  width: 32px;
  height: 32px;
  margin-right: 8px;
  flex-shrink: 0;
}
.listing-page .listing-list-item__price {
  padding-left: 24px;
  width: 27%;
}
@media all and (max-width: 1199px) {
  .listing-page .listing-list-item__price {
    width: 33%;
  }
}
@media all and (max-width: 991px) {
  .listing-page .listing-list-item__price {
    width: 28%;
  }
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price {
    margin-top: 24px;
    width: 100%;
    padding-left: 0;
  }
}
.listing-page .listing-list-item__price-oil {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.listing-page .listing-list-item__price-oil-item {
  width: 50%;
  position: relative;
  font-weight: 500;
  margin-bottom: 8px;
}
.listing-page .listing-list-item__price-oil-item span {
  background: url("../img/icons/oil-listing-icon.svg") no-repeat;
  width: 14px;
  height: 22px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.listing-page .listing-list-item__price-now {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #D03639;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price-now {
    font-size: 26px;
  }
}
.listing-page .listing-list-item__price-now .stick {
  background: #E06262;
  width: 67px;
  height: 34px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
}
.listing-page .listing-list-item__price-now .old-price {
  width: 100%;
  font-size: 12px;
  color: #A2A9B8;
  text-decoration: line-through;
}
.listing-page .listing-list-item__price-now .one-litter-price, .listing-page .listing-list-item__price-now .price-per-liter {
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  color: #3C3C3C;
  font-weight: normal;
}
.listing-page .listing-list-item__price-now .one-litter-price span, .listing-page .listing-list-item__price-now .price-per-liter span {
  color: #dc3545;
}
.listing-page .listing-list-item__price-discount {
  font-weight: 700;
  font-size: 14px;
  color: #3C3C3C;
  display: block;
}
.listing-page .listing-list-item__price-inkl {
  line-height: 16px;
  font-size: 12px;
}
.listing-page .listing-list-item__price-inkl .link {
  color: #3776B1;
}
.listing-page .listing-list-item__price-free-delivery {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.listing-page .listing-list-item__price-free-delivery p {
  font-size: 12px;
}
.listing-page .listing-list-item__price-free-delivery:before {
  content: "";
  background: url("../img/icons/free-delivery-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 8px;
}
.listing-page .listing-list-item__price-stock {
  font-weight: 700;
  color: #3aac51;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price-stock {
    justify-content: center;
  }
}
.listing-page .listing-list-item__price-stock:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #3aac51;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-top: -3px;
}
.listing-page .listing-list-item__price-stock.red {
  color: #E06262;
}
.listing-page .listing-list-item__price-stock.red:before {
  background: url("../img/icons/not-icon.svg") no-repeat;
  border: 0;
  transform: none;
  width: 14px;
  height: 14px;
  background-size: 14px;
  flex-shrink: 0;
}
.listing-page .listing-list-item__price-count {
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price-count {
    max-width: 250px;
    margin: 0 auto;
  }
}
.listing-page .listing-list-item__price-count a {
  background: #F8F8F8;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 30px;
  color: #3C3C3C;
  flex-shrink: 0;
  width: 30%;
}
.listing-page .listing-list-item__price-count a:hover {
  text-decoration: none;
}
.listing-page .listing-list-item__price-count input {
  font-size: 18px;
  height: 52px;
  border: 0;
  width: 100%;
  flex: 1;
  text-align: center;
}
.listing-page .listing-list-item__price-buttons {
  position: relative;
}
.listing-page .listing-list-item__price-buttons.show-tooltip .listing-list-button-tooltip {
  display: flex;
}
.listing-page .listing-list-item__price-button {
  width: 100%;
}
.listing-page .listing-list-item__price-button.alternative {
  background: #1D365F;
}
.listing-page .listing-list-item__price .basket_btn {
  position: relative;
}
.listing-page .listing-list-item__price .basket_btn.not_active .btn, .listing-page .listing-list-item__price .basket_btn.not_active .popup .buttons .close, .popup .buttons .listing-page .listing-list-item__price .basket_btn.not_active .close, .listing-page .listing-list-item__price .basket_btn.not_active .paylink_content .pay_button, .paylink_content .listing-page .listing-list-item__price .basket_btn.not_active .pay_button {
  background: #d8d8d8;
}
.listing-page .listing-list-item__price .qty_button_popover_not_active {
  background: #3C3C3C;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 16px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 90%;
  width: 100%;
  display: none;
}
.listing-page .listing-list-item__price-kit-notify {
  margin-top: 8px;
  text-align: center;
}
.listing-page .listing-list-item__price .disclaimer-text__tooltip {
  min-width: 483px;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 1199px) {
  .listing-page .listing-list-item__price .disclaimer-text__tooltip {
    min-width: 319px;
  }
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price .disclaimer-text__tooltip {
    min-width: auto;
    max-width: 100%;
    right: calc(100% + 10px);
    top: calc(100% + 10px);
    transform: translateY(0%);
  }
}
.listing-page .listing-list-item__price .disclaimer-text__tooltip:before {
  height: 100%;
  width: 20px;
  left: inherit;
  right: -20px;
  top: 0;
}
@media all and (max-width: 767px) {
  .listing-page .listing-list-item__price .disclaimer-text__tooltip:before {
    height: 8px;
    width: 100%;
    top: -8px;
    right: inherit;
    left: 0;
  }
}
.listing-page .listing-list-item .listing-list-button-tooltip {
  position: absolute;
  width: 100%;
  background: #3aac51;
  align-items: center;
  padding: 8px 8px 8px 32px;
  bottom: 100%;
  display: none;
}
.listing-page .listing-list-item .listing-list-button-tooltip p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.listing-page .listing-list-item .listing-list-button-tooltip:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-right: 16px;
  margin-top: -8px;
  flex-shrink: 0;
  position: absolute;
  left: 16px;
  top: 50%;
}
.listing-page .listing-list-item .listing-list-button-tooltip:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #3aac51;
  border-width: 6px;
  margin-left: -6px;
}
.listing-page .listing-list-item .tooltip-set {
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  align-items: center;
  padding: 8px;
  bottom: 112%;
  display: none;
}
.listing-page .listing-list-item .tooltip-set:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f2f2f2;
  border-width: 6px;
  margin-left: -6px;
}
.listing-page .listing-filter-item {
  border: 1px solid #f2f2f2;
  padding: 16px 16px 16px 104px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 16px;
  max-height: 76px;
  z-index: 1;
}
.listing-page .listing-filter-item input[type=radio] {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}
.listing-page .listing-filter-item__icon {
  margin-right: 32px;
}
.listing-page .listing-filter-item__text {
  line-height: 20px;
  cursor: pointer;
}
.listing-page .listing-filter-item__text span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  display: block;
}
.listing-page .listing-filter-item:hover, .listing-page .listing-filter-item.windshield-filter__item-active {
  border: 1px solid #1D365F;
}
.listing-page .listing-filter-item.back-side {
  background: url(/prf/img/listing/installation-side/backside.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.front-side {
  background: url(/prf/img/listing/installation-side/front-side.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.left-side {
  background: url(/prf/img/listing/installation-side/left-side.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.right-side {
  background: url(/prf/img/listing/installation-side/right-side.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.front-left-side {
  background: url(/prf/img/listing/installation-side/front-axle-left.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.front-right-side {
  background: url(/prf/img/listing/installation-side/front-axle-right.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.back-left-side {
  background: url(/prf/img/listing/installation-side/rear-axle-left.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.back-right-side {
  background: url(/prf/img/listing/installation-side/rear-axle-right.svg) no-repeat 16px;
}
.listing-page .listing-filter-item.all-side {
  background: url(/prf/img/listing/installation-side/all-side.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--lights-front .listing-filter-item.two-side {
  background: url(/prf/img/listing/installation-side/headlight-full-lefthand.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--lights-front .listing-filter-item.left-side {
  background: url(/prf/img/listing/installation-side/headlight-leftside-lefthand.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--lights-front .listing-filter-item.right-side {
  background: url(/prf/img/listing/installation-side/headlight-rightside-lefthand.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--wipers .listing-filter-item.left-side {
  background: url(/prf/img/listing/installation-side/wiper-right.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--wipers .listing-filter-item.right-side {
  background: url(/prf/img/listing/installation-side/wiper-left.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--wipers .listing-filter-item.back-side {
  background: url(/prf/img/listing/installation-side/wiper-center.svg) no-repeat 16px;
}
.listing-page .installation-side.installation-side--wipers .listing-filter-item.front-side {
  background: url(/prf/img/listing/installation-side/wiper-two.svg) no-repeat 16px;
}
.listing-page .alternative-listing-block {
  width: 100%;
  margin-top: 16px;
}
.listing-page .alternative-listing-block__title {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.listing-page .alternative-listing-block .close-default {
  right: 16px;
  top: 16px;
}
.listing-page .alternative-listing-block__slider {
  padding: 16px 0;
}
@media all and (max-width: 767px) {
  .listing-page .alternative-listing-block [data-alternative-products] {
    display: flex;
    overflow: auto;
  }
}
.listing-page .filter-button {
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: none;
}
@media all and (max-width: 991px) {
  .listing-page .filter-button {
    display: flex;
  }
}
.listing-page .filter-button .icon {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.listing-page .listing-list-button-tooltip {
  display: none;
}
.listing-page .listing-oem-link {
  color: #3776B1;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
}
@media all and (max-width: 767px) {
  .listing-page .listing-oem-link {
    margin-top: 16px;
  }
}
.listing-page .listing-oem-link__text {
  display: flex;
  align-items: center;
  line-height: 14px;
}
.listing-page .listing-oem-link svg {
  fill: #3776B1;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.listing-page .listing-oem-link__tooltip {
  display: none;
  position: absolute;
  width: 256px;
  background: #F2F2F3;
  padding: 16px 32px 16px 16px;
  right: 0;
  top: 32px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .listing-page .listing-oem-link__tooltip {
    width: 100%;
  }
}
.listing-page .listing-oem-link__tooltip-text {
  font-size: 12px;
  line-height: 16px;
}
.listing-page .listing-oem-link.show-tooltip .listing-oem-link__tooltip {
  display: block;
}
.listing-page .listing-oem-link .close-default {
  right: 10px;
  top: 16px;
}
.listing-page .listing-oem-link .close-default:before, .listing-page .listing-oem-link .close-default:after {
  background: #000;
  height: 12px;
}
.listing-page .link_span {
  color: #3776B1;
}

.listing-grid-slider {
  position: relative;
  overflow: hidden;
}
.listing-grid-slider__row {
  display: flex;
  padding: 0 8px;
}
@media all and (max-width: 767px) {
  .listing-grid-slider__row {
    padding: 0;
  }
}
.listing-grid-slider .slick-list {
  width: 100%;
}
.listing-grid-slider .slick-track {
  display: flex;
}
.listing-grid-slider .listing-grid-item-small, .listing-grid-slider .listing-grid-item {
  margin: 0 24px;
  flex-shrink: 0;
}
@media all and (max-width: 991px) {
  .listing-grid-slider .listing-grid-item-small, .listing-grid-slider .listing-grid-item {
    margin: 0 8px;
  }
}
@media all and (max-width: 767px) {
  .listing-grid-slider .listing-grid-item-small, .listing-grid-slider .listing-grid-item {
    margin: 0 24px 8px 0;
  }
}
@media all and (max-width: 767px) {
  .listing-grid-slider .listing-grid-item {
    max-width: 250px;
  }
}

.listing-grid__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.listing-grid__heading-image {
  max-width: 50px;
  max-height: 50px;
}
.listing-grid__heading img {
  max-width: 50px;
  max-height: 50px;
}

.vehicle-page .vehicle-table__icon img {
  max-height: 50px;
}
.vehicle-page .vehicle-table__info {
  font-weight: 700;
  flex: 1;
  text-align: right;
}
.vehicle-page .vehicle-table__row {
  width: 100%;
  border-collapse: collapse;
  display: table;
}
.vehicle-page .vehicle-table__row-item {
  background: #f2f2f2;
  display: table-row;
}
.vehicle-page .vehicle-table__row-item td, .vehicle-page .vehicle-table__row-item > div {
  font-weight: 700;
  display: table-cell;
  padding: 8px 16px;
}
@media all and (max-width: 767px) {
  .vehicle-page .vehicle-table__row-item td, .vehicle-page .vehicle-table__row-item > div {
    font-size: 12px;
    padding: 8px;
  }
}
.vehicle-page .vehicle-table__row-next {
  display: table-row;
}
.vehicle-page .vehicle-table__row-next > div {
  padding: 10px 16px;
  display: table-cell;
}
@media all and (max-width: 767px) {
  .vehicle-page .vehicle-table__row-next > div {
    padding: 8px;
    font-size: 11px;
  }
}
.vehicle-page .vehicle-table__row td {
  padding: 10px 16px;
}
@media all and (max-width: 767px) {
  .vehicle-page .vehicle-table__row td {
    padding: 8px;
    font-size: 11px;
  }
}
.vehicle-page .vehicle-table__row .fuel-icon .icon {
  width: 18px;
  height: 18px;
  fill: #A2A9B8;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.vehicle-page .vehicle-table__row-info {
  cursor: pointer;
  position: relative;
}
.vehicle-page .vehicle-table__row-info .icon {
  width: 14px;
  height: 14px;
  fill: #d8d8d8;
}
.vehicle-page .vehicle-table__row-info-tooltip {
  position: absolute;
  width: 180px;
  top: -15px;
  padding: 8px;
  right: 110%;
  display: none;
  background: #A2A9B8;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .vehicle-page .vehicle-table__row-info-tooltip {
    right: 150%;
  }
}
.vehicle-page .vehicle-table__row-info-tooltip:before {
  left: 100%;
  top: 15px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vehicle-page .vehicle-table__row-info-tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #A2A9B8;
  border-width: 7px;
  margin-top: 0;
}
.vehicle-page .vehicle-table__row-info-tooltip b {
  color: #fff;
  font-size: 10px;
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 8px;
}
.vehicle-page .vehicle-table__row-info-tooltip ul {
  background: #A2A9B8;
  padding: 8px 0;
}
.vehicle-page .vehicle-table__row-info-tooltip ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 9px;
  color: #fff;
  font-weight: 300;
}
.vehicle-page .vehicle-table__row-info-tooltip ul li:last-child {
  margin-bottom: 0;
}
.vehicle-page .vehicle-table__row-info-tooltip ul li span {
  font-size: 9px;
  color: #fff;
  font-weight: 300;
}
.vehicle-page .vehicle-table__row-info-tooltip ul li span:last-child {
  font-weight: 700;
}
.vehicle-page .vehicle-table__row-info.show-tooltip .vehicle-table__row-info-tooltip {
  display: block;
}

@media all and (max-width: 1199px) {
  .product-page .product-block__image {
    margin-bottom: 44px;
  }
}
.product-page .product-block__image-main {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-page .product-block__image-main img {
  max-height: 100%;
  max-width: 100%;
}
.product-page .product-block__image .photos360-container {
  display: none;
}
.product-page .product-block__image .photos360-container .container, .product-page .product-block__image .photos360-container .top-tabs, .product-page .product-block__image .photos360-container .index-page .main-tabs__tab, .index-page .product-page .product-block__image .photos360-container .main-tabs__tab, .product-page .product-block__image .photos360-container .index-page .main-tabs-content, .index-page .product-page .product-block__image .photos360-container .main-tabs-content {
  width: 350px !important;
}
.product-page .product-block__image .wr360_player .theme_panel {
  bottom: 12px !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.left_button {
  background: url(../img/icons/360/product-image-prev.png) no-repeat 0 0 !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.right_button {
  background: url(../img/icons/360/product-image-next.png) no-repeat 0 0 !important;
  margin-right: 2px;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.fullscreenon_button {
  background: url(../img/icons/360/product-image-resize.png) no-repeat 0 0 !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.zoomin_button {
  background: url(../img/icons/360/product-image-plus.png) no-repeat 0 0 !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.zoomout_button {
  background: url(../img/icons/360/product-image-minus.png) no-repeat 0 0 !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.play_button {
  display: none !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar a.pause_button {
  display: none !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar > a {
  width: 36px !important;
  height: 36px !important;
  margin: 0 6px 0 0 !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar {
  height: 50px !important;
}
.product-page .product-block__image .wr360_player .theme_panel .toolbar {
  width: 170px !important;
}
.product-page .product-block__image-thumbs {
  max-width: 356px;
  position: relative;
  margin: 0 auto;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
  .product-page .product-block__image-thumbs {
    max-width: 308px;
  }
}
.product-page .product-block__image-thumbs ul {
  display: flex;
}
@media all and (max-width: 1199px) {
  .product-page .product-block__image-thumbs ul {
    justify-content: center;
  }
}
.product-page .product-block__image-thumbs ul a {
  width: 72px;
  height: 72px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  margin: 0 8px;
}
@media all and (min-width: 991px) and (max-width: 1199px) {
  .product-page .product-block__image-thumbs ul a {
    width: 60px;
    height: 60px;
    margin: 0 4px;
  }
}
.product-page .product-block__image-thumbs ul a img {
  max-width: 100%;
  max-height: 100%;
}
.product-page .product-block__image-thumbs .slick-arrow {
  top: 35%;
}
.product-page .product-block__image-thumbs .slick-arrow.prev {
  left: -24px;
}
.product-page .product-block__image-thumbs .slick-arrow.next {
  right: -24px;
}
.product-page .product-block__info {
  padding-left: 15%;
}
@media all and (max-width: 1199px) {
  .product-page .product-block__info {
    padding-left: 0;
  }
}
.product-page .product-block__info-brand {
  max-width: 138px;
}
.product-page .product-block__info-brand img {
  max-height: 40px;
  max-width: 100%;
}
.product-page .product-block__info-change-car {
  background: #F8F8F8;
  border-bottom: 1px solid #f2f2f2;
  height: 56px;
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.product-page .product-block__info-change-car span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #3776B1;
  padding-right: 16px;
}
.product-page .product-block__info-change-car span:before {
  content: "";
  background: url("../img/icons/question-icon.svg") no-repeat;
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
.product-page .product-block__info-change-car span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #3776B1;
}
.product-page .product-block__info-text-details {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}
.product-page .product-block__info-text-details li {
  font-size: 16px;
  margin-top: 8px;
}
.product-page .product-block__info-links {
  margin-top: 16px;
}
.product-page .product-block__info-compatible {
  border: 1px solid #3AAC51;
  background: rgba(58, 172, 81, 0.1);
  padding: 8px 16px;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-top: 16px;
}
.product-page .product-block__info-compatible:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: solid #3aac51;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-right: 16px;
  margin-top: -3px;
  flex-shrink: 0;
}
.product-page .product-block__info-compatible a {
  display: inline-block;
}
.product-page .product-block__info-compatible--no {
  border: 1px solid #D03639;
  background: rgba(208, 54, 57, 0.1);
}
.product-page .product-block__info-compatible--no:before {
  border: 0;
  width: 20px;
  height: 20px;
  transform: none;
  background: url("../img/icons/not-icon.svg");
}
.product-page .product-block__info-warranty .icon {
  padding: 4px 0;
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.product-page .product-block__info-warranty .icon:before {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  margin-right: 8px;
}
.product-page .product-block__info-warranty .icon--thumb:before {
  background: url("../img/icons/thumb-icon.svg") no-repeat;
}
.product-page .product-block__info-warranty .icon--days:before {
  background: url("../img/icons/14days-icon.svg") no-repeat;
}
.product-page .product-block__price {
  padding-left: 18%;
}
@media all and (max-width: 1199px) {
  .product-page .product-block__price {
    padding-left: 0;
  }
}
@media all and (max-width: 767px) {
  .product-page .product-block__price {
    margin-top: 32px;
  }
}
.product-page .product-block__price-oil {
  margin-bottom: 16px;
}
.product-page .product-block__price-oil-item {
  position: relative;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.product-page .product-block__price-oil-item-check {
  min-width: 35%;
}
.product-page .product-block__price-oil-item-check span {
  background: url("../img/icons/oil-listing-icon.svg") no-repeat;
  width: 14px;
  height: 22px;
  position: relative;
  top: -2px;
  margin-right: 8px;
}
.product-page .product-block__price-oil-item-price {
  padding-left: 24px;
}
.product-page .product-block__price-oil-item-price span {
  display: block;
  font-size: 12px;
  padding-top: 2px;
}
.product-page .product-block__price-oil-item-price span span {
  display: inline;
  color: #D03639;
}
.product-page .product-block__price-now {
  font-size: 44px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #D03639;
}
.product-page .product-block__price-now .stick {
  background: #E06262;
  width: 67px;
  height: 34px;
  text-align: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
}
.product-page .product-block__price .one-litter-price {
  font-size: 14px;
  width: 100%;
  margin-top: 8px;
  color: #3C3C3C;
  font-weight: normal;
}
.product-page .product-block__price .one-litter-price span {
  color: #dc3545;
}
.product-page .product-block__price-old {
  font-size: 14px;
  text-decoration: line-through;
  color: #A2A9B8;
  margin-top: 4px;
}
.product-page .product-block__price-inkl {
  line-height: 19px;
}
.product-page .product-block__price-free-delivery {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.product-page .product-block__price-free-delivery p {
  font-size: 12px;
}
.product-page .product-block__price-free-delivery:before {
  content: "";
  background: url("../img/icons/free-delivery-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  background-size: 24px;
  margin-right: 8px;
}
.product-page .product-block__price-stock {
  font-weight: 700;
  color: #3aac51;
  position: relative;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .product-page .product-block__price-stock {
    justify-content: center;
  }
}
.product-page .product-block__price-stock:before {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid #3aac51;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  margin-right: 8px;
  margin-top: -3px;
}
.product-page .product-block__price-stock--no {
  color: #A2A9B8;
}
.product-page .product-block__price-stock--no:before {
  border-color: #A2A9B8;
}
.product-page .product-block__price-count {
  border: 1px solid #d8d8d8;
  display: flex;
  align-items: center;
  position: relative;
}
@media all and (max-width: 767px) {
  .product-page .product-block__price-count {
    max-width: 250px;
    margin: 0 auto;
  }
}
.product-page .product-block__price-count a {
  background: #F8F8F8;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 30px;
  color: #3C3C3C;
  flex-shrink: 0;
  width: 80px;
}
.product-page .product-block__price-count a:hover {
  text-decoration: none;
}
.product-page .product-block__price-count input {
  font-size: 18px;
  height: 52px;
  border: 0;
  width: 100%;
  flex: 1;
  text-align: center;
}
.product-page .product-block__price .basket_btn {
  position: relative;
}
.product-page .product-block__price .basket_btn.not_active .btn, .product-page .product-block__price .basket_btn.not_active .popup .buttons .close, .popup .buttons .product-page .product-block__price .basket_btn.not_active .close, .product-page .product-block__price .basket_btn.not_active .paylink_content .pay_button, .paylink_content .product-page .product-block__price .basket_btn.not_active .pay_button {
  background: #A2A9B8;
}
.product-page .product-block__price .item-added {
  display: none;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  padding: 16px;
  color: #3aac51;
  border: 1px solid #3aac51;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: -0.1pt;
  width: 100%;
  left: 0;
  bottom: 55px;
}
.product-page .product-block__price .qty_button_popover_not_active {
  background: #999;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 16px;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 90%;
  width: 100%;
  display: none;
}
.product-page .product-block__price-button {
  width: 100%;
}
.product-page .product-block__price-kit-notify {
  margin-top: 8px;
  text-align: center;
}
.product-page .product-block__price .tooltip-set {
  position: absolute;
  width: 100%;
  background: #f2f2f2;
  align-items: center;
  padding: 8px;
  bottom: 112%;
  display: none;
}
.product-page .product-block__price .tooltip-set:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f2f2f2;
  border-width: 6px;
  margin-left: -6px;
}
.product-page .product-block__price .show-alternatives-button .btn, .product-page .product-block__price .show-alternatives-button .popup .buttons .close, .popup .buttons .product-page .product-block__price .show-alternatives-button .close, .product-page .product-block__price .show-alternatives-button .paylink_content .pay_button, .paylink_content .product-page .product-block__price .show-alternatives-button .pay_button {
  background: #1D365F;
  width: 100%;
}
.product-page .product-block__price .alternative-button-text {
  text-align: center;
  color: #A2A9B8;
  padding-top: 4px;
}
.product-page .product-block__attention span {
  background: #1D365F;
  color: #fff;
  display: inline-flex;
  padding: 8px 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-page .product-block__attention span:before {
  content: "";
  background: url(../img/icons/info-icon-product.svg) no-repeat left;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: -1px;
  position: relative;
  margin-right: 8px;
}
.product-page .product-block__mback {
  border: 1px solid #f2f2f2;
  padding: 16px 24px;
  line-height: 20px;
  display: flex;
  align-items: center;
  max-width: 340px;
  margin-top: 24px;
  margin-left: 48px;
}
@media all and (max-width: 767px) {
  .product-page .product-block__mback {
    margin: 40px 0 0 0;
  }
}
.product-page .product-block__mback:before {
  content: "";
  background: url(../img/icons/return-icon.svg);
  width: 32px;
  height: 32px;
  margin-right: 8px;
  flex-shrink: 0;
}
.product-page .product-tabs__tab {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .product-tabs__tab li {
  margin-right: 56px;
}
@media all and (max-width: 991px) {
  .product-page .product-tabs__tab li {
    margin-right: 40px;
    white-space: nowrap;
  }
}
.product-page .product-tabs__tab-link {
  font-size: 16px;
  padding: 16px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.product-page .product-tabs__tab-link a {
  color: #3C3C3C;
}
.product-page .product-tabs__tab-link:hover {
  color: #1D365F;
}
.product-page .product-tabs__tab-link:hover a {
  color: #1D365F;
}
.product-page .product-tabs__tab-link.active {
  font-weight: 700;
  color: #1D365F;
}
.product-page .product-tabs__tab-link.active a {
  color: #1D365F;
}
.product-page .product-tabs__tab-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #1D365F;
}
.product-page .product-tabs-content {
  margin-top: 40px;
}
.product-page .product-tabs-content.hide-tab {
  display: none;
}
.product-page .product-tabs-content .versand-image {
  text-align: right;
}
@media all and (max-width: 767px) {
  .product-page .product-tabs-content .versand-image {
    text-align: center;
    margin-top: 24px;
  }
}
.product-page .product-tabs-content .versand-image img {
  max-width: 100%;
}
.product-page .product-tab-description ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .product-tab-description ul li {
  padding: 8px 16px;
  width: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: space-between;
}
.product-page .product-tab-description ul li:nth-of-type(2n) {
  background: #fff;
}
.product-page .product-tab-description ul li .l-param {
  font-weight: 700;
}
.product-page .product-tab-description ul li.desc_group {
  padding: 8px 0 0;
}
.product-page .product-tab-description ul ul {
  width: 100%;
}
.product-page .product-car-match {
  max-width: 512px;
}
.product-page .product-car-match ul li a {
  font-size: 16px;
  padding: 8px 0;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .product-car-match ul li a:before {
  content: "";
  display: block;
  background: url("../img/icons/plus-icon.svg") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.product-page .product-car-match ul li a.current:before {
  background: url("../img/icons/minus-icon.svg") no-repeat;
}
.product-page .product-car-match ul li span {
  line-height: 24px;
}
.product-page .product-car-match ul li ul {
  display: none;
  border-bottom: 1px solid #f2f2f2;
  margin-left: 8px;
}
.product-page .product-car-match ul li ul a {
  border: 0;
  font-size: 14px;
}
.product-page .product-car-match ul li ul ul {
  border: 0;
  display: block;
  padding-left: 16px;
}
.product-page .product-tab-parts {
  max-width: 512px;
}
.product-page .product-tab-parts__heading {
  margin-bottom: 16px;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}
.product-page .product-tab-parts ul li {
  line-height: 24px;
}
.product-page .product-tab-review {
  max-width: 512px;
}
.product-page .product-tab-review__heading {
  margin-bottom: 16px;
}
.product-page .product-tab-review__list li {
  border-top: 1px solid #f2f2f2;
  padding-top: 8px;
  margin-top: 8px;
}
.product-page .product-tab-review__list li li {
  padding-left: 24px;
}
.product-page .product-tab-review__list-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.product-page .product-tab-review__list-name--color {
  color: #3776B1;
}
.product-page .product-tab-review__list-text {
  margin-bottom: 8px;
  font-size: 12px;
}
.product-page .product-tab-review__list-date {
  font-size: 12px;
  color: #D8D8D8;
}
.product-page .product-tab-review__button {
  display: block;
  margin-top: 24px;
  font-weight: 700;
}
.product-page .product-tab-leave-review {
  padding: 32px 24px;
}
@media all and (max-width: 991px) {
  .product-page .product-tab-leave-review {
    margin-top: 24px;
    padding: 24px 16px;
  }
}
.product-page .product-tab-leave-review__rating {
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.product-page .product-tab-leave-review__rating-stars {
  width: 142px;
  background: url("../img/icons/star-empty.svg");
  height: 28px;
  position: relative;
  background-size: 28px;
  margin-right: 8px;
}
.product-page .product-tab-leave-review__rating-stars span {
  position: absolute;
  background: url("../img/icons/star-full.svg");
  height: 28px;
}
.product-page .product-tab-leave-review__rating-result span {
  font-size: 32px;
  font-weight: 700;
}
.product-page .product-tab-leave-review__rating-result span.result_max {
  font-size: 28px;
  font-weight: normal;
}
.product-page .product-tab-leave-review__check #isNewsSubscribe_faq {
  margin-right: 8px;
}
.product-page .product-tab-leave-review__check #privacy_policy_2 {
  display: block;
  padding-top: 4px;
}
.product-page .product-tab-leave-review__check .subscription-link-popup-wrap {
  left: 24px;
  top: 15px;
}
@media all and (max-width: 767px) {
  .product-page .product-tab-leave-review .form-input {
    margin-top: 8px;
  }
}
.product-page .product-tab-leave-review .form-textarea {
  margin-top: 16px;
  height: 90px;
  resize: none;
}
.product-page .product-tab-leave-review__button {
  margin-top: 16px;
  text-transform: uppercase;
}
.product-page .product-tab-leave-review .error {
  color: #D03639;
  margin-top: 4px;
}
.product-page .safety-regulation {
  padding: 20px 0;
  border-bottom: 1px solid #F2F2F2;
}
.product-page .safety-regulation__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product-page .safety-regulation__link {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-decoration: underline;
  cursor: pointer;
}
.product-page .safety-regulation__link:hover {
  text-decoration: none;
}
.product-page .product-text img {
  max-width: 100%;
}
.product-page .product-text p, .product-page .product-text li {
  margin: 8px 0;
}
.product-page .alternative-listing-block {
  width: 100%;
  margin: -16px 0 40px 0;
}
.product-page .alternative-listing-block__title {
  padding: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 26px;
}
.product-page .alternative-listing-block [data-alternative-products] {
  display: flex;
}
@media all and (max-width: 767px) {
  .product-page .alternative-listing-block [data-alternative-products] {
    overflow: auto;
    display: flex;
  }
}
.product-page .disclaimer-text + .product-block__price-stock {
  margin-top: 16px !important;
}

.accessories-page {
  background: url(../img/accessories/accessories-bg.png) no-repeat;
  background-position: 700px -8%;
}
@media all and (max-width: 991px) {
  .accessories-page {
    background-position: 450px -3%;
  }
}
@media all and (max-width: 767px) {
  .accessories-page {
    background-position: center 200px;
    background-size: 320px;
  }
}
.accessories-page .breadcrumbs {
  max-width: 440px;
}
.accessories-page__heading {
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  color: #1D365F;
  margin-bottom: 88px;
}
@media all and (max-width: 767px) {
  .accessories-page__heading {
    font-size: 44px;
    margin-bottom: 214px;
  }
}
.accessories-page__heading span {
  display: block;
  color: #D03639;
}

.profile-page .profile-address {
  position: relative;
}
.profile-page .profile-address:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #D03639;
  border-radius: 5px;
}
.profile-page .profile-address__block {
  padding: 32px 130px;
}
@media all and (max-width: 1199px) {
  .profile-page .profile-address__block {
    padding: 32px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .profile-address__block {
    padding: 24px 16px;
  }
}
@media all and (max-width: 575px) {
  .profile-page .profile-address__block {
    padding: 16px 8px;
  }
}
.profile-page .profile-address__anrede {
  margin-bottom: 16px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__anrede {
    margin-bottom: 0;
  }
}
.profile-page .profile-address__anrede-text {
  font-size: 12px;
}
@media all and (max-width: 575px) {
  .profile-page .profile-address__anrede-text {
    font-size: 11px;
  }
}
.profile-page .profile-address__anrede-check {
  margin-right: 16px;
}
@media all and (max-width: 575px) {
  .profile-page .profile-address__anrede-check {
    flex: 1;
    margin-right: 8px;
  }
}
.profile-page .profile-address__anrede label {
  font-size: 12px;
}
@media all and (max-width: 575px) {
  .profile-page .profile-address__anrede label {
    font-size: 11px;
  }
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__anrede label.notify-match {
    width: 100%;
    margin-top: 8px;
  }
}
@media all and (max-width: 575px) {
  .profile-page .profile-address__anrede .form-radio + .form-radio-label:before,
  .profile-page .profile-address__anrede .form-radio + .form-radio-label:after {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.profile-page .profile-address__row {
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__row {
    margin-bottom: 0;
  }
}
.profile-page .profile-address__row:last-child {
  margin-bottom: 0;
}
.profile-page .profile-address__row p {
  font-size: 12px;
  color: #A2A9B8;
  margin-top: 8px;
}
.profile-page .profile-address__row label {
  font-size: 12px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  width: 100%;
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__row label + input {
    margin-bottom: 16px !important;
    margin-top: 8px !important;
  }
}
.profile-page .profile-address__row select {
  background: #f2f2f2;
}
.profile-page .profile-address__row .btn, .profile-page .profile-address__row .popup .buttons .close, .popup .buttons .profile-page .profile-address__row .close, .profile-page .profile-address__row .paylink_content .pay_button, .paylink_content .profile-page .profile-address__row .pay_button {
  min-width: 220px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__row--tel label {
    margin-top: 16px;
  }
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__row--tel .form-select {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  .profile-page .profile-address__row--tel .form-input {
    margin-top: 0 !important;
    margin-bottom: 16px;
  }
}
@media all and (max-width: 767px) {
  .profile-page .profile-address .form-input {
    margin-top: 16px;
  }
}
.profile-page .profile-password {
  position: relative;
}
.profile-page .profile-password:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #D03639;
  border-radius: 5px;
}
.profile-page .profile-password__block {
  padding: 32px 130px 72px;
}
@media all and (max-width: 1199px) {
  .profile-page .profile-password__block {
    padding: 32px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .profile-password__block {
    padding: 24px 16px;
  }
}
.profile-page .profile-password__row p {
  margin-top: 16px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-password__row p {
    margin-top: 0;
  }
}
.profile-page .profile-password__row .btn, .profile-page .profile-password__row .popup .buttons .close, .popup .buttons .profile-page .profile-password__row .close, .profile-page .profile-password__row .paylink_content .pay_button, .paylink_content .profile-page .profile-password__row .pay_button {
  min-width: 220px;
  margin-top: 40px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-password__row .btn, .profile-page .profile-password__row .popup .buttons .close, .popup .buttons .profile-page .profile-password__row .close, .profile-page .profile-password__row .paylink_content .pay_button, .paylink_content .profile-page .profile-password__row .pay_button {
    margin-top: 16px;
  }
}
@media all and (max-width: 767px) {
  .profile-page .profile-password__row .form-input {
    margin-bottom: 16px;
  }
}
.profile-page .profile-orders {
  position: relative;
}
.profile-page .profile-orders:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #D03639;
  border-radius: 5px;
}
.profile-page .profile-orders__block {
  padding: 32px 130px;
}
@media all and (max-width: 1199px) {
  .profile-page .profile-orders__block {
    padding: 32px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .profile-orders__block {
    padding: 24px 16px;
  }
}
.profile-page .profile-orders__text {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.profile-page .profile-bank {
  position: relative;
}
.profile-page .profile-bank:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #D03639;
  border-radius: 5px;
}
.profile-page .profile-bank__block {
  padding: 32px 25% 72px;
}
@media all and (max-width: 1199px) {
  .profile-page .profile-bank__block {
    padding: 32px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .profile-bank__block {
    padding: 24px 16px;
  }
}
.profile-page .profile-bank__row .btn, .profile-page .profile-bank__row .popup .buttons .close, .popup .buttons .profile-page .profile-bank__row .close, .profile-page .profile-bank__row .paylink_content .pay_button, .paylink_content .profile-page .profile-bank__row .pay_button {
  min-width: 220px;
}
.profile-page .profile-bank__row .form-input {
  margin-bottom: 32px;
}
@media all and (max-width: 767px) {
  .profile-page .profile-bank__row .form-input {
    margin-bottom: 16px;
  }
}
.profile-page .profile-balance {
  position: relative;
}
.profile-page .profile-balance:after {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #D03639;
  border-radius: 5px;
}
.profile-page .profile-balance__block {
  padding: 32px 130px;
}
@media all and (max-width: 1199px) {
  .profile-page .profile-balance__block {
    padding: 32px;
  }
}
@media all and (max-width: 991px) {
  .profile-page .profile-balance__block {
    padding: 24px 16px;
  }
}
.profile-page .profile-balance__text {
  min-height: 180px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.profile-page .profile-balance__text-heading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 8px;
  width: 100%;
}
.profile-page .profile-balance__text-heading span {
  color: #D03639;
  padding-left: 8px;
}
.profile-page .profile-block-content.hide-tab {
  display: none;
}
.profile-page .profile-number {
  color: #E06262;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media all and (max-width: 575px) {
  .profile-page .profile-number {
    width: 100%;
    margin-top: 16px;
  }
}
.profile-page .profile-number .icon {
  width: 22px;
  height: 22px;
  fill: #E06262;
  margin-right: 8px;
}

.static-page.shop-reviews-page {
  margin-top: 32px;
  margin-bottom: 40px;
}
.static-page.shop-reviews-page .top-text {
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .top-text {
    flex-wrap: wrap;
  }
}
.static-page.shop-reviews-page .top-text__why {
  font-size: 74px;
  line-height: 74px;
  color: #1D365F;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 24px;
}
.static-page.shop-reviews-page .top-text__why span {
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 29px;
}
.static-page.shop-reviews-page .top-text__number {
  display: flex;
  align-items: flex-end;
  font-size: 120px;
  line-height: 74px;
  font-weight: 700;
  color: #E06262;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .top-text__number {
    flex: 1;
  }
}
@media all and (max-width: 767px) {
  .static-page.shop-reviews-page .top-text__number {
    flex-wrap: wrap;
    margin-top: 24px;
    flex: auto;
  }
}
.static-page.shop-reviews-page .top-text__number p {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 29px;
  color: #E06262;
  font-weight: normal;
  margin-left: 32px;
}
@media all and (max-width: 767px) {
  .static-page.shop-reviews-page .top-text__number p {
    width: 100%;
    margin-left: 0;
    margin-top: 16px;
  }
}
.static-page.shop-reviews-page .top-text__number p span {
  font-weight: 700;
  display: block;
}
.static-page.shop-reviews-page .top-text__button {
  margin-left: auto;
  width: 33%;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .top-text__button {
    width: 100%;
    margin: 32px auto 0;
  }
}
.static-page.shop-reviews-page .rating-block {
  position: relative;
  background: url("../img/static/shop-reviews-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 100% center;
  height: 540px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .rating-block {
    background-position: 31%;
  }
}
@media all and (max-width: 767px) {
  .static-page.shop-reviews-page .rating-block {
    background-position: 100%;
    background-size: auto;
    height: 400px;
  }
}
.static-page.shop-reviews-page .rating-block-inner {
  margin-left: auto;
  max-width: 33%;
  margin-right: 5%;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .rating-block-inner {
    margin-right: 3%;
    max-width: 43%;
  }
}
@media all and (max-width: 767px) {
  .static-page.shop-reviews-page .rating-block-inner {
    max-width: 100%;
    margin-left: 0;
  }
}
.static-page.shop-reviews-page .rating-block__heading {
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-weight: 700;
}
.static-page.shop-reviews-page .rating-block__rate {
  margin-top: 8px;
}
.static-page.shop-reviews-page .rating-block__rate .stars {
  background: url("../img/icons/stars-full-width.svg") no-repeat;
  width: 159px;
  height: 28px;
}
.static-page.shop-reviews-page .rating-block__rate .numbers {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.static-page.shop-reviews-page .rating-block__rate .numbers span {
  font-size: 28px;
  font-weight: 400;
}
.static-page.shop-reviews-page .rating-block__subtext {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 32px;
}
.static-page.shop-reviews-page .rating-block__progress {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.static-page.shop-reviews-page .rating-block__progress-text {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 16px;
}
.static-page.shop-reviews-page .rating-block__progress-line {
  flex: 1;
  background: #D8D8D8;
  height: 4px;
  position: relative;
}
.static-page.shop-reviews-page .rating-block__progress-line span {
  position: absolute;
  height: 4px;
  left: 0;
  top: 0;
  background: #D03639;
}
.static-page.shop-reviews-page .reviews-block {
  max-width: 550px;
  max-height: 550px;
  overflow: auto;
  padding-right: 24px;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .reviews-block {
    max-width: 100%;
  }
}
.static-page.shop-reviews-page .reviews-block__rating {
  display: flex;
  align-items: center;
}
.static-page.shop-reviews-page .reviews-block__rating-stars {
  width: 110px;
  background: url("../img/icons/star-empty.svg");
  height: 22px;
  position: relative;
  background-size: 22px;
  margin-right: 8px;
}
.static-page.shop-reviews-page .reviews-block__rating-stars span {
  position: absolute;
  background: url("../img/icons/star-full.svg");
  height: 22px;
  background-size: 22px;
}
.static-page.shop-reviews-page .reviews-block__rating-result span {
  font-size: 24px;
  font-weight: 700;
}
.static-page.shop-reviews-page .reviews-block__rating-result span.result_max {
  font-weight: normal;
}
.static-page.shop-reviews-page .reviews-block__list li, .static-page.shop-reviews-page .reviews-block__list .comments_block {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.static-page.shop-reviews-page .reviews-block__list li li, .static-page.shop-reviews-page .reviews-block__list .comments_block li {
  padding-left: 24px;
}
.static-page.shop-reviews-page .reviews-block__list-name {
  font-weight: 700;
  margin-top: 8px;
}
.static-page.shop-reviews-page .reviews-block__list-text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
}
.static-page.shop-reviews-page .reviews-block__list-date {
  margin-top: 8px;
  font-size: 12px;
  color: #D8D8D8;
}
.static-page.shop-reviews-page .product-tab-leave-review {
  padding: 32px 24px;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .product-tab-leave-review {
    margin-top: 24px;
    padding: 24px 16px;
  }
}
.static-page.shop-reviews-page .product-tab-leave-review__rating {
  margin: 16px 0;
  display: flex;
  align-items: center;
}
.static-page.shop-reviews-page .product-tab-leave-review__rating-stars {
  width: 142px;
  background: url("../img/icons/star-empty.svg");
  height: 28px;
  position: relative;
  background-size: 28px;
  margin-right: 8px;
}
.static-page.shop-reviews-page .product-tab-leave-review__rating-stars span {
  position: absolute;
  background: url("../img/icons/star-full.svg");
  height: 28px;
}
.static-page.shop-reviews-page .product-tab-leave-review__rating-result span {
  font-size: 32px;
  font-weight: 700;
}
.static-page.shop-reviews-page .product-tab-leave-review__rating-result span.result_max {
  font-size: 28px;
  font-weight: normal;
}
.static-page.shop-reviews-page .product-tab-leave-review__check label {
  margin-left: 8px;
}
.static-page.shop-reviews-page .product-tab-leave-review__check p {
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .static-page.shop-reviews-page .product-tab-leave-review .form-input {
    margin-top: 8px;
  }
}
.static-page.shop-reviews-page .product-tab-leave-review .form-textarea {
  margin-top: 16px;
  height: 90px;
  resize: none;
}
.static-page.shop-reviews-page .product-tab-leave-review__button {
  margin-top: 16px;
  text-transform: uppercase;
}
.static-page.shop-reviews-page .pagination {
  margin-top: 24px;
}
@media all and (max-width: 991px) {
  .static-page.shop-reviews-page .pagination {
    justify-content: center;
    margin-top: 8px;
  }
}
.static-page .static-page-form {
  padding: 32px 24px;
}
@media all and (max-width: 767px) {
  .static-page .static-page-form {
    padding: 24px 16px;
  }
}
.static-page .static-page-form__check {
  margin-top: 24px;
}
.static-page .static-page-form__row {
  margin-top: 24px;
}
@media all and (max-width: 1199px) {
  .static-page .static-page-form__row {
    margin-top: 0;
  }
}
.static-page .static-page-form__row label {
  margin-bottom: 4px;
  display: block;
}
@media all and (max-width: 1199px) {
  .static-page .static-page-form__row label {
    margin-top: 24px;
  }
}
@media all and (max-width: 767px) {
  .static-page .static-page-form__row label {
    margin-top: 16px;
  }
}
.static-page .static-page-form__row--tel {
  display: flex;
  flex-wrap: wrap;
}
.static-page .static-page-form__row--tel label {
  width: 100%;
}
.static-page .static-page-form__row--tel .form-select {
  width: 121px;
}
.static-page .static-page-form__row--tel .form-select select {
  border-right: 0;
}
.static-page .static-page-form__row p {
  font-size: 12px;
  margin-top: 4px;
}
.static-page .static-page-form__row--textarea label {
  font-weight: 700;
  font-size: 16px !important;
}
.static-page .static-page-form__row textarea {
  width: 100%;
  margin-top: 8px;
  height: 76px;
  resize: none;
}
.static-page .static-page-form label {
  font-size: 12px;
  height: 24px;
}
.static-page .static-page-form .accept_subscription_checkbox {
  display: flex;
}
@media all and (max-width: 1199px) {
  .static-page .static-page-form .accept_subscription_checkbox {
    margin-top: 16px;
  }
}
.static-page .static-page-form .accept_subscription_checkbox input {
  margin-right: 8px;
}
.static-page .static-page-form .accept_subscription_checkbox label {
  margin-top: 0;
  position: relative;
}
.static-page .static-page-form .accept_subscription_checkbox label .subscription-link-popup-wrap {
  left: 0;
  width: 95%;
}
.static-page .static-page-form .privacy_policy_checkbox label, .static-page .static-page-form .msCheck-error label {
  margin-top: 0;
}
.static-page .static-page-form .not-made-order {
  display: none;
}
.static-page .static-page-form .wrapper-kba-number {
  display: none;
}
.static-page.coupon-page .search-form {
  text-align: center;
}
.static-page.coupon-page .car-selector, .static-page.coupon-page .kba-search {
  padding: 16px 0;
}
.static-page.coupon-page .search-car-box {
  border: 1px solid #d8d8d8;
  padding: 8px 24px 24px;
  margin-top: 24px;
}
.static-page.coupon-page #selector-wrapper {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.static-page.coupon-page .coupon-block {
  border: 1px solid #d8d8d8;
  margin-top: 16px;
  padding: 24px;
}
@media all and (max-width: 575px) {
  .static-page.coupon-page .coupon-block {
    padding: 24px 16px;
  }
}
.static-page.coupon-page .coupon-block__form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.static-page.coupon-page .coupon-block__form-code {
  background: #3C3C3C;
  padding: 16px;
  color: #A2A9B8;
}
.static-page.coupon-page .coupon-block__form-code strong {
  color: #fff;
}
.static-page.coupon-page .coupon-block__form .error {
  color: red;
}
.static-page.coupon-page .coupon-block__form-subscribe, .static-page.coupon-page .coupon-block__form .privacy_policy_checkbox {
  text-align: left;
}
.static-page.coupon-page .coupon-block__form-subscribe label, .static-page.coupon-page .coupon-block__form .privacy_policy_checkbox label {
  flex: 1;
}
.static-page.coupon-page .coupon-block__form-subscribe {
  position: relative;
}
.static-page.coupon-page .coupon-block__form-subscribe input {
  margin: 4px 4px 0 0;
}
.static-page.coupon-page .coupon-block__content {
  padding: 0 24px;
}
@media all and (max-width: 575px) {
  .static-page.coupon-page .coupon-block__content {
    padding: 0;
  }
}
.static-page.coupon-page .coupon-block__content p {
  margin: 15px 0;
  line-height: 21px;
}
.static-page .block404-text {
  max-width: 430px;
  margin-left: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}
@media all and (max-width: 991px) {
  .static-page .block404-text {
    margin: 0;
    max-width: 100%;
    padding: 24px;
  }
}
.static-page .block404-text__logo {
  max-width: 100%;
}
.static-page .block404-text__subtext {
  color: #D03639;
  margin: 24px 0 0;
  width: 100%;
}
.static-page .block404-text__search-text {
  margin-top: 56px;
  width: 100%;
  position: relative;
}
.static-page .block404-text__search-text:before {
  background: url("../img/404/404-arrow.png") no-repeat;
  display: block;
  content: "";
  position: absolute;
  left: -55%;
  bottom: 0;
  width: 250px;
  height: 240px;
}
@media all and (max-width: 1440px) {
  .static-page .block404-text__search-text:before {
    display: none;
  }
}
.static-page .block404-text__search-subtext {
  margin-top: 8px;
  width: 100%;
}
.static-page .work_schedule {
  font-weight: 700;
  line-height: 20px;
}
.static-page p {
  margin-bottom: 16px;
}
.static-page .tecdoc_logo {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .static-page .tecdoc_logo {
    flex-wrap: wrap;
  }
}
.static-page .tecdoc_logo .img {
  background: url(../img/footer/tecalliance-logo.png) no-repeat;
  width: 147px;
  height: 43px;
  display: block;
  flex-shrink: 0;
  margin-right: 16px;
}
.static-page li {
  line-height: 1.5;
}
.static-page a {
  text-decoration: underline;
  word-break: break-word;
}
.static-page a:hover {
  text-decoration: none;
}
.static-page p {
  margin-bottom: 16px;
}
.static-page blockquote {
  margin: 0;
}
.static-page .country_list {
  max-width: 500px;
  margin: 0 auto;
  border: 1px solid #d8d8d8;
  width: 100%;
}
.static-page .country_list tr {
  background: #f2f2f2;
}
.static-page .country_list tr:nth-child(2n) {
  background: #fff;
}
.static-page .country_list td {
  padding: 2px 8px;
}
.static-page .country_list td.flag {
  width: 30px;
}
.static-page .country_list td.price {
  font-weight: 700;
}
.static-page .article .col {
  padding: 0 !important;
}
.static-page .title {
  padding: 16px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}

.success-page .succes_box {
  margin: 0;
  max-width: 750px;
  margin: 25px auto 30px;
  text-align: center;
}
.success-page .succes_box .title {
  font-size: 30px;
  padding-bottom: 20px;
}
.success-page .succes_box p {
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 14px;
}
.success-page .succes_box .top {
  line-height: 1.5;
  padding-bottom: 5px;
  font-size: 14px;
}
.success-page .success-order {
  max-width: 750px;
  margin: 25px auto 30px;
}
.success-page .success-order__main {
  padding: 45px 65px 30px 65px;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 24px 1px rgba(0, 0, 0, 0.07);
  box-sizing: border-box;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.6;
  color: #000;
  position: relative;
  font-size: 15px;
}
.success-page .success-order__main::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.success-page .success-order__title {
  color: #035b90;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.success-page .success-order__info {
  display: inline-block;
  background-color: #f1f1f1;
  border-left: 4px solid #d9d9d9;
  border-right: 4px solid #d9d9d9;
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 30px;
  margin: 15px auto 30px;
  line-height: 1;
}
.success-page .success-order__info span {
  color: #1D365F;
  font-weight: 700;
}
.success-page .success-order__text {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 1.2;
}
.success-page .success-order__download {
  margin-top: 30px;
  margin-bottom: 20px;
}
.success-page .success-order__download button, .success-page .success-order__download span, .success-page .success-order__download a {
  background-color: #1D365F;
  color: #fff;
  font-size: 15px;
  height: 33px;
  line-height: 34px;
  min-width: 150px;
  padding: 0 10px 0 35px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
  position: relative;
}
.success-page .success-order__download button:before, .success-page .success-order__download span:before, .success-page .success-order__download a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(../img/poll-pdf.png) no-repeat;
  background-size: 18px;
}
.success-page .success-order__download button:hover, .success-page .success-order__download span:hover, .success-page .success-order__download a:hover {
  background-color: #e5e5e5;
  color: #000;
}
.success-page .success-order__order {
  margin: 10px auto 0;
  border: 3px solid #d9d9d9;
  padding: 10px;
}
.success-page .success-order__order img {
  max-width: 100%;
  max-height: 100%;
}
.success-page .success-order__form {
  background-color: #f1f1f1;
  border: 3px solid #b6c5c6;
  padding: 35px 35px 30px;
  margin-top: 30px;
  position: relative;
  box-sizing: border-box;
}
.success-page .success-order__form::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.success-page .success-order__title-form {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: -0.05em;
}
.success-page .success-order__radio-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.success-page .success-order__radio-row {
  color: #000;
  font-size: 14px;
}
.success-page .success-order__radio-row input[type=radio] {
  display: none;
  opacity: 0;
}
.success-page .success-order__radio-row input[type=radio]:checked ~ .success-order__radio::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #069015;
  position: absolute;
  top: 6px;
  left: 6px;
}
.success-page .success-order__radio-row input[type=radio]:checked ~ .success-order__radio-label {
  color: #069015;
}
.success-page .success-order__radio-row label {
  position: relative;
  cursor: pointer;
  line-height: 1;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 9px 15px 9px 8px;
  border: 1px solid transparent;
  background-color: #fff;
  font-size: 12px;
  min-width: 180px;
  transition: all 0.2s;
  margin: 0 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.success-page .success-order__radio-row label:hover {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.04);
  border-color: #b6c5c6;
}
.success-page .success-order__radio {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  align-self: flex-start;
}
.success-page .success-order__radio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #069015;
  background-color: #fff;
  box-sizing: border-box;
}
.success-page .success-order__radio-label {
  margin-left: 12px;
  line-height: 1;
  display: block;
  flex: 1;
}
.success-page .success-order__btn {
  margin-top: 30px;
}
.success-page .success-order__btn a {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn a:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-order__btn span {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn span:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-order__btn button {
  background-color: #069015;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  min-width: 185px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.2s;
  text-align: center;
  display: inline-block;
  border: none;
  text-decoration: none;
}
.success-page .success-order__btn button:hover {
  background-color: rgba(6, 144, 21, 0.9);
}
.success-page .success-questionnaire__header {
  min-height: 120px;
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f8f8f8 32%, #fefefe 58%, #fff 71%, #fff 96%, #fafafa 99%, #f8f8f8 100%);
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 140px 20px 140px;
  box-sizing: border-box;
  position: relative;
}
.success-page .success-questionnaire__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  left: 35px;
}
.success-page .success-questionnaire__header::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 35px;
}
.success-page .success-questionnaire__sub {
  position: relative;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
  padding: 0 30px;
  box-sizing: border-box;
}
.success-page .success-questionnaire__sub::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #000;
  left: 0;
}
.success-page .success-questionnaire__sub::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #000;
  transform: rotate(-180deg);
  right: 0;
}
.success-page .success-questionnaire__products {
  margin-bottom: 25px;
  overflow-y: auto;
  max-height: 600px;
  padding-bottom: 5px;
}
.success-page .success-questionnaire__item {
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 30px 35px 10px 35px;
  display: flex;
}
.success-page .success-questionnaire__images {
  width: 15%;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
}
.success-page .success-questionnaire__images img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.success-page .success-questionnaire__logo {
  height: 50px;
}
.success-page .success-questionnaire__img {
  height: 100px;
}
.success-page .success-questionnaire__meta {
  width: 35%;
  box-sizing: border-box;
  padding: 0 25px;
  flex-shrink: 0;
}
.success-page .success-questionnaire__name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
}
.success-page .success-questionnaire__article {
  color: #999;
  font-size: 12px;
}
.success-page .success-questionnaire__form {
  width: 50%;
  flex-shrink: 0;
  box-sizing: border-box;
}
.success-page .success-questionnaire__form textarea {
  resize: none;
  border-radius: 4px;
  padding: 14px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  border: 1px solid #000;
  height: 69px;
  width: 100%;
}
.success-page .success-questionnaire__form textarea:focus {
  border-color: #00a700;
}
.success-page .success-questionnaire__form textarea.posted {
  color: #999;
}
.success-page .success-questionnaire__post {
  margin-top: 27px;
  float: right;
  min-width: 130px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  border: none;
  height: 32px;
  line-heigth: 32px;
  line-height: 32px;
  padding: 0 5px;
  background-color: #009e00;
  transition: background 0.2s;
  cursor: pointer;
  position: relative;
  text-align: center;
}
.success-page .success-questionnaire__post::after {
  content: attr(data-text-post);
}
.success-page .success-questionnaire__post:hover {
  background-color: rgba(0, 158, 0, 0.85);
}
.success-page .success-questionnaire__post.posted {
  background-color: transparent;
  pointer-events: none;
  cursor: default;
  color: #000;
}
.success-page .success-questionnaire__post.posted::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 18px;
  width: 10px;
  border-right: 4px solid #008d00;
  border-bottom: 4px solid #008d00;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.success-page .success-questionnaire__post.posted:hover {
  background-color: transparent;
}
.success-page .success-questionnaire__post.posted::after {
  content: attr(data-text-posted);
}
.success-page__text {
  padding: 40px 80px;
  text-align: center;
}
.success-page__text h1 {
  font-size: 20px;
  color: #3c3c3c;
  font-weight: 700;
  padding-bottom: 20px;
  margin-top: 15px;
}
.success-page__text span {
  display: block;
  line-height: 19px;
}
.success-page__text span b {
  font-size: 16px;
  color: #172d54;
  font-weight: 700;
}

.content-inside {
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
  padding: 50px 10px;
}
.content-inside .block {
  padding: 10px 0px;
}
.content-inside .block p {
  line-height: 1.5;
  font-size: 15px;
}

.popup-default, .popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  box-sizing: border-box;
  max-width: 600px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  z-index: 199;
  border-radius: 3px;
  cursor: default;
  -webkit-font-smoothing: antialiased !important;
}
.popup-default--selector, .popup--selector {
  max-width: 448px;
}
.popup-default--selector .close-default, .popup--selector .close-default {
  right: 8px !important;
  top: 8px !important;
}
.popup-default--selector .popup-selector, .popup--selector .popup-selector {
  padding: 16px 24px;
}
@media all and (max-width: 575px) {
  .popup-default--selector .popup-selector, .popup--selector .popup-selector {
    padding: 8px 0;
  }
}
.popup-default--selector .popup-selector__title, .popup--selector .popup-selector__title {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  padding: 8px 0 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 575px) {
  .popup-default--selector .popup-selector__title, .popup--selector .popup-selector__title {
    padding: 8px 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.popup-default--selector .popup-selector .car-selector__title, .popup--selector .popup-selector .car-selector__title {
  position: absolute;
  right: 16px;
  top: 16px;
}
.popup-default--selector .popup-selector .car-selector__title span, .popup-default--selector .popup-selector .car-selector__title div, .popup--selector .popup-selector .car-selector__title span, .popup--selector .popup-selector .car-selector__title div {
  display: none;
}
.popup-default--selector .popup-selector .kba-search, .popup-default--selector .popup-selector .number-search, .popup--selector .popup-selector .kba-search, .popup--selector .popup-selector .number-search {
  margin: 24px -24px 0 -24px;
  padding: 16px 24px 0 24px;
}
@media all and (max-width: 575px) {
  .popup-default--selector .popup-selector .kba-search, .popup-default--selector .popup-selector .number-search, .popup--selector .popup-selector .kba-search, .popup--selector .popup-selector .number-search {
    margin: 24px -15px 8px -15px;
  }
}
@media all and (max-width: 575px) {
  .popup-default--selector .car-selector, .popup--selector .car-selector {
    padding: 8px 0;
  }
}
.popup-default--selector .car-selector__title, .popup--selector .car-selector__title {
  padding: 8px 0 16px 32px;
}
@media all and (max-width: 575px) {
  .popup-default--selector .car-selector__title, .popup--selector .car-selector__title {
    padding: 8px 0;
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 575px) {
  .popup-default--selector .kba-search, .popup-default--selector .number-search, .popup--selector .kba-search, .popup--selector .number-search {
    padding: 8px 0;
  }
}
@media all and (max-width: 575px) {
  .popup-default--selector .kba-search__title, .popup-default--selector .number-search__title, .popup--selector .kba-search__title, .popup--selector .number-search__title {
    font-size: 16px;
    line-height: 18px;
  }
}
.popup-default--selector .number-search, .popup--selector .number-search {
  padding: 16px 0;
}
.popup-default--login, .popup--login {
  max-width: 432px;
}
.popup-default--login .popup-form-login, .popup--login .popup-form-login {
  padding: 16px 24px;
}
@media all and (max-width: 575px) {
  .popup-default--login .popup-form-login, .popup--login .popup-form-login {
    padding: 0 0 16px;
  }
}
.popup-default--login .popup-form-login__heading, .popup--login .popup-form-login__heading {
  padding: 8px 16px 8px 32px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3C3C3C;
}
@media all and (max-width: 575px) {
  .popup-default--login .popup-form-login__heading, .popup--login .popup-form-login__heading {
    padding: 8px 0;
    font-size: 16px;
    line-height: 18px;
  }
}
.popup-default--login .popup-form-login__heading span, .popup--login .popup-form-login__heading span {
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin-top: 4px;
}
.popup-default--login .popup-form-login__row, .popup--login .popup-form-login__row {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.popup-default--login .popup-form-login__button, .popup--login .popup-form-login__button {
  margin-top: 16px;
  width: 100%;
  text-transform: uppercase;
}
.popup-default--login .popup-form-login__text, .popup--login .popup-form-login__text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #3C3C3C;
}
.popup-default--login .popup-form-login__text a, .popup--login .popup-form-login__text a {
  text-transform: uppercase;
}
.popup-default--login .popup-form-login .form-checkbox-label, .popup--login .popup-form-login .form-checkbox-label {
  color: #3C3C3C;
  font-weight: normal;
}
.popup-default--login .popup-form-login label, .popup--login .popup-form-login label {
  margin-left: 8px;
}
.popup-default--login .popup-form-login__link, .popup--login .popup-form-login__link {
  font-weight: normal;
}
@media all and (max-width: 767px) {
  .popup-default, .popup {
    width: 75% !important;
  }
}
@media all and (max-width: 575px) {
  .popup-default, .popup {
    width: calc(100% - 12px) !important;
    padding: 24px 16px 0;
  }
}
.popup-default .close-default, .popup .close-default {
  right: 24px;
  top: 24px;
  cursor: pointer;
  z-index: 1;
}
.popup-default .close-default:before, .popup-default .close-default:after, .popup .close-default:before, .popup .close-default:after {
  background: #3C3C3C;
}
@media all and (max-width: 575px) {
  .popup-default .close-default, .popup .close-default {
    right: 16px;
    top: 16px;
  }
}
.popup-default__icon, .popup__icon {
  position: absolute;
  background: #D03639;
  height: 73px;
  width: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  left: -24px;
  top: -24px;
}
@media all and (max-width: 575px) {
  .popup-default__icon, .popup__icon {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
  }
}
.popup-default__icon .icon, .popup__icon .icon {
  width: 36px;
  height: 16px;
  fill: #fff;
}

.popup {
  display: block;
  z-index: 199 !important;
  padding: 16px;
  text-align: center;
}
.popup .txt {
  line-height: 20px;
}
.popup#popup_update {
  box-shadow: 0px 0px 3px #3C3C3C;
}

.photo360-popup-wrap .wr360_player .container .panning, .photo360-popup-wrap .wr360_player .top-tabs .panning, .photo360-popup-wrap .wr360_player .index-page .main-tabs__tab .panning, .index-page .photo360-popup-wrap .wr360_player .main-tabs__tab .panning, .photo360-popup-wrap .wr360_player .index-page .main-tabs-content .panning, .index-page .photo360-popup-wrap .wr360_player .main-tabs-content .panning {
  transform: none;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto;
}

@media all and (max-width: 575px) {
  #switchClone .popup_counter {
    width: 96%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 575px) {
  #switchClone .popup_counter .links {
    padding: 28px 8px;
  }
}
@media all and (max-width: 575px) {
  #switchClone .popup_counter ul li a {
    font-size: 12px;
  }
}

.popup-choose-cookies {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 94vh;
  overflow-y: auto;
  box-sizing: border-box;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
}
@media all and (max-width: 991px) {
  .popup-choose-cookies {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.popup-choose-cookies__wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 24px 46px;
}
.popup-choose-cookies__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.popup-choose-cookies__content {
  display: none;
  position: relative;
}
.popup-choose-cookies__content-wrap {
  position: relative;
  max-height: 322px;
  overflow-y: auto;
  margin-right: -7.5px;
  padding-right: 7.5px;
  scrollbar-color: #d0d3d6 #f3f4f4;
  scrollbar-width: thin;
  scrollbar-base-color: #f3f4f4;
  scrollbar-face-color: #d0d3d6;
  scrollbar-3dlight-color: #d0d3d6;
  scrollbar-highlight-color: #d0d3d6;
  scrollbar-track-color: #f3f4f4;
  scrollbar-arrow-color: #f3f4f4;
  scrollbar-shadow-color: #d0d3d6;
  scrollbar-dark-shadow-color: #d0d3d6;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f3f4f4;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar {
  width: 4px;
  height: auto;
  background-color: #f5f5f5;
}
.popup-choose-cookies__content-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #d0d3d6;
}
@media all and (max-width: 575px) {
  .popup-choose-cookies__content-wrap {
    max-height: calc(100vh - 260px);
    margin-bottom: 16px;
  }
}
@media all and (max-height: 475px) {
  .popup-choose-cookies__content-wrap {
    max-height: 80%;
  }
}
.popup-choose-cookies__content-wrap form {
  position: relative;
}
.popup-choose-cookies__main-info-title {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 16px;
}
@media all and (max-width: 767px) {
  .popup-choose-cookies__main-info-title {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .popup-choose-cookies__main-info {
    padding-left: 12px;
  }
}
.popup-choose-cookies__main-info .popup-choose-cookies__text {
  font-size: 12px;
  line-height: 18px;
  padding-right: 4px;
  margin-bottom: 8px;
  max-height: 85px;
  overflow-y: auto;
}
@media all and (max-width: 767px) {
  .popup-choose-cookies__main-info .popup-choose-cookies__text {
    max-height: none;
  }
}
.popup-choose-cookies__details {
  display: none;
  position: relative;
  padding-right: 8px;
}
.popup-choose-cookies__details-item a, .popup-choose-cookies__details-item .link, .popup-choose-cookies__details-item [data-link] {
  color: #3776B1;
  text-decoration: none;
  cursor: pointer;
}
.popup-choose-cookies__details-item a:hover, .popup-choose-cookies__details-item .link:hover, .popup-choose-cookies__details-item [data-link]:hover {
  text-decoration: underline;
}
.popup-choose-cookies__details-title {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 8px 0;
}
.popup-choose-cookies__details-close {
  cursor: pointer;
  color: #0068D7;
  margin-top: 8px;
  font-size: 12px;
  text-decoration: underline;
  display: inline-block;
}
.popup-choose-cookies__details-item {
  padding: 10px 16px;
  border-top: 1px solid rgb(216, 216, 216);
  position: relative;
}
.popup-choose-cookies__details-item .popup-choose-cookies__type-title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.popup-choose-cookies__details-item .popup-choose-cookies__type-switch {
  top: 10px;
  left: 16px;
}
.popup-choose-cookies__type {
  position: relative;
  margin-bottom: 16px;
}
.popup-choose-cookies__type:nth-last-child(1) {
  margin: 0;
}
@media all and (min-width: 767px) {
  .popup-choose-cookies__type:not(:last-child) {
    margin-bottom: 16px;
  }
}
.popup-choose-cookies__type.show {
  border: none;
}
.popup-choose-cookies__type.show-more .popup-choose-cookies__type-content > p:nth-child(1) {
  margin-bottom: 8px;
}
.popup-choose-cookies__type.show-more .popup-choose-cookies__type-content > * {
  display: block;
}
.popup-choose-cookies__type-content > * {
  display: none;
}
.popup-choose-cookies__type-content > p:nth-child(1) {
  display: block;
}
.popup-choose-cookies__type-content.full-content > * {
  display: block;
}
.popup-choose-cookies__type-content p {
  font-size: 12px;
}
.popup-choose-cookies__type-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 30px;
  margin-bottom: 6px;
  margin-left: 48px;
  padding-top: 1px;
  color: rgb(64, 64, 64);
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.popup-choose-cookies__type-link {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  color: rgb(55, 118, 177);
  font-weight: 400;
  text-decoration: underline;
}
.popup-choose-cookies__type-link:hover {
  text-decoration: none;
}
.popup-choose-cookies__type-switch {
  position: absolute;
  left: 0;
  top: 0;
  user-select: none;
}
.popup-choose-cookies__text {
  font-size: 12px;
  line-height: 18px;
  margin: 0 0 24px 0;
  font-weight: 400;
}
@media all and (max-width: 991px) {
  .popup-choose-cookies__text {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
}
.popup-choose-cookies__text a {
  color: #0068D7 !important;
  text-decoration: underline;
}
.popup-choose-cookies__btn-list {
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 991px) {
  .popup-choose-cookies__btn-list {
    flex-direction: column;
    width: 100%;
  }
}
.popup-choose-cookies__btn {
  border: 1px solid #d43434;
  border-radius: 3px;
  padding: 7px 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  min-width: 170px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  margin-right: 8px;
  color: #d43434;
  text-decoration: none;
}
.popup-choose-cookies__btn:last-child {
  margin-right: 0;
}
@media all and (max-width: 991px) {
  .popup-choose-cookies__btn {
    padding-top: 9px;
    padding-bottom: 9px;
    margin: 0 0 8px 0;
  }
  .popup-choose-cookies__btn:last-child {
    margin-bottom: 0;
  }
}
.popup-choose-cookies__btn--fill {
  background: #d43434;
  color: #fff;
  border-color: #d43434;
}
.popup-choose-cookies__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 16px;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .popup-choose-cookies__footer {
    margin-left: 30px;
  }
}
@media all and (max-width: 991px) {
  .popup-choose-cookies__footer {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (min-width: 991px) {
  .popup-choose-cookies--inevitable {
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    padding: 0;
    max-height: none;
    color: #404040;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 734px;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 24px;
    bottom: auto;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn {
    text-transform: none;
    padding: 7px;
    width: 50%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__text {
    color: #404040;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__text {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 22px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__btn-list {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link {
    font-size: 14px;
    margin-right: 12px;
    border: none;
    color: #3C3C3C;
    width: 50%;
    text-align: center;
    cursor: pointer;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: 395px;
  }
}
@media all and (min-width: 991px) and (max-width: 991px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: 332px;
  }
}
@media all and (min-width: 991px) and (max-width: 767px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content-wrap {
    max-height: calc(100vh - 240px);
  }
}
@media all and (min-width: 991px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__content .popup-choose-cookies__text {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__details {
    display: block;
    max-height: none;
    padding-right: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer {
    flex-direction: column;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list {
    width: 100%;
    margin-top: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list .popup-choose-cookies__btn {
    width: 100%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__footer .popup-choose-cookies__btn-list .popup-choose-cookies__link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-shrink: 0;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__main-info .popup-choose-cookies__text {
    overflow: unset;
    max-height: none;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__details-open,
  .popup-choose-cookies--inevitable .popup-choose-cookies__details-close {
    display: none;
  }
}
@media all and (max-width: 991px) {
  .popup-choose-cookies--inevitable {
    height: 100lvh;
    background: rgba(0, 0, 0, 0.75);
    padding: 0;
    max-height: none;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    padding: 24px 12px 0 12px;
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 94vh;
    overflow-y: auto;
  }
}
@media all and (max-width: 991px) and (max-height: 475px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__wrap {
    max-height: 80%;
  }
}
@media all and (max-width: 991px) {
  .popup-choose-cookies--inevitable .popup-choose-cookies__link:not(:last-child) {
    margin-bottom: 24px;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn-list {
    flex-direction: column-reverse;
    align-items: center;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__btn {
    margin-bottom: 18px;
    width: 100%;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__link:first-of-type {
    order: 1;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__first-block .popup-choose-cookies__btn {
    order: 1;
  }
  .popup-choose-cookies--inevitable .popup-choose-cookies__link-wrap {
    margin-bottom: 36px;
  }
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link-accept {
  text-align: right;
  margin-bottom: 10px;
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link-accept a {
  text-decoration: none;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: rgb(64, 64, 64);
  padding-right: 16px;
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link-accept a:hover {
  text-decoration: underline;
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link-accept a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid rgb(64, 64, 64);
  border-right: 1px solid rgb(64, 64, 64);
  transform: rotate(45deg);
}
.popup-choose-cookies--inevitable .popup-choose-cookies__span-link {
  text-decoration: underline;
  color: #0063da;
  cursor: pointer;
}
.popup-choose-cookies--inevitable .popup-choose-cookies__link {
  color: #404040;
  text-decoration: underline;
  cursor: pointer;
}

.popup-dangerous {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 442px;
  border-radius: 2px;
  background: #fff;
  padding: 24px 36px 36px 36px;
  z-index: 1001;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.popup-dangerous__close {
  width: 16px;
  height: 16px;
  top: -25px;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.popup-dangerous__close:before {
  transform: rotate(45deg);
}
.popup-dangerous__close:after {
  transform: rotate(-45deg);
}
.popup-dangerous__close:before, .popup-dangerous__close:after {
  position: absolute;
  left: 8px;
  content: " ";
  height: 18px;
  width: 1px;
  background-color: #fff;
}
.popup-dangerous__title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 8px;
}
.popup-dangerous__text {
  font-size: 16px;
  max-height: 238px;
  line-height: 24px;
  word-break: break-word;
  overflow-y: auto;
}
.popup-dangerous__text-bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  margin-top: 8px;
}
.popup-dangerous__icons {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.popup-dangerous__icon {
  width: 40px;
  height: 40px;
  margin-left: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.popup-dangerous__icon:first-child {
  margin-left: 0;
}
.popup-dangerous__icon-attention {
  background-image: url("../img/icons/dangerous-info.svg");
  width: 40px;
  height: 40px;
}

.popup-overflow {
  position: fixed;
  top: 50%;
  left: calc(100% - 8px);
  transform: translateY(-50%) translateX(-100%);
  z-index: 99;
  text-align: center;
  box-sizing: border-box;
}
.popup-overflow__close {
  width: 24px;
  height: 24px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.popup-overflow img {
  max-width: 210px;
}

.popup-privacy-policy {
  font-family: "Roboto", sans-serif;
  max-width: 540px;
  width: 90%;
  background: #fff;
  position: fixed;
  z-index: 1111;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  box-sizing: border-box;
  padding: 40px 40px;
  font-size: 16px;
  border-radius: 5px;
}
.popup-privacy-policy__text {
  color: #000;
  margin-bottom: 25px;
  line-height: 22px;
}
.popup-privacy-policy__text a {
  color: #3267d6;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ccd9f5;
}
.popup-privacy-policy__text a:hover {
  border: none;
}
.popup-privacy-policy__check {
  margin-bottom: 20px;
  position: relative;
}
.popup-privacy-policy__check.register_checkbox_error label {
  position: relative;
  color: #f00;
}
.popup-privacy-policy__check.register_checkbox_error label a {
  color: #f00;
}
.popup-privacy-policy__check.register_checkbox_error label:before, .popup-privacy-policy__check.register_checkbox_error label:after {
  border-color: #f00;
}
.popup-privacy-policy__check #privacy_policy {
  display: block !important;
}
.popup-privacy-policy__check a {
  color: #3267d6;
  text-decoration: underline;
}
.popup-privacy-policy__check a:hover {
  text-decoration: none !important;
}
.popup-privacy-policy__check input[type=checkbox] {
  margin: 0;
  float: none !important;
  align-self: flex-start;
  width: auto;
  height: inherit;
  position: absolute !important;
  z-index: -1;
  opacity: 0;
}
.popup-privacy-policy__check input[type=checkbox]:checked + label:before {
  border: 2px solid #0067d7;
  width: 20px;
  height: 20px;
}
.popup-privacy-policy__check input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -8px;
  width: 5px;
  height: 10px;
  border-left: 2px solid #0067d7;
  border-top: 2px solid #0067d7;
  transform: rotate(-140deg);
}
.popup-privacy-policy__check label {
  color: #000;
  text-transform: uppercase;
  line-height: 22px;
  padding-left: 35px;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.popup-privacy-policy__check label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #636363;
}
.popup-privacy-policy__check label a {
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #ccd9f5;
}
.popup-privacy-policy__check label a:hover {
  border: none;
}
.popup-privacy-policy__button {
  display: flex;
  justify-content: center;
}
.popup-privacy-policy__button button {
  width: 50%;
  background: #0067d7;
  text-align: center;
  border-radius: 3px;
  padding: 9px 0;
  color: #fff;
  font-size: 18px;
  border: none;
}
.popup-privacy-policy__button button:hover {
  opacity: 0.8;
}
.popup-privacy-policy__button button.agree {
  background: #1D365F;
  border: none;
  text-decoration: none;
  margin-right: 19px;
}
.popup-privacy-policy__button button.agree.disabled {
  background: #f0f0f0;
  cursor: default;
  color: #000;
}
.popup-privacy-policy__button button.agree.disabled:hover {
  opacity: 1;
}
.popup-privacy-policy__button button#privacy_policy_cancel {
  background-color: #f5f5f5;
  color: #000;
}

#privacy_policy_cancel_form .popup-privacy-policy__button button.agree {
  background: #f0f0f0;
  color: #000;
}

.popup-safety-regulation {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 446px;
  background: #fff;
  padding: 24px;
  z-index: 1001;
  text-align: center;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 576px) {
  .popup-safety-regulation {
    padding: 32px 12px 24px 12px;
    width: calc(100% - 30px);
  }
}
.popup-safety-regulation__close {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.popup-safety-regulation__close:before, .popup-safety-regulation__close:after {
  content: " ";
  position: absolute;
  left: 8px;
  top: 0;
  height: 16px;
  width: 1px;
  background-color: #3C3C3C;
}
.popup-safety-regulation__close:before {
  transform: rotate(45deg);
}
.popup-safety-regulation__close:after {
  transform: rotate(-45deg);
}
.popup-safety-regulation__title {
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 24px;
}
.popup-safety-regulation__content {
  font-weight: 400;
  text-align: left;
  margin-top: 12px;
  max-height: 250px;
  overflow-y: auto;
}
.popup-safety-regulation__content::-webkit-scrollbar {
  width: 4px;
}
.popup-safety-regulation__content::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-left: 12px;
}
.popup-safety-regulation__content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #D8D8D8;
}
.popup-safety-regulation__content > p {
  font-size: 12px;
  line-height: 16px;
}
.popup-safety-regulation__content .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
}
.popup-safety-regulation__content .block {
  margin-top: 12px;
  padding: 12px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
}
.popup-safety-regulation__content .block p {
  line-height: 18px;
}
.popup-safety-regulation__tabs .popup-safety-regulation__content {
  display: block;
}
.popup-safety-regulation__tabs .popup-safety-regulation__content.hide-tab {
  display: none;
}
.popup-safety-regulation__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #d7d5d5;
}
.popup-safety-regulation__tab li {
  display: flex;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  position: relative;
  z-index: 1;
}
.popup-safety-regulation__tab li [data-tab] {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media (max-width: 576px) {
  .popup-safety-regulation__tab li [data-tab] {
    font-size: 16px;
  }
}
.popup-safety-regulation__tab li [data-tab].active {
  color: #32496C;
  font-weight: 700;
}
.popup-safety-regulation__tab li [data-tab].active:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #32496C;
}