.preloader {
  position: fixed;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  overflow: hidden;
}
.preloader img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
html, body, .pages__body {
    scrollbar-color: #fff #5c5c5c;     /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
    border-radius: 9em;
}
/*#left_frame {
	margin-bottom: 30.5px !important;
}*/
.main-slider__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
/*.frame, .frame img {
	display: block;
	max-width: 100%;
}*/
.main-slider-item__right,
.main-slider-item__left {
	width: 50%;
}
.main-slider-item__right  img{
	display: block;
	max-width: 100%;
	max-height: 225px;
	margin: 0 auto;
}
.main-slider-item__left p {
	margin: 0 !important;
}
.scheme .scheme__body .scheme-block2 img:last-child {
	margin-top: 0 !important;
	bottom: 18px !important;
}
.process {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.process img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.process__label {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 22px;
	color: #000;
	padding: 8px;
	min-width: 255px;
	background-color: #fff;
	border-radius: 12px;
	margin: 20px auto 0;
}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.arr-l-and-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.arr-l-and-r img {
	display: block;
}
.flex-block {
	justify-content: center !important;
}
.scheme-block2.flex-block {
	justify-content: space-between !important;
}
.scheme-block4 {
	display: flex;
	justify-content: center;
}
.scheme-block4 .process p {
	font-size: 14px;
	min-width: 150px;
}
.scheme-block4 {
	padding: 0 20px;
}

/*.frame {
	max-width: unset !important;
}*/
.page__card {
	width: 35%;
}

.counter {
	margin-bottom: 10px;
}

/*.preloader {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}
.preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 100%;
  height: auto;
}*/
/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
    width: 14px; /* ширина для вертикального скролла */
    background-color: #5C5C5C;
    border-radius: 9em;
}

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #ccc;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3F84C7;
}
.pages__body1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}
.pages__body1 .page__card .page-card__bottom .page-card__counter h4 {
	font-size: 13px !important;
}
.pages__body1 .page__card .page-card__bottom h2 {
	font-size: 10px !important;
}
.pages__body1 .counter-minus,
.pages__body1 .counter-plus {
	font-size: 13px !important;
	width: 20px;
	padding: 2px 2px !important;
}
.pages__body1 .counter-text {
	width: 30px !important;
}
.pages__body1 .counter-text p {
	font-size: 10px !important;
}
.paint-and-price p {
	font-size: 10px !important;
}
.step_2 .step-card__bottom {
	width: 80%; margin: 0 auto;
}
.pay__tabs {
	margin-bottom: 30px;
}
.enlarge-balance {
	margin-bottom: 50px;
}
.enlarge-balance__title h1 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.enlarge-balance__title {
	margin-bottom: 30px;
}
.enlarge-balance__body {
	display: flex;
	align-items: center;
}
.enlarge__card {
	margin-right: 50px;
}
.enlarge__card .enlarge-card__content {
	padding: 15px;
	text-align: center;
}
.enlarge-balance__body .enlarge__card:nth-child(3) .enlarge-card__top img {
	margin: 0 auto;
}
.enlarge__card .enlarge-card__content p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.step-form .container form {
	display: flex;
	justify-content: center;
}
.step-form .container form .step-form__left {
	width: 50%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	padding: 20px;
	margin-right: 50px;
}
.step-form .container form .step-form__right {
	width: 50%;
}
.step-form .container form .step-form__left h2 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.step-form-left__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 35px
}
.form__item label {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
}
.form__item input {
	display: block;
	padding: 10px;
	border: none;
	border-bottom: 3px solid #d2d2d2;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	width: 100%;
}
.form__item input:focus,
.form__item .form__select select {
	border-bottom-color: #000;
}
.form__item .form__select {
	position: relative;
	top: 0;
	left: 0;
}
.select {
	display: block;
	padding: 10px;
	border: none;
	border-bottom: 3px solid #d2d2d2;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	cursor: pointer;
	width: 100%;
}
#will {
	padding: 25px 15px;
	width: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 20px;
}
#will p {
	font-size: 16px;
	color:#000;
	font-weight: 400;
}
.pay__line {
	width: 150px;
	height: 1px;
	margin: 0 20px;
}
#will .pay__line {
	background: #000;
}
#stay {
	padding: 25px 15px;
	width: 100%;
	background: #11348F;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#stay p {
	font-size: 16px;
	color:#fff;
	font-weight: 400;
}
#stay .pay__line {
	background: #fff;
}
.step-form__right {
	padding: 10px;
}
.step-form__right button {
	background: #2058EA;
	padding: 15px 10px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	min-width: 200px;
	border: none;
	outline: none;
	cursor: pointer;
}
.enlarge-card__top img {
	height: 75px !important;
}
.step-form {
	padding: 20px;
}
.form-services__list ul {
	padding: 0;
	list-style: none;
}
.form-services__list ul li {
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.form-services__list ul li p {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}
.list-radio {
	width: 20px;
	height: 20px;
	background-color: #2058EA;
	border: 2px solid #2058EA;
	border-radius: 50%;
	cursor: pointer;
}
.list-radio.radio-list-active {
	background-color: #fff;
}
.sel-1 {
	display: block;
	width: 100%;
	padding: 20px 5px;
	border: 2px solid #d2d2d2;
	color:#000;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	cursor: pointer;
}
.step-form .form-active {
	display: flex !important;
}
.step-form form {
	display: none !important;
}
.step__card .step-card__top img {
	height: 400px;
}
.step__card {
	max-width: 400px !important;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	z-index: 4;
}
.step_2 .step-card__top img {
	margin: 0 auto;
	width: 100%;
}
.step_2 .step__card {
	max-width: 300px !important;
}
.step_2 .step-card__top {
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.white-arrow {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	display: none;
	align-items: center;
	z-index: 50;
	background-color: #fff;
	height: 2px;
	box-shadow: 0 0 15px rgba(0,0,0,0.9);
}
.white-arrow:before {
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 10px solid #fff;
}
.white-arrow:after {
	content: '';
	position: absolute;
	right: -3px;
	top: -3px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
}
.success,
.error {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70vh;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	padding: 50px 20px 0 20px;
}
.success .success__body {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 auto;
	max-width: 750px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	text-align: center;
}
.success .success__body h1 {
	font-size: 22px;
	margin: 0;
	margin-bottom: 30px;
}
.success-details h1 {
	margin: 0 !important;
	margin-bottom: 15px !important;
}
.success-details p {
	font-size: 18px;
	margin: 0;
	margin-bottom: 15px;
}
.success-details p strong {
	font-size: 18px;
}
.success-main {
	  background-image: url("../img/we-print-bg.jpg");
	  background-size: cover;
	  background-position: center;
	  padding: 50px 0 ;
	  position: relative;
	  top: 0;
	  left: 0;
}
.success-main:after {
	  content: '';
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #fff;
	  opacity: 0.95;
	  z-index: 2;
}
.back-to-main {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #3F84C7;
	padding: 15px 5px;
	font-size: 16px;
	min-width: 200px;
	font-weight: 400;
	text-align: center;
	border-radius: 10px;
}
.success__top {
	width: 130px;
	height: 130px;
	background-color: #3F84C7;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
	display: flex;
}
.success__top i {
	font-size: 60px;
	color: #fff;
	margin: auto;
}

@keyframes cube-loader {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}
#map iframe {
	width: 100%;
}
.back {
	margin-top: 20px;
	padding-left: 20px;
}
.back a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #10508F;
	border-radius: 7px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 110px;
}
.back a i {
	margin-right: 10px;
}
.step-main {
	background-image: url('../img/we-print-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 100px 0;
}
.step-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.90;
  z-index: 2;
}
.step-main .container {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
}
.step__title {
	text-align: center;
	margin: 40px 0;
}
.step__title h1 {
	font-size: 20px;
}
.step__body {
	display: flex;
	justify-content: space-around;
}
.step__card {
	max-width: 210px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.step__card .step-card__top {
	margin-bottom: 10px;
}
.step-btn {
	border: none;
	color: #fff;
	background-color: #10508F;
	font-size: 14px;
	border-radius: 7px;
	display: block;
	width: 100%;
	padding: 15px 10px;
	cursor: pointer;
}

#next {
	cursor: pointer;
}
.selected {
	text-align: center;
	margin-top: 40px;
}
.selected h2 {
	font-size: 17px;
	margin-bottom: 10px;
}
.selected p {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 5px;
}
.radio-active {
	background-color: #11348f !important;
}
.step-main {
	background-image: url('../img/we-print-bg.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	top: 0;
	left: 0;
	padding: 0 0 100px 0;
}
.step-main:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.95;
  z-index: 2;
}
.slide-8 .main-slider-item__right {
	align-self: flex-end !important;
}
.slide-8 .main-slider-item__left {
	width: 100% !important;
}
.pay__body {
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0, .3);
}
.contact-details {
	display: flex;
}
.contact-details__title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 20px;
}
.phone-number {
	padding: 15px 30px;
	background-color: #eeeeee;
	border-radius: 10px;
	margin-right: 40px;
	max-width: 400px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
.phone-number p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	margin-right: 15px;
	margin-bottom: 20px;
}
.phone-number input {
	display: block;
	background: none;
	padding: 5px;
	border: none;
	border-bottom: 3px solid #d2d2d2;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	outline: none;
}
.phone-number input:focus {
	border-color: #000;
}
.city {
	padding: 15px 30px;
	background-color: #eeeeee;
	border-radius: 10px;
	margin-right: 40px;
	max-width: 270px;
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
.city p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	margin-right: 15px;
	margin-bottom: 10px;
}
.pay__line {
	width: 100%;
	margin: 20px 0;
	height: 2px;
	background: #EBEBEB;
	border-radius: 1px;
}
.delivery__title h1 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}
.delivery__tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.delivery__tabs p {
	min-width: 145px;
	padding: 10px 5px;
	margin-right: 20px;
	color: #000;
	background-color: #eeeeee;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	max-width: 145px;
}
.delivery__tabs p.tab-active {
	color: #fff;
	background-color: #3F84C7;
}
.delivery__tabs p:last-child {
	margin-right: 0 !important;
	min-width: 180px;
	max-width: 180px;
}
.point {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.point .point__left {
	width: 50%;
	margin-right: 30px;
}
.point .point__left h1 {
	font-size: 25px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.point .point__left p,
.point .point__left span {
	display: block;
	font-size: 22px;
	color: #000;
	margin: 0;
}
.point .point__left p {
	margin-bottom: 15px;
}
.point .point__right {
	width: 50%;
	height: 190px;
}
.point .point__right iframe {
	display: block;
	max-width: 100%;
	height: 100%;
	width: 100%;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.choose-another-point {
		align-items: center;
	}
	.choose-another-point p {
		text-align: center;
	}
}
.choose-another-point {
	display: flex;
	align-items: start;
}
.choose-another-point p,
.cashback-skip {
	padding: 5px;
	border: 3px solid #3F84C7;
	border-radius: 10px;
	background-color: #73AFE9;
	color: #fff;
	cursor: pointer;
}
.pay-ways__title h1 {
	font-size: 16px;
	color: #000;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.pay-ways__tabs {
	display: flex;
	margin-bottom: 20px;
}
.pay-ways__tabs p {
	padding: 10px 5px;
	color: #000;
	background-color: #eeeeee;
	font-size: 16px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	min-width: 120px;
	margin: 0;
}
.pay-ways__tabs p:first-child {
	margin-right: 30px;
	min-width: 180px;
}
.pay-ways__tabs p.tab-active {
	color: #fff;
	background-color: #3F84C7;
}
.pay-way__1 p {
	font-size: 16px;
	font-weight: 700;
	color: #3F84C7;
}
.pay-way__2 {
	background-color: #eeeeee;
	border-radius: 10px;
	padding: 15px 20px;
}
.pay-way-checkbox {
	width: 25px;
	height: 25px;
	background-color: #fff;
	display: flex;
	border-radius: 50%;
	margin-right: 20px;
	cursor: pointer;
}
.pay-way-checkbox.active {
	background-color: #3F84C7;
}
.pay-way-checkbox.active i {
	display: block;
}
.pay-way-checkbox i {
	margin: auto;
	color: #fff;
	display: none;
	font-size: 10px;
}
.pay-way-2__item {
	display: flex;
	align-items: center;
	padding: 10px 5px;
	border-bottom: 2px solid #c4c4c4;
}
.pay-way-2__item p {
	font-size: 16px;
	font-weight: 400;
	margin-right: 20px;
}
.pay-way-2__item img {
	display: inline-block;
	margin-right: 8px;
}
.pay__way {
	display: none;
}
.pay__way.active {
	display: block;
}
.pay-way__payment {
	display: flex;
}
@media (max-width: 1900px) {
	.point-popup {
		overflow-y: scroll;
	}
	.point-popup::-webkit-scrollbar {
		display: none;
	}
	.point-popup__body {
		overflow-y: scroll;
		position: relative;
		top: 0 !important;
		transform: translate(-50%, 0) !important;
	}
	.point-popup__body::-webkit-scrollbar {
		display: none;
	}
}
.point-popup,
.confirm-popup,
.warning-popup,
.how-popup,
.cashback-popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100%;
	display: none;
	padding: 0 20px;
}
.point-popup__body {
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 1110px;
	width: 100%;
	border-radius: 10px;
}
.warning-popup__body {
	padding: 15px 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	max-width: 720px;
	width: 100%;
	border-radius: 10px;
}
.point-popup__overlay,
.confirm-popup__overlay,
.warning-popup__overlay,
.how-popup__ovelay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.point-popup-left__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	margin-bottom: 20px;
}
.point-popup__left {
	width: 50%;
	margin-right: 20px;
}
.point-popup__right {
	width: 50%;
}
.point-popup__right iframe {
	width: 100%;
	height: 100%;
}
.point-popup-left__top h1 {
	font-size: 18px;
	font-weight: 700;
	margin-right: 20px;
}
.point-popup-left__top i {
	font-size: 18px;
	color: red;
	cursor: pointer;
}
.another-point {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
	border-bottom: 2px solid #dbdbdb;
	margin: 0;
	margin-bottom: 20px;
}
.another-point p {
	font-size: 14px;
	font-weight: 400;
}
.another-point a {
	display: block;
	padding: 8px 5px;
	color: #fff;
	text-decoration: none;
	background: #3F84C7;
	border-radius: 5px;
	min-width: 120px;
	font-size: 16px;
	text-align: center;
}
.pay-selected__order {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.4);
	border-radius: 10px;
	padding: 15px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 20px;
}
.pay-selected-order__content {
	display: flex;
	align-items: center;
	margin-left: 50px;
	margin-top: 40px;
	justify-content: space-between;
}
.pay-selected-order-content__right h1 {
	font-size: 18px;
	margin: 0;
	font-weight: 700;
	margin-bottom: 10px;
}
.pay-selected-order__price {
	align-self: flex-end;
}
.pay-selected-order__price h2 {
	margin: 0;
	font-size: 18px;
}
.pay-selected-order-content__right p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
.pay-selected-order-content__right span {
	display: block;
}
.pay-selected-order-content__left {
	margin-right: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.pay-selected-order__check {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 40px;
	height: 40px;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	display: flex;
	cursor: pointer;
}
.pay-selected-order__check i {
	color: #4CAF50;
	margin: auto;
	font-size: 18px;
	display: none;
}
.pay-selected-order__times {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	display: flex;
	cursor: pointer;
}
.pay-selected-order__times i {
	color: #F34B4B;
	margin: auto;
	font-size: 20px;
}
.pay-selected-order-content__body {
	display: flex;
	align-items: center;
}
.orders__result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #3F84C7;
	width: 100%;
	border-radius: 10px;
	padding: 15px;
}
.orders-result__left {
	display: flex;
	align-items: center;
	margin-left: 20px;
}
.orders-result__left p {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0;
	margin-right: 40px;
}
.total-ammount {
	display: flex;
	flex-direction: column;
}
.total-ammount p {
	margin-right: 0;
}
.total-ammount strong {
	font-size: 16px;
	color: #fff;
}
.orders-main-checkbox {
	width: 40px;
	height: 40px;
	background-color: #fff;
	display: flex;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 20px;
}
.orders-main-checkbox i {
	margin: auto;
	font-size: 16px;
	color: #4CAF50;
	display: none;
}
/*.step__card {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}*/
.step_1 .step__card {
	box-shadow: none;
}
.scheme-block1 img {
	max-height: 150px;
	margin: auto;
}
.arr-l-and-r img {
	display: block;
	width: 45px;
	height: 45px;
}
.scheme-block5 img {
	max-height: 150px;
	margin: 0 auto;
}
.scheme-block2 img {
	max-height: 150px;
}
#megaprint {
	max-height: 200px;
}
.scheme-block3 img {
	max-height: 200px;
	margin: auto;
}
.step_1 .step-card__top img:not(#one-side-printing) {
	border-radius: 10px;
}
#confirm-order {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	padding: 10px 5px;
	background-color: #10508F;
	border-radius: 10px;
	min-width: 220px;
	cursor: pointer;
}
.notice {
	margin: 20px 0;
	padding-left: 20px;
}
.notice p,
.notice a {
	font-size: 16px;
	color: #9D9D9D;
}
.pay__body form {
	display: none;
}
.pay__body form.active {
	display: block;
}
.pay-ways__tabs p.disabled {
	filter: brightness(0.7);
	opacity: 0.6;
	cursor: default;
}
.street-and-home {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.street-and-home p {
	font-size: 15px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 400;
}
.street-and-home input {
	display: block;
	max-width: 260px;
	width: 100%;
	border: 2px solid #bababa;
	color: #000;
	padding: 0 5px;
	height: 60px;
	border-radius: 10px;
	background-color: #DEDEDE;
	outline: none;
}
.street-and-home input:focus {
	border-color: #000;
}
.street-and-home__street {
	margin-right: 30px;
}
.notice-1 {
	margin: 20px 0;
}
.notice-1 p {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #3F84C7;
}
.confirm-popup__body h2 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.confirm-popup__body p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}
.confirm-popup .close-popup,
.warning-popup .close-popup {
	position: absolute;
	top: 15px;
	right: 30px;
	color: red;
	font-size: 20px;
	cursor: pointer;
}
.confirm-popup-body__bottom {
	display: flex;
	margin-bottom: 20px;
}
.confirm-popup-body__bottom input {
	display: block;
	width: 50%;
	border-radius: 10px;
	background-color: #eee;
	text-align: center;
	color: #33353E;
	font-weight: 700;
	padding: 15px 0;
	outline: none;
	border: none;
	margin-right: 30px;
}
.confirm-popup-body__bottom input:focus {
	border: 2px solid #33353E;
}
.confirm-popup-body__bottom a {
	display: block;
	width: 50%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #3F84C7;
	width: 100%;
	font-size: 16px;
	padding: 15px 0;
	border-radius: 10px;
}
.orders-result__right label input {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
	padding: 0;
	margin: 0;
}
.orders-result__right label {
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	background-color: #10508F;
	padding: 10px 5px;
	width: 200px;
	font-size: 14px;
	cursor: pointer;
}
.notice-1 span {
	display: block;
	font-size: 16px;
	margin: 20px 0;
	color: #666;
}
.extra-services {
	padding: 0 20px;
}
.extra-services__top {
	text-align: center;
	margin: 30px 0 50px;
}
.extra-services__top h1 {
	font-size: 16px;
	font-weight: 700;
	color: #000;
	margin: 0;
}
.extra-service {
	width: 100%;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
	margin-bottom: 20px;
}
.extra-service__left img {
	display: block;
}
.extra-service__left .extra-service-left__img {
	margin-right: 30px;
}
.extra-service__left .extra-service-left__content h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	margin-bottom: 20px;
}
.extra-service__left .extra-service-left__content span {
	font-size: 18px;
}
.extra-service__right {
	align-self: flex-end;
}
.extra-service__right .add {
	display: block;
	width: 210px;
	/*width: 100%;*/
	padding: 13px 0;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background-color: #3F84C7;
	border-radius: 10px;
}
.extra-service__left {
	display: flex;
	align-items: center;
}
.skip {
	display: flex;
	justify-content: flex-end;
	padding: 0 20px;
	margin-top: 20px;
}
.skip a {
	display: block;
	width: unset !important;
	padding: 13px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	background-color: #3F84C7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*max-width: 190px;*/
}
.skip a i {
	font-size: 18px;
	color: #fff;
	margin-left: 10px;
}
.warning-popup__body h2 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 15px;
}
.warning-popup__body p {
	font-size: 16px;
	margin: 0;
	margin-bottom: 20px;
}
.warning-popup__body a {
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	background-color: #3F84C7;
	text-align: center;
	padding: 10px 5px;
	width: 180px;
	border-radius: 10px;
}
.warning-popup__body a:last-child {
	margin-right: 0;
}
.how-popup__body {
	background-image: url('../img/how-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 40% 0%;
	max-width: 720px;
	width: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 65%;
}
.how-popup__content {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -80%);
	width: 80%;
	text-align: center;
}
.how-popup__content h3 {
	font-size: 16px;
	margin: 0;
	margin-bottom: 30px;
}
.how-popup__content strong {
	display: block;
	font-size: 15px;
	margin: 0;
	margin-bottom: 20px;
}
.how-popup__content p {
	font-size: 14px;
	color: #33353E;
	font-weight: 400;
	margin: 0;
	margin-bottom: 20px;
}
.we-print-card__left img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border-radius: 10px;
}
.page-card__bottom {
	margin-top: 7px;
}
.scheme-doublearrow {
	display: flex;
	justify-content: center;
	margin: 10px 0;
}
.scheme-doublearrow img {
	display: block;
	max-height: 40px;
}

