@import url(../fonts/GothamPro/stylesheet.css);
@import url(../fonts/Montserrat/stylesheet.css);
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(../libs/normalize/normalize.min.css);
@import url(../libs/inputmask/css/inputmask.css);
@import url(../libs/owlcarousel/owl.carousel.min.css);
@import url(../libs/fancybox/jquery.fancybox.min.css);
@import url(../libs/owlcarousel/owl.theme.default.min.css);

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* Элементы a */
a {
  text-decoration: none;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  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: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

:root {
  background-color: #ffffff;
}

::-webkit-input-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

::-ms-input-placeholder {
  color: #000;
}

::placeholder {
  color: #000;
}

#popup .btn-full {
  width: 100%;
}

#popup .input::-webkit-input-placeholder {
  color: #222222;
}

#popup .input:-ms-input-placeholder {
  color: #222222;
}

#popup .input::-ms-input-placeholder {
  color: #222222;
}

#popup .input::placeholder {
  color: #222222;
}

#popup .input {
  color: #222222;
}

::-moz-selection {
  background-color: #6C5FA4;
  color: #fff;
}

::selection {
  background-color: #6C5FA4;
  color: #fff;
}

* {
  outline-color: #6C5FA4;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #222222;
}

p {
  margin-top: 0;
  margin-bottom: 14px;
}

.title {
  font-size: 40px;
  position: relative;
  font-weight: bold;
  margin: 0 auto 30px;
  font-family: "Inter", sans-serif;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .title {
    font-size: 36px !important;
  }
}

