.uslugi_item {
	background: none;
	box-shadow: none;
}
.uslugi_item .icons_img {
	height: 320px;
}
.uslugi_item p {
	font-size: 19px;
}

.services .title {
	margin-bottom: 20px;
}
a {
    color: #105fdb;
    outline: 0;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.serv-list {
	list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.uslugi_link {
	border-radius: 5px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    transition: ease-in-out.2s;
    box-shadow: 0px 0px 10px 0 rgb(159 185 213 / 55%);
    text-align: center;
    padding: 8px;
    text-decoration: unset;
    overflow: hidden;
    margin-right: 0;
}
.uslugi_link:hover {
    box-shadow: 0px 0px 14px 0 rgb(159 185 213 / 80%);
    background: #fff;
    color: #1a120f;
}
.uslugi_image {
    width: 150px;
    height: auto;
    border-radius: 3px;
    margin-bottom: 10px;
    transition: transform .2s ease;
    display: block;
}
.uslugi_name {
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
	color: #e68600;
}
.uslugi_link:hover .uslugi_name {
    color: #db5910;
}
.tit-fx {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tit-fx_link {
	border: 1px solid #ffb800;
    font-size: 16px;
    font-weight: 400;
    padding: 7px;
	transition: ease-in-out.2s;
	border-radius: 5px;
    width: 120px;
    text-align: center;
}
.tit-fx_link:hover {
	color: #ffb800;
}
.catalogue__item li {
	font-size: 16px;
}

@media screen and (max-width: 1520px) {
	.container {
		padding: 0 20px;
	}	
}
@media screen and (max-width: 1200px) {
    .catalogue__item_title {
        font-size: 16px;
    }
}
@media screen and (max-width: 1199px) {
	.uslugi_item .icons_img {
		height: 290px;
	}
	.serv-list {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 992px) {
	.promo .container {
        	padding-top: 90px;
        	padding-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.serv-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 767px) {
	.uslugi_item .icons_img img {
        	height: auto;
	}
	.catalogue_content {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.catalogue__item {
		margin: 0;
	}
	.catalogue__item li a {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	.catalogue__item .btn3 {
		min-width: unset;
		padding: 4px 16px;
		font-size: 14px;
	}
}
@media screen and (max-width: 370px) {
	.serv-list {
		grid-template-columns: repeat(1, 1fr);
	}
}