.mobile {
	display: none;
}

@media (max-width: 1400px) {
	.header-logo img {
    	width: 160px;
	}

	.nav-link {
    	font-size: 14px;
	}

	.header-nav {
    	gap: 25px;
	}

	.header-main {
    	padding-top: 10px;
    	padding-bottom: 10px;
	}

	.header-btn {
    	padding: 13px 26px;
    	font-size: 16px;
	}


	.hero-descr {
    	font-size: 28px;
	}

	.hero-btn {
    	padding: 13px 40px;
    	font-size: 22px;
	}

	.hero-cont {
    	width: 55%;
	}

	.hero-half {
    	width: 65%;
	}

	body {
    	padding-top: 66px;
	}

	.title-img {
    	height: 30px;
	}

	h2 {
    	font-size: 35px;
    	line-height: 35px;
	}

    h3 {
        font-size: 24px;
    }

    p {
        font-size: 20px;
    }

    .what-descr {
        gap: 20px;
        padding: 30px;
    }

    .what-grid, .what-items {
        gap: 30px;
    }

    h4 {
        font-size: 16px;
    }

    .what-item {
        padding: 20px;
        gap: 15px;
    }

    .guns-info {
        padding: 30px;
    }

    #dot4 {
        top: 20%;
        right: 15%;
    }

    .price-title-text {
        font-size: 20px;
        margin: 0px 5px;
    }

    .price-value {
        font-size: 20px;
    }

    .price-dop p {
        font-size: 14px;
    }

    .form-descr {
        font-size: 24px;
    }

    .footer-logo img {
        width: 160px;
    }

}

@media (max-width: 1200px) {
	.padding-r-80 {
    	padding-left: 40px;
    	padding-right: 40px;
	}

	.padding-c-80 {
    	padding-top: 60px;
    	padding-bottom: 60px;
	}

	.margin-c-60 {
		margin-top: 40px;
    	margin-bottom: 40px;
	}

	.header-nav {
        gap: 20px;
    }

    .header-btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .hero-descr {
        font-size: 24px;
    }

    body {
        padding-top: 56px;
    }

    .hero-btn {
        padding: 12px 36px;
        font-size: 20px;
    }

   	h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .title-img {
        height: 25px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    #dot3 {
        top: 28%;
        left: 9%;
    }

    #dot2 {
        top: 0%;
        left: 28%;
    }

    #dot1 {
        top: 15%;
        right: 43%;
    }

    #dot4 {
        top: 19%;
        right: 15%;
    }

    .guns-info {
        padding: 25px;
    }

    .feat-item, .features {
        gap: 30px;
    }

    .feat-text {
        padding: 30px;
    }

    .price-title-text {
        font-size: 18px;
    }

    .price-value {
        font-size: 18px;
    }

    .price-dop p {
        font-size: 12px;
    }

    .form-descr {
        font-size: 20px;
    }

    .footer-copy {
        font-size: 12px;
        color: #ffffff;
    }

    .footer-logo img {
        width: 150px;
    }
}

@media (max-width: 992px) {
    .header-nav {
        gap: 15px;
    }

    .header-btn {
        padding: 7px 15px;
        font-size: 12px;
    }

    .nav-link {
        font-size: 10px;
    }

    .header-logo img {
        width: 120px;
    }

    body {
    	padding-top: 49px;
	}

	.hero-descr {
        font-size: 20px;
    }

    .hero-btn {
        padding: 10px 30px;
        font-size: 16px;
    }

    .title-img {
        height: 20px;
    }

    h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .margin-c-60 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .what-grid, .what-items {
        gap: 20px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }

    .what-descr {
        gap: 15px;
        padding: 20px;
    }

    h4 {
        font-size: 14px;
    }

    #dot1 {
        top: 12%;
        right: 43%;
    }

    #dot2 {
        top: -3%;
        left: 28%;
    }

    #dot4 {
        top: 16%;
        right: 14%;
    }

    #dot3 {
        top: 26%;
        left: 9%;
    }

    .guns-info {
        padding: 20px;
    }

    .main-form {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
}

