.fz50 h1 {
	font-size: 50px;
	line-height: 70px;
}
@media (max-width: 1440px) {
	.fz50 h1 {
		font-size: 45px;
		line-height: 65px;
	}
}
@media (max-width: 1200px) {
	.fz50 h1 {
		font-size: 40px;
		line-height: 60px;
	}
}
@media (max-width: 1024px) {
	.fz50 h1 {
		font-size: 35px;
		line-height: 55px;
	}
}
@media (max-width: 768px) {
	.fz50 h1 {
		font-size: 30px;
		line-height: 50px;
	}
}
@media (max-width: 425px) {
	.fz50 h1 {
		font-size: 25px;
		line-height: 45px;
	}
}
.video-container {
    min-height: calc(100vh - 100px);
}
i.eicon-close {
    color: #fff;
}
a.elementor-item:after, .footer-block .footer-block_links a:after, .posts-menu a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	bottom: -3px;
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background-color: #fff; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}
a.elementor-item:hover:after, .footer-block .footer-block_links a:hover:after {
	width: 100%;
}
a.elementor-item.elementor-item-active:after {
	width: 100%;
}
.mobile-menu ul {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mobile-menu ul a {
	display: inline-block;
}
.footer-block .footer-block_links .elementor-element.elementor-widget {
	max-width: fit-content;
}
.up-btn a:hover {
	opacity: 0.8;
	transition: 0.8s all;
}
@media (max-width: 1024px) {
	.contact-form_block {
		flex-direction: column;
		align-items: center;
	}
	a.elementor-item:after {
		bottom: 5px;
	}
}
/*---------- START Contact Form ----------*/

.contact-form_block {
	max-width: 900px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact-form_block textarea {
    resize: none;
	outline: none;
}
.contact-form_item {
	max-width: 390px;
	width: 100%;
}
.contact-form_item p {
	margin: 0;
}
.contact-form_item .wpcf7-spinner {
	display: none;
}
.contact-form_item input {
	width: 100%;
	outline: none;
	padding: 25px 0 0px 0;
}
.contact-form_item label {
	width: 100%;
}
.contact-form_item.flex-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wpcf7-response-output {
    border-color: #86383f !important;
    color: #fff !important;
    font-size: 13px;
    max-width: 900px;
    width: 100%;
    margin-left: 0 !important;
}
span.wpcf7-not-valid-tip {
    color: #86383f;
    padding-top: 5px;
    font-size: 15px;
}
@media (max-width: 1440px) {
	.contact-form_item {
		max-width: 370px;
	}
}

/*---------- END Contact Form ----------*/


/*---------- START Post page --------*/
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.posts-block a.elementor-post__read-more {
    padding: 10px 70px;
    border: 1px solid #fff;
}
.posts-block a.elementor-post__read-more:hover {
	background: #fff;
	color: #000;
}
.posts-block article {
	position: relative;
}
.posts-menu a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0;
	height: 1px;
	background-color: #000 !important;
	content: "";
	transition: width 0.1s ease-out;
}
.posts-menu a:hover:after {
	width: 100%;
}
.posts-block .elementor-post__text {
	background: #86383f;
}
@media (min-width: 1201px) {
	.posts-block .elementor-post__text {
		background: #86383f;
		max-width: 436px;
		position: absolute;
		bottom: -20px;
		z-index: 2;
	}
}
@media (max-width: 768px) {
	.post-slider-descr {
		position: relative;
		width: 100%;
		bottom: -10px !important;
	}
}
@media (max-width: 475px) {
	.posts-menu a:after {
		bottom: 0;
	}
}

/*--------- END Post page -----------*/