

/* Start:/local/templates/landing/assets/css/fonts.css?17556110301748*/
@font-face {
    font-family: 'PT Sans';
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.eot');
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.woff2') format('woff2'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.woff') format('woff'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.eot');
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.woff2') format('woff2'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.woff') format('woff'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.eot');
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.woff2') format('woff2'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.woff') format('woff'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.eot');
    src: url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.woff2') format('woff2'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.woff') format('woff'),
        url('/local/templates/landing/assets/css/../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* End */


/* Start:/local/templates/landing/vendors/bootstrap-4.1.3/dist/css/bootstrap-grid.css?175561103039555*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* End */


/* Start:/local/templates/landing/assets/css/bootstrap-utilities.css?175561103021083*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-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;
  }
}
/* End */


/* Start:/local/templates/landing/assets/css/jquery.fancybox.css?17556110305210*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/landing/assets/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/landing/assets/css/images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/landing/assets/css/images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/landing/assets/css/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/landing/assets/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/landing/assets/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/landing/vendors/OwlCarousel2-2.3.4/assets/owl.carousel.css?17556110304930*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/landing/vendors/OwlCarousel2-2.3.4/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/landing/assets/css/modal.css?17556110304928*/
/**
* Modal Style
**/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 600;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal .modal-loader {
    display: none;
}
.modal.modal--loading .modal-loader {
    display: block;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 580;
    background-color: var(--text-color);
    transition: all .3s ease-in-out;
}
.modal-backdrop.fade {
    visibility: hidden;
    opacity: 0;
}
.modal-backdrop.show {
    visibility: visible;
    opacity: 0.6;
}
.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    color: #8090a8;
    border: 0;
    background: transparent;
    padding: 10px 10.5px;
    z-index: 10;
}

.modal-close,
.modal-close:focus,
.modal-close:active {
    background: transparent;
    border: transparent;
    outline: none;
}
.modal-close:hover svg path, 
.modal-close:focus svg path{
    stroke: #6a7b8c;
}
.modal-close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.modal.no-close-button .modal-close {
    display: none !important;
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 100%;
    margin: auto;
}
.modal-dialog.modal-dialog--animate-linear {
    transition: linear 0.15s;
}
.modal-dialog.animated {
    animation-duration: .3s !important;
}
.modal-dialog.slideInRight,
.modal-dialog.slideOutRight {
    animation-duration: .6s !important;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5px * 2));
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    outline: 0;
    height: auto;
}
.modal-header {
    padding: 44px 44px 16px;
}
.modal-title {
    line-height: 24px;
    font-size: 24px;
    font-weight: bold;
    color: #292d35;
    text-align: left;
    padding: 0;
}
.modal-description{
    margin-top: 14px;
}
.modal-body {
    position: relative;
    overflow-x: hidden;
    padding: 44px;
}
.modal-header + .modal-body{
    padding-top: 0;
}

.modal-footer {
    line-height: 18px;
    color: #505d72;
    padding: 44px;
    background-color: #f9f9fb;
    border-top: 1px solid #e6ebf0;
    text-align: left;
    border-radius: 0px 3px 3px;
}
.modal-footer .form-footer {
    margin-top: 0;
    margin-bottom: 0;
}
.modal .modal-body > .scroll-wrapper {
    margin-right: -24px;
}
.modal .scroll-wrapper > .scrollbar-inner {
    padding-right: 20px !important;
}
.modal-open .scroll-to-top {
    right: 17px;
}
.modal.modal--wide .modal-body {
    padding: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(120%, 0, 0);
    }
}

/** Media ------------------------------------------------------------------------------------------------------------*/

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
@media (max-width: 576px) {
    .modal-title{
        line-height: 20px;
        font-size: 20px;
    }

    .modal-header,
    .modal-body{
        padding: 16px;
    }

    .modal-dialog {
        width: 100% !important;
    }

    .modal:not(.fullscreen-on-mobile) .modal-content {
        margin: 15px 20px;
        width: calc(100% - 40px) !important;
        overflow: hidden;
    }

    .modal.fullscreen-on-mobile .modal-content {
        height: 100%;
        border-radius: 0;
    }

    .modal.fullscreen-on-mobile .modal-dialog {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-top: 0 !important;
        width: calc(100% - 35px) !important;;
        height: 100%;
    }

    .modal.fullscreen-on-mobile .modal-close{
        right: -35px;
        top: 0;
    }

    .modal.fullscreen-on-mobile .modal-close svg path{
        stroke: #fff;
    }

    .modal-body {
        position: relative;
        padding: 31px 19px 40px;
        background-color: #fff;
    }
    .modal-footer {
        display: block;
        margin-top: auto;
        padding: 30px 19px 34px;
    }
}

#modal.above-all {
    z-index: 2500000000;
}

/* End */


/* Start:/local/templates/landing/components/ranx/banners.list/main_top/style.css?17556110301596*/
.top-banner{
    position: relative;
}

.top-banner-item{
    line-height: 0;
}

.top-banner-image{
    position: relative;
    width: 100%;
    border-radius: 189px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .top-banner-image{
        min-width: 67%;
        border-radius: 0;
    }
}

