* {
	box-sizing: border-box;
}
body {
	color: #404040;
	background: #fff;
}
*, body, input, select, textarea {
	font-family: 'Roboto', sans-serif;
}
input::-ms-clear {
	display: none;
}
select {
	/*-moz-appearance: none;*/ /* upd1 */
	/*-webkit-appearance: none;*/ /* upd1 */
	/*appearance: none;*/ /* upd1 */
	position: relative;
	text-indent: 0.01px;
	text-overflow: "";
}
select::-ms-expand {
    display: none;
}
b {
	font-weight: bold;
}
.btn {
	height: 64px;
	width: 100%;
	max-width: 426px;
	/*background: url('img/arrow-l.png') no-repeat 5% 50%, url('img/arrow-r.png') no-repeat 95% 50%, radial-gradient(67.78% 48.67% at 46.82% 50.58%, #FB7413 48.96%, #FF3D00 100%);*/ /* upd1 */
	/*box-shadow: 0px 4px 6px #520624;*/ /* upd1 */
	border-radius: 5px;
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	text-align: center;
	/*border: 1px solid #530600;*/ /* upd1 */
	display: block;
	padding: 0 40px;
	cursor: pointer;
	background: url(/img/arrow-l.png) no-repeat 5% 50%; /* upd1 */
	background-size: 15px 18px; /* upd1 */
	background-color: #2CA5E4; /* upd1 */
	/*border-color: #2CA5E4;*/ /* upd1 */
	border: none !important; /* upd1 */
}
.btn:hover {
	/*background: url('img/arrow-l.png') no-repeat 5% 50%, url('img/arrow-r.png') no-repeat 95% 50%, radial-gradient(67.78% 48.67% at 46.82% 50.58%, #FBAC13 48.96%, #FF5C00 100%);*/
	background: url(/img/arrow-l.png) no-repeat 5% 50%; /* upd1 */
	background-size: 15px 18px; /* upd1 */
	background-color: #1a8dcb; /* upd1 */
	box-shadow: 0px 4px 6px rgba(16, 75, 164, 0.42); /* upd1 */
}

