@charset "UTF-8";
/* border radius для кнопки */
/* размер для кнопки */
/* Основные  */
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::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: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1021px) {
    .container {
      max-width: 991px; } }

.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, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -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: 768px) {
  .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: 992px) {
  .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%; } }

@media (min-width: 1021px) {
  .col-xl {
    -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-xl-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-xl-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-xl-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-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-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-xl-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-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-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-xl-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-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-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-xl-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-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-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, body .left_menu .info_container, body .part9 .scheme, .table-one span.text-dark, .table-one .link {
  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: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -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: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -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 (min-width: 1021px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-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; }

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !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; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !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: 768px) {
  .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; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !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: 992px) {
  .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; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !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; } }

@media (min-width: 1021px) {
  .flex-xl-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-xl-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-xl-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-xl-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-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

/* тут ниже прописываем пути к кастомным sass файлам */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.transition, ul.accordion p, ul.accordion li i:before, ul.accordion li i:after {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.flipIn, ul.accordion li {
  -webkit-animation: flipdown 0.5s ease both;
          animation: flipdown 0.5s ease both; }

.no-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

ul.accordion {
  list-style: none;
  -webkit-perspective: 900;
          perspective: 900;
  padding: 0;
  margin: 0;
  color: #514843; }
  ul.accordion p {
    color: #514843;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2; }
  ul.accordion li {
    position: relative;
    text-align: left;
    border-bottom: 1px solid #bdb6b3; }
    ul.accordion li:nth-of-type(1) {
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; }
    ul.accordion li:nth-of-type(2) {
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
    ul.accordion li:nth-of-type(3) {
      -webkit-animation-delay: 1.0s;
              animation-delay: 1.0s; }
    ul.accordion li:nth-of-type(4) {
      -webkit-animation-delay: 1.25s;
              animation-delay: 1.25s; }
    ul.accordion li:nth-of-type(5) {
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    ul.accordion li:nth-of-type(6) {
      -webkit-animation-delay: 1.75s;
              animation-delay: 1.75s; }
    ul.accordion li:nth-of-type(7) {
      -webkit-animation-delay: 2.0s;
              animation-delay: 2.0s; }
    ul.accordion li:last-of-type {
      padding-bottom: 0; }
    ul.accordion li i {
      position: absolute;
      -webkit-transform: translate(-6px, 0);
          -ms-transform: translate(-6px, 0);
              transform: translate(-6px, 0);
      margin-top: 1.3em;
      right: 0; }
      @media only screen and (max-width: 991.98px) {
        ul.accordion li i {
          margin-top: 0.8em; } }
      @media only screen and (max-width: 575.98px) {
        ul.accordion li i {
          margin-top: .7em; } }
      ul.accordion li i:before, ul.accordion li i:after {
        content: "";
        position: absolute;
        background-color: #d86e4e;
        width: 3px;
        height: 9px; }
      ul.accordion li i:before {
        -webkit-transform: translate(-2px, 0) rotate(45deg);
            -ms-transform: translate(-2px, 0) rotate(45deg);
                transform: translate(-2px, 0) rotate(45deg); }
      ul.accordion li i:after {
        -webkit-transform: translate(2px, 0) rotate(-45deg);
            -ms-transform: translate(2px, 0) rotate(-45deg);
                transform: translate(2px, 0) rotate(-45deg); }
    ul.accordion li input[type=checkbox] {
      position: absolute;
      cursor: pointer;
      width: 100%;
      height: 100%;
      z-index: 1;
      opacity: 0; }
      ul.accordion li input[type=checkbox]:checked ~ p {
        margin-top: 0;
        max-height: 0;
        opacity: 0;
        -webkit-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
                transform: translate(0, 50%); }
      ul.accordion li input[type=checkbox]:checked ~ i:before {
        -webkit-transform: translate(2px, 0) rotate(45deg);
            -ms-transform: translate(2px, 0) rotate(45deg);
                transform: translate(2px, 0) rotate(45deg); }
      ul.accordion li input[type=checkbox]:checked ~ i:after {
        -webkit-transform: translate(-2px, 0) rotate(-45deg);
            -ms-transform: translate(-2px, 0) rotate(-45deg);
                transform: translate(-2px, 0) rotate(-45deg); }

@-webkit-keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

@keyframes flipdown {
  0% {
    opacity: 0;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(-90deg);
            transform: rotateX(-90deg); }
  5% {
    opacity: 1; }
  80% {
    -webkit-transform: rotateX(8deg);
            transform: rotateX(8deg); }
  83% {
    -webkit-transform: rotateX(6deg);
            transform: rotateX(6deg); }
  92% {
    -webkit-transform: rotateX(-3deg);
            transform: rotateX(-3deg); }
  100% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg); } }

body header .cir, .truck {
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  border: none; }

body header .cir {
  background: url("../img/icon-phone.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain; }

.truck {
  background: url("../img/icon-truck.png") no-repeat center center;
  -webkit-background-size: contain;
          background-size: contain; }

.text-warning {
  color: #d86e4e !important; }

.link-warning {
  color: #d86e4e; }

.link-under {
  text-decoration: underline; }
  .link-under:hover, .link-under:focus {
    text-decoration: none;
    color: #d86e4e; }

.fz-10 {
  font-size: 0.625em; }

.fz-12 {
  font-size: 0.75em; }

.fz-14, body .part7 h2, body .part10 h6, .advantages span.text-white, .accordion p {
  font-size: 0.875em; }
  @media only screen and (max-width: 991.98px) {
    .fz-14, body .part7 h2, body .part10 h6, .advantages span.text-white, .accordion p {
      font-size: 0.8em; } }

.fz-16, .round {
  font-size: 1em; }
  @media only screen and (max-width: 991.98px) {
    .fz-16, .round {
      font-size: 0.9em; } }

.fz-18, body h5, body .part7 h3, body .part9 .scheme .scheme_block .scheme_block_text h4, body .part9 .scheme .scheme_block .scheme_block_text h5 {
  font-size: 1.125em; }
  @media only screen and (max-width: 991.98px) {
    .fz-18, body h5, body .part7 h3, body .part9 .scheme .scheme_block .scheme_block_text h4, body .part9 .scheme .scheme_block .scheme_block_text h5 {
      font-size: 1em; } }

.fz-20, body .part6 span.name_border, body .part10 h4, .table-one span.text-dark, .table-one .link, .accordion h2 {
  font-size: 1.25em; }
  @media only screen and (max-width: 991.98px) {
    .fz-20, body .part6 span.name_border, body .part10 h4, .table-one span.text-dark, .table-one .link, .accordion h2 {
      font-size: 1.05em; } }

.fz-22 {
  font-size: 1.375em; }
  @media only screen and (max-width: 991.98px) {
    .fz-22 {
      font-size: 1.1em; } }

.fz-24 {
  font-size: 1.5em; }
  @media only screen and (max-width: 991.98px) {
    .fz-24 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-24 {
      font-size: 1.1em; } }

.fz-26 {
  font-size: 1.625em; }
  @media only screen and (max-width: 991.98px) {
    .fz-26 {
      font-size: 1.3em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-26 {
      font-size: 1.2em; } }

.fz-28 {
  font-size: 1.75em; }
  @media only screen and (max-width: 991.98px) {
    .fz-28 {
      font-size: 1.5em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-28 {
      font-size: 1.3em; } }

.fz-30, body a.btn_style span, body .part5 a.btn_style span, body .part6 span.name_border.type-up, body .part6 .factors span, .title p {
  font-size: 1.875em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-30, body a.btn_style span, body .part5 a.btn_style span, body .part6 span.name_border.type-up, body .part6 .factors span, .title p {
      font-size: 1.7em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-30, body a.btn_style span, body .part5 a.btn_style span, body .part6 span.name_border.type-up, body .part6 .factors span, .title p {
      font-size: 1.6em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-30, body a.btn_style span, body .part5 a.btn_style span, body .part6 span.name_border.type-up, body .part6 .factors span, .title p {
      font-size: 1.4em; } }

.fz-32 {
  font-size: 2em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-32 {
      font-size: 1.8em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-32 {
      font-size: 1.6em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-32 {
      font-size: 1.4em; } }

.fz-34 {
  font-size: 2.125em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-34 {
      font-size: 1.9em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-34 {
      font-size: 1.7em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-34 {
      font-size: 1.5em; } }

.fz-36, body h1, body .part3 h1, body .part9 h3, .title h2 {
  font-size: 2.25em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-36, body h1, body .part3 h1, body .part9 h3, .title h2 {
      font-size: 2em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-36, body h1, body .part3 h1, body .part9 h3, .title h2 {
      font-size: 1.9em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-36, body h1, body .part3 h1, body .part9 h3, .title h2 {
      font-size: 1.6em; } }

.fz-38 {
  font-size: 2.375em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-38 {
      font-size: 2.1em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-38 {
      font-size: 1.9em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-38 {
      font-size: 1.6em; } }

.fz-40 {
  font-size: 2.5em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-40 {
      font-size: 2.3em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-40 {
      font-size: 2em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-40 {
      font-size: 1.7em; } }

.fz-42 {
  font-size: 2.625em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-42 {
      font-size: 2.4em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-42 {
      font-size: 2.2em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-42 {
      font-size: 1.8em; } }

.fz-44 {
  font-size: 2.75em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-44 {
      font-size: 2.5em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-44 {
      font-size: 2.2em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-44 {
      font-size: 1.9em; } }

.fz-46 {
  font-size: 2.875em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-46 {
      font-size: 2.5em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-46 {
      font-size: 2.2em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-46 {
      font-size: 1.9em; } }

.fz-48 {
  font-size: 3em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-48 {
      font-size: 2.6em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-48 {
      font-size: 2.3em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-48 {
      font-size: 2em; } }

.fz-50 {
  font-size: 3.125em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-50 {
      font-size: 2.7em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-50 {
      font-size: 2.4em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-50 {
      font-size: 2.1em; } }

.fz-60 {
  font-size: 3.75em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-60 {
      font-size: 3.4em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-60 {
      font-size: 3em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-60 {
      font-size: 2.8em; } }
  @media only screen and (max-width: 575.98px) {
    .fz-60 {
      font-size: 2.2em; } }

.fz-70 {
  font-size: 4.375em; }
  @media only screen and (max-width: 1020.98px) {
    .fz-70 {
      font-size: 3.9em; } }
  @media only screen and (max-width: 991.98px) {
    .fz-70 {
      font-size: 3.4em; } }
  @media only screen and (max-width: 767.98px) {
    .fz-70 {
      font-size: 3em; } }
  @media only screen and (max-width: 575.98px) {
    .fz-70 {
      font-size: 2.3em; } }

body .contain {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 991px;
  overflow: hidden; }

@media (max-width: 1200px) {
  body header {
    height: 135px;
    border-bottom: 1px solid #000; } }

@media only screen and (max-width: 575.98px) {
  body header {
    height: 105px; } }

@media only screen and (max-width: 991.98px) {
  body header .contacts {
    font-size: .9em; } }

@media only screen and (max-width: 767.98px) {
  body header .contacts {
    display: none; } }

@media only screen and (max-width: 991.98px) {
  body header .contacts span {
    font-size: 1.125em; } }

@media only screen and (max-width: 991.98px) {
  body header .contacts .phone {
    font-size: 1.5em; } }

body header .cir {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  body header .cir:hover {
    opacity: 0.8;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  @media only screen and (max-width: 575.98px) {
    body header .cir {
      font-size: 0.7em; } }

body header .menu_btn {
  position: relative;
  height: auto;
  top: auto;
  left: auto; }
  @media only screen and (max-width: 575.98px) {
    body header .menu_btn {
      width: auto; } }
  body header .menu_btn #callMenu {
    margin-top: 0;
    margin-right: 0; }

@media only screen and (max-width: 991.98px) {
  body header .short_number {
    display: none; } }

body header .contain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  height: 100%; }

body .right_menu .link {
  width: 1.7em;
  height: 1.7em;
  line-height: 1.5em; }

body .delivery {
  vertical-align: middle; }
  body .delivery .truck {
    margin-top: 0.8em; }
  body .delivery .delivery-text {
    position: relative;
    margin-top: -3.9em;
    text-align: left; }

body .left_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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; }
  @media (max-width: 1200px) {
    body .left_menu {
      display: none; } }
  body .left_menu .info_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    top: auto;
    height: 100%;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%; }
  body .left_menu #closeBtnNav {
    padding-top: 0;
    height: auto;
    opacity: 1;
    position: relative;
    background-color: rgba(43, 42, 41, 0.6); }
    @media (min-width: 1200px) {
      body .left_menu #closeBtnNav {
        display: none; } }
  body .left_menu .link .link_img {
    width: 1.5em;
    left: 1.9em; }
  body .left_menu .link .title_menu {
    height: 3.7em;
    margin: 0;
    left: 3.6em; }
    body .left_menu .link .title_menu span {
      line-height: 60px; }

body .part5 > div {
  padding-top: 0.5em;
  padding-bottom: 2em; }

@media only screen and (max-width: 767.98px) {
  body .part5 h1 {
    margin-bottom: 1em; } }

@media only screen and (max-width: 1020.98px) {
  body .part5 h1 span.header {
    top: 0.6em; } }

@media only screen and (max-width: 575.98px) {
  body .part5 h1 span.header {
    padding: 0;
    top: 0; } }

body .part5 a.btn_style {
  width: auto;
  padding: .5em 1.4em;
  bottom: 2em;
  height: auto;
  line-height: 1.6; }

body .part5 .border_line {
  height: auto;
  width: auto;
  margin: 0;
  padding: 5em 2.2em; }
  @media only screen and (max-width: 1020.98px) {
    body .part5 .border_line {
      padding: 4.5em 1.8em; } }
  @media only screen and (max-width: 991.98px) {
    body .part5 .border_line {
      padding: 4em 1.5em; } }
  @media only screen and (max-width: 767.98px) {
    body .part5 .border_line {
      padding: 1em 0 2em; } }

body .part5 table {
  width: 100%;
  margin: 0; }
  body .part5 table td {
    padding: 0 1.2em; }
    @media only screen and (max-width: 575.98px) {
      body .part5 table td {
        padding: .3em 1em; } }

body .part4 > div {
  padding-top: 2em;
  padding-bottom: 2em; }

body .part4 .slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  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;
  padding-top: 2em; }
  @media only screen and (max-width: 991.98px) {
    body .part4 .slider span.arrow_circle {
      width: 2em;
      height: 2em;
      line-height: 2em;
      font-size: 1.5em; } }
  @media only screen and (max-width: 575.98px) {
    body .part4 .slider span.arrow_circle {
      font-size: 1em; } }
  @media only screen and (max-width: 991.98px) {
    body .part4 .slider .slider_img_container {
      width: 80%; } }
  @media only screen and (max-width: 575.98px) {
    body .part4 .slider .slider_img_container {
      width: 70%; } }

body .part3 {
  height: auto; }
  body .part3 .need {
    padding: 3.8em 0;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    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; }
    body .part3 .need img {
      width: 42em; }
  body .part3 .border_line {
    border: 1px solid #655b56;
    height: auto;
    width: auto;
    margin-bottom: 0; }
    @media only screen and (max-width: 575.98px) {
      body .part3 .border_line {
        border-color: transparent; } }
    body .part3 .border_line:before, body .part3 .border_line:after {
      content: none; }
  body .part3 > div {
    padding-top: 4em;
    padding-bottom: 6em; }
  body .part3 h1 {
    padding-top: 0.8em; }
    body .part3 h1 span.header {
      background: url("../img/sep-bg1.png");
      background-position: 5px 0;
      padding: 0 0.8em;
      top: 0.6em; }
      @media only screen and (max-width: 767.98px) {
        body .part3 h1 span.header {
          padding: 0; } }
  body .part3 .bg-sep1 {
    margin: 0 auto;
    display: inline-block;
    position: relative;
    bottom: -2.3em; }
    @media only screen and (min-width: 575.98px) {
      body .part3 .bg-sep1 {
        padding: 0 1.5em; } }

body .part1 {
  background: url("../img/bg_2.png") no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% 70%; }

body .part2 {
  height: auto;
  position: relative;
  padding: 1.8em 0; }
  body .part2:before {
    content: "";
    display: block;
    position: absolute;
    background: url("../img/sep-bg.png");
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  body .part2 h1 {
    padding-top: 0; }
  body .part2 h3 {
    color: #1f1c1a;
    font-size: 1.25em; }
  body .part2 .advantages-block-img {
    height: 6em; }
  body .part2 .advantages h2 {
    font-size: 1.25em;
    text-transform: uppercase; }
  body .part2 .advantages .advantages-block {
    text-align: center;
    width: auto; }
    @media only screen and (max-width: 991.98px) {
      body .part2 .advantages .advantages-block {
        margin-bottom: 1.5em; } }
    body .part2 .advantages .advantages-block .advantages-block-text {
      padding-left: 0; }
  body .part2 hr {
    height: 1px;
    background-color: #000;
    width: 8em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.6em;
    margin-bottom: 0.3em; }

body .left-align {
  text-align: center; }

body .part6 > div {
  padding-top: 2em;
  padding-bottom: 2em; }

@media only screen and (max-width: 767.98px) {
  body .part6 span.name_border.type-up {
    padding-left: 0;
    padding-right: 0; } }

@media only screen and (max-width: 575.98px) {
  body .part6 #krasnodar {
    border-right: none; } }

@media only screen and (max-width: 575.98px) {
  body .part6 #rostov {
    border-right: none; } }

@media only screen and (max-width: 767.98px) {
  body .part6 #stavropol {
    border-right: none; } }

@media only screen and (max-width: 767.98px) {
  body .part6 #krim {
    border-right: none; } }

body .part6 #krim .bg {
  background: url(../img/6_krim.png) bottom no-repeat;
  height: 80px;
  -webkit-transition: all .3s linear .1s;
  -o-transition: all .3s linear .1s;
  transition: all .3s linear .1s; }
  body .part6 #krim .bg:hover {
    background: url(../img/6_krim_hover.png) bottom no-repeat; }
  body .part6 #krim .bg:focus i, body .part6 #krim .bg:active i {
    font-size: 24px;
    color: #514843;
    line-height: 110px;
    display: inline; }
  body .part6 #krim .bg i {
    display: none; }

@media only screen and (max-width: 991.98px) {
  body .part6 .capasity {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }

@media only screen and (max-width: 991.98px) {
  body .part6 #input_range {
    width: 100%;
    margin: 0; } }

body .part6 .btn_style {
  width: auto;
  padding: .5em 1.4em;
  height: auto;
  line-height: 1.6;
  margin-top: 1.5em; }

@media only screen and (max-width: 575.98px) {
  body .part6 .select2-container {
    margin: 0;
    margin-top: 1.5em; } }

body .part6 .region_map {
  margin-bottom: 0.8em;
  width: 9em; }
  @media only screen and (max-width: 767.98px) {
    body .part6 .region_map {
      width: 15em; } }

body .part6 .region_border {
  border-right-color: #746d69; }
  @media only screen and (max-width: 575.98px) {
    body .part6 .region_border {
      border-bottom: 1px solid #746d69;
      height: auto;
      padding-bottom: 1.5em;
      margin-bottom: 0; } }

body .part6 span.name_border {
  top: 0.6em; }

body .part6 .choose_type .choose_type_of {
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 767.98px) {
    body .part6 .choose_type .choose_type_of {
      margin-left: 1em;
      margin-right: 1em;
      width: auto;
      height: auto; } }
  @media only screen and (max-width: 575.98px) {
    body .part6 .choose_type .choose_type_of {
      margin-left: 0.5em;
      margin-right: 0.5em; } }

body .part6 .factors {
  border-bottom: 1px solid #655b56;
  padding: 2em 0 1.6em 0;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 767.98px) {
    body .part6 .factors {
      font-size: .9em; } }
  body .part6 .factors span {
    padding: 0 1.5em 0 0.2em; }
  body .part6 .factors img {
    width: 2em; }

body .part6 #input_range .ui-slider-handle {
  width: 1.8em;
  height: 1.85em; }

body .part7 {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: 50% -0.2em;
  background-color: #ece7e3; }
  body .part7 > div {
    height: auto; }
  body .part7 h1:after {
    content: none; }
  @media only screen and (max-width: 767.98px) {
    body .part7 h1 {
      margin-bottom: 1em; } }
  @media only screen and (max-width: 767.98px) {
    body .part7 h1 span.header {
      padding-left: 0;
      padding-right: 0;
      top: 0; } }
  body .part7 h2 {
    text-transform: uppercase; }
  body .part7 .border_line {
    width: auto;
    height: auto;
    position: relative;
    padding: 0 0 5em;
    margin-bottom: 3.5em; }
    @media only screen and (max-width: 1020.98px) {
      body .part7 .border_line {
        padding-bottom: 4em; } }
    @media only screen and (max-width: 991.98px) {
      body .part7 .border_line {
        padding-bottom: 3em;
        margin-bottom: 3em; } }
    @media only screen and (max-width: 767.98px) {
      body .part7 .border_line {
        padding-bottom: 2em;
        margin-bottom: 2em;
        border-top: 2px solid #fff; }
        body .part7 .border_line:after, body .part7 .border_line:before {
          content: none !important; } }
    body .part7 .border_line:after {
      content: '';
      width: 101px;
      height: 0;
      border: 1px solid #fff;
      display: block;
      position: absolute;
      right: 0;
      top: 0; }
  body .part7 .facts {
    padding: 7.5em 1.5em 0; }
    @media only screen and (max-width: 1020.98px) {
      body .part7 .facts {
        padding: 6.5em 1.5em 0; } }
    @media only screen and (max-width: 991.98px) {
      body .part7 .facts {
        padding: 6em 1.5em 0; } }
    @media only screen and (max-width: 767.98px) {
      body .part7 .facts {
        padding: 2.5em 1.5em 0; } }
    body .part7 .facts .facts_block {
      text-align: left;
      width: 49%; }
      @media only screen and (max-width: 991.98px) {
        body .part7 .facts .facts_block {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
  @media only screen and (max-width: 991.98px) and (max-width: 575.98px) {
    body .part7 .facts .facts_block {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
      body .part7 .facts .facts_block img {
        width: 7.3em; }
        @media only screen and (max-width: 575.98px) {
          body .part7 .facts .facts_block img {
            width: 4em; } }
      @media only screen and (max-width: 991.98px) {
        body .part7 .facts .facts_block .facts_block_text {
          width: auto; } }

body .part8 {
  height: 34.2em;
  -webkit-background-size: cover;
          background-size: cover; }
  @media only screen and (max-width: 991.98px) {
    body .part8 {
      background-position: 42% 0; } }
  @media only screen and (max-width: 767.98px) {
    body .part8 {
      background-position: 35% 0; } }
  @media only screen and (max-width: 575.98px) {
    body .part8 {
      height: 20em; } }

body .part9 {
  height: auto;
  padding: 0.8em 0; }
  @media only screen and (max-width: 767.98px) {
    body .part9 h1 {
      margin-bottom: 1em; } }
  @media only screen and (max-width: 991.98px) {
    body .part9 h1 span.header {
      top: 0.7em; } }
  @media only screen and (max-width: 767.98px) {
    body .part9 h1 span.header {
      padding: 0;
      top: 0; } }
  @media only screen and (max-width: 575.98px) {
    body .part9 .orange_text_italic span {
      display: none; } }
  body .part9 .scheme {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3em;
    position: relative;
    right: -1.2em; }
    @media only screen and (max-width: 1020.98px) {
      body .part9 .scheme {
        right: 0; } }
    @media only screen and (max-width: 991.98px) {
      body .part9 .scheme {
        padding-left: 0;
        -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; } }
    body .part9 .scheme .scheme_block .scheme_block_text {
      width: 10em;
      right: 0;
      left: -1.5em; }
      @media only screen and (max-width: 991.98px) {
        body .part9 .scheme .scheme_block .scheme_block_text {
          left: 0;
          margin: 0;
          width: auto; } }
    @media only screen and (max-width: 991.98px) {
      body .part9 .scheme .scheme_block .scheme_block_view {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        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: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 1020.98px) {
      body .part9 .scheme .scheme_block .scheme_block_view span.mini_circle {
        display: none; } }
    @media only screen and (max-width: 991.98px) {
      body .part9 .scheme .scheme_block .scheme_block_view span.number {
        top: 0;
        left: 0; } }
    @media only screen and (max-width: 1020.98px) {
      body .part9 .scheme .scheme_block span.arrow_circle {
        margin-left: 1em; } }
    @media only screen and (max-width: 991.98px) {
      body .part9 .scheme .scheme_block span.arrow_circle {
        margin: 0;
        margin-top: .5em;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); } }
    body .part9 .scheme #block1 {
      padding-left: 0; }
  @media only screen and (max-width: 991.98px) {
    body .part9 a.btn_style {
      width: 100%;
      max-width: 50%; } }
  @media only screen and (max-width: 767.98px) {
    body .part9 a.btn_style {
      max-width: 75%; } }
  @media only screen and (max-width: 575.98px) {
    body .part9 a.btn_style {
      max-width: 90%;
      font-size: .9em; } }
  @media only screen and (max-width: 991.98px) {
    body .part9 .text_or {
      display: block; } }
  body .part9 .border_line {
    width: auto;
    height: auto;
    padding-bottom: 4em; }

body .part10 {
  height: auto;
  -webkit-background-size: cover;
          background-size: cover; }
  body .part10 h1 {
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 767.98px) {
      body .part10 h1 {
        margin-bottom: 0.5em; } }
    body .part10 h1 span {
      position: relative;
      top: 1.5em;
      background: url("../img/sep-bg2.png");
      padding: 0 0.4em;
      background-position: 5px 0;
      top: 0.6em; }
      @media only screen and (max-width: 767.98px) {
        body .part10 h1 span {
          top: 0;
          padding: 0; } }
  body .part10 h4 {
    color: #d86e4e; }
  body .part10 .contain {
    padding-top: 1em;
    padding-bottom: 3em; }
  body .part10 .comment_left {
    background: none;
    margin: 0;
    left: 0;
    right: 0;
    text-align: right;
    width: 12em;
    height: auto; }
    @media only screen and (max-width: 767.98px) {
      body .part10 .comment_left {
        width: auto; } }
    @media only screen and (max-width: 575.98px) {
      body .part10 .comment_left {
        text-align: center; } }
    body .part10 .comment_left:after {
      content: none; }
  body .part10 .comment_right {
    background: none;
    margin: 0;
    left: 0;
    right: 0;
    text-align: right;
    width: 12em;
    height: auto; }
    @media only screen and (max-width: 767.98px) {
      body .part10 .comment_right {
        width: auto; } }
    @media only screen and (max-width: 575.98px) {
      body .part10 .comment_right {
        text-align: center; } }
    body .part10 .comment_right:before {
      content: none; }
  body .part10 .quotes {
    width: 100%; }
    body .part10 .quotes .quote_top_img {
      top: -1em;
      left: 0; }
    body .part10 .quotes .quote_bottom_img {
      bottom: -1em;
      right: 0;
      left: auto; }
    body .part10 .quotes .quotes_left {
      text-align: left;
      padding: 1.75em 1em;
      vertical-align: top;
      width: auto; }
      @media only screen and (max-width: 575.98px) {
        body .part10 .quotes .quotes_left {
          display: block;
          padding: 0 1em 0; } }
    body .part10 .quotes .quotes_right {
      text-align: left;
      padding: 1.75em 1em;
      vertical-align: top;
      width: auto; }
      @media only screen and (max-width: 575.98px) {
        body .part10 .quotes .quotes_right {
          display: block;
          padding: 0 1em 0; } }
    @media only screen and (max-width: 575.98px) {
      body .part10 .quotes .quotes_comment {
        padding: 1.5em 0 1em 0;
        height: auto; } }
    body .part10 .quotes .quotes_commentpart3 {
      height: auto;
      padding: 0; }
    body .part10 .quotes .quotes_comment_three {
      padding: 0;
      height: auto;
      width: auto; }
    body .part10 .quotes .quote_text {
      position: relative;
      padding: 0 2.1em 0 3em;
      text-align: justify; }
      @media only screen and (max-width: 991.98px) {
        body .part10 .quotes .quote_text {
          padding: 0 1.5em 0 2em; } }
      @media only screen and (max-width: 767.98px) {
        body .part10 .quotes .quote_text {
          padding: 0; } }
      body .part10 .quotes .quote_text img {
        position: absolute;
        width: 2.2em; }
        @media only screen and (max-width: 991.98px) {
          body .part10 .quotes .quote_text img {
            width: 1.5em; } }
        @media only screen and (max-width: 767.98px) {
          body .part10 .quotes .quote_text img {
            display: none; } }
  body .part10 .table-responsive {
    border: 1px solid #514843;
    padding: 3.3em 0 2em; }
    @media only screen and (max-width: 767.98px) {
      body .part10 .table-responsive {
        padding: 1.5em 0; } }

body .part11 {
  height: auto;
  background-position: 50% 0; }
  @media only screen and (max-width: 1020.98px) {
    body .part11 {
      -webkit-background-size: 200% 200%;
              background-size: 200%; } }
  body .part11 h1 span.header {
    top: 0.6em; }
    @media only screen and (max-width: 575.98px) {
      body .part11 h1 span.header {
        padding: 0;
        top: 0;
        font-size: .8em; } }
  @media only screen and (max-width: 575.98px) {
    body .part11 .orange_text_italic span {
      padding: 0; } }
  body .part11 .border_line {
    width: auto;
    height: auto; }
  body .part11 .contacts {
    padding: 40em 0 6em; }
    @media only screen and (max-width: 1020.98px) {
      body .part11 .contacts {
        padding: 65vw 0 5em;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media only screen and (max-width: 767.98px) {
      body .part11 .contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media only screen and (max-width: 575.98px) {
      body .part11 .contacts {
        font-size: 0.7em;
        padding: 60vw 0 5em; } }
    @media only screen and (max-width: 1020.98px) {
      body .part11 .contacts .contacts_left {
        padding: .4em 1em; } }
    @media only screen and (max-width: 1020.98px) {
      body .part11 .contacts .contacts_right {
        padding: .4em 1em; } }

body footer {
  height: auto; }
  @media only screen and (max-width: 575.98px) {
    body footer .copyright, body footer .application, body footer .developers {
      width: auto;
      text-align: center; } }

.footer-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 575.98px) {
    .footer-wrap {
      padding: 1em 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.table-responsive {
  width: 100%;
  display: block;
  overflow-x: auto; }

.table-one span.text-dark {
  color: #514843;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.table-one img {
  margin-right: 0.5em; }

.table-one .link {
  width: 100%;
  -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;
  height: 4em; }
  @media only screen and (max-width: 575.98px) {
    .table-one .link {
      height: 3.5em; } }

.table-one td {
  border-right: 1px solid #fff !important; }
  .table-one td:first-child {
    max-width: 14em; }
    @media only screen and (max-width: 575.98px) {
      .table-one td:first-child {
        min-width: 6em; } }
  .table-one td:last-child {
    border-right: none !important; }
  .table-one td:not(:first-child):not(:last-child) {
    max-width: 9em; }
    @media only screen and (max-width: 575.98px) {
      .table-one td:not(:first-child):not(:last-child) {
        min-width: 10em; } }

.table-one tr {
  border-bottom: 0.6em solid #fff; }

.table-one .colt-1 {
  background-color: #ece6e3; }

.table-one .colt-2 {
  background-color: #f0ebe9; }

.table-one .colt-3 {
  background-color: #f5f2f1; }

.table td {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.bg-sep1 {
  background: url("../img/sep-bg1.png"); }

@media only screen and (max-width: 1020.98px) {
  .need {
    font-size: 1.6vw; } }

@media only screen and (max-width: 767.98px) {
  .need {
    font-size: 2.2vw; } }

.text-pointbox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }
  .text-pointbox span {
    text-transform: uppercase;
    font-size: 1.438em;
    font-weight: bold;
    display: block;
    text-align: center;
    position: absolute; }
  .text-pointbox .point1 {
    top: 7em;
    left: 17em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point1 {
        left: 11em; } }
  .text-pointbox .point2 {
    top: 11.6em;
    right: 6.5em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point2 {
        right: 0.5em; } }
  .text-pointbox .point3 {
    bottom: 12em;
    right: 4em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point3 {
        right: 0.1em; } }
  .text-pointbox .point4 {
    bottom: 2.6em;
    right: 12em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point4 {
        right: 6em; } }
  .text-pointbox .point5 {
    bottom: 3.8em;
    left: 14.7em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point5 {
        left: 8.9em; } }
  .text-pointbox .point6 {
    bottom: 11.4em;
    left: 3.8em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point6 {
        left: 0.1em; } }
  .text-pointbox .point7 {
    top: 11.7em;
    left: 2.6em; }
    @media only screen and (max-width: 767.98px) {
      .text-pointbox .point7 {
        left: 0.1em; } }

.calculator {
  margin-top: 1.2em; }

.barrel {
  background-color: rgba(43, 42, 41, 0.6);
  padding: 1.15em 0;
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 575.98px) {
    .barrel {
      padding: .65em 0; }
      .barrel img {
        width: 1.4em; } }
  .barrel:hover {
    opacity: 0.8; }
  .barrel a {
    display: block; }

@media only screen and (max-width: 991.98px) {
  .logo img {
    width: 20em; } }

@media only screen and (max-width: 575.98px) {
  .logo img {
    width: 11em; } }

.advantages span.text-white {
  font-weight: 100; }

.title {
  color: #514843; }
  .title h2 {
    font-weight: bold;
    text-transform: none; }
  .title p {
    font-weight: 300;
    text-transform: none; }

.accordion li {
  padding: 0.8em 0 0.4em; }

.accordion p {
  text-transform: none;
  font-weight: 100;
  padding: 0.2em 0 0.2em 4.2em; }
  @media only screen and (max-width: 991.98px) {
    .accordion p {
      padding: 0.2em 0 0.2em 3.5em; } }
  @media only screen and (max-width: 575.98px) {
    .accordion p {
      padding: 0.2em 0 0.2em 3em; } }
  .accordion p span {
    display: block;
    line-height: 1.2;
    margin-bottom: 0.8em; }

.accordion .round {
  margin-right: 0.5em; }

.accordion h2 {
  overflow: hidden;
  max-height: 2.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -o-text-overflow: -o-ellipsis-lastline;
     text-overflow: -o-ellipsis-lastline; }
  @media only screen and (max-width: 575.98px) {
    .accordion h2 {
      padding-right: 1em;
      font-size: .9em; } }

.round {
  -webkit-border-radius: 2em;
  border-radius: 2em;
  text-align: center;
  color: #fff;
  height: 2.2em;
  width: 2.2em;
  line-height: 2.2em;
  display: inline-block;
  background-color: #d86e4e; }

.questions {
  background-color: #ece6e3;
  padding: 2em 0; }
  .questions .title {
    margin-bottom: 2.2em; }
