.intro-content__title:first-child .intro-content__title-img {
	opacity: 0;
	transform: translateX(60%);
}
.intro-content__title:nth-child(2) .intro-content__title-img {
	opacity: 0;
	transform: translateX(-60%);
}
.intro-content__title h1 span,
.intro-content__title h2 span,
.intro-content__desc,
.intro-content__action,
.intro-wrap .intro-footer__clients,
.intro-wrap .intro-footer__featured,
.intro-content__title svg {
	opacity: 0;
}
.book-action a.btn.btn-light:hover {
	border-color: white;
	background: transparent;
	color: white;
}
.biography-title span:after {
	opacity: 0;
	animation: opacity 1 0.6s 2.2s forwards;
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.contacts .form-action button:hover {
	border-color: white;
	background: transparent;
	color: white;
}
.footer-logo img {
	transition: transform 0.4s ease;
}
.footer-logo:hover img {
	transform: scale(0.95);
}
.footer-nav__item a {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.footer-nav__item a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: white;
	transform: translateX(-101%);
	transition: transform 0.4s ease;
}
.footer-nav__item a:hover:after {
	transform: translateX(0);
}
.form-action button {
	cursor: pointer;
	border: 1px solid transparent;
	transition: border-color 0.4s ease, color 0.4s ease, background 0.4s ease;
}
.form-action button:hover {
	border-color: #5f6736;
	background: transparent;
	color: #5f6736;
}
.info-line {
	padding: 0;
	height: 100%;
}
.info-line__wrap {
	height: 180px;
	overflow: hidden;
	margin: 35px auto 80px;
	display: flex;
	justify-content: center;
}
@media all and (max-width: 991px) {
	.info-line__wrap {
		height: 50px;
		margin: 20px auto 25px;
	}
}
.info-action a {
	border: 1px solid transparent;
	transition: color 0.4s ease, background 0.4s ease, border-color 0.4s ease;
}
.info-action a:hover {
	background: #5f6736;
	border-color: white;
	color: white;
}
.plans-list__item svg {
	transform-origin: center;
	transition: transform 0.4s ease;
}
.plans-list__item:hover svg {
	transform: scale(1.2);
}
a.btn {
	border: 1px solid transparent;
	transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
a.btn.btn-dark:hover {
	border-color: #5f6736;
	background: transparent;
	color: #5f6736;
}
a.btn.btn-light:hover {
	border-color: #5f6736;
	background: transparent;
	color: #5f6736;
}
@media all and (max-width: 1500px) {
	.intro-content {
		padding-top: 50px;
	}
}
.header-nav__item:last-child {
	padding: 15px 25px 10px;
}
.header-nav__item a {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.header-nav__item a:after {
	content: '';
	display: block;
	position: absolute;
	padding: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #565551;
	transform: translateX(-101%);
	transition: transform 0.4s ease;
}
.header-nav__item a:hover:after {
	transform: translateX(0);
}
@media all and (max-width: 991px) {
	.header-nav__item a:hover:after {
		transform: translateX(-100%);
	}
}

.header-link span {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.header-link span:after {
	content: '';
	display: block;
	position: absolute;
	padding: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: rgb(86 85 81 / 50%);
	transform: translateX(-101%);
	transition: transform 0.4s ease;
}
.header-link span:hover:after {
	transform: translateX(0);
}
@media all and (max-width: 991px) {
	.header-link span:hover:after {
		transform: translateX(-100%);
	}
}

.header-logo svg {
	transition: transform 0.4s ease;
}
.header-logo:hover svg {
	transform: scale(0.95);
}
.header-action__item a {
	border: 1px solid transparent;
	transition: border-color 0.4s ease, color 0.4s ease, background 0.4s ease;
}
.header-action__item a:hover {
	border-color: #5f6736;
	color: #565551;
	background: transparent;
}
.contacts-info__bottom a {
	border: 1px solid transparent;
}
.contacts-info__bottom a:hover {
	border: 1px solid #5f6736;
}
@media all and (max-width: 991px) {
	.intro-content__title svg {
		width: 30px;
		height: 17px;
	}
}

.buy-input__wrap {
	position: relative;
}
.buy-input__wrap:hover span {
	border-color: #5F6736;
	color: #5F6736;
	background: white;
}
.buy-input__wrap input.buy-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.buy-input__wrap img {
	display: none;
}
.buy-input__wrap span {
	background: #5F6736;
	color: #ffffff;
	border: 1px solid transparent;
	transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	padding: 15px 20px;
	border-radius: 100px;
	text-decoration: none;
	display: block;
}
.intro-footer__clients-img {
	border: none;
	position: relative;
}
.intro-footer__clients-img:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid white;
	box-sizing: border-box;
	z-index: 2;
	background-color: transparent;
	border-radius: 50%;
}
.intro-footer__clients-img img {
	position: relative;
	z-index: 2;
}
.info-line {
	padding: 0;
	margin: 0;
	height: 100%;
}
@media all and (max-width: 991px) {
	.buy-input__wrap span,
	.et_pb_code_inner {
		width: 100%;
		text-align: center;
	}
	.menu-header-container {
		height: 100%;
	}
	.header-burger {
		position: relative;
		z-index: 20;
	}
	.feedback-item__icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
.footer-social__item:last-child {
	margin-left: 0;
}
.footer-social__item:not(:first-child) {
	margin-left: 20px;
}
@media all and (max-width: 991px) {
	.intro-footer__featured img {
		width: 128px;
		height: 20px;
	}
	.intro-footer__clients-img:not(:first-child) {
		margin-left: -5px;
	}
}
@media all and (max-width: 600px) {
	.feedback-wrap {
		width: 100%;
	}
}
.header-nav__item a:after {
	background: #BCBFAB;
}
.history-top {
	flex-direction: column;
}
.history-title {
	text-align: center;
}
.history-top__desc {
	max-width: 720px;
	margin: 30px auto 0;
}
.history-slider__list {
	margin-left: 0;
	margin-right: 0;
	justify-content: center;
	align-items: center;
}
.history-slider__item {
	width: auto;
	margin: 0;
	height: auto;
}
.header-logo {
	width: 90px;
}
.header-nav,
.header-action {
	width: calc(50% - 45px);
}
.header-action {
	justify-content: flex-end;
}
@media all and (max-width: 991px) {
	.header-nav {
		width: 100%;
	}
	.page-template-page-about .feedback {
		padding-top: 60px;
	}
	.feedback-top {
		padding-right: 0;
	}
	.feedback-item {
		max-width: none;
		width: calc(100vw - 40px);
	}
	.intro {
		min-height: 600px;
	}
}
@media screen and (max-width: 600px) {
	.history-slider {
		padding: 30px 0;
	}
	.history-slider .slick-dots {
		display: none;
	}
}
.feedback .slick-track {
	display: flex !important;
}
.feedback .feedback-item {
	align-self: stretch;
	height: auto;
}
@media screen and (max-width: 400px) {
	.intro-content__action,
	.about-action {
		flex-direction: column;
	}
	.intro-content__action a + a,
	.about-action a + a{
		margin-left: 0;
		margin-top: 15px;
	}
	.intro-content__action a,
	.about-action a{
		width: 100%;
		text-align: center;
	}
}
.contacts-info__bottom a {
	padding: 15px 40px 12px;
}
.plans-content__action a,
.buy-input__wrap span {
	font-size: 18px;
}
.info-header__title,
.footer-info {
	font-family: "Cormorant Garamond", sans-serif;
}
.info-subtitle {
	max-width: 580px;
	margin: 0 auto 20px;
}
.form-row input::placeholder {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.contacts .form-action .wpcf7-submit {
	font-family: 'Poppins', sans-serif;
}
.book-bottom .intro-footer__clients-right h6,
.book-bottom .intro-footer__clients-right p {
	color: rgba(255, 255, 255, 0.58);
}
.home .info-subtitle {
	max-width: 740px;
	font-size: 28px;
	line-height: 130%;
	margin: 20px auto;
}
@media all and (max-width: 991px) {
	.home .info-subtitle {
		font-size: 24px;
		line-height: 130%;
	}
}
@media all and (max-width: 400px) {
	.info-header__title {
		font-size: 30px;
	}
	.home .info-subtitle {
		font-size: 20px;
	}
}
