html {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  font-family: GillSans, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden; }
  html * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

body {
  display: flex;
  flex-direction: column;
  align-items: normal;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: GillSans, sans-serif;
  box-sizing: border-box;
  overflow-x: hidden; }
  body * {
    box-sizing: border-box;
    margin: 0;
    padding: 0; }

.container {
  width: 1116px;
  margin: 0 auto; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .container {
      width: 90%; } }
  @media (max-width: 767px) {
    .container {
      width: 90%; } }

.container-wide {
  width: 1290px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container-wide {
      width: 90%; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .container-wide {
      width: 95%; } }
  @media (max-width: 1366px) and (min-width: 1025px) {
    .container-wide {
      width: 1200px; } }

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0; }

.header {
  object-fit: contain;
  font-family: GillSans-Bold, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }
  @media (max-width: 767px) {
    .header {
      font-size: 40px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .header {
      font-size: 50px; } }
  @media (max-width: 1366px) and (min-width: 1025px) {
    .header {
      font-size: 54px; } }

.colored-header {
  object-fit: contain;
  font-family: GillSans-Bold, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(185deg, #f95e86, #feb940 73%), linear-gradient(to bottom, #fa787b, #fa787b);
  color: #fa787b;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 767px) {
    .colored-header {
      font-size: 40px; } }
  @media (max-width: 1024px) and (min-width: 768px) {
    .colored-header {
      font-size: 50px; } }
  @media (max-width: 1366px) and (min-width: 1025px) {
    .colored-header {
      font-size: 54px; } }

.subheader {
  object-fit: contain;
  font-family: GillSans, sans-serif;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

header {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 121px;
  z-index: 20; }
  header:before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 121px;
    top: -121px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #f96283;
    transition: all .8s; }
  @media (max-width: 1366px) and (min-width: 1025px) {
    header {
      height: 90px; }
      header:before {
        height: 90px;
        top: -90px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    header {
      height: 80px; }
      header:before {
        height: 80px;
        top: -80px; } }
  @media (max-width: 767px) {
    header {
      background: #f96283;
      height: 60px; }
      header:before {
        display: none; } }
  header.header-scrolled:before {
    top: 0;
    opacity: 1; }
  header .container {
    position: relative; }
    @media (max-width: 767px) {
      header .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center; } }

.logo {
  display: inline-block;
  font-size: 0; }
  .logo img {
    display: inline-block;
    width: 102px;
    vertical-align: middle; }
  .logo span {
    display: inline-block;
    margin-top: 6px;
    margin-right: 7px;
    font-size: 16px;
    font-family: GillSans-Light, sans-serif;
    object-fit: contain;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    vertical-align: middle; }

.menu {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media (max-width: 767px) {
    .menu {
      display: none; } }
  .menu-item {
    margin: 0 13px;
    object-fit: contain;
    font-family: GillSans, sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    transition: all 150ms ease-in-out; }
    .menu-item:hover {
      color: #ffffff; }
    .menu-item__hamburger {
      position: relative;
      width: 28px;
      height: 14px;
      margin-right: 0; }
      .menu-item__hamburger:before, .menu-item__hamburger:after {
        position: absolute;
        display: block;
        content: "";
        width: 28px;
        height: 2px;
        left: 0;
        border-radius: 2px;
        background: #ffffff;
        transition: all 150ms linear; }
      .menu-item__hamburger:after {
        bottom: 0; }
      .menu-item__hamburger:before {
        top: 0; }
      .menu-item__hamburger:hover:after, .menu-item__hamburger-opened:after {
        width: 18px; }
      .menu-item__hamburger span {
        position: absolute;
        display: block;
        width: 28px;
        height: 2px;
        left: 0;
        top: 6px;
        border-radius: 2px;
        background: #ffffff;
        transition: all 150ms linear; }
      .menu-item__hamburger:hover .dropdown-menu {
        opacity: 1;
        transform: scale(1, 1); }

.dropdown-menu {
  position: absolute;
  display: block;
  width: 214px;
  right: 0;
  top: 14px;
  opacity: 0;
  transform-origin: top right;
  transform: scale(0, 0);
  transition: all 150ms ease-out; }
  @media (max-width: 767px) {
    .dropdown-menu {
      display: none; } }
  .dropdown-menu:before {
    display: block;
    position: absolute;
    top: 11px;
    right: 0;
    width: 30px;
    height: 14px;
    transform: translate3d(0, 0, 0);
    background-image: url("../images/menu02.svg");
    content: ""; }
  .dropdown-menu__opened {
    opacity: 1;
    transform: scale(1, 1); }
  .dropdown-menu__inner {
    margin-top: 24px;
    padding: 6px 14px;
    background: #ffffff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px; }
  .dropdown-menu p {
    margin: 7px 0;
    font-family: GillSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 16px;
    letter-spacing: normal;
    color: #f3b55a;
    text-align: right;
    cursor: pointer;
    transition: all 150ms ease-in-out; }
    .dropdown-menu p:hover {
      color: #e86b86; }

header .mobile-menu-container {
  position: fixed;
  display: none;
  top: 60px;
  bottom: 0;
  left: 0;
  right: -200%;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  opacity: 0;
  background: #ffffff;
  transition: all 150ms linear; }
  @media (max-width: 767px) {
    header .mobile-menu-container {
      display: block; } }
  header .mobile-menu-container.opened {
    opacity: 1;
    right: 0; }
  header .mobile-menu-container .mobile-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    padding: 0;
    margin: 0; }
    header .mobile-menu-container .mobile-menu__item {
      width: 100%;
      padding: 5px 0;
      object-fit: contain;
      font-family: GillSans-Light, sans-serif;
      font-size: 20px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 28px;
      letter-spacing: normal;
      text-align: center;
      color: #fa709a;
      cursor: pointer; }

.hamburger {
  position: relative;
  float: right;
  display: none;
  width: 28px;
  height: 14px; }
  .hamburger:before, .hamburger:after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    right: 0;
    left: 0;
    border-radius: 2px;
    background: #ffffff;
    transition: all 150ms linear; }
  .hamburger:before {
    top: 3px; }
  .hamburger:after {
    bottom: 3px; }
  .hamburger.opened:before {
    transform: rotate(45deg);
    top: 6px; }
  .hamburger.opened:after {
    transform: rotate(-45deg);
    bottom: 6px; }
  @media (max-width: 767px) {
    .hamburger {
      display: block; } }

header .container .menu-item-selected {
  color: #ffffff; }
  @media (max-width: 767px) {
    header .container .menu-item-selected {
      color: #feb444; } }

.home {
  position: relative;
  width: 100%;
  background: transparent;
  background: linear-gradient(#f95e86, #feb444);
  z-index: 13; }
  .home-glare {
    position: absolute;
    top: 158px !important;
    left: -210px !important;
    width: 1338px;
    opacity: 0.75;
    z-index: 1; }
    @media (max-width: 767px) {
      .home-glare {
        display: none !important; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home-glare {
        width: 1060px; } }
  .home-bottom {
    position: absolute;
    display: block;
    width: 102%;
    bottom: -1px;
    right: 0;
    left: 0; }
  .home .ornament {
    position: absolute;
    top: 64px !important;
    left: 0;
    right: 0;
    display: block;
    width: 716px;
    height: 716px;
    margin: 0 auto;
    z-index: 0; }
    @media (max-width: 767px) {
      .home .ornament {
        top: 110px !important;
        width: 300px;
        height: 300px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home .ornament {
        width: 610px;
        height: 610px; } }
  .home .container {
    position: relative;
    padding-top: 210px;
    z-index: 2;
    pointer-events: auto !important; }
    @media (max-width: 767px) {
      .home .container {
        padding-top: 150px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home .container {
        padding-top: 160px; } }
    .home .container .home-text {
      position: relative;
      width: 441px;
      float: right;
      padding-top: 38px;
      padding-bottom: 495px;
      z-index: 5; }
      @media (max-width: 767px) {
        .home .container .home-text {
          width: 100%;
          float: none;
          padding-top: 0;
          padding-bottom: 100px;
          text-align: center; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .home .container .home-text {
          width: 330px;
          padding-top: 0;
          padding-bottom: 160px; } }
      @media (min-width: 1024px) and (max-width: 1200px) {
        .home .container .home-text {
          width: 400px;
          padding-top: 0;
          padding-bottom: 160px; } }
      .home .container .home-text__logo {
        width: 241px;
        margin-bottom: 20px; }
      .home .container .home-text__subtitle {
        margin-bottom: 55px;
        object-fit: contain;
        font-family: GillSans-Semibold, sans-serif;
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff; }
        @media (max-width: 767px) {
          .home .container .home-text__subtitle {
            text-align: center; } }
      .home .container .home-text__content {
        margin-bottom: 57px;
        object-fit: contain;
        font-family: GillSans, sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff; }
      .home .container .home-text__button {
        display: inline-block;
        font-size: 0;
        margin-right: 21px; }
        .home .container .home-text__button img {
          height: 40px; }
        .home .container .home-text__button__appstore img {
          width: 120px; }
        .home .container .home-text__button__playmarket img {
          width: 135px; }
    .home .container .ipad-group__ipad {
      position: absolute;
      top: 210px !important;
      left: -125px !important;
      width: 802px;
      height: 832px;
      z-index: 2; }
      @media (max-width: 767px) {
        .home .container .ipad-group__ipad {
          display: none !important; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .home .container .ipad-group__ipad {
          top: 170px !important;
          width: 485px;
          height: auto; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .home .container .ipad-group__ipad {
          left: -105px !important; } }
      @media (min-width: 1024px) and (max-width: 1200px) {
        .home .container .ipad-group__ipad {
          left: -35px !important; } }
    .home .container .ipad-group__pencil {
      position: absolute;
      top: 405px !important;
      left: 362px !important;
      width: 217px;
      height: 422px;
      z-index: 3; }
      @media (max-width: 767px) {
        .home .container .ipad-group__pencil {
          display: none !important; } }
      @media (min-width: 768px) and (max-width: 1200px) {
        .home .container .ipad-group__pencil {
          top: 305px !important;
          width: 120px;
          height: auto; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .home .container .ipad-group__pencil {
          left: 192px !important; } }
      @media (min-width: 1024px) and (max-width: 1200px) {
        .home .container .ipad-group__pencil {
          left: 260px !important; } }
  .home .flower2 {
    position: absolute;
    bottom: -463px;
    left: 0;
    right: 0;
    width: 926px;
    height: 926px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .home .flower2 {
        width: 320px;
        height: 320px;
        bottom: -160px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .home .flower2 {
        width: 600px;
        height: 600px;
        bottom: -300px; } }

.capabilities {
  position: relative;
  margin-top: 0;
  margin-bottom: -85px;
  padding-top: 72px;
  padding-bottom: 141px;
  background: url(../images/background_video.svg) no-repeat top;
  background-size: cover; }
  @media (max-width: 767px) {
    .capabilities {
      padding-top: 40px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .capabilities {
      padding-top: 50px;
      padding-bottom: 110px; } }
  .capabilities .container {
    position: relative;
    z-index: 1; }
  .capabilities .header {
    margin-top: 34px;
    margin-bottom: 34px; }
  .capabilities .capabilities-subheader {
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    font-size: 24px;
    line-height: normal;
    letter-spacing: normal;
    margin: 0 auto 72px auto;
    color: #ffffff; }
  .capabilities-items {
    font-size: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .capabilities-items .capabilities-item {
      width: 50%;
      padding: 0 60px;
      margin-bottom: 68px; }
      @media (max-width: 767px) {
        .capabilities-items .capabilities-item {
          width: 100%;
          padding: 0;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .capabilities-items .capabilities-item {
          width: 50%;
          padding: 0 20px;
          margin-bottom: 40px; } }
      .capabilities-items .capabilities-item__icon {
        width: 124px;
        height: 131px;
        margin: 0 auto 35px auto; }
      .capabilities-items .capabilities-item__header {
        margin-bottom: 11px;
        object-fit: contain;
        font-family: GillSans-Semibold, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 1366px) and (min-width: 1025px) {
          .capabilities-items .capabilities-item__header {
            font-size: 26px; } }
      .capabilities-items .capabilities-item__text {
        object-fit: contain;
        font-family: GillSans, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 1366px) and (min-width: 1025px) {
          .capabilities-items .capabilities-item__text {
            font-size: 18px; } }

.essentials {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 83px;
  padding-bottom: 62px;
  background-color: transparent;
  z-index: 13; }
  @media (max-width: 767px) {
    .essentials {
      padding-top: 40px;
      padding-bottom: 30px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .essentials {
      padding-top: 50px;
      padding-bottom: 70px; } }
  .essentials .container {
    position: relative;
    width: 900px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .essentials .container {
        width: 90%; } }
    .essentials .container .colored-header {
      margin-bottom: 60px; }
  .essentials-item {
    display: flex;
    flex-direction: row;
    align-items: center; }
    @media (max-width: 767px) {
      .essentials-item {
        margin-bottom: 30px; } }
    .essentials-item__image {
      width: 296px;
      height: 296px;
      min-width: 296px;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .essentials-item__image {
          width: 150px;
          height: 150px;
          min-width: 150px; } }
    .essentials-item__text {
      margin-right: 50px;
      object-fit: contain;
      font-family: GillSans, sans-serif;
      font-size: 30px;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #232323; }
      @media (max-width: 767px) {
        .essentials-item__text {
          margin-right: 20px;
          font-size: 20px;
          font-weight: normal; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .essentials-item__text {
          font-size: 24px; } }
  .essentials-item-reverse {
    flex-direction: row-reverse; }
    .essentials-item-reverse .essentials-item__text {
      margin-right: 0; }
    .essentials-item-reverse .essentials-item__image {
      margin-right: 75px; }
      @media (max-width: 767px) {
        .essentials-item-reverse .essentials-item__image {
          margin-right: 20px; } }

.video {
  position: relative;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 50px;
  background: url(../images/background_video.svg) no-repeat top;
  background-size: cover; }
  @media (max-width: 1024px) {
    .video {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .video:before {
    position: absolute;
    display: none;
    content: "";
    top: auto;
    bottom: 110px;
    left: 0;
    right: 0;
    width: 100%;
    height: 490px;
    margin: 0 auto;
    background: url(../images/image.png) no-repeat center;
    background-size: cover; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .video:before {
        background-image: url(../images/image@2x.png); } }
    @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
      .video:before {
        background-image: url(../images/image@3x.png); } }
    @media (max-width: 1024px) {
      .video:before {
        display: block; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .video:before {
        height: 550px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .video:before {
        height: 650px; } }
  @media (max-width: 1366px) and (min-width: 1025px) {
    .video {
      padding-top: 50px; } }
  .video .container {
    position: relative;
    margin-top: 0;
    margin-bottom: 45px; }
    .video .container:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 1022px;
      margin: 0 auto;
      background: url(../images/image.png) no-repeat center;
      background-size: cover; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .video .container:before {
          background-image: url(../images/image@2x.png); } }
      @media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 288dpi) {
        .video .container:before {
          background-image: url(../images/image@3x.png); } }
      @media (max-width: 1024px) {
        .video .container:before {
          display: none; } }
  .video .header {
    position: relative;
    margin-bottom: 50px; }
    .video .header.header-next-block {
      padding-bottom: 110px;
      margin-bottom: 0; }
  .video-block {
    position: relative;
    width: 744px;
    height: 419px;
    margin: 88px auto 112px;
    background: #ffffff; }
    @media (max-width: 767px) {
      .video-block {
        width: 100%;
        height: 175px;
        margin: 40px auto 40px; } }
    @media (max-width: 767px) and (orientation: landscape) {
      .video-block {
        width: 80%;
        height: 240px;
        margin: 40px auto 40px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .video-block {
        width: 100%;
        height: 360px;
        margin: 60px auto 80px; } }

.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 71px;
  height: 100%;
  transform: none;
  background: transparent no-repeat;
  background-position-y: center;
  background-size: initial;
  z-index: 10; }
  .slick-arrow:before {
    display: none; }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: 0;
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: initial;
  background-image: url("../images/arrow_l.png"); }

.slick-next, .slick-next:hover, .slick-next:focus {
  right: 0;
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: initial;
  background-image: url("../images/arrow_r.png"); }

.carousel-item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  outline: none; }
  .carousel-item__subitem {
    position: relative;
    width: 279px; }
    @media (max-width: 1023px) and (min-width: 768px) {
      .carousel-item__subitem {
        width: 180px; } }
    @media (max-width: 1200px) and (min-width: 1024px) {
      .carousel-item__subitem {
        width: 230px; } }
    .carousel-item__subitem__bg {
      width: 100%; }
    .carousel-item__subitem__image {
      position: absolute;
      display: block;
      top: 27px;
      left: 0;
      right: 0;
      height: 404px;
      width: 188px;
      margin: 0 auto;
      border-radius: 18px;
      z-index: 1;
      opacity: 0;
      background: #b5b5b5; }
      @media (max-width: 1023px) and (min-width: 768px) {
        .carousel-item__subitem__image {
          top: 18px;
          height: 260px;
          width: 120px;
          border-radius: 13px; } }
      @media (max-width: 1200px) and (min-width: 1024px) {
        .carousel-item__subitem__image {
          top: 22px;
          height: 333px;
          width: 155px;
          border-radius: 13px; } }

.footer {
  position: relative;
  background: #212121; }
  .footer-glare {
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block;
    width: 1338px;
    margin: 0 auto;
    opacity: 0.12; }
    @media (max-width: 1024px) {
      .footer-glare {
        width: 100%; } }
  .footer .container-wide {
    position: relative !important;
    margin-top: -60px;
    z-index: 1; }
  .footer .feedback {
    position: relative; }
    .footer .feedback .colored-header {
      margin-top: 30px;
      margin-bottom: 55px; }
    .footer .feedback-form {
      opacity: 1;
      transition: all 300ms ease-in-out; }
    .footer .feedback-form-disabled {
      z-index: -1;
      opacity: 0; }
    .footer .feedback-inputs__item, .footer .feedback-message__item {
      object-fit: contain;
      border-radius: 4px;
      font-size: 18.5px;
      font-family: GillSans, sans-serif;
      color: #232323;
      background-color: #ffffff;
      border: none;
      outline: none; }
      .footer .feedback-inputs__item::placeholder, .footer .feedback-message__item::placeholder {
        color: #b5b5b5; }
    .footer .feedback-inputs {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      @media (max-width: 1024px) {
        .footer .feedback-inputs {
          flex-wrap: wrap; } }
      .footer .feedback-inputs__item {
        width: 356px;
        height: 56px;
        padding: 0 25px; }
        @media (max-width: 1024px) {
          .footer .feedback-inputs__item {
            width: 100%;
            margin-bottom: 20px; } }
    .footer .feedback-message {
      position: relative;
      margin-top: 23px;
      margin-bottom: 44px; }
      @media (max-width: 1024px) {
        .footer .feedback-message {
          margin-top: 0;
          margin-bottom: 30px; } }
      .footer .feedback-message__item {
        width: 100%;
        height: 191px;
        padding: 20px 25px 30px 25px;
        resize: none; }
        @media (max-width: 1024px) {
          .footer .feedback-message__item {
            height: 170px; } }
      .footer .feedback-message__file-container {
        position: absolute;
        bottom: 14px;
        right: 14px;
        font-size: 0; }
        .footer .feedback-message__file-container i {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -30px;
          margin: auto;
          width: 20px;
          height: 20px;
          color: #f96580;
          font-size: 20px;
          opacity: 0;
          transition: all 300ms linear; }
    .footer .feedback-submit {
      position: relative;
      display: block;
      width: 209px;
      height: 49px;
      margin: 0 auto 61px auto;
      cursor: pointer; }
      .footer .feedback-submit .button {
        width: 100%;
        height: 100%;
        border-radius: 25px;
        color: #ffffff;
        font-size: 22px;
        font-family: GillSans, sans-serif;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        object-fit: contain;
        border: none;
        outline: none;
        cursor: pointer;
        background: linear-gradient(45deg, #f96580 0%, #feb940 100%); }
      .footer .feedback-submit .button-white {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        color: #f96481;
        text-align: center;
        border-radius: 25px;
        font-size: 22px;
        font-family: GillSans, sans-serif;
        font-style: normal;
        font-stretch: normal;
        line-height: 49px;
        letter-spacing: normal;
        object-fit: contain;
        border: none;
        outline: none;
        background: #eee6f2;
        cursor: pointer; }
    .footer .feedback-line {
      width: 100%;
      height: 1px;
      background: #fa8276; }
    .footer .feedback-response {
      position: absolute;
      top: 75px;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      z-index: -1;
      transition: all 300ms ease-in-out;
      opacity: 0; }
      .footer .feedback-response__image {
        width: 142px;
        margin-bottom: 28px; }
        @media (max-width: 767px) {
          .footer .feedback-response__image {
            width: 130px;
            margin-bottom: 22px; } }
      .footer .feedback-response__text {
        object-fit: contain;
        font-family: GillSans-Bold, sans-serif;
        font-size: 33.5px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff; }
        @media (max-width: 767px) {
          .footer .feedback-response__text {
            font-size: 27.5px; } }
      .footer .feedback-response .feedback-line {
        position: absolute;
        bottom: 0; }
    .footer .feedback-response-enabled {
      opacity: 1;
      z-index: 1; }
  .footer .socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 57px; }
    .footer .socials-item {
      position: relative;
      width: 30px;
      height: 30px;
      margin: 0 31.5px; }
      .footer .socials-item img {
        width: 100%;
        height: 100%;
        transition: all 150ms ease-in-out; }
      .footer .socials-item__active {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .footer .socials-item:hover .socials-item__active {
        opacity: 1; }
      .footer .socials-item:hover .socials-item__normal {
        opacity: 0; }
  .footer .container {
    position: relative !important;
    overflow: hidden;
    z-index: 1; }
    .footer .container:before {
      display: block;
      content: "";
      position: absolute;
      bottom: -143px;
      left: 0;
      right: 0;
      width: 716px;
      height: 716px;
      margin: 0 auto;
      background: url("../images/ornament2.svg") no-repeat center;
      background-size: cover; }
      @media (max-width: 767px) {
        .footer .container:before {
          width: 300px;
          height: 300px;
          bottom: -55px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .footer .container:before {
          width: 620px;
          height: 620px;
          bottom: -125px; } }
  .footer .file-container__file {
    display: none; }
  .footer .file-container__name {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-family: GillSans-Light, sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #232323;
    vertical-align: middle; }
  .footer .file-container__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
    .footer .file-container__icon__active-img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
    .footer .file-container__icon:hover .file-container__icon__active-img {
      opacity: 1; }
    .footer .file-container__icon:hover .file-container__icon__normal-img {
      opacity: 0; }
    .footer .file-container__icon img {
      width: 21px;
      height: 23px;
      transition: all 150ms ease-in-out; }
  .footer-text {
    padding-bottom: 20px;
    font-family: GillSans, sans-serif;
    font-size: 12px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff; }

.modal {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  z-index: 25; }
  @media (max-width: 767px) {
    .modal {
      z-index: 19; } }
  .modal-overflow {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0; }
    @media (max-width: 767px) {
      .modal-overflow {
        display: none; } }
  .modal-close {
    position: sticky;
    width: 40px;
    float: right;
    height: 40px;
    margin-top: -50px;
    margin-right: -135px;
    top: 35px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .modal-close {
        position: sticky;
        top: 60px;
        width: 100%;
        height: 40px;
        margin-top: 0;
        margin-right: 0;
        float: none;
        background: #ffffff; } }
    .modal-close:before, .modal-close:after {
      position: absolute;
      content: "";
      display: block;
      top: 19px;
      width: 40px;
      height: 2px;
      border-radius: 2px;
      background: #b5b5b5; }
      @media (max-width: 767px) {
        .modal-close:before, .modal-close:after {
          top: auto;
          left: 30px;
          width: 18px; } }
    .modal-close:after {
      transform: rotate(45deg); }
      @media (max-width: 767px) {
        .modal-close:after {
          top: auto;
          bottom: 13px;
          transform: rotate(45deg); } }
    .modal-close:before {
      transform: rotate(-45deg); }
      @media (max-width: 767px) {
        .modal-close:before {
          top: 13px;
          bottom: auto;
          transform: rotate(-45deg); } }
  .modal-inner {
    position: relative;
    background: #ffffff;
    margin: 150px auto;
    padding: 50px 60px;
    border-radius: 2px;
    z-index: 1; }
    @media (max-width: 767px) {
      .modal-inner {
        width: 100%;
        margin: 60px auto 0;
        padding: 0 0 20px 0;
        border-radius: 0; } }
  .modal-header {
    margin-bottom: 24px;
    margin-top: 0;
    color: #232323;
    object-fit: contain;
    font-family: GillSans-Semibold, sans-serif;
    font-style: normal;
    font-stretch: normal;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: normal;
    text-align: left; }
    @media (max-width: 767px) {
      .modal-header {
        margin-top: 10px;
        padding: 0 30px;
        line-height: 30px; } }
  .modal-text {
    margin-bottom: 0;
    color: #232323;
    font-family: GillSans-Light, sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: normal; }
    @media (max-width: 767px) {
      .modal-text {
        padding: 0 30px; } }
