@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url(../libs/normalize-css/normalize.css);
* {
	box-sizing: border-box;
}

*:before, *:after {
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	overflow-x: hidden;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
footer {
	margin-top: auto;
}
body.lock {
	overflow: hidden;
}
.slide-title {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.main-slider__item {
	position: relative;
}
.page-back {
	display: inline-block;
	background: #10508F;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 5px;
	margin: 50px auto 0 auto;
	line-height: 1;
	padding: 15px 20px;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.text-center {
	text-align: center;
}

.container {
	max-width: 1110px;
	margin: 0 auto;
}

.pages .container {
	max-width: 85%;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}

.header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #10508F;
	z-index: 2;
}

.header .header__body {
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .header__body .header__logo {
	position: relative;
	z-index: 3;
}
.header__logo img {
	width: 170px;
}
.header__list {
	margin: 0;
}
.header .header__body .busket {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
}

.header .header__body .busket i {
	display: block;
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 0;
	left: 0;
}

.header .header__body .busket i:last-child {
	margin-right: 0;
}

.header .header__body .busket i:after
	{
		content: '';
		position: absolute;
		display: block;
		top: -2px;
		right: -4px;
		width: 7px;
		height: 7px;
		background-color:#FF5023;
		border-radius: 50%;
		animation:blink 1s infinite;
	}

.header .header__body .busket i.fa-exclamation-triangle {color:yellow;animation:exclamblink 1s infinite;}
.header .header__body .busket i.fa-exclamation-triangle:after {background-color:transparent;animation:none;}

@keyframes blink
	{
		0%   {background-color:#FF5023;}
		49%  {background-color:#FF5023;}
		50%  {background-color:transparent;}
		100% {background-color:transparent;}
	}

@keyframes exclamblink
	{
		0%   {color:yellow;}
		49%  {color:yellow;}
		50%  {color:transparent;}
		100% {color:transparent;}
	}

.header .header__body .busket span {
	display: block;
	width: 1px;
	height: 15px;
	margin: 0 20px;
	background-color: #317EC8;
}

.header__nav {
	position: relative;
	z-index: 3;
}

.header__nav .header__list {
	display: flex;
	align-items: center;
	list-style: none;
	padding-left: 0;
}

.header__nav .header__list li {
	margin-right: 40px;
}

.header__nav .header__list li:last-child {
	margin-right: 0;
}

.header__nav .header__list li a {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.main {
	margin-top: 52px;
}

.main-slider {
	position: relative;
	top: 0;
	left: 0;
}

.main-slider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/main-slider-bg.png");
	background-position: center;
	background-size: cover;
	z-index: 2;
}

.main-slider .container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}

.main-slider .container .main-slider__body {
	padding: 50px 16px 0 16px;	
}

.main-slider .container .main-slider__body .slide-title {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	display: block;
	font-weight: 400;
	font-size: 24px;
	text-align: center;
	width: 100%;
}

.main-slider .container .main-slider__body .main-slider__item p {
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin-top: 100px;
	line-height: 1.2;
}

.main-slider .container .main-slider__body .main-slider__item .slide-center {
	margin: auto 0;
}

.main-slider .container .main-slider__body .arrow-left,
.main-slider .container .main-slider__body .arrow-right {
	position: relative;
	top: 0;
	left: 0;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #E9E9EC;
	font-size: 0;
	cursor: pointer;
}

.main-slider .container .main-slider__body .arrow-left i,
.main-slider .container .main-slider__body .arrow-right i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	font-size: 18px;
}

.yandex-map {
	padding-top: 50px;
}

.yandex-map iframe {
	width: 100%;
	height: 500px;
}

.scheme {
	display: none;
	padding: 20px 10px 10px 10px;
	/*background-image: url("../img/scheme-bg.png");
	background-size: cover;
	background-position: center;*/
	position: relative;
	z-index: 3;
	margin: 40px 0;
}
.scheme img {
	max-width: 600px;
	margin: 0 auto;
}
.honest-pay {
	text-align: center;
    padding: 30px 0;
}
.honest-pay strong {
	display: block;
	font-size: 24px;
	font-weight: 700;
}
.honest-pay p {
	margin: 20px 0;
	display: block;
	font-size: 16px;
	font-weight: 700;
}
/*.scheme .container {
	padding: 50px 20px;
}

.scheme .scheme__title {
	margin-bottom: 30px;
}

.scheme .scheme__title h1 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.scheme .scheme__body .scheme-block1 {
	margin-bottom: 20px;
}

#s-block1-arr-left {
	position: relative;
	bottom: 0;
	left: 10%;
}

#s-block1-arr-right {
	position: relative;
	bottom: 0;
	right: 10%;
}

.scheme .scheme__body .scheme-block2 {
	margin-bottom: 20px;
}
.scheme .scheme__body .scheme-arrows {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.scheme .scheme__body .scheme-arrows img {
	width: 45px;
	height: 45px;
}

.scheme .scheme__body .scheme-arrows img:first-child {
	margin-left: 20%;
}

.scheme .scheme__body .scheme-arrows img:last-child {
	margin-right: 15%;
}*/

.we-print {
	background-image: url("../img/we-print-bg.jpg");
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	position: relative;
	top: 0;
	left: 0;
}

.we-print:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.85;
	z-index: 2;
}

.we-print .container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 0 15px;
}

.we-print .we-print__body {
	padding: 15px;
	background-color: #3F84C7;
	border-radius: 20px;
}

.we-print .we-print__body .we-print__title {
	margin-bottom: 20px;
}

.we-print .we-print__body .we-print__title p {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	opacity: 0.9;
	margin: 0;
}

/*.we-print .slick-track, .slick-track img {
	display: inline-block !important;
}*/

.we-print .we-print__body .we-print__card {
	display: flex;
	background-color: #F5F2F2;
	padding: 30px 15px;
	border-radius: 15px;
	margin-bottom: 20px;
}

.we-print .we-print__body .we-print__card .we-print-card__left {
	align-self: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.we-print .we-print__body .we-print__card .we-print-card__right {
	text-align: center;
	margin: 0 auto;
}

.we-print .we-print__body .we-print__card .we-print-card__right h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 0 20px;
}

.we-print .we-print__body .we-print__card .we-print-card__right h5 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}

