@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn07 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fadeIn07 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(100%);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translate(100%);
  }
  100% {
    transform: translate(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-100%);
  }
}
@-webkit-keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-1 {
    margin-left: 8.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: flex !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Regular.eot");
  src: url("../../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-Regular.woff") format("woff"), url("../../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraBold.eot");
  src: url("../../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #474A50;
}

h1 {
  margin: 0;
}

h2 {
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  line-height: 1.5;
}

p {
  line-height: 1.5;
  text-indent: 20px;
}

a {
  text-decoration: none;
  color: #474A50;
  transition: 0.5s all;
}
a:hover {
  color: #C1121C;
}

a.logo {
  transition: 0.5s all;
}
a.logo:hover {
  opacity: 0.7;
}

button {
  background: none;
  border: none;
  padding: 0;
}

.hide {
  display: none !important;
}

.show-flex {
  display: flex;
}

.show-block {
  display: block;
}

.selected {
  color: #C1121C;
}

.highlight {
  padding: 30px;
  margin: 16px 0;
  background: #CBD0CC;
  line-height: 1.5;
  font-weight: 700;
}

.highlight-border {
  border-left: 8px solid #C1121C;
  background: linear-gradient(45deg, #CBD0CC, #ffffff);
}

.rotate {
  transform: rotate(-90deg) !important;
}

.page-title {
  min-height: 160px;
  padding: 32px 0;
  background-image: url(/img/bg1.jpg);
  background-size: cover;
  display: flex;
  align-items: center;
}
.page-title .container {
  display: flex;
  align-items: center;
}
.page-title .container h1 {
  margin: 0 auto;
}

.return_block {
  width: 100%;
  height: 120px;
}

.pageup {
  opacity: 0;
  width: 35px;
  height: 35px;
  position: fixed;
  bottom: 100px;
  right: 5%;
  z-index: 30;
  background-color: #C1121C;
  cursor: pointer;
  border: 1px solid white;
  transition: 1s all;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageup:hover {
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation: fadeIn 0.5s linear;
          animation: fadeIn 0.5s linear;
}

.btn {
  height: 48px;
  padding: 0 32px;
  background: linear-gradient(45deg, #C1121C, #9f1019);
  border-radius: 20px;
  color: #fff;
  outline: none;
  transition: 0.5s all;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.btn:hover {
  background: linear-gradient(45deg, #9f1019, #C1121C);
}
.btn:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(35deg);
  z-index: -10;
}
.btn:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-main {
  background: linear-gradient(45deg, #585756, #2f2f2e);
}
.btn-main:hover {
  background: linear-gradient(45deg, #2f2f2e, #585756);
}

header .container, footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .container .logo, footer .container .logo {
  display: flex;
  align-items: center;
  text-align: start;
}
header .container .logo .logo-img, footer .container .logo .logo-img {
  width: 100px;
}
header .container .logo .logo-text, footer .container .logo .logo-text {
  transform: translateX(-30px);
}
header .container .logo .logo-text .logo-name, footer .container .logo .logo-text .logo-name {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
header .container .logo .logo-text .logo-descr, footer .container .logo .logo-text .logo-descr {
  color: #9DA3A6;
  font-size: 12px;
  line-height: 1.5;
}
header .container .nav-desctop ul, footer .container .nav-desctop ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .container .nav-desctop ul li, footer .container .nav-desctop ul li {
  margin: 0 15px;
  font-size: 14px;
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .container .nav-desctop ul li:after, footer .container .nav-desctop ul li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #C1121C;
  transition: 0.5s all;
}
header .container .nav-desctop ul li:hover:after, footer .container .nav-desctop ul li:hover:after {
  width: 100%;
}
header .container .nav-desctop ul li a, footer .container .nav-desctop ul li a {
  color: #fff;
}
header .container .nav-desctop ul .btn-popup-menu img, footer .container .nav-desctop ul .btn-popup-menu img {
  width: 20px;
  margin-right: 10px;
}
header .container .menu-contacts .item, footer .container .menu-contacts .item {
  display: flex;
  align-items: center;
  padding: 4px;
}
header .container .menu-contacts .item .icon, footer .container .menu-contacts .item .icon {
  width: 14px;
}
header .container .menu-contacts .item a, footer .container .menu-contacts .item a {
  margin-left: 10px;
  font-size: 13px;
  transition: 0.5s all;
  color: #fff;
}
header .container .menu-contacts .item .call-back, footer .container .menu-contacts .item .call-back {
  font-size: 10px;
  color: #fff;
  height: 24px;
  padding: 0 12px;
}
header .container .menu-contacts .item .call-back:hover, footer .container .menu-contacts .item .call-back:hover {
  text-decoration: none;
}

header {
  position: fixed;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #161616, #2d2d2dfa 50%);
  z-index: 5;
  top: 0;
}
header .container {
  height: 120px;
}
header .container .phones a:hover {
  color: #C1121C;
}
header .header-mobil {
  display: none;
}

@media (max-width: 1200px) {
  header {
    height: initial;
  }
}
@media (max-width: 991px) {
  header {
    height: 160px;
    background: linear-gradient(180deg, #fff 60%, transparent 85%);
  }

  header .header-desctop {
    display: none;
  }

  header .header-mobil {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    width: 100%;
    height: 150px;
  }
  header .header-mobil .header-top-mobile {
    height: 80px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  header .header-mobil .header-top-mobile .logo .logo-text .logo-name {
    color: #474A50;
  }
  header .header-mobil .header-top-mobile .btn-menu {
    height: 24px;
  }
  header .header-mobil .header-top-mobile .btn-menu img {
    height: 100%;
  }
  header .header-mobil .header-top-mobile .logo {
    height: 90%;
  }
  header .header-mobil .header-top-mobile .logo img {
    height: 100%;
  }
  header .header-mobil .header-bottom-mobile {
    height: 60px;
    justify-content: center;
    align-items: center;
  }
  header .header-mobil .header-bottom-mobile .contact {
    width: 100%;
    height: 100%;
    background: #C1121C;
    border-radius: 20px;
    padding: 0 15px;
    box-shadow: 0 15px 15px -12px #0000007a;
    outline: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 60px;
  }
  header .header-mobil .header-bottom-mobile .contact img {
    margin: 0 8px;
    vertical-align: middle;
    width: 12px;
  }
  header .header-mobil .header-bottom-mobile .contact .check {
    height: 12px;
    transform: rotate(90deg);
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact li {
    padding: 16px 32px;
    border-top: 1px solid #CBD0CC;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact li:first-child {
    border-top: none;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact img {
    margin-right: 16px;
    width: 18px;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact .call-back {
    margin-left: 0;
    color: #C1121C;
    text-decoration: underline;
    margin-left: 8px;
    transition: 0.5s all;
  }
  header .header-mobil .header-bottom-mobile .dropdown-contact .call-back:hover {
    color: #474A50;
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown-wrap {
    background: #474A50;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 299;
  }
  header .header-mobil .mobil-dropdown {
    background: #fff;
    z-index: 302;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 303px;
    max-width: 100%;
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
    overflow: auto;
  }
  header .header-mobil .mobil-dropdown .close-btn {
    font-size: 50px;
    position: absolute;
    right: 16px;
    line-height: 1;
    top: 10px;
    color: #C1121C;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu {
    list-style: none;
    padding: 32px 16px;
    font-size: 16px;
    margin: 0;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item {
    padding: 10px 0;
    border-bottom: 1px solid #CBD0CC;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a {
    font-weight: 700;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a img {
    margin-right: 16px;
    vertical-align: middle;
    width: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a.call-back {
    color: #C1121C;
    text-decoration: underline;
    transition: 0.5s all;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a.call-back:hover {
    color: #474A50;
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a.download {
    text-decoration: underline;
    transition: 0.5s all;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item a.download:hover {
    text-decoration: inherit;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item-services ul {
    padding: 0;
    list-style: none;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item-services ul li {
    padding: 10px 0;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu .menu-item-services ul li a {
    font-weight: normal;
    border-left: 4px solid #C1121C;
    padding-left: 4px;
    font-size: 15px;
  }
  header .header-mobil .mobil-dropdown .mobil-dropdown-menu .menu li.catalog {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    margin: 10px 0;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown {
    background: #fff;
    z-index: 302;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 303px;
    max-width: 100%;
    left: 0;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
    padding: 32px 16px;
    overflow: auto;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .back-catalog {
    background: #CBD0CC;
    border-radius: 4px;
    padding: 10px 16px;
    margin-bottom: 10px;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .back-catalog img {
    width: 16px;
    margin-right: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .catalog-link {
    background: #9DA3A6;
    padding: 10px 16px;
    border-radius: 4px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown .catalog-link img {
    width: 16px;
    margin: 0 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul {
    list-style: none;
    font-size: 16px;
    margin: 16px 0;
    padding: 0;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item {
    padding: 10px 0;
    border-bottom: 1px solid #CBD0CC;
    position: relative;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name img {
    width: 32px;
    margin-right: 16px;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name .category-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: inherit;
    text-align: start;
    width: 74%;
  }
  header .header-mobil .mobil-dropdown .mobil-catalog-dropdown ul .item .item-name img.icon-size {
    width: 8px;
    transform: rotate(-90deg);
    margin-left: 16px;
    position: absolute;
    right: 0;
  }
}
.wrap-menu-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  background: #fff;
  overflow: auto;
  z-index: 1000;
}
.wrap-menu-popup .container {
  height: 100%;
  position: relative;
}
.wrap-menu-popup .container .close-catalog {
  position: absolute;
  right: 0;
  top: 64px;
  width: 20px;
  cursor: pointer;
}
.wrap-menu-popup .container nav {
  padding: 64px;
  z-index: 50;
  height: 100%;
}
.wrap-menu-popup .container nav .menu-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  vertical-align: middle;
}
.wrap-menu-popup .container nav .popup-catalog {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 32px 0;
  padding: 0;
}
.wrap-menu-popup .container nav .popup-catalog .item {
  transition: 0.5s all;
  padding: 32px 16px;
  width: 33%;
}
.wrap-menu-popup .container nav .popup-catalog .item a {
  display: flex;
  align-items: center;
}
.wrap-menu-popup .container nav .popup-catalog .item a img {
  width: 48px;
  margin-right: 8px;
  border-radius: 16px;
}
.wrap-menu-popup .container nav .popup-catalog .item a .title-category {
  font-weight: bold;
  line-height: 1.3;
}
.wrap-menu-popup .container nav .popup-catalog .item a .title-category:hover {
  color: #C1121C;
}
.wrap-menu-popup .container nav .popup-catalog .item .accent-btn {
  text-align: center;
  display: block;
}
.wrap-menu-popup .container nav .popup-catalog .item .subdirectory {
  list-style: none;
  margin-top: 8px;
}
.wrap-menu-popup .container nav .popup-catalog .item .subdirectory li {
  padding: 8px;
}
.wrap-menu-popup .container nav .popup-catalog .item:hover {
  background: #fff;
}
.wrap-menu-popup .container nav .popup-catalog .item-dropdown-selected {
  background: #fff;
}

@media (max-width: 1200px) {
  .container.wrap-menu-popup nav .popup-catalog .item {
    padding: 8px 8px 0 8px;
  }

  .container.wrap-menu-popup nav .popup-catalog .item a h2 {
    font-size: 11px;
  }

  .container.wrap-menu-popup nav .popup-catalog .item a .icon-size {
    margin: 0 auto;
  }

  .container.wrap-menu-popup nav .popup-catalog .item .subdirectory {
    padding: 16px;
  }
}
.main .video-background {
  position: relative;
  height: calc(100vh - 120px);
  width: 100%;
  overflow: hidden;
  background-image: url("../../img/cases/img-optim/vg73.jpg");
  background-size: cover;
  background-position: center;
}
.main .video-background iframe {
  height: 130%;
  width: 100%;
}
.main .video-background .bg-over {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0000008c;
}
.main .video-background .container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .video-background .container .info {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .video-background .container .info h1 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  text-align: center;
}
.main .video-background .container .info h2 {
  text-transform: lowercase;
  color: #9DA3A6;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .main .video-background {
    height: calc(100vh - 160px);
    background-image: url(../../img/main-mb-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .main .video-background iframe {
    display: none;
  }
}
@media (max-width: 575px) {
  .main .video-background .container .info h1 {
    font-size: 24px;
  }
  .main .video-background .container .info h2 {
    font-weight: normal;
  }
}
.about_us {
  padding: 80px 0;
  background: #f8f8f8;
}
.about_us .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.about_us .container .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  padding: 30px 45px;
}
.about_us .container p {
  font-size: inherit;
  font-weight: 400;
  padding-bottom: 8px;
  margin: 0;
  text-indent: 20px;
  line-height: 1.7;
}
.about_us .container p a {
  text-decoration: underline;
}
.about_us .container .img {
  width: 47%;
}
.about_us .container .img img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .about_us .container .text {
    width: 100%;
  }

  .about_us .container .img {
    order: 2;
    margin: 16px auto;
    width: 75%;
  }
}
@media (max-width: 575px) {
  .about_us .container {
    margin-bottom: 0;
  }

  .about_us .container .img {
    width: 100%;
  }

  .about_us .container .text {
    padding: 30px;
  }

  .about_us {
    padding: 60px 0;
  }
}
.services {
  background: #fff;
  padding: 80px 0;
}
.services h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0 40px;
}
.services .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.services .items .item {
  width: 30%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 700;
  padding: 20px 40px;
  border: 1px solid #fff;
  background-size: cover;
}
.services .items .item:nth-child(1) {
  flex-direction: column;
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/szhp.jpg);
}
.services .items .item:nth-child(1):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/szhp.jpg);
}
.services .items .item:nth-child(1):hover .item-subcategory {
  display: block;
  -webkit-animation: 0.5s slideInUp;
          animation: 0.5s slideInUp;
}
.services .items .item:nth-child(1) a {
  color: #fff;
}
.services .items .item:nth-child(1) a:hover {
  color: #C1121C;
}
.services .items .item:nth-child(1) .item-subcategory {
  display: none;
  text-transform: lowercase;
  font-weight: normal;
  line-height: 1.3;
  margin: 8px 0 0 0;
}
.services .items .item:nth-child(1) .item-subcategory li {
  padding: 4px 0;
}
.services .items .item:nth-child(2) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/kr21.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(2):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/kr21.jpg);
}
.services .items .item:nth-child(3) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/kr51.jpg);
}
.services .items .item:nth-child(3):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/kr51.jpg);
}
.services .items .item:nth-child(4) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/ursp.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(4):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/ursp.jpg);
}
.services .items .item:nth-child(5) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/pisp.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(5):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/pisp.jpg);
}
.services .items .item:nth-child(6) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/kr102.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(6):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/kr102.jpg);
}
.services .items .item:nth-child(7) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/vpg.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(7):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/vpg.jpg);
}
.services .items .item:nth-child(8) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/kr91.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(8):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/kr91.jpg);
}
.services .items .item:nth-child(9) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/vsp2.jpg);
  background-position: 50%;
}
.services .items .item:nth-child(9):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/vsp2.jpg);
}
.services .items .item:hover {
  opacity: 0.9;
}
.services .items-additional {
  width: 100%;
  margin-top: 80px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-size: cover;
  background-image: linear-gradient(#2d2d2db9, #2d2d2db9), url(/img/cases/img-optim/psr.jpg);
  background-position: 50%;
  padding: 20px 40px;
  text-align: center;
}
.services .items-additional p {
  color: #fff;
  font-size: 24px;
  line-height: 2;
  text-transform: uppercase;
}
.services .items-half .item {
  width: 49%;
  padding: 20px 40px;
  background: #e8f6fd !important;
  color: inherit;
  min-height: 130px;
}
.services .items-half .item img {
  width: 50px;
  margin-right: 15px;
}

.services-subcategory h2 {
  display: none;
}
.services-subcategory .items .item:nth-child(1) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/szhp.jpg);
}
.services-subcategory .items .item:nth-child(1):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/szhp.jpg);
}
.services-subcategory .items .item:nth-child(2) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/ts11.jpg);
  background-position: 50%;
}
.services-subcategory .items .item:nth-child(2):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/ts11.jpg);
}
.services-subcategory .items .item:nth-child(3) {
  background-image: linear-gradient(#474a50ad, #474a50ad), url(/img/cases/img-optim/oiots.jpg);
}
.services-subcategory .items .item:nth-child(3):hover {
  background-image: linear-gradient(#474a5048, #474a5048), url(/img/cases/img-optim/oiots.jpg);
}

@media (max-width: 991px) {
  .services .items .item:nth-child(1):hover .item-subcategory {
    display: none;
  }
}
@media (max-width: 767px) {
  .services .items .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .services .items .item:nth-child(1) .item-subcategory {
    display: block;
    list-style: none;
    padding: 0;
  }
  .services .items .item:nth-child(1) .item-subcategory li a {
    border-left: 4px solid #C1121C;
    padding-left: 4px;
    font-size: 13px;
  }
  .services .items .item:nth-child(1):hover .item-subcategory {
    display: block;
    -webkit-animation: none;
            animation: none;
  }

  .services {
    padding: 60px 0 0 0;
  }

  .services .items-half .item {
    font-size: 14px;
  }

  .services .items-additional {
    margin-top: 60px;
    padding: 30px;
  }
  .services .items-additional p {
    font-size: 16px;
  }
}
.cases {
  padding: 80px 0;
  background: #ececec;
}
.cases .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cases .items .item {
  width: 32%;
  position: relative;
  padding: 16px;
  border: 1px solid #e6ebe7;
  margin: 0 4px 8px;
  background: #fff;
  box-shadow: 0 15px 15px -12px #0000007a;
}
.cases .items .item .img {
  width: 100%;
  height: 300px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.cases .items .item .img img {
  background: url(../../img/noimage.jpg);
}
.cases .items .item .img:after {
  content: url(/icon/search-white.png);
  position: absolute;
  top: 32px;
  right: 32px;
  width: 30px;
  height: 30px;
  transition: 0.5s all;
  opacity: 0;
}
.cases .items .item .img:hover:after {
  opacity: 1;
}
.cases .items .item:hover {
  box-shadow: none;
  border: 1px solid #9DA3A6;
}
.cases .items .item .title {
  margin: 16px 0 8px;
  font-weight: bold;
  line-height: 1.5;
}
.cases .items .item .correction {
  font-size: 12px;
  color: #9DA3A6;
}
.cases .btn {
  margin: 32px auto 0;
  display: block;
}

@media (max-width: 991px) {
  .cases .container .items .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .cases .container .items .item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .cases {
    padding: 60px 0;
  }
  .cases h2 {
    margin-bottom: 30px;
  }
}
.call-back-form {
  padding: 40px 0 80px 0;
  background-image: url(../img/bg.png), linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.call-back-form h2 {
  text-shadow: 2px 2px 2px #fff;
}
.call-back-form h3 {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .call-back-form .container .items .item {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .call-back-form .container ul li {
    margin: 5px;
    width: 30%;
  }
}
@media (max-width: 575px) {
  .call-back-form .container ul {
    margin: 0 0 60px 0;
  }

  .call-back-form .container ul li {
    width: 45%;
    padding: 5px;
  }

  .call-back-form {
    padding: 60px 0;
  }
}
.contacts {
  padding: 80px 0;
  background: #f8f8f8;
}
.contacts .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contacts .container .items {
  width: 48%;
}
.contacts .container .items h2 {
  text-align: start;
}
.contacts .container .items .item {
  margin: 20px 0;
  font-weight: 700;
}
.contacts .container .items .item img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.contacts .container .items .item a {
  font-weight: 700;
}
.contacts .container .items .form-communication {
  width: initial;
}

@media (max-width: 991px) {
  .contacts .container .items {
    width: 100%;
  }
  .contacts .container .items .item {
    text-align: center;
  }

  .contacts .container .items h2 {
    text-align: center;
  }

  .contacts .container .items .form-communication {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .contacts .container .items .form-communication {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contacts {
    padding: 60px 0;
  }
  .contacts h2 {
    margin-bottom: 30px;
  }

  .contacts .container .items {
    text-align: start;
  }
  .contacts .container .items .item {
    text-align: start;
  }
}
.stages {
  padding: 80px 0;
  background: linear-gradient(#ececec, #fff);
}
.stages .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.stages .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 30px;
  position: relative;
}
.stages .items .item h3 {
  text-align: start;
  line-height: 1.3;
  margin: 0 0 15px 0;
  z-index: 2;
}
.stages .items .item .descr {
  text-align: start;
  line-height: 1.3;
  z-index: 2;
  font-size: 14px;
  background: #fffc;
  padding: 10px;
  border-radius: 10px;
}
.stages .items .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 100px;
  color: #9DA3A6;
  opacity: 0.3;
  z-index: 1;
}
.stages .items .item:nth-child(1):before {
  content: "1";
}
.stages .items .item:nth-child(2):before {
  content: "2";
}
.stages .items .item:nth-child(3):before {
  content: "3";
}
.stages .items .item:nth-child(4):before {
  content: "4";
}
.stages .items .item:nth-child(5):before {
  content: "5";
}
.stages .items .item:nth-child(6):before {
  content: "6";
}
.stages .items .item:nth-child(7):before {
  content: "7";
}
.stages .items .item:nth-child(8):before {
  content: "8";
}
.stages .items .item:nth-child(9):before {
  content: "9";
}
.stages a.btn {
  line-height: 48px;
  text-align: center;
  display: block;
  margin: 30px auto 0;
}
.stages a.btn:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .stages .items .item {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .stages .items .item {
    width: 100%;
    padding: 20px 0 20px 30px;
  }
}
@media (max-width: 575px) {
  .stages {
    padding: 60px 0;
  }
}
.advantages {
  padding: 80px 0;
  background: #2d2d2d;
  color: #fff;
}
.advantages .container p {
  line-height: 1.5;
}
.advantages .container ul li {
  padding: 5px 0;
}
.advantages .container ul li a {
  color: #fff;
}
.advantages .container ul li a:hover {
  color: #C1121C;
}
.advantages .container .items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
.advantages .container .items .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 24%;
  padding: 0 30px;
}
.advantages .container .items .item h3 {
  text-align: center;
  line-height: 1.3;
  margin: 15px auto 0;
  font-weight: 400;
  font-size: 16px;
}
.advantages .container .items .item:before {
  content: url(../icon/check-adv.svg);
  width: 50px;
  margin: 0 auto;
  transition: 0.5s all;
}
.advantages .container .items .item .descr {
  opacity: 0.7;
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5;
}

.advantages .container .items .item:hover:before {
  transform: rotate(10deg);
}

@media (max-width: 767px) {
  .advantages .container .items .item {
    width: 45%;
    margin: 10px;
  }
  .advantages .container .items .item br {
    display: none;
  }
}
@media (max-width: 575px) {
  .advantages .container ul li {
    line-height: 1.3;
  }

  .advantages .container .items .item {
    width: 100%;
  }
  .advantages .container .items .item h3 {
    font-size: 14px;
  }

  .advantages {
    padding: 60px 0;
  }
}
.service-page {
  padding-top: 40px;
}
.service-page h2 {
  text-transform: none;
  text-align: start;
  font-size: 16px;
  font-weight: 700;
  margin: 32px 0;
  border-left: 8px solid #C1121C;
  padding-left: 8px;
}
.service-page h3 {
  font-size: 15px;
}
.service-page ol, .service-page ul {
  padding: 0;
}
.service-page ol li, .service-page ul li {
  padding: 8px;
  background: #f0f0f0;
  border-radius: 8px;
  margin: 8px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.service-page ol .li-justify, .service-page ul .li-justify {
  width: 100%;
}
.service-page .text-justify {
  text-align: justify;
}
.service-page .ul-flex {
  display: flex;
  flex-wrap: wrap;
}
.service-page .img {
  width: 100%;
}
.service-page .img img {
  width: 100%;
  margin: 16px auto;
}
.service-page .item-img {
  display: flex;
  justify-content: space-between;
}
.service-page .item-img .img {
  width: 40%;
}
.service-page .item-img .img img {
  width: 100%;
  border-radius: 8px;
}
.service-page .item-img .item {
  width: 58%;
}
.service-page .stages {
  padding: 0;
  margin: 0;
  background: none;
}
.service-page .stages .items .item .descr {
  font-size: 12px;
  line-height: 1.5;
  color: #868a8d;
  background: none;
}
.service-page .item-types {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.service-page .item-types .item {
  width: 48%;
  border-radius: 4px;
  box-shadow: 0 15px 15px -12px #0000007a;
  padding: 25px;
  margin: 10px;
  border: 1px solid #CBD0CC;
}
.service-page .item-types .item h3 {
  margin: 0;
}
.service-page .item-types .item ul {
  padding: 0 0 0 20px;
}
.service-page .item-types .item ul li {
  font-size: 12px;
  padding: 2px 8px;
}
.service-page .cases {
  padding: 30px 0;
}
.service-page .cases h2 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto;
}

@media (max-width: 991px) {
  .service-page .item-types .item {
    width: 45%;
  }

  .service-page .item-img .img {
    width: 20%;
  }
  .service-page .item-img .item {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .service-page .item-types .item {
    width: 100%;
  }

  .service-page .item-img {
    flex-wrap: wrap;
  }
  .service-page .item-img .img {
    width: 100%;
    order: 2;
  }
  .service-page .item-img .item {
    width: 100%;
    order: 1;
  }
}
.slider-wrap .slider-item, .slider-wrap .case, .popup-case .slider-item, .popup-case .case {
  outline: none;
}
.slider-wrap .prevArrow, .popup-case .prevArrow {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  transition: 0.5s all;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-wrap .prevArrow img, .popup-case .prevArrow img {
  width: 10px;
  transform: rotate(-180deg);
}
.slider-wrap .prevArrow:hover, .popup-case .prevArrow:hover {
  opacity: 0.7;
}
.slider-wrap .nextArrow, .popup-case .nextArrow {
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  transition: 0.5s all;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-wrap .nextArrow img, .popup-case .nextArrow img {
  width: 10px;
}
.slider-wrap .nextArrow:hover, .popup-case .nextArrow:hover {
  opacity: 0.7;
}

.dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.dots li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #474A50;
  margin: 0 6px;
  transition: 0.5s all;
  border: 1px solid #fff;
}
.dots li:hover {
  background: #C1121C;
}
.dots li button {
  display: none;
}
.dots .dot-active {
  background: #C1121C;
}

.wrap-popup-case {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
}
.wrap-popup-case .close {
  position: absolute;
  right: 64px;
  top: 64px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.534);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}
.wrap-popup-case .close img {
  width: 20px;
}
.wrap-popup-case .close:hover {
  opacity: 0.7;
}
.wrap-popup-case .popup-case {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
  width: 80vh;
  margin: 0 auto;
}
.wrap-popup-case .popup-case .case {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-popup-case .popup-case .case img {
  height: 100%;
  border-radius: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .popup-case .nextArrow {
    right: 0;
    background: rgba(255, 255, 255, 0.534);
  }

  .popup-case .prevArrow {
    left: 0;
    background: rgba(255, 255, 255, 0.534);
  }
}
@media (max-width: 767px) {
  .wrap-popup-case .close {
    right: 5%;
    top: 5%;
    z-index: 51;
  }
}
@media (max-width: 575px) {
  .wrap-popup-case .popup-case {
    height: initial;
    width: 100%;
  }
  .wrap-popup-case .popup-case .case {
    height: inherit;
    width: 100%;
  }
  .wrap-popup-case .popup-case .case img {
    height: initial;
    width: 95%;
  }

  .wrap-popup-case .dots .dot {
    margin: 0 12px;
  }
}
.form-communication {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  width: 550px;
  margin: 0 auto;
}
.form-communication .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.form-communication .form input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  border: 1px solid #CBD0CC;
  border-radius: 8px;
  padding: 0 15px;
  outline: none;
  margin-bottom: 10px;
}
.form-communication .form .btn {
  margin-top: 15px;
}
.form-communication .policy {
  font-size: 10px;
  line-height: 1.3;
  color: #CBD0CC;
  text-align: center;
  margin-top: 16px;
}
.form-communication .policy a {
  text-decoration: underline !important;
}
.form-communication .success, .form-communication .error {
  font-size: 18px;
  line-height: 1.5;
  color: green;
  text-align: center;
  display: none;
  height: 54px;
}
.form-communication .error {
  color: red;
}
.form-communication .error a {
  color: red;
}

@media (max-width: 767px) {
  .form-communication {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .form-communication {
    padding: 30px;
  }

  .form-communication .form input::-moz-placeholder {
    font-size: 12px;
  }

  .form-communication .form input:-ms-input-placeholder {
    font-size: 12px;
  }

  .form-communication .form input::placeholder {
    font-size: 12px;
  }
}
.popup-wrap {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: fixed;
  z-index: 50;
  top: 0;
}
.popup-wrap .form-communication {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-wrap .form-communication .form.form-popup .call-back-close {
  margin-left: auto;
  font-size: 32px;
  line-height: 0.5;
  transition: 0.5s all;
  cursor: pointer;
  color: #474A50;
}
.popup-wrap .form-communication .form.form-popup .call-back-close:hover, .popup-wrap .form-communication .form.form-popup .call-back-close:active {
  color: #C1121C;
}
.popup-wrap .form-communication .form.form-popup .title {
  font-weight: 800;
  font-size: 16px;
  margin: 0 auto 24px;
  width: 85%;
  text-align: center;
}
.popup-wrap .form-communication .form.form-popup .subtitle {
  margin-bottom: 16px;
  text-align: center;
}

.error-page {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.error-page .img {
  display: block;
  margin: 0 auto;
  width: 150px;
}
.error-page .img img {
  width: 100%;
}
.error-page .text {
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
.error-page .text404 {
  font-size: 64px;
}
.error-page .descr {
  text-align: center;
  margin-top: 32px;
}
.error-page a {
  display: block;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
  text-decoration: underline;
}

footer {
  background: #2d2d2d;
  color: #fff;
}
footer .container {
  padding: 60px 15px;
  align-items: flex-start;
}
footer .container .nav-desctop ul {
  display: block;
}
footer .container .nav-desctop ul li {
  height: inherit;
  padding: 5px 0;
  margin: 5px 0;
  font-weight: 400;
  font-size: 12px;
}
footer .container .nav-desctop ul li:after {
  content: "";
  display: none;
}
footer .container .nav-desctop ul li:hover {
  background: none;
}
footer .container .menu-contacts .item .btn {
  margin: 16px 0 0 0;
}
footer .container .menu-contacts-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #C1121C;
}
footer .footer-bottom {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  font-size: 10px;
  color: #989898;
  background: #2d2d2d;
}
footer .footer-bottom a {
  color: #989898;
  margin: 0 20px;
}
footer .footer-bottom a:hover {
  opacity: 0.8;
}
footer .footer-bottom span {
  margin: 0 20px;
}

@media (max-width: 991px) {
  footer .container {
    flex-wrap: wrap;
  }
  footer .container .logo {
    margin-bottom: 15px;
  }
  footer .container .menu-contacts .item {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  footer .container a.logo {
    justify-content: center;
    width: 100%;
  }

  footer .container .nav-desctop {
    margin-top: 20px;
    justify-content: center;
  }
  footer .container .nav-desctop .title {
    text-align: center;
  }
  footer .container .nav-desctop ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  footer .footer-bottom {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-bottom span, footer .footer-bottom a {
    margin: 5px 15px;
  }

  footer .container .menu-contacts {
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  footer .container .menu-contacts .item {
    padding: 10px;
  }
  footer .container .menu-contacts .item a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .return_block {
    height: 150px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .page_title h1 {
    font-size: 24px;
    line-height: 1.5;
  }

  h2 {
    font-size: 18px;
    font-weight: 700;
  }
}
