@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
	
	.logo-block {
	    width: 180px;
	}

	.h-cart-block {
	    width: calc(100% - 180px);
	    justify-content: flex-end;
	    padding-top: 0px;	
	}

	.h-block {
	    padding: 10px 0; 
	}

	.h-block .logo-index {
	    width: 105px;
	    height: auto;
	}

	.btn-menu {
		width: 43px;
		height: 43px;
		background: #ff8745;
		display: block;
	    border-radius: 25px;
	    margin-left: 10px;
	}

	.btn-menu > div {
		height: 2px;
	    width: 25px;
	    background: #fff;
	    float: right;
	    cursor: pointer;
	    transition: all .2s ease-in-out;
	    margin-top: 20px;
	    margin-right: 9px;
	    position: relative;
	    transform: rotate(45deg);
	}

	.btn-menu.collapsed > div {
		transform: rotate(0deg);
	}

	.btn-menu > div::before,
	.btn-menu > div::after {
		content: '';
		position: absolute;
		height: 2px;
	    width: 25px;
	    right: 0px;
	    background: #fff;
	}

	.btn-menu > div::before {
		top: 0;
	    display: block;
	    transform: rotate(-90deg);
	}

	.btn-menu > div::after {
		top: 7px;
		display: none;
	}

	.btn-menu.collapsed > div::after{
		display: block;
	}

	.btn-menu.collapsed > div::before{
		display: block;
		top: -7px;
		transform: rotate(0deg);
	}

	.btn-call {
		width: 43px;
		height: 43px;
		background: #e4e4e4;
		text-align: center;
		display: block;
	    border-radius: 25px;
	    margin-right: 10px;
	    line-height: 39px;
	}

	.header-menu > li {
	    display: block;
	    padding: 10px 0px;
	    border-bottom: 1px solid #ededed;
	    position: relative;
	}

	.header-menu > li:last-child {
		border-bottom: 0px;
	}

	.header-menu > li > a {
    	line-height: 27px;
    }

    .mobile-menu-block {
    	margin-top: 15px;
    }

    .sub-wrap {
    	display: block;
    }

    .header-menu .sub-link::after {
	    display: block;
	    position: absolute;
	    content: "";
	    border: 2px solid #fff;
	    width: 8px;
	    height: 8px;
	    transform: rotate(225deg);
	    border-top: none;
	    border-left: none;
	    right: 0;
	    top: 20px;
	    transition: all .2s ease-in-out;
	}

	.header-menu .sub-link.collapsed::after {
	    transform: rotate(45deg);
	    top: 16px;
	}

	.header-menu > li > .sub-wrap > ul {
		list-style-type: none;
		padding-left: 0px;
	}

	.header-menu > li > .sub-wrap > ul > li {
		position: relative;
	}

	.header-menu > li > .sub-wrap > ul > li::before {
		content: "- ";
	    color: #fff;
	    font-size: 22px;
	    line-height: 27px;
	    margin-right: 5px;
	}

	.header-menu > li > .sub-wrap > ul > li > a {
		color: #fff;
		text-decoration: none;
	}

	.benefits-block {
	    padding-top: 0;
	    flex-wrap: wrap;
	    font-size: 16px;
	}

	.benefits-block > div {
	    padding: 15px;
	    width: 50%;
	}

	.benefits-block > div > div > b {
	    font-size: 34px;
	    padding: 10px 0 15px;
	    margin-bottom: 15px;
	}

	.brand-box {
		flex-wrap: wrap;
	}

	.contact-map-block {
	    width: 90%;
	    top: 100px;
	    left: 5%;
	    padding: 30px 15px;
	}

	.info-block .section-subtitle-up {
	    line-height: 32px;
	}

	.section-subtitle-up {
	    font-size: 24px;
	}

	.g-5, .gx-5 {
	    --bs-gutter-x: 0;
	}

	.g-5, .gy-5 {
	    --bs-gutter-y: 1rem;
	}

	.slider-index .swiper-slide {
	    display: block;
	    justify-content: left;
	    flex-wrap: nowrap;
	    position: relative;
	}

	.swiper-slide > div > .swiper-caption {
	    width: 100% !important;
	    float: none;
	    text-align: center;
	}

	.swiper-slide > div > .swiper-caption > p {
		display: none;
	}

	.swiper-caption > div:first-child {
		font-size: 36px;
    	line-height: 42px;
    	margin-bottom: 10px;
	}

	.swiper-caption > div:last-child {
		display: block;
	}

	.swiper-caption > span {
	    font-size: 24px;
	    line-height: 32px;
	}

	.slider-index .swiper-block {
		padding-right: 0;
    	padding-left: 0;
	}

	.swiper-slide > div {
		width: 100%;
	}

	.slider-index .swiper-slide .btn-green {
		margin: 300px 15px 0;
		position: relative;
		z-index: 100;
	}

	.slider-index .swiper-caption-img {
		position: absolute;
		width: 100%;
		height: 300px;
		text-align: center;
		left: 0;
    	bottom: 180px;
    	z-index: 0;
	}

	.slider-index .swiper-caption-img > img {
		width: 115%;
		height: auto;
		
	}

	.swiper-nav {
	    position: relative;
	    width: 100%;
	    left: 0;
	    top: 60px;
	}

	.swiper-button-prev:after, .swiper-button-next:after {
		top: -15px;
		left: 100px;
	}

	.swiper-button-next:after {
		left: auto;
		right: 100px;
	}

	.section-title {
		font-size: 42px;
    	text-transform: uppercase;
    	line-height: 42px;
	}

	.services-index .container.mt-5 {
		margin-top: 2rem !important;
	}

	.services-index {
		padding-bottom: 120px;
	}

	.services-index .swiper-nav {
	    position: absolute;
	    width: 100%;
	    left: auto;
	    right: auto;
	    top: auto;
	    bottom: -70px;
	}

	.services-index .swiper-button-prev:after, 
	.services-index .swiper-button-next:after {
	    top: 0;
	}

	.services-index .swiper-button-next:after {
	    right: 15px;
	}

	.services-index .swiper-button-prev:after {
	    left: -15px;
	}

	.news-index .nav-pills,
	.news-page .nav-pills {
		text-align: center;
	}

	.news-index .nav-pills.fm-5 .nav-link,
	.news-page .nav-pills.fm-5 .nav-link {
		font-size: 13px;
		margin-bottom: 7px;
	}

	.news-index .nav-pills.fm-5 li:nth-child(2) .nav-link,
	.news-page .nav-pills.fm-5 li:nth-child(2) .nav-link {
		padding: 0.5rem 0.5rem;
	}

	.about-index a {
		width: 100%;
	}

	.about-index .btn-green,
	.about-index .btn-orange,
	.info-block .btn-green,
	.info-block .btn-orange {
		width: 100%;
		text-align: center;
	}

	.news-card > div:first-child {
	    margin-right: 0;
	}

	.grid-news .swiper-slide {
	    width: 90% !important;
	    margin: 0 5%;
	}

	.order-block .section-subtitle-up {
		letter-spacing: 4px;
		text-align: center;
	}

	.order-block .section-title {
	    font-size: 32px;
	    text-align: center;
	}

	.order-block .w-form input.form-control, 
	.order-block .review-block input.form-control {
		width: 90%;
		margin-left: 5%;
	}

	.order-block .w-form .btn-green {
	    margin: 40px 5% 25px;
	    width: 90%;
	}

	.order-block {
	    background-position: -656px 0px;
	}

	.brand-box > div {
	    display: table;
	    width: 50%;
	}

	.brand-box > div > span {
	    width: 100%;
	    padding: 15px;
	}

	.brand-box > div > span > img {
		width: 100%;
		height: auto;
	}

	.reviews-block .section-subtitle-up {
	    line-height: 32px;
	}

	.review-card {
		text-align: center;
		margin-top: 60px;
	}

	.review-card .swiper-slide {
		position: relative;
	}

	.swiper-review .swiper-slide > span {
		position: absolute;
		display: block;
		top: 0px;
		left: calc(50% - 67px);
		width: 129px;
		height: 129px;
		overflow: hidden;
	}

	.review-card > div > div:first-child {
		display: none;
	}

	.review-card > div > div:last-child {
		width: 100%;
	}

	.review-card > div > div:last-child {
	    height: 70px;
	    padding: 0;
	}

	.review-card > div > div:last-child > div > span {
	    margin-top: 60px;
	}

	.info-block .section-subtitle.mt-7 {
		margin-top: 1rem !important;
	}

	.contact-map-block > div:first-child {
	    font-size: 32px;
	    line-height: 36px;
	}

	.contact-map-block ul {
	    margin: 15px 0 0;
	    font-size: 18px;
	}

	.contact-map-block > div:last-child > a {
    	font-size: 16px;
    }

    .contact-map-block > div:last-child {
	    justify-content: flex-start;
	}

    .contact-map-block > div:last-child > div > a {
	    display: inline-block;
	    margin-left: 15px;
	    width: 10px;
	    height: 10px;
	}

	footer .logo-index {
	    width: 150px;
	    height: auto;
	}

	footer .btn-green {
	    padding: 0 15px;
	    display: block;
	    text-align: center;
	    font-size: 14px;
	    margin-bottom: 25px;
	}

	.f-menu {
		margin-bottom: 25px;
	}

	footer .fs-12 {
	    font-size: 12px;
	    padding-top: 20px;
	    padding-bottom: 15px;
	}

	footer .f-phones,
	footer .police-block {
		text-align: center;
	}

	footer .f-phones > div > span {
	    font-size: 18px;
	}

	footer .f-phones > div > span {
	    font-size: 18px;
	}

	footer .f-phones > div > div > a {
	    font-size: 34px;
	    line-height: 36px;
	}

	.header-menu {
	    padding: 0 15px;
	    display: block;
	}

	.h-lang-block {
		margin: 15px
	}

	.btn-lang {
		width: 100%;
	}

	.header-page p {
	    width: 100%;
	}

	.benefits-block-us {
		flex-wrap: wrap;
	}

	.benefits-block-us > div{
		width: 50%;
		padding: 5px;
	}

	.benefits-block-us > div > div {
	    letter-spacing: 1px;
	    font-size: 18px;
	    line-height: 24px;
	}

	.benefits-block-us > div > div::after {
	    left: 45px;
	    top: -35px;
	}

	.faq-block .accordion-button {
	    padding: 25px 95px 25px 25px;
	    font-size: 22px;
	    letter-spacing: 1px;
	}

	.faq-block .accordion-body {
	    padding: 25px 25px;
	}

	.section-30 .section-subtitle-up {
		line-height: 34px;
	}

	.review-block {
	    padding: 30px 35px;
	    border-radius: 0;
	}

	.review-block .btn-orange {
		margin: 15px 0 0;
		display: block;
		width: 100%;
	}

	.contacts-page .map-frame {
		display: none;
	}

	.map-block-page .contact-map-block {
	    top: 0;
	    left: 0px;
	    box-shadow: none;
	    padding: 0;
	    width: 100%;
	    position: relative;
	}

	.green-label {
	    position: relative;
	    letter-spacing: 1px;
	    font-size: 20px;
	    padding: 20px 25px;
	    left: 0;
	    top: 0;
	    border-radius: 10px;
	    margin-top: 25px; 
	}

	.map-block-page {
	    height: auto;
	}

	.contacts-page .contact-map-block > div:last-child > div > a {
		margin-left: 20px;
	}

	h1 {
	    font-size: 42px;
	    line-height: 54px;
	}

	.cons-block, .review-block {
	    padding: 40px 30px;
	    margin-top: 25px;
	}

	.swiper-docs .swiper-dotted-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	    bottom: 55px;
	}

	.doc-block .btn-orange {
		margin-top: 1rem !important;
		margin-bottom: 3rem !important;
		width: 100%;
		text-align: center;
	}

	.news-info a {
	    letter-spacing: 1px;
	    padding: 10px 10px;
	}

	.product-info > div:nth-child(2) {
	    text-align: right;
	}

	.product-intro > span {
		position: relative;
		display: block;
		color: #7dc473;
		margin-top: -25px;
	}

	.product-cart-block > div:last-child {
		display: block;
	}

	.product-cart-block > div:last-child > a,
	.product-cart-block > div:last-child > button {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}

}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 1280.98px) {
	.btn-green {
    	padding: 0 16px;
	}
}

@media (max-width: 1399.98px) {
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  
}


@media (min-width: 1301.98px) {
	.slider-index:after {
	    bottom: -285px;
	}
}