.container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px
}

@media all and (min-width: 769px) {
  .container {
    padding:0
  }
}

.header {
  padding: 20px 0;
  border-bottom: 1px solid #D6D6D6;
  background: #fff;
  z-index: 9999;
  position: relative
}

.header__container {
  padding-left: 20px;
  padding-right: 20px
}

@media all and (min-width: 769px) {
  .header__container {
    display:flex;
    justify-content: space-between;
    align-items: center
  }
}

.header__logo {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #6000FF
}

.header__symbol {
  display: block;
  width: 50px;
  margin-right: 15px
}

.header__top {
  display: flex;
  justify-content: space-between
}

.header__open {
  display: block;
  width: 40px;
  cursor: pointer
}

@media all and (min-width: 769px) {
  .header__open {
    display:none
  }
}

.header__lang {
  width: 51px;
  height: 51px;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  text-decoration: none;
  font-family: Poppins;
  font-size: 16px;
  float: right;
  margin-left: 5px;
  color: #fff
}

@media all and (min-width: 769px) {
  .header__lang {
    color:#6000FF
  }
}

.header__lang--active {
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff
}

@media all and (min-width: 769px) {
  .header__lang--active {
    background:#6000FF;
    border: none
  }
}

.header__button {
  background: #6000FF;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  text-decoration: none;
  margin-left: 40px;
}

.header__button:hover {
  opacity: 0.8;
}

.header__button:active {
  opacity: 0.5;
}

.hero {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  width: 100%
}

@media all and (min-width: 992px) {
  .hero {
    padding:80px 20px
  }
}

@media all and (min-width: 1200px) {
  .hero {
    padding:80px 0
  }
}

.hero__container {
  padding: 0 25px
}

@media all and (min-width: 576px) {
  .hero__container {
    display:flex;
    justify-content: space-between;
    align-items: center
  }
}

.hero__title {
  color: #6000FF;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  max-width: 560px;
  line-height: 1.5
}

@media all and (min-width: 992px) {
  .hero__title {
    font-size:60px
  }
}

.hero__image {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px
}

@media all and (min-width: 576px) {
  .hero__image {
    width:450px;
    margin-top: 0
  }
}

.hero__shops {
  display: none
}

@media all and (min-width: 576px) {
  .hero__shops {
    display:block;
    margin-top: 40px
  }
}

@media all and (min-width: 992px) {
  .hero__shops {
    display:flex;
    justify-content: flex-start
  }
}

@media all and (min-width: 1200px) {
  .hero__shops {
    display:flex;
    justify-content: flex-start;
    margin-top: 40px
  }
}

.hero__mobile-shops {
  display: flex;
  justify-content: space-between;
  margin-top: 40px
}

@media all and (min-width: 576px) {
  .hero__mobile-shops {
    display:none
  }
}

.hero__shop {
  width: 49%;
  display: block
}

@media all and (min-width: 576px) {
  .hero__shop {
    width:227px;
    margin-bottom: 15px
  }
}

@media all and (min-width: 992px) {
  .hero__shop {
    width:227px;
    margin-right: 15px
  }
}

.hero__arrow {
  display: none
}

@media all and (min-width: 576px) {
  .hero__arrow {
    display:block;
    margin-top: 40px
  }
}

.hero__circle-1 {
  display: none;
  width: 65px;
  height: 65px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute;
  top: 70px;
  left: 50%
}

@media all and (min-width: 576px) {
  .hero__circle-1 {
    display:block;
    top: 20px
  }
}

@media all and (min-width: 1200px) {
  .hero__circle-1 {
    top:70px
  }
}

.hero__circle-2 {
  display: none;
  width: 143px;
  height: 143px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px
}

@media all and (min-width: 576px) {
  .hero__circle-2 {
    display:block;
    top: unset;
    bottom: -60px
  }
}

.choose {
  position: relative;
  z-index: 8888;
  background: #F9F9F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

@media all and (min-width: 576px) {
  .choose__container {
    display:flex;
    justify-content: space-between
  }
}

.choose__block {
  padding: 30px 0
}

@media all and (min-width: 576px) {
  .choose__block {
    width:50%
  }
}

@media all and (min-width: 576px) {
  .choose__block {
    padding:60px 0;
    display: flex;
    justify-content: center
  }
}

@media all and (min-width: 576px) {
  .choose__block:first-child {
    padding-right:20px
  }

  .choose__block:last-child {
    padding-left: 20px
  }
}

@media all and (min-width: 576px) {
  .choose__block-inside {
    width:100%
  }
}

.choose__block:first-child {
  border-bottom: 1px solid #D6D6D6
}

@media all and (min-width: 576px) {
  .choose__block:first-child {
    border-bottom:none;
    border-right: 1px solid #D6D6D6
  }
}

.choose__title {
  color: #323334;
  font-size: 22px;
  line-height: 37px;
  text-align: center;
  margin: 0 0 20px 0;
  font-weight: normal
}

.button {
  display: block;
  text-align: center;
  background-color: #6000FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px
}

.button:hover {
  background-color: #701aff
}

.button:active {
  background-color: #8033ff
}

.section {
  position: relative;
  overflow-x: hidden
}

.section__image {
  width: 200px;
  margin: 0 auto;
  margin-top: 40px;
  display: block
}

@media all and (min-width: 576px) {
  .section__image {
    width:275px;
    margin-top: 0
  }
}

@media all and (min-width: 576px) {
  .section__half {
    width:50%
  }
}

.section__container {
  padding: 60px 10px
}

@media all and (min-width: 576px) {
  .section__container {
    padding:130px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

@media all and (min-width: 576px) {
  .section__container--reverse {
    flex-flow:row-reverse
  }
}

@media all and (min-width: 1200px) {
  .section__container {
    padding:130px 0
  }
}

.section__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  color: #6000FF;
  margin: 0 0 20px 0
}

@media all and (min-width: 1200px) {
  .section__title {
    font-size:60px
  }
}

.section__dots {
  display: block;
  margin: 0 0 30px 0
}

.section__dots--center {
  margin: 0 auto 30px auto
}

.section__text {
  font-size: 22px;
  color: #000;
  line-height: 34px;
  margin: 0
}

.section__circle-1 {
  display: none;
  width: 253px;
  height: 253px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute;
  top: 70px;
  left: -160px
}

@media all and (min-width: 576px) {
  .section__circle-1 {
    display:block;
    top: 20px
  }
}

@media all and (min-width: 1200px) {
  .section__circle-1 {
    top:70px;
    left: -140px
  }
}

.section__circle-2 {
  display: none;
  width: 65px;
  height: 65px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  right: 80px
}

@media all and (min-width: 576px) {
  .section__circle-2 {
    display:block
  }
}

@media all and (min-width: 1200px) {
  .section__circle-2 {
    top:120px;
    right: 120px
  }
}

.section__circle-3 {
  display: none;
  width: 142px;
  height: 142px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute
}

@media all and (min-width: 576px) {
  .section__circle-3 {
    display:block;
    top: 120px;
    left: 0
  }
}

@media all and (min-width: 1200px) {
  .section__circle-3 {
    top:120px;
    right: 120px
  }
}

.section__circle-4 {
  display: none;
  width: 230px;
  height: 230px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute
}

@media all and (min-width: 576px) {
  .section__circle-4 {
    display:block;
    top: 120px;
    right: 0
  }
}

@media all and (min-width: 1200px) {
  .section__circle-4 {
    top:120px;
    right: -130px
  }
}

.section__circle-5 {
  display: none;
  width: 154px;
  height: 154px;
  border: 3px solid #EDEDED;
  border-radius: 50%;
  position: absolute
}

@media all and (min-width: 576px) {
  .section__circle-5 {
    display:block;
    top: 120px;
    right: -70px
  }
}

@media all and (min-width: 1200px) {
  .section__circle-5 {
    top:0;
    right: 50%
  }
}

.section__button {
  margin-top: 40px
}

.menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: auto
}

@media all and (min-width: 769px) {
  .menu {
    display:flex
  }
}

.menu__item {
  margin: 0;
  padding: 0
}

.menu__link {
  color: #323334;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  padding: 0 0 0 20px
}

.menu__link:hover {
  text-decoration: none;
  color: #6000FF
}

.menu__link:active {
  text-decoration: none;
  color: #8033ff
}

.menu__mobile {
  background: #6000FF;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.menu__mobile-top {
  display: flex;
  justify-content: space-between;
  padding: 30px
}

.menu__mobile-logo {
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff
}

.menu__mobile-symbol {
  display: block;
  width: 50px;
  margin-right: 15px
}

.menu__mobile-x {
  display: block;
  width: 40px;
  cursor: pointer
}

.menu__mobile-items {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
  margin-left: auto
}

.menu__mobile-item {
  margin: 0;
  padding: 0
}

.menu__mobile-link {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  padding: 0;
  text-align: center
}

.menu__mobile-link:hover {
  text-decoration: none;
  color: #6000FF
}

.menu__mobile-link:active {
  text-decoration: none;
  color: #8033ff
}

.box {
  position: relative;
  overflow: hidden
}

.box__container {
  padding: 0 10px
}

@media all and (min-width: 576px) {
  .box__container {
    padding:0 20px;
    display: flex;
    justify-content: space-between
  }
}

@media all and (min-width: 1200px) {
  .box__container {
    padding:0
  }
}

.box__box {
  position: relative;
  padding: 60px 30px;
  margin-bottom: 10px;
  background: #6000FF;
  border-radius: 20px
}

@media all and (min-width: 576px) {
  .box__box {
    width:49%;
    margin-bottom: 0
  }
}

@media all and (min-width: 1200px) {
  .box__box {
    padding:90px 100px
  }
}

.box__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #FF9A69;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

@media all and (min-width: 576px) {
  .box__icon {
    width:80px;
    height: 80px
  }
}

.box__icon-image {
  display: block;
  width: 26px
}

@media all and (min-width: 576px) {
  .box__icon-image {
    width:50px
  }
}

.box__title {
  margin: 45px 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: 700px
}

.box__text {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff
}

.box__circle-1 {
  z-index: 9999;
  width: 142px;
  height: 142px;
  border: 3px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: -30px
}

@media all and (min-width: 576px) {
  .box__circle-1 {
    top:-40px;
    left: -30px
  }
}

.box__circle-2 {
  z-index: 9999;
  width: 252px;
  height: 252px;
  border: 3px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -130px;
  left: -50px;
  margin-left: -126px
}

@media all and (min-width: 576px) {
  .box__circle-2 {
    top:-45px;
    left: 50%;
    margin: 0;
    margin-left: -126px
  }
}

.box__circle-3 {
  z-index: 9999;
  width: 142px;
  height: 142px;
  border: 3px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: 90px
}

@media all and (min-width: 576px) {
  .box__circle-3 {
    bottom:-20px;
    left: 50%;
    margin-left: -30px
  }
}

.footer {
  background-color: #6000FF;
  border-radius: 20px 20px 0 0;
  padding: 70px 10px
}

@media all and (min-width: 769px) {
  .footer {
    padding:70px 30px
  }
}

@media all and (min-width: 1200px) {
  .footer {
    padding:70px 0;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media all and (min-width: 1200px) {
  .footer__half {
    width:50%
  }
}

.footer__title {
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px 0;
  font-weight: 700
}

@media all and (min-width: 576px) {
  .footer__form {
    display:flex
  }
}

.footer__field {
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  background-color: #6000FF;
  padding: 20px;
  font-size: 16px;
  outline: none;
  color: #fff;
  width: 100%
}

@media all and (min-width: 576px) {
  .footer__field {
    flex:1
  }
}

.footer__field:focus {
  border-color: #fff
}

.footer__button {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 70px;
  background-color: #6000FF;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin-top: 10px
}

@media all and (min-width: 576px) {
  .footer__button {
    margin-left:20px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    width: 200px
  }
}

.footer__button:hover {
  background-color: #fff;
  color: #6000FF
}

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.4);
  padding-top: 50px;
  padding-bottom: 0px;
  color: #fff;
  margin-top: 40px;
  font-size: 16px
}

@media all and (min-width: 576px) {
  .footer__bottom {
    display:flex;
    justify-content: space-between
  }
}

.footer__social {
  display: none;
  margin-top: 20px
}

@media all and (min-width: 576px) {
  .footer__social {
    display:flex
  }
}

@media all and (min-width: 1200px) {
  .footer__social {
    justify-content:flex-end
  }
}

.footer__social-link:not(:last-child) {
  margin-right: 25px
}

.footer__social-link:hover {
  opacity: 0.9
}

.footer__social-link:active {
  opacity: 0.8
}

.footer__social-icon {
  display: block;
  width: 35px
}

.footer__mobile-social {
  display: flex;
  border-top: 1px solid rgba(255,255,255,0.4);
  padding-top: 30px;
  margin-top: 0
}

@media all and (min-width: 576px) {
  .footer__mobile-social {
    display:none
  }
}

@media all and (min-width: 1200px) {
  .footer__mobile-social {
    justify-content:flex-end
  }
}

.footer__mobile-social-link:not(:last-child) {
  margin-right: 25px
}

.footer__mobile-social-link:hover {
  opacity: 0.9
}

.footer__mobile-social-link:active {
  opacity: 0.8
}

.footer__mobile-social-icon {
  display: block;
  width: 35px
}

.footer__mobile-copy {
  display: block;
  color: #fff;
  margin-top: 20px
}

@media all and (min-width: 576px) {
  .footer__mobile-copy {
    display:none
  }
}

.footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 70%
}

