@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	
	/* Section Most Popular */
	.most-popular-next {
		right: 10px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 740px;
	}   
}
@media (min-width: 992px) {
	.container {
		max-width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}   
}
@media (min-width: 1366px) {
	.container {
		max-width: 1200px;
	}
	.section--popular-services table th:nth-child(2), .section--popular-services table td:nth-child(2) {
		width: 389px;
	}
	.review-next,
	.gratitude-next {
		right: -53px;
	}
	.most-popular-next {
		right: -61px;
	}
	.swiper-single-prev {
		left: -56px;
	}
	.swiper-single-next {
		right: -56px;
	}
	.swiper-articles-next {
		right: -56px;
	}
	.swiper-related-next {
		right: -56px;
	}
	.footer-before {
		left: -65px;
	}
}
@media (max-width: 1366px) {
	.modal.reviews .close {
		right: 0;
		left: 0;
		margin: auto;
		top: -24px;
	}
	
	/* Page Artiles */
	.section-articles--items {
		display: flex;
		flex-wrap: wrap;
		margin: 50px -1.66% 0;
	}
	.section-articles--items .article-item {
		flex: 0 0 30%;
		margin: 0 1.66% 35px;
	}
	.article-item .desc .text {
		font-size: 17px;
		line-height: 22px;
	}
}
@media(max-width: 1140px) {
	/* Header Middle */
	.header--middle {
		position: relative;
		border-bottom: none;
	}
	.header--middle .menu_toggle {
		display: block;
		width: 36px;
		height: 29px;
		background: url(/wp-content/themes/orgprint/assets/images/menu-toggle.png) no-repeat center/contain;
		position: absolute;
		right: 0;
		top: 40px;
	}
	.header--middle .menu_toggle.active {
		background: url(/wp-content/themes/orgprint/assets/images/menu-close.png) no-repeat center/contain;
	}
	/* Menu */
	/* Nav */
	.header-nav {
		position: absolute;
		width: 100%;
		background: #fff;
		z-index: 999;
		left: -400px;
		top: 0;
		width: 400px;
		display: block;
		box-shadow: 0 8px 29px rgba(17,19,20,0.08);
		transition: 0.3s;
	}
	.header-nav.active {
		left: 0;
	}
	.header-nav .menu {
		display: block;
	}
	.header-nav .menu > li {
		margin-right: 0;
		padding: 0;
	}
	.header-nav .menu > li > a {
		font-size: 24px;
		font-weight: 600;
		padding: 18px 0 18px 29px;
	}
	.header-nav .menu > li.menu-item-has-children:after {
		width: 12px;
		height: 12px;
		right: 21px;
		top: 32px;
	}
	
	.header-nav .menu > li > .sub-menu {
		display: none;
		position: relative;
		border-radius: 0;
		width: 100%;
		padding: 14px 0;
	}
	.header-nav .menu > li > .sub-menu > li.menu-item-has-children:after {
		width: 9px;
		height: 10px;
		/*background: url(/wp-content/themes/orgprint/assets/images/icons.png) no-repeat -392px -81px;*/
		border-left: 10px solid var(--color-theme);
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		right: 24px;
		top: 18px;
	}
	.header-nav .menu > li > .sub-menu > li.menu-item-has-children.active:after {
		width: 10px;
		height: 9px;
		/*background: url(/wp-content/themes/orgprint/assets/images/icons.png) no-repeat -414px -81px;*/
		border: none;
		border-top: 10px solid #fff;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
	}
	.header-nav .menu > li > .sub-menu:before {
		border-radius: 0;
	}
	.header-nav .menu > li > .sub-menu:after {
		left: 50px;
	}
	
	.header-nav .menu > li > .sub-menu > li > .sub-menu {
		display: none;
		position: static;
		border-radius: 0;
		width: 100%;
		padding-left: 20px;
	}
}
@media(min-width: 1140px) and (max-width: 1365.98px) {
	/* Nav */
	.header-nav .menu > li > a {
		font-size: 16px;
	}
	.header-nav .menu > li {
		margin-right: 38px;
	}
	.contacts--wrap .phone-btn a {
		font-size: 24px;
	}
}
@media(min-width: 1140px) {
	/* Nav hover item menu */
	.menu li.menu-item-has-children:hover > .sub-menu {
		display: block!important;
	}
	.header-nav .menu > li.menu-item-has-children:hover:after {
		background: var(--color-secondary);
	}
	.header-nav .menu > li > .sub-menu > li.menu-item-has-children:hover:after {
		border-left-color: #fff;
	}
	.header-nav .menu > li > .sub-menu > li:hover a {
		background: var(--color-theme);
		color: #fff!important;
	}
}
@media(min-width: 992px) and (max-width: 1365.98px) {
	/* Header Middle */
	.header--middle {
		flex-wrap: wrap;
	}
	.header--middle .logo--wrap {
		order: -2;
	}
	.search--wrap {
		flex:  0 0 100%;
		margin: 20px 0 0;
	}
	.search--wrap input {
		width: 100%;
	}
	.header--middle .contacts--wrap {
		justify-content: space-between;
		order: -1;
	}
	/* Main first */
	.main-first--wrap_img {
		left: 419px;
		width: 253px;
		bottom: -107px;
	}
	/* Section Services */
	.section-services--items {
		margin: 50px 0px 0;
	}
	/* Section Most Popular */
	.most-popular--before {
		width: 218px;
		height: 218px;
		bottom: -69px;
	}
	/* Section Calculator */
	.section--calculator {
		padding-top: 75px;
	}
	/* Section Benefits */
	.benefits-items {
		margin: 50px 0 0;
		justify-content: space-between;
	}
	.benefits-items .benefits-item {
		flex: 0 0 46%;
		margin: 0 0 35px 0;
	}
	/* Section Reviews */
	.review-next {
		right: 10px;
	}
	/* Section Callback */
	.section--callback .callback-form--img {
		display: none;
	}
	/* Section Gratitude */
	.gratitude-next {
		width: 56px;
		height: 56px;
		border-radius: 100px;
		border: 1px solid #eeeff1;
		box-shadow: 0 8px 29px rgb(17 19 29 / 8%);
		background: url(/wp-content/themes/orgprint/assets/images/icons.png) no-repeat #fff -170px -59px;
		right: 10px;
	}
	/* Footer */
	.footer-before {
		display: none;
	}
	.footer-nav > li {
		margin-right: 31px;
	}
	
	.swiper-single-next,
	.swiper-articles-next {
		right: 20px;
	}
	.swiper-articles--wrap {
		margin: 50px 0 0;
	}
	
	
	.swiper-related-prev {
		left: 5px;
	}
	.swiper-related-next {
		right: 5px;
	}

}
@media(min-width: 992px) and (max-width: 1199px) {
	/* Page Single Services */
	.single-content--desc .left,
	.single-content--table {
		flex: 0 0 651px;
	} 
	.reviews-form .reviews-form--top label {
		flex: 0 0 100%;
	}
	
	.reviews-form .reviews-form--top label {
		margin: 20px 0;
	}
}
@media(min-width: 1200px) and (max-width: 1365.98px) {
	/* Main first */
	.main-first--wrap_img {
		left: 537px;
		width: 283px;
		bottom: -107px;
	}
	/* Page Single Services */
	.single-content--desc .left,
	.single-content--table {
		flex: 0 0 800px;
	}
}
@media(min-width: 992px) and (max-width: 1140px) {
	.header--middle .social {
		display: none;
	}
	.header--middle .contacts--wrap {
		margin-right: 67px;
	}
}

