* {
  margin: 0;
  padding: 0
}

::-webkit-scrollbar {
  width: 10px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  width: 13px;
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%)
}

html {
  scroll-behavior: smooth
}

body {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  color: #243238
}

ul {
  margin-bottom: 0
}

.container-1340 {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.section {
  padding: 80px 0
}

.btn {
  width: 308px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%);
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #fff
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none
}

.h1 {
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 50px
}

.h2 {
  text-align: center;
  font-weight: 700;
  font-size: 48px;
  margin-bottom: 50px
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.text-center {
  text-align: center
}

.header {
  position: relative;
  height: 100vh;
  background: url(../img/main-bg.jpg) center/cover;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff
}

.header .container-1340 {
  z-index: 2;
  position: relative;
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.header .mobile-nav {
  display: none
}

.header .main-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh
}

.header .nav-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header .logo {
  margin-right: 140px
}

.header .logo img {
  width: 83px;
  height: 83px
}

.header .nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header .nav ul li {
  margin-right: 40px
}

.header .nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px
}

.header .nav ul li:last-child {
  margin-right: 0
}

.header .header-texts {
  max-width: 525px
}

.header .header-texts .header-text {
  font-size: 24px;
  margin-bottom: 30px
}

.header .header-texts .header-text .bold {
  font-weight: 700
}

.header .to-bottom a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px
}

.header .to-bottom a .arrow-bottom {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  margin-left: 15px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.header .to-bottom a:hover .arrow-bottom {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.team-b {
  background: #f7fafd
}

.team-b .team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.team-b .team .team-item {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}

.team-b .team .team-item .img-team img {
  -webkit-box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  border-radius: 15px;
  margin-right: 14px
}

.team-b .team .team-item .text-team .title-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 18px
}

.team-b .team .team-item .text-team .title-team .social-team {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.team-b .team .team-item .text-team .title-team .social-team a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(36, 50, 56, .6);
  margin-right: 14px
}

.team-b .team .team-item .text-team .title-team .social-team a:last-child {
  margin-right: 0
}

.team-b .team .team-item .text-team .role-team {
  color: #fbb040;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px
}

.team-b .team .team-item .text-team .description-team p {
  font-size: 12px;
  line-height: 16px
}

.team-b .team .team-item .text-team .description-team .mb-20 {
  margin-bottom: 20px
}

.feedback-b .feedbacks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feedback-b .feedbacks .feedback {
  width: 49%;
  text-align: center
}

.feedback-b .feedbacks .feedback .text-feedback {
  height: 230px;
  padding: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f7fafd;
  border-radius: 15px;
  color: rgba(36, 50, 56, .6);
  margin-bottom: 50px;
  position: relative;
  z-index: 9
}

.feedback-b .feedbacks .feedback .text-feedback:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f7fafd;
  bottom: -30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 8
}

.feedback-b .feedbacks .feedback .text-feedback.active {
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%);
  color: #fff;
  font-weight: 500
}

.feedback-b .feedbacks .feedback .text-feedback.active:before {
  background: linear-gradient(-135deg, #fb8d40 9.37%, #fb8540 91.88%)
}

.feedback-b .feedbacks .feedback .text-feedback p {
  position: relative;
  z-index: 10;
  display: inline-block;
  overflow: hidden;
  max-height: 16rem;
}

.feedback-b .feedbacks .img-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px
}

.feedback-b .feedbacks .author-feedback {
  font-weight: 500;
  color: #000;
  margin-bottom: 5px
}

.how-recognize-b .description-how-recognize {
  font-size: 24px;
  text-align: center
}

.how-recognize-b .description-how-recognize .bold {
  font-weight: 600;
  color: #fb6340;
  margin-bottom: 10px
}

.how-recognize-b .descriptions-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.how-recognize-b .descriptions-how .descriptions-how-item {
  text-align: center;
  width: 20%
}

.how-recognize-b .descriptions-how .descriptions-how-item img {
  margin-bottom: 10px;
  width: 274px
}

.how-recognize-b .descriptions-how .descriptions-how-item .title-descriptions-how-item {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 10px
}

.how-recognize-b .descriptions-how .descriptions-how-item .title-descriptions-how-item::first-letter {
  color: #fb6340
}

.how-recognize-b .descriptions-how .descriptions-how-item .text-descriptions-how-item {
  font-size: 14px;
  max-width: 230px;
  margin: 0 auto
}

.what-is-b {
  background: #f7fafd
}