.step-selected__title .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.step-selected__title {
	position: sticky;
	bottom: 0;
	background-color: #fff;
	padding: 3px 0;
}

.main.step_4 {
	height: 100%;
}

.page-card__bottom p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}
.page-card__bottom p span {
	font-weight: 700;
}

.cashback-popup img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.cashback__body {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -60%);
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	width: 35%;
	/*min-height: 30%;*/
	z-index: 3;

	/*background-image: url('../img/cashback.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: min-content;*/
}
.cashback__body h2 {
	margin: 0;
	font-size: 18px;
	margin-bottom: 20px;
}
.cashback__body strong {
	display: block;
	font-size: 16px;
	margin: 0;
	margin-bottom: 30px;
}
.cashback__body small {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.cashback-popup__confirm {
	display: flex;
	margin-bottom: 40px;
}
.cashback-popup__confirm input {
	display: block;
	width: 50%;
	padding: 15px 5px;
	border-radius: 10px;
	border: 0;
	background: #eee;
	outline: none;
	margin-right: 20px;
}
.cashback-popup__confirm button {
	display: block;
	width: 50%;
	padding: 15px 5px;
	background: #3F84C7;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 10px;
}

.cashback-popup i {
	position: absolute;
	top: 10px;
	right: 10px;
	color: red;
	cursor: pointer;
	z-index: 5;
	font-size: 25px;
}

.step-selected-left__left {
	width: 43%;
}
.step-selected__right {
	width: 40%;
}

.step-selected-left__left {
	margin-left: 85px;
}
#step-3-hidden_p {
	display: none;
}