.top-banner-image img{
    max-width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

@media (min-width: 768px) {
    .top-banner-image img{
        aspect-ratio: auto;
    }
}

.top-banner-text{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--background-color);
    padding: 16px 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .top-banner-text{
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .top-banner-text > div{
        width: 120%;
    }
}

.top-banner-title{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .top-banner-title{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

.top-banner-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 1
}

.top-banner-text .btn {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .top-banner-text .btn{
        max-width: 211px;
        margin-top: 30px;
    }
}

.top-banner-line img{
    max-width: 100%;
    object-fit: contain;
}
/* End */


/* Start:/bitrix/templates/.default/ajax/ajax.css?1459336870448*/
iframe.waitwindowlocal {position:absolute; border:0px; z-index:9999;}
div.waitwindowlocal {position:absolute; width:25px; height: 25px; padding:0px; z-index:10000; background-color:#FCF7D1; border:1px solid #E1B52D; background-image:url(/bitrix/templates/.default/ajax/images/wait.gif); background-position:center center; background-repeat:no-repeat;}
div.waitwindowlocalshadow {position:absolute; z-index:9998; background-image:url(/bitrix/templates/.default/ajax/images/shadow.gif); border:1px solid #808080;}

/* End */


/* Start:/local/modules/aspro.settings/css/popups.css?17556110301442*/
.bx-core-waitwindow{
	display : none;
}

.ajax{
	cursor        : pointer;
	border-bottom : 1px dotted;
}

div.error, label.error{
	position    : absolute;
	color       : red;
	top         : 0;
	right       : 0;
	white-space : nowrap;
}

.required-star{
	color : red;
}

.jqmOverlay{
	background : #00041a;
	opacity    : 0.2;
}

.jqmWindow{
	width      : 500px;
	position   : absolute;
	left       : 50%;
	background : #fff;
	padding    : 20px;
	display    : none;
}

.jqmWindow.animated{
	opacity            : 0;
	-webkit-transform  : rotateX(-70deg);
	-moz-transform     : rotateX(-70deg);
	-ms-transform      : rotateX(-70deg);
	-o-transform       : rotateX(-70deg);
	-webkit-transition : all .0s ease-in-out;
	-moz-transition    : all .0s ease-in-out;
	-o-transition      : all .0s ease-in-out;
	transition         : all .0s ease-in-out;
	visibility         : hidden;
}

.jqmWindow.animated.loaded{
	z-index           : 900 !important;
	opacity           : 1;
	-webkit-transform : rotateX(0deg);
	-moz-transform    : rotateX(0deg);
	-ms-transform     : rotateX(0deg);
	-o-transform      : rotateX(0deg);
}

.jqmWindow.animated.show{
	visibility : visible;
}

.jqmWindow .top-close{
	position : absolute;
	right    : 15px;
	top      : 15px;
	display  : block;
	width    : 15px;
	height   : 15px;
	cursor   : pointer;
}

.jqmWindow .top-close:before{
	content : 'x';
}
/* End */


/* Start:/local/modules/aspro.settings/css/counter.css?17556110301327*/
.counter-tooltip{
	background    : white;
	width         : 207px;
	padding       : 20px 25px;
	color         : #4d5d71;
	box-shadow    : 0 0 7px -2px black;
	border        : 1px solid gray;
	font-size     : 12px;
	line-height   : 16px;
	position      : relative;
}

.counter{
	display             : inline-block;
	position            : relative;
	width               : 66px;
	text-align          : center;
	-webkit-user-select : none; /* Chrome all / Safari all */
	-moz-user-select    : none; /* Firefox all */
	-ms-user-select     : none; /* IE 10+ */
	/* No support for these yet, use at own risk */
	-o-user-select      : none;
	user-select         : none;
}

.counter input{
	height         : 26px;
	width          : 26px;
	display        : inline-block;
	margin         : 0;
	outline        : none;
	border         : 1px solid black;
	padding        : 4px;
	text-align     : center;
	color          : black;
}

.counter .plus, .counter .minus{
	display       : block;
	cursor        : pointer;
	position      : absolute;
	color         : black;
	top: 0;
}

.counter .plus:hover, .counter .minus:hover{
	color: red;
}

.counter .plus{
	right : 0;
}
.counter .plus:before{
	content: '+';
}

.counter .minus{
	left : 0;
}

.counter .minus:before{
	content: '-'
}
/* End */


/* Start:/local/modules/aspro.settings/css/toggle-text.css?1755611030321*/
.detail-text-block{
	max-height : 0;
	opacity    : 0;
	overflow   : hidden;
}

.detail-text-block.open{
	max-height : 999999999px;
	opacity    : 1;
	transition : all 1s ease-in-out 0s;
}

.text-event{
	cursor : pointer;
}

.text-event span{
	display       : inline-block;
	border-bottom : 1px dotted;
}
/* End */


/* Start:/local/templates/landing/styles.css?175561103032224*/
#schedule{
    background-color: var(--background-color);
    padding: 16px 0 20px;
}

@media(min-width: 768px){
    #schedule{
        background: url(/local/templates/landing/assets/images/pattern.jpg) 0px 0px repeat-x;
        background-color: #f9fafc;
        background-repeat: repeat-x;
        border-top: 1px #eceff4 solid;
        border-bottom: 1px #eceff4 solid;
        padding: 48px 0 0;
    }
}

#schedule #shedule_desc div {
    margin-bottom: 30px;
    text-align: center;
}

.tasting-schedule-wrapper{
    display: flex;
    gap: 16px;
}

.tasting-schedule-wrapper .filt {
    position: relative;
}

@media(min-width: 768px){
    .tasting-schedule-wrapper .filt {
        width: 100%;
        border-right: 1px solid #ebeef3;
        border-radius: 3px;
    }
}

.tasting-schedule-wrapper > * {
    font-size: 14px;
    color: var(--heading-color);
}

@media(min-width: 768px){
    .tasting-schedule-wrapper > * {
        font-size: 15px;
        color: var(--text-color);
    }
    .tasting-schedule-wrapper > div{
        border: 1px solid #ebeef3;
        border-radius: 3px;
    }
}

.tasting-schedule-wrapper .filt .selected {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    white-space: nowrap;
    cursor: pointer;
    z-index: 5;
}

@media(min-width: 768px){
    .tasting-schedule-wrapper .filt .selected {
        height: 100%;
        background: #FFF;
        padding: 0 25px;
    }
    .tasting-schedule-wrapper .filt .selected:hover, 
    .tasting-schedule-wrapper .selected.active {
        background: #fbfbfc;
    }
    .tasting-schedule-wrapper .filt .selected svg path{
        fill: #7e8b9f;
    }

    .tasting-schedule-wrapper .filt .selected:hover svg path, 
    .tasting-schedule-wrapper .selected.active svg path{
        fill: var(--primary-color);
    }
}

.tasting-schedule-wrapper ul {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(44, 62, 89, 0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(44, 62, 89, 0.2);
    box-shadow: 0px 2px 10px 0px rgba(44, 62, 89, 0.2);
}

.tasting-schedule-wrapper .filt ul {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    display: none;
    min-width: 150px;
    max-height: 264px;
    background: #FFF;
    overflow: auto;
    padding: 0;
    margin: 2px 0 0;
    z-index: 1;
}

@media(min-width: 768px) {
    .tasting-schedule-wrapper .filt.city .selected{
        display: none;
    }

    .tasting-schedule-wrapper .filt.city ul{
        position: static;
        display: inline-flex !important;
        width: 100%;
        box-shadow: none;
        padding: 6px;
        margin: 0;
    }
}

.tasting-schedule-wrapper ul li {
    list-style: none;
    border-top: 1px solid #ebeef3;
}

.tasting-schedule-wrapper ul li:first-of-type {
    border-top: none;
}

.tasting-schedule-wrapper .filt ul li {
    cursor: pointer;
    padding: 16px 25px;
}

.tasting-schedule-wrapper .filt ul li.select {
    cursor: default;
    background: #fbfbfc;
}

@media(min-width: 768px) {
    .tasting-schedule-wrapper .city ul li {
        display: inline-block;
        color: var(--text-color);
        font-size: 15px;
        font-weight: bold;
        border: 0;
        padding: 11px 16px;
    }
    .tasting-schedule-wrapper .city ul li.select {
        color: #ffffff;
        background: var(--secondary-color);
        border-radius: 3px;
    }
}

.filter-schedule{
    gap: 16px;
    width: 100%;
}

@media(min-width: 768px){
    .filter-schedule{
        gap: 0;
    }
}

.filter-schedule .reset {
    display: inline-block;
    width: 15px;
    height: 100%;
    background: url(/local/templates/landing/assets/images/mavt.png) -336px 0 no-repeat;
    vertical-align: top;
    cursor: pointer;
    margin-left: auto;
}

@media(min-width: 768px){
    .filter-schedule .reset {
        position: relative;
        width: 66px;
        min-width: 66px;
        background: #fff;
    }

    .filter-schedule .reset:before{
        content: '';
        position: absolute;
        top: calc(50% - 7.5px);
        left: calc(50% - 8px);
        width: 15px;
        height: 16px;
        background: url(/local/templates/landing/assets/images/mavt.png) -336px 0 no-repeat;
    }

    .filter-schedule .reset:hover {
        background: #fbfbfc;
    }
}

.rtext{color:var(--primary-color);}
a.rtext:hover{color:var(--primary-color);}

.catalog-products .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.catalog-products .owl-item {
    min-width: 164px;
    max-width: 164px;
}

@media(min-width: 576px){
    .catalog-products .items {
        display: grid;
        grid-template-columns: repeat(3, 33%);
    }
    .catalog-products .item .iteminner{padding:24px 20px 24px;border-top:none;}
    .catalog-products .item .iteminner.nob{border-top:1px solid transparent;}
}

.catalog-products .items .sline{background:#ced7e2;height:1px;width:100%;float:left;}

.catalog-products .item .base{
    position:relative;
    overflow:hidden;
}
@media(min-width: 576px) {
    .catalog-products .item .base{
        text-align:center;
    }
}

.catalog-products .item .label-wrap{position:absolute;top:0;}
.catalog-products .item .image{
    display:flex;
    align-items: flex-end;
    justify-content: start;
    height: 120px;
    overflow:hidden;
    cursor:default;
    margin-bottom: 8px;
}

@media(min-width: 576px) {
    .catalog-products .item .image{
        justify-content: center;
        height: 190px;
        margin-bottom: 10px;
    }
}

.catalog-products .item .image img{
    max-height:100%;
    max-width:100%;
    width: auto;
    object-fit: contain;
}

.catalog-products .item .name {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading-color);
    text-align: center;
    vertical-align: top;
}

@media(min-width: 576px) {
    .catalog-products .item .name {
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        color: var(--primary-color);
    }
}
.catalog-products .item .name.onhover{
    color:var(--primary-color);
}

.catalog-products .item .properties{
    position:relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin:4px 0 8px;
}

@media(min-width: 576px) {
    .catalog-products .item .properties{
        font-size: 12px;
        line-height: 22px;
    }
}

.catalog-products .item .name.oneline{
    width:100%;
    max-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.catalog-products .item .properties.oneline{
    display:block;
    max-height:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.catalog-products .item .price{margin:0 0 7px;}
.catalog-products .item .compares{height:27px;overflow:hidden;position:absolute;right:0;top:0;width:31px;display:none;}
.catalog-products .item .compares.incompare{display:block;}
.catalog-products .item .compares .add2compare{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -126px -151px rgba(0,0,0,0);height:100%;width:100%;}
.catalog-products .item .compares:hover .add2compare{background-position:-158px -151px;}
.catalog-products .item .compares .incompare{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -94px -213px rgba(0,0,0,0);height:100%;width:100%;}
.catalog-products .item .compares:hover .incompare{background-position:-126px -213px;}
.catalog-products .item .favorites{height:27px;overflow:hidden;position:absolute;right:0;top:0;width:31px;display:none;}
.catalog-products .item .favorites.infavorite{display:block;}
.catalog-products .item .favorites .add2favorite{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -126px -181px rgba(0,0,0,0);height:100%;width:100%;}
.catalog-products .item .favorites:hover .add2favorite{background-position:-158px -181px;}
.catalog-products .item .favorites .infavorite{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -94px -243px rgba(0,0,0,0);height:100%;width:100%;}
.catalog-products .item .favorites:hover .infavorite{background-position:-126px -243px;}
.compares .add2compare{display:block;}
.compares .incompare{display:none;}
.compares.incompare .add2compare{display:none;}
.compares.incompare .incompare{display:block;}
.favorites .add2favorite{display:block;}
.favorites .infavorite{display:none;}
.favorites.infavorite .add2favorite{display:none;}
.favorites.infavorite .infavorite{display:block;}
.catalog-products .item .compares + .favorites{top:33px;}
.fastpreview{cursor:pointer;background-color:#c9d5e2;border:3px solid #FFFFFF;border-radius:5px;color:#384A61;font-size:10px;height:23px;left:50%;line-height:23px;margin:0 0 0 -62px;overflow:hidden;padding:0 10px;position:absolute;text-decoration:none;text-transform:uppercase;top:134px;display:none;}
.fastpreview:hover{background-color:#BCCBDB;color:#384A61;}
.catalog-products .item .buttons .module-counter input{width:19px;}
.catalog-products .item .buttons{display:none;font-size:0;margin:10px auto 0;width:178px;max-width: 100%;white-space:nowrap; text-align: center;}
.catalog-products .item .buttons.incart{width:146px;text-align:center;}
.catalog-products .item .buttons .add2cart{height:25px;line-height:26px;padding:0 15px;}
.catalog-products .item .buttons .incart{padding:0 15px;}
.buttons .add2cart{display:inline-block;vertical-align:top;}
.buttons .incart{display:none;}
.buttons.incart .add2cart{display:none;}
.buttons.incart .incart{display:inline-block;vertical-align:top;}
.catalog-products .item.hover .iteminner{box-shadow:0 0 3px 2px #D5DDE4;position:relative;z-index:2;background:none repeat scroll 0 0 #FFFFFF;}
.catalog-products .item .buttons{display:block;}
.catalog-products .item .buttons .module-counter{margin-right:11px;display:inline-block;vertical-align:top;}
.catalog-products .item .buttons.incart .module-counter{display:none;}
.catalog-products .item .compares,.catalog-products .item:hover .compares{display:block;}
.catalog-products .item .favorites,.catalog-products .item:hover .favorites{display:block;}
.catalog-products .cat-desc{margin:20px 0 0;}
.noexist{color:#292D35;font-size:14px;margin:13px 0 0;position:relative;text-align:center;text-transform:uppercase;}
.noexist:before,.noexist:after{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -15px -58px rgba(0,0,0,0);content:"";height:8px;position:absolute;top:5px;width:8px;}
.noexist:before{left:11px;}
.noexist:after{right:11px;}
.section-description-bottom{margin-top:20px;}
.price{
  display:inline-block;
  font-size:0;
  color:#292D35;
  height:24px;
  vertical-align:top;
  line-height:24px;
  text-align:center;
  white-space:nowrap;
  word-break:keep-all;
}
.price{display:inline-block;font-size:0;color:#292D35;height:24px;vertical-align:top;line-height:24px;text-align:center;white-space:nowrap;word-break:keep-all;}
.price.up{text-align:left;}
.price.line>*{display:inline-block;}
.price .cur{font-size:16px;font-weight:bold;position:relative;}
.price .old{font-size:13px;line-height:13px;text-decoration:line-through;}
.price.line .old{margin:0 0 0 12px;}
.price .cur.y_price,.price .cur.r_price{padding:0 4px 0 7px;}
.price .cur.y_price{background-color:#fac622;}
.price .cur.r_price{background-color:var(--primary-color);color:#FFFFFF;}
.price .cur.y_price:before,.price .cur.y_price:after,.price .cur.r_price:before,.price .cur.r_price:after{background:url("/local/templates/mavt/images/sp.png?v=2") no-repeat scroll -160px -217px rgba(0,0,0,0);content:"";height:100%;position:absolute;top:0;width:1px;}
.price .cur.r_price:before,.price .cur.r_price:after{background-position:-218px -185px;}
.price .cur.y_price:before,.price .cur.r_price:before{left:-1px;}
.price .cur.y_price:after,.price .cur.r_price:after{right:-1px;}

.catalog-products ul li:before{ display:none;}

@media(min-width: 576px){
    .modal-event .modal-body{
        padding: 0;
    }

    .modal-event .form.border-box {
        background: #f4f5f8;
        padding: 0 40px 50px 40px;
    }

    .modal-event .form.border-box form {
        padding: 0 22%;
    }

    .modal-event .form-inner .title {
        padding: 48px 0 17px;
    }

    .modal-event .form-inner .form-group input,
    .modal-event .form-inner .form-group textarea,
    .modal-event .form-inner .form-group .cusel{
        background: #fff;
    }
}

.popupinner .form.border-box {
    margin: 0;
}

.deg_form .form form {
    padding: 0 170px;
}

.deg_form .form-group {
    text-align: left;
}

.deg_form .input input, 
.deg_form .select_form input[type=text], 
.deg_form .cusel {
    background: #ffffff;
}

.deg_form .input.checkbox label {
    padding-left: 25px;
}

form #AGREEMENT + label a {
    color: var(--text-color);
    cursor: pointer;
    text-decoration: underline;
}

.deg-submit {
    text-align: center;
}

.deg-submit .btn{
    margin: 0 auto;
}

/*  блок промо */

#promo {
    overflow: hidden;
}

@media(min-width: 576px){
    #promo {
        padding-top: 60px;
    }
}

.promo-item {
    position: relative;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    cursor: pointer;
}

@media(min-width: 992px) {
    .promo-items{
        display: flex;
        justify-content: space-between;
    }
    .promo-items > .col-lg-6 {
        max-width: calc(50% - 10px);
    }
}

.promo-item .wrap{
    gap: 16px;
}

@media(min-width: 576px){
    .promo-item .wrap{
        height: 100%;
        padding: 24px 8px;
    }
}

@media(min-width: 576px){
    .promo-item {
        border-left: 1px solid var(--border-color);
        border-right: 1px solid var(--border-color);
        border-radius: 5px;
    }
}

.promo-item:hover{
    background-color: #fff;
    border-color: transparent;
    box-shadow: 5px 5px 25px rgba(11, 10, 10, 0.15);
}

#promo .promo-item .image {
    min-width: 70px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
    border-radius: 0 0 35px 35px;
    overflow: hidden;
}

#promo .promo-schedule .image {
    height: 137px;
    background-image: url(/local/templates/landing/assets/images/promo1.png);
}

#promo .promo-individual .image {
    height: 105px;
    background-image: url(/local/templates/landing/assets/images/promo2.png);
}

#promo .promo-wedding .image {
    height: 102px;
    background-image: url(/local/templates/landing/assets/images/promo3.png);
}

@media(min-width: 768px){
    #promo .promo-item .image{
        position: absolute;
        bottom: -1px;
        min-width: 167px;
        height: 100%;
        border-radius: 0;
    }
    #promo .promo-item .content{
        width: calc(100% - 172px);
        margin-right: auto;
    }
}

#promo .title-sm{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 576px){
    #promo .title-sm {
        font-size: 24px;
        line-height: 1.1em;
        margin-bottom: 8px;
    }
}

