@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1230px;
	}
}

@media (max-width: 1400px) {
	.product .container-fluid {
		width: 100%;
	}

	.form-block {
		padding: 0 320px;
	}

	.hero-img {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.logo {
		margin-right: 0;
	}

	.header .wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.hero-img {
		padding-top: 180px;
	}

	.serv-item {
		width: 300px;
	}

	.serv-img {
		height: 280px;
	}

	.serv-content {
		height: 400px;
	}

	.step-block:after {
		top: -120px;
	}

	.form-block {
		padding: 0 180px;
	}
}

@media (max-width: 992px) {
	.logo span {
		font-size: 16px;
	}

	h1 {
		max-width: 100%;
	}

	.modal-title {
		font-size: 20px;
	}

	.header .wrap {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-menu {
		display: none;
	}

	#navigation {
		display: block;
	}

	.product .container-fluid:after {
		display: none;
	}

	.hero {
		height: 100%;
	}

	.hero p {
		width: 100%;
	}

	.hero-wrap {
		text-align: center;
	}

	.hero .my_btn {
		margin-bottom: 55px;
	}

	.hero-img {
		display: none;
	}

	.hero-img-mob {
		display: block;
		width: 315px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 18px;
	}

	.prod-table {
		width: 100%;
	}

	.serv {
		display: none;
	}

	.profit .profit-slider .swiper-wrapper {
		padding-left: 8px;
	}

	.step-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.step-block:after {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		top: 12px;
		right: 300px;
	}

	.step-item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		margin: 0;
		gap: 20px;
		padding-bottom: 25px;
	}
	.step-item p.short-desc
	{
		max-width: 100%;
	}
	.step-item:last-child {
		padding-bottom: 115px;
	}

	.arrow-step {
		display: none;
	}

	.arrow-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		left: 43px;
		top: 183px;
	}

	.step-block .step-item:nth-child(1) {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contacts .contacts-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts .contact,.contacts .maps {
		width: 100%;
	}

	.contacts .maps img {
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.accordion a:before {
		top: 22px;
	}

	.accordion a:after {
		top: 31px;
	}

	.form-block {
		padding: 0 100px;
	}

	.hero-info {
		display: none;
	}

	.info-slider {
		display: block;
	}

	.logo {
		margin: 0;
	}

	.serv-slider,.services .nav-box {
		display: block;
	}

	.step-item p {
		text-align: left;
	}

	.maps iframe {
		width: 100%;
	}

	.btn-close {
		right: 18px;
	}
}

@media (max-width: 768px) {
	.services h2 {
		margin-bottom: 14px;
	}

	.step-block:after {
		top: -12px;
		right: 218px;
	}

	.step-item {
		padding-bottom: 25px;
	}

	.step-img {
		width: 75px;
		height: 75px;
	}

	.step-img img {
		width: 60px;
		height: 60px;
	}

	.arrow-step {
		top: 412px;
		left: -220px;
	}

	.arrow-mob {
		left: 34px;
		top: 121px;
	}

	.prod-item {
		width: 100%;
		margin-bottom: 12px;
	}

	.prod-numb, .prod-title {
		margin-bottom: 7px;
	}

	.accordion li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-right: 75px;
	}

	.accordion a {
		font-size: 16px;
	}

	.accordion a:before {
		width: 30px;
		height: 30px;
		top: 28px;
	}

	.accordion a:after {
		width: 20px;
		height: 20px;
		top: 33px;
		right: 23px;
	}

	.form-block {
		padding: 0;
	}

	.nav-box {
		width: 50%;
	}

	.serv-item {
		width: 100%;
	}

	.serv-slider {
		padding-bottom: 77px;
	}

	.services .nav-box {
		margin-bottom: 14px;
	}
	.accordion li p{
		padding-right: 0;
	}
	.footer__copyright-text
	{
		justify-content: center;
		margin-bottom: 40px;
	}
	.footer__copyright-wrapper 
	{
		padding-top: 5px;
		padding-bottom: 35px;
	}
	.footer__copyright-img
	{
		width: 32px;
	}
	.footer__copyright-contact
	{
		text-align: center;
	}
	.footer__company-text--left
{
	display: none;
}
.footer__company-text--right
{
	display: block;
	margin-top: 50px;
}
.footer__contact-item 
{
	margin-bottom: 25px;
}

}

@media (max-width: 576px) {
	h1 {
		margin-top: 117px;
		font-size: 35px;
		font-weight: 500;
		text-align: center;
		max-width: 100%;
	}

	h2 {
		font-size: 34px;
	}

	.serv {
		display: none;
	}

	.contacts .contact {
		padding: 30px;
	}

	.prod-table {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.form-block {
		padding: 0;
	}

	.footer form {
		padding: 30px;
		width: 100%;
	}

	form input {
		width: 100%;
	}

	.footer form .my_btn {
		margin: 0 auto;
	}

	.product-slider .swiper-slide .product-item {
		width: 325px;
	}

	.product-content .title {
		font-size: 18px;
	}

	.product-item {
		padding: 18px 16px;
	}

	.arrow-decor {
		padding-left: 30px;
	}

	.profit-slide p {
		font-size: 16px;
	}

	.profit .profit-slider .swiper-slide {
		width: 96%!important;
		height: 270px;
	}
}