/* ----- MIXINS ----- */
/* ----- end MIXINS ----- */
@import 'animation.css';
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Italic.eot');
	src: url('../fonts/Poppins/Poppins-Italic.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Italic.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Italic.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Italic.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Italic.svg#Poppins-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Regular.eot');
	src: url('../fonts/Poppins/Poppins-Regular.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Bold.eot');
	src: url('../fonts/Poppins/Poppins-Bold.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Medium.eot');
	src: url('../fonts/Poppins/Poppins-Medium.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins/Poppins-Light.eot');
	src: url('../fonts/Poppins/Poppins-Light.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins/Poppins-Light.woff') format('woff'),
		url('../fonts/Poppins/Poppins-Light.ttf') format('truetype'),
		url('../fonts/Poppins/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('../fonts/Garamond/CormorantGaramond-Medium.eot');
	src: url('../fonts/Garamond/CormorantGaramond-Medium.eot?#iefix')
			format('embedded-opentype'),
		url('../fonts/Garamond/CormorantGaramond-Medium.woff2') format('woff2'),
		url('../fonts/Garamond/CormorantGaramond-Medium.woff') format('woff'),
		url('../fonts/Garamond/CormorantGaramond-Medium.ttf') format('truetype'),
		url('../fonts/Garamond/CormorantGaramond-Medium.svg#CormorantGaramond-Medium')
			format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
body.overflow {
	overflow: hidden;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 60px;
}
@media screen and (max-width: 991px) {
	.container {
		padding: 0 25px;
	}
}
@media screen and (max-width: 600px) {
	.container {
		padding: 0 15px;
	}
}

.wrapper {
	padding-top: 95px;
	overflow-x: hidden;
}
@media screen and (max-width: 991px) {
	.wrapper {
		padding-top: 80px;
	}
}

.icon-1,
.icon-2,
.icon-3 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50%;
	width: 20px;
	height: 2px;
	background-color: #f8f3ec;
	transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.icon-1:after,
.icon-2:after,
.icon-3:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 6px;
	width: 3px;
	height: 100%;
	background: #5f6736;
}

.icon-1 {
	transform: translateX(-50%) translateY(-7px);
	animation-delay: 100ms;
}

.icon-3 {
	transform: translateX(-50%) translateY(7px);
	animation-delay: 250ms;
}

.header-burger {
	display: none;
}
@media screen and (max-width: 991px) {
	.header-burger {
		display: block;
	}
}

.hamburger-icon {
	height: 48px;
	width: 48px;
	z-index: 999;
	position: relative;
	cursor: pointer;
	border-radius: 50%;
	transition: all 0.2s ease-in-out;
	background: #5f6736;
}
.hamburger-icon:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.icon-1.a {
	transform: translateX(-50%) rotate(40deg);
}

.icon-3.b {
	transform: translateX(-50%) rotate(-40deg);
}

.icon-2.c {
	opacity: 0;
}

.clear {
	clear: both;
}

@keyframes slideIn {
	0% {
		width: 0;
		opacity: 0;
	}
	100% {
		width: 50%;
		opacity: 1;
	}
}

.status-paid{
	
}


.header {
	background: #f8f3ec;
	padding: 20px 0;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 95px;
	z-index: 10;
}
@media screen and (max-width: 991px) {
	.header {
		padding: 15px 0;
		height: 80px;
	}
}
.header-wrap {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.header-nav {
		position: absolute;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		background: #f8f3ec;
		z-index: 20;
		transform: translateX(-100%);
		transition: transform 0.4s ease;
	}
	.header-nav.show {
		transform: translateX(0);
	}
	.header-nav.show:after {
		transition-delay: 1s;
		opacity: 1;
	}
	.header-nav.show .header-nav__item {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	.header-nav.show li:nth-child(2) {
		transition-delay: 0.3s;
	}
	.header-nav.show li:nth-child(4) {
		transition-delay: 0.5s;
	}
	.header-nav.show li:nth-child(6) {
		transition-delay: 0.7s;
	}
	.header-nav.show li:nth-child(8) {
		transition-delay: 0.9s;
	}
	.header-nav.show li:nth-child(10) {
		transition-delay: 1.1s;
	}
	.header-nav.show li:nth-child(12) {
		transition-delay: 1.3s;
	}
	.header-nav.show li:nth-child(14) {
		transition-delay: 1.5s;
	}
	.header-nav:after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		width: 262px;
		height: 127px;
		background: url('../images/svg/mobile-nav.svg') center center no-repeat;
		background-size: contain;
		opacity: 0;
		transition: opacity 0.4s ease;
	}
}
.header-nav__list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.header-nav__list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-self: center;
		height: 100%;
	}
}
@media screen and (max-width: 991px) {
	.header-nav__item {
		transform: translateX(40px);
		opacity: 0;
		visibility: hidden;
		transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
	}
}
.header-nav__item:not(:first-child) {
	margin-left: 40px;
}
@media screen and (max-width: 1200px) {
	.header-nav__item:not(:first-child) {
		margin-left: 20px;
	}
}
@media screen and (max-width: 991px) {
	.header-nav__item:not(:first-child) {
		margin-left: 0;
		margin-top: 35px;
	}
}
.header-nav__item:last-child {
	display: none;
	padding: 15px 25px;
	background: #5f6736;
	border-radius: 100px;
}
.header-nav__item:last-child a {
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.header-nav__item:last-child {
		display: block;
	}
}
.header-nav__item a {
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.header-nav__item a {
		font-size: 20px;
		line-height: 130%;
	}
}
.header-logo {
	position: relative;
	z-index: 999;
}
.header-action {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.header-action {
		display: none;
	}
}
.header-action__item:not(:first-child) {
	margin-left: 10px;
}
.header-action__item a {
	padding: 15px 25px;
	background: #5f6736;
	border-radius: 100px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
}
.header-action__item:first-child a {
	background: transparent;
	color: #565551;
}

.header-link{
	position: absolute;
    right: 155px;
    display: flex;
    align-items: center;
    color: #565551;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-decoration: none;
    margin-left: auto;
    width: 200px;
    z-index: 1;
}

.header-link span{
    min-width: 93px;
    margin-left: 7px;
    margin-top: 4px;
}

.header-link img{
	width: 32px;
    height: 32px;
}

