@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese);
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: "PT Sans", sans-serif;
	background-color: #ffffff;
}

body.loading {
	overflow: hidden;
}

body.overlay-opened {
	overflow: hidden;
}

.decor-wrapper {
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 415px) {
	.decor-wrapper > .line-decor {
		position: absolute;
		width: 100%;
		-webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.decor-wrapper > .line-decor.line-before {
		top: -50%;
		right: 0;
		left: 0;
		height: 100%;
	}
	.decor-wrapper > .line-decor.line-before.animated {
		top: 0;
		height: 1px;
	}
	.decor-wrapper > .line-decor.line-after {
		right: 0;
		bottom: -50%;
		left: 0;
		height: 100%;
	}
	.decor-wrapper > .line-decor.line-after.animated {
		bottom: 0;
		height: 1px;
	}
}

.main-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100vh;
	min-height: -webkit-calc(var(--vh, 1vh) * 100);
	min-height: calc(var(--vh, 1vh) * 100);
	-webkit-transition: all 0s, opacity 1s;
	-o-transition: all 0s, opacity 1s;
	transition: all 0s, opacity 1s;
	overflow: hidden;
}

.main-wrapper .preloader {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	height: -webkit-calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-wrapper .preloader .logo {
	position: relative;
}

@media only screen and (max-width: 414px) {
	.main-wrapper .preloader .logo {
		opacity: 0;
		-webkit-transition: opacity 1s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: opacity 1s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

.main-wrapper .preloader.animated {
	opacity: 1;
}

@media only screen and (max-width: 414px) {
	.main-wrapper .preloader.animated .logo {
		opacity: 1;
	}
}

.main-wrapper .preloader .line-decor-mobile {
	display: none;
}

@media only screen and (max-width: 414px) {
	.main-wrapper .preloader .line-decor-mobile {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		height: 20%;
		background-color: #428152;
		-webkit-transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.main-wrapper .preloader .line-decor-mobile.animated {
		height: 0;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(1) {
		top: 0%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(1).animated {
		top: 10%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(2) {
		top: 20%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(2).animated {
		top: 30%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(3) {
		top: 40%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(3).animated {
		top: 50%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(4) {
		top: 60%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(4).animated {
		top: 70%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(5) {
		top: 80%;
	}
	.main-wrapper .preloader .line-decor-mobile:nth-child(5).animated {
		top: 90%;
	}
}

.line-decor {
	background-color: rgba(255, 255, 255, 0.3);
}

.main-bg {
	display: none;
}

@media only screen and (min-width: 415px) {
	.main-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
		background-position: center;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.main-bg::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(66, 129, 82, 0.9);
		content: '';
	}
	.main-bg .line-decor {
		position: absolute;
		height: 100%;
		width: 1px;
	}
}

@media only screen and (min-width: 415px) and (max-width: 800px) {
	.main-bg .line-decor {
		display: none;
	}
}

@media only screen and (min-width: 415px) {
	.main-bg .line-decor.line-1 {
		top: -100%;
		left: 100px;
		-webkit-transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.main-bg .line-decor.line-2 {
		top: 100%;
		left: -webkit-calc((100% - 414px) / 2);
		left: calc((100% - 414px) / 2);
		-webkit-transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.main-bg .line-decor.line-3 {
		top: 100%;
		right: -webkit-calc((100% - 414px) / 2);
		right: calc((100% - 414px) / 2);
		-webkit-transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: top 1s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
	.main-bg .line-decor.line-4 {
		top: -100%;
		right: 100px;
		-webkit-transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: top 1s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	}
}

@media only screen and (min-width: 415px) and (max-width: 800px) {
	.main-bg .line-decor.line-4 {
		display: none;
	}
}

@media only screen and (min-width: 415px) {
	.main-bg .line-decor.animated {
		top: 0;
	}
	.main-bg .caption {
		position: absolute;
		bottom: 100px;
		left: -webkit-calc(35px + (80px * 2));
		left: calc(35px + (80px * 2));
		color: #ffffff;
		font-size: 80px;
		font-weight: 700;
		line-height: 80px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: 0 100%;
		-ms-transform-origin: 0 100%;
		transform-origin: 0 100%;
		opacity: 0;
		-webkit-transition: opacity .5s ease-in-out 1s;
		-o-transition: opacity .5s ease-in-out 1s;
		transition: opacity .5s ease-in-out 1s;
	}
	.main-bg.animated {
		opacity: 1;
	}
	.main-bg.animated .caption {
		opacity: 0.2;
	}
}

.responsive-wrapper {
	position: relative;
	width: 414px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	opacity: 0;
	-webkit-transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.responsive-wrapper.animated {
	opacity: 1;
}

@media only screen and (min-width: 415px) {
	.responsive-wrapper {
		height: 896px;
		max-height: -webkit-calc(100vh - 200px);
		max-height: calc(100vh - 200px);
		max-height: -webkit-calc((var(--vh, 1vh) * 100) - 200px);
		max-height: calc((var(--vh, 1vh) * 100) - 200px);
	}
}

@media only screen and (min-width: 415px) and (max-height: 800px) {
	.responsive-wrapper {
		max-height: -webkit-calc(100vh - 100px);
		max-height: calc(100vh - 100px);
		max-height: -webkit-calc((var(--vh, 1vh) * 100) - 100px);
		max-height: calc((var(--vh, 1vh) * 100) - 100px);
	}
}

.responsive-wrapper .video-block {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 4;
	height: 100vh;
	height: -webkit-calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1vh) * 100);
	margin-right: -30px;
	margin-left: -30px;
}

@media only screen and (min-width: 415px) {
	.responsive-wrapper .video-block {
		height: 100%;
		bottom: 0;
	}
}

.responsive-wrapper .video-block .video-wrapper {
	position: relative;
	height: 100%;
}

.responsive-wrapper .video-block .video-wrapper video {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.responsive-wrapper .video-block .video-wrapper .color {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(66, 129, 82, 0.8);
}

.responsive-wrapper .video-block .content-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 30px;
	text-align: center;
}

.responsive-wrapper .video-block .content-wrapper .logo {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 200px;
	max-height: 110px;
	margin-top: 24px;
	margin-bottom: 40px;
}

.responsive-wrapper .video-block .content-wrapper .header {
	margin-bottom: 22px;
	color: #ffffff;
	font-size: 34px;
	font-weight: bold;
	line-height: 1.235em;
}

.responsive-wrapper .video-block .content-wrapper .subline {
	width: 20px;
	height: 1px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	background-color: #ffffff;
}

.responsive-wrapper .video-block .content-wrapper .subheader {
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.responsive-wrapper .video-block .content-wrapper .contacts-block {
	position: relative;
	margin-top: auto;
}

.responsive-wrapper .video-block .content-wrapper .contacts-block .contacts-item a {
	position: relative;
	display: block;
	padding: 21px 30px;
	margin-right: -30px;
	margin-left: -30px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 13px;
	letter-spacing: 0.085em;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	-webkit-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	overflow: hidden;
	cursor: pointer;
}

.responsive-wrapper .video-block .content-wrapper .contacts-block .contacts-item a::after {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	content: '';
}

.responsive-wrapper .video-block .content-wrapper .contacts-block .contacts-item a:hover, .responsive-wrapper .video-block .content-wrapper .contacts-block .contacts-item a:focus {
	background-color: rgba(255, 255, 255, 0.2);
}

.container {
	position: relative;
	z-index: 3;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

@media only screen and (min-width: 415px) {
	.container {
		height: 100%;
		overflow-y: auto;
	}
	.container::-webkit-scrollbar {
		width: 8px;
		background-color: transparent;
	}
	.container::-webkit-scrollbar-track {
		background-color: transparent;
	}
	.container::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.8);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.container::-webkit-scrollbar-thumb:hover {
		background: white;
	}
}

@media only screen and (max-width: 349px) {
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.push-block {
	position: relative;
	height: 100vh;
	height: -webkit-calc(var(--vh, 1vh) * 100);
	height: calc(var(--vh, 1vh) * 100);
	-webkit-transition: height .3s ease-in-out;
	-o-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
}

@media only screen and (min-width: 415px) {
	.push-block {
		height: 100%;
	}
}

.container-wrapper-inner {
	position: relative;
}

.container-wrapper-inner::before {
	position: absolute;
	top: 0;
	right: -30px;
	bottom: 0;
	left: -30px;
	background-color: #ffffff;
	-webkit-transition: right .4s ease-in-out, left .4s ease-in-out;
	-o-transition: right .4s ease-in-out, left .4s ease-in-out;
	transition: right .4s ease-in-out, left .4s ease-in-out;
	content: '';
}

@media only screen and (max-width: 349px) {
	.container-wrapper-inner::before {
		right: -15px;
		left: -15px;
	}
}

.modules .text-block {
	position: relative;
	padding: 60px 0 35px;
	text-align: center;
}

.modules .text-block .header {
	margin-bottom: 35px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.modules .text-block .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .text-block .text {
	position: relative;
	margin-bottom: 20px;
	color: rgba(66, 129, 82, 0.5);
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}

.modules .services-block {
	position: relative;
	margin-bottom: 60px;
}

.modules .services-block:first-child {
	padding-top: 60px;
}

.modules .services-block .list .header {
	position: relative;
	margin-bottom: 55px;
	padding: 0 30px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
}

.modules .services-block .list .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .services-block .list .services-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
	box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
}

.modules .services-block .list .services-item:not(:last-child) {
	margin-bottom: 30px;
}

.modules .services-block .list .services-item .image {
	max-width: 100%;
	display: block;
}

.modules .services-block .list .services-item .caption {
	padding: 20px 20px 0;
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.modules .services-block .list .services-item .caption:not(:last-child) {
	margin-bottom: 15px;
}

.modules .services-block .list .services-item .description {
	padding: 0 20px;
	color: #428152;
	font-size: -webkit-calc(14px - 2px);
	font-size: calc(14px - 2px);
}

.modules .services-block .list .services-item .description:not(:last-child) {
	margin-bottom: 15px;
}

.modules .services-block .list .services-item .price {
	padding: 0 20px;
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.035em;
	text-transform: uppercase;
}

.modules .services-block .list .services-item .price:not(:last-child) {
	margin-bottom: 15px;
}

.modules .services-block .list .services-item .services-button {
	margin-bottom: 20px;
	padding: 0 20px;
}

.modules .services-block .list .services-item .services-button button {
	display: block;
	width: 100%;
	padding: 11px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	line-height: 14px;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	background-color: #428152;
	border: none;
	outline: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.modules .services-block .list .services-item .services-button button:hover, .modules .services-block .list .services-item .services-button button:focus {
	opacity: 0.8;
	cursor: pointer;
}

.modules .employees-block {
	position: relative;
	margin-bottom: 60px;
}

.modules .employees-block .list .employees-item {
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
	box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
}

.modules .employees-block .list .employees-item:not(:last-child) {
	margin-bottom: 30px;
}

.modules .employees-block .list .employees-item .image img {
	width: 100%;
}

.modules .employees-block .list .employees-item .content {
	padding: 15px 20px 20px;
	color: #428152;
	font-weight: 700;
}

.modules .employees-block .list .employees-item .content .employees-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 18px;
}

.modules .employees-block .list .employees-item .content .employees-head .left .profession {
	margin-bottom: 4px;
	font-size: -webkit-calc(14px - 4px);
	font-size: calc(14px - 4px);
	letter-spacing: 0.085em;
	text-transform: uppercase;
	opacity: 0.5;
}

.modules .employees-block .list .employees-item .content .employees-head .left .name {
	color: #428152;
	font-size: 20px;
	letter-spacing: 0.035em;
}

.modules .employees-block .list .employees-item .content .employees-head .right {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 60px;
	text-align: right;
}

.modules .employees-block .list .employees-item .content .employees-head .right .subscription {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
	padding-left: 13px;
	font-size: -webkit-calc(14px - 4px);
	font-size: calc(14px - 4px);
	line-height: 14px;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	opacity: 0.5;
}

.modules .employees-block .list .employees-item .content .employees-head .right .subscription::before {
	display: block;
	width: 8px;
	height: 1px;
	margin-right: 5px;
	background-color: rgba(66, 129, 82, 0.5);
	content: '';
}

.modules .employees-block .list .employees-item .content .employees-head .right .number {
	font-size: -webkit-calc(14px - 2px);
	font-size: calc(14px - 2px);
	letter-spacing: 0.085em;
	text-transform: uppercase;
}

.modules .employees-block .list .employees-item .content .employees-phone,
.modules .employees-block .list .employees-item .content .employees-email {
	display: block;
	color: #428152;
	font-weight: 700;
	font-size: -webkit-calc(14px - 2px);
	font-size: calc(14px - 2px);
	letter-spacing: 0.085em;
	text-transform: uppercase;
	opacity: 0.5;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.modules .employees-block .list .employees-item .content .employees-phone:hover,
.modules .employees-block .list .employees-item .content .employees-email:hover {
	opacity: 1;
}

.modules .employees-block .list .employees-item .content .employees-email {
	margin-bottom: 10px;
}

.modules .employees-block .list .employees-item .content .employees-phone {
	margin-bottom: 14px;
}

.modules .employees-block .list .employees-item .content .employees-button button {
	display: block;
	width: 100%;
	padding: 11px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	font-family: "PT Sans", sans-serif;
	line-height: 14px;
	letter-spacing: 0.085em;
	text-transform: uppercase;
	background-color: #428152;
	border: none;
	outline: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.modules .employees-block .list .employees-item .content .employees-button button:hover, .modules .employees-block .list .employees-item .content .employees-button button:focus {
	opacity: 0.8;
	cursor: pointer;
}

.modules .portfolio-block {
	position: relative;
}

.modules .portfolio-block .header {
	position: relative;
	margin-bottom: 55px;
	padding: 0 30px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
}

.modules .portfolio-block .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .portfolio-block .gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: -10px 0 80px;
	padding: 10px 0 30px 20px;
	overflow-x: auto;
	overflow-y: hidden;
	list-style: none;
}

.modules .portfolio-block .gallery.align-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
}

.modules .portfolio-block .gallery.align-center li {
	width: -webkit-calc($portfolio_widthpx + 10px);
	width: calc($portfolio_widthpx + 10px);
	padding-left: 10px;
}

@media only screen and (min-width: 429px) {
	.modules .portfolio-block .gallery::-webkit-scrollbar {
		width: 5px;
		height: 2px;
		background-color: rgba(66, 129, 82, 0.2);
	}
	.modules .portfolio-block .gallery::-webkit-scrollbar-track {
		height: 2px;
		background-color: rgba(66, 129, 82, 0.2);
	}
	.modules .portfolio-block .gallery::-webkit-scrollbar-thumb {
		height: 2px;
		background-color: #428152;
	}
}

.modules .portfolio-block .gallery li {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 200px;
	height: 281px;
	padding-right: 10px;
}

.modules .portfolio-block .gallery li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
	box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
}

.modules .videos-block {
	position: relative;
	margin-bottom: 60px;
}

.modules .videos-block .header {
	position: relative;
	margin-bottom: 55px;
	padding: 0 30px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
}

.modules .videos-block .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .videos-block .list .item {
	position: relative;
	padding-bottom: 56%;
}

.modules .videos-block .list .item iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modules .instagram-block {
	position: relative;
	margin-bottom: 60px;
}

.modules .instagram-block .header {
	position: relative;
	margin-bottom: 55px;
	padding: 0 30px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-align: center;
	text-transform: uppercase;
}

.modules .instagram-block .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .links-block {
	position: relative;
	margin: 0 -30px;
	text-align: center;
}

.modules .links-block.not-last {
	margin-bottom: 55px;
}

.modules .links-block .header {
	position: relative;
	margin-bottom: 55px;
	padding: 0 30px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.modules .links-block .header::before {
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 15px;
	height: 1px;
	background-color: #428152;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
}

.modules .links-block .list {
	overflow: hidden;
}

.modules .links-block .item {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid rgba(66, 129, 82, 0.2);
	overflow: hidden;
}

.modules .links-block .item span {
	position: relative;
	display: block;
	padding: 22px 30px;
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14 + 2px);
	line-height: calc(14 + 2px);
	letter-spacing: 0.085em;
	background-color: transparent;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.modules .links-block .item:first-of-type {
	border-top: 1px solid rgba(66, 129, 82, 0.2);
}

.modules .links-block .item:hover span, .modules .links-block .item:focus span {
	color: #ffffff;
	background-color: #428152;
}

.modules .footer {
	position: relative;
	padding: 60px 0 0;
}

.modules .footer::after {
	position: relative;
	right: -30px;
	bottom: 0;
	left: -30px;
	display: block;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	height: 1px;
	background-color: rgba(66, 129, 82, 0.2);
	content: '';
}

.modules .footer .logo {
	display: block;
	max-width: 200px;
	max-height: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 34px;
}

.modules .footer .line {
	width: 20px;
	height: 1px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	background-color: #428152;
}

.modules .footer .address {
	display: block;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
	color: #428152;
	font-size: -webkit-calc(14px - 4px);
	font-size: calc(14px - 4px);
	font-weight: 700;
	line-height: -webkit-calc(14px + 6px);
	line-height: calc(14px + 6px);
	letter-spacing: 0.085em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.modules .footer .address:hover {
	text-decoration: underline;
}

.modules .footer .taxi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px;
}

.modules .footer .taxi > div {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
	box-shadow: 0px 4px 10px rgba(66, 129, 82, 0.15);
}

.modules .footer .taxi .ya-taxi-widget_size_xs.ya-taxi-widget_theme_normal .ya-taxi-widget__content {
	border: none;
}

.modules .footer .map {
	height: 440px;
	margin: 0 -30px;
}

.powered-by {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px;
	padding: 0;
	overflow: hidden;
}

.powered-by a {
	color: #428152;
	font-size: 12px;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 0.085em;
	text-decoration: none;
}

.powered-by a .with-opacity {
	color: #428152;
	-webkit-transition: font-weight .3s;
	-o-transition: font-weight .3s;
	transition: font-weight .3s;
}

.powered-by a .without-opacity {
	font-weight: 700;
}

.powered-by a:hover .with-opacity, .powered-by a:focus .with-opacity {
	font-weight: 700;
}

.overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9;
	display: none;
	opacity: 0;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow-y: auto;
}

.overlay.active {
	display: block;
}

.overlay .close {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 11px;
	height: 9px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.overlay .close:hover {
	opacity: 0.5;
}

@media only screen and (min-width: 768px) {
	.overlay .close {
		top: 27px;
		-webkit-transform: scale(2);
		-ms-transform: scale(2);
		transform: scale(2);
	}
}

.overlay .close::before, .overlay .close::after {
	position: absolute;
	width: 11px;
	height: 1px;
	content: '';
	background-color: #ffffff;
}

.overlay .close::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay .close::after {
	top: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay .wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	padding: 50px 0;
}

.overlay .wrapper .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(66, 129, 82, 0.7);
}

.overlay .wrapper .content {
	position: relative;
	width: 320px;
	max-width: -webkit-calc(100% - 30px);
	max-width: calc(100% - 30px);
	margin-right: auto;
	margin-left: auto;
	padding: 20px 30px 40px;
	background-color: #ffffff;
}

.overlay .wrapper .content > * {
	display: none;
}

.overlay .wrapper .content > *.active {
	display: block;
}

.overlay .wrapper .content .icon {
	position: relative;
	width: 33px;
	height: 33px;
	margin: 0 auto 18px;
	border: 1px solid rgba(66, 129, 82, 0.2);
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.overlay .wrapper .content .icon::before, .overlay .wrapper .content .icon::after {
	position: absolute;
	content: '';
	background-color: #428152;
}

.overlay .wrapper .content .icon::before {
	top: 16px;
	left: 9px;
	width: 8px;
	height: 3px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay .wrapper .content .icon::after {
	top: 14px;
	left: 13px;
	width: 11px;
	height: 3px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay .wrapper .content .header {
	margin-bottom: 20px;
	color: #428152;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.75em;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	text-align: center;
}

.overlay .wrapper .content .description {
	color: rgba(66, 129, 82, 0.5);
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14px + 2px);
	line-height: calc(14px + 2px);
	text-align: center;
}

.overlay .wrapper .content .form-block {
	position: relative;
	margin: 0 -30px;
	padding: 20px 30px;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block {
	position: relative;
	margin-bottom: 24px;
	padding-top: 20px;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block input[type="text"] {
	display: block;
	width: 100%;
	height: 30px;
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14px + 2px);
	line-height: calc(14px + 2px);
	letter-spacing: 0.085em;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #428152;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block input[type="text"] + label {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.085em;
	cursor: text;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block input[type="text"]:focus {
	outline: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block input[type="text"]:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 15px #ffffff;
	box-shadow: inset 0 0 0 15px #ffffff;
	-webkit-text-fill-color: #428152;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block input[type="text"].focus + label {
	top: 0;
	font-size: -webkit-calc(14px - 4px);
	font-size: calc(14px - 4px);
	line-height: 20px;
	opacity: 0.5;
	cursor: default;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea {
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 60px;
	padding: 5px;
	color: #428152;
	font-size: 14px;
	font-family: "PT Sans", sans-serif;
	font-weight: 700;
	line-height: -webkit-calc(14px + 2px);
	line-height: calc(14px + 2px);
	letter-spacing: 0.085em;
	background-color: transparent;
	border: 1px solid #428152;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea::-webkit-input-placeholder {
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14px + 6px);
	line-height: calc(14px + 6px);
	letter-spacing: 0.085em;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea::-moz-placeholder {
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: calc(14px + 6px);
	letter-spacing: 0.085em;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea::-ms-input-placeholder {
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: calc(14px + 6px);
	letter-spacing: 0.085em;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea::placeholder {
	color: #428152;
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14px + 6px);
	line-height: calc(14px + 6px);
	letter-spacing: 0.085em;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block textarea:focus {
	outline: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input {
	position: relative;
	top: 5px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 0;
	background-color: transparent;
	border: 1px solid rgba(66, 129, 82, 0.5);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input::before, .overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input::after {
	position: absolute;
	background-color: #428152;
	opacity: 0;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	content: '';
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input::before {
	top: 6px;
	left: 2px;
	width: 4px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input::after {
	top: 5px;
	left: 4px;
	width: 6px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input:focus {
	outline: none;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input:checked::before, .overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox input:checked::after {
	opacity: 1;
}

.overlay .wrapper .content .form-block .form-wrapper .input-block-checkbox label {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: rgba(66, 129, 82, 0.5);
	font-size: 10px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.04em;
}

.overlay .wrapper .content .form-block .form-wrapper .button {
	display: block;
	width: 100%;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: -webkit-calc(14px + 2px);
	line-height: calc(14px + 2px);
	letter-spacing: 0.085em;
	text-transform: uppercase;
	background-color: #428152;
	border: 1px solid #428152;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.overlay .wrapper .content .form-block .form-wrapper .button:hover, .overlay .wrapper .content .form-block .form-wrapper .button:focus {
	color: #428152;
	background-color: #ffffff;
	outline: none;
}

.animation-move {
	opacity: 0;
	-webkit-transform: translateY(40px) scale3d(1, 1.6, 0.8);
	transform: translateY(40px) scale3d(1, 1.6, 0.8);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	-o-transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
}

.animation-move:not(.animate) {
	opacity: 0 !important;
}

.animation-move.animate {
	opacity: 1;
	-webkit-transform: translateY(0) scale3d(1, 1, 1);
	transform: translateY(0) scale3d(1, 1, 1);
}

.animation-move-right {
	opacity: 0;
	-webkit-transform: translateX(40px) scale3d(1, 1.6, 0.8);
	transform: translateX(40px) scale3d(1, 1.6, 0.8);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	-o-transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 1s cubic-bezier(0, 0.15, 0, 1), transform 1s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1s cubic-bezier(0, 0.15, 0, 1) !important;
}

.animation-move-right:not(.animate) {
	opacity: 0 !important;
}

.animation-move-right.animate {
	opacity: 1;
	-webkit-transform: translateX(0) scale3d(1, 1, 1);
	transform: translateX(0) scale3d(1, 1, 1);
}

.animation-scale {
	opacity: 0;
	-webkit-transition: opacity 0.8s linear, -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: opacity 0.8s linear, -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	-o-transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	-webkit-transform: translateY(0) scale3d(1, 1.4, 1);
	transform: translateY(0) scale3d(1, 1.4, 1);
}

.animation-scale:not(.animate) {
	opacity: 0 !important;
}

.animation-scale.animate {
	opacity: 1;
	-webkit-transition: opacity 0.8s linear, -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 0.8s linear, -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1) !important;
	-o-transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1) !important;
	transition: opacity 0.8s linear, transform 1.2s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1) !important;
	-webkit-transform: translateY(0) scale3d(1, 1, 1) !important;
	transform: translateY(0) scale3d(1, 1, 1) !important;
}

.animation-social {
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	-o-transition: transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	transition: transform 1.2s cubic-bezier(0, 0.15, 0, 1), -webkit-transform 1.2s cubic-bezier(0, 0.15, 0, 1);
	-webkit-transform: translateX(100px) scale3d(1, 1.4, 1);
	transform: translateX(100px) scale3d(1, 1.4, 1);
}

.animation-social:nth-child(1) {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.animation-social:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.animation-social:nth-child(3) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.animation-social:not(.animate) {
	opacity: 0 !important;
}

.animation-social.animate {
	-webkit-transform: translateX(0) scale3d(1, 1, 1) !important;
	transform: translateX(0) scale3d(1, 1, 1) !important;
}

.animation-shadow {
	-webkit-transition: -webkit-box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1);
	transition: -webkit-box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1);
	-o-transition: box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1);
	transition: box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1);
	transition: box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1), -webkit-box-shadow 0.5s cubic-bezier(0, 0.15, 0, 1);
}

.animation-shadow.animate {
	-webkit-box-shadow: 0px 4px 16px rgba(66, 129, 82, 0.29);
	box-shadow: 0px 4px 16px rgba(66, 129, 82, 0.29);
}

.animation-width {
	width: 0;
	-webkit-transition: width 0.5s cubic-bezier(0, 0.15, 0, 1);
	-o-transition: width 0.5s cubic-bezier(0, 0.15, 0, 1);
	transition: width 0.5s cubic-bezier(0, 0.15, 0, 1);
}

.animation-width.animate {
	width: 100%;
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}
	30% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	40% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	65% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}
	30% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	40% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	65% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