.schedule__description,
.text-sm{
    max-width: 464px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-color);
    margin-bottom: 12px;
}

#promo .description__items{
    padding-left: 24px;
    margin: 0;
}

#promo .description__items .description__item{
    position: relative;
    padding-left: 20px;
}

#promo .description__items .description__item:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--text-color);
}

@media(min-width: 768px){
    #promo .description__items .description__item{
        padding: 0;
    }
    #promo .description__items .description__item:not(:last-child) {
        margin-bottom: 8px;
    }
    #promo .description__items .description__item:before {
        display: none;
    }
}

#promo .description__footer{
    margin-top: 4px;
}

@media(min-width: 768px){
    #promo .promo-schedule .description__footer {
        margin-top: 8px;
    }
}

#promo .button_deg{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--primary-color);
    border: 1px solid rgba(140, 26, 66, 0.4);
    border-radius: 4px;
    text-transform: none;
    padding: 0 12px;
}

#promo .promo-item:hover .button_deg{
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.share-impressions{
    color: #fff;
    background: var(--heading-color);
    text-align: center;
    padding: 16px;
}

.share-impressions .b1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 4px;
}

.share-impressions .b2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

@media(min-width: 576px){
    .share-impressions{
        color: var(--heading-color);
        background: transparent;
        padding-top: 46px;
    }

    .share-impressions .b1{
        font-size: 18px;
    }

    .share-impressions .b2{
        color: var(--text-color);
        margin: 8px 0 15px 0;
    }
}

