ul {
	margin-top: 0;
	margin-bottom: 11px
}

/* p,
ul {
	margin-bottom: 22px
} */

.order_block {
	display: none;
	text-align: center !important
}

.order_block img {
	width: 100%;
	max-width: 250px;
}

.order_block h3 {
	background: 0 0
}

.spin-result-wrapper {
	display: none;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	top: 0;
	z-index: 999;
	left: 0;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	text-align: center
}

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 40%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: .7s ease 0s normal none 1 running pop-up-appear
}

.close-popup {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../box/cross_1.svg);
	background-size: 100%;
	top: -40px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	right: -40px;
	cursor: pointer
}

.pop-up-heading {
	font-size: 40px;
	margin-bottom: 20px
}

.pop-up-text {
	margin-bottom: 25px;
	font-size: 24px;
	line-height: 30px;
	text-align: center !important
}

.pop-up-button {
	text-transform: uppercase;
	text-decoration: none !important;
	padding: 10px 20%;
	font-size: 20px;
	border-radius: 5px;
	background-color: #71c341;
	color: #fff !important;
	border: medium none;
	cursor: pointer;
	outline: medium none
}

.pop-up-window {
	position: relative;
	max-width: 400px;
	right: 0;
	left: 0;
	top: 40%;
	margin: 0 auto;
	background: #fff none repeat scroll 0 0;
	text-align: center;
	padding: 10px;
	padding-top: 70px;
	padding-bottom: 20px;
	border-radius: 10px;
	animation: .7s ease 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
	content: "";
	position: absolute;
	width: 110px;
	height: 110px;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #71c341;
	border-radius: 50%;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-width: medium medium 4px 4px;
	border-style: none none solid solid;
	border-color: currentcolor currentcolor #fff #fff;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	transform: rotate(-45deg);
	transition: opacity 1s ease 0s;
	animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

.pop-up-button:hover {
	color: #fff !important;
	text-decoration: none !important;
	background: #71c341;
}

@media all and (max-width:520px) {
	.close-popup {
		right: 0
	}
}

body:after {
	content: url('http://courser.of.by/mol-eu/molod/img/new-comebacker-close.png');
	display: none;
}

.new-comebacker-overlay {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 99999;
	position: fixed;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.7);
}

.new-comebacker-to-middle {
	width: 100%;
	height: 100%;
	display: table;
}

.new-comebacker-wrapp {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.new-comebacker-content {
		width: 600px;
	margin: auto;
	text-align: center;
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	padding: 20px 10px 20px;
}

.new-comebacker-wrapp strong {
	display: block;
	font-size: 22px;
	line-height: 1.3;
	font-weight: normal;
	font-family: sans-serif;
}

.new-comebacker-wrapp strong span {
	display: inline-block;
	text-decoration: underline;
}

.new-comebacker-wrapp .new-comebacker-btn {
	height: 60px;
	width: 280px;
	display: block;
	color: #ffffff;
	font-size: 22px;
	line-height: 57px;
	border-radius: 5px;
	margin: 20px auto 0;
	background: firebrick;
	text-decoration: none;
	font-family: sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 660px) {
	.new-comebacker-content {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding: 20px 10px 20px;
	}

	.new-comebacker-wrapp strong {
		font-size: 18px;
	}
}

.form {
	background-color: #fff;
	height: auto;
}

.form__bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
}

.form__name__field,
.form__tel__field {
	padding-left: 55px;
	padding-top: 18px;
	padding-bottom: 18px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 32px;
	border: 1px solid #eae9e9;
	background-color: #f4f4f4;
	width: 300px;
	outline: 0;
	font-size: 18px;
	font-weight: 400;
	color: #666;
	line-height: 18px;
}

.form__name {
	position: relative;
	margin-top: 20px;
}

.form__name::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 23px;
	background-image: url(http://courser.of.by/mol-eu/molod/img/user-icon.svg);
	background-repeat: no-repeat;
	top: 18px;
	left: 24px;
}

.form__tel {
	position: relative;
	margin-top: 15px;
}

.form__tel::before {
	position: absolute;
	content: '';
	width: 21px;
	height: 24px;
	background-image: url(http://courser.of.by/mol-eu/molod/img/telefon-icon.svg);
	background-repeat: no-repeat;
	top: 20px;
	left: 27px;
}

#boxesContainer {
	max-width: 700px;
	margin: 0 auto;
	width: 100%;
}

.delivery {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
	position: relative;
	border-radius: 20px;
	display: inline-block;
	padding: 4px 12px 4px 35px;
	border: 1px solid #ECECEC;
}

.delivery:after {
	top: 50%;
	left: 10px;
	content: "";
	width: 20px;
	height: 20px;
	margin-top: -11px;
	position: absolute;
	background: url("http://courser.of.by/mol-eu/molod/img/np-ic.svg") no-repeat top center / contain;
}














/*MODAL POP UP FREEZING WRAP START*/
.freezing-wrap {
	position: fixed;
	top: 40px;
	left: 0;
	z-index: 1001;
	min-height: 198px;
	width: 360px;
	overflow: hidden;
	padding-bottom: 10px;
}

.freezing-active .freezing-info {
	-webkit-animation: buyShow 1s ease-out forwards;
	animation: buyShow 1s ease-out forwards;
}

.freezing-hide .freezing-info {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-animation: buyHide 1s ease-out forwards;
	animation: buyHide 1s ease-out forwards;
}

.freezing-active .freezing-info:before {
	-webkit-animation: iceShow 1s ease-out 1s forwards;
	animation: iceShow 1s ease-out 1s forwards;
}

.freezing-info--packages .packages-count {
	color: #c20114;
	font-size: 22px;
}

.freezing-buyer {
	opacity: 0;
	width: 330px;
	height: 80px;
	background: rgba(169, 169, 169, .8);
	/* border: 2px solid rgba(0,0,0, .25);*/
	border-radius: 3px;
	box-shadow: 0 0 5px #A9A9A9;
	margin: 20px 10px;
	position: relative;
	z-index: 3;
	float: right;
}

.freezing-buyer.freezing-buyer--show {
	opacity: 1;
}

.freezing-buyer-prod-img {
	float: left;
	width: 60px;
	height: 64px;
	position: relative;
}

.freezing-buyer-prod-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 4px;
	margin: auto;
	max-width: 80%;
	max-height: 80%;
}

.freezing-buyer-info {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.dynamic-info {
	color: black;
	font-weight: bold;
	font-size: 16px;
	padding: 14px 0 5px;
	line-height: 1;
}

@media all and (max-width: 980px) {

	/*    .freezing-wrap{
        display: none !important;
    }*/
	.freezing-wrap {
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 1001;
		min-height: 198px;
		width: 360px;
		overflow: hidden;
		padding-bottom: 10px;
	}
}

/*MODAL POP UP FREEZING WRAP END*/