@media (max-width: 1070px) {
	.page-card__bottom {
		flex-direction: column;
	}
	/*.page-card__bottom h2 {
		margin: 10px 0 !important;
	}*/
	.page__card .page-card__bottom p {
		align-self: center;
		margin-bottom: 5px;
	}
}

@media(max-width: 850px) {
	.delivery__block .delivery-block-input_flex {
		flex-direction: column;
	}
	/*.delivery-block-input_flex .delivery_input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}*/
	.delivery .delivery-block-input_flex > div {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}

	.main .step-selected__left {
		flex-direction: column;
	    justify-content: center;
	    text-align: center;
	}
	/*.main .step-selected__right {
	   margin: 20px 0;
	}*/
	.step-selected__left .step-selected-left__left {
		margin: 10px 0;
	}
	.step-selected__left .step-selected-left__left,
	.step-selected__left .step-selected__right {
		width: 100%;
		justify-content: center;
	}

	.step-selected__left .step-selected-left__left #step-3-hidden_p {
		display: block;
	}

	.step-selected__title .container > p {
		display: none;
	}
}

@media (max-width: 768px) {
	.main-slider__item {
		flex-direction: column;
		padding-top: 60px
	}
	.main-slider-item__left {
		margin-bottom: 20px !important;
	}
	.mb0 {
		margin-bottom: 0 !important;
	}
	.main-slider-item__right,
	.main-slider-item__left {
		width: 100%;
	}
	.scheme-block2.flex-block {
		justify-content: space-between !important;
	}
	.scheme-block2 .process img {
		max-width: 100% !important;
		height: 150px !important;
	}
	.scheme-block2 .process p {
		font-size: 14px !important;
		min-width: 165px !important;
	}
	.main-slider__item .main-slider-item__right img {
		max-height: 200px;
	}
	.main .main-slider .container .main-slider__body {
		padding: 32px 10px 0 10px;
	}
	#s-block1-arr-left {
		left: 8% !important;
		height: 50px;
	}
	#s-block1-arr-right {
		height: 50px;
	}
	#will {
		margin-bottom: 20px;
	}
	.slide-8 .main-slider-item__right img {
		width: 300px;
    	margin: 0 auto;
	}
	.delivery__tabs p {
		width: 25%;
		min-width: unset !important;
		font-size: 12px !important;
	}
	.point {
		flex-direction: column;
	}
	.point__left,
	.point__right {
		width: 100% !important;
	}
	.point__left {
		margin-right: 0 !important;
		margin-bottom: 20px;
		text-align: center;
	}
	.pay-selected-order-content__body,
	.pay-selected-order__content {
		flex-direction: column;
		margin-left: 0 !important;
	}
	.pay-selected-order__price {
		align-self: center !important;
		margin-top: 40px;
	}
	.pay-selected-order-content__left {
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.pay-selected-order-content__right {
		text-align: center;
	}
	.orders-result__right a {
		min-width: unset !important;
		font-size: 10px !important;
		width: 120px;
	}
	.orders-result__left p,
	.orders-result__left strong {
		font-size: 12px !important;
	}
	.orders-main-checkbox {
		width: 30px !important;
		height: 30px !important;
	}
	.orders-main-checkbox i {
		font-size: 12px !important;
	}
	.confirm-popup__body,
	.warning-popup__body {
		width: 95% !important;
	}
	.confirm-popup-body__bottom {
		flex-direction: column;
	}
	.confirm-popup-body__bottom input,
	.confirm-popup-body__bottom a {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	#resend {
		font-size: 12px;
	}
	.step-main {
		padding-bottom: 30px !important;
	}
	.extra-service,
	.extra-service__left {
		flex-direction: column;
	}
	.extra-service__right {
		align-self: center !important;
		margin-top: 20px;
	}
	.extra-service__left .extra-service-left__content h3 {
		font-size: 16px !important;
	}
	.extra-service__left .extra-service-left__content span {
		font-size: 12px !important;
	}
	.extra-service__left .extra-service-left__img {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.extra-service__left .extra-service-left__content {
		text-align: center;
	}
	.skip a,
	.add a,
	.back a {
		font-size: 13px !important;
		padding: 10px 5px !important;
	}
	.skip a i {
		font-size: 15px !important;
	}
	.skip {
		justify-content: center !important;
		padding-right: 0 !important;
	}
	.delivery__block .delivery-block__flex {
		flex-direction: column;
	}
	.delivery-block__flex .delivery-block__center {
		width: 100%;
		text-align: center
	}
	.delivery-block__flex .delivery-block__left {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
	.delivery-block__flex .delivery-block__map {
		width: 100%;
	}
}
@media (max-width: 700px) {
	.main .step-selected__title .container {
		flex-direction: column;
	}
	.main .step-selected__title {
		position: relative;
	}
	.main .step-selected__title .container > * {
		width: 100% !important;
		justify-content: center !important;
		margin: 5px 0 !important;
	}
	.step-selected__title .container h2 {
		text-align: center;
	}
	.main .step-selected__title .container .pages-1-6 {
		width: 60% !important;
	}
	.main .step-selected__title .container .pages-1-6 > *{
		width: 100% !important;
	}
	.pages__body .page__card {
		width: 80%;
	}
	.scheme__body .scheme-block5 .process img {
		width: 100px !important;
		height: 100px !important;
	}
	.scheme__body .scheme-block5 .process p {
		font-size: 8px !important;
	}
	.scheme-arrows img {
		width: 45px !important;
		height: 45px !important;
	}
	.scheme .scheme-arrows img:first-child {
	    margin-left: 8% !important;
	}
	.scheme .scheme-arrows img:last-child {
	    margin-right: 12% !important;
	}
	.pages .pages__body1 {
		grid-template-columns: 1fr !important;
	}
	.pages .pages__body1 .page__card {
		max-width: 400px;
		margin: 0 auto;
	}
	.contact-details {
		flex-direction: column;
	}
	.phone-number {
		margin-right: 0 !important;
		margin-bottom: 20px;
		max-width: unset !important;
	}
	.city {
		max-width: unset !important;
	}
	.delivery__tabs {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	body .delivery .delivery__tabs .delivery_tab {
		margin-right: 0;
	}
	.orders__result {
		flex-direction: column;
	}
	.orders-result__left {
		margin-bottom: 20px;
	}
	.orders-result__left p {
		margin-right: 20px !important;
	}
	.notice p,
	.notice p a {
		font-size: 10px !important;
	}
	.main .pages .container {
	    padding: 10px;
	}


	

	.step-selected__title .container .pages-1-6 {
		flex-direction: column;
	}
	.step-selected__title .container .pages-1-6 input {
		margin-right: 0;
		margin-bottom: 7px;
	}
	.step-selected__title .container .pages-1-6 button {
		width: 100%;
	}
	.delivery__block > .choose-another-point {
		display: none;
	}
	.delivery-block__left + .choose-another-point {
		display: block;
	}
}
@media (max-width: 550px) {
	.main-slider__item .main-slider-item__right img {
		max-height: 150px;
	}
	.scheme__body .scheme-block5 .process p {
		min-width: 100px !important;
		font-size: 5px !important;
	}
	#or h1 {
		font-size: 16px !important;
	}
	#megaprint {
		width: 150px !important;
	}
	.scheme .scheme__body .scheme-block4 .process img {
		width: 50px !important;
		height: 50px !important;
	}
	.scheme .scheme__body .scheme-block4 .process p {
		font-size: 8px !important;
	}
	.step-5__links .main-links__content a {
		font-size: 8px !important;
	}
	.point__left h1 {
		font-size: 16px !important;
	}
	.point__left p,
	.point__left span {
		font-size: 13px !important;
	}
	.pay-ways__tabs p {
		width: 50% !important;
		min-width: unset !important;
		font-size: 10px !important;
	}
	.pay-way__1 p {
		font-size: 10px !important;
	}
	.pay-way-2__item p {
		font-size: 10px !important;
	}
	.pay-way-2__item .pay-way-checkbox {
		width: 15px !important;
		height: 15px !important;
	}
	.pay-way-2__item .pay-way-checkbox i {
		font-size: 7px !important;
	}
	.another-point p {
		font-size: 10px;
	}
	.another-point a {
		padding: 5px !important;
		font-size: 10px !important;
		min-width: unset !important;
		width: 70px;
	}
	.pay-selected-order-content__right h1 {
		font-size: 14px !important;
	}
	.pay-selected-order-content__right p,
	.pay-selected-order-content__right span {
		font-size: 10px !important;
	}
	.pay-selected-order__content {
		margin-top: 50px !important;
	}
	.pay-selected-order__check,
	.pay-selected-order__times {
		width: 20px !important;
		height: 20px !important;
	}
	.pay-selected-order__check i,
	.pay-selected-order__times i {
		font-size: 10px !important;
	}
	.warning-popup__body h2,
	.warning-popup__body p {
		font-size: 12px !important;
	}
	.success__top {
		width: 70px !important;
		height: 70px !important;
	}
	.success__top i {
		font-size: 20px !important;
	}
	.slide-title {
		font-size: 18px
	}
	.delivery-block__flex .delivery-block__left strong,
	.delivery-block__flex .delivery-block__center strong {
		font-size: 16px
	}
	.delivery-block__flex .delivery-block__left span,
	.delivery-block__flex .delivery-block__left p {
		font-size: 12px
	}
}
@media (max-width: 500px) {
	.delivery-block__flex .delivery-block__left strong,
	.delivery-block__flex .delivery-block__left span {
		margin-bottom: 10px;
	}
	#mb0 {
		font-size: 12px !important;
	}
	.warning-popup__body a {
		display: block !important;
		margin: 0 auto 10px !important;
		font-size: 13px !important;
	}
	.container .scheme-block3 img,
	.main .container .scheme-block1 img {
		max-height: 100px;
	}
	.main .scheme__body #megaprint {
		max-width: 70px;
		max-height: 70px;
	}
	.scheme-block2 .process img {
		max-height: 50px;
	}
	.main .scheme__body .scheme-block5 .process img {
		max-height: 50px;
		max-width: 50px
	}
	.main .scheme .container {
		padding: 10px;
	}
	.container .scheme-doublearrow img {
		max-height: 20px;
	}
	html body .main .container .arr-l-and-r img {
		width: 20px;
		height: 20px !important;
	}

	.step_4 .back > * {
		width: 50%;
	}
	.step_4 .back .skip {
		padding-left: 0;
	}
	.step_4 .back > *:first-child {
		margin-right: 15px;
	}

	.main .step-selected__title .container {
		flex-direction: column;
		padding: 0 5px;
	}
	.main .step-selected__title .container h2{
		width: 100%;
	}

	.confirm_continue .question div {
		font-size: 12px;
	}
	body .confirm_continue .confirm-buttons {
		flex-direction: column;
	}
	.confirm_continue .confirm-buttons div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.step-selected__right {
		flex-direction: column;
	}

	.step-selected__right > span {
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.step-selected__right > span:first-child {
		margin-bottom: 5px;
	}
	.step-selected__right > span:last-child {
		margin-top: 5px;
	}
	.step-selected__title h2 {
		text-align: center;
	}

	.client-contacts .client-phone {
		font-size: 12px;
	}

	.step-selected__right .counter-all {
		width: 40%;
	}
	.step-selected__right .counter-all > * {
		width: 33.333%;
	}
	.delivery-inputs_block .delivery-inputs {
		flex-direction: column;
	}
	.delivery-inputs_block .delivery-inputs .delivery_input {
		width: 100%;
	}
	.delivery-inputs_block .delivery-inputs .delivery_input:not(:last-child) {
		margin-bottom: 15px;
	}
	.delivery-inputs_block #delivery-notice-2 {
		font-size: 12px;
	}
}
@media (max-width: 950px) {
	.step-form * {
		font-size: 10px !important;
	}
}
@media (max-width: 400px) {
	#will p,
	#stay p {
		font-size: 10px !important;
	}
	.orders-main-checkbox#will,
	#stay {
		padding: 10px !important;
	}
	.delivery__tabs p {
		font-size: 10px !important;
	}
	.another-point p {
		font-size: 8px;
	}
	.another-point a {
		font-size: 8px !important;
		min-width: unset !important;
		width: 50px;
	}
	.point-popup-left__top h1 {
		font-size: 12px !important;
	}
	.point-popup__right {
		height: 200px;
	}
	.choose-another-point p {
		font-size: 12px !important;
	}
	.orders-result__left {
		flex-direction: column;
		text-align: center;
		margin-left: 0 !important;
	}
	.orders-result__left p,
	.orders-main-checkbox {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.notice p,
	.notice p a {
		font-size: 8px !important;
	}
	.delivery__tabs .delivery_tab {
		font-size: 11px;
	}
}