#promo .b3 .socbut {
    font-size: 0;
    height: 43px;
    display: inline-block;
    vertical-align: top;
    box-sizing: content-box;
}

.share-impressions .socbut{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.share-impressions .socbut .sbut {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.share-impressions .socbut .sbut:hover {
    opacity: .8;
}

.share-impressions .vk {
    background-color: #0078FF;
    background-image: url(/local/templates/landing/images/svg/vk.svg);
}

.share-impressions .tw {
    background-color: #00AEF1;
    background-image: url(/local/templates/landing/images/svg/twitter.svg);
}

.share-impressions .tl {
    background-color: #40b2ec;
    background-image: url(/local/templates/landing/images/svg/telegram.svg);
}

/*  блок с залами */
#gallery {
    background: none;
    overflow: hidden;
    padding: 16px 0;
}
@media(min-width: 576px) {
    #gallery {
        padding: 80px 0 44px;
    }
}

/*  блок с кавистами */
#kavists {
    padding: 16px 0;
    background: var(--background-color);
}

@media(min-width: 576px) {
    #kavists {
        border-top: 1px solid #edf0f4;
        border-bottom: 1px solid #edf0f4;
        padding: 48px 0 60px;
    }
}

/*  блок Что вы узнаете на мастер-классе */
#will_know {
    position: relative;
    background: #FFF;
    padding: 16px 0;
}