.intro {
	height: calc(100vh - 95px);
	background: #f8f3ec;
	overflow: hidden;
	min-height: 700px;
}
@media screen and (max-width: 991px) {
	.intro {
		min-height: 500px;
	}
	
	.header-link{
    right: 23px; 
}
}
.intro .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.intro-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.intro-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 110px;
}
.intro-content__title {
	text-align: center;
	position: relative;
}
.intro-content__title h2 {
	position: relative;
	display: inline;
	font-family: 'Cormorant Garamond', sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 120px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #5f6736;
}
.intro-content__title h1 {
	position: relative;
	display: inline;
	font-family: 'Cormorant Garamond', sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 120px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #5f6736;
}
@media screen and (max-width: 991px) {
	.intro-content__title h2 {
		font-size: 56px;
		line-height: 100%;
	}
	.intro-content__title h1 {
		font-size: 56px;
		line-height: 100%;
	}
}
@media screen and (max-width: 450px) {
	.intro-content__title h2 {
		font-size: 48px;
		line-height: 100%;
	}
	.intro-content__title h1 {
		font-size: 48px;
		line-height: 100%;
	}
}
.intro-content__title h2 span {
	position: relative;
	z-index: 2;
}
.intro-content__title h1 span {
	position: relative;
	z-index: 2;
}
.intro-content__title svg {
	position: absolute;
	left: 40%;
	top: 37%;
	z-index: 2;
}
.intro-content__title:first-child h2 {
	left: 10px;
}
.intro-content__title:first-child h1 {
	left: 10px;
}
@media screen and (max-width: 450px) {
	.intro-content__title:first-child h1 {
		left: 40px;
	}
	.intro-content__title:first-child h2 {
		left: 40px;
	}
}
.intro-content__title:first-child .intro-content__title-img {
	width: 166px;
	height: 166px;
	border-radius: 50%;
	left: -176px;
	top: -25px;
}
@media screen and (max-width: 991px) {
	.intro-content__title:first-child .intro-content__title-img {
		width: 83px;
		height: 83px;
		left: -84px;
		top: -18px;
	}
}
.intro-content__title:first-child .intro-content__title-img:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	background: #edd48e;
	filter: blur(50px);
	width: 99px;
	height: 73px;
}
.intro-content__title:first-child .intro-content__title-img:before {
	content: '';
	display: block;
	width: 112px;
	height: 112px;
	background: url('../images/svg/img-1.svg') center center no-repeat;
	background-size: contain;
	position: absolute;
	left: -60px;
	bottom: -60px;
}
@media screen and (max-width: 991px) {
	.intro-content__title:first-child .intro-content__title-img:before {
		width: 71px;
		height: 70px;
		left: auto;
		bottom: auto;
		top: -40px;
		right: -40px;
	}
}
@media screen and (max-width: 991px) {
	.intro-content__title:nth-child(2) {
		margin-top: 10px;
	}
}
.intro-content__title:nth-child(2) h2 {
	right: 105px;
}
.intro-content__title:nth-child(2) h1 {
	right: 105px;
}
@media screen and (max-width: 991px) {
	.intro-content__title:nth-child(2) h1 {
		right: 67px;
	}
	.intro-content__title:nth-child(2) h2 {
		right: 67px;
	}
}
@media screen and (max-width: 450px) {
	.intro-content__title:nth-child(2) h1 {
		right: 45px;
	}
	.intro-content__title:nth-child(2) h2 {
		right: 45px;
	}
}
.intro-content__title:nth-child(2) .intro-content__title-img {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	right: -300px;
	top: -65px;
}
@media screen and (max-width: 991px) {
	.intro-content__title:nth-child(2) .intro-content__title-img {
		width: 87px;
		height: 87px;
		right: -95px;
		top: -7px;
	}
}
.intro-content__title:nth-child(2) .intro-content__title-img:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	background: #edd48e;
	filter: blur(50px);
	width: 99px;
	height: 73px;
}
.intro-content__title:nth-child(2) .intro-content__title-img:before {
	content: '';
	display: block;
	width: 140px;
	height: 140px;
	background: url('../images/svg/img-2.svg') center center no-repeat;
	background-size: contain;
	position: absolute;
	right: -40px;
	bottom: -60px;
}
@media screen and (max-width: 991px) {
	.intro-content__title:nth-child(2) .intro-content__title-img:before {
		right: -40px;
		bottom: 22px;
		width: 70px;
		height: 70px;
	}
}
.intro-content__title-img {
	position: absolute;
}
.intro-content__title-img img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.intro-content__desc {
	max-width: 395px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #565551;
	margin: 10px auto 0;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.intro-content__desc {
		margin: 60px auto 0;
		font-size: 14px;
	}
}
.intro-content__action {
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.intro-content__action a + a {
	margin-left: 20px;
}
@media screen and (max-width: 600px) {
	.intro-content__action a + a {
		margin-left: 10px;
	}
}
@media screen and (max-width: 450px) {
	.intro-content__action a.btn {
		padding: 15px;
	}
}
.intro-footer {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
}
@media screen and (max-width: 991px) {
	.intro-footer {
		margin-top: 85px;
	}
}
.intro-footer__featured-label {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #a9a6a1;
}
@media screen and (max-width: 991px) {
	.intro-footer__featured-label {
		font-size: 9px;
		line-height: 14px;
	}
}
@media screen and (max-width: 991px) {
	.intro-footer__featured svg {
		width: 128px;
		height: 20px;
	}
}
.intro-footer__clients {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.intro-footer__clients-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	align-self: stretch;
}
.intro-footer__clients-img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 2px solid #fff;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.intro-footer__clients-img {
		width: 30px;
		height: 30px;
	}
}
.intro-footer__clients-img:not(:first-child) {
	margin-left: -20px;
}
.intro-footer__clients-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.intro-footer__clients-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	margin-left: 20px;
}
@media screen and (max-width: 991px) {
	.intro-footer__clients-right {
		margin-left: 10px;
	}
}
.intro-footer__clients-right h6 {
	font-weight: 700;
	font-size: 13px;
	line-height: 20px;
	color: #a9a6a1;
}
@media screen and (max-width: 991px) {
	.intro-footer__clients-right h6 {
		font-size: 11px;
		line-height: 16px;
	}
}
.intro-footer__clients-right p {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #a9a6a1;
}
@media screen and (max-width: 991px) {
	.intro-footer__clients-right p {
		font-size: 11px;
		line-height: 16px;
	}
}

a.btn {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	padding: 15px 20px;
	border-radius: 100px;
	text-decoration: none;
	display: block;
}
a.btn.btn-dark {
	background: #5f6736;
	color: #ffffff;
}
a.btn.btn-light {
	background: #efe3d1;
	color: #565551;
}

.btn-file {
	display: none !important;
}

a.btn span {
	padding-top: 2px;
	display: block;
}