@media all and (min-width: 576px) {
  .footer__menu {
    display:flex;
    justify-content: flex-end;
    flex-wrap: wrap
  }
}

.footer__menu-dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  margin: 10px 0
}

@media all and (min-width: 576px) {
  .footer__menu-dot {
    margin:10px 20px
  }
}

.footer__menu-item {
  margin: 0;
  padding: 0
}

.footer__menu-item:last-child {
  padding-right: 0
}

.footer__menu-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap
}

.footer__menu-link:hover {
  text-decoration: none;
  border-bottom-color: #fff
}

.footer__menu-link:active {
  color: rgba(255,255,255,0.8);
  border-bottom-color: rgba(255,255,255,0.8)
}

@media all and (min-width: 769px) {
  .footer__top {
    display:flex;
    justify-content: space-between;
    align-items: flex-end
  }
}

.footer__copy {
  display: none
}

@media all and (min-width: 576px) {
  .footer__copy {
    display:block
  }
}

::-moz-placeholder {
  color: #fff;
  opacity: 1
}

:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}

::placeholder {
  color: #fff;
  opacity: 1
}

.slider {
  position: relative;
  height: auto
}

.slider::after {
  display: block;
  content: "";
  clear: both
}

@media all and (min-width: 992px) {
  .slider {
    height:730px
  }
}

@media all and (min-width: 992px) {
  .slider {
    height:850px
  }
}

.slider__inside {
  width: 90%;
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
  z-index: 9999
}

.slider__inside::after {
  display: block;
  content: "";
  clear: both
}

.slider__desktop-bg {
  display: block;
  background: #6000ff
}

@media all and (min-width: 992px) {
  .slider__desktop-bg {
    background:none
  }
}

.slider__bg {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 8888;
  width: 1130px;
  height: 650px;
  background: #6000ff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px
}

@media all and (min-width: 992px) {
  .slider__bg {
    display:block
  }
}

.slider__screen {
  margin-top: 50px;
  max-width: 100%
}

@media all and (min-width: 1200px) {
  .slider__screen {
    max-width:none;
    margin-top: 150px
  }
}

@media all and (min-width: 769px) {
  .slider__left {
    width:50%;
    float: left
  }
}

@media all and (min-width: 992px) {
  .slider__left {
    max-width:500px;
    float: left
  }
}

@media all and (min-width: 992px) {
  .slider__right {
    max-width:450px;
    float: right
  }
}

.slider__smalltitle {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 26px
}

.slider__h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 30px;
  font-weight: bold;
  line-height: 48px;
  margin: 15px 0 40px 0
}

@media all and (min-width: 576px) {
  .slider__h3 {
    font-size:40px
  }
}

.slider__text {
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  line-height: 28px
}

@media all and (min-width: 1200px) {
  .slider__text {
    width:510px;
    height: 84px
  }
}

.slider__dots {
  margin-bottom: 40px
}

.slider__dots::after {
  display: block;
  content: "";
  clear: both
}

.slider__dot {
  height: 7px;
  width: 7px;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  opacity: 0.4
}

.slider__top::after {
  display: block;
  content: "";
  clear: both
}

.slider__nr {
  line-height: 51px;
  border-radius: 50%;
  text-decoration: none;
  font-family: Poppins;
  color: #fff;
  font-size: 16px;
  float: left;
  margin-right: 60px;
  font-weight: bold;
  opacity: 0.4;
  margin-top: 30px
}

@media all and (min-width: 992px) {
  .slider__nr {
    margin-top:90px
  }
}

.slider__nr--active {
  opacity: 1
}

.slider__arrow {
  border-radius: 50%;
  background-color: #F18C73;
  float: right;
  height: 110px;
  width: 110px;
  position: absolute;
  right: 0;
  top: -50px
}

@media all and (min-width: 992px) {
  .slider__arrow {
    position:relative;
    height: 220px;
    width: 220px
  }
}

.slider__arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -7px
}

.modal {
  position: fixed;
  display: none;
  top: 30px;
  width: 100%;
  background-color: #eee;
  border-radius: 20px;
  box-shadow: 6px 6px 0px rgba(96,0,255,0.8);
  padding: 40px;
  z-index: 99999
}

@media all and (min-width: 769px) {
  .modal {
    width:600px;
    top: 100px;
    left: 50%;
    margin-left: -300px
  }
}

.modal__close {
  position: absolute;
  top: -20px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 3px 3px 0px rgba(0,0,0,0.2)
}

@media all and (min-width: 769px) {
  .modal__close {
    top:-40px;
    left: -40px
  }
}

.modal__close:hover {
  opacity: 0.9
}

.modal__close:active {
  opacity: 0.6
}

.modal p:first-child {
  margin-top: 0
}

.modal p:last-child {
  margin-bottom: 0
}

@media all and (min-width: 769px) {
  .modal__form {
    display:flex;
    justify-content: space-between
  }
}

