@media screen and (max-width: 1440px) {

	    .final-results {
        padding: 25px 20px !important;
    }
	.container {
		width: 1200px;
	}
	
	.faq--list {
		width: auto;
	}
	
	.clients--wrapper {
		overflow-x: scroll;
		width: 100%;
	}
	
	.features__list {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.features__plus1, .features__plus2, .features__plus3 {
		display: none;
	}
	
	.feature:nth-child(3), .feature:nth-child(6) {
		border-right: 0;
	}
	
	.feature:nth-child(4) {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	.feature:nth-child(5), .feature:nth-child(6) {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	.blogs__list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.blog img {
		width: 288px;
		height: auto;
	}
}

@media screen and (max-width: 1280px) {
	.container {
		width: 1000px;
	}
	
	.feature {
		width: 325px;
	}
	
	.cases-bg {
		width: 520px;
	}
	
}

@media screen and (max-width: 1044px) {
	.container {
		width: 100%;
		padding: 0 20px;
	}
	
	.header__nav {
		display: none;
	}
	
	.header__button {
		display: none;
	}
	
	.burger {
		display: block;
	}
	
	.header {
		z-index: 10;
		padding: 20px 0;
	}
	
	.mobile__menu .header__button {
		display: flex;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	.mobile__menu {
		display: flex;
		height: 75vh;
		justify-content: space-between;
		flex-direction: column;
		width: 100%;
		padding: 0 20px;
	}
	
	.mob-list {
		width: 100%;
		padding-left: 20px;
	}
	
	.mobile__menu {
		z-index: 10;
	}
	
	.mask.active {
		display: block;
		background-image: url("../images/mob-bg.png");
		background-color: #fff;
		width: 100vw;
		height: 100vh;
		position: fixed;
		background-position: center;
		background-size: cover;
		top: 0;
		left: 0;
		z-index: 1;
	}
	
	.usage__list {
		flex-direction: column;
	}
	
	.usage__heading {
		font-size: 36px;
	}
	
	[id] {
		scroll-margin-top: 30px; /* любое значение */
	}
	
	.usage__subtitle {
		margin-top: 0;
		font-size: 16px;
	}
	
	.usage__list {
		margin-top: 20px;
		gap: 40px;
	}
	
	.usage__item > img {
		width: 48px;
		height: 48px;
	}
	
	.usage__item > h3 {
		font-size: 18px;
	}
	
	.col1 ul {
		width: 130px;
	}
	
	.col2 ul {
		width: 170px;
	}
	
	.table__wrapper {
		width: fit-content;
		margin-top: 40px;
	}
	
	.col2 li, .col1 li, .col2 li:nth-child(1) {
		font-size: 14px;
	}
	
	.advantages__heading {
		font-size: 36px;
	}
	
	.advantages__container {
		margin-top: 120px;
	}
	
	
	.clients__list {
		min-width: max-content;
	}
	
	.advantages {
		padding-bottom: 120px;
	}
	
	.clients__heading {
		font-size: 36px;
		text-align: left;
	}
	
	.clients__subtitle {
		font-size: 16px;
		width: auto;
		text-align: left;
	}
	
	.clients__container {
		gap: 20px;
	}
	
	.features__list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.feature {
		width: 100%;
	}
	
	.feature:nth-child(n) {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-left: 0;
		border-right: 0;
		padding: 30px 20px 40px 20px;
		height: auto;
	}
	
	.features__heading {
		font-size: 36px;
	}
	
	.features__container {
		gap: 20px;
	}
	
	.features__subtitle {
		font-size: 16px;
	}
	
	.feature svg {
		width: 56px;
		height: 56px;
	}
	
	.features {
		padding-top: 60px;
	}
	
	.clients {
		padding-bottom: 60px;
	}
	
	.cases__wrapper {
		flex-direction: column;
		overflow: hidden;
		
	}
	
	.cases__heading {
		font-size: 36px;
	}
	
	.cases__container {
		gap: 40px;
	}
	
	.cases-bg {
		width: 445px;
		margin-bottom: 30px;
	}
	
	.case p {
		font-size: 16px;
		max-width: 100%;
	}
	
	.cases--bubbles {
		flex-direction: column;
		width: 100%;
	}
	
	.bubble {
		width: 100%;
		font-size: 14px;
	}
	
	.blogs__list {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.blog {
		height: auto;
		align-items: center;
	}
	
	.blogs__heading {
		font-size: 36px;
		text-align: left;
	}
	
	.blog-title {
		font-size: 18px;
	}
	
	.faq__container {
		flex-direction: column;
		gap: 40px;
	}
	
	.faq--heading {
		font-size: 36px;
		width: auto;
	}
	
	.faq--subheading {
		font-size: 16px;
	}
	
	.faq {
		padding-top: 60px;
	}
	
	.faq-top {
		font-size: 18px;
	}
	
	.faq-bottom > div {
		font-size: 16px;
		margin-top: 10px;
	}
	
	.footer--top {
		flex-direction: column;
		justify-content: start;
		gap: 40px;
	}
	
	.dropdown-btn {
		width: fit-content;
		justify-content: center;
		gap: 5px;
	}
	
	.dropdown-list {
		position: relative;
		margin-top: 10px;
	}
	
	.footer--bottom {
		flex-direction: column;
		gap: 10px;
	}
	
	.custom-upload {
		width: 248px;
		max-height: 48px;
	}
	
	.btns__list {
		flex-direction: column;
	}
	
	
	#imageUrl, .btn-link, #sendBtnUrl {
		display: none;
	}
	
	.hero__heading {
		font-size: 48px;
	}
	
	.hero__subheading {
		font-size: 16px;
	}
	
	.input__container h3 {
		text-wrap: wrap;
		max-width: 300px;
	}
	
	.cameraInput {
		display: flex;
		height: 48px;
		padding: 3.056px 32px;
		justify-content: center;
		align-items: center;
		gap: 3.056px;
		align-self: stretch;
		border-radius: 58px;
		border: 1px solid #0080FF;
		width: 248px;
		margin: 0 auto;
		color: #0080FF;
		text-align: center;
		font-feature-settings: 'liga' off, 'calt' off;
		font-family: var(--ff-sans);
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 100%; /* 16px */
		letter-spacing: 0.32px;
	}
	
	.hero__main {
		flex-direction: column;
	}
	
	.result--wrapper {
		width: 100%;
		min-width: auto;
	}
	
	.file-row {
		height: fit-content;
	}
	
	.file-info-wrapper {
		min-height: 150px!important;
		flex-direction: column;
		align-items: start;
	}
	
	.result-text > p {
		width: 100%;
	}
	
}

@media screen and (min-width: 1040px) {
.btns__list {
	    margin-top: 50px!important;
}
}

/* Crop Modal Responsive */
@media screen and (max-width: 768px) {
	.crop-modal {
		padding: 10px;
	}

	.crop-content {
		padding: 16px;
		gap: 16px;
		max-height: 90vh;
		border-radius: 12px;
	}

	.crop-header h3 {
		font-size: 20px;
	}

	.crop-body img {
		max-height: 45vh;
	}

	.crop-footer {
		flex-direction: column;
		gap: 12px;
	}

	.crop-controls {
		width: 100%;
	}

	#cropZoom {
		width: 100%;
	}

	#cropCancel,
	#cropConfirm {
		padding: 12px 20px;
		font-size: 14px;
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.crop-content {
		padding: 12px;
		gap: 12px;
	}

	.crop-header h3 {
		font-size: 18px;
	}

	.crop-body img {
		max-height: 40vh;
	}

	#cropCancel,
	#cropConfirm {
		padding: 10px 16px;
		font-size: 13px;
	}
}

/* Info Modal Responsive */
@media screen and (max-width: 768px) {
	.info-modal {
		padding: 15px;
	}

	.info-content {
		padding: 20px;
		border-radius: 12px;
		max-width: 350px;
	}

	.info-modal-top h3 {
		font-size: 24px;
	}

	.info-label-row {
		padding: 6px 0;
	}
}

@media screen and (max-width: 480px) {
	.info-modal {
		padding: 10px;
	}

	.info-content {
		padding: 16px;
		max-width: 100%;
	}

	.info-modal-top h3 {
		font-size: 20px;
	}

	.info-modal-top {
		margin-bottom: 16px;
	}

	#infoImage {
		width: 48px;
		height: 44px;
	}

	.info-label {
		font-size: 14px;
	}

	.info-details p {
		font-size: 14px;
	}
}

/* Result Text Responsive */
@media screen and (max-width: 1280px) {
	.result-text > p {
		font-size: 16px;
		line-height: 140%;
	}
}

@media screen and (max-width: 1044px) {
	.result-text > p {
		font-size: 15px;
		line-height: 145%;
	}
}

@media screen and (max-width: 768px) {
	.result-text > p {
		font-size: 14px;
		line-height: 150%;
	}

	.final-header {
		flex-direction: column;
		gap: 16px;
		align-items: flex-start;
	}

	.final-header h2 {
		font-size: 18px;
	}

	.final-buttons {
		width: 100%;
		gap: 12px;
	}

	.restart-btn,
	.download-btn {
		font-size: 14px;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 480px) {
	.result-text > p {
		font-size: 13px;
		line-height: 155%;
	}

	.final-header {
		gap: 12px;
	}

	.final-header h2 {
		font-size: 16px;
	}

	.final-buttons {
		flex-direction: column;
		gap: 10px;
	}

	.restart-btn,
	.download-btn {
		width: 100%;
		font-size: 14px;
		padding: 12px 16px;
	}
}

/* Static Pages Responsive */
@media screen and (max-width: 1044px) {
	.static-page {
		padding: 100px 0 60px;
	}

	.static-page__title {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.static-page__content h2 {
		font-size: 24px;
		margin-top: 30px;
	}

	.static-page__content h3 {
		font-size: 18px;
	}
}

@media screen and (max-width: 480px) {
	.static-page {
		padding: 80px 0 40px;
	}

	.static-page__title {
		font-size: 28px;
		margin-bottom: 24px;
	}

	.static-page__content p,
	.static-page__content ul {
		font-size: 14px;
	}

	.static-page__content h2 {
		font-size: 20px;
		margin-top: 24px;
		margin-bottom: 12px;
	}

	.static-page__content h3 {
		font-size: 16px;
	}

	.static-page__address {
		padding: 16px;
	}
}