.what-is-b .description-what {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.what-is-b .texts-description-what {
  width: 50%;
  font-size: 14px;
  color: #000
}

.what-is-b .texts-description-what p {
  margin-bottom: 15px
}

.what-is-b .video-what {
  width: 50%
}

.what-is-b .video-what iframe {
  width: calc(100% - 30px);
  margin-left: 30px;
  height: 350px;
  border-radius: 15px
}

.flashmob-b {
  padding-bottom: 0
}

.flashmob-b .h2 {
  margin-bottom: 14px
}

.flashmob-b .flashmob-title-text {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px
}

.flashmob-b .flashmob-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px
}

.flashmob-b .flashmob-steps .flashmob-steps-item {
  width: 33%;
  max-width: 420px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 20px
}

.flashmob-b .flashmob-steps .flashmob-steps-item:last-child {
  margin-right: 0
}

.flashmob-b .flashmob-steps .flashmob-steps-item .number-step {
  margin: 0 auto 14px;
  width: 70px;
  height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%);
  font-weight: 700;
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%
}

.flashmob-b .flashmob-shared {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  border-radius: 15px;
  padding: 25px;
  max-width: 870px;
  margin: 0 auto;
  position: relative
}

.flashmob-b .flashmob-shared:before {
  content: "";
  position: absolute;
  width: 75px;
  height: 110px;
  background: url(../img/arrow.svg);
  left: -75px;
  top: -50px
}

.flashmob-b .flashmob-shared p {
  margin-bottom: 10px
}

.flashmob-b .flashmob-shared p a {
  font-size: 12px
}

.flashmob-b .flashmob-shared p:first-child {
  font-weight: 600;
  margin-bottom: 25px
}

.flashmob-b .flashmob-shared .mb-20 {
  margin-bottom: 25px
}

.news-b .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.news-b .news .news-item {
  width: calc(34% - 30px);
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  box-shadow: 0 0 25px rgba(36, 50, 56, .1)
}

.news-b .news .news-item:last-child {
  margin-right: 0
}

.news-b .news .news-item img {
  margin-bottom: 20px;
  border-radius: 15px 15px 0 0
}

.news-b .news .news-item .text-news {
  padding: 0 20px
}

.news-b .news .news-item .text-news .title-news {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px
}

.news-b .news .news-item .text-news .date-news {
  font-size: 10px;
  color: rgba(36, 50, 56, .6);
  margin-bottom: 18px
}

.news-b .news .news-item .text-news .desctiption-news {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 20px
}

.news-b .news .news-item .text-news .read-more {
  font-weight: 600;
  font-size: 12px;
  color: #243238;
  margin-bottom: 25px;
  display: block;
  text-decoration: none
}