.modal__field {
  border: 2px solid #6000FF;
  border-radius: 4px;
  outline: none;
  padding: 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  margin-right: 10px
}

@media all and (min-width: 769px) {
  .modal__field {
    flex:1;
    margin-bottom: 0
  }
}

.modal__button {
  background-color: #6000FF;
  border: 2px solid #6000FF;
  padding: 10px 15px;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  width: 100%
}

@media all and (min-width: 769px) {
  .modal__button {
    flex:1;
    width: auto
  }
}

.modal__button:hover {
  background-color: #fff;
  color: #6000FF
}

.modal__button:active {
  background-color: #fff;
  color: #6000FF;
  opacity: 0.7
}

* {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden
}

.mt-200 {
  margin-top: 200px
}

.mb-200 {
  margin-bottom: 200px
}

.text-center {
  text-align: center
}

.hidden {
  display: none
}

.screen__bigger {
  transform: scale(1.05);
  transition: 0.5s
}

*:focus {
  outline: none;
}

.header {
  width: 100%;
}

.header__container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #FFFFFF;
}

.menu__mobile {
  background-color: #FFFFFF;
}

.menu__mobile .divider {
  height: 2px;
  background-color: #eaeaea;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
}

.menu__mobile .menu__social a {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.menu__mobile .menu__social {
  text-align: center;
  margin-top: 40px;
}

.menu__mobile-logo {
  color: #6000FF;
}

.menu__mobile-link {
  color: #323334;
  line-height: 2.5;
}

#lang_list, #lang_mobile_list {
  display: none;
  position: absolute;
}

#lang_list {
  width: 110px;
  margin-top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

#lang_mobile_list {
  position: relative;
  width: 100px;
  margin: 0 auto;
  background-color: #eaeaea;
}

.coolBeans, .coolBeans2 {
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.5s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

.coolBeans::after, .coolBeans2::after {
  background-color: #FF9A69;
  border-radius: 8rem;
  content: '';
  display: block;
  height: 150%;
  width: 150%;
  position: absolute;
  left: -20px;
  top: -20px;
  transform: translate(-100%, 0) rotate(8deg);
  transform-origin: top left;
  transition: 0.5s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after, .coolBeans2:hover::after {
  transform: translate(0, 0);
}

.coolBeans:hover {
  border: 0;
  color: #6000FF;
  will-change: transform;
}

.coolBeans2:hover {
}

footer {
  z-index: 20;
}

h1, h2, h3, h4, h5 {
  z-index: 10;
  position: relative;
}

.menu__link {
  padding-left: 40px;
}

@media screen and (max-width: 769px) {
  ul.menu, .header__lang {
    display: none !important;
  }
}

.active-link {
  color: #6000FF;
  font-weight: 600;
}

.col-4 {
  width: 33.33%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
}

.review-container {
  overflow: hidden;
}

.review-container .col-4  {
  padding: 10px;
}

.review-box {
  background-color: #F9F9F9;
  padding: 50px 30px;
  text-align: center;
}

img.review {
  width: 75px;
}

p.review-name {
  font-size: 22px;
  line-height: 37px;
  margin: 0;
  margin-top: 10px;
}

p.review-title {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  opacity: 0.6;
  margin-top: 12px;
}

p.review-text {
  margin-top: 30px;
}

.arrow-side {
  width: 30px;
  top: 20px;
  position: absolute;
  right: 0;
}

/*
.omanikule-1 {
    text-align: center;
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.omanikule-1 h2 {
    font-size: 60px;
    line-height: 80px;
    color: #6000FF;
    margin-bottom: 0;
}

.omanikule-1 p {
    font-size: 22px;
    line-height: 37px;
    margin-top: 0;
}

.omanikule-2 h1 {
    font-size: 60px;
    line-height: 80px;
    color: #6000FF;
    text-align: center;
    padding-bottom: 80px;
}

.omanikule-3 {
    overflow: hidden;
}

.omanikule-6 {
    margin-top: 140px;
    background-color: #6000FF;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden;
}

.omanikule-6 h1 {
    text-align: center;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 80px;
}

.omanikule-6 .col-3 {
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
}

.omanikule-6 .col-3 .icon-img {
    width: 80px;
}

.omanikule-7 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.omanikule-7 h1 {
    color: #6000FF;
    font-size: 60px;
    text-align: center;
}

.omanikule-8 {
    margin-top: 150px;
    padding-bottom: 130px;
}

.omanikule-8 .col-6 h1 {
    font-size: 60px;
    color: #6000FF;
}

.omanikule-8 .col-6.content {
    padding-right: 80px;
}

.omanikule-8 .purple-button {
    width: 100%;
    display: table;
    text-align: center;
    line-height: 60px;
    background-color: #6000FF;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 40px;
    border-radius: 5px;
}

.omanikule-8 .container {
    padding-bottom: 0 !important;
}

.omanikule-left-purple {
    width: 49%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #6000FF;
    overflow: hidden;
    padding: 180px 160px 180px 70px;
    color: #FFFFFF;
    float: left;
    vertical-align: top;
    position: relative;
}

.omanikule-right-illustration {
    width: 49%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.omanikule-right-illustration img {
    position: relative;
    overflow: hidden;
    top: 100px;
    left: 20%;
}

.omanikule-right-purple {
    width: 49%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #6000FF;
    overflow: hidden;
    padding: 180px 160px 180px 70px;
    color: #FFFFFF;
    float: right;
    vertical-align: top;
    position: relative;
}

.omanikule-left-illustration {
    width: 49%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.omanikule-left-illustration img {
    position: relative;
    overflow: hidden;
    top: 100px;
    left: 20%;
}

.omanikule-5 {
    margin-top: 150px;
}

.omanikule-5 h1 {
    font-size: 60px;
    color: #6000FF;
}
*/

.header__movie-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.header__slider {
  height: auto;
  position: relative;
}

video {
  outline: none;
}

input {
  -webkit-appearance: none;
}

.kontakt-1 {
  margin-bottom: 150px;
}

.kontakt-1 .col-6.box-left {
  padding-top: 30px;
}

.icon-list-2 {
  font-size: 22px;
  margin-top: 40px;
}

.icon-list-2 img {
  vertical-align: middle;
  margin-right: 30px;
}

.icon-list-1 .icon-1 img {
  width: 35px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 20px;
}

.icon-list-1 {
  color: #FFFFFF;
  font-size: 22px;
  margin-top: 20px;
}

.contact-row a, .contact-check span a {
  color: #FFFFFF;
  text-decoration: underline;
}

.contact-info {
  margin-bottom: 18px;
}

.contact-row p {
  display: inline;
  color: #FFFFFF;
  font-weight: 100;
}

.contact-row img {
  vertical-align: middle;
  margin-right: 14px;
}

.contact-form {
  margin-top: 39px;
  color: #FFFFFF;
}

.contact-form input[type="email"], .contact-form textarea {
  border: 1px solid rgba(255,255,255,0.4);
  border-radius: 5px;
  background-color: #6000FF;
  padding: 20px;
  font-size: 16px;
  outline: none;
  color: #fff;
  width: 300px;
  resize: none;
}

.contact-form input[type="email"]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  opacity: 0.5;
}

.contact-form input[type="email"]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.contact-form input[type="email"]::placeholder, .contact-form textarea::placeholder {
  opacity: 0.5;
}

.contact-form textarea {
  width: 100%;
  margin-top: 15px;
  height: 130px;
}

.contact-check {
  position: relative;
  margin-top: 5px;
  height: 30px;
}

.accept-privacy {
  margin-left: 50px;
  line-height: 30px;
}

.contact-form input[type="submit"] {
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: 20px 70px;
  background-color: #6000FF;
  color: #fff;
  outline: none;
  cursor: pointer;
  width: 100%;
  margin-top: 25px;
}

.contact-form input[type="submit"]:hover {
  background-color: #fff;
  color: #6000FF;
}

.cbx {
  perspective: 20;
  position: absolute;
  border: 1px solid rgba(255,255,255,0.4);
  background: none;
  border-radius: 4px;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
}

.flip {
  display: block;
  transition: all 0.2s ease;
  transform-style: preserve-3d;
  position: relative;
  width: 30px;
  height: 30px;
}

#cbx {
  display: none;
}

#cbx:checked + .cbx {
  border: 1px solid rgba(255,255,255,0.4);
}

#cbx:checked + .cbx .flip {
  transform: rotateY(180deg);
}

.front,
.back {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
}

.front {
  background: none;
  z-index: 1;
}

.back {
  transform: rotateY(180deg);
  background: none;
  text-align: center;
  color: #fff;
  line-height: 30px;
  box-shadow: 0 0 0 1px #0b76ef;
}

.back svg {
  margin-top: 8px;
  fill: none;
}

.back svg path {
  stroke: #fff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mb-100 {
  margin-bottom: 100px;
}

.meist-hero {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0;
}

.kontakt-hero {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0;
}

.illustration-5 {
  width: 60%;
  position: absolute;
  top: 150px;
  left: 150px;
}

.illustration-6 {
  position: absolute;
  left: 150px;
  top: 30px;
  width: 286px;
}