.about {
	background: #f8f3ec;
	overflow: hidden;
}
.about .container {
	padding: 0 0 0 60px;
}
@media screen and (max-width: 991px) {
	.about .container {
		padding: 0 25px;
	}
}
.about-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.about-wrap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.about-right {
	width: 55%;
	position: relative;
	height: 720px;
}
@media screen and (max-width: 1200px) {
	.about-right {
		height: 600px;
	}
}
@media screen and (max-width: 991px) {
	.about-right {
		width: 100%;
		height: auto;
		margin-top: 50px;
	}
}
.about-left {
	width: 45%;
	padding-right: 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	justify-content: center;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.about-left {
		width: 100%;
		padding-right: 0;
	}
}
.about-left:after {
	content: '';
	display: block;
	position: absolute;
	right: -40px;
	bottom: -20px;
	width: 250px;
	height: 170px;
	background: url('../images/svg/circle.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.about-left:after {
		display: none;
	}
}
.about-img {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.about-img {
		display: flex;
	}
}
.about-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-info {
	font-weight: 400;
	font-size: 13px;
	line-height: 24px;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.about-info {
		font-size: 11px;
	}
}
.about-title {
	font-weight: 500;
	font-size: 48px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #565551;
	margin: 5px 0 15px;
}
@media screen and (max-width: 991px) {
	.about-title {
		font-size: 30px;
		line-height: 130%;
		margin: 5px 0 10px;
	}
}
.about-subtitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #565551;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.about-subtitle {
		font-size: 18px;
		line-height: 140%;
		margin-bottom: 15px;
	}
}
.about-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #565551;
	opacity: 0.7;
}
@media screen and (max-width: 991px) {
	.about-desc {
		font-size: 14px;
		line-height: 160%;
	}
}
.about-action {
	display: flex;
	margin-top: 40px;
}
@media screen and (max-width: 991px) {
	.about-action {
		margin-top: 30px;
		justify-content: center;
	}
}
.about-action a + a {
	margin-left: 10px;
}
.about-sub {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(234, 228, 219, 0.8);
	border-radius: 8px 8px 0 0;
	padding: 10px 90px 10px 60px;
}
@media screen and (max-width: 1200px) {
	.about-sub {
		padding: 10px 30px 10px;
	}
}
@media screen and (max-width: 400px) {
	.about-sub {
		padding: 10px;
	}
}
.about-sub__img {
	position: absolute;
	bottom: 0;
	right: -60px;
	border-radius: 8px 8px 0 0;
	width: 115px;
	height: 120px;
}
@media screen and (max-width: 991px) {
	.about-sub__img {
		right: -90px;
	}
}
@media screen and (max-width: 400px) {
	.about-sub__img {
		width: 95px;
		height: 100%;
	}
}
.about-sub__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-sub__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.about-sub__title {
		font-size: 14px;
	}
}
.about-sub__info {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 140%;
	color: #565551;
	margin: 5px 0 15px;
}
@media screen and (max-width: 991px) {
	.about-sub__info {
		font-size: 11px;
		max-width: 190px;
	}
}
@media screen and (max-width: 400px) {
	.about-sub__info {
		margin: 2px 0;
	}
}
@media screen and (max-width: 400px) {
	.about-sub__info {
		max-width: 160px;
	}
}
.about-sub__label {
	padding-top: 8px;
	border-top: 1px solid rgba(86, 85, 81, 0.2);
	font-style: italic;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.about-sub__label {
		font-size: 11px;
	}
}

