@font-face {
    font-family: 'Propisi2';
    src: url('../fonts/Propisi.eot');
    src: url('../fonts/Propisi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Propisi.woff2') format('woff2'),
        url('../fonts/Propisi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'propisi_regular';
	src: url('../fonts/propisi_regular.eot');
	src: local('☺'), url('../fonts/propisi_regular.woff') format('woff'), url('../fonts/propisi_regular.ttf') format('truetype'), url('../fonts/propisi_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaMediumC.woff2') format('woff2'),
        url('../fonts/FuturaMediumC.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Century-Gothic-Regular';
    src: url('../fonts/Century-Gothic-Regular.eot');
    src: url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Regular.woff') format('woff'),
         url('../fonts/Century-Gothic-Regular.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Regular.svg#Century-Gothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Bold';
    src: url('../fonts/Century-Gothic-Bold.eot');
    src: url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Bold.woff') format('woff'),
         url('../fonts/Century-Gothic-Bold.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Bold.svg#Century-Gothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}




#page * {
	box-sizing: border-box;
}


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

.valentine-intro {
	width: 100%;
	height: 805px;
	background: url(val-intro2.png) center bottom no-repeat;
	background-size: contain;
	font-family: 'Century-Gothic-Bold';
	font-size: 34px;
}
.valentine-intro .container {
	position: relative;
}
.val-logo {
	position: absolute;
	top: 200px;
	right: 60px;
}
.val-logo img {
	max-width: 481px;
	height: auto;
}

.valentine-intro_text {
	width: 400px;
	text-align: center;
	line-height: 1.2;
	padding-top: 80px;
}
.valentine-intro_text img {
	max-width: 150px;
	height: auto;
}
.valentine-about .container {
	display: flex;
	align-items: center;
	border: 1px solid #000;
	border-radius: 40px;
	padding: 15px;
	font-family: 'Century-Gothic-Bold';
	font-size: 31px;
	line-height: 1.3;
}
.valentine-about .container p {
	margin: 0px;
}
.valentine-about .container p:first-child {
	margin-right: 20px;
}
.valentine-about .container img {
	display: block;
	min-width: 225px;
	height: auto;
}
.valentine-title {
	padding-top: 10px;
}
.valentine-title .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 38px;
	line-height: 1.3;
	text-transform: uppercase;
}
.valentine-title .container p {
	margin-bottom: 30px;
}
.valentine-title img {
	max-width: 400px;
	height: auto;
}
.valentine-scale {
	position: relative;
}
.valentine-scale:before {
	position: absolute;
	bottom: 20px;
	right: 0px;
	width: 492px;
	height: 156px;
	content: '';
	background: url(val-title2_bg.png) center top no-repeat;
	background-size: contain;
	animation: Scale 3s infinite linear;
}
@keyframes Scale {
    0% {
        transform: scale(1);
    }
	25% {
       transform: scale(1.05);
    }
	50% {
        transform: scale(1.1);
    }
	70% {
        transform: scale(1.05);
    }
    100% {
       transform: scale(1);
    }
}
.first-step {
	margin-bottom: 50px;
}
.step-title {
	display: flex;
	align-items: center;
	font-family: 'Century-Gothic-Bold';
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 5px;
}
.step-6 .step-title {
	text-align: center;
	justify-content: center;
	padding-bottom: 10px;
}
.first-step .step-title img {
	margin-right: 30px;
	max-width: 75px;
	height: auto;
}
.valentine-carousel {
	padding-left: 50px;
	padding-right: 50px;
}
.valentine-carousel_item {
	padding-left: 15px;
	padding-right: 15px;
}
.valentine-carousel_item img {
	max-width: 100%;
	height: auto;
	border: 1px solid #000;
}
.valentine-carousel_item a {
	cursor: pointer;
}
.valentine-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 30px;
}
.valentine-nav a {
	display: block;
	margin-left: 25px;
	cursor: pointer;
}
.valentine-nav a img {
	max-width: 40px;
	height: auto;
}
.valentine-carousel .slick-next, .valentine-carousel .slick-prev {
	width: 40px;
	height: 40px;
	left: 0px;
}
.valentine-carousel .slick-next {
	right: 0px;
	left: auto;
}
.valentine-carousel .slick-next:before, .valentine-carousel .slick-prev:before {
	display: none;
}
.hidden {
	display: none !important;
}
.step {
	border-radius: 40px;
	border: 1px solid #000;
	margin-bottom: 30px;
	position: relative;
	padding: 10px 100px 15px 130px;
	background: url(step-bg.png) right 20px top 15px no-repeat;
	background-size: 158px;
}
.step-4 {
	background: url(step-4_bg.png) right 20px top 15px no-repeat;
	background-size: 206px;
}
.step-5 {
	background: url(step-5_bg.png) right 20px top 15px no-repeat;
	background-size: 185px;
}
.step .step-title img {
	position: absolute;
	top: 15px;
	left: 10px;
	max-width: 83px;
	height: auto;
}
.step-5 .step-title img {
	max-width: 88px;
}
.step-desc {
	font-family: 'Myriad Pro';
	font-size: 18px;
	line-height: 1.3;
}
.step-desc img {
	display: inline-block !important;
	max-width: 31px;
	height: auto;
	margin-right: 5px;
}
.step textarea,
.step input,
.step select {
	width: 100%;
	padding: 0px;
	font-size: 20px;
	font-family: 'Myriad Pro' !important;
	font-size: 24px !important;
	background: #fff !important;
	box-shadow: unset !important;
	border: 0px !important;
	border-bottom: 1px solid #000 !important;
	margin-bottom: 15px;
	margin-top: 5px;
}
.step textarea {
	padding: 15px;
	border: 1px solid #000 !important;
	border-radius: 30px;
	resize: none;
	height: 150px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.step textarea.error,
.step input.error {
	border-color: red !important;
}
#valentine_1 .container {
	position: relative;
}
#valentine_1 img {
	max-width: 100%;
	height: auto;
	border: 1px solid #000;
}
.step_1_text {
	position: absolute;
	top: 11px;
	width: 100%;
	height: 180px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	padding: 0px 100px;
	font-family: 'FuturaMediumC';
	font-size: 80px;
	color: #000;
	line-height: 0.7;
}
.step_2_text {
	position: absolute;
	width: 100%;
    margin-bottom: -11px;
	height: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	padding: 0px 200px 0px 50px;
	font-family: 'FuturaMediumC';
	font-size: 80px;
	color: #000;
	line-height: 0.7;
}
.step_1_text,
.step_2_text {
	padding-bottom: 20px;
}
@media all and (min-width: 960px) {

	#valentine_1 .container {
		max-width: 500px;
	}
	.step_1_text {
		height: 81px;
		font-size: 30px;
		padding: 0px 40px;
	}
	.step_2_text {
		bottom: 30px;
		padding: 0px 100px 0px 20px;
		font-size: 30px;
	}
	.step_1_text, .step_2_text {
		padding-bottom: 15px;
	}
}
.step-btns {
	width: 100%;
	background: url(vval-btns_bg.png) center center no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 50px 0px 100px 0px;
}
.step-btns img {
	max-width: 411px;
	height: auto;
}
.step-message {
	color: green;
	font-family: 'Myriad Pro';
	font-size: 22px;
	padding: 7px 0px;
	text-align: center;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #000;
	height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	padding-left: 0px;
	font-size: 18px;
	color: #000;
}
.select2-container {
	width: 100% !important;
	margin-top: 10px;
}
.select2-container--open .select2-dropdown {
	top: 22px;
	border-color: #000;
}
.ok-btn {
	display: flex;
	justify-content: center;
}
.ok-btn-2,
.ok-btn-3 {
	padding-top: 15px;
}
.ok-btn button,
.ok-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	color: #fff !important;
	font-family: 'FuturaMediumC';
	font-size: 24px;
	border-radius: 50%;
	background: #a60619;
	cursor: pointer;
}
.step-submit a,
.ok-btn-6 a,
.ok-btn button {
	border-radius: 20px;
	padding: 0px 30px;
	height: 45px;
	width: auto;
	border: 0px;
}


