/*
Theme Name: Zakra Child
Theme URI: https://themegrill.com/themes/zakra/
Description: Дочерняя тема для Zakra
Author: имя
Author URI: https://
Template: zakra
Version: 1.0.0
*/




/*
.from-to {
  display: inline-block;
  height: 1.3em;
  overflow: hidden;
  position: relative;
  width: 120px;
  vertical-align: middle;
  margin-left: 10px;
}

.from-to .words-wrapper {
  display: flex;
  flex-direction: column;
  animation: slideWords 6s infinite;
  transition: transform 0.3s ease-in-out;
}

.word-1 {
  margin-bottom: 40px;
}

.from-to .word {
  height: 0.3em;
  text-align: center;
  color: #26c4f1;
  font-weight: bold;
}

@keyframes slideWords {
  0%, 44% {
    transform: translateY(0%);
  }
  45%, 55% {
    transform: translateY(-100%);
  }
  56%, 100% {
    transform: translateY(-100%);
  }
}
 */
/* .manhattan {
  display: inline-block;
  margin-left: 10px;
  white-space: nowrap;
  animation: slideManhattan 6s infinite;
}

@keyframes slideManhattan {
  0%, 44% {
    transform: translateX(0);
  }
  50%, 55% {
    transform: translateX(-120px);
  }
  60%, 100% {
    transform: translateX(0);
  }
} */

 .tours__main-title {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Oxygen';
}

.tours__main-span {
	margin-left: 138px;
}

.message {
  background-color: transparent;
  color: #26c4f1;
  display: block;
  font-weight: 900;
  overflow: hidden;
  position: absolute;
  padding-left: 0.5rem;
  top: 0.2rem;
  right: 31%;
  animation: openclose 5s ease-in-out infinite;
}

.word1, .word2 {
  color: #26c4f1;
}

@keyframes openclose {
  0% {
    top: 0.2rem;
    width: 0;
  }
  15% {
    width: 0;
  }
  25% {
    width: 140px;
  }
  50% {
    top: 0.2rem;
    width: 140px;
  }
  53% {
    top: 0.2rem;
    width: 0;
  }
  55% {
    top: 0.2rem;
    width: 0;
  }
  58% {
    top: -4.5rem;
    
  }
  78% {
    top: -4.5rem;
    width: 130px;
  }
  82% {
    top: -4.5rem;
    width: 130px;
  }
  98% {
    top: -4.5rem;
    width: 0;
    text-indent: 0;
  }
  100% {
    top: 0;
    width: 0;
    text-indent: 0;
  }
}

@media (max-width: 1023px) {
	.message {
		right: 26%;
	}
}

@media (max-width: 900px) {
	.message {
		right: 17%;
	}
}