@media(min-width: 576px) {
    #will_know {
        padding: 49px 0 80px;
    }
}

section#will_know .know-block {
    text-align: center;
}

section#will_know .know-block .image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin-bottom: 4px;
}

@media(min-width: 576px) {
    section#will_know .know-block .image{
        margin-bottom: 30px;
    }
}

section#will_know .know-block .image img{
    max-width: 100%;
    width: auto;
}

section#will_know .know-block span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--heading-color);

}

@media(min-width: 576px) {
    section#will_know .know-block span {
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
    }
}

/*  блок с видео */
#video{
    border-bottom: 1px solid #edf0f4;
    padding: 0 0 16px;
}

@media(min-width: 576px){
    #video {
        padding: 0 0 60px;
    }
}

.video-container{
    position: relative;
    width: 100%;
    padding-top: calc(9/16 * 100%);
}

.video-container.video-play:before{
    --size: 60px;
    content: '';
    position: absolute;
    top: calc(50% - var(--size)/2);
    left: calc(50% - var(--size)/2);
    display: inline-block;
    width: var(--size);
    height: var(--size);
    background: var(--secondary-color) url(/local/templates/landing/images/svg/arrow.svg) no-repeat calc(50% + 5px);
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
}

@media(min-width: 768px){
    .video-container.video-play:before{
        --size: 100px;
    }
}

.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*  блок отзывы */
#feedbacks {
    position: relative;
    padding: 16px 0 20px;
    background: var(--background-color);
}

@media(min-width: 576px){
    #feedbacks {
        padding: 48px 0 60px;
    }
}

.online-payment-methods {
    color: #fff;
    background: var(--primary-color);
    padding: 16px 0;
}

@media(min-width: 768px) {
    .online-payment-methods {
        color: #768296;
        background: #fff;
        border-top: 1px solid #edf0f4;
        padding: 50px 0px 2px;
    }
}
.online-payment-methods h5 {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: var(--border-color);
    margin-top: 0;
    margin-bottom: 8px;
}
@media(min-width: 768px) {
    .online-payment-methods h5 {
        font-size: 16px;
        line-height: 21px;
        color: var(--text-color);
        margin-bottom: 20px;
    }
}
.online-payment-methods__item__requisite {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}
.online-payment-methods__item__payment {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.online-payment-methods__line {
    width: 100%;
    height: 1px;
    background-color: #edf0f4;
    margin: 29px 0 30px;
}
.online-payment-methods ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}
.online-payment-methods__item__payment {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.online-payment-methods__item__icon {
    margin-right: 10px;
}
.online-payment-methods__item__link  {
    display: block;
    margin-bottom: 15px;
}
.online-payment-methods__item__link span {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    color: #921C40;
    border-bottom: 1px dotted #921C40;
    cursor: pointer;
}
.online-payment-methods__item__link:hover span {
    color: #921C40;
    border-bottom: 0;
}

.legal-documentation{
    background: var(--primary-color);
    padding: 0 0 27px;
}

.legal-documentation a{
     display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    color: #fff;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .legal-documentation{
        background: #fff;
        padding: 0 0 32px;
    }
    .legal-documentation a{
        color: var(--signature-color);
        margin-bottom: 0;
    }
    .legal-documentation a:hover{
        color: var(--primary-color);
    }
}

