body {
  padding: 0;
  margin: 0;
  background-color: #f1f1f1;
}

.header {
  position: fixed;
  width: 100%;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

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

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

.logo__title {
  display: block;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  font-size: 43px;
  color: #FFA500;
}

.logo__subtitle {
  font-size: 20px;
  font-family: 'Exo 2', sans-serif;
  font-weight: regular;
  color: #647399;
}

.menu {
  text-align: center;
}

.menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

.menu__li {
  list-style: none;
  margin: 25px;
}

.menu__li a {
  color: #647399;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 25px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.menu__li a:hover {
  color: #FFA500;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social__block-l {
  margin-right: 4px;
}

.social__img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  outline: none;
}

.tg-img {
  border-radius: 8px;
}

@media (max-width: 1060px) {
  .menu__li {
    margin: 5px;
  }
}

@media (max-width: 990px) {
  .header {
    height: 150px;
  }
  .menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__li {
    margin: 5px;
  }
}

@media (max-width: 768px) {
  .header {
    height: 125px;
  }
  .menu {
    display: none;
  }
}

@media (max-width: 574px) {
  .social {
    display: block;
  }
  .social__block-l {
    margin-right: 0;
  }
}

@media (max-width: 490px) {
  .logo__title {
    font-size: 30px;
  }
  .logo__subtitle {
    font-size: 15px;
  }
  .social__img {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 380px) {
  .logo {
    width: 180px;
  }
}

body {
  padding: 0;
  margin: 0;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}

@media (max-width: 1100px) {
  .container {
    width: 1020px;
    margin: 0 auto;
  }
}

@media (max-width: 1020px) {
  .container {
    width: 990px;
  }
}

@media (max-width: 990px) {
  .container {
    width: 100%;
  }
}

.title {
  font-family: 'Exo 2', sans-serif;
  font-size: 40px;
  font-weight: bold;
}

.button {
  font-family: sans-serif;
  color: #ffffff;
  font-size: 20px;
  padding: 15px;
  border: none;
  border-radius: 30px;
  background-color: #FFBC00;
  outline: none;
  max-height: 60px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  text-transform: uppercase;
}

.button:hover {
  background-color: #C15500;
  cursor: pointer;
}

@media (max-width: 475px) {
  .button {
    font-size: 16px;
    padding: 15px;
  }
}

@media (max-width: 390px) {
  .button {
    font-size: 14px;
    padding: 15px;
  }
}

@media (max-width: 320px) {
  .title {
    font-size: 30px;
  }
}

.feature {
  background-color: #ffffff;
}

.feature__title {
  color: #000000;
  margin-bottom: 85px;
  padding-top: 35px;
  font-size: 25px;
}

.feature__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.feature__inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.feature__card {
  margin: 0 45px;
}

.feature__card, .feature__title {
  text-align: center;
}

.feature__description {
  color: #000000;
  font-family: 'Exo 2', sans-serif;
  font-weight: regular;
  font-size: 20px;
}

.feature__description span {
  font-weight: bold;
}

.feature__img {
  width: 80px;
  height: 80px;
}

@media (max-width: 1200px) {
  .feature__card {
    margin: 0 25px;
  }
  .feature__description {
    font-size: 15;
  }
  .feature__img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 845px) {
  .feature__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature__inner-top {
    display: block;
  }
  .feature__inner-bottom {
    display: block;
  }
}

.action {
  padding-top: 125px;
  color: #ffffff;
  background-image: url("../img/action-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}

.action__outer {
  padding-top: 100px;
  max-width: 1000px;
  margin: 0 auto;
}

.action__inner {
  max-width: 580px;
}

.action__title h1 {
  text-align: center;
  color: yellow;
  margin: 0;
  font-family: 'Marck Script', cursive;
  font-size: 70px;
}

.action__subtitle p {
  font-family: 'Marck Script', cursive;
  font-size: 45px;
  font-weight: 100;
}

.action__bottom-line {
  margin-left: 280px;
}

.action__passage {
  color: yellow;
}

.action__button {
  margin-top: 20px;
  margin-left: 280px;
}

@media (max-width: 1080px) {
  .action__inner {
    text-align: center;
    margin: 0 20px;
  }
  .action__bottom-line {
    margin-left: 0;
  }
}

@media (max-width: 960px) {
  .action__outer {
    padding-top: 50px;
  }
  .action__button {
    margin-left: 200px;
  }
}

@media (max-width: 820px) {
  .action__button {
    margin-left: 180px;
  }
}

@media (max-width: 800px) {
  .action__inner {
    margin: 0 auto !important;
  }
  .action__subtitle {
    margin: 20px;
  }
  .action__subtitle p {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    border-radius: 10px;
  }
  .action__button {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*@media (max-width: 605px)
  .action
    &__title h1
      font-size: 70px
    &__subtitle p
      font-size: 45px */
/*@media (max-width: 475px)
  .action
    &__title h1
      font-size: 40px
    &__subtitle p
      font-size: 30px */
@media (max-width: 400px) {
  .action__title h1 {
    font-size: 65px;
  }
  .action__subtitle p {
    font-size: 40px;
  }
}

.working {
  color: #ffffff;
  background-image: url("../img/bg-working.jpg");
  background-size: 100% 100%;
  height: 420px;
  position: relative;
}

.working:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 40px solid #ffffff;
  border-bottom: 30px solid transparent;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.working:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 40px solid #ffffff;
  border-bottom: 30px solid transparent;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.working__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.working__card {
  text-align: center;
  margin: 0 20px;
}

.working__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.working__inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.working__title h3 {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 35px;
  margin: 0;
}

.working__description {
  text-align: center;
}

.working__description p {
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.working__description span {
  font-family: 'Exo 2', sans-serif;
  font-weight: light;
  font-size: 15px;
}

.working__img {
  width: 65px;
  height: 65px;
}

@media (max-width: 1100px) {
  .working {
    height: 630px;
  }
  .working__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 720px) {
  .working {
    height: auto;
  }
  .working__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .working__card {
    text-align: center;
    margin: 25px;
  }
  .working__inner-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .working__inner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feedback {
  background-color: #ffffff;
}

.feedback__title {
  color: #647374;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 75px;
  margin: 0;
}

.feedback__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feedback__inner-3 {
  margin-right: 10px;
}

.feedback__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback .feedback__card-1,
.feedback .feedback__card-3,
.feedback .feedback__card-5 {
  margin-bottom: 25px;
}

.feedback__description p {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.feedback__description span {
  font-family: 'Exo 2', sans-serif;
  font-size: 18px;
  font-weight: light;
}

.feedback__date {
  font-family: 'Exo 2', sans-serif;
  font-size: 20px;
  font-weight: light;
}

.feedback__img {
  width: 110px;
  height: 110px;
  margin: auto 15px;
  border-radius: 50%;
}

.feedback__button {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1100px) {
  .feedback__card {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__img {
    margin-bottom: 30px;
  }
  .feedback__card-1,
  .feedback__card-3,
  .feedback__card-5 {
    margin-bottom: 35px;
  }
}

@media (max-width: 850px) {
  .feedback__inner-1,
  .feedback__inner-2,
  .feedback__inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto;
  }
  .feedback__card-1,
  .feedback__card-3,
  .feedback__card-5 {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .feedback__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 620px) {
  .feedback__inner-1,
  .feedback__inner-2,
  .feedback__inner-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feedback__card-1,
  .feedback__card-3,
  .feedback__card-5 {
    margin: 0;
  }
}

.payment-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 35px;
  background-color: #ffffff;
}

.payment {
  margin-right: 20px;
}

.payment__title h5 {
  color: #647374;
  text-align: left;
  margin: 20px 0;
}

.payment__subtitle {
  font-family: 'Exo 2', sans-serif;
  font-weight: light;
  font-size: 17px;
}

.payment__img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-top: 50px;
}

.payment__img-wrap img {
  margin: 0 10px;
  height: 30px;
}

.separator {
  color: #647374;
  font-size: 30px;
  font-weight: bold;
}

.offer {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.offer__title h6 {
  color: #647374;
  text-align: left;
  margin: 20px 0;
}

.offer__subtitle {
  font-family: 'Exo 2', sans-serif;
  font-weight: light;
  font-size: 17px;
  margin-bottom: 25px;
}

.offer__button {
  max-width: 250px;
}

@media (max-width: 660px) {
  .payment-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .payment__title h5,
  .payment__img-wrap {
    text-align: center;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .offer__title h6,
  .offer__button {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}

.price {
  height: 600px;
  background-image: url("../img/bg-price.jpg");
  position: relative;
}

.price:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 40px solid #ffffff;
  border-bottom: 30px solid transparent;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.price:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 40px solid #ffffff;
  border-bottom: 30px solid transparent;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.conditions {
  background-image: url("../img/bg-conditions.jpg");
  background-position: center top;
  height: 600px;
}
/*# sourceMappingURL=style.css.map */