@media only screen and (max-width: 768px) {
  .title {
    font-size: 32px !important;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 376px) {
  .title {
    margin-bottom: 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  .hidden_d {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .hidden_m {
    display: none !important;
  }
}

.hide {
  visibility: hidden;
}

.page {
  overflow: hidden;
  margin-top: -20px;
}

section {
  padding: 100px 0;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

@media only screen and (max-width: 992px) {
  section {
    padding: 30px 0;
  }
}

a {
  color: #222222;
  cursor: pointer;
}

.fancybox-content form {
  padding: 0;
  max-width: 580px;
}

#policy {
  max-width: 580px;
}

.accent {
  color: #6C5FA4;
}

.on {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.title-below {
  width: 100%;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 1600px) {
  [class*=__carousel] {
    max-width: -webkit-calc(100% - 140px);
    max-width: calc(100% - 140px);
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  [class*=__carousel] {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  [class*=__slide] {
    margin: 0 !important;
  }
}

.owl-theme {
  z-index: 99;
  max-width: calc(100% - 200px);
  margin-left: auto;
  margin-right: auto;
}

.owl-theme .owl-dots {
  margin-top: 60px !important;
}

.owl-theme .owl-dots button.owl-dot span {
  background-color: #fff;
}

.owl-theme .owl-dots button.owl-dot.active span {
  background-color: #6C5FA4;
}

.owl-theme .owl-nav {
  margin: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  z-index: 99;
  height: 100%;
  top: 0;
  pointer-events: none;
}

.owl-theme .owl-nav [class*=owl-] {
  top: -webkit-calc(50% - 41.5px);
  top: calc(50% - 41.5px);
  width: 83px;
  height: 83px;
  background-image: url(../img/style/arrow.png) !important;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-attachment: inherit;
  font-size: 0;
  position: absolute;
  pointer-events: auto;
  z-index: 99;
}

.owl-theme .owl-nav [class*=owl-] span {
  font-size: 0 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-color: transparent !important;
}

@media only screen and (max-width: 600px) {
  .owl-theme {
    max-width: 100%;
  }

  .owl-theme .owl-nav {
    position: static;
    height: auto;
    margin: 20px 0;
  }

  .owl-theme .owl-nav [class*=owl-] {
    position: static;
  }
}

.owl-theme .owl-nav .owl-prev {
  left: -98px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.owl-theme .owl-nav .owl-next {
  right: -98px;
}

@media only screen and (max-width: 786px) {
  .owl-theme .owl-dots {
    margin-top: 30px !important;
  }
}

.item {
  position: relative;
}

.item img {
  margin-right: 22px;
}

.blue {
  color: #6C5FA4;
}

@media only screen and (max-width: 768px) {
  .item img {
    margin-right: 14px;
  }
}

.tab-panel {
  margin-bottom: 60px;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-panel__item {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 2px 0;
  margin-right: 20px;
  cursor: pointer;
}

.tab-panel__item.active {
  color: #6C5FA4;
  border-bottom: 1px solid #6C5FA4;
}

.tab__content {
  display: none;
}

.tab__content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.del {
  width: 1px;
  height: 40px;
  background-color: #42434f;
}

.nav {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.sale-off {
  font-weight: bold;
  color: #6C5FA4;
  text-transform: uppercase;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 14px 0;
}

.counter__num {
  background-color: #6C5FA4;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  margin: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
}

.counter__num::before {
  content: '';
  display: block;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 50%;
  border: 3px solid #6C5FA4;
  position: absolute;
  top: -5px;
  left: -5px;
}

.sale .counter__num {
  background-color: rgba(181, 170, 227, 0.5);
  ;
}

.sale .counter__num::before {
  border: 3px solid rgba(181, 170, 227, 0.5);
  ;
}

.counter__split {
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .counter {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 576px) {
  .row {
    padding: 0 15px;
  }
}

.button {
  background-color: transparent;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  background-color: #6C5FA4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1d800), to(#eac500));
  background-image: -webkit-linear-gradient(top, #f1d800, #eac500);
  background-image: -o-linear-gradient(top, #f1d800, #eac500);
  background-image: linear-gradient(to bottom, #f1d800, #eac500);
  max-width: 100%;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 1px rgba(237, 205, 0, 0.5), 0px 2px 2px rgba(237, 205, 0, 0.5), 0px 4px 4px rgba(237, 205, 0, 0.5);
  box-shadow: 0px 1px 1px rgba(237, 205, 0, 0.5), 0px 2px 2px rgba(237, 205, 0, 0.5), 0px 4px 4px rgba(237, 205, 0, 0.5);
  display: inline-block;
  padding: 18px 22px;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #222222;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.button::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  -webkit-transform: skewX(30deg) translateX(-600px);
  -ms-transform: skewX(30deg) translateX(-600px);
  transform: skewX(30deg) translateX(-600px);
  background-color: rgba(255, 255, 255, 0.3);
}

.button:hover {
  background-color: #8825d4;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  -webkit-box-shadow: 0px 1px 1px rgba(237, 205, 0, 0.8), 0px 1px 1px rgba(237, 205, 0, 0.8), 0px 2px 2px rgba(237, 205, 0, 0.8);
  box-shadow: 0px 1px 1px rgba(237, 205, 0, 0.8), 0px 1px 1px rgba(237, 205, 0, 0.8), 0px 2px 2px rgba(237, 205, 0, 0.8);
}

.button:hover::before {
  width: 80px;
  -webkit-transform: skewX(30deg) translateX(1000%);
  -ms-transform: skewX(30deg) translateX(1000%);
  transform: skewX(30deg) translateX(1000%);
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.button:hover,
.button:active,
.button:focus,
.button:visited {
  text-decoration: none;
  color: #222222;
  outline: none;
}

@media only screen and (max-width: 1440px) {
  .button {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: skewX(30deg) translateX(-600px);
    transform: skewX(30deg) translateX(-600px);
  }

  100% {
    -webkit-transform: skewX(30deg) translateX(600px);
    transform: skewX(30deg) translateX(600px);
  }
}

@keyframes shine {
  0% {
    -webkit-transform: skewX(30deg) translateX(-600px);
    transform: skewX(30deg) translateX(-600px);
  }

  100% {
    -webkit-transform: skewX(30deg) translateX(600px);
    transform: skewX(30deg) translateX(600px);
  }
}

.js-menu-toggle {
  width: 50px;
  border: none;
  background-color: unset;
  position: absolute;
  right: 15px;
  top: 25px;
  padding: 0;
  z-index: 99;
  display: none;
  border-bottom: 1px solid #000;
}

@media only screen and (max-width: 992px) {
  .js-menu-toggle {
    display: block;
  }
}

.button-link {
  background-color: red;
  border: 1px solid black;
  outline: none;
  height: 45px;
  min-width: 265px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 20px;
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  transition: .2s ease-in;
}

.button-link:hover {
  background-color: gold;
  -webkit-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
}

.button-link:hover,
.button-link:active,
.button-link:focus,
.button-link:visited {
  text-decoration: none;
  color: #fff;
  outline: none;
}

.arrow {
  width: 5px;
  height: 24px;
}

.item,
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form {
  position: relative;
  background-color: #fff;
  padding: 36px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.form__title-above {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: inherit;
}

.form__title {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 20px;
  text-transform: unset;
  color: inherit;
}

.form__title-below {
  font-size: 16px;
  margin-bottom: 34px;
  display: block;
  color: inherit;
}

.form__agree {
  font-size: 13.8px;
  font-weight: 300;
  color: #222222;
  color: inherit;
  text-align: left;
}

.form__agree img {
  margin-right: 6px;
}

.form__agree input[type=checkbox] {
  margin-right: 10px;
  cursor: pointer;
}

.form__agree a {
  color: inherit;
}

.form .button {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .form__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 376px) {
  .form {
    padding: 12px 22px;
  }

  .form__title-below {
    margin-bottom: 10px;
  }
}

.form-wrap {
  -webkit-box-shadow: 0 0 30px 2px #99999952;
  box-shadow: 0 0 30px 2px #99999952;
}

.form-above {
  width: 100%;
  padding: 22px;
  text-align: center;
  background-color: #f8e9ec;
  border-bottom: 1px solid #e9bec7;
  color: #6C5FA4;
  font-weight: bold;
  font-size: 16px;
}

.label {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  display: block;
}

.label__icon {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -6px;
}


form input[type=tel],
form input[type=mail],
form input[type=text] {
  height: 54px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  border: none;
  padding: 15px 15px 15px 56px;
}

.name,
.organis,
.tel,
.email {
  position: relative;
}

.name:before,
.organis:before,
.tel:before,
.email:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  left: 23px;
  top: 15px;
}

form .name:before {
  background: url(../img/icon/form-icon-name.svg) no-repeat 50% 50%;
}

form .organis:before {
  background: url(../img/icon/form-icon-org.svg) no-repeat 50% 50%;
}

form .tel:before {
  background: url(../img/icon/form-icon-tel.svg) no-repeat 50% 50%;
}

form .email:before {
  background: url(../img/icon/form-icon-mail.svg) no-repeat 50% 50%;
}

.input {
  width: 100%;
  border: 1px solid transparent;
  padding: 15px 15px 15px 55px;
  margin-bottom: 20px;
  background-color: #F3F3F3;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.input:focus {
  -webkit-box-shadow: 0 0 3px 2px #99999952;
  box-shadow: 0 0 3px 2px #99999952;
}

.input.error {
  border: 1px solid #6C5FA4;
  background-color: #cea3ef;
}

.input.error::-webkit-input-placeholder {
  color: #fff;
}

.input.error:-ms-input-placeholder {
  color: #fff;
}

.input.error::-ms-input-placeholder {
  color: #fff;
}

.input.error::placeholder {
  color: #fff;
}

label.error {
  display: none !important;
}

.btn {
  display: table;
  border: 1px solid #e68344;
  border-radius: 8px;
  background: #e68344;
  padding: 15px 40px;
  min-width: 240px;
  min-height: 54px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  overflow: hidden;
  position: relative;
}

.btn--green {
  border-color: #7fca45;
  background: #7fca45;
}

.help .btn {
  max-width: 328px;
  width: 100%;
  margin-top: 26px;
}

.help {
  padding: 90px 0;
  background: #f6f6f6;
}

.help__wrap {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 70px 59px 66px;
}

.help .title span {
  color: #7fca45;
}

.help__desc {
  margin-top: 8px;
}

.help .btn {
  max-width: 328px;
  width: 100%;
  margin-top: 26px;
}

.help__phone {
  position: absolute;
  right: 54px;
  top: -32px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

@media screen and (max-width:1200px) {
  .help__phone {
    right: -70px;
  }
}

@media screen and (max-width:992px) {
  .help__wrap {
    padding: 60px 123px 88px 50px;
  }
}

@media screen and (max-width:770px) {

  .help {
    padding-bottom: 60px;
  }

  .help__wrap {
    position: relative;
    z-index: 1;
    padding: 30px;
  }

  .help .title {
    font-size: 18px;
    line-height: 24px;
    max-width: 80%;
  }

  .help .title br {
    content: "";
    margin-left: 5px;
  }

  .help__desc {
    font-size: 14px;
    line-height: 16px;
    max-width: 70%;
  }

  .help__phone {
    width: 200px;
    right: -20px;
    top: 0;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
  }

  .help .btn {
    max-width: 100%;
    margin-top: 25px;
    padding: 14px 20px;
    font-size: 16px;
    min-height: auto;
  }
}

/* 
.header {
  width: 100%;
  padding: 28px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 0 20px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 0 20px 4px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.header__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 25px;
}

@media only screen and (max-width: 992px) {
  .header {
    padding: 24px 0;
  }
  .header .button {
    margin-left: auto;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .header .button {
    margin: 20px auto 0;
  }
}

.nav {
  width: 100%;
  color: #000;
}

.nav_top {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.nav_top a {
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .nav_top a {
    font-size: 12px;
  }
  .nav_top a.phone {
    font-size: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .nav_top {
    display: none;
  }
  .nav_top.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 10px;
  }
  .nav_top.on a {
    padding: 4px 0;
  }
  .nav .button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 374px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
} */

.btn-full {
  border: none;
  outline: none;
  cursor: pointer;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 54px;
  margin-bottom: 0;
  background: #E68344;
  border: 1px solid #E68344;
  padding: 15px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  transition: .3s;
}

.btn-full:hover {
  background: initial;
  color: #E68344;
}

/* header */
#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
}


.header-padding {
  height: 138px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-top-left {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-logo {
  width: 193px;
}

.header-logo img {
  width: 100%;
}

.soc-line {
  display: flex;
  align-items: center;
  gap: 20px;
}

.soc-line a {
  max-width: 24px;
}

.soc-line a img {
  max-width: 100%;
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-adress {
  display: flex;
  flex-direction: column;
}

.header-adress address {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.header-adress a {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #E95329;
}

.massager-line {
  display: flex;
  align-items: center;
  gap: 20px;
}

.massager-line a {
  max-width: 25px;
}

.massager-line a img {
  max-width: 100%;
}

.telmail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.telmail a {
  font-weight: 600;
  font-size: 19px;
  line-height: 120%;
  white-space: nowrap;
}

.telmail a:last-child {
  font-weight: 300;
  font-size: 16px;
  white-space: nowrap;
}

.header-top .btn-full {
  padding: 15px 20px;
}

.header-bottom {
  background-color: #6C5FA4
}

.header-bottom ul {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.header-bottom ul li a {
  color: #fff;
  transition: .3s;
}

.header-bottom ul li a:hover {
  color: #E68344;
}

.header-bottom ul li span {
  display: block;
  width: 2px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

.burger-menu,
.menubox {
  display: none;
}

@media screen and (max-width: 980px) {

  /* бургер */
  .burger-menu {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 11;
    transition: .25s;
  }

  .burger-menu>span,
  .burger-menu>span::before,
  .burger-menu>span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #E68344;
    transition-duration: .25s;
  }

  .burger-menu>span::before {
    content: '';
    top: -8px;
  }

  .burger-menu>span::after {
    content: '';
    top: 8px;
  }

  /* меню */
  .menubox {
    display: block;
    align-items: center;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 80px 15px 15px 15px;
    list-style: none;
    background-color: #f8f8f8;
    z-index: 9;
    transition-duration: .25s;
    overflow-y: scroll;
  }

  .menubox__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .menubox ul {
    list-style: none;
    padding: 0;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    line-height: 2.5;
  }

  .menubox__bottom {
    height: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .menubox__bottom a {
    color: #000;
    font-size: 17px;
    text-align: center;
  }

  .menubox ul li {
    text-align: center;
  }

  .menubox ul li a {
    color: #000;
    font-size: 18px;
  }

  /* работа меню */
  .burger-menu.active>span {
    background-color: initial;
  }

  .burger-menu.active>span::before {
    top: 0;
    transform: rotate(-45deg) scale(1);
  }

  .burger-menu.active>span::after {
    top: 0;
    transform: rotate(45deg) scale(1);
  }

  .active.menubox {
    visibility: visible;
    opacity: 1;
  }

  body._lock {
    overflow-y: hidden;
    height: 100vh;
  }

  .wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hystmodal__bg {
    display: none;
  }


  .header-top .massager-line,
  .header-top .soc-line,
  .header-top .btn-full,
  .header-bottom,
  .header-adress {
    display: none;
  }

  .header-top,
  .header-padding {
    height: 70px;
  }

  .header-logo {
    width: 100px;
  }

  .telmail a {
    font-size: 16px;
  }

  .telmail a:last-child {
    font-size: 12px;
  }

  .btn-full {
    max-width: none;
  }
}



.logo {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  color: #ffffff;
  margin-right: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
  .logo {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .logo {
    font-size: 20px;
  }
}

@media only screen and (max-width: 374px) {
  .logo {
    margin-right: 0;
  }
}

.phone {
  font-size: 23px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 992px) {
  .phone {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .phone {
    font-size: 14px;
  }

  .phone a {
    font-size: 14px;
  }
}

.slogan {
  margin-left: 22px;
  color: inherit;
  font-size: 12px;
  font-weight: 100;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
  .slogan {
    font-size: 12px;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .slogan {
    font-size: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .slogan {
    margin-right: unset;
    margin: 2px auto;
  }
}

.to-map-block {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-weight: 300;
}

.to-map-block address {
  font-style: normal;
}

.to-map-block .to-map {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 768px) {

  .to-map-block .to-map {
    padding: 10px 0;
    text-decoration: underline;
    text-decoration-color: #eac500;
    display: block;
  }
}

.main {
  padding: 95px 0 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-image: url(../img/style/main.jpg);
  background-color: #9085ca;
  min-height: -webkit-calc(100vh - 20px);
  min-height: calc(100vh - 138px);
}

.main .title {
  font-weight: 800;
  font-size: 41px;
  line-height: 100%;
  color: #fff;
  text-align: left;
  margin-bottom: 35px;
  margin-top: 0px;
}

.main .title-below {
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}

.main .title-price {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

.main .title-price .accent {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}

.main .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main .item {
  padding: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: center;
  font-weight: bold;
}

.main .item .co {
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main .form {
  padding: 0;
  background-color: unset;
}

.main .form__title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
  line-height: 1;
}

.main .form__subtitle {
  color: #fff;
  margin-bottom: 7px;
}

.main .form__agree {
  margin-top: 25px;
  color: #fff;
}

.main .nav {
  margin-left: auto;
}

.main .btn-full {
  width: 100%;
}

.main .btn-full:hover {
  background-color: #fff;
}

@media only screen and (max-width: 992px) {
  .main .title-below {
    font-size: 20px;
  }

  .main .button {
    display: block;
    margin-left: auto;
    margin-top: 10px;
  }

  .main .item {
    font-size: 18px;
  }

  .main .list {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .main {
    background-position: left top;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .main .logo {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 374px) {
  .main .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main .list .item {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

.offer {
  padding-bottom: 0;
}

.offer .title {
  text-align: left;
}

.offer .text {
  color: #666666;
  margin-bottom: 40px;
}

.offer__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer__footer span {
  font-size: 12px;
  color: #999999;
  max-width: 40%;
}

@media only screen and (max-width: 992px) {
  .offer {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .offer__footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .offer__footer span {
    max-width: 100%;
  }

  .offer__footer .button {
    width: 100%;
    margin-top: 15px;
  }

  .offer__footer span {
    margin-bottom: 15px;
  }

  .offer .title br {
    display: none;
  }

  .offer .btn-full {
    width: 100%;
  }
}

.where {
  background-color: #F8F8F8;
  z-index: 9;
}

.where .title span {
  color: #E68344;
}

.where__img_big img {
  border-radius: 40px;
}

.where__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.where .thumb {
  margin-top: 100px;
}

.where .title {
  margin-bottom: 70px;
}

.where__desc {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.where__title {
  font-weight: 800;
  font-size: 30px;
  font-size: 24px;
}

.where__text {
  font-size: 16px;
  color: #666666;
}

.where__text-cont {
  flex-grow: 1;
}

.where .btn-full {
  align-self: flex-end;
}

.where__thumb {
  text-align: center;
}

.where__thumb .where__img {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
}

.where__thumb.active .where__img {
  position: relative;
}

.where__thumb.active .where__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #6C5FA4;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
}

.where__img {
  cursor: pointer;
}

.where__name {
  font-size: 14px;
  color: #222222;
}

.where__thumb .where__text-cont {
  display: none;

}

@media only screen and (max-width: 576px) {
  .where .btn-full {
    align-self: auto;
  }

  .where .thumb {
    margin-top: 60px;
  }

  .where .title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
}

.tab__content>.col-md-4 {
  margin-bottom: 20px;
}

.service .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  z-index: 1;
  -webkit-transition: ease-in-out 200ms;
  -o-transition: ease-in-out 200ms;
  transition: ease-in-out 200ms;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
}

.service .item::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-image: url(../img/style/s-a.svg);
  width: 120px;
  height: 120px;
  bottom: 0;
  right: 0px;
  z-index: -1;
}

.service .item:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

.service .item__img {
  width: 100%;
}

.service .item__img img {
  margin-right: 0;
  width: 100%;
}

.service .item__desc {
  padding: 0 20px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
  max-width: 100%;
  height: 100%;
}

.service .item__name {
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  color: #222222;
  margin-bottom: 2px;
}

.service .item__price {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  text-align: center;
  margin-bottom: 30px;
}

.service .item__price .accent {
  font-size: 36px;
}

.service .item .list {
  flex-grow: 1;
  padding-left: 10px;
}

.service .item .list li {
  margin-bottom: 20px;
  font-size: 16px;
  padding-left: 32px;
  position: relative;
}

.service .item .list li:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/icon/co.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.service .item .button {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .service .item {
    margin-bottom: 15px;
  }
}

.sale {
  background-image: url(../img/style/sale.jpg);
}

.sale .title {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sale .title-below {
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}

.sale .title-below .accent {
  padding-top: 25px;
  display: block;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.sale .item img {
  margin-right: 70px;
}

.with-arrow {
  position: relative;
}

.with-arrow:before {
  content: '';
  display: block;
  width: 222px;
  height: 157px;
  background: url(../img/style/arrow-decor.svg);
  position: absolute;
  top: calc(100% + 80px);
  left: calc(50% - 111px);
}

.sale .form {
  padding: 0;
  background-color: transparent;
  color: #fff;
}

.sale .form__title {
  font-weight: 800;
  font-size: 38px;
  line-height: 28px;
  margin-bottom: 18px;
  line-height: 1;
}

.sale .btn-full {
  width: 100%;
  margin-bottom: 15px;
}

.sale .form__subtitle {
  margin-bottom: 4px;
}

.orange {
  color: #E68344;
}

@media only screen and (max-width: 992px) {
  .sale {
    background-position: right 0;
  }

  .with-arrow:before {
    display: none;
  }

  .sale .title,
  .sale .title-below {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .sale .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sale .item img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.calc .title {
  margin-bottom: 40px;
}

img#calc-type-img {
  max-width: 130px;
}

.calc .title-below {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 60px;
  max-width: 1020px;
}


.calc .list {
  list-style-type: none;
  padding: 0;
}

.calc .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.calc .list li strong {
  text-transform: uppercase;
}

.calc .list__num {
  color: #E68344;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  margin-right: 30px;
  width: 70px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -6px;
}

.calc .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  background-color: unset;

}

.calc .form label,
.calc .form .label-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  /*border: 1px solid red;*/
}

.calc .form .label-cont label {
  width: 100%;
}

.calc .form label.label-radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.calc .form label.label-radio span {
  width: 100%;
}

.calc .form label.label-radio input {
  margin-right: 15px;
}

.calc .form label span {
  font-size: 16px;
  color: #666666;
  margin-bottom: 15px;
}

.calc .form label select {
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(134, 134, 134, 0.4);
  box-shadow: 0px 2px 10px 0px rgba(134, 134, 134, 0.4);
  border-color: #e5e8f3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/style/select.svg);
  background-position: 94% 55%;
}

.calc .form label [type=radio]:checked,
.calc .form label [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.calc .form label [type=radio]:checked+span,
.calc .form label [type=radio]:not(:checked)+span {
  position: relative;
  padding-left: 46px;
  cursor: pointer;
  line-height: 28px;
  margin-top: 10px;
  display: inline-block;
  color: #666;
}

.calc .form label [type=radio]:checked+span:before,
.calc .form label [type=radio]:not(:checked)+span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
}

.calc .form label [type=radio]:checked+span:after,
.calc .form label [type=radio]:not(:checked)+span:after {
  content: '';
  width: 18px;
  height: 18px;
  background-color: #6C5FA4;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calc .form label [type=radio]:not(:checked)+span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.calc .form label [type=radio]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.calc .form .price span {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #6C5FA4;
  text-align: center;
  line-height: 1.6;
}

.silaVol {
  opacity: 0;
  visibility: hidden;
}

.silaVol._active {
  opacity: 1;
  visibility: visible;
}

.calc .form input[type=number] {
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 90% center;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(134, 134, 134, 0.4);
  box-shadow: 0px 2px 10px 0px rgba(134, 134, 134, 0.4);
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

@media only screen and (max-width: 576px) {

  .calc .form label,
  .calc .form .label-cont {
    width: 100%;
  }

  .calc .form label.label-radio span {
    margin: 5px 0 0;
  }

  .calc .form .button {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100%;
  }

  .calc .form .type-cover {
    order: 1;
  }

  .calc .form .type-termo {
    order: 2;
  }

  .calc .form .regulator-img {
    order: 3;
  }

  .calc .form .label-cont {
    order: 4;
  }

  .calc .form .screed {
    order: 5;
  }

  .calc .form .installation {
    order: 6;
  }

  .calc .form .sila {
    order: 7;
  }

  .calc .form .silaVol {
    order: 8;
  }

  .calc .form .price {
    order: 9;
  }

  .calc .form .submit {
    order: 10;
  }

  .silaVol {
    position: absolute !important;
  }

  .silaVol._active {
    position: static !important;
  }

}

.port {
  background-color: #eef0f7;
}

.port .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.port .item__name {
  color: #222222;
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
  max-width: 100%;
}

.port .item__img {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.port .item__img img {
  margin-right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 992px) {
  .port .item {
    margin-bottom: 30px;
  }
}

.advantage {
  background-color: #eef0f7;
}

.advantage .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.advantage .item img {
  margin-right: 0;
}

.advantage .item span {
  font-size: 16px;
  font-weight: bold;
  max-width: 140px;
}

@media only screen and (max-width: 992px) {
  .advantage .item {
    margin-bottom: 20px;
  }
}

.what {
  background-image: url(../img/style/what.jpg);
}

.what .title {
  color: #fff;
  margin-bottom: 60px;
}

.what .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.what .item__num {
  width: 100%;
  height: 70px;
}

.what .item__num img {
  display: block;
  width: 100%;
  max-width: 172px;
  margin: 0 auto;
}

.what .item__desc {
  color: #fff;
  padding: 28px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}

.what .item__desc strong {
  padding-bottom: 10px;
}

.what .item__img {
  position: absolute;
  right: -50px;
  top: 15%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.what .item__img img {
  margin-right: 0;
}

@media only screen and (max-width: 992px) {
  .what .item {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 576px) {
  .what .item__img {
    display: none;
  }

  .what .item__desc {
    text-align: center;
  }
}

.review {
  background-color: #F8F8F8;
}

.review .title {
  margin-bottom: 50px;
  padding-left: 100px;
}

.review .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review .item__img {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  border-radius: 40px;
  overflow: hidden;
}

.review .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.review .item__desc {
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.review .item__name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.4;
}

.review .item__text {
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}

.review .item__footer {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

@media only screen and (max-width: 992px) {
  .review .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  .review .item__img {
    width: 100%;
  }

  .review .item__desc {
    width: 100%;
  }

  .review .title {
    padding-left: 0;
    text-align: center;
  }

  .review .item__name {
    margin: 10px 0;
  }
}

.provider {
  padding: 150px 0;
  background-color: #fff;
}

.provider .title {
  margin-bottom: 40px;
  padding-left: 100px;
}

.provider .title-below {
  text-align: left;
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  margin-bottom: 60px;
  padding-left: 100px;
}

.provider .item {
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 48px 20px;
  height: 100%;
}

.provider .item img {
  margin-right: 0;
}


.provider__carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


@media only screen and (max-width: 992px) {
  .provider__carousel {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: none;
  }

  .provider .title,
  .provider .title-below {
    padding-left: 0;
  }

  .provider .title-below {
    margin-bottom: 0;
  }
}


.contact {
  padding-top: 0;
}

.contact .title {
  margin-bottom: 69px;
}

.contact #map {
  height: 506px;
  width: 100%;
  margin-bottom: 70px;
}

.contact__footer {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact .company {
  margin-right: auto;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact .item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  font-size: 14px;
}

.contact .item span,
.contact .item .email {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

.contact .item .phone {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.contact .item .item__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  position: relative;
}

.contact .item .item__title:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url(../img/style/geo.svg) no-repeat 50% 50%;
  background-size: contain;
}

.contact .item .item__title.tel-icon:before {
  background: url(../img/style/tel.svg) no-repeat 50% 50%;
}

.contact .item .item__title.mail-icon:before {
  background: url(../img/style/mail.svg) no-repeat 50% 50%;
}

.tel-descrip {
  font-size: 14px !important;
  color: rgb(143, 143, 143);
}

.contact address {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 576px) {
  .contact__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .contact address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact .item {
    margin-top: 15px;
    margin-left: 20px;
  }
}


footer {
  background: #282828;
}

.footer-top {
  padding-top: 40px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.footer-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.footer-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.footer-logo {
  max-width: 150px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-links a {
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

.footer-links a:last-child {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
}

.footer-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #535353;
}

.footer-bot a {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #949494;
}

@media only screen and (max-width: 992px) {
  .footer-top {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 576px) {
  .footer-bot {
    flex-direction: column;
  }

  .footer-left {
    flex-direction: column;
  }

  .footer-right {
    flex-direction: column-reverse;
  }
}