@media (max-width: 1399.98px) {
	html, body {
		font-size: 16px;
	}
	.header {
		padding: 20px 0;
	}
	.home-banner .home-banner-item h1 {
		font-size: 45px;
	}
	.gallery .gallery-slider .swiper-button-next {
		right: 15px;
	}
	.gallery .gallery-slider .swiper-button-prev {
		left: 15px;
	}
	.swiper-button-next, .swiper-button-prev {
		width: 33px;
		height: 33px;
	}

	.advantages-items {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 calc(25% - 20px);
		        flex: 0 0 calc(25% - 20px);
	}
}
@media (max-width: 1199.98px) {
	.header .header-item .header-items.__social {
		gap: 30px;
	}
	.header .header-item .header-items.__menu ul {
		gap: 35px;
	}
	.home-banner .home-banner-item h1 {
		font-size: 38px;
	}
	.widgets a {
		width: 70px;
		height: 70px;
	}
	.widgets a svg {
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 991.98px) {
	html, body {
		overflow-x: hidden;
	}

	body {
		padding-top: 70px;
	}

	.buttons {
		height: 49px;
		font-size: 12px;
	}
	input[type=text], input[type=tel], textarea {
		height: 49px;
	}
	textarea {
		padding: 13px 40px;
	}
	section {
		padding: 30px 0;
	}
	.header {
		position: fixed;
		left: 0;
		width: 100%;
	}

	.header .header-item .header-items.__hamburger {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		line-height: 0;
		z-index: 101;
	}
	.header .header-item .header-items.__hamburger .hamburger-btn {
		width: 22px;
		
	}
	.header .header-item .header-items.__hamburger .hamburger-btn span {
		display: block;
		border: 1px solid #4490E6;
		transition: all ease .3s;
	}
	.header .header-item .header-items.__hamburger .hamburger-btn span:nth-child(2) {
		margin: 6px 0;
	}
	.header .header-item .header-items.__hamburger .hamburger-btn.active span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}
	.header .header-item .header-items.__hamburger .hamburger-btn.active span:nth-child(2) {
		transform: translateX(-10px);
		opacity: 0;
	}
	.header .header-item .header-items.__hamburger .hamburger-btn.active span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.header .header-item .header-items.__logo {
		margin-left: 50px;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.header .header-item .header-items.__social {
		gap: 20px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.header .header-item .header-items.__social a:last-child {
		display: none;
	}
	.header .header-item .header-items.__call {
		display: none;
	}
	.header .header-item .header-items.__menu {
		position: fixed;
		width: 87%;
		height: 100%;
		overflow: auto;
		max-width: 400px;
		left: 0;
		top: 0;
		transform: translateX(-120%);
		padding: 90px 30px 40px 30px;
		background: #fff;
		-webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
		        box-shadow: 4px 4px 15px rgba(0, 0, 0, .25);
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		user-select: none;
		transition: all ease .5s;
	}

	.header .header-item .header-items.__menu.active {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		user-select: auto;
	}
	
	.header .header-item .header-items.__menu ul {
		display: block;
	}

	.header .header-item .header-items.__menu ul {
		font-size: 20px;
	}

	.header .header-item .header-items.__menu ul li:not(:last-child) {
		margin-bottom: 30px;
	}

	.__menu-footer svg {
		width: 20px;
		height: 20px;
		color: #4490E6;
	}

	.__menu-footer-social {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 30px 18px 0 18px;
		margin: 50px 0 30px;
		border-top: 1px solid #737373;
	}

	.__menu-footer-phone {
		font-size: 20px;
		text-align: center;
		padding-bottom: 30px;
		border-bottom: 1px solid #737373;
	}

	.__menu-footer-phone a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
	}

	.__menu-footer-btn {
		margin-top: 45px;
		text-align: center;
	}

	.home-banner {
		overflow: hidden;
	}
	.home-banner .home-banner-item h1 {
		text-align: center;
		font-size: 40px;
	}
	.home-banner .home-banner-item h1 br {
		display: none;
	}
	.home-banner .home-banner-item p {
		text-align: center;
	}
	.home-banner .home-banner-item .buttons {
		display: none;
	}
	.home-banner .home-banner-img {
		margin-top: 16px;
	}
	.home-banner .home-banner-img img {
		border-radius: 15px;
	}
	.home-banner .home-banner-img .buttons {
		margin: 16px auto 0;
		max-width: 140px;
	}
	.home-banner .home-banner-img .home-bubble {
		display: none;
	}
	.home-banner .home-banner-img .home-circle-1 {
		top: auto;
		bottom: 0px;
		left: -57px;
		-webkit-transform: none;
		        transform: none;
		-webkit-animation: none;
		        animation: none;
	}
	.home-banner .home-banner-img .home-circle-2 {
		top: auto;
		right: -12px;
		bottom: 80px;
		-webkit-transform: none;
		        transform: none;
		width: 110px;
		height: 110px;
		z-index: 1;
		-webkit-animation: none;
		        animation: none;
	}
	.services .services-card .services-card__body .bubble {
		right: auto;
		left: 30%;
	}
	.about-banner .about-banner-item {
		display: block;
		text-align: center;
	}
	.about-banner .about-banner-item .__bubble {
		display: none;
	}
	.about-banner .about-banner-item .__logo svg {
		width: 76px;
		height: 40px;
	}
	.about-banner .about-banner-item .__caption {
		margin: 14px auto 24px;
	}
	.title {
		font-size: 28px;
		margin-bottom: 20px;
	}
}
@media (max-width: 767.98px) {
	.contacts .contacts-item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 25px;
	}
	.contacts .contacts-item .__form {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.contacts .contacts-item .__contacts {
		-webkit-box-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.contacts .contacts-item .__contacts ul {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
@media (max-width: 575.98px) {
	.header {
		padding: 16px 0;
	}
	.header .header-item .header-items.__logo img {
		width: 72px;
	}
	.about {
		overflow: hidden;
	}
	.about .about-img .about-crircle {
		top: -5px;
		left: -85px;
		width: 250px;
		height: 250px;
	}
	.about-card {
		padding: 4px;
	}
	.about-card, .about-card img {
		border-radius: 8px;
	}
	.aboutSwiper {
		padding: 65px 5px;
		right: -46px;
		min-width: calc(100% + 92px);
	}
	.services {
		overflow: hidden;
	}
	.services .services-card .services-card__body {
		min-height: 95px;
		max-height: 95px;
	}
	.services .services-card .services-card__body img {
		left: 0;
		max-width: 250px;
		height: 130px;
	}
	.services .services-card .services-card__btn {
		margin-top: 8px;
	}
	.services .services-card .services-card__btn button {
		font-size: 16px;
	}
	.gallery {
		overflow: hidden;
	}
	.gallery .gallery-header {
		margin-bottom: 16px;
	}
	.gallery .gallery-header .gallery-header__logo svg {
		width: 90px;
		height: 45px;
	}
	.gallery .gallery-header .gallery-header-body p {
		font-size: 12px;
	}
	.gallery .gallery-slider {
		padding: 0;
		right: -12px;
		width: calc(100% + 24px);
		border-radius: 0;
	}
	.gallery .gallery-slider .gallerySwiper {
		padding: 75px 0 115px;
	}
	.gallery .gallery-slider .gallerySwiper .swiper-slide-active img {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
	}
	.gallery .gallery-slider .swiper-button-prev, .gallery .gallery-slider .swiper-button-next {
		top: auto;
		bottom: 25px;
	}
	.gallery .gallery-slider .swiper-button-prev {
		left: 40px;
	}
	.gallery .gallery-slider .swiper-button-next {
		right: 40px;
	}
	.about-banner {
		padding: 24px 0;
	}
	.about-banner .about-banner-circle-1 {
		top: auto;
		right: -50px;
		bottom: 34px;
		width: 110px;
		height: 110px;
	}
	.about-banner .about-banner-circle-2 {
		top: 40%;
		left: -25px;
	}
	.about-banner .about-banner-circle-3 {
		display: none;
	}
	.about-banner .about-banner-item .__btn .buttons {
		min-width: 140px;
		max-width: 140px;
	}
	input[type=text], input[type=tel], textarea {
		height: 63px;
	}
	.contacts .title {
		text-align: center;
	}
	.contacts .contacts-item .__form form {
		display: block;
		font-size: 12px;
	}
	.contacts .contacts-item .__form form input, .contacts .contacts-item .__form form textarea {
		margin-bottom: 12px;
	}
	.contacts .contacts-item .__form form textarea {
		height: 163px;
		padding: 25px 40px;
	}
	.contacts .contacts-item .__form form button {
		margin: 0 auto;
		display: block;
		max-width: 135px;
		min-width: 135px;
	}
	.contacts .contacts-item .__contacts {
		font-size: 20px;
	}
	.footer {
		margin-top: 30px;
	}
	.footer .footer-item {
		padding: 24px 0;
		font-size: 12px;
		display: block;
		text-align: center;
	}
	.footer .footer-item .__developer {
		margin-top: 12px;
	}
	.modal-form {
		padding: 45px 16px 27px 16px;
	}
	.modal-form .btn-close {
		top: 16px;
		right: 16px;
	}
	.modal-form .circle-form-2 {
		right: -2px;
		bottom: 10px;
		width: 75px;
		height: 70px;
		-webkit-transform: rotate(-89deg);
		        transform: rotate(-89deg);
	}
	.modal-form form {
		display: block;
		font-size: 12px;
	}
	.modal-form form input, .modal-form form .dropdown {
		margin-bottom: 12px;
	}
	.modal-form form input, .modal-form form .dropdown .dropdown-toggle {
		padding: 0 30px;
	}

	.advantages-items {
		padding: 0 10px;
	}

	.advantages-items:nth-child(3) {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 92px;
		        flex: 1 0 92px;
	}

	.advantages-items:nth-child(4) {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 165px;
		        flex: 1 0 165px;
	}

	.advantages-items:nth-child(1) {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 124px;
		        flex: 1 0 124px;
	}

	.advantages-items:nth-child(2) {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 98px;
		        flex: 1 0 98px;
	}

	.advantages-items .numbers,
	.advantages-items--letter .numbers span {
		font-size: 60px;
	}

	.advantages-items--letter .numbers .symbol {
		font-size: 43px;
	}

	.advantages-items p {
		font-size: 20px;
	}

	.modal-form .subtitle {
		font-size: 25px;
	}

	.modal-form .__message-txt {
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 630px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1200px;
	}
}