.logo {
  height: 43px;
  width: 54px;
}

.components-common-side-menu {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 100%;
  top: 0;
  transition: opacity 300ms ease-out, right 0ms 300ms;
  width: 100%;
  z-index: 999;
}
.components-common-side-menu.active {
  opacity: 1;
  right: 0;
  transition: opacity 300ms ease-in;
}
.components-common-side-menu__content-container {
  background-color: #ffffff;
  height: 100%;
  padding: 50px 20px;
  transform: translateX(-100%);
  transition: transform 300ms ease-out;
  width: 80%;
}
.components-common-side-menu.active .components-common-side-menu__content-container {
  transform: translateX(0);
}
.components-common-side-menu__content-item {
  margin-top: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.components-common-side-menu__content-item:first-child {
  margin-top: 0;
}
.components-common-side-menu__links-container {
  margin-top: 50px;
}

.modules-common-layout-body {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  min-height: 100vh;
  position: relative;
}
.modules-common-layout-body__footer-container {
  margin-top: 100px;
}

.modules-common-layout-footer-bottom {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #094b58;
  height: 80px;
  margin-top: 50px;
  text-align: center;
}
.modules-common-layout-footer-bottom__text {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-bottom__text {
    font-size: 10px;
    line-height: 16px;
  }
}

.components-common-buttons-store-apple {
  cursor: pointer;
  height: 40px;
  width: 120px;
}
.components-common-buttons-store-apple__image {
  width: 100%;
}

.components-common-buttons-store-google {
  cursor: pointer;
  height: 40px;
  width: 134px;
}
.components-common-buttons-store-google__image {
  width: 100%;
}

.components-common-inputs-subscribe {
  display: flex;
  height: 55px;
}
.components-common-inputs-subscribe__button {
  background-color: #f9bb48;
  border-radius: 0 30px 30px 0;
  cursor: pointer;
  height: 100%;
  padding-right: 5px;
  width: 95px;
}
.components-common-inputs-subscribe__button:hover {
  background-color: #df9307;
}
.components-common-inputs-subscribe__icon {
  color: #ffffff;
  height: 25px;
  width: 25px;
}
.components-common-inputs-subscribe__image {
  height: 20px;
  object-fit: cover;
  width: 30px;
}
.components-common-inputs-subscribe__input {
  border: 1px solid #d8d8d8;
  border-right: none;
  border-radius: 30px 0 0 30px;
  color: #868686;
  height: 100%;
  min-width: 0;
  padding: 0 30px;
  width: 270px;
}

.components-common-list-links {
  display: flex;
  flex-direction: column;
}
.components-common-list-links__item {
  margin-top: 25px;
  text-transform: capitalize;
}

.components-common-socials__icon {
  height: 30px;
  width: 30px;
}
.components-common-socials__link {
  margin-right: 5px;
}
.components-common-socials__link:last-child {
  margin-right: 0;
}
.components-common-socials__links-container {
  margin-top: 15px;
}

.modules-common-layout-footer-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .modules-common-layout-footer-top {
    justify-content: space-around;
  }
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top {
    flex-direction: column-reverse;
  }
}
.modules-common-layout-footer-top__button {
  margin-right: 12px;
}
.modules-common-layout-footer-top__button:last-child {
  margin-right: 0;
}
.modules-common-layout-footer-top__buttons-container {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__buttons-container {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__links-container {
    margin-top: 50px;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__links-container_top {
    order: 3;
  }
}
.modules-common-layout-footer-top__main-section {
  flex-basis: 25%;
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__main-section {
    margin-top: 80px;
    text-align: center;
  }
}
.modules-common-layout-footer-top__main-section-description {
  margin-top: 60px;
}
.modules-common-layout-footer-top__main-section-socials-container {
  margin-top: 30px;
}
.modules-common-layout-footer-top__subscribe-block {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__subscribe-block {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .modules-common-layout-footer-top__subscribe-section {
    order: 1;
    margin-top: 50px;
    text-align: center;
  }
}
.modules-common-layout-footer-top__subscribe-input-container {
  margin-top: 25px;
  max-width: 100%;
}

.modules-common-layout-footer {
  background-color: #fbfbfb;
}
.modules-common-layout-footer__bottom-container {
  margin-top: 50px;
}

.components-common-burger {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  width: 48px;
}
.components-common-burger__line {
  background-color: #0d063c;
  height: 5px;
  margin-top: 5px;
  width: 100%;
}
.components-common-burger__line:first-child {
  margin-top: 0;
}

.button {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  color: #ffffff;
  min-height: 0;
  max-width: 100%;
  padding: 15px 32px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .button {
    padding: 10px;
  }
}
.button:hover {
  cursor: pointer;
}
.button_light {
  background-color: #f9bb48;
}
.button_light:hover {
  background-color: #df9307;
}
.button_dark {
  background-color: #094b58;
}
.button_dark:hover {
  background-color: #073741;
}

.modules-common-layout-header {
  height: 88px;
  padding: 20px 0;
}
@media (max-width: 1023px) {
  .modules-common-layout-header {
    height: 68px;
    padding: 10px 0;
  }
}
@media (max-width: 1023px) {
  .modules-common-layout-header__buttons-container {
    display: none;
  }
}
.modules-common-layout-header__burger-container {
  display: none;
}
@media (max-width: 1023px) {
  .modules-common-layout-header__burger-container {
    display: block;
  }
}
.modules-common-layout-header__container {
  flex-basis: 25%;
}
.modules-common-layout-header__container_right {
  text-align: right;
}
.modules-common-layout-header__content-block {
  align-items: center;
  display: flex;
  margin: auto;
  max-width: 1024px;
}
@media (max-width: 1023px) {
  .modules-common-layout-header__content-block {
    justify-content: space-between;
  }
}
.modules-common-layout-header__navigation-container {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
@media (max-width: 1023px) {
  .modules-common-layout-header__navigation-container {
    display: none;
  }
}
.modules-common-layout-header__navigation-item {
  margin-right: 35px;
  text-transform: uppercase;
  white-space: nowrap;
}
.modules-common-layout-header__navigation-item:last-child {
  margin-right: 0;
}

.modules-pages-home-description-item {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item {
    flex-direction: column;
  }
}
.modules-pages-home-description-item_right-images {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item_right-images {
    flex-direction: column;
  }
}
.modules-pages-home-description-item__content-container {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item__content-container {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.modules-pages-home-description-item__content-block {
  display: flex;
  flex: 1 1 50%;
  margin-left: 200px;
}
@media (max-width: 1440px) {
  .modules-pages-home-description-item__content-block {
    margin-left: 100px;
  }
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item__content-block {
    margin: 50px 0 0;
  }
}
.modules-pages-home-description-item_right-images .modules-pages-home-description-item__content-block {
  justify-content: flex-end;
  margin-left: 0;
}
.modules-pages-home-description-item__content-header {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .modules-pages-home-description-item__content-header {
    margin-top: 30px;
  }
}
.modules-pages-home-description-item__content-icon {
  height: 80px;
  width: 80px;
}
.modules-pages-home-description-item__content-text {
  margin-top: 33px;
  max-width: 470px;
}
@media (max-width: 767px) {
  .modules-pages-home-description-item__content-text {
    margin-top: 15px;
  }
}
.modules-pages-home-description-item__images-block {
  display: flex;
  flex: 1 1 50%;
  justify-content: flex-end;
}
.modules-pages-home-description-item_right-images .modules-pages-home-description-item__images-block {
  justify-content: flex-start;
  margin-left: 200px;
}
@media (max-width: 1440px) {
  .modules-pages-home-description-item_right-images .modules-pages-home-description-item__images-block {
    margin-left: 100px;
  }
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item_right-images .modules-pages-home-description-item__images-block {
    margin-left: 0;
  }
}
.modules-pages-home-description-item__main-image {
  height: 590px;
  position: relative;
  width: 341px;
  z-index: 1;
}
@media (max-width: 767px) {
  .modules-pages-home-description-item__main-image {
    height: 295px;
    width: 170.5px;
  }
}
.modules-pages-home-description-item__main-image-container {
  position: relative;
}
.modules-pages-home-description-item__second-image {
  height: 457px;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 257px;
}
.modules-pages-home-description-item_right-images .modules-pages-home-description-item__second-image {
  left: 50%;
  right: auto;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-item__second-image {
    left: 50%;
    right: auto;
  }
}
@media (max-width: 767px) {
  .modules-pages-home-description-item__second-image {
    height: 228.5px;
    width: 128.5px;
  }
}

.modules-pages-home-description__container {
  margin-top: 150px;
}
.modules-pages-home-description__container:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .modules-pages-home-description__container {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .modules-pages-home-description__container {
    margin-top: 50px;
  }
}

.modules-common-divider_down {
  transform: rotate(180deg);
}
.modules-common-divider__icon {
  height: 20px;
  width: 170px;
}

.modules-pages-home-description-short-item {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 200px;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-short-item {
    margin-top: 50px;
  }
}
.modules-pages-home-description-short-item__circle {
  height: 100%;
  width: 100%;
}
.modules-pages-home-description-short-item__description {
  margin-top: 20px;
}
.modules-pages-home-description-short-item__image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: url('/icons/static/circle.svg');
  height: 170px;
  width: 170px;
}
.modules-pages-home-description-short-item__image {
  height: 80px;
  width: 80px;
}
.modules-pages-home-description-short-item__icon-decoration {
  height: 100%;
  position: absolute;
  width: 100%;
}
.modules-pages-home-description-short-item__title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 80px;
  margin-top: 60px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-short-item__title {
    height: auto;
    margin-top: 30px;
  }
}

.modules-pages-home-description-short {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.modules-pages-home-description-short__description {
  margin-top: 20px;
}
.modules-pages-home-description-short__divider-container {
  margin: 60px 20px 0;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-short__divider-container {
    display: none;
  }
}
.modules-pages-home-description-short__divider-container_second {
  margin-top: 80px;
}
.modules-pages-home-description-short__items-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
  width: 100%;
}
@media (max-width: 1023px) {
  .modules-pages-home-description-short__items-container {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .modules-pages-home-description-short__items-container {
    margin-top: 0;
  }
}

.components-common-buttons-store-all {
  display: flex;
}
.components-common-buttons-store-all__button-container {
  margin-left: 5px;
}
.components-common-buttons-store-all__button-container:first-child {
  margin-left: 0;
}

.modules-pages-home-download-app {
  background-color: #f9f8f8;
  display: flex;
}
@media (max-width: 1023px) {
  .modules-pages-home-download-app {
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    flex-direction: column-reverse;
  }
}
.modules-pages-home-download-app__buttons {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 1023px) {
  .modules-pages-home-download-app__buttons {
    justify-content: center;
  }
}
.modules-pages-home-download-app__circle {
  background: rgba(255, 255, 255, 0.15) url('images/pages/home/download-app/y.png') center no-repeat;
  background-size: 45px 40px;
  border-radius: 50%;
  height: 100px;
  position: absolute;
  width: 100px;
}
.modules-pages-home-download-app__content-container {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
@media (max-width: 1023px) {
  .modules-pages-home-download-app__content-container {
    margin-top: 20px;
  }
}
.modules-pages-home-download-app__content-description {
  margin-top: 35px;
}
.modules-pages-home-download-app__image {
  aspect-ratio: 1.31918819;
  width: 100%;
}
.modules-pages-home-download-app__image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  flex: 0 1 30%;
  position: relative;
}
.modules-pages-home-download-app__image-container::before {
  background-color: rgba(37, 30, 67, 0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modules-pages-home-download-app__title {
  font-weight: 600;
}

.modules-pages-home-hero {
  background-image: url('/images/pages/home/hero/airplane.jpg');
  background-size: cover;
  height: calc(100vh - 88px);
  max-height: 1080px;
  position: relative;
}
.modules-pages-home-hero::before {
  background-color: rgba(37, 30, 67, 0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1023px) {
  .modules-pages-home-hero {
    height: calc(100vh - 68px);
  }
}
.modules-pages-home-hero__buttons-container {
  display: flex;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .modules-pages-home-hero__buttons-container {
    justify-content: center;
  }
}
.modules-pages-home-hero__content-block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 250px;
  position: relative;
}
@media (max-width: 1440px) {
  .modules-pages-home-hero__content-block {
    justify-content: center;
    padding: 50px;
  }
}
.modules-pages-home-hero__content-container {
  max-width: 600px;
}
.modules-pages-home-hero__description {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  color: #ffffff;
  margin-top: 46px;
}
@media (max-width: 767px) {
  .modules-pages-home-hero__description {
    font-size: 8px;
    line-height: 12px;
  }
}
@media (max-width: 1440px) {
  .modules-pages-home-hero__description {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .modules-pages-home-hero__description {
    margin-top: 20px;
  }
}
.modules-pages-home-hero__image-back-1 {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: -10px;
  height: 50px;
  left: 10px;
  position: absolute;
  right: 10px;
  z-index: 8;
}
.modules-pages-home-hero__image-back-2 {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: -20px;
  height: 50px;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 7;
}
.modules-pages-home-hero__image-back-3 {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: -30px;
  height: 50px;
  left: 30px;
  position: absolute;
  right: 30px;
  z-index: 6;
}
.modules-pages-home-hero__image-container {
  aspect-ratio: 0.56221889;
  height: 100%;
  min-height: 250px;
  position: relative;
}
@media (max-width: 1440px) {
  .modules-pages-home-hero__image-container {
    display: none;
  }
}
.modules-pages-home-hero__image {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 9;
}
.modules-pages-home-hero__title {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .modules-pages-home-hero__title {
    text-align: center;
  }
}

.components-common-card-product {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 390px;
}
@media (max-width: 1023px) {
  .components-common-card-product {
    width: 320px;
  }
}
.components-common-card-product__content-container {
  padding: 35px;
  text-align: center;
}
.components-common-card-product__date {
  color: #868686;
  margin-top: 10px;
}
.components-common-card-product__description {
  margin-top: 8px;
}
.components-common-card-product__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.components-common-card-product__image-container {
  height: 300px;
}
.components-common-card-product__link {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-top: 15px;
}
.components-common-card-product__title {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  color: #474747;
}

.components-common-slider-main-controls {
  align-items: center;
  display: flex;
  justify-content: center;
}
.components-common-slider-main-controls__arrow {
  color: #ffffff;
  height: 40px;
  width: 40px;
}
.components-common-slider-main-controls__arrow_left {
  transform: rotate(180deg);
}
.components-common-slider-main-controls__arrow-container {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f9bb48;
  border-radius: 50%;
  cursor: pointer;
  height: 70px;
  user-select: none;
  width: 70px;
}
.components-common-slider-main-controls__arrow-container:hover {
  background-color: #df9307;
}
.components-common-slider-main-controls__arrow-container_right {
  margin-left: 30px;
}
.components-common-slider-main-controls__arrow-container.swiper-button-disabled {
  background-color: #e2e2e2;
  pointer-events: none;
}

.swiper-slide {
  margin-right: 120px;
  width: auto !important;
}
@media (max-width: 1920px) {
  .swiper-slide {
    margin-right: 80px;
  }
}
@media (max-width: 1023px) {
  .swiper-slide {
    margin-right: 20px;
  }
}
.swiper-slide:last-child {
  margin-right: 0;
}

.modules-pages-home-products__header-block {
  display: flex;
}
.modules-pages-home-products__header-content {
  flex: 1 1 auto;
}
.modules-pages-home-products__header-description {
  margin-top: 25px;
  max-width: 600px;
}
.modules-pages-home-products__slider-block {
  margin-top: 50px;
}
@media (max-width: 1920px) {
  .modules-pages-home-products__slider-block {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 1023px) {
  .modules-pages-home-products__slider-block {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.modules-pages-home-products__slider-controls {
  align-items: flex-end;
  display: flex;
}
@media (max-width: 767px) {
  .modules-pages-home-products__slider-controls {
    display: none;
  }
}

.modules-pages-home-summary-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.modules-pages-home-summary-item__header-icon {
  height: 60px;
  width: 60px;
}
@media (max-width: 767px) {
  .modules-pages-home-summary-item__header-icon {
    height: 30px;
    width: 30px;
  }
}
.modules-pages-home-summary-item__image {
  height: 42px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .modules-pages-home-summary-item__image {
    height: 22px;
    margin-top: 10px;
  }
}
.modules-pages-home-summary-item__title {
  font-style: italic;
  margin-top: 5px;
  text-transform: capitalize;
}

.modules-pages-home-summary {
  background: url('images/pages/home/summary/main.jpg') center no-repeat;
  background-size: cover;
  height: 465px;
  position: relative;
}
.modules-pages-home-summary::before {
  background-color: rgba(37, 30, 67, 0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modules-pages-home-summary__content-block {
  align-items: center;
  color: #ffffff;
  display: flex;
  height: 100%;
  justify-content: space-around;
  padding: 0 100px;
  position: relative;
}
@media (max-width: 1440px) {
  .modules-pages-home-summary__content-block {
    padding: 0 50px;
  }
}
@media (max-width: 1023px) {
  .modules-pages-home-summary__content-block {
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modules-pages-home-summary__content-item-container {
    flex-basis: 50%;
  }
}
@media (max-width: 1440px) {
  .modules-pages-home-summary__divider-container {
    display: none;
  }
}
.modules-pages-home-summary__divider-container_offset-top {
  margin-top: 100px;
}

.arrow {
  border: solid;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.arrow__left {
  transform: rotate(135deg);
}
.arrow__right {
  transform: rotate(-45deg);
}
@media (max-width: 1920px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hidden {
  display: none;
}
.f_c {
  align-items: center;
  display: flex;
  justify-content: center;
}
@font-face {
  font-family: 'Raleway';
  font-weight: 400;
  src: url('/fonts/raleway/Raleway-Regular.woff2');
}
@font-face {
  font-family: 'Raleway';
  font-weight: 700;
  src: url('/fonts/raleway/Raleway-Bold.woff2');
}
.link {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.link:hover {
  color: #575757;
}
.link_yellow:hover {
  color: #df9307;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay::before {
  background-color: rgba(37, 30, 67, 0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.shadow-1 {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
h1 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
h2 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  line-height: 32px;
}
h3 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}
h4 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
h5 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
h6 {
  color: #575757;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
p {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.f_badge {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}
@media (max-width: 767px) {
  .f_badge {
    font-size: 8px;
    line-height: 12px;
  }
}
.f_btn {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
}
.f_h1 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .f_h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.f_h2 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  line-height: 32px;
}
.f_h3 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
}
.f_h4 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.f_h5 {
  color: #474747;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 700;
}
.f_h6 {
  color: #575757;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
.f_input {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}
.f_p {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.f_p-small {
  color: #797979;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 1023px) {
  .f_p-small {
    font-size: 10px;
    line-height: 16px;
  }
}
.pages-home__container {
  margin-top: 180px;
}
@media (max-width: 1023px) {
  .pages-home__container {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .pages-home__container {
    margin-top: 60px;
  }
}