.counters {
	padding: 115px 0;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.counters {
		padding: 75px 0;
	}
}
.counters-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	margin-left: -50px;
	margin-right: -50px;
}
@media screen and (max-width: 1200px) {
	.counters-list {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media screen and (max-width: 991px) {
	.counters-list {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
}
.counters-item {
	width: calc(33.33% - 100px);
	margin: 0 50px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
@media screen and (max-width: 1200px) {
	.counters-item {
		width: calc(33.33% - 20px);
		margin: 0 10px;
	}
}
@media screen and (max-width: 991px) {
	.counters-item {
		width: 100%;
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 991px) {
	.counters-item:not(:last-child) {
		margin-bottom: 45px;
	}
}
.counters-item__title {
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(86, 85, 81, 0.2);
	display: flex;
}
@media screen and (max-width: 991px) {
	.counters-item__title {
		font-size: 42px;
		line-height: 130%;
	}
}
.counters-item__desc {
	margin-top: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.counters-item__desc {
		font-size: 18px;
	}
}

.plans {
	padding: 115px 0 95px;
	display: none!important;
}
@media screen and (max-width: 991px) {
	.plans {
		padding: 5px 0 80px;
	}
}
.plans .intro-footer__clients-right {
	margin-left: 0;
	margin-right: 20px;
}
.plans .intro-footer__clients-right h6 {
	color: #565551;
}
.plans .intro-footer__clients-right p {
	color: #565551;
}
.plans-logo {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}
@media screen and (max-width: 991px) {
	.plans-logo {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.plans-logo svg {
		width: 62px;
		height: 62px;
	}
}
.plans-logo .intro-footer__clients {
	display: none;
}
@media screen and (max-width: 991px) {
	.plans-logo .intro-footer__clients {
		display: flex;
	}
}
.plans-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.plans-head .intro-footer__clients {
		display: none;
	}
}
.plans-title {
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.plans-title {
		font-size: 36px;
		line-height: 130%;
	}
}
.plans-info {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.plans-list {
	width: calc(100% - 12px);
}
.plans-list .plans-content__item {
	display: none;
}
@media screen and (max-width: 991px) {
	.plans-list .plans-content__item {
		display: block;
		margin-top: 15px;
		overflow: hidden;
	}
	.plans-list .plans-content__item:after {
		content: '';
		display: block;
		position: absolute;
		right: -15px;
		top: -30px;
		width: 120px;
		height: 120px;
		transform: rotate(-90deg);
		background: url('../images/svg/plans.svg') center center no-repeat;
		background-size: contain;
	}
}
.plans-list__item {
	width: 100%;
	height: 120px;
	background: #ffffff;
	border: 1px solid #d9d6d2;
	border-radius: 8px;
	padding: 45px 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
@media screen and (max-width: 991px) {
	.plans-list__item {
		padding: 24px 28px;
		height: 80px;
	}
	.plans-list__item.active .plans-list__item-arrow {
		transform: rotate(90deg);
	}
}
.plans-list__item:not(:first-child) {
	margin-top: 15px;
}
.plans-list__item:hover {
	background: #ebedde;
}
.plans-list__item.active {
	background: #ebedde;
}
.plans-list__item-label {
	position: absolute;
	left: 20px;
	top: -20px;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: #ffffff;
	background: #7a303f;
	border-radius: 32px;
}
@media screen and (max-width: 991px) {
	.plans-list__item-label {
		font-size: 12px;
		padding: 10px 15px;
	}
}
.plans-list__item-title {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.plans-list__item-title {
		font-size: 24px;
		line-height: 130%;
	}
}
.plans-list__item-arrow {
	transition: transform 0.3s ease;
}
.plans-content {
	width: calc(100% - 12px);
	margin-left: 24px;
	display: flex;
	flex-direction: column;
	align-self: stretch;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.plans-content {
		display: none;
	}
}
.plans-content:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 180px;
	height: 180px;
	background: url('../images/svg/plans.svg') center center no-repeat;
	background-size: contain;
}
.plans-content__item {
	height: 100%;
	padding: 60px 40px;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	position: absolute;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}
@media screen and (max-width: 991px) {
	.plans-content__item {
		padding: 25px 20px;
	}
}
.plans-content__item.active {
	position: relative;
	z-index: 1;
	opacity: 1;
	visibility: visible;
}
.plans-content__wrap {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.plans-content__label {
	padding: 15px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 110%;
	text-align: center;
	color: #5f6736;
	background: #ebedde;
	border-radius: 31px;
}
@media screen and (max-width: 991px) {
	.plans-content__label {
		padding: 10px 15px;
	}
}
.plans-content__title {
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 130%;
	color: #565551;
	margin: 15px 0;
}
@media screen and (max-width: 991px) {
	.plans-content__title {
		margin: 10px 0;
		font-size: 26px;
		line-height: 130%;
	}
}
.plans-content__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #565551;
	opacity: 0.6;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.plans-content__desc {
		font-size: 14px;
		line-height: 160%;
		margin-bottom: 24px;
	}
}
.plans-content__action {
	display: flex;
	justify-content: flex-start;
}

.plans-content__action form{
	position: relative;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	padding: 15px 20px;
	border-radius: 100px;
	text-decoration: none;
	display: block;
	background: #5f6736;
	color: #ffffff;
	width: 242px;
	height: 58px;
	border: 1px solid transparent;
	transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.plans-content__action form input[type="image"]{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
}

.plans-content__action form span{
	text-align: center;
	height: 47px;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -9px;
}

.plans-content__action form:hover{
	border-color: #5f6736;
	background: transparent;
	color: #5f6736; 
	border: 1px solid #5f6736;
	transition: color 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}


@media screen and (max-width: 991px) {
	.plans-content__action {
		width: 100%;
	}
	.plans-content__action a {
		width: 100%;
		text-align: center;
	}
}

.feedback {
	overflow: hidden;
	padding-bottom: 120px;
}
.feedback .container {
	padding: 0 0 0 60px;
}
@media screen and (max-width: 991px) {
	.feedback .container {
		padding: 0 25px;
	}
}
.feedback-wrap {
	width: 100vw;
}
.feedback-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	padding-right: 60px;
}
.feedback-title {
	max-width: 495px;
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.feedback-title {
		font-size: 36px;
		line-height: 130%;
	}
}
.feedback-navigation {
	width: 94px;
	height: 42px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #5f6736;
	border-radius: 100px;
}
@media screen and (max-width: 991px) {
	.feedback-navigation {
		display: none;
	}
}
.feedback-navigation button {
	width: 50%;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
.feedback-navigation button.slick-disabled {
	pointer-events: none;
	opacity: 0.2;
}
.feedback-navigation button:last-child {
	position: relative;
}
.feedback-navigation button:last-child:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #ffffff;
	opacity: 0.2;
	border-radius: 4px;
}
.feedback-navigation button svg {
	width: 18px;
	height: 18px;
}
.feedback-list {
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
.feedback-list .slick-dots {
	position: absolute;
	bottom: -45px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.feedback-list .slick-dots li.slick-active button {
	background: #5f6736;
}
.feedback-list .slick-dots li + li {
	margin-left: 10px;
}
.feedback-list .slick-dots button {
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #edede8;
	border: none;
	transition: background 0.3s ease;
}
.feedback-item {
	display: flex !important;
	flex-direction: column;
	background: #f8f3ec;
	border-radius: 8px;
	position: relative;
	padding: 45px 50px 55px;
	width: 100%;
	max-width: 1120px;
	margin: 0 20px;
	opacity: 0.2;
	transition: opacity 0.3s ease;
}
@media screen and (max-width: 1200px) {
	.feedback-item {
		max-width: 90vw;
	}
}
@media screen and (max-width: 991px) {
	.feedback-item {
		padding: 30px 20px 20px;
	}
}
.feedback-item.slick-current {
	opacity: 1;
}
.feedback-item:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 240px;
	height: 240px;
	background: url('../images/svg/slider.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.feedback-item:after {
		width: 64px;
		height: 64px;
	}
}
.feedback-item__title {
	font-weight: 400;
	font-size: 40px;
	line-height: 130%;
	color: #565551;
	margin: 70px 0 12px;
	max-width: 580px;
}
@media screen and (max-width: 991px) {
	.feedback-item__title {
		margin: 18px 0 8px;
		font-size: 24px;
	}
}
.feedback-item__info {
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #565551;
	max-width: 580px;
}
@media screen and (max-width: 991px) {
	.feedback-item__info {
		font-size: 14px;
		line-height: 160%;
	}
}
.feedback-item__author {
	margin-top: 45px;
	min-width: 220px;
	padding-top: 12px;
	border-top: 1px solid rgba(86, 85, 81, 0.2);
	width: fit-content;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.feedback-item__author {
		margin-top: 33px;
	}
}
@media screen and (max-width: 991px) {
	.feedback-item__icon {
		width: 40px;
		height: 28px;
	}
	.feedback-item__icon svg {
		width: 100%;
		height: 100%;
	}
}

.info {
	padding: 350px 0 180px;
	background: #5f6736;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.info {
		padding: 180px 0 80px;
	}
}
.info:after {
	content: '';
	display: block;
	position: absolute;
	right: -10px;
	top: -20px;
	width: 470px;
	height: 470px;
	background: url('../images/svg/info-top.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.info:after {
		width: 130px;
		height: 130px;
	}
}
.info:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 120px;
	left: -60px;
	width: 315px;
	height: 315px;
	background: url('../images/svg/info-bottom.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.info:before {
		width: 150px;
		height: 150px;
		bottom: -50px;
		left: -20px;
	}
}
.info-header {
	position: relative;
}
.info-header__title {
	font-weight: 500;
	font-size: 72px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.info-header__title {
		font-size: 40px;
		line-height: 120%;
	}
}
.info-header__img {
	position: absolute;
}
.info-header__img.first {
	width: 320px;
	height: 180px;
	top: calc(-100% - 50px);
	left: -40px;
}
@media screen and (max-width: 1200px) {
	.info-header__img.first {
		top: calc(-100% + 20px);
		left: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.info-header__img.first {
		width: 180px;
		height: 80px;
		top: calc(-100% - 20px);
	}
}
@media screen and (max-width: 600px) {
	.info-header__img.first {
		top: -100px;
	}
}
.info-header__img.second {
	width: 300px;
	height: 180px;
	right: -8%;
	bottom: -90%;
}
@media screen and (max-width: 991px) {
	.info-header__img.second {
		display: none;
	}
}
.info-header__img.third {
	width: 290px;
	height: 180px;
	top: calc(100% + 60px);
	left: -50px;
}
@media screen and (max-width: 991px) {
	.info-header__img.third {
		display: none;
	}
}
.info-header__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.info-line {
	width: 1px;
	height: 180px;
	background: #ffffff;
	margin: 35px auto 80px;
}
@media screen and (max-width: 991px) {
	.info-line {
		height: 50px;
		margin: 20px auto 25px;
	}
}
.info-subtitle {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #ffffff;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.info-subtitle {
		font-size: 24px;
		line-height: 130%;
	}
}
.info-content {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #ffffff;
	max-width: 510px;
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	.info-content {
		font-size: 13px;
		line-height: 170%;
	}
}
.info-action {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.info-action {
		margin-top: 25px;
	}
}
.info-action a {
	margin: 15px 25px;
	color: #565551;
	background: white;
}

.practice-clinic {
    position: relative;
    background: #5F6736;
    padding: 60px;
    padding-bottom: 100px;
}

.practice-clinic #clinic{
	position: absolute;
    left: 0px;
    top: -80px;
    width: 0px;
    height: 0px;
}


.practice-clinic .clinic {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    flex-direction: column;
}

.practice-clinic .practice__ico svg {
    position: absolute;
    width: 278px;
    height: 273px;
    right: 0;
    top: 0;
}

.practice-clinic .clinic__logo img{
    position: absolute;
    width: 278px;
    height: 273px;
    right: 0;
    top: 0;
}

.practice-clinic .practice__ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.practice-clinic .clinic__subtitle {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.64px;
    margin-top: 18px;
    margin-bottom: 8px;
}

.practice-clinic .clinic__main_title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFF;
    font-family: "Cormorant Garamond";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -2.88px;
    text-transform: uppercase;
	margin-bottom: 60px;
}


.practice-clinic .clinic__description{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px; 
	 width: 695px;
}

.practice-clinic .clinic__description p{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: -0.48px;
}

.practice-clinic .clinic__line {
    width: 1px;
    height: 72px;
    background: #FFF;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 31px;
}

.practice-clinic .clinic__box .clinic__title {
    color: #EDD48E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.64px;
    margin: 0 auto;
    margin-bottom: 52px;
    width: 585px;
}

.practice-clinic .clinic__box .clinic__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
    margin-bottom: 71px;
}

.practice-clinic .clinic__box .clinic__item {
    position: relative;
    display: inline-flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 16px;
    border: 2px solid #7E835A;
    width: 313px;
    height: 220px;
}

.practice-clinic .clinic__box .clinic__item:nth-child(4):after {
    position: absolute;
    content: 'only $50';
    right: 15px;
    top: 15px;
    color: #5F6736;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    border-radius: 32px;
    background: #FFF;
    padding-top: 5px;
    width: 96px;
    height: 35px;
}

.practice-clinic .clinic__box .clinic__item .clinic__label {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #5F6736;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    border-radius: 32px;
    background: #FFF;
    width: 96px;
    height: 39px;
}

.practice-clinic .clinic__box .clinic__item .clinic__title {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
    width: auto;
    text-align: left;
    margin-left: 0;
    margin-top: 3px;
    margin-bottom: 0px;
}

.practice-clinic .clinic__box .clinic__item .clinic__description{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: auto;
    margin-top: 0;
    text-align: left;
}

.practice-clinic .clinic__box .clinic__item .clinic__description p{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    width: auto;
    margin-top: 0;
    text-align: left;
}

.practice-clinic .clinic__box .clinic__second_title {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    width: auto;
    margin-bottom: 20px;
}

.practice-clinic .clinic__box .clinic__description p{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    width: auto;
    width: 650px;
    margin: 0 auto;
}

.practice-clinic .clinic__box .clinic__line_second {
    background: #EDD48E;
}

.practice-clinic .clinic__box .clinic__third_title {
    color: #EDD48E;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.64px;
    margin-bottom: 30px;
}

.practice-clinic .clinic__box .clinic__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

.practice-clinic .clinic__box .clinic__button {
       color: #11110F;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    border-radius: 100px;
    background: #FFF;
    display: inline-flex;
    padding: 17px 28px;
    align-items: flex-start;
    gap: 10px;
    height: 53px;
    margin: 0 auto;
    text-decoration: none;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.practice-clinic .clinic__box .clinic__buttons_box {
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f8f3ec;
    width: 375px;
    height: 370px;
    border-radius: 16px;
    background: #f8f3ec url(https://drwordsmithwisdom.com/wp-content/themes/word-smith/assets/images/svg/form-icon.svg) center center no-repeat;
    background-size: contain;
	background-position: 0px 170px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 5%);
    z-index: 1;
    display: none;
}

.practice-clinic .clinic__box .clinic__buttons_box .clinic__button{
	position: relative;
    overflow: hidden;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 53px;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 18px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    display: flex;
    width: 240px;
    padding: 12px 24px;
    padding-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #5F6736;
    color: #fff;
	cursor: pointer;
	transition: 0.6s all;
}


.practice-clinic .clinic__box .clinic__buttons_box .clinic__button:hover{
	opacity: 0.8;
}

.practice-clinic .clinic__box .clinic__buttons_box .clinic__else{
color: #565551;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
display: block; 
margin-bottom: 12px;
}

.practice-clinic .clinic__box .clinic__close {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.practice-clinic .clinic__box .clinic__buttons_box .clinic__box_title{
	color: #565551;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.48px;
    width: 175px;
    margin-top: 12px;
    margin-bottom: 28px;
}

.practice-clinic form {
	position: relative;
    overflow: hidden;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    height: 53px;
    margin: 0 auto;
    text-decoration: none;
    margin-bottom: 18px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    display: flex;
    width: 240px;
    padding: 12px 24px;
    padding-top: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #5F6736;
    color: #fff;
	cursor: pointer;
}

.practice-clinic form:hover{
	transition: 0.6s all;
	opacity: 0.8;
}

.practice-clinic form input[type="image"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
}

@media (max-width: 1280px) {
    .practice-clinic .clinic__box .clinic__items {
        gap: 0px;
    }
}

@media (max-width: 1270px) {
    .practice-clinic .clinic__box .clinic__items {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .practice-clinic .clinic__box .clinic__item {
        margin-bottom: 25px;
    }

    .practice-clinic .clinic__box .clinic__item:last-child {
        margin-bottom: 0px;
    }
}

@media (max-width: 990px) {
    .practice-clinic {
        position: relative;
        background: #5F6736;
        padding: 60px 25px;
        padding-bottom: 80px;
		margin-bottom: 50px;
    }

    .practice-clinic .clinic__box .clinic__item {
        height: auto;
        padding-bottom: 35px;
    }

    .practice-clinic .clinic__subtitle {
        font-size: 27px!important;
    }

    .practice-clinic .clinic__description p{
        font-size: 21px!important;
    }

    .practice-clinic .clinic__main_title {
        font-size: 41px!important;
        text-align: center;
        margin-top: 5px;
    }

    .practice-clinic .clinic__box .clinic__title {
        font-size: 23px!important;
        width: 100%;
    }

    .practice-clinic .clinic__box .clinic__description p{
        width: 100%;
    }
	
	.practice-clinic .clinic__description{
	width: 100%;
    margin-top: 0;
    text-align: left;
    font-size: 16px;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 160%;
	}

    .practice-clinic .clinic__description p{
        font-size: 17px!important;
        width: 100%;
    }
	.practice-clinic .clinic__box .clinic__item:nth-child(4):after {
    position: absolute;
    content: 'only $50';
    right: 15px;
    top: 15px;
    color: #5F6736;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    border-radius: 32px;
    background: #FFF;
    padding-top: 3px;
    width: 90px;
    height: 32px;
}
	.practice-clinic .clinic__box .clinic__buttons_box {
		width: 320px;
	}
}

.form {
	padding: 100px 0;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.form {
		padding: 80px 0;
	}
}
.form-wrap {
	padding: 50px 170px 50px 60px;
	background: #f8f3ec;
	border-radius: 8px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 1200px) {
	.form-wrap {
		padding: 50px 60px 50px 60px;
	}
}
@media screen and (max-width: 1050px) {
	.form-wrap {
		padding: 40px 25px;
	}
}
@media screen and (max-width: 991px) {
	.form-wrap {
		flex-direction: column;
		padding: 40px 20px 110px 20px;
	}
}
.form-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 541px;
	height: 275px;
	background: url('../images/svg/form-icon.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.form-wrap:after {
		display: none;
	}
}
.form-left {
	max-width: 480px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}
@media screen and (max-width: 991px) {
	.form-left {
		max-width: none;
	}
}
.form-left__bottom {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 991px) {
	.form-left__bottom {
		position: absolute;
		bottom: 40px;
		left: 20px;
	}
	.form-left__bottom svg {
		width: 128px;
		height: 19px;
	}
}
.form-left__bottom span {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.form-left__bottom span {
		font-size: 9px;
		line-height: 14px;
	}
}
.form-title {
	font-weight: 500;
	font-size: 38px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.form-title {
		font-size: 36px;
		line-height: 130%;
		margin-bottom: 6px;
	}
}
.form-desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
	max-width: 330px;
}
@media screen and (max-width: 991px) {
	.form-desc {
		max-width: none;
		margin-bottom: 25px;
		font-size: 14px;
		line-height: 160%;
	}
}
.form-right {
	width: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.form-right {
		width: 100%;
	}
}
.form-row {
	width: 100%;
}
.form-row__label {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
	opacity: 0.7;
	width: 100%;
	position: relative !important;
	z-index: 11;
}

.form .form-right {
	align-items: initial !important;
}

.contacts .contacts-right .form-right {
	align-items: inherit !important;
}

.contacts-right .form-row {
	position: relative !important;
}
.contacts-right .form-row .form-row__label span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
	width: 100%;
	position: relative !important;
	left: auto;
	top: auto;
	margin-top: 8px;
}

.form .form-row {
	position: relative !important;
}
.form .form-row .form-row__label span {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
	width: 100%;
	position: relative !important;
	left: auto;
	top: auto;
	margin-top: 8px;
}

.form-row span {
	position: absolute;
	left: 8px;
	top: 0;
	width: 100%;
	height: 100%;
	transition: top 0.2s ease, font-size 0.2s ease;
}
.form-row .name {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0;
	width: 100%;
	height: 100%;
	transition: top 0.2s ease, font-size 0.2s ease;
}

.form .form-row .name {
	color: rgb(86 85 81 / 70%);
}

.form-row span.open {
	top: -90%;
	font-size: 10px;
}
.form-row input {
	height: 32px;
	width: 100%;
	border-bottom: 1px solid rgba(86, 85, 81, 0.3);
	border-left: none;
	border-right: none;
	border-top: none;
	background: transparent;
	padding: 0 0px;
	font-size: 16px;
	line-height: 32px;
	color: #565551;
}
.form-row input:focus + span {
	top: -90%;
	font-size: 10px;
}

.name {
	transition: all 0.6s;
}

.name-active {
	top: -15px !important;
	font-size: 10px;
}

.form-row:not(:first-child) {
	margin-top: 40px;
}
.form-action {
	margin-top: 50px;
	width: 100%;
}
.form-action .wpcf7-submit {
	width: 100%;
	height: 50px;
	background: #5f6736;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #ffffff;
	border: none;
	transition: 0.6s;
	cursor: pointer;
}

.form-action .wpcf7-submit:hover {
	background: #f8f3ec !important;
}

.form .form-action .wpcf7-submit:hover {
	background: #f8f3ec !important;
	border: 1px solid #5f6736 !important;
	color: #5f6736 !important;
	transition: 0.3s;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 0em 1em;
	border: 0px solid #00a0d2;
	font-size: 12px;
	color: #d8c9c9 !important;
}

.wpcf7-not-valid-tip {
	color: #d8c9c9 !important;
	font-size: 14px !important;
	font-weight: normal;
	display: block;
}

.form .wpcf7-not-valid-tip {
	color: #ac9170 !important;
}

.form .wpcf7 form .wpcf7-response-output {
	color: #ac9170 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450 !important;
}

.wpcf7-not-valid-tip {
	margin-bottom: -35px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(61, 63, 52, 0.65);
	z-index: 111;
	display: none;
}
.popup .popup__block {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1000px;
}
@media (max-width: 1010px) {
	.popup .popup__block {
		width: 95%;
	}
}
.popup .form-close {
	position: absolute;
	top: 21px;
	right: 23px;
	opacity: 0.8;
	transition: 0.6s;
	cursor: pointer;
}

.popup .form-close:hover {
	opacity: 1;
}

@media (min-width: 1011px) {
	.popup .form-wrap {
		padding: 50px 60px 50px 60px;
	}
}

@media (max-width: 420px) {
	.popup .form-desc {
		margin-bottom: -10px;
	}
	.popup .form-action {
		margin-top: 35px;
	}
}

@media (max-width: 375px) {
	.popup .form-desc {
		margin-bottom: -20px;
	}

	.popup .popup__block {
		top: 50%;
	}
	.popup .form-wrap {
		padding: 40px 20px 75px 20px;
	}

	.popup .form-left__bottom {
		bottom: 23px;
	}

	.popup .form-action {
		margin-top: 25px;
	}
}

.footer {
	padding: 95px 0 15px;
	background: #3d3f34;
}
@media screen and (max-width: 991px) {
	.footer {
		padding: 60px 0 30px;
	}
}
.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
	.footer-logo {
		margin-bottom: 40px;
	}
}
.footer-info {
	font-weight: 500;
	font-size: 72px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #ebedde;
}
@media screen and (max-width: 991px) {
	.footer-info {
		font-size: 40px;
		line-height: 120%;
	}
}
.footer-info:not(:first-child) {
	margin-top: 10px;
}
@media screen and (max-width: 991px) {
	.footer-info:not(:first-child) {
		margin-top: 5px;
	}
}
.footer-social {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.footer-social {
		margin-top: 40px;
	}
}
.footer-social__item:last-child {
	margin-left: 20px;
}
.footer-social__item svg path {
	transition: transform 0.7s ease;
	transform-origin: center;
}
.footer-social__item:hover svg path {
	transform: rotateY(360deg);
}
.footer-nav {
	margin-top: 80px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}