@media (max-width: 768px) {
    .desktop {
    	display: none;
    }

    .mobile {
    	display: block;
    }

    .padding-r-80 {
    	padding-left: 20px;
    	padding-right: 20px;
    }

    .header-nav {
    	flex-direction: column;
    	position: absolute;
    	align-items: flex-end;
    	justify-content: flex-start;
    	top: 0;
    	right: 0;
    	background-color: #fff;
    	width: 250px;
    	border-top-left-radius: 20px;
    	border-bottom-left-radius: 20px;
    	padding: 20px;
    	gap: 15px;
    	height: 100vh;
    	-webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.28);
		-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.28);
		box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.28);
    }

    .nav-link {
        font-size: 16px;
    }

    .menu-title {
    	display: flex;
    	align-items: center;
    	justify-content: flex-start;
    	gap: 20px;
    	font-family: heliosb;
    	font-size: 20px;
    	text-transform: uppercase;
    	margin-bottom: 20px;
    }

    .header-logo img {
        width: 150px;
    }

    .header-btn {
        padding: 10px 15px;
        font-size: 16px;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .menu-social-link img {
    	display: block;
    	width: 40px;
    }

    .menu-socials {
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	gap: 15px;
    	margin: 20px 0px;
    }

    .menu-phone {
    	font-size: 18px;
    	font-family: heliosb;
    	margin-top: 20px;
    }

    .hero-cont {
        width: 100%;
    }

    body {
        padding-top: 70px;
    }

    .hero-half {
        width: 100%;
    }

    .hero {
        background-position-x: 15vw;
    }

    .title-img {
        height: 20px;
        width: 100px;
        object-fit: cover;
    }

    .title {
    	text-align: center;
    }

    .hero {
        background-position-x: 100vw;
    }

    .what-grid {
        grid-template-columns: 1fr;
    }

    .border-r-40 {
        border-radius: 20px;
    }

    .padding-c-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .hero-text {
        width: 80%;
    }

    .guns-block {
        width: 100%;
    }

    #dot2 {
        top: 0%;
        left: 28%;
    }

    #dot1 {
        top: 15%;
        right: 43%;
    }

    #dot4 {
        top: 19%;
        right: 14%;
    }

    .guns-info {
        width: 90%;
        position: absolute;
        margin: auto;
        right: 0;
        left: 0;
    }

    .guns {
        padding: 20px;
    }

    .feat-item {
        grid-template-columns: 1fr;
    }

    .feat-item .feat-media {
        order: -1;
    }


    .feat-media video {
        aspect-ratio: 3/2;
    }

    .feat-item, .features {
        gap: 20px;
    }

    .price-title-text {
        font-size: 20px;
    }

    .price-value {
        font-size: 20px;
    }

    .price-dop p {
        font-size: 14px;
    }

    .contacts {
        padding: 20px;
    }

    .footer {
        flex-direction: column;
    }

    .footer-copy {
        font-size: 16px;
    }

.footer-link {
        font-size: 16px;
    }

}

@media (max-width: 576px) {

    .main-form {
        grid-template-columns: repeat(1, 1fr);
    }

    .form-btn {
        font-size: 20px;
    }

    .form-input {
        font-size: 20px;
    }

}

@media (max-width: 500px) {
    .hero-descr {
        font-size: 18px;
    }

    .hero {
        background-position-x: 100vw;
    }

    .title-img {
        width: 40px;
        object-position: left;
    }

    .padding-c-80 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .guns-info {
        width: 100%;
        position: relative;
        margin: auto;
        bottom: auto;
    }

    #dot2 {
        top: -4%;
        left: 28%;
    }

    #dot1 {
        top: 10%;
        right: 43%;
    }

    #dot3 {
        top: 24%;
        left: 9%;
    }

    #dot4 {
        top: 16%;
        right: 14%;
    }

    .feat-media video {
        aspect-ratio: 1 / 1;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .feat-text {
        padding: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .feat-item {
        gap: 0px;
    }

    .price-dop p {
        font-size: 16px;
    }

    .price-value {
        font-size: 23px;
    }

    .price-title-text {
        font-size: 23px;
        margin-bottom: 5px;
    }

    .contact-block {
        padding: 15px;
    }   

    .contact-title {
        font-size: 20px;
    }

    .contact-link {
        font-size: 18px;
    }

    .contact-social-link img {
        width: 50px;
    }

    .form-descr {
        font-size: 16px;
    }
}