.stickers .online,
.stickers > div{
    background:var(--secondary-color);
}

.stickers .training {
    background: #6fc540;
}

.stickers .game {
    background: #273647;
    font-weight: bold;
}

/* модальные окна */
.degustation-head {
    background: var(--background-color);
    border-radius: 8px;
    padding: 16px;
    margin: 16px 0;
}
@media(min-width: 576px){
    .degustation-head {
        background: transparent;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }
}

.degustation-head .stitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    border-radius: 2px;
    padding: 4px 8px;
    margin-bottom: 8px;
}

.degustation-head .title{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}

@media(min-width: 576px) {
    .degustation-head .title{
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0 30px;
        margin-bottom: 19px;
    }
}

@media(min-width: 576px) {
    .degustation-head .deg-info {
        background: #f4f5f8;
        margin-top: 65px;
        padding: 50px;
    }
}

@media(min-width: 576px) {
    .degustation-head .deg-info .deg-items > div {
        display: inline-block;
        width: 23.6%;
    }
    .degustation-head .deg-info .deg-items > div:before{
        content: "";
        display: block;
        width: 70px;
        height: 70px;
        margin: 0 auto 11px;
        background: url(/local/templates/landing/assets/images/deg_form_pic1.png) 0 0 no-repeat;
    }
}

.degustation-head .deg-items{
    gap: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text-color);
}

@media(min-width: 576px) {
    .degustation-head .deg-items{
        color: #8b96a9;
    }
}

.degustation-head .deg-items div span:not(.currency) {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 4px;
}

@media(min-width: 576px) {
    .degustation-head .deg-items div span:not(.currency) {
        font-size: 15px;
        color: #292d35;
    }
}

.degustation-head .deg-info .deg-items > div.leading:before {
    display: none;
}

.degustation-head .deg-info .deg-items > div.leading .kavist-image {
    display: block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

@media(min-width: 576px) {
    .degustation-head .deg-info .deg-items > div.leading .kavist-image {
        display: block;
        min-width: 70px;
        width: 70px;
        height: 70px;
        margin: 0 auto 11px;
    }
}

.degustation-head + div{
    background: var(--background-color);
    border-radius: 8px;
    padding: 16px;
    margin-top: 4px;
}

.degustation-head + .share{
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: var(--text-color);
}

.share .ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
    height: 32px;
    width: 32px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width: 576px) {
    .share .ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
        height: 18px;
        width: 18px;
        background-size: 18px;
    }
}

.deg-info .degustation_mavt_25 {
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: 16px 0 10px;
}

.deg-info .degustation_mavt_25>span {
    position: relative;
    display: inlineb-block;
    background: #ff891a;
    border-radius: 2px;
    padding: 5px 13px 6px;
}

.deg-info .degustation_mavt_25>span:before {
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #ff891a;
    margin: 0 0 0 -5px;
}

@media(min-width: 576px) {
    .degustation-head .deg-info .deg-items > div.address:before {
        background: url(/local/templates/landing/assets/images/deg_form_pic2.png) 0 0 no-repeat;
    }

    .degustation-head .deg-info .deg-items > div.price-deg-f:before {
        background: url(/local/templates/landing/assets/images/deg_form_pic3.png) 0 0 no-repeat;
    }
}

.degustation-head .deg-descr{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: var(--heading-color);
    margin-bottom: 16px;
}
@media(min-width: 576px) {
    .degustation-head .deg-descr {
        color: var(--text-color);
        letter-spacing: -0.05px;
        padding-left: 10px;
        padding-right: 24px;
        margin-top: 34px;
    }
}

.degustation-head .deg-info .share {
    width: 288px;
    text-align: left;
    overflow: hidden;
    margin: 28px auto 0;
}

.degustation-head .deg-info .share > span {
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin: 0 9px 0 0;
}

.bx-firefox .degustation-head .deg-info .share > span{
    line-height: 19px;
}

.degustation-head .deg-info .share .ya-share2__list{
    margin-top: 1px;
}

.degustation-head .deg-submit {
    margin-top: 28px;
}

.degustation-head .deg-submit .noavail-form {
    display: inline-block;
    width: 143px;
    height: 32px;
    background: url(/local/templates/landing/assets/images/no_avail_stick2.png) 0 0 no-repeat;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 6px 2px;
    margin: 0px 0 10px 0;
}

.deg-drinks{
    padding: 16px 0;
}

@media(min-width: 576px){
    .deg-drinks{
        padding: 47px 50px 31px;
    }
}

.deg-drinks .title{
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
}

@media (min-width: 576px) {
    .deg-drinks .title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 31px;
    }
}

.input.checkbox {
    position: relative;
}
form #AGREEMENT + label:hover,
form #AGREEMENT_ + label:hover{
    color: #7b879b !important;
}
form #AGREEMENT + label a,
form #AGREEMENT_ + label a{
    color: var(--text-color);
    cursor: pointer;
    text-decoration: underline;
}
form #AGREEMENT + label a:hover,
form #AGREEMENT_ + label a:hover{
    color: var(--primary-color) !important;
}

form #AGREEMENT:not(:checked) + label:hover:before,
form #AGREEMENT_:not(:checked) + label:hover:before{
    background: none;
    background-color: var(--primary-color);
    border-radius: 2px;
}
.select_form {
    margin: 0;
}
.form-group-captcha {
    display: flex;
    gap: 12px;
}

.captcha_refresh{
    display: inline-block;
    font-size: 13px;
    color: #7c889c;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 0 3px;
}

.form-group-captcha img{
    max-width: 100%;
}
.form-group-captcha input.captcha_word {
    height: 45px;
}

form .form-group-captcha div.error{
    top: 100%;
}

.with-res:not(.deg-form){
    margin-top: 64px;
}

.result-form{
    text-align: center;
}

.result-form .image {
    padding-top: 50px;
}

.result-form .res {
    font-size: 20px;
    font-weight: bold;
    color: var(--heading-color);
    margin-top: 13px;
}

.result-form .text {
    font-size: 15px;
    color: var(--text-color);
    margin-top: 15px;
    line-height: 22px;
}


.age-modal__label{
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    color: var(--primary-color);
}