@media screen and (max-width: 991px) {
	.footer-nav {
		margin-top: 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.footer-nav__item:not(:first-child) {
	margin-left: 25px;
}
@media screen and (max-width: 991px) {
	.footer-nav__item:not(:first-child) {
		margin-left: 0;
		margin-top: 24px;
	}
}
.footer-nav__item a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	text-align: center;
	color: #ffffff;
}
.footer-copyright {
	margin-top: 65px;
	text-align: center;
}
@media screen and (max-width: 991px) {
	.footer-copyright {
		margin-top: 55px;
	}
}
.footer-copyright a {
	text-decoration: none;
	margin-top: 65px;
	font-weight: 400;
	font-size: 12px;
	line-height: 130%;
	text-align: center;
	color: #5a5c50;
}

.hero {
	background: #f8f3ec;
	padding: 110px 0 140px;
	position: relative;
}
@media screen and (max-width: 991px) {
	.hero {
		padding: 60px 0 100px;
	}
}
.hero:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 179px;
	height: 181px;
	background: url('../images/svg/contact-left.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.hero:after {
		width: 122px;
		height: 122px;
		left: -50px;
		bottom: -50px;
	}
}
.hero:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 178px;
	height: 81px;
	background: url('../images/svg/contacts-right-first.svg') center center
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.hero:before {
		display: none;
	}
}
.hero-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-title {
	font-family: 'Cormorant Garamond', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 86px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #5f6736;
	margin-bottom: 20px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.hero-title {
		font-size: 56px;
		line-height: 100%;
		margin-bottom: 15px;
	}
}
.hero-subtitle {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #565551;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 991px) {
	.hero-subtitle {
		font-size: 14px;
		line-height: 160%;
	}
}

