.row-0 {
	margin-left: 0;
	margin-right: 0;
}

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

.site-404__title {
	color: #d8d8d8;
	font-weight: 300;
	font-size: 50px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-top: 70px;
	margin-bottom: 25px;
}

.site-404__text {
	color: #505050;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.site-404__notice {
	color: #505050;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
	margin-bottom: 45px;
}

.site-404__button {
	color: #895399;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	padding: 8px 60px;
	background: none;
	border: 2px solid #895399;
	transition: 0.2s;
	margin-bottom: 80px;
}

.site-404__button:hover,
.site-404__button:focus {
	color: #ffffff;
	background: #895399;
}

.contact {
	padding-left: 15px;
	padding-right: 15px;
}

.contact__title {
	font-size: 36px;
	color: #25282A;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 16px;
	font-weight: 400;
}

.contact__gorod {
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(17, 17, 17);
	line-height: 1.2;
	margin-bottom: 25px;
}

.contact__gorod-option {
	border: none;
	margin-left: 15px;
	background: transparent;
}

.contact__gorod-select {
	border: none;
}

.contact-adress > .row {
	flex-wrap: wrap;
    display: flex;
}

.contact-adress__item {
    display: flex;
    flex-direction: column;
	margin-bottom: 2rem;
	cursor: pointer;
	padding: 1rem;
	align-items: center;
}

.contact-adress__item:hover {
    background: #eee;
}

.adress__title {
	font-size: 16px;
	color: rgb(85, 85, 85);
	line-height: 1.2;
}

.adress__title {
	font-size: 18px;
	color: rgb(85, 85, 85);
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 20px;
}

.adress__item {
    font-size: 14px;
    color: rgb(85, 85, 85);
    line-height: 1.6;
	font-weight: 300;
	display: inline-block;
	width: fit-content;
	position: relative;
	margin-bottom: 0;
}

.adress__item[href]::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #25282A;
	width: 100%;
	opacity: 0;
	transition: all .25s ease;
}

.adress__item:hover{
	text-decoration: none;
}

.adress__item[href]:hover::before {
	opacity: 1;
}

.adress__link {
	font-size: 16px;
	font-family: "Roboto";
	color: #9785c4;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}

.contact-adress-row {
	margin-left: 0px;
	margin-right: 0px;
}

.contact-adress-row > div {
	margin-top: 70px;
}



.col-22 {
	float: left;
	width: 22.5%;
	padding-left: 10px;
	padding-right: 90px;
}

.col-15 {
	float: left;
	width: 15%;
	padding-left: 10px;
	padding-right: 10px;
}

.col-20-middle {
	width: 20.83333%;
	padding-left: 10px;
	padding-right: 90px;
	float: left;
}

.col-20 {
	float: left;
	width: 20%;
	padding-left: 5px;
	padding-right: 5px;
}

.row-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.contact-adress {
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 88px;
}

.order__title {
	margin-top: 5px;
	font-size: 36px;
	font-family: "Roboto";
	color: rgb(110, 85, 173);
	line-height: 1.2;
	margin-bottom: 47px;
}

.order-stage {
	border: 1px solid #3a3a3a;
	margin-bottom: 10px;
}

.order-stage__number {
	border: 2px solid #ffffff;
	background: #636363;
	font-size: 30px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.2;
	padding: 10px 20px;
	display: inline-block;
	float: left;
	height: 60px;
}

.active .order-stage__number {
	background: #6e55ad;
}

.order-stage__text {
	font-size: 30px;
	font-family: "Roboto";
	color: #636363;
	line-height: 1.2;
	padding: 12px 20px 12px 32px;
	float: left;
	height: 60px;
	border-left: 1px solid #3a3a3a;
}

.active .order-stage__text.active {
	color: #6e55ad;
}

.zakaz-radio {
	position: relative;
	padding-left: 22px;
	margin-top: 0;
	margin-bottom: 0;
}

.zakaz-radio input[type=radio] {
	display: none;
}

.zakaz-radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 15px;
	font-size: 13px;
}

.zakaz-radio label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}

.zakaz-radio label:before {
	border-radius: 8px;
}

.zakaz-radio input[type=radio]:checked + label:before {
	content: "\2022";
	color: #f3f3f3;
	font-size: 30px;
	text-align: center;
	line-height: 18px;
}

#contacts-map {
	width: 100%;
	height: 450px;
}

.order__login {
	margin-top: 43px;
	margin-bottom: 41px;
}

.order__login-button {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	padding: 13px 104px;
	background: #6e55ad;
	border: 1px solid #6e55ad;
}

.order__login-button:hover,
.order__login-button:active {
	background: transparent;
	color: #6e55ad;
}

.order__registration-button {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	padding: 13px 77px;
	background: #636363;
	border: 1px solid #636363;
	margin-left: 11px;
}

.order__registration-button:hover,
.order__registration-button:active {
	background: transparent;
	color: #636363;
}