@media (max-width: 991.98px) {
	.header-top .mobile_right {
		display: block;
	}
	div.container {
		/*max-width: 100%;*/
		padding: 0 15px;
	}
	.container > .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	h1 {
		font-family: 'MyriadPro';
		font-size: 48px;
		font-weight: 400;
	}
	h2 {
		font-size: 34px;
		font-weight: 600;
	}
	.scroll-up {
		right: 30px;
		bottom: 30px;
	}
	/* Section Title */
	.section-title--row {
		display: block;
	}
	.section-title--row a.download-xlsx {
		display: inline-block;
		margin-top: 30px;
	}
	.section-title--row .arrow-right {
		display: inline-block;
		margin-top: 30px;
	}
	/* HEADER */
	.header-nav {
		top: 160px;
	}
	/* Header Top */
	.header-top {
		padding: 12px 0 16px;
	}
	.header-top .right {
		display: none;
	}
	/* Header Middle */
	.header--middle .menu_toggle {
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	.header--middle .logo--wrap_img {
		flex: 0 0 200px;
	}
	.header--middle .logo--wrap_desc {
		margin-left: 12px;
	}
	.header--middle .logo--wrap_desc .title {
		font-size: 42px;
	}
	.header--middle .logo--wrap_desc .subtitle {
		display: none;
	}
	.header--middle .search--wrap {
		position: static;
		z-index: 1;
	}
	.header--middle .search--wrap input {
		visibility: hidden;
		opacity: 0;
		width: 100%;
		position: absolute;
		top: 125%;
		left: 0;
		transition: 0.5s;
		box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
		padding: 29px;
		background: #fff;
	}
	.header--middle .search--wrap.show input {
		visibility: visible;
		opacity: 1;
		top: 105%;
	}
	
	.header--middle .search--wrap button {
		width: 30px;
		height: 30px;
		top: 50%;
		right: 51px;
		transform: translateY(-50%);
	}
	.header--middle a.cart {
		width: 30px;
		height: 30px;
		right: 100px;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	.header--middle .contacts--wrap {
		display: none;
	}

	/* Main First */
	.section--main-first {
		margin-top: -2px;
		padding: 46px 0 0;
		background: linear-gradient(180deg, rgba(229,231,232,1) 0%, rgba(245,247,249,1) 5%);
		height: 550px;
	}
	.section--main-first .container {
		padding: 0;
	}
	.main-first--wrap {
		display: block;
		background-position: right -135px top 450px;
		
	}
	.main-first--wrap_img {
		left: 0;
		position: absolute;
		width: 286px;
		bottom: unset;
		top: 422px;
		z-index: -1;
	}
	.main-first--wrap .left {
		padding: 0 10px;
	}
	.main-first--wrap .left h1 .desktop {
		display: none;
	}
	.main-first--wrap .left h1 .mobile {
		display: block;
	}
	.main-first_description .middle-text {
		font-size: 24px;
		width: 100%;
		margin-top: 44px;
		line-height: 30px;
	}
	.main-first_description .small-text {
		margin: 40px 0 55px;
		width: 100%;
	}
	.main-first--wrap .right {
		margin-top: 389px;
	}
	.main-first--wrap .right .callback-form {
		width: 100%;
		padding: 36px 33px 40px;
		border-radius: 0;
		border: none;
	}
	.main-first--wrap .right .callback-form .form-inputs--wrap {
		margin: 32px 7px 23px;
	}
	/* Input */
	.input input[type="text"], .input textarea {
		padding: 18px 55px 18px 20px;
	}
	
	.main-first--wrap .right .callback-form .form-button--wrap {
		padding: 0 7px;
	}
	.main-first--wrap .right .callback-form .form-button--wrap .btn {
		width: 100%;
	}
	
	/* Section Services */
	.section--services {
		margin-top: 42px;
	}
	.section--services .arrow-right {
		display: none;
	}
	.section-services--items {
		margin: 50px 0 0;
	}
	.section--services h2 {
		text-align: center;
	}
	.show-more {
		width: 276px;
		margin-top: 15px;
	}
	
	/* Section Popular Services */
	.section--popular-services {
		margin-top: 53px;
	}
	.section--popular-services:after {
		display: none;
	}
	.section--popular-services .container {
		padding: 0;
	}
	.section--popular-services .price-table--wrap {
		margin-top: 25px;
	}
	.section--popular-services .section-title--row {
		padding: 0 10px;
	}
	.section--popular-services .price-table-tabs--wrap,
	.section--popular-services .price-table--inner {
		overflow-x: scroll;
		overflow-y: hidden;
		border-radius: 0;
	}
	.section--popular-services .price-table-tabs--wrap {
		border-radius: 10px 0 0 0;
	}
	.section--popular-services .price-table--inner table {
		width: 565px;
	}
	.section--popular-services .tab:first-child {
		padding-left: 25px;
	}
	.section--popular-services .tab {
		font-size: 15px;
		width: auto;
		flex: 0 0 auto;
		padding: 23px 21px;
		border-radius: 0!important;
	}
	.section--popular-services table th, .section--popular-services table td {
		font-size: 14px;
		vertical-align: baseline;
	}
	.section--popular-services table th:first-child, .section--popular-services table td:first-child {
		width: 24px;
	}
	.section--popular-services table th:nth-child(2), .section--popular-services table td:nth-child(2) {
		width: 158px;
		white-space: break-spaces;
	}
	
	/* Section Most Popular */
	.section--most-popular {
		padding-bottom: 22px;
	}
	.section--most-popular:before {
		display: none;
	}
	
	/* Section Calculator */
	.section--calculator .calculator--wrap {
		background-position-x: 0;
	}
	
	/* Section Benefits */
	.section--benefits {
		padding-right: 80px;
	}
	.benefits-items {
		display: block;
	}
	.benefits-items .benefits-item {
		margin-bottom: 55px;
	}
	
	/* Section About */
	.section--about {
		padding-top: 0;
	}
	.section--about .about--wrap {
		display: block;
		padding-top: 25px;
	}
	.section--about .left ul {
		width: 100%;
	}
	.section--about .right {
		margin-top: 38px;
	}
	.section--about .right .img-1 {
		width: 270px;
		height: 312px;
		margin: 0 auto;
	}
	.section--about .right .img-2 {
		top: 216px;
		right: 92px;
	}
	.section--about .right .img-2 .img-big {
		width: 198px;
		height: 135px;
	}
	.section--about .right .img-2 .img-small {
		width: 67px;
		position: absolute;
		right: -32px;
		bottom: -17px;
	}
	
	/* Section Reviews */
	.section--reviews {
		padding-bottom: 55px;
	}
	.swiper-reviews--wrap {
		margin: 22px 0 0;
	}
	.swiper-reviews .swiper-slide {
		width: 45%;
		padding: 15px 4px;
	}
	.swiper-reviews .owl-item > .swiper-slide {
		width: 100%;
	}
	.review-item {
		width: 100%;
		box-shadow: 0 2px 10px rgb(17 19 20 / 4%);
	}
	.review-item .review-stars {
		margin: 15px 0;
	}
	.review-item .review-text {
		padding: 0 25px;
	}
	.swiper-reviews--wrap .swiper-next {
		top: calc(50% - 16px);
	}
	.review-prev {
		display: block;
		transform: scale(-1,1);
		left: -4px;
	}
	.review-next {
		right: -4px;
	}

	
	/* Section Callback */
	.section--callback {
		background-position: right 84% top;
	}
	.section--callback .callback-form--img {
		right: 0;
		left: 0;
		margin: auto;
		top: -280px;
		bottom: unset;
		width: 419px;
		height: 279px;
		object-fit: cover;
	}
	.section--callback .container {
		padding: 0;
	}
	.section--callback .callback-form.inline {
		border-radius: 0;
		margin-top: 278px;
		border: none;
		width: 100%;
	}
	.section--callback .callback-form.inline .btn {
		width: 100%;
	}
	
	/* Section Gratitude */
	.section--gratitude {
		padding-top: 0;
	}
	.section--gratitude .gratitude--item {
		width: 242px;
		height: 335px;
		margin: 0 65px;
	}
	.gratitude-prev, .gratitude-next {
		width: 56px;
		height: 56px;
		border-radius: 100px;
		border: 1px solid #eeeff1;
		box-shadow: 0 8px 29px rgba(17,19,20,0.08);
		background-color: #fff;
	}
	.gratitude-prev {
		left: -1px;
		background-position: -47px -59px;
	}
	.gratitude-next {
		right: -1px;
		background-position: -2px -59px;
	}
	
	/* Footer */
	.footer-before {
		display: none;
	}
	.footer-top {
		display: block;
		padding-bottom: 20px;
	}
	footer .logo--wrap {
		justify-content: center;
	}
	.footer-left .contacts--wrap {
		justify-content: center;
		flex-direction: column;
	}
	.footer-left .schedule {
		flex-direction: column;
		align-items: center;
	}
	.footer-left .schedule .col {
		text-align: center;
	}
	.footer-left .schedule .social {
		order: -1;
		margin-bottom: 20px;
	}
	.footer-left .social .icon {
		width: 59px;
		height: 59px;
		background-size: cover;
	}
	.footer-left .social .-whatsapp {
		background-image: url(/wp-content/themes/orgprint/assets/images/whatsapp-81x80.png);
	}
	.footer-left .social .-viber {
		background-image: url(/wp-content/themes/orgprint/assets/images/viber-81x80.png);
	}
	.footer-left .social .-telegram {
		background-image: url(/wp-content/themes/orgprint/assets/images/telegram-81x80.png);
	}
	
	.footer-nav {
		margin: 50px 0 0 0;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-nav > li {
		margin-right: 3px;
		margin-bottom: 20px;
		flex: 1;
	}
	.footer-nav > li ul {
		margin-top: 24px;
	}
	
	/* Page Single Services */
	.single-content--desc,
	.single-content--desc .left {
		display: block;
	}
	.single-content--table-wrap {
		flex-direction: column;
	}
	.single-content--desc .left .text {
		margin-top: 50px;
	}
	.single-content--desc .right {
		flex: 0 0 276px;
		padding-top: 39px;
	}
	.single-content--table {
		flex: auto;
		border-radius: 0;
		margin: 0 -10px;
		padding: 0 8px 0 11px;
		background: linear-gradient(#e6e6e6 52px, #fff 52px);
		order: -2;
	}
	.single-content--table th, .single-content--table td {
		padding: 7px 0;
		font-size: 14px;
	}
	.single-content--table td:nth-child(2) {
		font-weight: 600;
	}
	.single-content--table tr:last-child td {
		padding-bottom: 30px;
	}
	/* Sidebar */
	.single-content--table-sidebar .sidebar--list {
		margin: 20px 0 0 22px;
	}
	.single-content--table-sidebar .sidebar--list li {
		margin-bottom: 21px;
	}
	/* Promo */
	.single-services--promo {
		order: -1;
	}
	.single-services--promo .left:after {
		content:'';
		display: block;
		height: 1px;
		background: #d4d4d4;
		width: 80%;
		margin: 20px auto;
	}
	.single-services--promo .left span {
		width: 45px;
		height: 45px;
	}
	.single-services--promo,
	.single-services--promo .right {
		display: block;
		text-align: center;
	}
	.single-services--promo .right {
		margin-top: 20px;
	}
	.single-services--promo .right .text {
		border: none;
		padding-left: 0;
	}
	.single-services--promo .right .btn {
		margin: 30px auto;
	}
	
	/* Reladet Services */
	.swiper-related-services--wrap {
		margin: 24px 0 33px;
	}
	.swiper-related-services .swiper-slide {
		padding: 20px 4px;
	}
	.swiper-related-services .swiper-slide .services-item {
		box-shadow: 0 8px 9px rgb(17 19 20 / 4%);
	}
	.swiper-related-prev {
		display: block;
		left: -4px;
	}
	.swiper-related-next {
		right: -4px;
	}
	/* Reviews Form */
	.reviews-form .reviews-form--top .input {
		flex: 0 0 100%;
		margin: 0 0 12px 0;
		order: -1;
	}
	.reviews-form .reviews-form--top .star-wrap {
		margin: 20px 0;
	}
	.reviews-form .reviews-form--top label {
		margin-left: 0;
	}
	
	.reviews-form .reviews-form--bottom {
		margin-top: 20px;
	}
	
	/* Page Single */
	.block-rightimg {
		margin-bottom: 25px;
	}
	.block-rightimg h2 {
		margin-bottom: 29px;
	}
	.block-rightimg .text p {
		font-size: 17px;
		line-height: 25px;
	}
	.block-quote .quote-text:before {
		margin-bottom: 35px;
	}
	.block-quote .quote-text{
	   display: block;
	   padding: 29px 32px 43px 26px;
	}
	.list {
	   padding-left: 23px; 
	}
	.flex {
		flex-direction: column;
	}
	.list ol, .list ul {
		margin: 0 0 25px 0;
	}
	.list ol li, .list ul li {
		margin-bottom: 5px;
		font-size: 16px;
	}
	.swiper-single-page .swiper-slide {
		width: 30%;
		padding: 20px;
	}
	.swiper-single-prev {
		left: 0;
	}
	.swiper-single-next {
		right: 0;
	}
	.list-style {
		padding: 28px 26px;
	}
	.list-style ul {
		padding-left: 19px;
	}
	
	/* Section Articles */
	.swiper-articles--wrap {
		margin: 5px 0 0;
	}
	.swiper-articles .swiper-slide,
	.article-item {
		width: 100%;
	}
	.swiper-articles .swiper-slide {
		padding: 4px;
	}
	.article-item {
		box-shadow: 0 8px 6px rgb(17 19 20 / 4%);
	}
	.article-item .desc {
		padding: 21px;
	}
	.swiper-articles-prev,
	.swiper-articles-next {
		top: calc(50% - 44px);
	}
	.swiper-articles-prev {
		display: block;
		transform: scale(-1,1);
		left: 0;
	}
	.swiper-articles-next {
		right: 0;
	}
	
	/* Page Contacts */
	.contacts-table--wrap {
		padding: 10px 0;
	}
	.contacts-table--wrap .table .table-row {
		display: block;
		padding: 14px 0 14px 16px;
	}
	.contacts-table--wrap .table .table-row .col-1 {
		font-weight: 600;
		margin-bottom: 23px;
	}
	.contacts-table--wrap .table .table-row .col-2 {
		line-height: 26px;
	}
	.contacts-map--wrap .title {
		padding: 30px 0 30px 17px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.main-first--wrap {
		display: flex;
	}
	.main-first--wrap .right {
		margin-top: 0;
	}
	.main-first--wrap .left {
		flex: 0 0 430px;
	}
	.main-first--wrap_img {
		display: none;
	}
	
}

@media (min-width: 480px) and (max-width: 991.98px) {
   .single-content--table {
		background: linear-gradient(#e6e6e6 33px, #fff 33px);
	}
	.sidebar--list {
		display: flex;
		flex-wrap: wrap;
	}
	.single-content--table-sidebar .sidebar--list li {
		flex: 0 0 50%;
	}
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	/* Section About */
	.section--about .about--wrap {
		display: flex;
	}
	.section--about .left {
		flex: 0 0 56%;
	}
}
@media (min-width: 576px) and (max-width: 991.98px) {
	.section--popular-services .price-table--inner table {
		width: 100%;
	}
	
	/* Page Single Services */
	.reviews-form .reviews-form--top label {
		margin-left: 50px;
	}
	
	/* Section Services */
	.section-services--items {
		justify-content: space-between;
	}
	.services-item {
		margin: 0 0 30px;
	}

}
@media(max-width: 768px) {
	.reviews-form .reviews-form--bottom {
		display: block;
		margin-top: 10px;
	}
	.reviews-form .reviews-form--bottom .form-privacy {
		margin: 20px 0 0 0;
	}
	.reviews-form .reviews-form--bottom .btn {
		display: block;
		width: 100%;
	}
	.reviews-form .reviews-form--top .star-wrap {
		margin: 10px 0;
	}
	.reviews-form form .reviews-form--top {
		margin: 0;
	}
	
	.swiper-reviews .swiper-slide {
		width: 100%;
	}
	/* Page Single */
	.block-rightimg .rightimg-content {
		display: block;
	}
	.swiper-single-page .swiper-slide {
		width: 50%;
		padding: 20px;
	}
	
	/* Page Artiles */
	.section-articles--items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
	}
	.section-articles--items .article-item {
		flex: 0 0 48%;
		margin: 0 0 25px;
	}
	
	
	
	
	.modal-form--wrap {
		margin-top: 216px;
	}
	.header-top .geo {
		line-height: 1.3;
	}
}

@media (max-width: 575.98px) {
	.main-first--wrap_img {
		top: 463px;
	}
	/* Page Single */
	.block-links {
		width: 100%;
		padding: 28px 27px 26px;
	}
	
	/* Page Single Services */
	.reviews-form .reviews-form--top label {
		flex: 0 0 100%;
	}
	
	/* Section Services */
	.section--services .services-item {
		margin: 0 auto 40px;
	}
	/* Section Most Popular */
	.section--most-popular .most-popular--item {
		width: 100%;
		margin: 0 0 13px 0;
		padding: 27px 3px 27px 23px;
	}
	.section--most-popular .swiper-slide {
		width: 100%;
	}
	.swiper-most-popular .swiper-wrapper {
		flex-direction: column;
		height: 167px;
	}
	
	
	.most-popular-next {
		position: static;
		transform: rotate(90deg);
		margin: 20px auto;   
	}
	
	
	
	.footer-nav .footer-nav--col {
		margin-right: 3px;
		margin-bottom: 20px;
		flex: 0 0 45%;
	}
	.modal .close {
		right: 0;
		left: 0;
		margin: auto;
		top: -24px;
	}
	.header-top {
		flex-wrap: wrap;
	}
	.header-top .link-btn {
		margin-left: 15px;
	}
	.section--callback {
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.main-first--wrap_img {
		top: 565px;
	}
	.swiper-single-page .swiper-slide {
		width: 100%;
		padding: 20px;
	}
	/* Page Single Services */
	.single-content--table th:first-child, .single-content--table td:first-child {
		width: 183px;
	}
	.single-content--table th:nth-child(3), .single-content--table td:nth-child(3) {
		width: 80px;
	}
	/* Page Artiles */
	.section-articles--items {
		display: block;
		margin: 30px 0 0;
	}
	.section-articles--items .article-item {
		flex: 0 0 100%;
		margin: 0 0 25px;
	}
	.header-top .left {
		width: 100%;
		justify-content: space-between;
	}
	.header-top .mobile_right {
		width: 100%;
		text-align: right;
	}
	.scroll-up {
		right: 20px;
		bottom: 20px;
	}
	.section--callback .callback-form.inline {
		padding: 40px 15px 50px;
	}
}

@media (max-width: 400px) {
	.header--middle .menu_toggle {
		width: 24px;
		height: 20px;
	}
	.header--middle .search--wrap button {
		width: 24px;
		height: 24px;
		right: 38px;
	}
	.header--middle a.cart {
		right: 77px;
	}
	.logo--wrap {
		flex: unset;
	}
	.header--middle .logo--wrap_img {
		flex: 0 0 170px;
	}
}

@media (max-width: 360px) {
	.main-first--wrap_img {
		top: 583px;
	}
	/* Nav */
	.header-nav {
		top: unset;
		width: 100%;
	}
	.reviews-form {
		padding: 15px;
	}
}