/*!
 * 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)
 */
@import url("https://fonts.googleapis.com/css?family=Stem:300,400,500&amp;subset=cyrillic-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic-ext");
@-ms-viewport {
  width: device-width;
}

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

*,
*::before,
*::after {
  box-sizing: inherit;
}
.feedback-form {
    width: 40%;
    margin: 0 auto;
}
.control-group {
    margin-top: 30px;
}
.feedback-form input[type="tel"], .feedback-form input[type="text"], .feedback-form input[type="password"], .feedback-form input[type="email"], select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #E5E5E5!important;
    box-shadow: none!important;
    color: #383838!important;
    height: auto!important;
    font-size: 12px!important;
    padding: 8px 13px 7px!important;
    width: 100%!important;
    background-color: #f9f9f9;
}
.feedback-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #E5E5E5!important;
    box-shadow: none!important;
    color: #383838!important;
    height: auto!important;
    font-size: 12px!important;
    padding: 8px 13px 7px!important;
    width: 100%!important;
    background-color: #f9f9f9;
    min-height: 90px!important;
}
.feedback-form input:not(.button) {
    line-height: 20px!important;
}
.zvonkjdsa {
    padding: 1em 1.5em 1em 1.5em;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    width: 100%;
    background-color: #e395a5;
    box-shadow: 0 0 9px rgba(185, 0, 52, 0.36);
    outline: none !important;
    border: none;
    text-transform: none;
    margin-top: 40px;
}
.zvonkjdsa:hover {
  background-color: #FFF;
  color: #e395a5;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -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 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: 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;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

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

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li button {
  font-size: 0;
}

.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #eebfc9;
  display: block;
}

.slick-dots .slick-active button {
  background-color: #eebfc9;
}

.slick-prev {
  background-color: transparent;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.slick-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  border-top: 3px solid rgba(38, 41, 44, 0.2);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.6s;
}

.slick-prev:after {
  content: '';
  position: absolute;
  bottom: 6.8%;
  left: 0;
  width: 25px;
  border-bottom: 3px solid rgba(38, 41, 44, 0.2);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.6s;
}

.slick-prev:hover:before {
  border-top: 3px solid #e395a5;
}

.slick-prev:hover:after {
  border-bottom: 3px solid #e395a5;
}