.your-support-b {
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #243238));
  background: linear-gradient(to bottom, #fff 50%, #243238 50%)
}

.your-support-b .your-support {
  background: #fff;
  padding: 50px 100px;
  -webkit-box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  box-shadow: 0 0 25px rgba(36, 50, 56, .1);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.your-support-b .your-support .text-support {
  margin-right: 30px
}

.your-support-b .your-support .title-support {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 14px
}

.your-support-b .your-support .description-support {
  font-size: 14px
}

.your-support-b .your-support .button-support a {
  width: 300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%);
  border-radius: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out
}

.your-support-b .your-support .button-support a:hover {
  -webkit-box-shadow: 0 4px 10px rgba(36, 50, 56, .1);
  box-shadow: 0 4px 10px rgba(36, 50, 56, .1)
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.social-icon a {
  margin-right: 25px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%
}

.social-icon a:hover {
  background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
  background: linear-gradient(90deg, #fb6340 0, #fbb040 100%)
}

.social-icon a:last-child {
  margin-right: 0
}

footer {
  background: #243238;
  color: #fff
}

footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0
}

@media (max-width: 1240px) {
  .header .main-img {
    display: none
  }

  .flashmob-b .flashmob-shared:before {
    content: none
  }
}

@media (max-width: 1024px) {
  .team-b .team .team-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section {
    padding: 30px 0;
  }

  .h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .how-recognize-b .description-how-recognize {
    font-size: 20px;
  }

  .how-recognize-b .descriptions-how .descriptions-how-item {
    width: 33%;
    margin-bottom: 20px
  }

  .how-recognize-b .descriptions-how .descriptions-how-item img {
    margin-bottom: 0
  }

  .what-is-b .description-what {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .what-is-b .texts-description-what {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .what-is-b .video-what iframe {
    margin-left: 0;
    margin-bottom: 20px
  }

  .what-is-b .texts-description-what, .what-is-b .video-what {
    width: 100%
  }

  .news-b .news {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .news-b .news .news-item {
    width: calc(50% - 30px);
    margin-bottom: 20px
  }

  .team-b .team .team-item .img-team img {
    margin: 0 auto 10px;
    display: block
  }

  .team-b .team .team-item .text-team .title-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }

  .team-b .team .team-item .text-team .title-team .social-team {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px
  }

  .team-b .team .team-item .text-team .description-team, .team-b .team .team-item .text-team .role-team {
    text-align: center
  }

  .feedback-b .feedbacks .feedback .text-feedback {
    height: 260px
  }

  .feedback-b .feedbacks .feedback .text-feedback:before {
    content: none
  }

  .your-support-b .your-support {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .your-support-b .your-support .description-support {
    margin-bottom: 10px
  }
}

@media (max-width: 768px) {
  .header {
    height: auto
  }

  .header .nav-brand {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .header .header-texts {
    max-width: 360px;
    margin: 0 auto 20px
  }

  .header .header-texts .header-text {
    font-size: 20px;
    margin-bottom: 10px
  }

  .header .to-bottom a {
    margin: 0 auto
  }

  .header .logo {
    margin-right: 0
  }

  .header .nav ul li {
    margin-right: 40px
  }

  .header .nav ul li a {
    font-size: 14px
  }

  .h1 {
    font-size: 36px;
    margin-bottom: 20px
  }

  .h2 {
    font-size: 26px;
    margin-bottom: 10px
  }

  .how-recognize-b .description-how-recognize {
    font-size: 16px;
    margin-bottom: 10px
  }

  .how-recognize-b .descriptions-how {
    margin-top: 20px
  }

  .how-recognize-b .descriptions-how .descriptions-how-item {
    width: 50%
  }

  .news-b .news .news-item {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px
  }

  .news-b .news .news-item:last-child {
    margin: 0 auto
  }

  .feedback-b .feedbacks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .feedback-b .feedbacks .feedback {
    width: 100%;
    margin-bottom: 20px
  }

  .feedback-b .feedbacks .feedback .text-feedback {
    height: auto;
  }

  .your-support-b .your-support {
    padding: 20px
  }

  .header .logo img {
    width: 40px;
    height: 40px
  }

  .team-b .team .team-item .text-team .title-team .social-team {
    margin-left: 0
  }
}

@media (max-width: 576px) {
  .h1 {
    font-size: 30px;
    text-align: center
  }

  .header .header-texts .header-text {
    text-align: center
  }

  .how-recognize-b .descriptions-how .descriptions-how-item {
    width: 100%
  }

  .what-is-b .video-what iframe {
    height: 170px;
    width: 100%
  }

  .flashmob-b .flashmob-steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .flashmob-b .flashmob-steps .flashmob-steps-item {
    width: 100%
  }

  .flashmob-b .flashmob-shared {
    padding: 15px
  }

  .team-b .team .team-item {
    width: 100%
  }

  footer .footer {
    padding: 10px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .your-support-b .your-support .title-support {
    font-size: 20px
  }

  .text-footer {
    margin-top: 10px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  footer .footer .social-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .your-support-b .your-support .button-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .your-support-b .your-support .button-support a {
    width: 100%;
    height: 40px;
    padding: 0 20px
  }

  .your-support-b .your-support .text-support {
    margin-right: 0
  }

  .how-recognize-b .descriptions-how .descriptions-how-item img {
    width: 220px
  }

  .desktop-nav {
    display: none
  }

  .header .mobile-nav {
    display: block
  }

  .header .mobile-nav .burger span {
    display: block;
    margin-bottom: 4px;
    height: 2px;
    background: #fff;
    width: 24px
  }

  .header .mobile-nav .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fb6340), to(#fbb040));
    background: linear-gradient(90deg, #fb6340 0, #fbb040 100%);
    overflow-x: hidden;
    -webkit-transition: .5s;
    transition: .5s
  }

  .header .mobile-nav .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
  }

  .header .mobile-nav .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    transition: .3s
  }

  .header .mobile-nav .overlay .closebtn {
    position: absolute;
    top: 12px;
    right: 6px;
    font-size: 50px
  }

  .header .mobile-nav .social-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px
  }
}