/* upd1 */
.moti_autoink{
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.moti_ink{
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;
}
.moti_animate {
	webkit-animation: moti_ripple 10s linear infinite;
	-moz-animation: moti_ripple 10s linear infinite;
	-ms-animation: moti_ripple 10s linear infinite;
	-o-animation: moti_ripple 10s linear infinite;
	animation: moti_ripple 10s linear infinite;
}
@keyframes moti_ripple {
	8% {
		opacity: 0;
		transform: scale(2.5);
	}
	100% {
		opacity: 0;
		transform: scale(2.5);
	}
}

.wrapper {
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}
header {
	/*background: url('img/bg.jpg') no-repeat 50% 0 #d2d6df;*/ /* upd1 */
	/*padding-top: 58px;*/ /* upd1 */
	background: url('img/bg1.jpg') no-repeat 50% 0 #0B405F; /* upd1 */
	padding-top: 16px; /* upd1 */
	padding-bottom: 30px;
}
header .wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
header form {
	float: right;
}
header form .subcaption {
	color: #fff;
	font-size: 14px;
	/*margin-top: 50px;*/ /* upd1 */
	padding: 0 45px;
	margin-top: 15px; /* upd1 */
}
header form .subcaption span:last-child {
	float: right;
}
header .rit_form #full_name {
	/*background-image: url('img/form_ico_1.png');*/ /* upd1 */
	background-image: url('img/form_ico_11.png'); /* upd1 */
}
header .rit_form #shipping_country {
	/*background-image: url('img/form_ico_2.png');*/ /* upd1 */
	background-image: url('img/form_ico_12.png'); /* upd1 */
	padding-left: 31px; /* upd2 */
}
header .rit_form #shipping_address {
	/*background-image: url('img/form_ico_3.png');*/ /* upd1 */
	background-image: url('img/form_ico_13.png'); /* upd1 */
}
header .rit_form #shipping_zip {
	/*background-image: url('img/form_ico_4.png');*/ /* upd1 */
	background-image: url('img/form_ico_14.png'); /* upd1 */
}
header .rit_form #shipping_phone {
	/*background-image: url('img/form_ico_5.png');*/ /* upd1 */
	background-image: url('img/form_ico_15.png'); /* upd1 */
}
header .rit_form #email {
	/*background-image: url('img/form_ico_6.png');*/ /* upd1 */
	background-image: url('img/form_ico_16.png'); /* upd1 */
}
header .rit_form {
	/*background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 51.56%, rgba(255, 255, 255, 0.91) 100%);*/ /* upd1 */
	border: 1px solid #08AFF6;
	border-radius: 7px;
	max-width: 355px;
	padding: 26px;
	background: linear-gradient(135deg, #CAE1ED 20%, #E4F6FF 85%); /* upd1 */
}
header .rit_form b {
	font-weight: 900;
	font-size: 28px;
	line-height: 33px;
	text-align: center;
	text-transform: capitalize;
	/*color: #00A7EF;*/ /* upd1 */
	color: #004469; /* upd1 */
	display: block;
	margin-bottom: 10px;
}
header .rit_form input, header .rit_form select {
	height: 36px;
	width: 100%;
	/*background-color: #343434;*/ /* upd1 */
	border-radius: 2px;
	font-weight: normal;
	/*color: #fff;*/ /* upd1 */
	padding-left: 35px;
	padding-right: 7px;
	margin: 6px 0;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	/*border: none;*/ /* upd1 */
	border: 1px solid #d9d9d9; /* upd1 */
	color: #1c1c1c; /* upd1 */
	background-color: #FFF !important; /* upd1 */
	background-size: 18px 18px; /* upd1 */
}
header .rit_form input:focus, header .rit_form select:focus {
	border-color: #2CA5E4; /* upd1 */
}
header .rit_form input::placeholder {
	/*opacity: 1;*/ /* upd1 */
	/*color: #fff;*/ /* upd1 */
}
header .rit_form .btn {
	border-color: transparent; /* upd1 */
	height: 52px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
	/*margin-top: 25px;*/ /* upd1 */
	/*margin-bottom: -55px;*/ /* upd1 */
	margin-top: 7px; /* upd1 */
	margin-bottom: 0; /* upd1 */
}
header .labels {
	text-align: center;
	margin-right: 20px;
	margin-bottom: 25px;
}
.timer {
	width: 207px;
	font-size: 14px;
	color: #fff;
	background: url('img/timer_bg.png') no-repeat 0 0 transparent;
	padding-top: 15px;
	margin-bottom: -33px;
	margin-left: 25px;
	height: 62px;
	z-index: 1;
	position: relative;
}
.price {
	width: 264px;
	font-size: 18px;
	font-weight: 500;
	color: #08AFF6;
	background: url('img/price_bg.png') no-repeat 0 0 transparent;
	padding-top: 42px;
	height: 104px;
	line-height: 1.1;
}
.price b {
	display: block;
	color: #fff;
	font-size: 30px;
}
.section-1 h1, .section-3 h3, .section-5 h3 {
	margin-bottom: 35px;
	font-weight: 900;
	font-size: 60px;
	line-height: 70px;
	/*color: #343434;*/ /* upd1 */
	color: #00A7EF; /* upd1 */
}
.section-1 .wrapper {
	display: flex;
	align-items: center;
	min-height: 405px;
	position: relative;
}
.section-1 .wrapper > div {
	max-width: 600px;
	font-weight: 500;
	font-size: 26px;
	line-height: 36px;
	padding: 25px 0;
}
.section-1 .wrapper > div img {
	margin-right: 12px;
}
.section-1 .wrapper > img {
	position: absolute;
	right: 0;
	bottom: -55px;
}
.section-2 {
	background: linear-gradient(180deg, #EFEFEF 0%, #FFFFFF 48.96%, #F4F4F4 100%);
	padding: 50px 0 20px;
}
.section-2 h2, .section-4 h3, .section-7 h3 {
	font-weight: 900;
	/*font-size: 60px;*/ /* upd1 */
	/*line-height: 70px;*/ /* upd1 */
	font-size: 50px; /* upd1 */
	line-height: 59px; /* upd1 */
	/*color: #00A7EF;*/ /* upd1 */
	color: #343434; /* upd1 */
	text-align: center;
	margin-bottom: 40px;
}
.section-2 h2 {
	margin-bottom: 25px;
}
.section-2 .wrapper > img {
	max-width: 100%;
}
.section-2 .wrapper > img + img {
	display: none;
}
.section-2 .wrapper > div, .section-3 .wrapper {
	display: flex;
}
.section-2 .wrapper > div b {
	display: block;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: -39%;
	margin-bottom: 95px;
}
.section-2 .wrapper > div img {
	max-width: 100%;
}
.section-2 .btn {
	display: none;
}
.sep {
	background: linear-gradient(180deg, #FFFFFF 8.85%, #EBEBEB 100%);
	/*height: 9px;*/ /* upd1 */
	height: 2px; /* upd1 */
	opacity: 0.6;
}
.section-3 {
	font-size: 26px;
	line-height: 36px;
	padding-top: 90px;
	padding-bottom: 65px;
}
.section-3 h3 {
	margin-bottom: 25px;
}
.section-3 .wrapper {
	max-width: 1335px;
	background: url('img/icons.png') no-repeat 100% 0, url('img/icons_gray.png') no-repeat 98.2% 100%;
	align-items: flex-start;
	padding-bottom: 60px;
}
.section-3 .wrapper > div {
	max-width: 785px;
}
.section-3 .wrapper > div p {
	max-width: 630px;
}
.section-3 .btn {
	margin: -45px auto 0;
}
.section-4 {
	background: url('img/puzzles.png') no-repeat 100% 60% / 100% auto, linear-gradient(90deg, #F3F3F3 0%, #FFFBFE 40.03%, #FFFBFE 65.54%, #F3F3F3 100%);
	padding: 80px 0 55px;
}
.section-4 .btn {
	display: none;
}
.section-4 h3 {
	font-size: 60px;
	margin-bottom: 60px;
}
.section-4 .wrapper > img {
	max-width: 100%;
}
.section-4 .wrapper {
	max-width: 1140px;
}
.section-4 .wrapper > div {
	display: flex;
	justify-content: center;
	margin-left: -8%;
}
.section-4 .wrapper > div:last-child {
	margin-left: 9%;
}
.section-4 .wrapper > div img {
	display: none;
}
.section-4 .wrapper > div > div {
	max-width: 17%;
	padding: 20px 18px;
	font-size: 18px;
	line-height: 20px;
	width: 100%;
}
.section-4 .wrapper > div:nth-child(2) {
	align-items: center;
}
.section-4 .wrapper > div:last-child > div {
	max-width: 20%;
	padding-top: 10px;
}
.section-4 .wrapper > div > div b {
	font-weight: 500;
	font-size: 22px;
	line-height: 22px;
	color: #343434;
	display: block;
	text-align: center;
}
.section-5 {
	padding-top: 70px;
	padding-bottom: 150px;
	background: url('img/ing_bg_l.png') no-repeat 0 0 / auto 100%, url('img/ing_bg.png') no-repeat 50% 65%, url('img/ing_bg_r.png') no-repeat 100% 0 / auto 100%;
}
.section-5 h3 {
	font-size: 50px;
	text-align: center;
	margin-bottom: 0;
}
.section-5 .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.section-5 .wrapper > div > div {
	background-color: #343434;
	border-radius: 50%;
	width: 185px;
	height: 185px;
	margin-top: 75px;
	margin-bottom: 25px;
}
.section-5 .wrapper > div > div img {
	margin: -21px -11px;
}
.section-5 .wrapper > div > div b {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #343434;
	border-radius: 10px;
	position: relative;
	height: 40px;
	margin-top: -35px;
}
.section-6 {
	background-color: #343434;
}
.section-6 .wrapper {
	position: relative;
	top: -45px;
}
.section-6 .wrapper > div {	
	background-color: #fff !important;
	border: 1px solid #FF6B00;
	border-radius: 5px 50px;
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
	padding: 25px 20px 25px 0;
}
.section-6 .wrapper > div > img {
	margin: -25px 40px -25px -60px;
	width: 192px;
}
.section-6 .wrapper > div > div > img {
	margin: 25px 0 10px;
	max-width: 100%;
}
.section-6 .wrapper > div > div > img:last-child {
	display: none;
}
.section-6 .wrapper > div b {
	font-weight: 900;
	font-size: 40px;
	line-height: 47px;
	display: block;
	text-align: center;
	color: #343434;
	margin-bottom: 15px;
}
.section-6 .wrapper > div p {
	max-width: 650px;
}
.section-6 .btn {
	margin: 0 auto;
	position: relative;
	top: 77px;
}
.section-7 {
	background: url('img/fb_bg.png') no-repeat 0 40% / 100% #e9ebee;
	padding: 110px 0 40px;
}
.section-7 h3 {
	font-size: 70px;
	margin-bottom: 30px;
}
.section-7 .wrapper > div {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	font-size: 18px;
	line-height: 20px;
	color: #1C1E21;
	margin-bottom: 18px;
	padding: 30px;
}
.section-7 .wrapper > div > div {
	display: flex;
	font-size: 20px;
	color: #717171;
	margin-bottom: 15px;
}
.section-7 .wrapper > div > div > div {
	margin-top: 7px;
	margin-left: 12px;
}
.section-7 .wrapper > div > div img {
	border-radius: 50%;
}
.section-7 .wrapper > div > div b {
	font-weight: 900;
}
.section-7 .wrapper > div > div b,
.section-7 .wrapper > div > div span {
	color: #385898;
}
.section-7 .wrapper > div > div em {
	margin-left: 7px;
}
.section-7 .wrapper .date {
	font-size: 14px;
	margin-top: 5px;
}
.section-7 .wrapper .date img {
	position: relative;
	top: -2px;
}
.section-7 .wrapper .rate {
	text-align: center;
	font-size: 20px;
	line-height: 23px;
	padding-bottom: 20px;
}
.section-7 .rate b {
	display: block;
	font-weight: 900;
	margin: 5px 0 8px;
}
.section-7 .rate span {
	display: inline-block;
	font-size: 50px;
	color: #fff;
	background-color: #4267B2;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	line-height: 1.9;
}
.section-7 .btn {
	display: none;
}
.section-8 {
	background-color: #F3F3F3;
	padding-top: 45px;
	border-top: 1px solid #D9D9D9;
	position: relative;
	overflow: hidden;
}
.section-8 .wrapper > div {
	max-width: 66.6%;
	padding-bottom: 40px;
	padding-right: 20px;
}
.section-8 .wrapper > div:after {
	content: '';
	background-color: #343434;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 34%;
}
.section-8 .wrapper > img {
	position: absolute;
	right: 0;
	top: 20px;
	max-width: 54vw;
}
.section-8 h3 {
	font-weight: 900;
	font-size: 250px;
	color: #343434;
	margin-left: -10px;
}
.section-8 h4, .section-9 h4, .section-11 h4 {
	font-weight: 900;
	font-size: 50px;
	line-height: 59px;
	color: #343434;
	margin: 25px 0;
}
.section-8 h4 span, .section-9 h4 {
	color: #08AFF6;
}
.section-8 a {
	position: relative;
	z-index: 1;
	color: #08AFF6;
}
.section-8 a:hover {
	color: #000;
}
.section-8 p {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 20px;
}
.section-8 + .sep {
	display: none;
}
.section-9 {
	background: url('img/st_bg_l.png') no-repeat 0 0, url('img/st_bg_r.png') no-repeat 100% 0;
	padding-top: 50px;
	padding-bottom: 130px;
	font-size: 18px;
	line-height: 28px;
	color: #404040;
	position: relative;
}
.section-9 .wrapper > div {
	max-width: 600px;
}
.section-9 h4 {
	margin-bottom: 35px;
	text-shadow: 1px 1px 0 #fff;
}
.section-9 b {
	font-size: 26px;
	color: #404040;
}
.section-9 .btn {
	margin-top: 35px;
}
.section-9 .wrapper > img {
	position: absolute;
	left: 48.5%;
	top: -165px;
}
.section-10 {
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	background-color: #343434;
}
.section-10 .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1200px;
	min-height: 306px;
}
.section-10 p {
	max-width: 630px;
	padding: 20px 0;
}
.section-10 img {
	margin-top: -80px;
	margin-bottom: -100px;
	z-index: 1;
}
.section-11 {
	background: url('img/brain_bg_c.png') no-repeat 50% 0;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.section-11 .wrapper {
	max-width: 1200px;
}
.section-11 h4:first-child {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 35px;
}
.section-11 .btn {
	height: 155px;
	max-width: 100%;
	font-size: 50px;
	line-height: 59px;
	margin: 35px 0;
}
/* Compromises */
.section-12 {
	background-color: #EBEBEB;
	padding-top: 100px;
	padding-bottom: 40px;
	text-align: center;
}
.section-12 h4 {
	font-size: 58px;
	line-height: 59px;
	font-weight: bold;
	margin-bottom: 50px;
	text-transform: capitalize;
}
.section-12 .img {
	display: inline-block;
	width: 130px;
	height: 130px;
	padding: 28px;
	border-radius: 50%;
	background-color: #fff;
}
.section-12 .wrapper > div {
	display: flex;
}
.section-12 .wrapper > div > div {
	background-color: rgba(255, 255, 255, 0.68);
	border: 1px solid #FFFFFF;
	border-radius: 7px;
	width: 225px;
	min-height: 332px;
	padding: 30px 20px 20px;
	line-height: 24px;
	margin: 0 12px 24px;
}
.section-12 .wrapper > div > div b {
	display: block;
	font-size: 24px;
	margin: 15px 0 10px;
	text-transform: capitalize;
}
.section-13 {
	background-color: #e9ebee;
	padding-bottom: 50px;
}
.section-13 h3 {
	font-size: 70px;
	line-height: 59px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
}
.section-13 .wrapper > div {
	display: flex;
	margin: 0 -10px;
}
.section-13 .wrapper > div > div {
	background-color: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	width: 310px;
	min-height: 206px;
	padding: 30px;
	line-height: 20px;
	color: #646465;
	margin: 0 10px 20px;
}
.section-13 .wrapper > div > div img {
	margin-bottom: 20px;
}
.section-14 {
	padding-top: 65px;
}
.section-14 h3 {
	font-weight: bold;
	font-size: 58px;
	line-height: 59px;
	text-align: center;
	margin-bottom: 70px;
}
.section-14 img {
	max-width: 100%;
	height: auto;
}
.section-14 .mob {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}
.section-14 .mob > div {
	background-color: #F8FAFD;
	border: 1px solid #D3DBE5;
	border-radius: 8px;
	width: 284px;
	height: 90px;
	margin: 0 auto 12px;
	position: relative;
	left: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section-14 .mob > div img {
	position: absolute;
	left: -31px;
}
.section-14 .mob > img {
	margin-top: 25px;
}
@media screen and (min-width:576px) {
	.section-11 .btn,
	.section-11 .btn:hover {
		padding: 0 calc( 7% + 36px );
		background-size: 30px 36px, 100% 100%;
	}
	.section-14 .mob {
		display: none;
	}
}
@media screen and (max-width:1099px) {
	.section-12 {
		padding-top: 40px;
	}
}
@media screen and (min-width:768px) and (max-width:815px) {
	.section-12 .wrapper > div > div {
		margin-left: 6px;
		margin-right: 6px;
	}
}
@media screen and (max-width: 767px) {
	.section-12 .wrapper > div,
	.section-13 .wrapper > div {
		flex-wrap: wrap;
	}
	.section-12 .wrapper > div > div {
		width: calc(50% - 24px);
		min-height: auto;
	}
	.section-13 .wrapper > div {
		margin: 0;
	}
	.section-13 .wrapper > div > div {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		min-height: auto;
	}
	.section-14 {
		padding-top: 30px;
	}
	.section-14 h3 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.section-12 h4 {
		font-size: 40px;
		line-height: 47px;
	}
	.section-13 {
		padding-bottom: 20px;
	}
	.section-13 h3 {
		font-size: 37px;
		line-height: 42px;
		margin-bottom: 25px;
	}
	.section-14 h3 {
		font-size: 37px;
		line-height: 42px;
	}
	.section-14 .wrapper > img {
		display: none;
	}
}
@media screen and (max-width: 450px) {
	.section-12 {
		padding: 20px 0;
	}
	.section-12 h4 {
		font-size: 33px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.section-12 .wrapper > div > div {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
/* ----------------------- */
footer {
	background-color: #EBEBEB;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	padding: 40px 0 20px;
}
footer .wrapper > div a {
	color: #000;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	margin: 0 17px;
	font-weight: normal;
}
footer .wrapper > div a:hover {
	text-decoration: underline;
}
footer small {
	font-size: 10px;
	line-height: 12px;
	color: #000;
	display: block;
}
footer small a {
	color: #000;
	text-decoration: none;
}
.ing {
	display: block;
	text-align: center;
	padding-top: 15px;
	font-size: 20px;
}
.ing a {
	color: #fff;
}
.ing a:hover {
	color: #08AFF6;
}

/* Checkout ------------------------------------------ */
.checkout .wrapper {
	max-width: 1030px;
}
.checkout input[type="checkbox"] {
	transform: scale(1.3);
}
.checkout_box {
	width: 100%;
}
.checkout_box .main_left {
	width: 100%;
	max-width: 614px;
}
.checkout_box .main_right {
	width: 100%;
	max-width: 354px;
}
.checkout_box .main_right .icons {
	text-align: center;
	/*margin-top: 60px;*/ /* upd1 */
	margin-top: 15px; /* upd1 */
}
.checkout_box .main_left .deal_option {
	border-color: #AAA !important;
	border-radius: 10px !important;
	margin-top: 135px;
}
.checkout_box .main_left .deal_option.choosen_deal_option {
	border-color: #c3edff !important;
}
.checkout_box .main_left .deal_option .head {
	display: none;
}
.checkout_box .main_left .deal_option .deal_main {
	background-color: #f5f5f5;
	border-radius: 10px;
	height: 212px;
}
.checkout_box .main_left .deal_option .deal_main:before,
.deals_popup .deal_option:before {
	content: '';
	background: #AAA;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	border-radius: 50% 49% 2% 2% / 8% 9% 3% 3%;
}
.checkout_box .main_left .deal_option.choosen_deal_option .deal_main:before,
.deals_popup .deal_option.active:before {
	background: linear-gradient(260.57deg, #9FE2FF 0%, #C4EDFF 99.71%);
}
.checkout_box .main_left .deal_option .deal_main .deal_left {
	width: 100% !important;
	margin-right: 0 !important;
	margin-top: -150px !important;
	margin-bottom: -80px !important;
}
.checkout_box .main_left .deal_option .deal_main .deal_right {
	padding: 0;
	background: transparent !important;
	border: none !important;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-transform: unset;
}
.checkout_box .main_left .deal_option .deal_main .deal_right > div,
.deals_popup .deal_option .main > div:first-child {
	font-weight: bold;
	font-size: 14px;
	color: #520624;
	width: 132px;
	height: 40px;
	text-align: center;
	padding-top: 13px;
	z-index: 1;
}
.checkout_box .main_left .deal_option .deal_main .deal_right > div:first-child {
	background: url('img/ch_bg_1.png') no-repeat 0 0 transparent;
}
.checkout_box .main_left .deal_option .deal_main .deal_right > div:nth-child(2),
.deals_popup .deal_option .main > div:first-child {
	background: url('img/ch_bg_2.png') no-repeat 0 0 transparent;
	color: #fff;
	font-size: 28px;
	width: 164px;
	height: 50px;
	padding-top: 10px;
	margin: 0 20px;
}
.checkout_box .main_left .deal_option .deal_main .deal_right > div:nth-child(2) > span,
.deals_popup .deal_option .main > div:first-child > span {
	font-size: 18px;
}
.checkout_box .main_left .deal_option .deal_main .deal_right > div:last-child {
	background: url('img/ch_bg_3.png') no-repeat 0 0 transparent;
}
.deals_popup .deal_option .main > div:first-child {
	margin-bottom: 5px;
}
.deals_popup .deal_option .main > div:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 2px;
}
.deals_popup .deal_option .main > div:last-child {
	font-size: 14px;
	font-weight: 300;
}
.checkout_box .main_left .deal_option .deal_main .deal_left + div {
	width: 100% !important;
}
.checkout_box .main_left .deal_option .btn,
.deals_popup .deal_option .btn {
	/*background: url('img/arrow-l.png') no-repeat 5% 50%, url('img/arrow-r.png') no-repeat 95% 50%;*/ /* upd1 */
	/*background-color: #00A7EF;*/ /* upd1 */
	max-width: 229px;
	height: 48px;
	position: relative;
	font-size: 24px;
	text-transform: uppercase;
	border-color: #520624;
	box-shadow: none;
	margin: -16px auto -22px;
}
.deals_popup .deal_option .btn {
	margin: 7px auto 0;
}
.checkout_box .main_left .deal_option:not(.choosen_deal_option) .btn,
.deals_popup .deal_option:not(.active) .btn {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.8);
	border-color: transparent;
}
.checkout_box .main_left .deal_option:not(.choosen_deal_option),
.deals_popup .deal_option:not(.active) {
	filter: grayscale(1);
	opacity: 0.75;
	border-color: #bfbfbf;
}
.deals_popup .deal_option:not(.active) .main {
	color: #fff;
}
.checkout_box .main_left .deal_option:not(.choosen_deal_option) .deal_left img {
	opacity: 1;
}
.checkout_box .order_box {
	background: url('img/total_bg.png') repeat-x 0 0 transparent;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	margin-top: 60px;
	padding: 25px 48px 17px;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
.checkout_box .order_box > div > div {
	display: flex;
	justify-content: space-between;
}
.checkout_box .order_box .order_first {
	padding-bottom: 5px;
	border-bottom: none;
}
.checkout_box .order_box .order_sec,
.checkout_box .order_box .order_third {
	border-bottom: 1px dashed #FFC65B;
}
.checkout_box .order_box .order_fourth {
	font-weight: bold;
	padding-top: 12px;
}
.form-ch {
	/*border-color: #d6d6d6;*/ /* upd1 */
	margin-top: 30px;
	padding: 15px 34px;
	border-radius: 10px;
	/*background: linear-gradient(123.13deg, #F2F2F2 6.05%, rgba(242, 242, 242, 0) 89.97%);*/ /* upd1 */
	overflow: unset;
	background: linear-gradient(135deg, #CAE1ED 20%, #E4F6FF 85%); /* upd1 */
	border-color: #87BAC5; /* upd1 */
}
.form-ch h3 {
    padding: 0;
    text-align: left;
    color: #343434;
    font-size: 24px;
    background: transparent;
    line-height: 28px;
	margin-bottom: 15px;
}
.form-ch h3 img {
	margin-right: 10px;
}
.form-ch .form {
	margin: 0;
}
.form-ch .form input[type="text"],
.form-ch .form select {
	height: 56px;
	font-weight: 300;
	font-size: 20px; /* upd2 */
	color: #1c1c1c;
	text-align: left;
	/*border-color: #0D1720;*/ /* upd1 */
	/*padding: 5px 17px !important;*/ /* upd1 */
	border-color: #d9d9d9; /* upd1 */
	padding: 10px 0 10px 42px !important; /* upd2 */
	background-repeat: no-repeat; /* upd1 */
	background-position: 14px 50%; /* upd2 */
	background-size: 22px 22px; /* upd1 */
}
.form-ch .form input[type="text"] {
	padding-left: 46px !important; /* upd2 */
}
.form-ch .form input[type="text"]:focus,
.form-ch .form select:focus {
	border-color: #2CA5E4; /* upd1 */
}
.form-ch .form #mk_card_number{
	background-image: url(img/ch_credit-card.png); /* upd1 */
}
.form-ch .form #mk_month{
	background-image: url(img/ch_calendar.png); /* upd1 */
}
.form-ch .form #mk_year{
	background-image: url(img/ch_calendar.png); /* upd1 */
}
.form-ch .form #mk_cvv{
	background-image: url(img/ch_cvv.png); /* upd1 */
}
.form-ch .form #mk_zip{
	background-image: url(img/ch_mark.png); /* upd1 */
}
.form-ch .form .field {
	margin-bottom: 20px;
}
.form-ch .form .one_line {
	display: flex;
	justify-content: space-between;
}
.form-ch .form .agree {
	display: flex;
	/*align-items: center;*/ /* upd1 */
}
.form-ch .form .agree input {
	/*margin: 0 15px 0 5px;*/ /* upd1 */
	margin: 4px 15px 0 5px; /* upd1 */
}
.form-ch .form .agree label {
	display: inline;
	font-size: 18px;
	line-height: 21px;
	color: #535353;
	margin: 0;
	font-weight: 300;
}
.form-ch .form .btn {
	/*margin: 15px auto -46px;*/ /* upd1 */
	margin: 15px auto 7px; /* upd1 */
	border-color: #2CA5E4; /* upd1 */
}

@media screen and (min-width:909.99px) and (max-width: 1010px) {
	.checkout_box .main_left {
		max-width: 59%;
	}
}
@media screen and (max-width:909.98px) {
	.checkout_box {
		align-items: center;
		padding: 0;
	}
	.checkout_box .main_left,
	.checkout_box .main_right {
		order: 0;
		max-width: 100%;
	}
	.checkout_box .order_box {
		width: 100%;
	}
	.form-ch {
		padding-left: 24px;
		padding-right: 24px;
		margin-top: 17px;
	}
	.form-ch .form {
		margin: 0 !important;
	}
	.form-ch-deal_mobile {
		margin-top: 17px;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	.form-ch-deal_mobile .field {
		margin-bottom: 0 !important;
	}
	.form-ch .form .deal_mobile > div {
		display: flex;
		align-items: center;
	}
	.form-ch .form .deal_mobile > div img {
		height: 35px;
		margin-right: 5px;
	}
	.form-ch .form .deal_mobile > div b {
		display: block;
	}
}
@media screen and (max-width: 575px) {
	.form-ch:not(.form-ch-deal_mobile) {
		margin-left: -30px;
		margin-right: -30px;
		border-radius: 0;
		border-top: none;
		border-left: none;
		border-right: none;
	}
	.checkout_box .order_box {
		margin: 10px -30px 0;
		border: none;
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.checkout_box .order_box .order_first > div {
		flex-wrap: wrap;
	}
	#check_ship {
		margin: 12px 4px 0;
	}
}

/* Responsive ---------------------------------------- */

@media screen and (min-width:576px) and (max-width:767px) {
	.section-11 .btn,
	.section-11 .btn:hover {
    	font-size: 45px;
	}
}
@media screen and (min-width:576px) and (max-width:1099px) {
	.section-6 .wrapper > div > img {
		margin-right: 20px;
		margin-left: -30px;
	}
	.section-9 {
		background-image: none;
	}
	.section-10 img {
		width: 350px;
		margin-top: -100px;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.section-1 .wrapper > div {
		max-width: 520px;
	}
}
@media screen and (min-width:768px) and (max-width:1099px) {
	.section-1 h1 {
		font-size: 48px;
		line-height: normal;
	}
	.section-8 h3 {
		font-size: 190px;
	}
	.section-9 .wrapper > img {
		left: 38%;
	}
	.section-11 h4:first-child {
		font-size: 52px;
		line-height: 62px;
	}
	.section-11 .btn {
		font-size: 42px;
		line-height: 51px;
		height: 120px;
	}
}
@media screen and (min-width:576px) and (max-width:767px) {
	header {
		padding-top: 20px;
	}
	header form .subcaption span {
		display: block;
		float: none !important;
		text-align: center;
		margin-top: 7px;
	}
	.section-1 h1, .section-3 h3, .section-5 h3 {
		line-height: 1;
	}
	.section-1 h1 {
		text-align: center;
		margin-bottom: 15px;
	}
	.section-1 .wrapper {
		min-height: auto;
	}
	.section-1 .wrapper > img {
		display: none;
	}
	.section-1 .wrapper > div {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 100%;
	}
	.section-2 {
		padding-bottom: 0;
		padding-top: 35px;
	}
	.section-3 .wrapper {
		background-image: none;
	}
	.section-4 {
		padding: 40px 0;
		overflow: hidden;
	}
	.section-4 .wrapper > div {
		margin-left: 0;
		margin-right: 14%;
	}
	.section-4 .wrapper > div:last-child {
		margin-left: 14%;
		margin-right: 0;
	}
	.section-4 .wrapper > div > div {
		width: 33.3333%;
		max-width: 195px !important;
	}
	.section-4 .wrapper > img {
		max-width: 150%;
		margin-left: -25%;
	}
	.section-5 {
		padding-top: 40px;
		padding-bottom: 90px;
	}
	.section-5 .wrapper > div > div {
		width: 160px;
		height: 160px;
	}
	.section-5 .wrapper > div > div img {
		max-width: 180px;
		margin: -16px -7px;
	}
	.section-5 .wrapper > div > div b {
		font-size: 17px;
		padding-top: 10px;
	}
	.section-5 video {
		max-width: 180px;
	}
	.section-6 .wrapper > div b {
		margin-left: -50px;
	}
	.section-6 .btn {
		margin-top: -50px;
	}
	.section-7 {
		padding: 70px 0 15px;
	}
	.section-8 {
		padding-top: 10px;
	}
	.section-8 h3 {
		font-size: 230px;
	}
	.section-8 .wrapper > div {
		max-width: 100%;
	}
	.section-8 .wrapper > div:after {
		content: none;
	}
	.section-8 .wrapper > img,
	.section-9 .wrapper > img {
		display: none;
	}
	.section-9 {
		background: url('img/st_bg_r.png') no-repeat 100% 0;
		padding-top: 15px;
		padding-bottom: 50px;
	}
	.section-11 {
		padding-top: 5px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:1099px) {
	.section-3 .wrapper {
		background-image: none;
	}
}
@media screen and (max-width:575px) {
	.sep {
		/*height: 7px;*/ /* upd1 */
	}
	.wrapper {
		padding: 0 30px;
	}
	header {
		background-image: url('img/bg_mob.jpg');
		background-color: #343434;
		padding-top: 260px;
		padding-bottom: 15px;
	}
	header .labels {
		margin-bottom: 15px;
		margin-right: 0;
		z-index: 1;
	}
	header .wrapper {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	header form .subcaption {
		/*margin-top: 40px;*/ /* upd1 */
		color: #fff;
	}
	header .rit_form {
		padding: 10px 20px;
		/*border-color: #FF6B00;*/ /* upd1 */
	}
	header .rit_form b {
		font-size: 24px;
		line-height: 28px;
		color: #343434;
	}
	header .rit_form .btn {
		margin-top: 8px;
		/*margin-bottom: -35px;*/ /* upd1 */
		font-size: 18px;
		padding: 0 30px;
	}
	.section-1 .wrapper {
		flex-direction: column;
	}
	.section-1 .wrapper > img {
		position: relative;
		width: 285px;
		bottom: -43px;
		margin-top: -75px;
	}
	.section-1 .wrapper > div {
		font-size: 20px;
		line-height: 36px;
		padding: 15px 0;
		max-width: 330px;
	}
	.section-1 h1, .section-3 h3, .section-5 h3,
	.section-2 h2, .section-4 h3, .section-7 h3 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.section-2 {
		padding: 42px 0;
	}
	.section-2 h2 {
		margin-bottom: 30px;
	}
	.section-2 .wrapper > div {
		flex-direction: column;
		align-items: center;
	}
	.section-2 .wrapper > img {
		display: none;
	}
	.section-2 .wrapper > img + img {
		display: block;
	}
	.section-2 .wrapper > div b {
		margin-top: -35%;
		margin-bottom: 70px;
	}
	.section-2 .btn, .section-4 .btn, .section-7 .btn {
		display: block;
		margin: 15px auto 0;
	}
	.section-3 {
		padding-top: 32px;
		padding-bottom: 0;
		font-size: 20px;
		line-height: 30px;
	}
	.section-3 h3 {
		text-align: center;
	}
	.section-3 .wrapper {
		flex-direction: column;
		align-items: flex-start;
		background: url('img/icons.png') no-repeat 70% 93% / 230px, url('img/icons_gray.png') no-repeat 83% 67.6% / 108px;
		padding-bottom: 0;
	}
	.section-3 .wrapper img {
		width: 155px;
		/*margin-top: 45px;*/
		margin-top: 15px; /* upd1 */
		margin-bottom: 30px;
	}
	.section-3 .btn {
		display: none;
	}
	.section-4 {
		padding: 25px 0;
		background: url('img/puzzles_mob.png') no-repeat 0 75%, linear-gradient(90deg, #EDEDED 0%, #FFFBFE 40.03%, #FFFBFE 65.54%, #EFEFEF 100%);
	}
	.section-4 h3 {
		margin-bottom: 35px;
	}
	.section-4 .wrapper > div {
		flex-wrap: wrap;
		align-items: center;
		margin: 0;
	}
	.section-4 .wrapper > div > * {
		margin-bottom: 30px;
	}
	.section-4 .wrapper > div img {
		display: block;
	}
	.section-4 .wrapper > div > div {
		padding-left: 10px;
		padding-right: 0;
		max-width: 50% !important;
	}
	.section-4 .wrapper > div > div b {
		text-align: left;
	}
	.section-4 .wrapper > img, .section-8 .wrapper > img {
		display: none;
	}
	.section-4 .wrapper > div:last-child {
		margin-left: 0;
	}
	.section-5 {
		padding-top: 25px;
		padding-bottom: 110px;
		background: url('img/ing_bg_l.png') no-repeat 0 55% / auto 100%;
		position: relative;
	}
	.section-5:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: 93px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
		width: 100%;
	}
	.section-5 .wrapper {
		justify-content: center;
		align-items: center;
	}
	.section-5 .wrapper > img {
		width: 160px;
	}
	.section-5 .wrapper > div {
		display: none;
	}
	.section-5 video {
		width: 155px;
		height: auto;
		margin-top: 15px;
	}
	.section-5 h3 {
		padding: 0 30px;
		font-size: 37px;
		line-height: 44px;
	}
	.section-6 {
		background-color: #fff;
	}
	.section-6 .wrapper > div {
		text-align: center;
		flex-direction: column;
		align-items: center;
		padding: 0 20px 40px;
		margin-bottom: 52px;
		background-color: #FFF8F1;
	}
	.section-6 .wrapper > div:nth-child(2n+1) {
		background-color: #fff;
	}
	.section-6 .wrapper > div:last-child {
		margin-bottom: 0;
	}
	.section-6 .wrapper > div b {
		font-size: 30px;
		line-height: 35px;
	}
	.section-6 .wrapper > div > img {
		margin: -58px 0 0px;
		width: 204px;
	}
	.section-6 .wrapper > div > div > p + img {
		display: none;
	}
	.section-6 .wrapper > div > div > img:last-child {
		display: inline-block;
	}
	.section-6 .wrapper > div > div > img {
		margin-bottom: 0;
	}
	.section-6 .btn {
		top: 0;
		margin-top: -20px;
	}
	.section-7 {
		padding: 25px 0 35px;
		border-top: 1px solid #D9D9D9;
	}
	.section-7 h3 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.section-7 .wrapper .rate {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.section-7 .wrapper > div {
		padding: 20px;
	}
	.section-7 .wrapper > div > div {
		font-size: 14px;
	}
	.section-7 .wrapper > div > div b {
		font-size: 14px;
		line-height: 16px;
	}
	.section-7 .wrapper > div > div em {
		margin-left: 0;
		display: block;
	}
	.section-7 .wrapper .date {
		margin-top: 0;
	}
	.section-7 .wrapper > div > div > div {
		margin-top: -3px;
	}
	.section-7 .btn {
		margin-top: 30px;
	}
	.section-8 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.section-8 h3 {
		font-size: 120px;
		margin-left: -6px;
	}
	.section-8 h4 {
		font-size: 40px;
		line-height: 47px;
		margin: 20px 0;
	}
	.section-8 p {
		padding-bottom: 10px;
	}
	.section-8 .wrapper > div {
		max-width: 100%;
		padding-right: 0;
		padding-bottom: 0;
	}
	.section-8 .wrapper > div:after {
		content: none;
	}
	.section-8 + .sep {
		height: 10px;
		display: block;
	}
	.section-9 {
		background: url('img/st_bg.png') no-repeat 100% 2%;
		padding-top: 25px;
		padding-bottom: 80px;
	}
	.section-9 .wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.section-9 .wrapper > div {
		order: 2;
	}
	.section-9 .wrapper > img {
		order: 1;
		position: unset;
		max-width: 360px;
	}
	.section-9 h4 {
		font-size: 40px;
		line-height: 47px;
		margin: 15px 0;
	}
	.section-9 .btn {
		margin-top: 25px;
	}
	.section-10 {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 40px;
	}
	.section-10 .wrapper {
		flex-wrap: wrap;
	}
	.section-10 img {
		margin-top: -65px;
		margin-bottom: 0;
		max-width: 100%;
	}
	.section-10 p {
		padding: 0;
	}
	.section-11 {
		background-size: auto 100%;
		padding: 5px 0;
	}
	.section-11 h4 {
		font-size: 26px;
		line-height: 30px;
	}
	.section-11 h4:first-child {
		font-size: 40px;
		line-height: 47px;
	}
	.section-11 .btn {
		font-size: 20px;
		line-height: 23px;
		height: 64px;
	}
	footer {
		padding: 25px 0 35px;
	}
	footer .wrapper > div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	footer .wrapper > div a {
		font-size: 16px;
		line-height: 19px;
		margin: 8px 0;
	}
	.fancybox-slide {
		padding: 10px;
	}
	.fancybox-content:not(.confirm_popup) {
		width: 100% !important;
		height: 100% !important;
	}
}
@media screen and (max-width:395px) {
	.section-2 h2 {
		font-size: 30px; /* upd1 */
		line-height: 37px; /* upd1 */
	}
	.section-11 h4:first-child {
		font-size: 30px; /* upd1 */
		line-height: 37px; /* upd1 */
		margin-top: 15px; /* upd1 */
		margin-bottom: -20px; /* upd1 */
	}
	.section-11 h4 {
		font-size: 16px; /* upd1 */
		line-height: 30px; /* upd1 */
		font-weight: 400; /* upd1 */
		margin-top: -20px; /* upd1 */
		margin-bottom: 10px; /* upd1 */
	}
}