.order__button-further {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	padding: 13px 103px;
	background: #6e55ad;
	border: 1px solid #6e55ad;
	margin-bottom: 34px;
}

.order__button-further:hover,
.order__button-further:active {
	background: transparent;
	color: #6e55ad;
}

.row-order {
	margin-left: 0;
	margin-right: 0;
}

.order__user-item {
	width: 100%;

	font-size: 18px;
	font-family: "Roboto";
	color: rgb(54, 54, 54);
	line-height: 1.2;
	text-align: center;
	padding: 16px 0;
	border: 1px solid #333333;
}

.order__user {
	padding-top: 33px;
	padding-bottom: 29px;
}

.order-priduct {
	padding-top: 35px;
	padding-bottom: 72px;
}

.order-delivery {
	padding: 45px 0 40px;
}

.order-delivery__img {
	width: auto;
	max-width: 100%;
	margin-left: -15px;
}

.order__radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;

}

.order-radio {
	/* width: 345px; */
	/* padding: 30px 70px 30px 35px; */
	float: left;
	margin-right: 20px;
}

.order__radio + label {
	position: relative;
	padding: 27px 120px 27px 37px;
	cursor: pointer;
	border: 1px solid #414141;
	width: 345px;
}


.order__radio + label:before {
	content: '';
	position: absolute;
	top: 45px;
	right: 26px;
	width: 27px;
	height: 27px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}

.order__label {
	font-size: 25px;
	font-family: "Roboto";
	color: rgb(110, 85, 173);
	line-height: 1.2;
	margin-bottom: 25px;
	font-weight: 400;
}

.order__label:hover {
	text-decoration: underline;
}


.order__radio + label:after {
	content: '';
	position: absolute;
	top: 50px;
	right: 31px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: #6e55ad;
	/* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5); */
	opacity: 0;
	transition: .2s;
}

.order__radio:checked + label:after {
	opacity: 1;
}

.order__radio:focus + label:before {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .7);
}

.order-pay {
	padding-top: 22px;
	padding-bottom: 70px;
}

.order__bonus-item {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(172, 172, 172);
	line-height: 1.2;
}

.order__bonus {
	margin-bottom: 72px;
}

.order__bonus-button {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	padding: 13px 39px;
	background: #636363;
	border: 1px solid #636363;
	margin-right: 36px;
	float: left;
	font-weight: 400;
}

.order__bonus-button:hover,
.order__bonus-button:active {
	background: transparent;
	color: #636363;
}

.order__checkbox {
	display: none;
}

.order__checkbox:checked + .order__bonus-button {
	background: transparent;
	color: #636363;
}

.order__registration-button:hover,
.order__registration-button:active {
	background: transparent;
	color: #636363;
}

.order__button-pay {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1;
	text-align: center;
	padding: 13px 80px;
	background: #6e55ad;
	border: 1px solid #6e55ad;
	font-weight: 400;
}

.order__button-pay:hover,
.order__button-pay:active {
	background: transparent;
	color: #6e55ad;
}

.container-1210 {
	width: 1210px;
	max-width: 100%;
}

@media (min-width:1200px) {
	.contact-adress-row > div:nth-child(-n + 5) {
		margin-top: 0;
	}

}

@media only screen and (min-width:1024px) and (max-width:1200px) {

	.contact-adress-row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.contact-adress-row > div {
		margin-top: 70px;
	}
	.col-22 {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;

	}

	.col-15 {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;

	}
	.col-20-middle {
		width: 25%;
		padding-left: 15px;
		padding-right: 15px;

	}
	.contact-adress-row > div:nth-child(3n+1) {
		margin-left: 0px;
	}
	.contact-adress-row > div:nth-child(-n+4) {
		margin-top: 0;
	}
	.contact-adress {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width:768px) and (max-width: 1023px) {
	.contact-adress-row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.col-22 {
		width: 33.3333%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.col-15 {
		width: 33.3333%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-adress-row > div {
		margin-top: 70px;
	}

	.col-20-middle {
		width: 33.3333%;
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact-adress {
		padding-left: 15px;
		padding-right: 15px;

	}
	.contact-adress-row > div:nth-child(-n+3) {
		margin-top: 0;
	}

}

@media only screen and (max-width:767px) {
	.contact__gorod-option {

		margin-left: 0px;

	}
	.contact {
		padding-left: 0;
		padding-right: 0;
	}
	.contact-adress {
		padding-top: 55px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 88px;
	}
	.adress__title {
		margin-bottom: 15px;
	}
	.adress__link {

		margin-bottom: 15px;

	}
	.col-22,
	.col-15,
	.col-20-middle {
		float: none;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.contact-adress-row > div {
		margin-top: 40px;
	}
	.contact-adress-row > div:first-child {
		margin-top: 0px;
	}
	#contacts-map {
		height: 350px;
	}
}
