.service-with-form p {
	font-size: 20px;
}
.content * {
	font-family: "Montserrat","Noto Color Emoji";
}
.content *:not(a) {
	color: #051941;
}
.content h1 {
	margin-bottom: 45px!important;
	font-size: 64px;
	font-weight: 700;
	line-height: 1.25;
}
.content h2 {
	margin-bottom: 45px!important;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3;
}
.content h3 {
	margin-bottom: 45px!important;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.content p:not(:last-child),
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
	margin-bottom: 10px!important;
}
.content b,
.content strong {
	font-weight: 700;
}
.content ol li,
.content ul li {
	margin-bottom: 45px!important;
}
.content ol li,
.content ul li {
	padding-left: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}
.content ul li::before {
	top: 14px;
	width: 10px;
	height: 10px;
	margin-right: 0;
}
.content ol li::before {
	content: counters(olList,".") ".";
	top: 0;
}
.project-info__gallery {
	display: block;
	margin: 0 -15px;
}
.project-info__gallery img {
	width: 100%;
}

.container-fluid.full-size {
	max-width: 2500px;
}
.description-block {
	margin: 97px 0 130px;
}
.description-block__text {
	max-width: 480px;
	color: #051941;
	font-size: 23px;
	font-weight: 500;
	line-height: 2;
}
.description-block__item {
	max-width: 453px;
	margin-left: auto;
	padding: 36px;
	background: #D1D8E0;
	color: #051941;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.75;
	border-radius: 8px;
}
.description-block__item:not(:last-child) {
	margin-bottom: 25px;
}
.subcategories-list {
	margin: 67px 0 134px;
}
.subcategories-list__item {
	display: block;
	margin-bottom: 17px;
	padding: 15px 50px;
	display: flex;
	justify-content: space-between;
	background: #F2F3F5;
	color: #051941;
	font-size: 23px;
	font-weight: 600;
	line-height: 2;
	text-decoration: none!important;
	border-radius: 8px;
	transition: .3s ease;
}
.subcategories-list__item:hover {
	background: #7785A8;
	color: #fff;
}
.advantages-list {
	margin: 67px 0 134px;
}
.advantages-list__item {
	margin-bottom: 55px;
}
.advantages-list__item .item__image {
	margin-bottom: 42px;
	width: 60px;
	height: 60px;
}
.advantages-list__item .item__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.advantages-list__item .item__text {
	max-width: 322px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
}
@media (max-width: 767px) {
	.description-block__text {
		margin-bottom: 27px;
	}
	.description-block__item {
		padding: 32px;
	}
	.subcategories-list__item {
		padding: 10px 31px;
		flex-flow: column;
	}
	.subcategories-list__item .item__name {
		margin-bottom: 15px;
	}
}
.projects-list-item {
	padding-top: 50%;
}
.projects-list-item-description {
	padding: 25px 40px;
}
.projects-list-item-description__name {
	margin-bottom: 5px;
}
.projects-list-item-description__subname {
	margin-bottom: 11px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    display: block;
    font-family: Montserrat;
}

.clients-slider {
	max-width: 1920px;
	margin: 0 auto;
}
.client-slider__buttons {
	display: flex;
	gap: 59px;
	margin-bottom: 3.5rem;
}
.client-slider__button {
	color: #1560EF;
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	cursor: pointer;
}
.client-slider__button-prev {
	transform: scale(-1, 1);
}
.client-slider__button-next {

}
.swiper-slide {
	position: relative;
	height: auto;
	overflow: visible;
	z-index: 1;
	transition: .3s ease;
}
.swiper-slide:hover {
	z-index: 2;
}
.brands__item {
	margin-bottom: 0;
	background: #fff;
	border: 1px solid #DCDCDC;
	filter: grayscale(1);
	transition: .3s ease;
}
.swiper-slide:hover .brands__item {
	filter: grayscale(0);
	box-shadow: 0px 24px 24px rgba(21, 96, 239, 0.17);
}
@media(max-width: 767px){
	.client-slider__buttons {
		margin-bottom: 2rem;
	}
}

.site__popmessage {
	position: fixed;
	left: 15px;
	bottom: 15px;
	padding: 0 50px 0 0;
	display: flex;
	align-items: center;
	gap: 18px;
	background: #0182FD;
	color: #fff;
	font-size: 16px;
	text-decoration: none!important;
	border-radius: 35.5px;
	z-index: 5;
	transition: .3s ease;
}
.site__popmessage:hover {
	color: #fff;
}
@media(max-width: 767px){
	.site__popmessage {
		padding: 0;
		gap: 0;
		font-size: 0;
	}
}