.contacts {
	background: linear-gradient(to right, #ffffff 50%, #5f6736 50%);
	position: relative;
}
@media screen and (max-width: 991px) {
	.contacts {
		background: transparent;
	}
}
@media screen and (max-width: 991px) {
	.contacts .container {
		padding: 0;
	}
}
.contacts:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 178px;
	height: 149px;
	background: url('../images/svg/contact-right-second.svg') center center
		no-repeat;
	background-size: contain;
}
@media screen and (max-width: 991px) {
	.contacts:after {
		display: none;
	}
}
.contacts-wrap {
	padding: 95px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 991px) {
	.contacts-wrap {
		flex-direction: column;
		padding: 0;
	}
}
@media screen and (max-width: 991px) {
	.contacts-left {
		width: 100%;
		padding: 70px 15px;
		background: #ffffff;
	}
}
.contacts-info {
	width: 470px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
}
@media screen and (max-width: 1250px) {
	.contacts-info {
		width: 400px;
	}
}
@media screen and (max-width: 991px) {
	.contacts-info {
		width: 100%;
	}
}
.contacts-info__top {
	padding: 30px;
	border-bottom: 1px solid #e7e7e7;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.contacts-info__top {
		padding: 20px;
	}
}
.contacts-info__avatar {
	border-radius: 8px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
}
@media screen and (max-width: 600px) {
	.contacts-info__avatar {
		width: 56px;
		height: 56px;
	}
}
.contacts-info__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contacts-info__name h6 {
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #565551;
	margin-bottom: 4px;
}
.contacts-info__name p {
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #898885;
}
.contacts-info__body {
	padding: 30px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 991px) {
	.contacts-info__body {
		padding: 20px;
	}
}
.contacts-info .contacts-item:not(:first-child) {
	margin-top: 20px;
}
.contacts-info .contacts-item p {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
	opacity: 0.7;
	margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
	.contacts-info .contacts-item p {
		font-size: 14px;
	}
}
.contacts-info .contacts-item a {
	text-decoration: none;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #565551;
}
@media screen and (max-width: 600px) {
	.contacts-info .contacts-item a {
		font-size: 16px;
	}
}
.contacts-info__social-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.contacts-info__social-list a + a {
	margin-left: 20px;
}
.contacts-info__social-list a svg rect {
	transition: fill 0.3s ease;
}
.contacts-info__social-list a svg path {
	transition: transform 1s ease, fill 0.3s ease;
	transform-origin: center;
}
.contacts-info__social-list a:hover svg rect {
	fill: #5f6736;
}
.contacts-info__social-list a:hover svg path {
	transform: rotateY(360deg);
	fill: white;
}
.contacts-info__bottom {
	padding: 30px;
	border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 991px) {
	.contacts-info__bottom {
		padding: 20px;
	}
}
.contacts-info__bottom a {
	display: block;
	width: 100%;
	text-decoration: none;
	background: #5f6736;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #ffffff;
	padding: 15px 40px;
	border: 2px solid transparent;
	transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.contacts-info__bottom a:hover {
	border: 2px solid #5f6736;
	color: #5f6736;
	background: #ffffff;
}
.contacts-right {
	width: 530px;
}
@media screen and (max-width: 1250px) {
	.contacts-right {
		width: 400px;
	}
}
@media screen and (max-width: 991px) {
	.contacts-right {
		background: #5f6736;
		width: 100%;
		padding: 55px 15px 70px;
		position: relative;
		overflow: hidden;
	}
	.contacts-right:after {
		content: '';
		display: block;
		position: absolute;
		right: -15px;
		top: -20px;
		width: 150px;
		height: 170px;
		background: url('../images/svg/contact-right-second.svg') center center
			no-repeat;
		background-size: contain;
	}
}
.contacts-right__title {
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #ffffff;
	margin-bottom: 8px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.contacts-right__title {
		font-size: 36px;
	}
}
.contacts-right__subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #ffffff;
	max-width: 330px;
	margin-bottom: 0px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 600px) {
	.contacts-right__subtitle {
		font-size: 14px;
		line-height: 160%;
		margin-bottom: 25px;
	}
}
/* .contacts .form-row span {
	color: #ffffff;
	opacity: 0.7;
} */

