.footer {
    margin-top: auto;
    color: #a1b4d4;
    padding: 40px 0px 30px 0px;
    background-color: #232e43;
}
.footer:not(:has(.footer__top)) {
	padding-top: 50px;
	padding-bottom: 50px;
}
.footer a {
    color: #a1b4d4;
}
.footer__top {
    grid: none/2.6fr 1.4fr 4fr;
    gap: 30px;
    border-bottom: 1px solid #2e3e59;
    padding-bottom: 45px;
}
.footer__title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.footer__nav {
    display: flex;
}
.footer__nav ul {
    width: 100%;
    flex-direction: column;
}
.footer__nav li {
    font-size: 15px;
    margin-bottom: 11px;
    padding-right: 5px;
}
.footer__nav li:last-of-type {
    margin-bottom: 0;
}
.footer__nav a:hover {
    color: #fff;
}
.footer__middle {
    padding-top: 50px;
    padding-bottom: 35px;
}
.footer:not(:has(.footer__top)) .footer__middle {
	padding-top: 0px !important;
}
.footer__middle .info__btns {
	display: inline-block;
	vertical-align: top;
	margin: 0px 0px 0px 0px; 
	margin-left: 222px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
.footer__middle .info__btns-inner {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0px -15px 0px -15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.footer__middle .info__btn {
	display: inline-block;
	vertical-align: top;
	margin: 0px 15px 0px 15px; 
	padding: 0px 0px 0px 0px;
	position: relative;
}
.footer__middle .info__links {
    margin-left: calc(30px - 9px);
    margin-right: auto;
}
.footer__middle .i-links__item:nth-of-type(1) {
    margin-right: 30px;
}
.footer__middle .i-links__item:last-of-type {
    margin-right: 0px;
}
.footer__middle .i-links__text {
    color: #b5c6d3;
}
.footer__middle .i-links__text a {
    color: #fff;
    border-color: transparent;
}
.footer__middle .i-links__text a:hover {
    color: #fff;
    border-color: #fff;
}
.footer__middle .i-feedback a {
    color: #fff;
}
.footer__middle .i-feedback__callback a {
    border-color: transparent;
}
.footer__middle .i-feedback__callback a:hover {
    border-color: #fff;
}
.footer__bottom {
    align-items: center;
}
.footer__text {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    max-width: 260px;
    color: #818da2;
    margin-right: 141px;
}
.footer__text a:hover {
    color: #fff;
    border-color: #fff;
}
.footer__socials {
    margin-right: 30px;
}
.footer__offer {
    margin-top: 23px;
    color: #818da2;
}
.footer__offer a:hover {
    color: #fff;
    border-color: #fff;
}
.socials ul {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.socials li {
    margin-left: 7.5px;
    margin-right: 7.5px;
}
.socials a {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: #324361;
    border-bottom: none;
}
.socials a:hover {
    background-color: #fff;
}
.socials a:after,
.socials a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.socials a[href*="vk.com"]:before {
    background-image: url(../../uploads/icons/icon-footer-social-vk-gray.png);
}
.socials a[href*="instagram.com"]:before {
    background-image: url(../../uploads/icons/icon-footer-social-instagram-gray.png);
}
.socials a[href*="ok.ru"]:before {
    background-image: url(../../uploads/icons/icon-footer-social-ok-gray.png);
}
.socials a[href*="facebook.com"]:before,
.socials a[href*="fb.com"]:before {
    background-image: url(../../uploads/icons/icon-footer-social-facebook-gray.png);
}
.socials a[href*="twitter.com"]:before {
    background-image: url(../../uploads/icons/icon-footer-social-twitter-gray.png);
}
.dev {
    display: flex;
    align-items: center;
    border-bottom: none;
}
.dev__title {
    font-size: 14px;
    color: #818da2;
    margin-right: 6px;
}
.dev__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 23px;
    position: relative;
}
.dev__bg {
    z-index: 1;
    top: 50%;
    left: 50%;
    position: absolute;
    width: 80px;
    height: 23px;
    transform: translate(-50%, -50%);
}
.dev__icon {
    z-index: 4;
    position: relative;
    width: 64px;
}
.dev:hover .dev__bg path {
    fill: var(--primary-color);
}
.dev:hover .dev__icon .reforge-cls-2 {
    fill: #fff;
    stroke: #fff;
}
.c-gray {
    color: #666;
}
.c-gray-l {
    color: #4d4d4d;
}
.c-gray-l strong {
    color: #000;
}
.bold {
    font-weight: 700;
}
.bg-wrap {
    position: relative;
    overflow: hidden;
}
.bg {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.bg img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}
.bg-blue-light {
    background-color: var(--secondary-color);
}
@media screen and (min-width: 1576px) {
	.footer__nav {
		margin-left: -40px;
		margin-right: -40px;
	}
	.footer__nav ul {
		margin-left: 40px;
		margin-right: 40px;
	}
	.footer__nav li {
		overflow-wrap: normal;
		word-wrap: normal;
		word-break: keep-all;
		line-break: auto;
		-webkit-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
		white-space: nowrap;
	}
	.footer__text {
		margin-right: 150px;
	}
}
@media screen and (min-width: 1221px) {
	.footer__top {
		grid: unset;
		gap: 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
}
@media screen and (min-width: 1221px) and (max-width: 1575px) {
	.footer__middle .info__btns {
		margin-left: 202px;
	}
	.footer__middle .info__btn.info__btn_price {
		display: none;
	}
}
@media screen and (max-width: 1220px) {
    .footer__top {
        display: none;
		grid: none/1fr;
		gap: 30px;
	}
	.footer__col .footer__nav ul {
		display: block;
		column-count: 4;
		column-gap: calc(15px * 2);
	}
    .footer__middle {
        padding-top: 0;
    }
	.footer__text {
        margin-right: 0;
    }
    .footer__socials {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__offer {
        font-size: 14px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1220px) {
	.footer__middle .info__btns {
		margin-left: 142px;
	}
	.footer__middle .info__btn.info__btn_price {
		display: none;
	}
	.footer__middle .i-links__item:last-of-type {
		display: none;
	}
}
@media screen and (max-width: 992px) {
    .footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer__middle {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .footer__middle .info__wrap {
        padding-left: 0;
    }
    .footer__socials {
        margin-left: auto;
        margin-right: 0;
    }
    .footer__text + .footer__dev {
        margin-top: -2px;
    }
    .footer__socials + .footer__dev {
        margin-top: 20px;
    }
	.footer__middle .info__btns {
		display: none;
	}
	.footer__middle .info__links {
		margin-left: auto;
	}
}
@media screen and (max-width: 767px) {
    .footer {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .footer__middle .info__wrap {
        min-height: 1px;
    }
    .footer__middle .info__logo {
        margin-left: auto;
        margin-right: auto;
    }
    .footer__middle .info__feedback {
        display: none;
    }
    .footer__bottom {
        text-align: center;
        justify-content: center;
    }
    .footer__text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer__socials {
        width: 100%;
    }
    .footer__socials ul {
        justify-content: center;
    }
	.footer__offer {
		margin-top: 20px;
		line-height: 18px;
	}
	.footer__offer > span {
		display: block;
	}
}