@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
  margin: 0 auto; }

a {
  text-decoration: none; }

.container {
  padding: 0 80px; }

.fab {
  font-size: 20px;
  color: #838f9b;
  opacity: 0.5; }
  .fab:hover {
    color: #fff0f0; }

.active {
  display: flex !important; }

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

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

.header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/background-header-gradient.svg"), url("../img/background-header.jpg"); }
  .header__container {
    display: flex;
    flex-direction: column; }
  .header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px; }
  .header__description {
    padding: 190px 0 160px 0; }

@media (max-width: 767px) {
  .header__description {
    position: relative; } }

.video {
  left: calc(100% - 680px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 7px 17px rgba(0, 0, 0, 0.4); }
  .video__play-button {
    position: absolute;
    top: 116px;
    width: 60px;
    height: 60px;
    text-align: center;
    background-image: url("../img/play-logo.png");
    cursor: pointer;
    z-index: 2; }
  .video__play-button-sign {
    position: absolute;
    top: 195px;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    font-family: "Raleway", sans-serif;
    color: #061e37; }
  .video__file {
    width: 600px;
    height: 320px;
    border-radius: 5px;
    border: 1px solid #061e37;
    outline: none; }

@media (max-width: 1350px) {
  .video {
    margin: 20px 0; } }

@media (max-width: 1350px) {
  .video {
    align-self: flex-start;
    margin: 20px 0;
    position: relative;
    left: 0; } }

@media (max-width: 767px) {
  .video {
    align-self: flex-start;
    position: relative;
    left: 0; }
    .video__play-button {
      top: 57px; }
    .video__play-button-sign {
      display: none; }
    .video__file {
      width: 356.25px;
      height: 190px; } }

@media (max-width: 380px) {
  .video__file {
    width: 300px;
    height: 160px; } }

.about-us {
  display: flex; }
  .about-us__item {
    display: flex; }
  .about-us__item-href {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-family: "Raleway", sans-serif;
    color: #838f9b;
    opacity: 0.5; }
    .about-us__item-href--point-before {
      margin-left: 30px;
      position: relative; }
      .about-us__item-href--point-before:before {
        display: block;
        content: "";
        width: 4px;
        height: 4px;
        position: absolute;
        top: 5px;
        left: -15px;
        border-radius: 4px;
        background-color: #fff0f0; }

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 57px;
  border-radius: 6px;
  text-transform: uppercase;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
  transition: all 0.05s ease-in; }
  .button:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }
  .button--buy {
    font-size: 15px;
    font-weight: 400;
    background-color: #061e37;
    font-family: "Roboto", sans-serif;
    color: #fff0f0; }
  .button--try {
    font-size: 15px;
    font-weight: 700;
    margin-left: 30px;
    background-color: #fff0f0;
    font-family: "Raleway", sans-serif;
    color: #061e37; }
  .button--send {
    font-size: 16px;
    font-weight: 400;
    width: 132px;
    height: 50px;
    background-color: #1de9b6;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }
    .button--send:active {
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
  .button--get-started {
    font-size: 15px;
    font-weight: 700;
    margin-top: 80px;
    background-color: #061e37;
    font-family: "Raleway", sans-serif;
    color: #ffffff; }

@media (max-width: 991px) {
  .button {
    width: 130px;
    height: 50px; }
    .button--get-started {
      margin-top: 20px; } }

.description {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: "Raleway", sans-serif; }
  .description--header-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 583px;
    padding-right: 5px; }
  .description--advantages-header {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 583px; }
  .description--advantages-notes {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    flex: 1;
    max-width: 300px; }
  .description--services {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 583px;
    padding: 0 10px; }
  .description--feedback-description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 520px;
    padding: 130px 0; }
  .description--feedback-slider {
    display: flex;
    justify-content: left;
    flex-direction: column; }
  .description--our-team {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 600px; }
  .description--team-cards {
    display: flex;
    justify-content: center;
    flex-direction: column;
    display: none;
    max-width: 600px;
    margin: 0 auto;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center; }
    .description--team-cards--active {
      display: flex;
      opacity: 1;
      transition: opacity 0.3s ease-in; }
  .description__title {
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    color: #061e37; }
    .description__title--header-description {
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 65px;
      text-align: left;
      font-size: 55px;
      font-weight: 800;
      max-width: 80%;
      text-transform: uppercase;
      color: #fff0f0; }
    .description__title--advantages-header {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 45px;
      text-align: center;
      font-size: 45px;
      font-weight: 600;
      text-transform: capitalize;
      color: #061e37; }
      .description__title--advantages-header--subtitle {
        font-size: 25px;
        font-weight: 600;
        color: #b0bec5; }
    .description__title--advantages-notes-logo {
      background-size: auto;
      background-repeat: no-repeat;
      background-position: center;
      width: 80px;
      height: 80px; }
      .description__title--advantages-notes-logo--1 {
        background-image: url("../img/advantages-logo-1.png"); }
      .description__title--advantages-notes-logo--2 {
        background-image: url("../img/advantages-logo-2.png"); }
      .description__title--advantages-notes-logo--3 {
        background-image: url("../img/advantages-logo-3.png"); }
    .description__title--advantages-notes {
      margin-top: 30px;
      margin-bottom: 0;
      line-height: 50px;
      text-align: center;
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      white-space: nowrap;
      color: #061e37; }
    .description__title--services {
      margin-top: 0;
      margin-bottom: 10px;
      line-height: 65px;
      text-align: center;
      font-size: 45px;
      font-weight: 600;
      text-transform: capitalize;
      color: #061e37; }
    .description__title--services-about {
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
      margin-left: 20px; }
    .description__title--feedback-description {
      margin-top: 0;
      margin-bottom: 25px;
      line-height: 55px;
      text-align: left;
      font-size: 45px;
      font-weight: 600;
      max-width: 87%;
      text-transform: none;
      color: #ffffff; }
    .description__title--our-team {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 25px;
      text-align: center;
      font-size: 45px;
      font-weight: 600; }
    .description__title--team-cards {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 25px;
      text-align: center;
      font-size: 18px;
      font-weight: 700;
      text-transform: capitalize;
      color: #061e37; }
  .description__text {
    margin-top: 35px;
    margin-bottom: 0;
    line-height: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #061e37; }
    .description__text--header-description {
      margin-top: 0;
      margin-bottom: 38px;
      line-height: 35px;
      text-align: left;
      font-size: 18px;
      font-weight: 400;
      color: #fff0f0; }
    .description__text--advantages-header {
      margin-top: 20px;
      margin-bottom: 0;
      line-height: 25px;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      color: #b0bec5; }
    .description__text--advantages-notes {
      margin-top: 5px;
      margin-bottom: 0;
      line-height: 20px;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      color: #78909c; }
    .description__text--services {
      margin-top: 0;
      margin-bottom: 38px;
      line-height: 25px;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      color: #b0bec5; }
    .description__text--services-about {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 25px;
      text-align: left;
      font-size: 15px;
      font-weight: 400;
      color: #061e37; }
    .description__text--feedback-description {
      margin-top: 0;
      margin-bottom: 0;
      line-height: 25px;
      text-align: left;
      font-size: 15px;
      font-weight: 600;
      color: #ffffff; }
    .description__text--feedback-slider {
      margin-top: 10px;
      margin-bottom: 0;
      line-height: 25px;
      text-align: left;
      font-size: 15px;
      font-weight: 400;
      color: #78909c; }
    .description__text--our-team {
      margin-top: 35px;
      margin-bottom: 0;
      line-height: 25px;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      color: #b0bec5; }
    .description__text--team-cards {
      margin-top: 20px;
      margin-bottom: 0;
      line-height: 25px;
      text-align: center;
      font-size: 15px;
      font-weight: 400;
      color: #78909c; }
  .description__buttons-wrap {
    display: flex; }

@media (max-width: 1199px) {
  .description--team-cards {
    top: 220px; }
  .description__title--header-description {
    max-width: 100%; } }

@media (max-width: 991px) {
  .description--feedback-description {
    padding: 100px 0 35px 5px;
    margin-bottom: 20px; }
  .description--team-cards {
    top: 160px; }
  .description__title--header-description {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 55px;
    text-align: left;
    font-size: 50px;
    font-weight: 800; }
  .description__text--header-description {
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 400; } }

@media (max-width: 767px) {
  .description--advantages-notes {
    margin-top: 30px; }
  .description--team-cards {
    display: flex;
    top: 140px;
    opacity: 1; }
  .description__title--header-description {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    max-width: 100%;
    text-transform: uppercase;
    color: #fff0f0; }
  .description__title--advantages-header {
    font-size: 45px;
    font-weight: 500; }
    .description__title--advantages-header--subtitle {
      font-size: 18px;
      font-weight: 500; }
  .description__title--advantages-notes {
    margin-top: 20px; }
  .description__title--services {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 55px;
    text-align: center; }
  .description__text--services {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 25px;
    text-align: center; } }

.logo-icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  padding: 3px;
  background-image: url("../img/logo.png");
  border-radius: 50% 0 50% 50%;
  transition: all 0.1s ease; }
  .logo-icon:hover {
    box-shadow: -5px 5px 11px 1px rgba(0, 0, 0, 0.2); }

.main-logo {
  display: flex;
  align-items: center;
  white-space: nowrap; }
  .main-logo--logo-slogan-hover:hover .main-logo__slogan-1-part {
    color: #061e37;
    opacity: 0.5; }
  .main-logo--margin-pos {
    margin-bottom: 25px; }
  .main-logo__slogan {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    color: #fff0f0; }
  .main-logo__slogan-1-part {
    font-size: 15px;
    font-weight: 400; }
  .main-logo__slogan-2-part {
    font-size: 15px;
    font-weight: 700; }

@media (max-width: 767px) {
  .main-logo {
    padding-right: 10px; } }

.nav-menu {
  position: relative;
  z-index: 2; }
  .nav-menu__list {
    display: flex;
    justify-content: space-between;
    list-style: none; }
  .nav-menu__item {
    margin: 0 20px; }
    .nav-menu__item--margin-pos {
      margin-right: 50px; }
  .nav-menu__item-href {
    font-size: 15px;
    font-weight: 600;
    padding: 5px;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    color: #fff0f0;
    transition: all 0.2s ease; }
    .nav-menu__item-href--hover-color-header:hover {
      color: #061e37; }
  .nav-menu__mobile-menu-icon {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    background-image: url("../img/menu-icon-light.png");
    cursor: pointer; }

.footer__nav.nav-menu .nav-menu__item-href:hover {
  text-shadow: 0 0 5px #ffffff; }

@media (min-width: 768px) and (max-width: 1199px) {
  .header__nav.nav-menu {
    position: absolute;
    top: 110px;
    left: 65px; }
    .header__nav.nav-menu .nav-menu__item {
      margin: 0 30px; }
    .header__nav.nav-menu .nav-menu__item-href {
      font-size: 14px;
      font-weight: 600; }
  .footer__nav.nav-menu .nav-menu__item {
    margin: 0; }
    .footer__nav.nav-menu .nav-menu__item--margin-pos {
      margin-right: 5px; } }

@media (max-width: 767px) {
  .header__nav.nav-menu {
    position: absolute;
    right: 20px;
    top: 50px; }
    .header__nav.nav-menu .nav-menu__list {
      display: none;
      flex-direction: column;
      align-items: flex-end;
      position: relative;
      top: 33px;
      right: 0;
      border-radius: 20px; }
    .header__nav.nav-menu .nav-menu__item {
      margin: 15px 0; }
    .header__nav.nav-menu .nav-menu__item-href--hover-color-header {
      padding: 10px 1px; }
      .header__nav.nav-menu .nav-menu__item-href--hover-color-header:hover {
        color: #061e37; }
    .header__nav.nav-menu .nav-item__mobile-menu-icon {
      display: flex;
      position: absolute;
      top: -10px; }
    .header__nav.nav-menu .nav-menu__mobile-menu-icon {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: flex; }
  .footer__nav.nav-menu .nav-menu__item {
    margin: 0; }
    .footer__nav.nav-menu .nav-menu__item--margin-pos {
      margin-bottom: 5px; }
  .footer__nav.nav-menu .nav-menu__item-href--hover-color-header {
    padding: 10px 1px; }
    .footer__nav.nav-menu .nav-menu__item-href--hover-color-header:hover {
      color: #061e37; } }

.advantages__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 90px 80px; }

.advantages__description-notes-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px; }

.advantages__button {
  font-size: 15px;
  font-weight: 800;
  margin-top: 80px;
  background-color: #1de9b6;
  font-family: "Raleway", sans-serif;
  color: #fff0f0; }

@media (max-width: 767px) {
  .advantages__container {
    padding: 70px 40px; }
  .advantages__description-notes-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 40px; } }

.market-cards__container {
  display: flex;
  padding: 0; }

.market-cards__card {
  box-sizing: border-box;
  padding: 40px 40px;
  display: flex;
  width: 25%; }
  .market-cards__card--color-blue {
    background-color: #80d8ff; }
  .market-cards__card--color-navy {
    background-color: #82b1ff; }
  .market-cards__card--color-purple {
    background-color: #b388ff; }
  .market-cards__card--color-pink {
    background-color: #ea80fc; }

.market-cards__logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px; }
  .market-cards__logo--1 {
    background-image: url("../img/market-cards-1.png"); }
  .market-cards__logo--2 {
    background-image: url("../img/market-cards-2.png"); }
  .market-cards__logo--3 {
    background-image: url("../img/market-cards-3.png"); }

.market-cards__description {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.market-cards__description-text {
  font-size: 20px;
  font-weight: 800;
  margin-left: 25px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
  color: #ffffff; }

@media (max-width: 1199px) {
  .market-cards__container {
    flex-wrap: wrap; }
  .market-cards__card {
    width: 50%; } }

@media (max-width: 767px) {
  .market-cards__container {
    flex-direction: column; }
  .market-cards__card {
    width: 100%;
    padding: 20px 40px; } }

.services__container {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 80px 20px; }

@media (max-width: 767px) {
  .services__container {
    padding: 60px 20px; } }

.services-about {
  max-width: 804px;
  box-sizing: border-box;
  padding: 26px 22px; }
  .services-about__item {
    width: 100%;
    max-height: 50px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 22px 26px 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 6px 1px #b0bec5;
    border-radius: 8px;
    transition: all 0.2s ease-out; }
    .services-about__item--active {
      max-height: 650px; }
  .services-about__item-header {
    display: flex;
    align-items: center;
    height: 50px;
    font-family: "Raleway", sans-serif; }
  .services-about__header-logo {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: relative; }
    .services-about__header-logo--1 {
      background-image: url("../img/services-logo-1.png"); }
    .services-about__header-logo--2 {
      background-image: url("../img/services-logo-2.png"); }
    .services-about__header-logo--3 {
      background-image: url("../img/services-logo-3.png"); }
    .services-about__header-logo--4 {
      background-image: url("../img/services-logo-4.png"); }
    .services-about__header-logo--5 {
      background-image: url("../img/services-logo-5.png"); }
  .services-about__drop-down-arrow-wrap {
    position: absolute;
    right: 5px; }
  .services-about__drop-down-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 35px;
    cursor: pointer; }
  .services-about__card {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    width: 100%; }
  .services-about__photo {
    width: 260px;
    height: 146px;
    margin-right: 15px; }
    .services-about__photo--1 {
      background-image: url("../img/services-statistic.jpg"); }
    .services-about__photo--2 {
      background-image: url("../img/services-inbox.jpg"); }
    .services-about__photo--3 {
      background-image: url("../img/services-team.jpg"); }
    .services-about__photo--4 {
      background-image: url("../img/services-settings.jpg"); }
    .services-about__photo--5 {
      background-image: url("../img/services-feed.jpg"); }
  .services-about__text {
    flex: 1; }

@media (max-width: 767px) {
  .services-about {
    padding: 26px 0; }
    .services-about__card {
      display: block; }
    .services-about__photo {
      float: left; }
    .services-about__text {
      display: block; } }

.sign-up {
  font-size: 12px;
  font-weight: 400;
  padding: 6px 17px;
  border: 1px solid #fff0f0;
  white-space: nowrap;
  font-family: "Raleway", sans-serif;
  color: #fff0f0; }
  .sign-up:hover {
    transition: border-color 0.2s ease;
    border-color: #ffffff;
    box-shadow: 0 1px 3px 3px rgba(255, 255, 255, 0.3); }

@media (max-width: 767px) {
  .sign-up {
    margin-right: 50px; } }

.social-networks {
  display: flex;
  justify-content: center; }
  .social-networks__item {
    display: flex;
    width: 20px;
    height: 20px;
    margin-left: 20px; }
  .social-networks__item-href {
    width: 100%;
    height: 100%; }
  .social-networks--our-team {
    position: absolute;
    bottom: 90px; }
    .social-networks--our-team .fab {
      opacity: 0.9; }
      .social-networks--our-team .fab:hover {
        color: #b0bec5; }

@media (max-width: 1199px) {
  .social-networks--our-team {
    bottom: 60px; } }

@media (max-width: 991px) {
  .social-networks--our-team {
    bottom: 40px; } }

@media (max-width: 767px) {
  .social-networks {
    margin-top: 15px; } }

.feedback {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  background-image: url("../img/feedback-background-gradient.svg"), url("../img/feedback-background.jpg"); }
  .feedback__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    position: relative; }

@media (max-width: 991px) {
  .feedback__container {
    flex-direction: column;
    padding-bottom: 40px; } }

.our-team {
  background-color: #ffffff; }
  .our-team__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 20px 250px 20px;
    position: relative; }

.form {
  display: flex;
  flex-wrap: wrap; }
  .form__personal-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .form__input-item {
    font-size: 14px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 15px 10px 15px 20px;
    border-radius: 5px;
    border: 1px solid #061e37;
    background-color: #fafafa;
    color: #061e37;
    font-family: "Raleway", sans-serif;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
    .form__input-item::placeholder {
      text-transform: capitalize;
      color: #061e37;
      font-family: "Raleway", sans-serif; }
    .form__input-item:focus {
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4), inset 0 0 8px 1px rgba(0, 0, 0, 0.1); }
  .form__personal-data {
    width: 49%;
    margin-bottom: 20px; }
  .form__user-message {
    width: 100%;
    resize: none; }
  .form__submit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px; }

.contact-form {
  display: flex;
  justify-content: center;
  background-color: #fafafa; }
  .contact-form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 604px;
    padding: 54px 0 90px 0; }
  .contact-form__form {
    margin-top: 50px; }

@media (max-width: 767px) {
  .contact-form__container {
    padding: 50px 20px 80px 20px; } }

.checkbox {
  display: flex;
  position: relative; }
  .checkbox__input-elem {
    display: flex;
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 0; }
  .checkbox .check {
    display: flex;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 3px;
    border: 2px solid #061e37;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-image: url("../img/transparent-icon.png"); }
  .checkbox__input-elem:checked + .check {
    transition: all 0.1s ease-in;
    background-image: url("../img/check-mark.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .checkbox__input-text {
    font-size: 15px;
    font-weight: 400;
    margin-left: 25px;
    font-family: "Raleway", sans-serif;
    color: #061e37; }

.team-cards {
  display: flex;
  justify-content: center;
  position: relative; }
  .team-cards__photo-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 230px;
    height: 230px;
    margin: 0 20px; }
  .team-cards__photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: 100px;
    opacity: 0.5;
    border: 0 solid black;
    border-radius: 50%;
    cursor: pointer; }
    .team-cards__photo--1 {
      background-image: url("../img/card-photo-1.png"); }
    .team-cards__photo--2 {
      background-image: url("../img/card-photo-2.png"); }
    .team-cards__photo--3 {
      background-image: url("../img/card-photo-3.png"); }
    .team-cards__photo--4 {
      background-image: url("../img/card-photo-4.png"); }
    .team-cards__photo--active {
      width: 160px;
      height: 160px;
      opacity: 1;
      border: 15px solid #ffffff;
      box-shadow: 0 0 16px 1px rgba(0, 0, 0, 0.4), inset 0 0 10px 1px rgba(0, 0, 0, 0.6);
      transition: all 0.2s ease-out; }

@media (max-width: 1199px) {
  .team-cards {
    margin-top: 20px; }
    .team-cards__photo-wrap {
      width: 200px;
      height: 200px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .team-cards__photo-wrap {
    width: 130px;
    height: 130px; }
  .team-cards__photo {
    width: 90px;
    height: 90px; }
    .team-cards__photo--active {
      width: 100px;
      height: 100px; } }

@media (max-width: 767px) {
  .team-cards {
    flex-direction: column; }
    .team-cards__photo-wrap {
      position: relative;
      width: 150px;
      height: 150px;
      margin-top: 130px;
      padding: 0 80px; }
      .team-cards__photo-wrap:nth-child(1) {
        margin-top: 20px; }
    .team-cards__photo {
      width: 100px;
      height: 100px;
      opacity: 1;
      border: 2px solid #ffffff;
      border-radius: 50%;
      cursor: auto;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3), inset 0 0 8px 1px rgba(0, 0, 0, 0.4); }
      .team-cards__photo--active {
        width: 100px;
        height: 100px;
        opacity: 1;
        border: 2px solid #ffffff;
        box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3), inset 0 0 8px 1px rgba(0, 0, 0, 0.4);
        transition: all 0s ease-out; } }

.feedback-slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; }
  .feedback-slider__scroll-arrow {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 65px;
    position: absolute;
    margin-left: 50px; }
    .feedback-slider__scroll-arrow--up {
      top: 35px;
      background-image: url("../img/keyboard_arrow_up.png"); }
    .feedback-slider__scroll-arrow--down {
      bottom: 35px;
      background-image: url("../img/keyboard_arrow_down.png"); }
  .feedback-slider__item-wrapper {
    padding: 10px 10px 10px 100px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none; }
    .feedback-slider__item-wrapper::-webkit-scrollbar {
      display: none; }
  .feedback-slider__item-wrapper-overflow {
    max-height: 397px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
  .feedback-slider__item {
    display: flex;
    align-items: center;
    max-width: 650px;
    padding: 32px 30px 27px 30px;
    margin-bottom: 75px;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); }
  .feedback-slider__person-name {
    font-size: 18px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    color: #061e37; }
  .feedback-slider .slider-item:before {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    position: absolute;
    width: 62px;
    height: 62px;
    left: -90px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  .feedback-slider .slider-item--1:before {
    background-image: url("../img/feedback_client-photo-1.png"); }
  .feedback-slider .slider-item--2:before {
    background-image: url("../img/feedback_client-photo-2.png"); }
  .feedback-slider .slider-item--3:before {
    background-image: url("../img/feedback_client-photo-3.png"); }
  .feedback-slider .slider-item--4:before {
    background-image: url("../img/feedback_client-photo-4.png"); }

@media (max-width: 1199px) {
  .feedback-slider__item-wrapper-overflow {
    max-height: 480px; } }

@media (max-width: 991px) {
  .feedback-slider {
    flex-direction: row;
    justify-content: flex-start; }
    .feedback-slider__item-wrapper-overflow {
      max-height: 2000px; }
    .feedback-slider__item {
      margin-bottom: 10px;
      padding: 20px; }
    .feedback-slider__scroll-arrow {
      display: none; } }

.footer {
  background-color: #061e37; }
  .footer__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 95px 80px 150px 80px; }
  .footer__company-information {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px; }

@media (max-width: 991px) {
  .footer__container {
    padding: 80px 20px 150px 20px; } }

@media (max-width: 767px) {
  .footer__container {
    padding: 40px 20px 100px 20px; }
  .footer__company-information {
    flex-direction: column; } }