@media (min-width: 576px) {
    .age-modal__label{
        font-size: 90px;
        line-height: 90px;
    }
}

.age-modal__title{
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: var(--heading-color);
}

@media (min-width: 576px) {
    .age-modal__title{
        font-size: 25px;
        line-height: 30px;
    }
}

.age-modal__body{
    color: var(--heading-color);
}

.age-modal__note{
    font-size: 12px;
    line-height: 20px;
}

.age-modal__button > a{
    display: inline-flex;
    width: auto;
}
/* End */


/* Start:/local/templates/landing/template_styles.css?175561103014097*/
:root {
    --primary-color: #8C1A42;
    --secondary-color: #EA5444;
    --background-color: #EFF2F6;
    --border-color: #D6DFEA;
    --heading-color: #273647;
    --text-color: #505D72;
    --signature-color: #8791A2;
}

body{
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 20px;
    color: #768296;
    padding: 0;
    margin: 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, 
a:focus {
    text-decoration: none;
}

.container,
.container-fluid,
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto  {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1008px;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.wrapper-header{
    background: #000;
    overflow: hidden;
}

.wrapper-header .header-hr{
    width: calc(100% + 32px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-left: -16px;
}

@media (min-width: 576px) {
    .wrapper-header .header-hr{
        width: 100%;
        margin-left: 0;
    }
}

header{
    padding: 16px 0;
}

@media (min-width: 768px) {
    header{
        padding: 20px 0;
    }
}

header > .header-top{
    gap: 20px;
}

.header-logo{
    display: inline-block;
    max-width: 286px;
}

.header-logo img{
    max-width: 100%
}

.header-phone{
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .header-phone{
        font-size: 25px;
        line-height: 25px;
    }
}

.header-phone + div{
    margin-left: 33px;
}

header > *{
    white-space: nowrap;
}

.header-bottom{
    display: flex;
    gap: 4px;
    width: 100%;
    overflow-x: auto;
    margin-top: 16px;
}

@media (min-width: 768px) {
    .header-bottom{
        margin-top: 20px;
    }
}

.header-bottom a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background: #333;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 40px;
    text-decoration: none;
    padding: 0 12px;
}

footer {
    position: relative;
    background: #801733;
    text-align: center;
    padding: 33px 0 27px;
    z-index: 2;
}

footer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    top: -4px;
    background: url(/local/templates/landing/assets/images/wave.png) 0px 0px repeat-x;
}

.left_bx {
    float: left;
}

.right_bx {
    float: right;
}

footer .left_label_wrap {
    width: 140px;
    margin: 1px 0 0;
}

footer .left_label a {
    width: 106px;
    display: block;
    height: 39px;
    background: url(/local/templates/landing/assets/images/mavt.png) 0 -46px no-repeat;
}

footer .left_label a:hover {
    background-position: 0 -86px;
}

footer .developer {
    text-align: right;
    margin: 10px 0 0;
    width: 150px;
}

footer .developer a {
    display: block;
    font-size: 12px;
    color: #bb8997;
}

footer .developer a:hover {
    color: #e0bdc7;
}

footer .developer a span {
    float: right;
    display: inline-block;
    width: 69px;
    height: 11px;
    background: url(/local/templates/landing/assets/images/mavt.png) -15px -22px no-repeat;
    margin: 5px 0 0 15px;
}

footer .developer a:hover span {
    background-position: -15px -34px;
}

.scroll_top {
    position: absolute;
    top: 30px;
    left: 50%;
    display: inline-block;
    width: 41px;
    height: 41px;
    background: url(/local/templates/landing/assets/images/mavt.png) -114px 0px no-repeat;
    cursor: pointer;
    margin-left: -20px;
}

.scroll_top:hover {
    background-position: -156px 0;
}

.left_label_wrap.left_bx.check_text_block {
    width: 100%;
    float: inherit;
    display: block;
    position: inherit;
    text-align: center;
    padding-top: 62px;
    margin-left: -15px;
}

.check_text {
    font-size: 13px;
    text-indent: 5px;
    color: #bb8897;
    letter-spacing: 0.6px;
}

.check_text .sel_yell {
    background: #ca5d7a none repeat scroll 0 0;
    color: #eedbe1;
    margin-right: 4px;
    padding: 0 5px 1px;
}

.check_text .comb_keys {
    color: #eee0e4;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 18.12px;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    padding: 0 20px;
}

.btn--primary{
    color: #fff;
    background: var(--primary-color);
    border: 0;
}

.btn--primary:hover{
    background: #761734;
    border-color: #761734;
}

.btn--primary-border{
    color: var(--primary-color);
    background: transparent;
    border: 1px solid var(--primary-color);
}

.btn--primary-border:hover{
    color: #fff;
    background: var(--primary-color);
    border-color: #761734;
}

.btn--primary.btn--light-hover:hover{
    background: #fff;
    color: var(--primary-color);
    border-color: #fff;
}

.btn--secondary{
    color: #fff;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn--secondary:hover{
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn--small{
    height: 35px;
}

.btn--big{
    height: 48px;
}

.btn--white{
    color: var(--primary-color);
    background: #fff;
    border: 0;
}

.title {
    font-size: 25px;
    font-weight: bold;
    color: var(--heading-color);
    line-height: 25px;
    text-align: left;
    margin-bottom: 16px;
}

@media(min-width: 768px){
    .title {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 60px;
    }

    .title > div {
        position: relative;
        max-width: 626px;
        display: inline-block;
    }
    
    .title > div:before, 
    .title > div:after {
        top: 19px;
        content: "";
        position: absolute;
        width: 135px;
        height: 4px;
    }

    .title > div:before {
        left: -175px;
        background: url(/local/templates/landing/assets/images/icon-wave-left.png) no-repeat;
    }

    .title > div:after {
        right: -175px;
        background: url(/local/templates/landing/assets/images/icon-wave-right.png) no-repeat;
    }
}

.form-inner{
    background: var(--background-color);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

@media(min-width: 576px){
    .form-inner{
        background: transparent;
        padding: 0;
        margin-bottom: 16px;
    }
}

.form-group {
    margin: 0 0 16px;
}

.form-inner .form-group:last-child{
    padding: 0;
}

.form-inner .form-group input,
.form-inner .form-group textarea,
.form-inner .form-group .cusel{
    height: 40px;
    background: #fff;
}

@media(min-width: 576px){
    .form-inner .form-group input,
    .form-inner .form-group textarea,
    .form-inner .form-group .cusel{
        height: 34px;
        background: #f1f3f6;
    }
}

@media(min-width: 768px){
    .form-group {
        margin: 0 0 20px;
    }
}

label {
    margin: 0 0 3px;
    font-size: 13px;
    color: #7c889c;
    display: inline-block;
    cursor: pointer;
}

.input {
    position: relative;
    display: block;
}

.input input, 
.input textarea, 
.cusel {
    width: 100%;
    height: 34px;
    outline: none;
    font-family: 'PT Sans', sans-serif;
    font-size: 13px;
    color: var(--heading-color);
    background: #f1f3f6;
    border: 1px solid #e1e5ea;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 11px;
}

.cusel, 
.input_number {
    width: 100% !important;
    position: relative;
    cursor: pointer;
    position: relative;
}

.cuselText{
    display: flex;
    align-items: center;
    height: 100%;
}

.cusel:after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 10px;
    content: '';
    display: block;
    width: 7px;
    height: 12px;
    background: url(/local/templates/landing/assets/images/mavt.png) -302px 0px no-repeat;
}

.cusel.cuselOpen:after{
    background-position:-312px 0;
}

.input.checkbox input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.input.checkbox label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding-left: 22px;
    line-height: 15px;
}

.input.checkbox label:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    background: url(/local/templates/landing/assets/images/ch.png) 0 0 no-repeat;
}