@media all and (max-width: 960px) {
.container,
.valentine-about {
	padding-left: 15px;
	padding-right: 15px;
}
.val-logo img {
	max-width: 250px;
}
.val-logo {
	top: 240px;
	right: 116px;
}
.valentine-scale::before {
	width: 380px;
}
.valentine-intro {
	height: 570px;
}
.valentine-intro {
	font-size: 21px;
}
.valentine-intro_text {
	width: 350px;
	text-align: center;
	line-height: 1.2;
	padding-top: 50px;
}
.valentine-about .container {
	font-size: 20px;
}
.valentine-about .container img {
	min-width: 150px;
}
.valentine-title img {
	max-width: 300px;
}
.valentine-title .container {
	font-size: 30px;
}
.step-title {
	font-size: 30px;
}
.step_2_text {
	bottom: 43px;
	padding: 0px 140px 0px 50px;
	font-size: 30px;
}
.step_1_text {
	height: 120px;
	padding: 0px 50px;
	font-size: 30px;
}
.step_1_text,
.step_2_text {
	padding-bottom: 20px;
}
.step-btns {
	width: 100%;
	background: none;
	margin: 50px 0px 50px 0px;
}

}

@media all and (max-width: 767px) {
.val-logo img {
	max-width: 120px;
}
.val-logo {
	top: 190px;
	left: 50%;
	text-align: right;
	padding-right: 66px;
	width: 400px;
	position: absolute;
	right: auto;
	margin-left: -200px;
}
.valentine-scale::before {
	display: none;
}
.valentine-intro_text {
	width: 100%;
	padding-top: 0px;
	display: flex;
	align-items: center;
}
.valentine-intro_text img {
	max-width: 100px;
	height: auto;
	margin-right: 15px;
}
.valentine-intro_text br {
	display: none;
}
.valentine-intro {
	font-size: 20px;
	height: auto;
	padding-bottom: 220px;
	background-size: 400px;
}
.valentine-about .container {
	font-size: 16px;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.valentine-about .container p:first-child {
	margin-right: 0px;
	order: 2;
	margin-top: 15px;
}
.valentine-about .container img {
	min-width: unset;
	max-width: 150px;
}
.valentine-title {
	padding: 30px 0px;
}
.valentine-title .container p {
	margin-bottom: 20px;
}
.valentine-title .container {
	font-size: 20px;
}
.valentine-title img {
	max-width: 100%;
	margin-left: 20px;
}
.step-title {
	font-size: 20px;
}
.step .step-title {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.step .step-title img {
	position: relative;
	top: 0px;
	left: 0px;
	margin-right: 20px;
	max-width: 60px;
	min-width: 60px;
}
.step {
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	background: none !important;
}
.step-desc {
	font-size: 18px;
}
.step-btns img {
	max-width: 280px;
}
.step_1_text {
	top: 16px;
	height: 57px;
	padding: 0px 50px 15px 50px;
	font-size: 28px;
}
.step_2_text {
	bottom: 23px;
	padding: 0px 100px 15px 30px;
	font-size: 28px;
	height: auto;
}
.valentine-carousel {
	padding-left: 30px;
	padding-right: 30px;
}
.valentine-carousel .slick-next, .valentine-carousel .slick-prev {
	width: 30px;
	height: 30px;
}

}