.contacts .form-row .name {
	color: #ffffff;
	opacity: 0.7;
}

.contacts .form-row input {
	font-family: 'Poppins', sans-serif;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	transition: color 0.3s ease, border-color 0.3s ease;
	color: #ffffff;
}
.form .form-row input {
	font-family: 'Poppins', sans-serif;
	transition: color 0.3s ease, border-color 0.3s ease;
}
.contacts .form-row input:focus,
.contacts .form-row input:active {
	border-bottom: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 991px) {
	.contacts .form-row input {
		font-size: 14px;
	}
}
.contacts .form-row__label {
	opacity: 1;
}
@media screen and (max-width: 991px) {
	.contacts .form-row__label {
		font-size: 14px;
	}
}
.contacts .form-action .wpcf7-submit {
	background: #ffffff;
	border-radius: 100px;
	color: #565551;
}
.contacts .form-right {
	width: 100%;
}

.biography {
	background: #f8f3ec;
	padding: 60px 0 70px;
}
@media screen and (max-width: 600px) {
	.biography {
		padding: 60px 0 35px;
	}
}
.biography-wrap {
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 600px) {
	.biography-action {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 400px) {
	.biography-action {
		width: 100%;
		text-align: center;
	}
}
.biography-action a {
	padding: 15px 40px;
}
.biography-clients .intro-footer__clients {
	flex-direction: row-reverse;
}
.biography-title {
	font-family: 'Cormorant Garamond', sans-serif;
	position: relative;
	font-weight: 500;
	font-size: 86px;
	line-height: 100%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #5f6736;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 600px) {
	.biography-title {
		font-size: 56px;
		line-height: 100%;
	}
}
.biography-title span {
	position: relative;
}
.biography-title span:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 112px;
	width: 47px;
	height: 28px;
	background: url('../images/svg/dragon.svg') center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 600px) {
	.biography-title span:after {
		width: 26px;
		height: 15px;
		left: 72px;
	}
}
.biography-desc {
	text-align: center;
	max-width: 530px;
	margin: 20px auto 35px;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #565551;
}
@media screen and (max-width: 600px) {
	.biography-desc {
		font-size: 14px;
		max-width: none;
		margin: 15px auto 25px;
	}
}
.biography-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 600px) {
	.biography-bottom {
		padding-top: 110px;
		position: relative;
	}
}

