@media (max-width: 1120px) {
	.hero_wrapper {
		padding: 120px 20px 80px;
	}
    .logo_wrapper:first-child {
    gap: 30px;
    }
    .logo_wrapper:last-child {
        gap: 24px;
    }
    .project_top {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 36px;
    }
    .project_bottom {
        flex-direction: column-reverse;
        gap: 24px;
        margin-bottom: 36px;
    }
    .project_title {
        text-align: center;
    }
    .canister, .bottle {
        width: 33%;
    }
    .input-label {
		visibility: visible;
		opacity: 1;
	}
	.nav {
		position: absolute;
		top: 100%;
		display: block;
		width: 100%;
		left: 0;
		padding: 20px;
		transform-origin: top;
		background-color: #fcfcfc;
		border-top: 1px solid rgba(0, 0, 0, 0.33);
		box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.33);
		transform: scale(0);
		opacity: 0;
	}
	.nav_link {
		display: block;
		margin-right: 0;
		margin-bottom: 24px;
		font-size: 20px;
	}
	.nav_link:last-child {
		margin-bottom: 0;
	}
	.input-burger:checked ~ .nav {
		transform: scale(1);
		opacity: 1;
	}
    .change_lang {
        display: inline-block;
        margin-bottom: 0;
    }
    .change_lang::after {
        top: 7px;
        right: 5px;
    }
    .change_lang::before {
        top: 1px;
    }
    .change_lang.rotate::after {
        top: 9px;
    }
    .en {
        margin-bottom: 0;
    }
    
}

@media (max-width: 991px) {
	.hero_wrapper {
		padding: 40px 20px;
		flex-direction: column;
		gap: 36px;
	}
	.hero_content {
		max-width: 100%;
	}
	.hero_title,
	.subtitle {
		text-align: center;
		margin-bottom: 14px;
	}
	.hero_title::after {
		top: 0;
		left: 0;
	}
	.btn {
		margin-top: 16px;
	}
    .advantages_wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .advantages_list {
        text-align: center;
    }
    .partners_img {
        width: 25%;
    }
    .logo_wrapper {
        justify-content: space-evenly;
    }
    .services_item {
        font-size: 15px;
    }
    .th {
        width: 75px;
    }
    .th_span {
        width: auto;
        min-width: 75px;
    }
    .table {
        min-width: 880px;
    }
    .th_title.num {
        padding: 0 6px;
    }
}


@media (max-width: 767px) {
    .main_header {
        font-size: 32px;
        line-height: 60px;
    }
	.hero_img-wrapper {
		max-width: 200px;
	}
	.hero_wrapper {
		padding: 20px 5px 40px;
		gap: 24px;
	}
	.hero_title,
	.subtitle {
		text-align: center;
		margin-bottom: 10px;
        font-size: 18px;
	}
	.hero_title::after {
		width: 16px;
		height: 16px;
        top: -10px;
	}
    .advantages_item {
        margin-bottom: 14px;
    }
    .advantages_list {
        text-align: start;
    }
    .project_title {
        margin-bottom: 16px;
    }
    .project_top {
        gap: 16px;
        margin-bottom: 28px;
    }
    .services_wrapper {
        flex-direction: column;
        margin: 24px 0;
    }
    .canister, .bottle {
        width: 60%;
    }
    .form_inner {
        padding: 30px 10px;
    }
    .contacts_title {
        font-size: 32px;
    }
    .form_header {
	    text-align: center;
	    line-height: 1.2;
        margin-bottom: 16px;
    }
    
}
@media (max-width: 500px) {
    .partners_img {
        width: 45%;
    }   
    .canister, .bottle {
        width: 100%;
    }
}