.slick-next {
  background-color: transparent;
  width: 35px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  border-top: 3px solid rgba(38, 41, 44, 0.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: all 0.6s;
}

.slick-next:after {
  content: '';
  position: absolute;
  bottom: 6.8%;
  left: 0;
  width: 25px;
  border-bottom: 3px solid rgba(38, 41, 44, 0.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  transition: all 0.6s;
}

.slick-next:hover:before {
  border-top: 3px solid #e395a5;
}

.slick-next:hover:after {
  border-bottom: 3px solid #e395a5;
}

@media only screen and (max-width: 1366px) {
  .slick-prev {
    left: -2%;
  }
  .slick-next {
    right: -2%;
  }
}

@media only screen and (max-width: 1280px) {
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .slick-next {
    top: 10%;
  }
  .slick-prev {
    top: 10%;
  }
}

body {
  overflow-x: hidden;
  margin: 0;
}

@media only screen and (max-width: 1500px) {
  body {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 11px;
  }
}

::-moz-selection {
  background: #4ecbdf;
  /* WebKit/Blink Browsers */
  color: gray;
}

::selection {
  background: #4ecbdf;
  /* WebKit/Blink Browsers */
  color: gray;
}

*::-webkit-input-placeholder {
  color: gray;
}

*:-ms-input-placeholder {
  color: gray;
}

*::placeholder {
  color: gray;
}

img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}

.row {
  margin: 0;
}

* {
  outline: 0;
  box-sizing: border-box;
}

button, input, textarea {
  border: none;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

.about {
  padding: 200px 0 0 0;
}

.about__titleWrp {
  text-align: center;
}

.about__title {
  color: #e395a5;
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
}

.about__desc {
  color: #696969;
  font-family: "Roboto";
  font-size: 1.125em;
  font-weight: 400;
  text-align: center;
  margin: 15px 0 200px 0;
}

.about__inner {
  max-width: 470px;
  margin-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 430px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about__inner--second {
  margin-left: 0;
}

.about__img {
  margin-bottom: 125px;
}

.about__subtitle {
  color: #e395a5;
  font-family: "Open Sans";
  font-size: 1.875em;
  font-weight: 400;
  padding-bottom: 20px;
  position: relative;
}

.about__subtitle:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  border-bottom: 2px solid #e395a5;
}

.about__txt {
  color: #696969;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  line-height: 25px;
  margin-top: 40px;
}

.about__btn {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 300;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #e395a5;
  box-shadow: 0 0 9px rgba(185, 0, 52, 0.36);
  transition: all 0.4s;
}

.about__btn:hover {
  background-color: #FFF;
  color: #e395a5;
}

@media only screen and (max-width: 1600px) {
  .about {
    padding-top: 150px;
  }
  .about__desc {
    margin: 15px 0 150px 0;
  }
}

@media only screen and (max-width: 1440px) {
  .about__img {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 1366px) {
  .about__inner {
    margin-left: 80px;
  }
}

@media only screen and (max-width: 800px) {
  .about__img {
    margin-bottom: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .about__inner {
    margin-left: 40px;
    height: 380px;
  }
}

@media only screen and (max-width: 480px) {
  .about {
    padding: 50px 0 0 0;
  }
  .about__inner {
    height: initial;
    margin: 30px 0;
  }
  .about__desc {
    margin: 15px 0 50px 0;
  }
}

.advs {
  padding-top: 130px;
  padding-bottom: 115px;
}

.advs__titleWrp {
  text-align: center;
  width: 100%;
  padding-bottom: 100px;
}

.advs__title {
  color: #d0b8dc;
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
}

.advs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.advs__inner {
  max-width: 190px;
}

.advs__iconWrp {
  text-align: center;
}

.advs__txtWrp {
  text-align: center;
}

.advs__txt {
  color: #696969;
  font-family: 'Roboto';
  font-size: 1.25em;
  font-weight: 300;
  line-height: 25px;
}

@media only screen and (max-width: 1280px) {
  .advs__inner {
    max-width: 145px;
  }
}

@media only screen and (max-width: 800px) {
  .advs {
    padding-top: 80px;
  }
  .advs__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .advs__inner {
    width: 33%;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .advs {
    padding-top: 30%;
  }
}

@media only screen and (max-width: 414px) {
  .advs {
    padding-top: 10%;
    padding-bottom: 50px;
  }
  .advs__titleWrp {
    padding-bottom: 70px;
  }
  .advs__inner {
    width: 100%;
  }
}

.blocks {
  padding: 100px 0 80px 0;
  background-color: #e395a5;
}

.blocks__inner {
  text-align: center;
}

.blocks__title {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.375em;
  font-weight: 500;
  display: inline-block;
  padding: 25px 0;
}

.blocks__desc {
  color: #ffffff;
  font-family: 'Stem';
  font-size: 1.125em;
  font-weight: 400;
  line-height: 26px;
}

@media only screen and (max-width: 800px) {
  .blocks {
    padding: 50px 0;
  }
  .blocks__inner {
    margin-bottom: 30px;
  }
  .blocks__title {
    padding: 10px 0;
  }
}

.bs-preloader {
  width: 118px;
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bs-preloader__wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 999;
}

.bs-preloader__icon {
  max-width: 118px;
  max-height: 72px;
}

.bs-preloader__progress {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #e395a5;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.bs-preloader__indeterminate {
  background-color: #D8E6E7;
}

.bs-preloader__indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.bs-preloader__indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

.bs-rqmodal {
  display: none;
}

.bs-rqmodal__wrp {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: hidden;
}

.bs-rqmodal__wrp:hover {
  cursor: zoom-out;
}

.bs-rqmodal__content {
  background-color: white;
  text-align: left;
  z-index: 99999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  width: 520px;
  height: 770px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 65px 70px 0 70px;
  box-shadow: 0px 4px 50px rgba(48, 48, 48, 0.25);
}

.bs-rqmodal__content::-webkit-scrollbar {
  width: 8px;
}

.bs-rqmodal__content::-webkit-scrollbar * {
  background: transparent;
}

.bs-rqmodal__content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: black !important;
}

.bs-rqmodal__content--success {
  padding-top: 140px;
  height: 420px;
}

.bs-rqmodal__close {
  display: block;
  background: url(../images/bs-rqmodal__close.png) no-repeat;
  background-size: cover;
  width: 21px;
  height: 21px;
  position: absolute;
  right: 30px;
  top: 30px;
}

.bs-rqmodal__close:hover {
  cursor: pointer;
}

.bs-rqmodal__inner {
  padding-top: 20px;
  text-align: center;
}

.bs-rqmodal__title {
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1.375em;
  font-weight: 700;
  color: #2D2D2D;
}

.bs-rqmodal__text {
  font-family: 'Helvetica';
  line-height: 21px;
  font-size: 1em;
  color: #8F8F8F;
}

.bs-rqmodal__form {
  padding-top: 30px;
}

.bs-rqmodal__label {
  padding-bottom: 15px;
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1em;
  font-weight: 500;
  display: block;
  color: #2D2D2D;
}

.bs-rqmodal__input {
  margin-bottom: 25px;
  width: 380px;
  height: 64px;
  border: 1px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 30px;
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1em;
  color: #2D2D2D;
}

.bs-rqmodal__input::-webkit-input-placeholder {
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1em;
  color: #BABABA;
}

.bs-rqmodal__input:-ms-input-placeholder {
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1em;
  color: #BABABA;
}

.bs-rqmodal__input::placeholder {
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1em;
  color: #BABABA;
}

.bs-rqmodal__btnWrp {
  padding-top: 35px;
}

.bs-rqmodal__successTitle {
  font-family: 'Helvetica';
  line-height: normal;
  font-size: 1.375em;
  text-align: center;
  font-weight: 700;
  color: #e395a5;
}

.bs-rqmodal__successText {
  font-family: 'Helvetica';
  line-height: 26px;
  font-size: 1.125em;
  text-align: center;
  color: #8F8F8F;
}

@media only screen and (max-width: 1500px) {
  .bs-rq-modal__close {
    width: 34px;
    height: 32px;
  }
}

@media only screen and (max-width: 414px) {
  .bs-rqmodal__wrp {
    position: absolute;
  }
  .bs-rqmodal__content {
    position: absolute;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    padding: 65px 40px 0 40px;
  }
  .bs-rqmodal__content--success {
    height: 250px;
  }
  .bs-rqmodal__input {
    width: 100%;
  }
  .bs-rqmodal__inner {
    padding-top: 60px;
  }
  .bs-rqmodal__inner--success {
    padding-top: 20px;
  }
  .bs-rqmodal__btnWrp {
    padding-top: 15px;
  }
  .bs-rqmodal__close {
    top: 95px;
  }
}

@media only screen and (max-width: 320px) {
  .bs-rqmodal__form {
    padding-top: 15px;
  }
  .bs-rqmodal__input {
    margin-bottom: 15px;
    height: 40px;
  }
  .bs-rqmodal__inner {
    padding-top: 100px;
  }
  .bs-rqmodal__inner--success {
    padding-top: 20px;
  }
  .bs-rqmodal__close {
    top: 100px;
  }
}

.contacts {
  padding-bottom: 100px;
}

.contacts__titleWrp {
  padding: 100px 0;
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.contacts__title {
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
  color: #8e8e8e;
}

.contacts__titleInner {
  font-family: 'Roboto';
  font-weight: 300;
  color: #e395a5;
}

.contacts__subtitle {
  color: #8e8e8e;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
}

.contacts__dropdown {
  display: none;
}

.contacts__listName {
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  color: rgba(227, 149, 165, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  width: 410px;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.6s;
}

.contacts__listName:hover {
  border: 1px solid rgba(227, 149, 165, 0.7);
}

.contacts__arrow {
  font-family: 'Roboto';
  font-size: 1em;
  font-weight: 400;
  color: #ecb8c2;
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: all 0.3s;
}

.contacts__arrow--down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contacts__ddItem {
  margin-bottom: 15px;
  padding-left: 20px;
}

.contacts__ddTitle {
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  color: rgba(105, 105, 105, 0.7);
  margin-bottom: 5px;
}

.contacts__ddTxt {
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 300;
  color: rgba(105, 105, 105, 0.7);
}

.contacts__mapWrp {
  height: 520px;
}

@media only screen and (max-width: 600px) {
  .contacts__titleWrp {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 480px) {
  .contacts {
    padding-bottom: 50px;
  }
  .contacts__listName {
    width: 100%;
  }
  .contacts__mapWrp {
    height: 350px;
  }
}

.footer {
  padding-bottom: 75px;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__titleWrp {
  padding: 75px 0 50px 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.footer__title {
  color: rgba(227, 149, 165, 0.6);
  font-family: 'Roboto';
  font-size: 1.375em;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
}

.footer__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px solid rgba(227, 149, 165, 0.6);
}

.footer__social {
  display: inline-block;
  margin-right: 20px;
  width: 15px;
  height: 15px;
}

.footer__social:last-child {
  margin-right: 0;
}

.footer__tel {
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 300;
  color: #e395a5;
  display: inline-block;
  margin-right: 25px;
}

.footer__info {
  color: #696969;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 300;
  display: inline-block;
  margin-right: 25px;
}

.footer__info:last-child {
  margin-right: 0;
}

.footer__bs {
  color: #bdbec0;
  font-family: 'Roboto';
  font-size: 0.75em;
  font-weight: 400;
}

.footer__bs--link {
  color: #bdbec0;
}

@media only screen and (max-width: 800px) {
  .footer__inner {
    display: block;
    text-align: center;
  }
  .footer__infoWrp {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 414px) {
  .footer__info {
    display: block;
    margin: 10px 0 10px 0;
  }
  .footer__tel {
    margin-right: 0;
  }
  .footer__bs {
    font-size: 1em;
  }
}

.gotop {
  position: fixed;
  left: 100px;
  bottom: 100px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  transition: all 1s ease;
}

.gotop--v {
  opacity: 1;
}

.gotop__icon {
  width: 24px;
  height: 65px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.gotop__word {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.25em;
  color: #696969;
}

@media only screen and (max-width: 920px) {
  .gotop {
    display: none;
  }
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0 0 27px rgba(20, 20, 21, 0.09);
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__item {
  display: inline-block;
  margin-right: 40px;
}

.header__item:last-child {
  margin-right: 70px;
}

.header__link {
  color: #b9b9b9;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  transition: all 0.6s;
}

.header__link:hover {
  color: #e395a5;
}

.header__telWrp {
  margin-right: 30px;
}

.header__tel {
  font-family: 'Roboto';
  font-size: 1.375em;
  font-weight: 500;
  color: #e395a5;
  position: relative;
}

.header__tel:before {
  content: url("../images/tel-icon.png");
  position: absolute;
  left: -15%;
  top: 10%;
}

.header__btn {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #e395a5;
  box-shadow: 0 0 9px rgba(185, 0, 52, 0.36);
  transition: all 0.4s;
}

.header__btn:hover {
  background-color: #FFF;
  color: #e395a5;
}

.header__logoWrp {
  margin-right: 80px;
}

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

.main {
  background-image: url("../images/main-bg.jpg");
  background-size: cover;
  margin-top: 94px;
  position: relative;
}

.main__inner {
  padding-top: 260px;
  padding-bottom: 150px;
}

.main__title {
  text-shadow: 0 3px 14px rgba(20, 20, 21, 0.28);
  color: #af5265;
  font-family: 'Roboto';
  font-size: 3.5625em;
  font-weight: 300;
}

.main__desc {
  text-shadow: 0 3px 14px rgba(20, 20, 21, 0.28);
  color: #af5265;
  font-family: 'Roboto';
  font-size: 1.5em;
  font-weight: 300;
  line-height: 36.39px;
  margin: 30px 0;
}

.main__btnWrp {
  padding-top: 10px;
}

.main__btn {
  color: #f8f9fb;
  font-family: 'Roboto';
  font-size: 1.4375em;
  font-weight: 300;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #e395a5;
  box-shadow: 0 0 9px rgba(185, 0, 52, 0.36);
  transition: all 0.4s;
}

.main__btn:hover {
  background-color: #FFF;
  color: #e395a5;
}

.main__img {
  padding-top: 140px;
}

@media only screen and (max-width: 1440px) {
  .main {
    margin-top: 85px;
  }
}

@media only screen and (max-width: 800px) {
  .main {
    margin-top: 0;
  }
  .main__inner {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .main {
    background-position: -150px 0;
  }
}

@media only screen and (max-width: 414px) {
  .main {
    background-image: url("../images/main-bg-small.jpg");
    background-size: contain;
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .main__inner {
    padding-top: 445px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 384px) {
  .main__inner {
    padding-top: 420px;
  }
}

@media only screen and (max-width: 360px) {
  .main__inner {
    padding-top: 400px;
  }
}

@media only screen and (max-width: 320px) {
  .main__inner {
    padding-top: 350px;
  }
}

.payment__inner {
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding-top: 100px;
  padding-bottom: 80px;
}

.payment__title {
  color: #8e8e8e;
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
}

.payment__title--red {
  color: #e395a5;
}

.payment__subtitleWrp {
  padding: 25px 0 30px 0;
}

.payment__subtitle {
  color: #e395a5;
  font-family: 'Roboto';
  font-size: 1.5em;
  font-weight: 400;
  display: block;
}

.payment__subtitle--small {
  color: #8e8e8e;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
}

.payment__price {
  color: #e395a5;
  font-family: 'Roboto';
  font-size: 2.8125em;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}

.payment__price--line {
  color: #8e8e8e;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  text-decoration: line-through;
  margin-bottom: 10px;
  display: inline-block;
}

.payment__formWrp {
  margin: 0 auto;
  max-width: 565px;
}

.payment__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment__input {
  display: block;
  border: 1px solid rgba(38, 41, 44, 0.2);
  border-radius: 25px;
  width: 100%;
  color: #a7a8aa;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 10px 20px 10px 20px;
  transition: all 0.6s;
}

.payment__input:focus {
  border: 1px solid #e395a5;
  box-shadow: 0 0 9px rgba(185, 0, 52, 0.1);
}

.payment__input::-webkit-input-placeholder {
  color: rgba(38, 41, 44, 0.2);
}

.payment__input:-ms-input-placeholder {
  color: rgba(38, 41, 44, 0.2);
}

.payment__input::placeholder {
  color: rgba(38, 41, 44, 0.2);
}

.payment__input:last-child {
  margin-bottom: 0;
}

.payment__label {
  color: #696969;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  display: inline-block;
  margin-right: 25px;
}

.payment__btnWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.payment__btn {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 300;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #e395a5;
  box-shadow: 0 0 9px rgba(185, 0, 52, 0.36);
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s;
}

.payment__btn:hover {
  background-color: #FFF;
  color: #e395a5;
}

@media only screen and (max-width: 600px) {
  .payment__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.popup__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1001;
  padding: 20px;
  box-shadow: 0 0 27px rgba(20, 20, 21, 0.09);
  max-width: 400px;
}

.popup__titleWrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.popup__title {
  color: #e395a5;
  font-family: 'Roboto';
  font-size: 1.25em;
  font-weight: 400;
}

.popup__close {
  color: #000;
  font-family: 'Roboto';
  font-size: 1.25em;
  font-weight: 400;
}

.popup__txt {
  color: #696969;
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
}

.reviews {
  padding-bottom: 70px;
}

.reviews__titleWrp {
  text-align: center;
  border-top: 1px solid #eaeaea;
  padding-top: 100px;
}

.reviews__title {
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
  line-height: 45.75px;
  color: rgba(105, 105, 105, 0.8);
}

.reviews__title--red {
  color: #e395a5;
}

.reviews__txtWrp {
  box-shadow: 0 0 27px rgba(20, 20, 21, 0.09);
  background-color: #ffffff;
  padding: 100px 40px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 525px;
  margin-top: 150px;
}

.reviews__imgWrp {
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.reviews__img {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews__txt {
  font-family: 'Roboto';
  font-size: 1.125em;
  font-weight: 400;
  color: #696969;
  text-align: center;
  min-height: 75px;
}

.reviews__nameWrp {
  padding-top: 20px;
}

.reviews__name {
  color: #e395a5;
  font-family: 'Roboto';
  font-size: 1.25em;
  font-weight: 400;
}

.reviews__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1280px) {
  .reviews__txtWrp {
    max-width: 470px;
  }
}

@media only screen and (max-width: 800px) {
  .reviews__titleWrp {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .reviews {
    padding-bottom: 50px;
  }
  .reviews__titleWrp {
    padding-top: 50px;
  }
  .reviews__txtWrp {
    max-width: 430px;
  }
  .reviews__item {
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 414px) {
  .reviews {
    padding-bottom: 35px;
  }
  .reviews__txtWrp {
    padding: 80px 20px 30px 20px;
    max-width: 325px;
    margin-top: 110px;
  }
  .reviews__txt {
    min-height: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .reviews__txtWrp {
    max-width: 285px;
  }
}

@media only screen and (max-width: 320px) {
  .reviews__txtWrp {
    max-width: 245px;
  }
  .reviews__item {
    padding-bottom: 10px;
  }
}

.tech {
  background-image: url("../images/tech-bg.jpg");
  background-size: cover;
  height: 840px;
}

.tech__titleWrp {
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.tech__titleWrp:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1240px;
  border-top: 1px solid #eaeaea;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tech__title {
  color: #97bde2;
  font-family: 'Roboto';
  font-size: 3.125em;
  font-weight: 300;
}

.tech__inner {
  position: relative;
  height: 840px;
}

.tech__logoWrp {
  position: absolute;
  top: 30%;
  left: 15%;
}

.tech__logoWrp:before {
  content: '';
  position: absolute;
  top: 77%;
  right: -70%;
  border-top: 1px solid #71aae1;
  width: 167px;
}

.tech__logoWrp:after {
  content: '';
  position: absolute;
  top: 77%;
  right: -70%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 60px;
}

.tech__imgWrp {
  position: absolute;
  top: 35%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tech__img {
  max-width: 80%;
}

.tech__list {
  position: absolute;
}

.tech__list--first {
  top: 10%;
  right: 6%;
}

.tech__list--first:before {
  content: '';
  position: absolute;
  top: 6%;
  left: -39%;
  border-top: 1px solid #71aae1;
  width: 120px;
}

.tech__list--first:after {
  content: '';
  position: absolute;
  top: 6%;
  left: -39%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 283px;
}

.tech__list--second {
  top: 47%;
  bottom: 0;
  right: -6%;
}

.tech__list--second:before {
  content: '';
  position: absolute;
  top: -9%;
  left: -30.7%;
  z-index: 1;
  border-top: 1px solid #71aae1;
  width: 90.4px;
}

.tech__list--second:after {
  content: '';
  position: absolute;
  top: -8.6%;
  left: -7.2%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 45px;
}

.tech__list--third {
  left: 15%;
  bottom: 2%;
}

.tech__list--third:before {
  content: '';
  position: absolute;
  top: -20.2%;
  left: -7.3%;
  z-index: 1;
  border-top: 1px solid #71aae1;
  width: 452px;
}

.tech__list--third:after {
  content: '';
  position: absolute;
  top: -19.6%;
  left: -7.2%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 48px;
}

.tech__item {
  color: #71aae1;
  font-family: 'Roboto';
  font-size: 1.375em;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 30px;
  max-width: 380px;
  position: relative;
}

.tech__item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -8%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #71aae1;
}

.tech__item--margin {
  margin-top: 95px;
}

.tech__item--right:before {
  left: initial;
  right: 27%;
}

.tech__lastItem:before {
  content: '';
  position: absolute;
  top: -32px;
  left: -71.7%;
  z-index: 1;
  border-top: 1px solid #71aae1;
  width: 246px;
}

.tech__lastItem:after {
  content: '';
  position: absolute;
  top: -127%;
  left: -7.2%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 46px;
}

.tech__thirdLast:before {
  content: '';
  position: absolute;
  top: 13px;
  right: -12.4%;
  z-index: 1;
  border-top: 1px solid #71aae1;
  width: 156px;
}

.tech__thirdLast:after {
  content: '';
  position: absolute;
  top: -109px;
  right: -12.4%;
  z-index: 1;
  border-left: 1px solid #71aae1;
  height: 123px;
}

@media only screen and (max-width: 1440px) {
  .tech__list--first:after {
    height: 287px;
  }
  .tech__list--second:before {
    left: -34.4%;
    top: -8.3%;
    width: 100.4px;
  }
  .tech__list--second:after {
    top: -8.3%;
  }
  .tech__list--third {
    bottom: 6%;
  }
  .tech__list--third:after {
    height: 45px;
  }
  .tech__thirdLast:before {
    width: 185px;
    top: 12px;
    right: -28.4%;
  }
  .tech__thirdLast:after {
    top: -80px;
    right: -28.5%;
    height: 93px;
  }
  .tech__lastItem:before {
    top: 40px;
    left: -76%;
    width: 255px;
  }
  .tech__lastItem:after {
    height: 30px;
    top: 45%;
  }
  .tech__item--margin {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 1366px) {
  .tech__list--second {
    right: 0;
  }
  .tech__list--second:before {
    left: -14.4%;
    width: 27.4px;
  }
  .tech__lastItem:before {
    left: -56%;
    width: 182px;
  }
}

@media only screen and (max-width: 1280px) {
  .tech__item {
    font-size: 1.125em;
  }
  .tech__logoWrp:after {
    right: -67%;
  }
  .tech__logoWrp:before {
    width: 163px;
    right: -67%;
  }
  .tech__list--first:after {
    left: -37%;
  }
  .tech__list--first:before {
    width: 115px;
    left: -37%;
  }
  .tech__list--second:before {
    left: -37.4%;
    width: 91.4px;
    top: -8.6%;
  }
  .tech__list--third:before {
    width: 440px;
    top: -23.2%;
  }
  .tech__list--third:after {
    top: -22.6%;
    height: 46px;
  }
  .tech__thirdLast:after {
    top: -82px;
    right: -54.5%;
  }
  .tech__thirdLast:before {
    top: 11px;
    right: -54.5%;
    width: 225px;
  }
  .tech__lastItem:before {
    top: 35px;
    left: -88%;
    width: 246px;
  }
  .tech__lastItem:after {
    left: -6.9%;
    height: 25px;
  }
}

@media only screen and (max-width: 800px) {
  .tech__titleWrp {
    padding: 70px 0;
  }
  .tech__logoWrp {
    top: 5%;
    left: 0;
  }
  .tech__logoWrp:before {
    display: none;
  }
  .tech__logoWrp:after {
    display: none;
  }
  .tech__list--first {
    top: 7%;
    right: -5%;
  }
  .tech__list--first:before {
    display: none;
  }
  .tech__list--first:after {
    display: none;
  }
  .tech__list--second {
    right: -5%;
    top: 35%;
  }
  .tech__list--second:before {
    display: none;
  }
  .tech__list--second:after {
    display: none;
  }
  .tech__list--third {
    bottom: 10%;
    left: 50%;
  }
  .tech__list--third:before {
    display: none;
  }
  .tech__list--third:after {
    display: none;
  }
  .tech__lastItem:before {
    display: none;
  }
  .tech__lastItem:after {
    display: none;
  }
  .tech__thirdLast:before {
    display: none;
  }
  .tech__thirdLast:after {
    display: none;
  }
  .tech__img {
    max-width: 100%;
  }
  .tech__imgWrp {
    top: 25%;
    left: 35%;
  }
  .tech__item--margin {
    margin-top: 0;
  }
  .tech__item--right:before {
    right: initial;
    left: -8%;
  }
}

@media only screen and (max-width: 600px) {
  .tech__logoWrp {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tech__imgWrp {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80%;
    top: 15%;
  }
  .tech__list--first {
    top: initial;
    right: initial;
    bottom: 18%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tech__list--second {
    top: initial;
    right: initial;
    bottom: -3%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tech__list--third {
    top: initial;
    right: initial;
    bottom: -14%;
    left: 49%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .tech__item {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .tech__titleWrp {
    padding: 50px 0;
  }
  .tech__titleWrp:before {
    width: 100%;
  }
  .tech__list {
    left: 4%;
    -webkit-transform: initial;
            transform: initial;
    width: 100%;
  }
  .tech__list--first {
    bottom: 30%;
  }
  .tech__list--second {
    bottom: 15%;
  }
  .tech__list--third {
    bottom: 4%;
  }
  .tech__item:before {
    left: -5%;
  }
}

@media only screen and (max-width: 320px) {
  .tech__list--first {
    bottom: 40%;
  }
  .tech__list--second {
    bottom: 25%;
  }
  .tech__list--third {
    bottom: 14%;
  }
}

/*# sourceMappingURL=main.css.map */