.history {
	padding: 120px 0 60px;
}
@media screen and (max-width: 991px) {
	.history {
		padding: 70px 0;
		position: relative;
	}
}

.page-template-page-thank-you .history{
	padding: 60px 0 60px;
}

.page-template-page-thank-you .history .btn-dark{ 
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.history-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 991px) {
	.history-top {
		flex-direction: column;
	}
}
.history-top__desc {
	max-width: 520px;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #565551;
	opacity: 0.6;
}
@media screen and (max-width: 1300px) {
	.history-top__desc {
		max-width: 450px;
	}
}
@media screen and (max-width: 1100px) {
	.history-top__desc {
		max-width: 400px;
	}
}
@media screen and (max-width: 991px) {
	.history-top__desc {
		font-size: 14px;
		line-height: 28px;
		max-width: none;
		text-align: left;
	}
}
.history-title {
	max-width: 560px;
	text-align: left;
	font-weight: 500;
	font-size: 56px;
	line-height: 130%;
	letter-spacing: -0.02em;
	color: #565551;
}
@media screen and (max-width: 1300px) {
	.history-title {
		max-width: 450px;
		font-size: 50px;
		line-height: 130%;
	}
}
@media screen and (max-width: 1100px) {
	.history-title {
		max-width: 400px;
	}
}
@media screen and (max-width: 991px) {
	.history-title {
		font-size: 36px;
		line-height: 130%;
		max-width: none;
		text-align: left;
		margin-bottom: 20px;
	}
}
.history-slider {
	padding: 75px 0;
}
@media screen and (max-width: 600px) {
	.history-slider {
		padding: 30px 0 75px;
	}
}
.history-slider__list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: -12px;
	margin-right: -12px;
}
@media screen and (max-width: 600px) {
	.history-slider__list {
		margin-left: 0;
		margin-right: 0;
	}
}
.history-slider__item {
	width: calc(33.3% - 24px);
	margin: 0 12px;
	height: auto;
}
@media screen and (max-width: 600px) {
	.history-slider__item {
		height: auto;
		margin: 0 5px;
	}
}
.history-slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.history-slider .slick-dots {
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.history-slider .slick-dots li.slick-active button {
	background: #5f6736;
}
.history-slider .slick-dots li + li {
	margin-left: 10px;
}
.history-slider .slick-dots button {
	margin: 0;
	padding: 0;
	font-size: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #edede8;
	border: none;
	transition: background 0.3s ease;
}

.history-content {
	padding: 10px 0 35px;
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #565551;
	opacity: 0.8;
}

.history-content ol {
	padding-left: 12px;
	margin-bottom: 20px;
}

.history-content ol li {
	margin-bottom: 10px;
	list-style: auto;
}

.history-content ul {
	padding-left: 12px;
	margin-bottom: 20px;
}

.history-content ul li {
	margin-bottom: 10px;
	list-style: disc;
}

.history-content em {
	font-style: italic;
}
.history-content a {
	font-size: 16px;
	line-height: 28px;
	color: #565551;
}
.history-content h2 {
	margin-bottom: 12px;
}
.history-content h3 {
	margin-bottom: 12px;
}
.history-content h4 {
	margin-bottom: 12px;
}
.history-content h5 {
	margin-bottom: 12px;
}
.history-content h6 {
	margin-bottom: 12px;
}

@media screen and (max-width: 600px) {
	.history-content {
		font-size: 14px;
		line-height: 160%;
	}
}
.history-content p:not(:first-child) {
	margin-top: 30px;
}
.history-blockquote {
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-top: 35px;
	padding-left: 40px;
	position: relative;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #565551;
	opacity: 0.6;
}
@media screen and (max-width: 600px) {
	.history-blockquote {
		padding-top: 0;
		font-size: 14px;
		line-height: 160%;
	}
}
.history-blockquote:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 41px;
	height: 30px;
	background: url('../images/svg/biography-icon.svg') center center no-repeat;
	background-size: cover;
}

.book {
	margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
	.book {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 991px) {
	.book .container {
		padding: 0;
	}
}
.book-wrap {
	background: #5f6736;
	border-radius: 8px;
	padding: 100px 40px 35px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 991px) {
	.book-wrap {
		padding: 100px 15px 35px;
		border-radius: 0;
	}
}
.book-wrap:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 183px;
	height: 224px;
	background: url('../images/svg/book-icon.svg') center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.book-wrap:after {
		display: none;
	}
}
.book-wrap:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 196px;
	height: 197px;
	background: url('../images/svg/book-icon-2.svg') center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.book-wrap:before {
		width: 118px;
		height: 116px;
		right: -20px;
		top: -20px;
	}
}
.book-title {
	font-family: 'Cormorant Garamond', sans-serif;
	font-weight: 500;
	font-size: 72px;
	line-height: 120%;
	text-align: center;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #ffffff;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.book-title {
		font-size: 40px;
		line-height: 120%;
	}
}
.book-desc {
	margin: 20px auto 35px;
	text-align: center;
	max-width: 420px;
	font-weight: 400;
	font-size: 14px;
	line-height: 170%;
	color: #ffffff;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 991px) {
	.book-desc {
		margin: 20px auto 25px;
		font-size: 12px;
		line-height: 170%;
	}
}
.book-action {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
	.book-action {
		margin-bottom: 85px;
	}
}
.book-action a.btn.btn-light {
	background: #ffffff;
	color: #565551;
}
@media screen and (max-width: 991px) {
	.book-action a.btn.btn-light {
		font-size: 14px;
		line-height: 130%;
	}
}
.book-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.book-clients .intro-footer__clients {
	flex-direction: row-reverse;
}
