#modaltg .modal-body {
	height: auto;
	padding: 20px;
	text-align: center;
	background-color: #810133;
	margin-top: calc(100vh - 150px);
}
.modal-tg_title {
	display: flex;
	color: #fff;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-family: "El Messiri",sans-serif;
}
.modal-tg_title img {
	margin-right: 20px;
}
.home_news {
padding: 80px 0;
}
.home_news .btn {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.home_news .news-articles {
margin: 0 -15px
}
.home_news .news-articles .news-article {
	max-width: 33.33%;
    padding: 0 15px;
    margin: 0
}
.main_head_video_bg {
text-align: center;
}
.main_head_video_bg video {
max-width: 100%;
}
.about-me {
    max-height: initial!important;
    padding: 24px 0;
	margin-bottom: 0;
}
.about-me-bottom__item {
	padding-top: 80px;
	width: 100%;
}
.work-with__item .baner_img {
	width: 100%;
}
.contacts-footer__form {
	max-height: initial;
}
.contacts-info__tg:after {
	content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: -28px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../img/telegram-plane-svgrepo-com.svg);
}
@media (max-width: 559px) {
.home_news .news-articles .news-article {
	max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0
}
.about-me {
padding: 0;
}
	.contacts-footer__form .baner_img {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
.cases .case-item__description {
    height: 205px;
}
}
@media (max-width: 767px) {
.cases .case-item__description {
    height: 214px;
}
}