.we-print .we-print__body .we-print__card .we-print-card__right p {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin: 0 0 10px;
}

.footer-top {
	background-color: #3F84C7;
	padding: 10px 0;
}

.footer-top .footer-top__body {
	padding: 16px 20px;
}

.footer-top .footer-top__body h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px 0;
}

.footer-top .footer-top__body p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 20px 0;
}

.footer-top .footer-top__body span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}

.footer-top__link {
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	cursor: pointer;
	color: #fff;
}

.footer-top__link:not(:last-child) {
	margin-bottom: 20px;
}

.footer-top .footer-top__body .footer-top__left {
	width: 60%;
	margin-right: 50px;
}

.footer-top .footer-top__body .footer-top__left .footer-contacts {
	margin: 10px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-top .footer-top__body .footer-top__right {
	width: 40%;
}

.footer-top .footer-top__body .footer-top__right .payments {
	display: grid;
	grid-template-columns: 120px 120px;
	grid-gap: 10px;
	margin: 10px 0;
}
.footer-top .footer-top__body .footer-top__right .payments a,
.footer-top .footer-top__body .footer-top__right .payments a img {
	display: block;
}
.payments .payment:nth-child(3) {
	grid-column: 1 / 3;
}
.footer-top .footer-top__body .footer-top__right .download-app {
	display: flex;
}
.download-app a {
	display: block;
	/*width: 160px;*/
	height: 50px;
}
.download-app a img {
	display: block;
	width: 100%;
	height: 100%;
}
.footer-top #map {
	max-width: 100%;
}
#map iframe {
	max-width: 100%;
	height: 200px;
}

.footer-bottom {
	background-color: #10508F;
	padding: 10px 0;
}