.illustration-7 {
  width: 60%;
  position: absolute;
  top: 150px;
  left: 150px;
}

.illustration-8 {
  width: 45%;
  position: absolute;
  top: 150px;
  left: 30%;
}

.logo-row {
  margin-top: 50px;
  display: block;
}

.team-slider h1 {
  margin-bottom: 50px;
}

.team-element, .logo-element {
  width: 32%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

.logo-container {
  margin-top: 50px;
}

.team-element {
  margin-top: 50px;
  height: 250px;
}

.team-img img {
  width: 150px;
}

.logo-element img {
  max-height: 100px;
  max-width: 50%;
  opacity: 0.5;
}

.team-name {
  font-size: 22px;
  line-height: 32px;
}

.team-title {
  font-size: 16px;
  line-height: 0;
  opacity: 0.6;
}

p {
  line-height: 28px;
}

.blue-box {
  background-color: #6000FF;
  width: 100%;
  position: relative;
  padding: 10px;
  height: 150px;
  border-radius: 20px;
}

.icon-container {
  width: 130px;
  height: 100%;
  display: inline-block;
  text-align: center;
}

.icon-container img {
  width: 70px;
  margin-top: 30px;
}

.text-container {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
  position: relative;
}

.text-container p {
  margin-top: 50px;
}

.overflow-h {
  overflow: hidden;
}

.box-row {
  margin-top: 20px;
}

.col-6 {
  width: 49.5%;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.hide-desktop {
  display: none;
}

.my_section {
  position: relative;
}

.box-left {
  background-color: #6000FF;
  padding-top: 113px;
  padding-left: 70px;
  padding-bottom: 113px;
  padding-right: 90px;
  box-sizing: border-box;
  border-bottom-right-radius: 20px;
}

.box-right {
  text-align: center;
  padding-top: 97px;
}

.box-left h1 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 80px;
}

.box-left .arrow-down {
  margin-top: 59px;
}

.box-left .arrow-down-2 {
  margin-top: 89px;
}

.app-element {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #FFFFFF;
  padding: 8px 32px;
  border-radius: 5px;
  width: 227px;
  height: 60px;
  position: relative;
  margin-right: 20px;
  margin-top: 5px;
}

.app-element-2 {
  margin-right: 10px;
  border-radius: 10px;
  background-color: #6000FF;
  width: 227px;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.app-element-2 img, .app-element img {
  margin: 0;
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.app-element img {
  width: 60%;
}

.app-container {
  position: absolute;
  right: 25px;
  top: 25px;
}

.mangijale-2 {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  color: #6000FF;
}

.mangijale-2 h1 {
  font-size: 60px;
  line-height: 80px;
}

.mangijale-3 {
  min-height: 500px;
  padding: 50px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.mangijale-4 {
  margin-top: 150px;
  position: relative;
  color: #FFFFFF;
  min-height: 700px;
  padding-top: 150px;
  overflow: hidden;
}

.mangijale-4 h1 {
  font-size: 60px;
  line-height: 80px;
  margin: 0;
}

.mangijale-hero-background {
  position: absolute;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #6000FF;
  width: 90%;
  min-height: 700px;
}

.mangijale-5 {
  margin-top: 100px;
  margin-bottom: 60px;
  text-align: center;
  color: #6000FF;
}

.mangijale-5 h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 80px;
}

.video-example {
  width: 100%;
  height: auto;
  position: relative;
}

.meist-3 {
  min-height: 500px;
  padding: 50px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.purple-border-left {
  position: absolute;
  width: 10px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #6000FF;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.purple-border-right {
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #6000FF;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

h3.purple {
  margin-bottom: 20px;
}

.purple {
  color: #6000FF;
}

.gray-heading {
  color: #323334;
  font-size: 30px;
}

.ls {
  letter-spacing: 3px;
}

.tiny-balls {
  margin-top: 30px;
  margin-bottom: 30px;
}

.light-circle {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid #EDEDED;
}

.circle-63px {
  height: 63px;
  width: 63px;
  border-radius: 32px;
}

.circle-65px {
  height: 65px;
  width: 65px;
  border-radius: 34px;
}

.circle-142px {
  height: 142px;
  width: 142px;
  border-radius: 75px;
}

.circle-157px {
  height: 157px;
  width: 157px;
  border-radius: 80px;
}

.circle-152px {
  height: 152px;
  width: 152px;
  border-radius: 80px;
}

.circle-253px {
  height: 253px;
  width: 253px;
  border-radius: 128px;
}

.circle-143px {
  height: 143px;
  width: 143px;
  border-radius: 72px;
}

.circle-152px {
  height: 152px;
  width: 152px;
  border-radius: 76px;
}

.circle-1 {
  position: absolute;
  box-sizing: border-box;
  right: 92px;
  top: 60px;
  height: 65px;
  width: 65px;
  border: 3px solid #EDEDED;
  border-radius: 34px;
}

.circle-mangijale-2 {
  bottom: -50px;
  left: -110px;
  z-index: -1;
}

.circle-mangijale-3 {
  left: 13%;
  top: 20px;
}

.circle-mangijale-4 {
  right: -80px;
  top: -120px;
  z-index: 2;
}

.circle-mangijale-5 {
  right: 50px;
  bottom: -100px;
  z-index: 2;
}

.circle-mangijale-6 {
  left: -40px;
  top: -200px;
  z-index: 2;
}

.circle-mangijale-7 {
  left: -100px;
  top: 80px;
  z-index: 2;
  opacity: 0.2;
}

.circle-mangijale-8 {
  left: 35%;
  top: -150px;
  z-index: 2;
  opacity: 0.2;
}

.circle-mangijale-9 {
  right: 580px;
  bottom: -100px;
  z-index: 2;
  opacity: 0.2;
}

/*
.circle-omanikule-1 {
    left: 30px;
    top: 46px;
}

.circle-omanikule-2 {
    right: -110px;
    top: 550px;
}

.circle-omanikule-3 {
    left: -80px;
    top: -60px;
}

.circle-omanikule-4 {
    right: 300px;
    bottom: 0px;
}

.circle-omanikule-5 {
    right: -70px;
    top: -70px;
    opacity: 0.2;
}

.circle-omanikule-6 {
    left: 24px;
    top: 64px;
    opacity: 0.2;
}

.circle-omanikule-7 {
    right: -140px;
    bottom: -130px;
    opacity: 0.2;
}

.circle-omanikule-8 {
    left: -140px;
    top: -130px;
    opacity: 0.2;
}

.circle-omanikule-9 {
    bottom: 50px;
    left: 50px;
    opacity: 0.2;
}

.circle-omanikule-10 {
    right: -100px;
    top: 200px;
    opacity: 0.2;
}

.circle-omanikule-11 {
    top: -150px;
    left: 100px;
}

.circle-omanikule-12 {
    bottom: -50px;
    right: 0px;
}

.circle-omanikule-13 {
    top: -60px;
    opacity: 0.2;
    left: 150px;
}

.circle-omanikule-14 {
    bottom: 50px;
    opacity: 0.2;
    left: 50px;
}

.circle-omanikule-15 {
    bottom: -120px;
    opacity: 0.2;
    right: -80px;
}
*/

.circle-meist-1 {
  right: -120px;
  top: 40px;
}

.circle-meist-2 {
  left: -90px;
  top: 460px;
  z-index: -1;
}

.circle-meist-3 {
  right: -50px;
  top: 0px;
}

.circle-meist-4 {
  left: -80px;
  top: -80px;
  opacity: 0.2;
}

.circle-meist-5 {
  left: 60%;
  top: 90px;
  opacity: 0.2;
}

.circle-meist-6 {
  left: 80%;
  bottom: 90px;
  opacity: 0.2;
}

.circle-meist-7 {
  right:  30px;
  top: -40px;
}

.circle-meist-8 {
  left:  -120px;
  top: -80px;
  z-index: 0;
}

.circle-meist-9 {
  right:  150px;
  top: 100px;
}

.illustration-2 {
  position: absolute;
  right: 0;
  top: -60px;
}

.illustration-3-1, .illustration-3-2 {
  position: absolute;
  top: -60px;
}

.illustration-4 {
  position: absolute;
  right: 0;
  top: -90px;
}

.iphone-illustration {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 80px;
}

.white {
  color: #FFFFFF;
}

.pr-10 {
  padding-right: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.team-slider {
  width: 100%;
  background-color: #6000FF;
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 115px;
  margin-top: 120px;
  overflow: hidden;
  position: relative;
}

.team-slider h1 {
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}

.meist-1 {
  margin-top: 150px;
  position: relative;
}

.meist-col-1, .meist-col-2 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.meist-col-2 {
  padding-left: 30px;
  padding-right: 150px;
  position: relative;
}

.meist-col-1 img {
  width: 100%;
}

.meist-2 {
  margin-top: 150px;
  margin-bottom: 140px;
  text-align: center;
}

.meist-2 h1 {
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 30px;
  color: #6000FF;
}

.meist-2 p {
  margin-top: 40px;
}

.app-container-first {
  display: block;
}

.app-container-second {
  display: none;
}

.illustration-3-2 {
  display: none;
}

.illustration-9-1 {
  display: none;
}

.illustration-9 {
  position: absolute;
  z-index: -1;
}

.iphone-2 {
  display: none;
}

.logo-element {
  height: 120px;
  line-height: 120px;
}

.tiim-pic {
  display: none;
}

/*
.omanikule-left-illustration-2 {
    display: none;
}*/

/* RESPONSIVE */

@media screen and (max-width: 1200px) {
  .icon-list-2 {
    margin-top: 20px;
  }

  .illustration-9 {
    display: none;
  }

  .illustration-9-1 {
    position: relative;
    display: block;
    z-index: -1;
  }

  /*
    .omanikule-8 .col-6.content {
        width: 100%;
        margin-bottom: -150px;
    }

    .omanikule-8 .col-6.content h1 {
        text-align: center;
        font-size: 30px;
    }

    .omanikule-5 {
        margin-top: 0;
    }
    */

  .icon-list-2 img {
    width: 40px;
    padding: 0;
  }

  .icon-list-2 span {
    font-size: 16px;
  }

  /*
    .omanikule-left-illustration {
        display: none;
    }


    .omanikule-5 h1 {
        font-size: 30px;
    }


    .omanikule-left-illustration-2 {
        display: block;
    }

    .omanikule-left-illustration-2 {
        position: relative;
        text-align: center;
    }

    .omanikule-left-illustration-2 img {
        padding: 50px;
        width: 50%;
    }

    .omanikule-left-purple {
        width: 100%;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .omanikule-right-purple {
        width: 100%;
        border-radius: 0;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .omanikule-right-illustration {
        width: 100%;
        display: block;
        text-align: center;
    }

    .omanikule-right-illustration img {
        top: auto;
        left: auto;
        padding: 30px;
    }
*/

  .tiim-pic {
    display: block;
    width: 100%;
  }

  .tiim-pic img {
    width: 100%;
  }

  .iphone-2 {
    display: none;
  }

  .text-container {
    width: 200px;
  }

  .text-container p {
    margin-top: 40px;
  }

  .icon-container {
    width: 110px;
  }

  .meist-col-2 {
    width: 100%;
  }

  .meist-1 {
    margin-top: 50px;
  }

  .meist-2 h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .tiim-pic {
    width: 100%;
    margin-top: 15px;
  }

  .hide-phone {
    display: block;
  }

  .hide-tablet {
    display: none;
  }

  .hide-desktop {
    display: none;
  }

  .meist-col-1 {
    display: none;
  }

  .meist-col-2 {
    width: 100%;
  }

  h1.hero-white, h1.meist-hero, h1.kontakt-hero {
    font-size: 40px;
    line-height: 50px;
  }

  .mangijale-2 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .mangijale-5 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .illustration-2 {
    width: 100%;
    top: 40px;
  }

  .illustration-3-1, .illustration-3-2 {
    width: 80%;
    top: 40px;
  }

  .illustration-4 {
    width: 100%;
    top: 50px;
  }

  .iphone-illustration {
    width: 50%;
    top: 150px;
  }

  .app-element {
    margin-top: 10px;
  }

  .illustration-7 {
    left: 50px;
    width: 80%;
  }

  .team-element {
    height: 270px;
  }

  .team-element img {
    width: 200px;
  }

  .logo-element {
    height: 120px;
    line-height: 120px;
  }

  .kontakt-1 .col-6 {
    width: 100%;
  }

  .kontakt-1 .col-6.box-left {
    padding-right: 20px;
  }

  /*
    .omanikule-8 {
        margin-top: 50px;
    }

    .omanikule-8 .col-6.content {
        text-align: center;
        padding-right: 0;
    }
    */

  .illustration-9-1 {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
  }

  .illustration-6 {
    left: 50px;
  }

  .circle-meist-6, .circle-meist-7, .circle-meist-1, .circle-meist-8, .circle-meist-9 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*    .omanikule-0 .hero-white {
        margin-bottom: 30px;
    }

    .omanikule-0 .box-left {
        border-radius: 0;
    }

    .omanikule-0 .col-6.box-right {
        padding-top: 50px;
    }
    .omanikule-left-purple {
        width: 100%;
        border-radius: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .omanikule-right-purple {
        padding-left: 20px;
        padding-right: 20px;
    }

    .omanikule-left-illustration-2 img {
        padding: 50px;
        width: 80%;
    }

    .omanikule-5 .col-6 {
        width: 100%;
    }

    .omanikule-6 h1 {
        font-size: 30px;
    }

    .omanikule-6 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .omanikule-6 .col-3 {
        width: 50%;
        margin-bottom: 30px;
    }

    .omanikule-6 .col-3 p {
        font-size: 16px;
    }

    .omanikule-1 {
        padding-top: 30px;
    }

    .omanikule-1 .col-4 {
        position: relative;
        float: none;
        display: block;
        width: 100%;
    }

    .omanikule-2 h1 {
        display: none;
    }
*/

  .illustration-8 {
    position: relative;
    top: auto;
    left: auto;
  }

  .arrow-down-2 {
    display: none;
  }

  .contact-info {
    margin-top: 20px;
  }

  .contact-form input[type="email"] {
    width: 100%;
  }

  .iphone-1 {
    display: none;
  }

  .iphone-2 {
    display: block;
  }

  .text-container {
    width: 300px;
  }

  .text-container p {
    margin-top: 40px;
  }

  .icon-container {
    width: 100px;
  }

  .icon-container img {
    width: 60px;
  }

  .logo-element {
    width: 48%;
    height: 120px;
    line-height: 120px;
  }

  .meist-1 {
    margin-top: 50px;
  }

  .meist-col-2 {
    width: 100%;
    padding-right: 30px;
  }

  .meist-2 h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .tiim-pic {
    width: 100%;
    margin-top: 15px;
  }

  .hide-tablet {
    display: none;
  }

  .hide-phone {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .team-slider h1 {
    font-size: 30px;
    line-height: 0;
    margin-bottom: 0;
  }

  .team-slider {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .team-element {
    width: 100%;
    height: 230px;
  }

  .team-element img {
    width: 150px;
  }

  .box-row .col-6.pr-10, .box-row .col-6.pl-10 {
    width: 100%;
    padding: 0;
  }

  .blue-box {
    margin-top: 20px;
    height: 120px;
  }

  .box-row {
    margin: 0 auto;
  }

  .icon-container img {
    margin-top: 20px;
  }

  .app-container {
    position: relative;
    margin: 0 auto;
    right: 0;
    left: 0;
  }

  .app-element-2 {
    margin-right: 0px;
    border-radius: 5px;
    background-color: #6000FF;
    width: 180px;
    height: 45px;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  .app-element-2 img {
    width: 100px;
  }

  .tiny-balls {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .iphone-illustration {
    display: none;
  }

  .mangijale-hero-background {
    width: 100%;
    min-height: 600px;
  }

  .mangijale-4 {
    padding-top: 20px;
    margin-top: 80px;
    margin-bottom: 0;
    min-height: 600px;
  }

  .mangijale-4 .container .col-6 {
    width: 100%;
  }

  .mangijale-4 h1 {
    font-size: 22px;
  }

  h1.gray-heading {
    font-size: 22px;
  }

  .hide-phone, .hide-tablet {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .mangijale-1 .col-6, .kontakt-1 .col-6, .omanikule-0 .col-6 {
    width: 100%;
    display: block;
  }

  .mangijale-1 .col-6.box-left, .kontakt-1 .col-6.box-left, .omanikule-0 .col-6.box-left {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  /*
.omanikule-0 .col-6 {
    width: 100%;
    display: block;
}
*/

  h1.hero-white {
    font-size: 30px;
    line-height: 38px;
  }

  .app-element {
    width: 150px;
    height: 50px;
  }

  .app-element img {
    width: 120px;
  }

  .arrow-down {
    display: none;
  }

  .illustration-1, .illustration-3-1, .illustration-3-2 {
    width: 60%;
  }

  .mangijale-2 h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .mangijale-3 {
    padding: 10px;
    padding-top: 0;
    margin-top: 60px;
  }

  .mangijale-3 .col-6 {
    width: 100%;
  }

  .meist-3 {
    padding: 10px;
    padding-top: 0;
    margin-top: 60px;
  }

  .meist-3 .col-6 {
    width: 100%;
  }

  .meist-3 .col-6.mb-center {
    text-align: center;
  }

  .illustration-2, .illustration-3, .illustration-3-1, .illustration-3-2, .illustration-4 {
    width: 60%;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    top: auto;
    display: table;
  }

  .illustration-3-1 {
    display: none;
  }

  .illustration-4 {
    width: 60%;
  }

  .mangijale-5 {
    margin-top: 30px;
    padding-bottom: 20px;
  }

  .mangijale-5 h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .illustration-6 {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .illustration-7 {
    position: relative;
    top: auto;
    left: auto;
    width: 70%;
  }

  h3.purple.ls {
    font-size: 16px;
  }

  h1.meist-hero, h1.kontakt-hero {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .app-container-first {
    display: none;
  }

  .app-container-second {
    display: block;
  }

  .mangijale-1 .col-6.box-left, .omanikule-0 .col-6.box-left {
    padding-right: 0;
  }

  .circle-1, .circle-mangijale-2, .circle-mangijale-3, .circle-mangijale-4, .circle-mangijale-5, .circle-mangijale-6, .circle-mangijale-8 {
    display: none;
  }

  /*
.circle-omanikule-1, .circle-omanikule-2, .circle-omanikule-3, .circle-omanikule-4, .circle-omanikule-5, .circle-omanikule-6, .circle-omanikule-7, .circle-omanikule-8, .circle-omanikule-9, .circle-omanikule-10, .circle-omanikule-11, .circle-omanikule-12, .circle-omanikule-13, .circle-omanikule-14, .circle-omanikule-15 {
    display: none;
}
*/

  .circle-mangijale-7 {
    top: 60px;
    left: -80px;
  }

  .circle-mangijale-9 {
    left: 100px;
    bottom: 80px;
    z-index: 0;
  }

  .circle-meist-5 {
    left: 90%;
  }

  .illustration-9-1 {
    z-index: -1;
  }
}

@media screen and (min-width: 486px) and (max-width: 1200px) {
  .container {
    padding: 0 25px;
  }
}

@media screen and (max-width: 485px) {
  .icon-list-2 img {
    margin-right: 10px;
  }

  .icon-list-2 span {
    font-size: 12px;
  }

  /*
    .omanikule-right-illustration img {
        width: 100%;
    }
    .omanikule-left-illustration-2 img {
        width: 100%;
    }
    */

  .team-name {
    font-size: 16px;
  }

  .text-container {
    width: 190px;
  }

  .text-container p {
    margin-top: 30px;
  }

  .iphone-2 {
    width: 100%;
  }

  span.contact-txt {
    display: none;
  }

  .accept-privacy {
    font-size: 12px;
  }

  .app-element-2 {
    margin-bottom: 10px;
    width: 45%;
  }

  .app-element {
    width: 43%;
    margin-right: 10px;
  }
}

@media screen and (max-width: 400px) {
  .contact-form input[type="submit"] {
    margin-top: 50px;
  }

  /*   .omanikule-3 h1.white, .omanikule-4 h1.white {
        font-size: 30px;
    } */
}

@media screen and (max-width: 330px) {
  .mangijale-1 .col-6.box-left, .omanikule-1 .col-6.box-left {
    padding-right: 20px;
  }

  .text-container {
    width: 80px;
  }

  .text-container p {
    margin-top: 10px;
    font-size: 14px;
  }

  .iphone-2 {
    width: 100%;
  }
}

/* UUS CSS ALGAB SIIT */

/* HOME START */

.home-1 {
  padding-top: 60px;
  padding-bottom: 70px;
}

.home-1 h1 span:nth-child(1) {
  color: #FF9A69;
}

.home-1 h1 span:nth-child(2) {
  color: #6000FF;
}

.home-1 h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 35px;
}

.home-1 p {
  font-size: 22px;
  line-height: 1.2;
}

.home-1 form {
  margin-top: 45px;
}

.home-1 form input {
  flex: 1;
  margin-right: 5px;
  padding: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  height: 54px;
  font-size: 16px;
  line-height: 22px;
}

.home-1 form input::-moz-placeholder {
  color: #adadae;
}

.home-1 form input:-ms-input-placeholder {
  color: #adadae;
}

.home-1 form input::placeholder {
  color: #adadae;
}

.home-1 form button {
  background-color: #6000FF;
  color: #FFFFFF;
  -webkit-appearance: none;
  border: 0;
  border-radius: 5px;
  height: 54px;
  width: 120px;
  cursor: pointer;
  vertical-align: top;
  outline: none;
  font-size: 16px;
}

/* KAARDI SEKTSIOON */

.home-2 {
}

.home-3 {
  background-color: #F9F9F9;
  padding-top: 48px;
  padding-bottom: 48px;
}

.home-3 h2 {
  color: #6000FF;
  font-size: 30px;
  line-height: 0;
}

.home-3 .container .col-6 {
  margin-bottom: 40px;
}

.home-4 {
  padding-top: 221px;
}

.home-4 .col-3, .owner-7 .col-3 {
  position: relative;
  width: 24%;
  vertical-align:top;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}

.home-4 .col-9, .owner-7 .col-10 {
  background-color: #6000FF;
  width: 75%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

.home-4 h1, .owner-7 h1 {
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 72px;
}

.home-4 .steps, .owner-7 .steps {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  display: block;
  width: 90%;
  font-weight: 300;
}

.home-4 .steps .col-3 img, .owner-7 .steps .col-3 img {
  position: absolute;
  right: 0;
  top: 50px;
}

.home-4 .number-circle, .owner-7 .number-circle {
  background-color: #FFFFFF;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
}

.home-4 .col-2 {
  display: inline-block;
  width: 24.5%;
  vertical-align: top;
  position: relative;
}

.home-4 .col-2 .illustration img {
  width: 110%;
}

.home-4 .col-2 .illustration {
  position: absolute;
  left: -60px;
  top: -91px;
}

.number-circle p {
  color: #FF9A69;
  font-size: 22px;
  line-height: 64px;
  font-weight: 500;
  text-shadow: 1px 1px 0px #6000FF;
}

.home-5 {
  padding-top: 272px;
  display: block;
}

.home-5 .col-5 {
  width: 40%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
  border-radius: 4px;
  vertical-align: top;
  display: inline-block;
}

.home-5 .illustration img {
  width: 100%;
}

.home-5 .illustration {
  position: absolute;
  top: -150px;
  right: -80px;
  z-index: 1;
}

.home-5 .col-7 {
  vertical-align:top;
  background-color: #6000FF;
  width: 58%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 84px;
  padding-bottom: 64px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}

.home-5 .col-7 img {
  margin-bottom: 30px;
  margin-top: 10px;
}

.home-5 .col-7 h2 {
  font-size: 60px;
  line-height: 60px;
  margin: 0;
}

.home-5 .col-7 p {
  font-size: 22px;
  line-height: 24px;
}

.home-6 {
  padding-top: 207px;
  padding-bottom: 221px;
  background-color: #F9F9F9;
  margin-top: 120px;
}

.home-6 h2 {
  color: #6000FF;
  font-size: 60px;
  line-height: 72px;
  margin: 0;
}

.home-6 .col-7 {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}

.home-6 .col-7 .balls {
  margin-top: 30px;
  margin-bottom: 20px;
}

.home-6 p {
  font-size: 16px;
}

.home-6 .col-7 .app-element {
  background-color: #FFFFFF;
}

.home-6 .col-7 .app-element {
  border: 1px solid #E1E1E1;
  padding: 0;
}

.home-6 .col-7 .app-element img {
  width: 80%;
}

.home-6 .col-5 {
  display: inline-block;
  width: 41%;
  vertical-align: top;
}

.home-6 .col-5 img {
  position: absolute;
  top: 140px;
}

.court-slider-section {
  width: 130%;
  overflow: none;
  background-color: #F9F9F9;
}

#controls {
  float: right;
  margin-top: 10px;
}

.slider-control-btn {
  background: #FFFFFF;
  width: 32px;
  height: 32px;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  margin-left: 16px;
  cursor: pointer;
}

.slider-control-btn img {
  width: 14px;
}

.slider-element {
  width: 360px;
  height: 320px;
  border-radius: 5px;
  border: 1px solid #EDEDED;
  background-color: #FFFFFF;
  position: relative;
}

.slider-element a {
  color: #000000;
  text-decoration: none;
}

.slider-element p {
  font-size: 14px;
  line-height: 16px;
  padding: 0;
  margin-top: 10px;
}

.slider-element p.heading {
  font-weight: 700;
  line-height: 28px;
  margin-top: 0px;
  font-size: 18px;
}

.slider-element .icon-div {
  width: 28px;
  vertical-align: top;
  display: inline-block;
}

.slider-element .text-div {
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
}

.slider-box {
  padding: 16px;
  position: relative;
}

.slider-image {
  width: 104px;
  height: 104px;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}

.slider-info {
  width: calc(100% - 110px);
  padding-left: 10px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.slider-free-times {
  background-color: #F9F9F9;
  padding: 5px 8px;
  color: #6000FF;
}

a.look-up {
  display: block;
  background-color: #6000FF;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

a.look-up img {
  margin-left: 16px;
  margin-bottom: 1px;
}

.slider-row.bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* HOME END */

/* COURT OWNER START */

.owner-1 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 100px;
}

.owner-1 h1 {
  margin-top: 0;
  line-height: 72px;
}

.owner-1 h1 span:nth-child(1) {
  color: #FF9A69;
}

.owner-1 h1 span:nth-child(2) {
  color: #6000FF;
}

.owner-1 h1 {
  font-weight: 700;
  line-height: 72px;
  letter-spacing: 2px;
  font-size: 60px;
  margin-bottom: 35px;
}

.owner-1 .icon-row {
  margin-top: 20px;
}

.owner-1 .icon-row span {
  vertical-align: top;
  margin-left: 16px;
  color: #323334;
}

.owner-1 .col-6 img.illustration {
  width: 80%;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -80px;
  right: 20px;
}

.owner-1 .purplebtn, .owner-8 .purplebtn {
  width: 460px;
  display: table;
  text-align: center;
  line-height: 60px;
  background-color: #6000FF;
  color: #FFFFFF;
  text-decoration: none;
  margin-top: 40px;
  border-radius: 5px;
}

.owner-1 .angled-link a {
  color: #6000FF;
  text-decoration: none;
  display: inline;
  position: absolute;
  left: -200px;
  bottom: -20px;
  transform: rotate(-90deg);
}

.owner-1 .angled-link a img {
  width: 14px;
  margin-right: 10px;
}

.owner-2 {
  background-color: #F9F9F9;
  padding-top: 100px;
}

.owner-2 h2 {
  margin: 0;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2px;
  text-align: center;
}

.owner-2 h2 span:nth-child(1) {
  color: #FF9A69;
  display: block;
}

.owner-2 h2 span:nth-child(2) {
  color: #6000FF;
}

.owner-3 {
  background-color: #F9F9F9;
  padding-top: 40px;
  padding-bottom: 120px;
}

.owner-3 .row {
  margin-top: 64px;
}

.owner-3 .col-5 {
  width: 48%;
  background-color: #6000FF;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  padding-top: 109px;
  padding-left: 72px;
  padding-right: 72px;
  padding-bottom: 111px;
  color: #FFFFFF;
}

.owner-3 .col-5 p:nth-child(1) {
  letter-spacing: 2px;
}

.owner-3 .col-5 h2 {
  font-size: 30px;
}

.owner-3 .col-7 {
  width: 51%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.owner-3 img.first-image {
  position: absolute;
  width: 100%;
  top: 50px;
  right: -100px;
}

.owner-3 img.second-image {
  position: absolute;
  width: 70%;
  top: 100px;
  left: 0;
}

.owner-4 {
  height: 800px;
  background-size: cover;
}

.owner-5 {
  border-radius: 4px;
  height: 600px;
  margin-top: -300px;
  background-color: #F9F9F9;
  padding-top: 84px;
  padding-left: 80px;
  padding-right: 80px;
}

.owner-5 h2 {
  color: #6000FF;
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 60px;
}

.owner-5 .col-4 {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 33%;
  text-align: center;
}

.owner-5 .icon-circle {
  background-color: #6000FF;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 15px;
  margin-bottom: 24px;
}

.owner-5 .col-4:nth-child(3) .icon-circle,
.owner-5 .col-4:nth-child(4) .icon-circle,
.owner-5 .col-4:nth-child(6) .icon-circle,
.owner-5 .col-4:nth-child(7) .icon-circle {
  padding-top: 19px;
}

.owner-5 .row {
  display: block;
  margin-bottom: 36px;
}

.owner-6 {
  padding-top: 200px;
}

.owner-6 h2 {
  margin: 0;
  margin-bottom: 120px;
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px;
  color: #6000FF;
}

.owner-6 .col-3 {
  float: none;
  width: 24%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #323334;
  padding: 10px;
}

.owner-6 .col-3 img {
  height: 230px;
  margin-bottom: 50px;
}

.owner-7 {
  margin-top: 380px;
}

.owner-7 .col-2 {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  background-color: #FFFFFF;
  position: relative;
}

.owner-7 .col-2 img {
  position: absolute;
  z-index: 1;
  width: 460px;
  top: -250px;
}

.owner-7 .col-10 {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  width: 74%;
  background-color: #6000FF;
  border-radius: 4px;
  padding: 40px;
  padding-bottom: 132px;
  padding: 124px 80px 60px 80px;
}

.owner-7 .col-3 {
  position: relative;
  width: 24%;
  display: inline-block;
  padding: 0;
}

.owner-7 h1 {
  font-size: 60px;
}

.owner-7 .steps {
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  display: block;
  width: 100%;
  font-weight: 300;
}

.owner-7 .steps .col-3 img {
  position: absolute;
  right: 0;
  top: 50px;
}

.owner-7 .number-circle {
  background-color: #FFFFFF;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
}

.owner-7 h1 {
  padding-right: 100px;
  padding-left: 100px;
  padding-top: 0;
  margin-top: 0;
}

.owner-8 {
  padding-top: 207px;
  padding-bottom: 221px;
  background-color: #F9F9F9;
  margin-top: 120px;
}

.owner-8 h2 {
  color: #6000FF;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 2px;
  margin: 0;
}

.owner-8 .col-7 {
  width: 58%;
  display: inline-block;
  vertical-align: top;
}

.owner-8 .col-7 .balls {
  margin-top: 30px;
  margin-bottom: 20px;
}

.owner-8 p {
  font-size: 16px;
}

.owner-8 .col-7 .app-element {
  background-color: #FFFFFF;
}

.owner-8 .col-7 .app-element {
  border: 1px solid #E1E1E1;
  padding: 0;
}

.owner-8 .col-7 .app-element img {
  width: 80%;
}

.owner-8 .col-5 {
  position: relative;
  display: inline-block;
  width: 41%;
  vertical-align: top;
}

.owner-8 .col-5 img {
  position: absolute;
  width: 90%;
  top: -100px;
}

/* COURT OWNER END */

.mobile-only {
  display: none;
}

.map-card {
  position: absolute;
  top: 100px;
  left: 300px;
  width: 300px;
  height: 130px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.map-card .col-1 {
  vertical-align: top;
  position: relative;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-size: cover;
}

.map-card .col-2 {
  position: relative;
  height: 100%;
  vertical-align: top;
  display: inline-block;
  width: 170px;
  padding-left: 4px;
}

.map-card h3 {
  line-height: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.map-info-button a {
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  background-color: #6000FF;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}

/* RESPONSIVE */

@media screen and (max-width: 1440px) {
  .owner-1 .angled-link a {
    left: -80px;
    bottom: -10px;
  }
}

@media screen and (max-width: 1200px) {
  .header__container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #FFFFFF;
  }

  .home-3 h2 {
    line-height: 40px;
    margin-bottom: 0;
  }

  .home-3 .container .col-6 {
    width: 100%;
    margin-bottom: 0;
  }

  .slider-control-btn {
    margin-left: 0;
    margin-right: 16px;
  }

  .court-slider-section {
    margin-top: 30px;
    width: 100%;
  }

  #controls {
    float: none;
  }

  .home-4 .col-9, .home-4 .col-2 {
    width: 100%;
  }

  .home-4 .col-2 .illustration {
    position: relative;
    left: auto;
    text-align: center;
  }

  .home-4 .col-2 .illustration img {
    width: 400px;
    margin: 0 auto;
  }

  .home-5 {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }

  .home-5 .col-5 {
    position: relative;
    width: 100%;
    order: 2;
  }

  .home-5 .col-7 {
    width: 100%;
    order: 1;
  }

  .home-5 .illustration {
    position: relative;
  }

  .home-5 .illustration img {
    position: absolute;
    width: 500px;
    top: -80px;
    left: -30px;
  }

  .home-6 {
    margin-top: 160px;
  }

  .home-6 .col-5, .home-6 .col-7 {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
  }

  .home-6 .col-5 img {
    position: relative;
    margin: 0 auto;
    height: 400px;
    top: 80px;
  }

  .xs-0-padding {
    padding: 0;
  }

  .home-5 {
    padding-bottom: 0;
  }

  .home-5 .col-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-5 .col-5 .illustration {
    top: auto;
    right: auto;
    padding-bottom: 50px;
  }

  .home-5 .col-7 {
    padding-bottom: 188px;
  }

  .home-5 .illustration img {
    position: relative;
    width: 50%;
    top: auto;
    left: auto;
    margin-top: -180px;
  }

  .home-5 .illustration {
    top: -280px;
    right: auto;
  }

  .home-6 {
    padding-top: 120px;
    margin-top: 0;
  }

  .owner-1 .angled-link a {
    position: relative;
    display: block;
    transform-origin: top left;
    left: auto;
    top: auto;
  }

  .owner-1 .purplebtn {
    margin-bottom: 150px;
  }

  .owner-3 {
    padding-bottom: 40px;
  }

  .owner-3 .col-5, .owner-3 .col-7 {
    width: 100%;
    text-align: center;
  }

  .owner-3 .col-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .owner-3 img.first-image, .owner-3 img.second-image {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    margin-top: 50px;
  }

  .owner-3 .row:nth-child(2) {
    display: flex;
    flex-direction: column;
  }

  .owner-3 .row:nth-child(2) .col-7 {
    order: 2;
  }

  .owner-3 .row:nth-child(2) .col-5 {
    order: 1;
  }

  .owner-6 {
    padding-top: 80px;
  }

  .owner-7 .container {
    display: flex;
    flex-direction: column;
  }

  .owner-7 .col-3 {
    width: 24%;
  }

  .owner-7 .col-2 {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .owner-7 .col-10 {
    order: 1;
    width: 100%;
    padding-top: 84px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .owner-7 .col-2 img {
    position: relative;
    top: auto;
    width: 60%;
    margin-top: 30px;
    text-align: center;
  }

  .owner-7 h1 {
    padding: 0;
  }
}

@media screen and (max-width: 1100px) {
  .owner-1 .col-6 img.illustration {
    width: 200%;
    top: 48px;
    right: -100px;
  }

  .owner-1 .purplebtn {
    width: 372px;
  }

  .owner-1 .col-6:nth-child(1) {
    width: 70%;
  }

  .owner-1 .col-6:nth-child(2) {
    width: 29%;
  }

  .owner-5 .col-4 {
    width: 32%;
  }

  .owner-6 .col-3 {
    width: 49%;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 60px;
  }

  .owner-7 {
    margin-top: 30px;
  }

  .owner-7 .col-10 {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 950px) {
  .owner-4 {
    height: 800px;
  }

  .owner-8 {
    padding-top: 80px;
    text-align: center;
  }

  .owner-8 .col-7 {
    width: 100%;
  }

  .owner-8 .col-5 {
    width: 100%;
  }

  .owner-8 .col-5 img {
    position: relative;
    top: auto;
    width: 50%;
  }

  .owner-8 h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .owner-8 .purplebtn {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 750px) {
  .owner-2 h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .owner-4 {
    height: 320px;
    background-image: url('images/court-owner-mobile.jpg');
  }

  .owner-4 video {
    display: none;
  }

  .owner-5 {
    margin-top: 0;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .owner-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .owner-6 h2 {
    margin-bottom: 50px;
  }

  .owner-6 .col-3 img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .home-4 {
    padding-top: 0;
  }

  .home-4 .steps .col-3, .owner-7 .steps .col-3 {
    width: 49%;
    float: none;
  }

  .home-4 .steps .col-3:nth-child(2) img, .owner-7 .steps .col-3:nth-child(2) img {
    display: none;
  }

  .home-4 h1 {
    font-size: 30px;
  }

  .home-4 .col-9 {
    padding-top: 50px;
  }

  .home-6 {
    margin-top: 0px;
    padding-top: 58px;
    padding-bottom: 108px;
  }

  .home-6 h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .home-6 .col-5 img {
    height: auto;
    width: 80%;
  }

  .home-1 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .owner-1 .col-6 {
    width: 100% !important;
  }

  .owner-1 .col-6 img.illustration {
    width: 70%;
    right: auto;
    top: 20px;
    position: relative;
  }

  .angled-link {
    display: none;
  }

  .owner-1 {
    padding-bottom: 0px;
    padding-top: 24px;
  }

  .owner-1 .purplebtn, .owner-8 .purplebtn {
    width: 100%;
    margin-bottom: 20px;
  }

  .owner-1 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .owner-5 .col-4 {
    width: 49%;
  }

  .owner-5 h2, .owner-6 h2 {
    font-size: 40px;
  }

  .owner-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .owner-6 .col-3 {
    width: 100%;
    display: block;
    padding-right: 20%;
    padding-left: 20%;
    margin-top: 20px;
  }

  .owner-6 .col-3 img {
    height: 180px;
    margin-bottom: 10px;
  }

  .owner-7 h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .owner-7 .col-2 {
    display: none;
  }

  .owner-8 {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .map-card {
    left: 0;
    top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .home-1 {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .home-1 form input {
    width: 200px;
  }

  .home-1 form button {
    width: 80px;
  }

  .home-4 .col-2 .illustration img {
    width: 80%;
  }

  .home-4 .col-9 {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .home-4 .steps {
    margin-top: 30px;
  }

  .home-5 .illustration img {
    width: 90%;
    margin-top: -130px;
  }

  .home-6 .app-section .app-element {
    width: 227px;
    height: 72px;
    margin-bottom: 3px;
  }

  .owner-1 h1 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
  }

  .owner-2 h2, .owner-5 h2, .owner-6 h2 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0;
  }

  .owner-2 {
    padding-top: 40px;
  }

  .owner-3 {
    padding-top: 0;
    margin-top: -30px;
  }

  .owner-3 .col-5 h2, .owner-7 h1, .owner-8 h2 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .owner-3 .col-5 {
    padding: 20px;
  }

  .owner-3 img.first-image, .owner-3 img.second-image {
    width: 80%;
  }

  .owner-7 .col-10 {
    padding: 70px 20px;
  }

  .owner-7 .steps {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .slider-element {
    width: 100%;
    height: 380px;
  }

  .slider-image {
    width: 100%;
    height: 200px;
  }

  .slider-info {
    width: 100%;
  }

  .slider-element {
    height: auto;
  }

  .slider-free-times {
    margin-bottom: 30px;
  }

  .slider-element p.heading {
    margin-top: 10px;
  }
}

.map {
  width: 100%;
}

.map__container {
  position: relative;
}

@media all and (min-width: 1100px) {
  .map {
    height: 700px;
  }
}

@media all and (min-width: 1100px) {
  .map__results {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media all and (min-width: 1100px) {
  .map__items {
    width: 600px;
    height: 700px;
    min-height: 700px;
    /* overflow-y: auto; */
    margin-right: 10px;
  }
}

.map__item {
  background: #fff;
  color: #323334;
  padding: 20px;
  padding-bottom: 60px;
  margin-bottom: 10px;
  position: relative;
}

@media all and (min-width: 1100px) {
  .map__item {
    display: flex;
    padding-bottom: 20px;
  }
}

.map__item-button {
  width: 38px;
  height: 38px;
  background: #6000FF;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

@media all and (min-width: 1100px) {
  .map__item-button {
    display: block;
  }
}

.map__item-button--mobile {
  border-radius: 5px 0 0 0;
  bottom: 0;
  display: flex;
}

@media all and (min-width: 1100px) {
  .map__item-button--mobile {
    display: none;
  }
}

.map__item-icon {
  display: block;
  width: 8px;
  margin-left: 2px;
}

.map__item-photo {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  height: 150px;
  background-size: cover;
  background-position: center;
}

@media all and (min-width: 1100px) {
  .map__item-photo {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    width: 250px;
    height: 250px;
  }
}

.map__item-content {
  flex: 1;
}

.map__item-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.map__item-text {
  font-size: 14px;
  line-height: 1.7;
}

.map__halfmap {
  flex: 1;
  height: 700px;
  /* display: none; */
}

@media all and (min-width: 1100px) {
  .map__halfmap {
    display: block;
  }
}

.map__halfmap--open {
  display: block;
}

.map__halfmap-buttons {
  display: none;
  z-index: 9999999;
  position: fixed;
  display: flex;
  justify-content: space-between;
  padding: 0;
  align-items: center;
  top: 20px;
  left: 10px;
  right: 10px;
}

@media all and (min-width: 1100px) {
  .map__halfmap-buttons {
    display: none;
  }
}

.map__halfmap--mobile {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: none;
}

.map__halfmap--mobile--open {
  display: block;
}

@media all and (min-width: 1100px) {
  .map__halfmap--mobile {
    position: relative !important;
    height: 700px !important;
    display: block;
  }
}

.map__popup {
  display: flex;
  z-index: 999999;
  background: #fff;
  width: 300px;
  position: relative;
}

.map__popup--mobile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}

.map__popup--mobile .map__popup {
  width: 100%;
}

.map__popup--mobile .map__popup-x {
  display: block;
}

.map__popup-image {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  background-size: cover;
}

.map__popup-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.map__popup-title {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  padding-right: 15px;
}

.map__popup-button {
  background: #6000FF;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  text-decoration: none;
}

.map__popup-button:hover {
  text-decoration: none;
  background-color: #6a0fff;
}

.map__popup-button:active {
  text-decoration: none;
  background-color: #731fff;
}

.map__popup-x {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

.autocomplete {
  position: relative;
}

.autocomplete__links {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 3px 6px;
  background: #fff;
  position: relative;
  width: 100%;
  max-height: 233px;
  overflow-y: auto;
  z-index: 9999;
}

.autocomplete__links {
  position: absolute;
  top: 60px;
}

.autocomplete__item {
  padding: 4px 0;
}

.autocomplete__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.autocomplete__link {
  display: block;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 5px;
  display: flex;
  justify-content: space-between;
}

.autocomplete__link:hover {
  background: #f5f5f5;
  text-decoration: none;
}

.autocomplete__link:active {
  background: #f0f0f0;
  text-decoration: none;
}

.filter {
  top: 93px;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: fixed;
}

.filter__field {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 16px;
  padding: 10px 8px;
  width: 60%;
}

.filter__submit {
  background: #6000FF;
  color: #fff;
  border: 1px solid #6000FF;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
}

.filter__submit:hover {
  background: #fff;
  color: #6000FF;
}

.filter__clear {
  text-decoration: none;
  color: #aaa;
  margin-left: 5px;
}

.filter__clear:hover {
  color: #6000FF;
}

.filter__inside {
  display: flex;
  position: relative;
  align-items: center;
}

@media all and (min-width: 769px) {
  .filter__inside {
    width: 40%;
  }
}

.mapresults {
  display: flex;
  justify-content: space-between;
}

.mapresults__map {
  position: fixed;
  top: 133px;
  right: 0;
}

.mapresults__items {
  width: 100%;
  padding-top: 215px;
  padding-right: 5px;
}

@media all and (min-width: 769px) {
  .mapresults__map {
    width: 50%;
  }

  .mapresults__items {
    width: 50%;
  }
}

*::-moz-placeholder {
  color: #999;
}

*:-ms-input-placeholder {
  color: #999;
}

*::placeholder {
  color: #999;
}

.map__button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homemap {
  position: relative;
  width: 100%;
  display: flex;
}

@media all and (min-width: 769px) {
  .homemap {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .map__halfmap {
    height: 100%;
  }
}