.input.checkbox input:checked + label:before {
    background-position: -15px 0;
}

.select_form {
    margin: 0;
}

div.error, label.error {
    position: absolute;
    color: red;
    top: 0;
    right: 0;
    white-space: nowrap;
}

.form div.error {
    font-size: 11px;
    color: #bb4359;
    top: -23px;
}

label .sof-req {
    color: #921c40;
}

.cusel .cusel-scroll-wrap .cusel-scroll-pane{
    position:absolute;
    top:33px;
    left:-1px;
    right:-1px;
    max-height:211px;
    height:auto !important;
    background:#FFF;
    border:1px solid #e1e5ea;
    z-index:4;
}

.cusel .cusel-scroll-wrap span{
    display:block;
    padding:7px 11px;
    border-top:1px solid #d5dde6;
}

.cusel .cusel-scroll-wrap span:not(.cuselActive):hover{
    background:#801939;
    color:#FFF;
}

.cusel .cusel-scroll-wrap span.cuselActive{
    background:#f1f3f6;
}

.cusel .cusel-scroll-wrap span:first-child{
    border-top:none;
}

.input-errortext{
    position: absolute;
    top: -17px;
    right: 0;
    line-height: 11px; ;
    font-size: 10px;
    color: #bb4359;
}

.mt-20 {
    margin-top: 20px;
}

div.fancybox-opened .fancybox-skin {
    box-shadow: none;
    background: #FFF;
    border-radius: 2px;
}

.fancybox-skin .fancybox-close {
    cursor: pointer;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    background: url(/local/templates/landing/assets/images/mavt.png) -108px -45px no-repeat;
}

.fancybox-skin .pag_wrap {
    position: absolute;
    left: 50%;
    bottom: 25px;
}

.fancybox-skin .pagination {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 0 0 0 -100%;
}

.fancybox-skin .pagination>span {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: 2.3px solid #8090a3;
    border-radius: 50%;
}

.fancybox-skin .pagination>span:first-of-type {
    margin-left: 0;
}

.fancybox-skin .pagination>span.active {
    background: #8090a3;
    cursor: default;
}

.fancybox-skin .fancybox-nav {
    top: 50%;
    margin-top: -10px;
    display: block;
    visibility: visible;
    background: url(/local/templates/landing/assets/images/mavt.png) -24px 0px no-repeat;
    width: 12px;
    height: 21px;
}

.fancybox-skin .fancybox-nav span {
    display: none;
}

.fancybox-skin .fancybox-prev {
    left: -29px;
}

.fancybox-skin .fancybox-next {
    right: -29px;
    background-position: -37px 0;
}

.fancybox-skin .fancybox-prev:hover {
    background-position: -50px 0;
}

.fancybox-skin .fancybox-next:hover {
    background-position: -63px 0;
}

.fancybox-opened .fancybox-title {
    bottom: auto;
    top: 21px;
    margin: 0;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-opened .fancybox-title span {
    background: none;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1em;
    color: var(--heading-color);
    text-shadow: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    display: block;
    width: 12px;
    height: 21px;
    background: url(/local/templates/landing/assets/images/mavt.png) 0px 0px no-repeat;
}

.owl-carousel .owl-nav button.disabled{
    display: none;
}

.owl-carousel .owl-nav button span{
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -24px;
    background-position: -24px 0;
}

.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -50px 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: -24px;
    background-position: -37px 0;
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -63px 0;
}

.owl-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: 2.3px solid #8090a3;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #8090a3;
    cursor: default;
}

/* End */
/* /local/templates/landing/assets/css/fonts.css?17556110301748 */
/* /local/templates/landing/vendors/bootstrap-4.1.3/dist/css/bootstrap-grid.css?175561103039555 */
/* /local/templates/landing/assets/css/bootstrap-utilities.css?175561103021083 */
/* /local/templates/landing/assets/css/jquery.fancybox.css?17556110305210 */
/* /local/templates/landing/vendors/OwlCarousel2-2.3.4/assets/owl.carousel.css?17556110304930 */
/* /local/templates/landing/assets/css/modal.css?17556110304928 */
/* /local/templates/landing/components/ranx/banners.list/main_top/style.css?17556110301596 */
/* /bitrix/templates/.default/ajax/ajax.css?1459336870448 */
/* /local/modules/aspro.settings/css/popups.css?17556110301442 */
/* /local/modules/aspro.settings/css/counter.css?17556110301327 */
/* /local/modules/aspro.settings/css/toggle-text.css?1755611030321 */
/* /local/templates/landing/styles.css?175561103032224 */
/* /local/templates/landing/template_styles.css?175561103014097 */