.footer-bottom .footer-bottom__body {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom .footer-bottom__body p {
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	margin: 0;
}

.footer-bottom .footer-bottom__body p span {
	font-size: 15px;
	color: #FF782C;
	font-weight: 400;
}

/* Слайдер */
.slick-slider {
	min-width: 0;
	flex-wrap: wrap;
}

/* Ограничивающая оболочка */
.main-slider .slick-list {
	overflow: hidden;
	min-height: inherit;
}
body .main .we-print .container .we-print__content .we-print__card .we-print-card__left .slick-list {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
/* Лента слайдов */
.main-slider .slick-track {
	display: flex;
	align-items: center;
	min-height: inherit;
}
.we-print .we-print-card__left .slick-track {
	display: flex;
	align-items: center;
}
.we-print .we-print-card__left {
	max-width: 250px !important;
}
.slick-dots {
	display: flex;
	align-items: center;
	list-style: none;
	padding-left: 0;
	align-self: flex-end;
}

.slick-dots li {
	margin-right: 10px;
	cursor: pointer;
}

.slick-dots li button {
	width: 15px;
	height: 15px;
	background-color: #5D98D1;
	font-size: 0;
	border: none;
	outline: none;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}
.we-print .we-print-card__left .slick-dots {
	justify-content: center;
}
.we-print .we-print-card__left .slick-dots li button {
	background-color: #ccc;
}
.we-print .we-print-card__left .slick-dots li.slick-active button {
	background-color: #5D98D1;
}
.flex-block {
	display: flex;
	justify-content: space-between;
}

.flex-block img {
	display: block;
}
.scheme-block5 {
	margin-top: 30px;
}
.scheme-block5 .process:not(:last-child) {
	margin-right: 30px;
}
.main__links {
	padding: 10px 0;
}
.main__links .back {
	margin-top: 0;
	margin-bottom: 10px;
}
.main__links .container .main-links__content {
	display: flex;
	align-items: center;
	padding: 0 10px;
}
.main__links .container .main-links__content a {
	display: block;
	color: #b2b2b2;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	margin-right: 5px;
}
.main__links .container .main-links__content a.link-active {
	color:#000;
}
.pages {
	background-color: #6b6b6b;
}
.pages .container {
	padding: 20px;
}
.pages .pages__title {
	text-align: center;
	margin-bottom: 20px;
}
.pages .pages__title p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.pages .pages__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/*overflow-y: scroll;*/
}
.page-card__bottom,
.counter,
.counter-all {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*.counter-all {
	margin-bottom: 30px;
}*/
.page-card__bottom {
	padding: 2px 15px;
	border: 2px solid #ccc;
	border-radius: 10px;
	border-top: none;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	max-width: 100%;
	position:relative;
	z-index:0;
}
.page__card {
	margin-bottom: 20px;
	position:relative;
	z-index:0;
}
.page__card .page-card__counter h4 {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	text-align: center;
}
.counter-minus,
.counter-minus-all {
	background-color: #fff;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	color: #000;
	margin-right: 7px;
	width: 40px;
	padding: 8px 5px;
	cursor: pointer;
	outline: none;
}
.counter-plus,
.counter-plus-all {
	background-color: #fff;
	font-size: 15px;
	border: none;
	border-radius: 5px;
	color: #000;
	margin-left: 7px;
	width: 40px;
	padding: 8px 5px;
	text-align: center;
	cursor: pointer;
	outline: none;
}
.counter-plus-all,
.counter-minus-all {
	background-color: #eee;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.counter-text,
.counter-text-all {
	background-color: #10508F;
	padding: 0 5px;
	text-align: center;
	align-self: stretch;
	width: 45px;
	display: flex;
	border-radius: 5px;
}
.counter-text p,
.counter-text-all p {
	margin: auto;
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	min-height: inherit;
}
.page-card__bottom h2 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin: 0 ;
}
.paint-and-price p {
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.paint-and-price p:first-child {
	margin-bottom: 5px;
}
.step-selected {
 /* position: sticky;
	left: 0;
	bottom: 0;*/
	width: 100%;
	background: #fff;
}
.step-selected .container {
	padding: 5px 20px;
}
.step-selected__left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step-selected__title h2 {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	margin: 0;
}
.step-selected .step-selected__left p:not(#step-3-counter_text),
.step-selected__title > p {
	font-weight: 400;
	font-size: 16px;
	color: #000;
	margin: 0;
}
/*.step-selected .step-selected__left p:first-child:not(#step-3-counter_text)	{
	margin-bottom: 5px;
}*/
.step-selected .step-selected__right {
	display: flex;
	/*justify-content: center;*/
	margin-top: 5px;
}
.step-selected .step-selected__right .counter-all {
	margin-bottom: 0;
}
.step-selected .step-selected__right .counter .counter-minus, .step-selected .step-selected__right .counter .counter-plus {
	background: #10508F;
	color: #fff;
}
.step-selected .step-selected__right .counter .counter-text {
	background: #c1c1c1;
	color: #fff;
}
.pages-1-6 p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 5px;
}
.pages-1-6 input {
	display: inline-block;
	padding: 10px;
	background: none;
	border: 2px solid #6D6D6D;
	text-align: center;
	font-size: 16px;
	color: #6D6D6D;
	border-radius: 5px;
	margin-right: 10px;
	width: 40%;
	height: 35px;
}





.upload-info-text > *:last-child > *::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0px !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* ползунок скроллбара */
.upload-info-text > *:last-child > *::-webkit-scrollbar-thumb {
	display: none !important;
	width: 0 !important;
	height: 0px !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.upload-info-text > *:last-child > *::-webkit-scrollbar-thumb:hover {
	display: none !important;
}







#next {
	background: #10508F;
	color: #fff;
	font-size: 16px;
	width: 40%;
	height: 35px;
	border: none;
	border-radius: 5px;
}
.pay {
	padding: 0 20px;
}
.frame {
	border: 3px solid #fff;
}
.page__card {
	position: relative;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px rgba(0,0,0, .4);
}

.zoom_plus,
.zoom_minus {
	cursor: pointer;
}

.page-card__top .frame *.draggable {
	cursor: grab;
}
.add-order_btn {
	color: #fff;
    background-color: #3F84C7;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
}

.offer {
	padding: 50px 0;
	background: #fff;
}
.offer .container,
.policy .container {
	padding: 0 10px;
}
.offer__item:not(:last-child) {
	margin-bottom: 30px;
}
.offer__item strong {
	font-size: 20px;
	color: #000;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.offer__item p {
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}
.offer__item p:not(:last-child) {
	margin-bottom: 15px;
}
.action {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.adresses {
	background-color: #fff;
	padding: 50px 25px;
}
.adresses h1 {
	font-weight: 700;
	font-size: 36px;
	margin: 0 0 20px 0;
}
.adresses__tabs {
	max-width: 300px;
	display: flex;
	margin-bottom: 15px;
}
.adress__tab {
	background: #fff;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	width: 100%;
	border: 1px solid #10508f;
	transition: all 0.2s ease;
	color: #000;
	text-align: center;
	cursor: pointer;
}
.adress__tab.active {
	background: #10508f;
	color: #fff;
}
.adresses-list__item {
	display: flex;
}
.adresses-list__item:not(:last-child) {
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #10508f;
}
.adress__title {
	width: 50%;

}
.adress__title strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #000;
}
.adress__title p {
	font-size: 14px;
	margin: 0;
	color: #5d5d64;
}
.adress__time,
.adress__phone {
	flex: 1 0;
}
.adress__time span,
.adress__phone span {
	font-size: 14px;
    color: #5d5d64;
    display: block;
    font-weight: 400;
}
.adress__phone {
	text-align: right;
	padding-right: 90px;
}
/*==========	Desktop First	==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
	/**/
	.scheme-block5 .process img {
	width: 200px !important;
	height: 200px !important;
	}
	.scheme-block5 .process p {
	min-width: 150px !important;
	font-size: 12px !important;
	}
	.scheme-block5.flex-block {
	justify-content: space-between !important;
	}
	.scheme-arrows img:first-child {
	margin-left: 7% !important;
	}
	.scheme-arrows img:nth-child(2) {
	margin-left: 5% !important;
	}
	.scheme-arrows img:last-child {
	margin-right: 10% !important;
	}
	.enlarge-balance__body {
	display: grid !important;
	grid-template-columns: 200px 200px;
	grid-gap: 30px;
	}
	.enlarge__card {
	margin-right: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.footer-top__body {
	flex-direction: column;
	}
	.footer-top__body .footer-top__left,
	.footer-top__body .footer-top__right {
	width: 100% !important;
	margin: 0 0 50px 0 !important;
	}
	.footer-top__body .footer-top__right {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 0 !important;
	}
	.footer-top__body .footer-top__right .payments,
	.footer-top__body .footer-top__right .download-app {
	justify-content: center;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
	/**/
	body .order-list-container {
	padding-top: 90px;
	}
	.burger-menu {
	display: block !important;
	width: 25px;
	height: 15px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	}
	.burger-menu:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	height: 2px;
	}
	.burger-menu:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	height: 2px;
	}
	.burger-menu span {
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 2px;
	}
	.burger-menu.active:before {
	transform: rotate(45deg);
	top: 6px;
	transition: all 0.5s linear 0s;
	}
	.burger-menu.active:after {
	transform: rotate(-45deg);
	bottom: 6px;
	transition: all 0.3s linear 0s;
	}
	.burger-menu.active span {
	transform: scale(0);
	transition: all 0.1s linear 0s;
	}
	body .header .header__body .busket i {
	font-size: 13px;
	}
	.header__nav {
	position: fixed !important;
	width: 100% !important;
	top: -100% !important;
	left: 0;
	height: 50% !important;
	background-color: #317EC8;
	}
	.header__nav.active {
	top: 35px !important;
	transition: all 0.3s linear 0s;
	}
	.header__nav.active .header__list {
	padding: 60px 0 0 50px !important;
	flex-direction: column;
	align-items: flex-start !important;
	margin: 0;
	}
	.header__nav.active .header__list li {
	margin: 0 0 30px 0 !important;
	}
	.main-slider__item {
	background-size: 350px !important;
	}
	.main-slider__item p {
	font-size: 18px !important;
	}
	.main-slider-item__right img {
		max-height: 200px;
	}
	.we-print__card {
	padding: 15px !important;
	}
	.we-print-card__right h3 {
	font-size: 16px !important;
	margin-bottom: 10px !important;
	}
	.we-print-card__right h5, .we-print-card__right p {
	font-size: 13px !important;
	margin-bottom: 5px !important;
	}
	.we-print-card__right label {
	font-size: 13px;
	min-width: 150px !important;
	}
	.step-2__body {
	flex-direction: column;
	align-items: center;
	}
	.step-2__body .step__card {
	margin-bottom: 20px;
	}
	/*.step-selected .container {
	flex-direction: column;
	}*/
	/*.pages-1-6 input {
	display: block;
	margin-right: 0 !important;
	margin-bottom: 10px;
	}*/
	/*.pages-1-6 button {
	min-width: 0 !important;
	width: 100% !important;
	}*/
	.pages__body1 {
	grid-template-columns: repeat(2, 1fr) !important;
	}
	.point-popup__body {
	flex-direction: column;
	width: 95% !important;
	}
	.point-popup__left,
	.point-popup__right {
	width: 100% !important;
	margin-right: 0 !important;
	}
	.order-list-container .order-box {
	flex-wrap: wrap;
	justify-content: flex-start;
	}
	.order-description,
	.order-pay-details {
	margin: 0 auto;
	}
	.order-pay-details,
	.order-description {
	margin-bottom: 20px;
	}
	.order-box .order-pay-details,
	.order-box .order-description {
	width: 60%;
	}

	.cashback-popup .cashback__body {
	width: 60%;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	/**/
	.main-slider__item {
	background-size: 200px !important;
	}
	.main-slider__item p {
	font-size: 14px !important;
	text-align: center;
	}
	.arrow-left,
	.arrow-right {
	width: 35px !important;
	height: 35px !important;
	}
	.flex-block {
	justify-content: center !important;
	}
	.yandex-map iframe {
		height: 400px;
	}
	.scheme-block2 .process img {
	max-width: 200px;
	}
	#megaprint {
	width: 250px;
	}
	.we-print__card {
	flex-direction: column;
	}
	.we-print__card .we-print-card__left {
	margin-bottom: 20px;
	}
	.we-print__card .we-print-card__left img {
	display: block;
	margin: 0 auto;
	}
	.scheme-block4 .process img {
	height: 100px !important;
	width: 100px !important;
	}
	.scheme-block4 .process p {
	min-width: 100px !important;
	font-size: 10px !important;
	}
	#arr-left-1 {
	height: 40px !important;
	width: 40px !important;
	}
	.step-form form {
	flex-direction: column;
	}
	.step-form__left {
	margin-right: 0 !important;
	}
	.step-form * {
	font-size: 14px !important;
	}
	.step-form__left,
	.step-form__right {
	width: 100% !important;
	}

	.main-slider .container .main-slider__body .main__slider {
	justify-content: center;
	}

	.main .main-slider .slick-dots {
	bottom: 10px;
	}
	.adresses-list__item {
		flex-direction: column;
	}
	.adress__phone {
		text-align: left;
		padding-right: 0
	}
	.adress__time {
		margin: 10px 0;
	}
	.adress__title {
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	.main-slider__item {
	background-image: none !important;
	}
	.main-slider__item p {
	font-size: 17px !important;
	}
	.footer-contacts {
	flex-direction: column;
	justify-content: flex-start !important;
	align-items: flex-start !important;
	}
	.footer-contacts span:not(:last-child) {
	margin-bottom: 15px;
	}
	.footer-top__body .download-app {
	flex-direction: column;
	align-items: center;
	}
	.footer-top__body .download-app a:first-child {
	margin: 0 0 15px 0 !important;
	}
	.footer-bottom p {
	font-size: 12px !important;
	}
	.scheme-block5 img {
	width: 200px !important;
	}
	#s-block1-arr-right {
	margin-right: 4% !important;
	}
	#s-block1-arr-left {
	left: 15% !important;
	}
	.scheme-block1 .process img {
	height: 250px;
	}
	.step__body {
	flex-direction: column;
	align-items: center;
	}
	.step__body .step__card {
	margin-right: 0 !important;
	margin-bottom: 20px;
	}
	.confirm-popup__body h2 {
	font-size: 14px !important;
	}
	.confirm-popup__body p,
	.confirm-popup__body p strong {
	font-size: 12px !important;
	}
	.confirm-popup__body p br {
	display: none;
	}
	.main-links__content a {
	font-size: 12px !important;
	}
	.upload-items span {
	font-size: 10px;
	}
	body .files-upload-screen .files-upload-list {
	height: 50%;
	width: 85%;
	}
	body .order-box .order-pay-details,
	body .order-box .order-description {
	width: 100%;
	}
	/*.container .step-selected__left {
	flex-direction: column;
	justify-content: center;
	text-align: center;
	}*/
	/*.step-selected-left__left {
	margin-bottom: 30px;
	}*/

	.main .step-selected {
	position: unset;
	}
	/*.main .scheme {
	background-image: unset;
	}*/
	.main .scheme img {
	max-width: 100%;
	}
	.cashback-popup .cashback__body {
	padding: 10px;
	}
	.cashback-popup .cashback__body > * {
	margin-bottom: 10px;
	}
	.cashback-popup .cashback__body h2 {
	font-size: 14px;
	}
	.cashback-popup .cashback__body strong,
	.cashback-popup .cashback__body small {
	font-size: 12px;
	}
	.cashback__body .cashback-popup__confirm {
	flex-direction: column;
	}
	.cashback__body .cashback-popup__confirm input,
	.cashback__body .cashback-popup__confirm button {
	width: 100%;
	}
	.cashback__body .cashback-popup__confirm input {
	margin-right: 0;
	margin-bottom: 10px;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
	/**/
	.yandex-map {
		padding-top: 30px;
	}
	.yandex-map iframe {
		height: 300px;
	}
	.orders-summary .pay-button {
	width: 90%;
	}
	.scheme__title h1 {
	font-size: 20px !important;
	}
	.footer-bottom__body {
	flex-direction: column;
	}
	.scheme-block2 .process img {
	max-width: 150px;
	}
	.process__label {
	font-size: 13px !important;
	}
	.scheme-block5 .process img {
	width: 150px !important;
	height: 170px !important;
	}
	#megaprint {
	width: 150px !important;
	height: 200px !important;
	}
	.pages .counter-minus,
	.pages .counter-plus {
	width: 20px !important;
	font-size: 10px !important;
	padding: 5px !important;
	}
	.pages .counter-text {
	width: 35px !important;
	}
	.page-card__bottom h2 {
	font-size: 13px !important;
	}
	.paint-and-price p {
	font-size: 11px !important;
	}
	.page-card__counter h4 {
	font-size: 12px !important;
	}
	.enlarge-balance__body {
	grid-template-columns: 200px !important;
	justify-content: center;
	}
	.enlarge__card p {
	font-size: 10px !important;
	margin: 0 !important;
	}
	.enlarge-card__content {
	padding: 5px !important;
	}
	.enlarge-balance__body .enlarge__card:nth-child(3) .enlarge-card__top img {
	margin: 0 !important;
	}
	.success__content h1,
	.error__content h1 {
	font-size: 14px !important;
	}
	.success__content p,
	.success__content p a,
	.error__content p,
	.success__content p strong {
	font-size: 12px !important;
	}
	.back-to-main {
	font-size: 14px !important;
	min-width: 150px;
	padding: 10px 4px !important;
	}
	.success__top img,
	.error__top img {
	width: 70px;
	width: 70px;
	}
	.how-popup__content h3,
	.how-popup__content strong {
	font-size: 12px !important;
	}
	.how-popup__content p {
	font-size: 11px !important;
	}
	.main-links__content a {
	font-size: 9px !important;
	}
	.order-box ul li,
	.order-box ul li:last-child {
	font-size: 12px;
	}
	.order-list-container .caption {
	font-size: 14px;
	}
	.order-pay-status div {
	font-size: 15px;
	}
	.main .page-card__arrow {
	left: 0px;
	}
	.main .zoom_plus i,
	.main .zoom_minus i {
	font-size: 16px;
	}
	.adresses h1 {
		font-size: 24px
	}
	.adress__tab {
		font-size: 12px
	}
	.adresses__tabs {
		max-width: 100%;
	}
	.adress__title strong {
		font-size: 24px
	}
	.adress__title p,
	.adress__time span,
	.adress__phone span {
		font-size: 12px
	}
}
@media only screen and (max-width: 450px) {
	.slide-title {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		font-size: 20px;
		margin-bottom: 20px
	}
	div.ready-orders {
		right: 10%!important;
	}
	/**/
	.main-slider__item p {
	font-size: 13px !important;
	}
	.main-slider__item p br {
	display: none !important;
	}
	.header__logo img {
		width: 120px;
	}
	.main {
		margin-top: 42px;
	}
	.arrow-left,
	.arrow-right {
	width: 25px !important;
	height: 25px !important;
	}
	.arrow-left i,
	.arrow-right i {
	font-size: 10px !important;
	}
	.slick-dots li button {
	width: 8px !important;
	height: 10px !important;
	}
	/*.we-print-card__right h3 {
	font-size: 11px !important;
	}*/
	.we-print-card__right h5, .we-print-card__right p {
	font-size: 9px !important;
	}
	.scheme-block2 .process p {
	 min-width: 100px !important;
	 font-size: 12px !important;
	}
	#s-block1-arr-left {
	left: 10% !important;
	}
	#s-block1-arr-right {
	right: 10% !important;
	}
	#megaprint {
	width: 100px !important;
	height: auto !important;
	}
	.scheme .scheme__body .scheme-block4 .process img {
	width: 30px !important;
	height: 30px !important;
	}
	.scheme .scheme__body .scheme-block4 .process p {
	font-size: 5px !important;
	min-width: 100% !important;
	}
	#arr-left-1 {
	width: 20px !important;
	height: 20px !important;
	}
	.scheme-block5 {
	margin-top: 10px !important;
	}
	/*.scheme .scheme__body .scheme-block5 .process img {
	width: 70px !important;
	height: 70px !important;
	}*/
	.scheme__body .scheme-block5 .process p {
	font-size: 6px !important;
	min-width: 60px !important;
	}
	.scheme-arrows img {
	width: 30px !important;
	height: 30px !important;
	}
	.scheme .scheme-arrows img:last-child {
	margin-right: 8% !important;
	}
	.step__title h1 {
	font-size: 14px !important;
	}
	.selected p {
	font-size: 12px !important;
	}
	.step-main .step-2__body .step__card {
	max-width: 260px !important;
	}
	.step-form__left * {
	font-size: 10px !important;
	}
	.pay-way-2__item {
	justify-content: space-between;
	}
	.pay-way-2__item p {
	text-align: center;
	font-size: 9px;
	}
	.pay-way__payment img {
	height: 15px;
	}
	.street-and-home {
	flex-direction: column;
	}
	.street-and-home__street {
	margin-right: 0 !important;
	margin-bottom: 30px;
	}
	.street-and-home input {
	max-width: unset !important;
	}
	.notice-1 p,
	.notice-1 span {
	font-size: 12px !important;
	}
	.how-popup__body {
	background-image: none !important;
	height: unset !important;
	}
	.how-popup__content {
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	}
	/*.page__card {
	margin-left: 10px;
	}*/

	body .cashback-popup .cashback__body {
	width: 90%;
	}
	.honest-pay strong {
		font-size: 18px
	}
	.honest-pay p {
		font-size: 12px;
		margin: 10px 0;
	}
	.honest-pay img {
		display: block;
		margin: 0 auto;
		width: 250px;
	}
	.we-print-card__right > div {
		font-size: 12px
	}
	.offer__item strong,
	.policy h1 {
		font-size: 16px
	}
	.offer__item p,
	.policy p {
		font-size: 12px
	}
}

@media (max-width: 380px) {
	/*.pay-way__payment img {
	display: none !important;
	}
	.order-box ul li,
	.order-box ul li:last-child {
	font-size: 12px;
	}
	.order-list-container .caption {
	font-size: 14px;
	}*/
}
/*==========	Mobile First	==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
	/**/
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
	/**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
	/**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
	/**/
}
