@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap");
@font-face {
  font-family: "Hypatia Sans Pro";
  src: url("../fonts/HypatiaSansPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hypatia Sans Pro";
  src: url("../fonts/HypatiaSansPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-size: 18px;
  font-family: "Hypatia Sans Pro", sans-serif;
  color: #414F5C;
}

a,
button {
  outline: none;
}

h1,
h2 {
  margin-top: 0;
  text-transform: uppercase;
  color: #4D4D81;
  font-weight: bold;
  font-family: Montserrat;
}

h1 {
  font-size: 78px;
}

h2 {
  font-size: 50px;
  margin-bottom: 15px;
}

h5 {
  margin-top: 0;
  margin-bottom: 75px;
  font-size: 62px;
  font-weight: bold;
  color: #4D4D81;
  font-family: Montserrat;
}

h5 b {
  color: #F97173;
}

.purple {
  background-color: #4D4D81;
  color: white;
}

.purple.date p::after {
  background-color: #fff;
}

.uk-modal-dialog {
  padding: 30px;
}

header .content .button {
  color: #FFF;
  text-decoration: none;
}

.button {
  background-color: #F97173;
  border-radius: 200px;
  color: white;
  padding: 21px 50px;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.button:focus, .button:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (max-width: 1200px) {
  h1 {
    font-size: 54px;
  }
  h5{
    font-size: 50px;
  }
}


@media (max-width: 640px) {
  h2 {
    font-size: 40px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  h5 {
    font-size: 35px;
    margin-bottom: 35px;
  }
  .button {
    font-size: 18px;
  }
}

.menu {
  display: none;
  background-color: #4D4D81;
  padding-top: 40px;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.menu::after {
  height: 100vh;
  width: 100%;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.menu .uk-container {
  height: 100%;
}

.menu__close {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #4D4D81;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.menu__close::before, .menu__close::after {
  left: 7px;
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  background-color: #fff;
}

.menu__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu__close:hover, .menu__close:focus {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.menu__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 0;
  right: 20px;
}

.menu__contact a[href^="tel:"] {
  font-size: 20px;
  color: #F97173;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.menu__contact a[href^="tel:"]:hover, .menu__contact a[href^="tel:"]:focus {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.menu__contact a[href^="mailto:"] {
  font-size: 20px;
  font-weight: normal;
  color: white;
}

.menu__bottom {
  margin-top: auto;
  padding-bottom: 35px;
}

.menu__bottom .uk-flex{
  padding-bottom: 15px;
}

.menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu nav a {
  display: block;
  color: inherit;
  font-weight: bold;
  font-size: 24px;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  padding: 25px 10px;
  margin: 0;
}

.menu nav a:hover, .menu nav a:focus {
  color: #F97173;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .menu .uk-container {
    min-height: 100vh;
  }
}

@media (max-width: 960px) {
  .menu {
    padding-top: 15px;
  }
  .menu nav a {
    padding: 10px 10px;
    font-size: 18px;
  }
  .menu__contact {
    position: relative;
    text-align: center;
    width: 100%;
    right: 0;
  }
  .menu a {
    margin-left: 0;
  }
  .menu__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header {
  position: relative;
  overflow: hidden;
}

header > img {
  position: absolute;
  bottom: -50px;
  left: 40%;
  height: 80%;
  max-width: none;
  z-index: 0;
  transform: translateX(100%);
  -webkit-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-animation: show 1s 1;
          animation: show 1s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

header .header {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 15;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

header .header .uk-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header__toggle {
  position: relative;
  width: 71px;
  height: 71px;
  border: none;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  cursor: pointer;
  margin-right: auto;
}

header .header__toggle::after, header .header__toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: 30px;
  background-color: #878787;
  content: "";
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

header .header__toggle::before {
  -webkit-box-shadow: 0 10px 0 0 #878787, 0 -10px 0 0 #878787;
          box-shadow: 0 10px 0 0 #878787, 0 -10px 0 0 #878787;
}

header a {
  margin-left: auto;
  font-weight: 600;
  font-size: 30px;
  color: #4D4D81;
  text-decoration: none;
  font-family: Montserrat;
}

header a:hover, header a:focus {
  color: #4D4D81;
}

header .content {
  min-height: 100vh;
  box-sizing: border-box;
  position: relative;
  padding-top: 130px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-position: bottom right;
}

header .content::after {
  display: block;
  position: absolute;
  width: 647px;
  height: 483px;
  background-image: url(../img/stripes-purple-intro.svg);
  background-repeat: no-repeat;
  content: "";
  top: -50px;
  left: -350px;
}

header .content::before {
  position: absolute;
  width: 621px;
  height: 328px;
  background-image: url(../img/stripes-gray.svg);
  background-repeat: no-repeat;
  content: "";
  bottom: 0;
  z-index: -1;
  left: 0;
  -webkit-transform: translate(-70%, 50px);
      -ms-transform: translate(-70%, 50px);
          transform: translate(-70%, 50px);
}

header .content span {
  display: block;
  font-size: 20px;
  color: #606060;
  margin-bottom: 0;
}

header .content .button {
  min-width: 300px;
}

header .scroll {
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
}

header .scroll img {
  height: 60px;
  margin-top: 5px;
}
@media(max-width: 1300px) {
  header > img {
          height: 65%;
          bottom: 0;
      }
}
@media(max-width: 1250px) {
  header > img {
      left: auto;
      right: 0;
      height: 60%;
      }
  }


@media (max-width: 1005px) {
  header > img {
    opacity: 0.7;
    height: auto;
    left: 25%;
    height: 70%;
  }
  header .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header__toggle {
    height: 50px;
    width: 50px;
  }
  header .header__toggle::before {
    width: 25px;
  }
  header .header a {
    font-size: 18px;
  }
  header .header img {
    height: 50px;
  }
  header .content {
    padding-top: 100px;
    min-height: 100vh;
  }
  header .content::before, header .content::after {
    display: none;
  }
}

@media (max-width: 640px) {
  header .content {
    padding-top: 80px;
  }
  header .content span {
    margin-bottom: 10px;
    font-size: 18px;
  }
  header > img {
    width: 100%;
    height: auto;
    left: 0;
  }
}

.date {
  padding-top: 225px;
  position: relative;
  overflow: hidden;
}

.date .uk-container {
  padding-bottom: 225px;
}

.date:first-child::after {
  position: absolute;
  width: 110%;
  height: 235px;
  background-image: url(../img/wave-date.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  bottom: -1px;
  left: -10px;
}

.date:first-child::before {
  display: block;
  position: absolute;
  width: 791px;
  height: 623px;
  background-image: url(../img/stripes-white.svg);
  background-repeat: no-repeat;
  content: "";
  top: 0px;
  left: 50%;
  -webkit-transform: scale(1, -1) translate(50%, 55%);
      -ms-transform: scale(1, -1) translate(50%, 55%);
          transform: scale(1, -1) translate(50%, 55%);
}

.date:last-child {
  color: #4D4D81;
  padding-top: 115px;
}

.date:last-child img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.date:last-child p::after {
  background-color: #4D4D81;
}

.date:last-child .uk-container::after {
  display: block;
  position: absolute;
  width: 740px;
  height: 327px;
  background-image: url(../img/stripes-purple.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  bottom: 0px;
  left: 0;
  -webkit-transform: translate(-60%, 70px);
      -ms-transform: translate(-60%, 70px);
          transform: translate(-60%, 70px);
}

.date:last-child .uk-container {
  padding-bottom: 320px;
}

.date__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 110px;
  padding-top: 50px;
  font-family: Montserrat;
}

.date__number span:first-of-type {
  font-weight: bold;
  font-size: 250px;
  line-height: 165px;
  text-align: center;
}

.date__number span:last-of-type {
  font-weight: bold;
  font-size: 61px;
  text-align: center;
}

.date p {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-family: Montserrat;
}

.date p::after {
  content: "";
  height: 2px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.date a {
  font-weight: bold;
  font-size: 24px;
  color: #F97173;
  text-decoration: underline;
}

.date a:focus, .date a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .date:last-child img {
    max-height: 600px;
  }
}

@media (max-width: 960px) {
  .date {
    padding-top: 80px;
  }
  .date p {
    font-size: 24px;
  }
  .date__number span:first-of-type {
    font-size: 170px;
    line-height: 120px;
  }
  .date__number span:last-of-type {
    font-size: 40px;
  }
  .date:last-child {
    padding-top: 60px;
  }
  .date:last-child .uk-container::after {
    display: none;
  }
  .date:last-child img {
    max-height: 400px;
  }
  .date:first-child::after {
    height: 100px;
  }
}

@media (max-width: 640px) {
  .date {
    text-align: center;
  }
  .date p::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .date__number {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .date .uk-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 140px;
  }
}

.video {
  text-align: center;
  padding-top: 65px;
}

.video h2 {
  color: inherit;
  padding-left: 10px;
  padding-right: 10px;
}

.video span {
  display: block;
  font-size: 24px;
  margin-bottom: 45px;
}

.video__content {
  width: 100%;
}

@media (max-width: 960px) {
  .video {
    padding-top: 30px;
  }
  .video span {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .video span {
    font-size: 18px;
  }
}

.questions {
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.questions::after {
  position: absolute;
  height: 550px;
  width: 70%;
  left: 30%;
  content: "";
  background-image: url(../img/wave-questions.svg);
  background-size: 100% 100%;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.questions h2 {
  margin-bottom: 10px;
}

.questions p {
  color: #B6B6B6;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 95px;
}

.questions ul {
  padding-right: 85px;
}

.questions ul li {
  position: relative;
  margin-bottom: 100px;
}

.questions .uk-accordion-title {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  color: #414F5C;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding-left: 65px;
}

.questions .uk-accordion-title::after {
  height: 14px;
  width: 14px;
  background-color: #4D4D81;
  position: absolute;
  left: 15px;
  top: calc(50% - 7px);
  border-radius: 50%;
  content: "";
}

.questions .uk-accordion-title:hover,
.questions .uk-accordion-title:focus {
  opacity: 0.7;
}

.questions .uk-accordion-title::before {
  background-image: url(../img/arrow.svg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.questions .uk-open .uk-accordion-title::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.questions .uk-accordion-content {
  margin-top: 20px;
  padding: 22px 50px 15px 50px;
  -webkit-box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
          box-shadow: 0px 4px 20px rgba(205, 205, 205, 0.25);
}

.questions .uk-accordion-content p {
  font-size: 16px;
  text-align: justify;
  color: #000000;
}

.questions img {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  left: 50%;
}

@media (max-width: 960px) {
  .questions {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .questions::after {
    display: none;
  }
  .questions .uk-accordion {
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .questions {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .questions p {
    font-size: 18px;
    margin-bottom: 45px;
  }
  .questions .uk-accordion-title {
    font-size: 18px;
    padding-left: 30px;
  }
  .questions .uk-accordion-title::after {
    height: 8px;
    width: 8px;
    left: 10px;
  }
  .questions .uk-accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .questions ul li {
    margin-bottom: 50px;
  }
}

.logos {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F8F8F8;
  max-height: 180px;
}

.logos .uk-container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.logos .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
.logos .swiper-button-prev,
.logos .swiper-button-next{
  color: #4D4D81;
}
/* @media (max-width: 960px) {
  .logos .uk-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logos img {
    max-width: 20%;
  }
} */

@media (max-width: 640px) {
  .logos {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .logos .swiper-slide{
    width: 100%;
  }
  /* .logos .uk-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logos img {
    max-width: none;
    margin-bottom: 35px;
  } */
}

.image {
  padding-top: 155px;
  padding-bottom: 100px;
  text-align: center;
}
.image .swiper-button-prev,
.image .swiper-button-next{
  color: #4D4D81;
}

.image p {
  font-size: 24px;
  margin-bottom: 5px;
  color: #B6B6B6;
}

.image ul:not(.swiper-wrapper) {
  list-style: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.image ul li {
  padding-top: 70px;
  padding-bottom: 40px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
}

.image ul li .img__wrap {
  width: 360px;
  height: 360px;
  margin-bottom: 30px;
  border-radius: 50%;
  padding: 30px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE998), to(#F97173));
  background: -webkit-linear-gradient(top, #FFE998 0%, #F97173 100%);
  background: -o-linear-gradient(top, #FFE998 0%, #F97173 100%);
  background: linear-gradient(180deg, #FFE998 0%, #F97173 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.image ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 200px;
}

.image ul li span {
  display: block;
  margin-bottom: 15px;
  background: #4D4D81;
  border-radius: 50px;
  padding: 6px;
  min-width: 305px;
  font-weight: 600;
  color: white;
}

.image ul li a {
  position: relative;
  color: #4D4D81;
  text-decoration: underline;
  padding-left: 35px;
}

.image ul li a:hover, .image ul li a:focus {
  text-decoration: none;
}

.image ul li a:hover::before, .image ul li a:focus::before {
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}

.image ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  display: block;
  content: "";
  height: 25px;
  width: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE998), to(#F97173));
  background: -webkit-linear-gradient(top, #FFE998 0%, #F97173 100%);
  background: -o-linear-gradient(top, #FFE998 0%, #F97173 100%);
  background: linear-gradient(180deg, #FFE998 0%, #F97173 100%);
  border-radius: 50px;
}

@media (max-width: 960px) {
  .image {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image p {
    font-size: 18px;
  }
  .image ul li {
    padding-top: 35px;
    padding-bottom: 10px;
    font-size: 24px;
  }
  .image ul li span {
    min-width: 280px;
  }
  .image ul li .img__wrap {
    width: 280px;
    height: 280px;
  }
  .image ul{
    padding-left: 0;
  }
}

.feedback {
  position: relative;
  overflow: hidden;
}

.feedback::after {
  display: block;
  position: absolute;
  width: 752px;
  height: 570px;
  background-image: url(../img/stripes-white.svg);
  background-repeat: no-repeat;
  content: "";
  top: 0px;
  left: 50%;
  -webkit-transform: scale(-1, -1) translate(200%, 50%);
      -ms-transform: scale(-1, -1) translate(200%, 50%);
          transform: scale(-1, -1) translate(200%, 50%);
}

.feedback::before {
  display: block;
  position: absolute;
  width: 742px;
  height: 323px;
  background-image: url(../img/stripes-white.svg);
  background-repeat: no-repeat;
  content: "";
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(30%, 0%);
      -ms-transform: translate(30%, 0%);
          transform: translate(30%, 0%);
}

.feedback__wave {
  height: 310px;
  position: relative;
  overflow: hidden;
}

.feedback__wave:first-child::before {
  position: absolute;
  width: 110%;
  height: 140px;
  background-image: url(../img/wave-date.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  top: -4px;
  left: -10px;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.feedback__wave:last-child::before {
  position: absolute;
  width: 110%;
  height: 235px;
  background-image: url(../img/wave-form-b.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  bottom: -3px;
  left: -10px;
}

.feedback img {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-90%);
      -ms-transform: translateX(-90%);
          transform: translateX(-90%);
  height: 150%;
  max-width: none;
  z-index: 0;
}

.feedback__form {
  position: relative;
  margin-left: auto;
  padding-top: 80px;
}

.feedback__form > * {
  position: relative;
  z-index: 1;
}

.feedback__form h2 {
  color: inherit;
  margin-bottom: 45px;
}

.feedback__form p {
  color: #B6B6B6;
  margin-bottom: 85px;
  max-width: 420px;
}

.feedback__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 420px;
  padding-bottom: 160px;
}

.feedback__form span {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Montserrat;
}

.feedback__form input,
.feedback__form textarea {
  font-size: 16px;
  line-height: 25px;
  padding: 11px 20px;
  margin-bottom: 15px;
  color: #4D4D81;
  border-radius: 2px;
  border: 1px solid #4D4D81;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  transition: border .3s ease;
  outline: none;
  font-family: inherit;
}

.feedback__form textarea {
  height: 150px;
  resize: none;
}

.feedback__form input::-webkit-input-placeholder,
.feedback__form textarea::-webkit-input-placeholder {
  color: #4D4D81;
  font-size: 16px;
  line-height: 25px;
}

.feedback__form input:-ms-input-placeholder,
.feedback__form textarea:-ms-input-placeholder {
  color: #4D4D81;
  font-size: 16px;
  line-height: 25px;
}

.feedback__form input::-ms-input-placeholder,
.feedback__form textarea::-ms-input-placeholder {
  color: #4D4D81;
  font-size: 16px;
  line-height: 25px;
}

.feedback__form input::placeholder,
.feedback__form textarea::placeholder {
  color: #4D4D81;
  font-size: 16px;
  line-height: 25px;
}

.feedback__form input:focus,
.feedback__form textarea:focus,
.feedback__form input:hover,
.feedback__form textarea:hover {
  border-color: #F97173;
}

@media (max-width: 960px) {
  .feedback::before {
    height: 300px;
    -webkit-transform: translate(30%, 20%);
        -ms-transform: translate(30%, 20%);
            transform: translate(30%, 20%);
  }
  .feedback img {
    height: 100%;
    -webkit-transform: translate(-85%, 10%);
        -ms-transform: translate(-85%, 10%);
            transform: translate(-85%, 10%);
  }
  .feedback__wave {
    height: 120px;
  }
  .feedback__wave:last-child::before, .feedback__wave:first-child::before {
    height: 100%;
  }
  .feedback__form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .feedback__form p {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .feedback__form {
    padding-top: 40px;
    text-align: center;
  }
  .feedback__form p {
    max-width: none;
  }
  .feedback__form form {
    padding-top: 0;
    padding-bottom: 50px;
    margin: auto;
  }
}

.reviews {
  display: block;
  text-align: center;
  padding-top: 115px;
  font-size: 18px;
  color: #B6B6B6;
  position: relative;
  margin-bottom: 270px;
}

.reviews * {
  outline: none;
}

.reviews ul {
  list-style: none;
}

.reviews__slide {
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 910px;
  width: 80%;
}

.reviews__slider {
  margin-bottom: 190px;
  margin-top: 115px;
}

.reviews ul li b {
  font-weight: bold;
  font-size: 24px;
  color: #4D4D81;
  font-family: Montserrat;
}

.reviews ul li p {
  margin-top: 10px;
  color: #343434;
}

.reviews__photo {
  height: 220px;
  width: 220px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  margin-right: 50px;
}

.reviews__text {
  position: relative;
  padding-top: 90px;
}

.reviews__text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: url(/img/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 55px;
}

.reviews .swiper-wrapper {
  margin-bottom: 0;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.reviews .swiper-button-next {
  right: 37px;
}

.reviews .swiper-button-prev {
  left: 37px;
}

.reviews .swiper-button-next::after,
.reviews .swiper-button-prev::after {
  display: none;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  width: 85px;
  height: 85px;
  content: "";
  -webkit-box-shadow: 0px 8px 16px rgba(205, 237, 255, 0.4);
          box-shadow: 0px 8px 16px rgba(205, 237, 255, 0.4);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: .3 ease;
  -o-transition: .3 ease;
  transition: .3 ease;
}

.reviews .swiper-button-next svg,
.reviews .swiper-button-prev svg {
  fill: #4D4D81;
}

.reviews .swiper-button-next:hover,
.reviews .swiper-button-prev:hover,
.reviews .swiper-button-prev:focus,
.reviews .swiper-button-next:focus {
  background-color: #F97173;
}

.reviews .swiper-button-next:hover svg,
.reviews .swiper-button-prev:hover svg,
.reviews .swiper-button-prev:focus svg,
.reviews .swiper-button-next:focus svg {
  fill: white;
}

.reviews .swiper-button-disabled {
  opacity: .5;
}

.reviews .swiper-pagination {
  width: 100%;
  left: 0;
}

.reviews .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background: #F1F1F1;
  opacity: 1;
  margin-right: 30px;
}

.reviews .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.reviews .swiper-pagination-bullet-active {
  background-color: #F97173;
}

@media (max-width: 960px) {
  .reviews {
    margin-bottom: 100px;
  }
  .reviews__slider {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  .reviews {
    margin-bottom: 100px;
    padding-top: 30px;
  }
  .reviews .swiper-wrapper {
    padding-left: 0;
  }
  .reviews__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__photo {
    margin-right: 0;
  }
  .reviews__text {
    padding-top: 50px;
  }
  .reviews__text::before {
    top: -30px;
    left: 60%;
  }
}

footer {
  border-top: 1px solid #D1D1D1;
  padding-top: 35px;
  padding-bottom: 35px;
}

footer p,
.menu__bottom p {
  font-size: 16px;
  color: #AAAAAA;
  margin: 0;
}

footer img,
.menu__bottom img {
  margin-left: 20px;
  padding-bottom: 6px;
}

@media (max-width: 640px) {
  footer .uk-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
