body {
	position: relative;
	height: 100%;
	background-color: #fff;
	font-size: 15px;
	line-height: 21px;
	color: #343637;
	font-weight: 500;
	font-family: "Noto Sans", sans-serif;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
input,
textarea {
	color: #343637;
	font-size: 15px;
	line-height: 21px;
	font-family: "Noto Sans", sans-serif;
	border-radius: 0;
	/* Firefox 19+ */
	/* Firefox 18- */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #989ca0;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #989ca0;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #989ca0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #989ca0;
}
input[type="button"],
input[type="submit"],
button {
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 15px;
	line-height: 21px;
}
td {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}
form {
	padding: 0px;
	margin: 0px;
}
a {
	color: #d8232a;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a,
span,
div,
button {
	outline: none !important;
}
input[type="submit"],
input[type="button"],
button {
	-webkit-appearance: none;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after,
.wrapper:after,
.row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.loading .main-wrapper {
	opacity: 0;
}
.icon-load {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.loading .icon-load {
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
}
.sk-folding-cube {
	width: 40px;
	height: 40px;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	background: #fff;
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
}
.sk-folding-cube .sk-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #febd71;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
	-webkit-transform: scale(0.97) rotateZ(90deg);
	transform: scale(0.97) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
	-webkit-transform: scale(0.97) rotateZ(180deg);
	transform: scale(0.97) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
	-webkit-transform: scale(0.97) rotateZ(270deg);
	transform: scale(0.97) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
input::placeholder,
textarea::placeholder {
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	opacity: 0;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
	opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
	opacity: 0;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
@keyframes sk-foldCubeAngle {
	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1;
	}
	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/Noto Sans/NotoSansSC-Medium-Alphabetic.eot");
	src: local("Noto Sans SC"),
		url("../fonts/Noto Sans/NotoSansSC-Medium-Alphabetic.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Noto Sans/NotoSansSC-Medium-Alphabetic.woff2") format("woff2"),
		url("../fonts/Noto Sans/NotoSansSC-Medium-Alphabetic.woff") format("woff"),
		url("../fonts/Noto Sans/NotoSansSC-Medium-Alphabetic.ttf")
			format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Noto Sans";
	src: url("../fonts/Noto Sans/NotoSansSC-Bold-Alphabetic.eot");
	src: local("Noto Sans SC"),
		url("../fonts/Noto Sans/NotoSansSC-Bold-Alphabetic.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/Noto Sans/NotoSansSC-Bold-Alphabetic.woff2") format("woff2"),
		url("../fonts/Noto Sans/NotoSansSC-Bold-Alphabetic.woff") format("woff"),
		url("../fonts/Noto Sans/NotoSansSC-Bold-Alphabetic.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon/icomoon.eot?e96xgm");
	src: url("../fonts/icomoon/icomoon.eot?e96xgm#iefix")
			format("embedded-opentype"),
		url("../fonts/icomoon/icomoon.ttf?e96xgm") format("truetype"),
		url("../fonts/icomoon/icomoon.woff?e96xgm") format("woff"),
		url("../fonts/icomoon/icomoon.svg?e96xgm#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-left:before {
	content: "\e903";
	color: #d8232a;
}
.icon-arrow-right:before {
	content: "\e904";
	color: #d8232a;
}
.icon-play:before {
	content: "\e900";
	color: #fff;
}
.icon-wechat:before {
	content: "\e901";
	color: #ffffff;
}
.icon-weibo:before {
	content: "\e902";
	color: #ffffff;
}
.footer {
	position: absolute;
	bottom: 50px;
	width: 100%;
	min-width: 320px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}
.footer_grey .footer-list a {
	color: #343637;
}
.footer_grey .footer-list a:hover {
	color: #989ca0;
}
.footer_grey .footer-list_soc a span:before {
	color: #989ca0;
}
.footer_grey .footer-list_soc a:hover span:before {
	color: #d8232a;
}
.footer_grey .footer-addr {
	color: #343637;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footer-list {
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-list li {
	margin-right: 40px;
}
.footer-list li:last-child {
	margin-right: 0;
}
.footer-list a {
	display: block;
	font-size: 11px;
	color: #fff;
}
.footer-list a:hover {
	color: #febd71;
}
.footer-list_soc a {
	font-size: 26px;
	color: #fff;
}
.footer-list_soc a span:before {
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.footer-list_soc a:hover span:before {
	color: #fff;
}
.footer-addr {
	margin-top: 20px;
	color: #fff;
	font-size: 11px;
}
@media (max-width: 991px) {
	.footer {
		bottom: 30px;
	}
}
@media (max-width: 767px) {
	.footer {
		bottom: 10px;
	}
	.footer-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.footer-list {
		margin-bottom: 20px;
	}
	.footer-addr {
		text-align: center;
	}
}
.down .header {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.up .header {
	padding: 20px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 12px rgba(152, 156, 160, 0.2);
	box-shadow: 0 8px 12px rgba(152, 156, 160, 0.2);
}
.start .header {
	padding: 40px 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.menu .close-menu span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.menu .close-menu span:last-child {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
.menu .nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu .nav li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.menu .nav li:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.menu .nav li:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.menu .nav li:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.menu .nav li:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.menu .nav li:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.menu .nav li:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.menu .nav li:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}
.header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	min-width: 320px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 40px 0;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	will-change: transform, padding, background-color, box-shadow;
}
.header .wrapper {
	max-width: 1440px;
}
.header-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.logo {
	width: 100%;
	max-width: 200px;
}
.logo img {
	width: 100%;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav .menu,
.nav menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav li {
	margin: 0 15px;
}
.nav li.current-menu-item a,
.nav li.active a {
	color: #d8232a;
}
.nav li.current-menu-item a:after,
.nav li.active a:after {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.nav a {
	position: relative;
	display: inline-block;
	color: #343637;
	white-space: nowrap;
	font-weight: 600;
}
.nav a:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #d8232a;
	-webkit-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.nav a:hover {
	color: #d8232a;
}
.nav a:hover:after {
	-webkit-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}
.lang a {
	color: #989ca0;
}
.lang a:hover {
	color: #febd71;
}
.close-menu {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 25px;
	height: 30px;
}
.close-menu span {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 2px;
	width: 100%;
	border-radius: 6px;
	background-color: #343637;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.close-menu span:first-child {
	-webkit-transform: translate(-50%, -3px);
	transform: translate(-50%, -3px);
}
.close-menu span:last-child {
	-webkit-transform: translate(-50%, 3px);
	transform: translate(-50%, 3px);
}
@media (min-width: 1140px) {
	.nav {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 1023px) {
	.nav {
		position: fixed;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #fff;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		padding: 130px 0;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.nav menu,
	.nav .menu {
		display: block;
		text-align: center;
	}
	.nav li {
		-webkit-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
		margin-bottom: 20px;
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px);
	}
	.nav li:last-child {
		margin-bottom: 0;
	}
	.nav a {
		font-size: 18px;
	}
	.close-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 991px) {
	.nav li {
		margin: 0 20px 20px;
	}
	.header .wrapper {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	.logo {
		max-width: 150px;
	}
	.header {
		padding: 20px 0;
	}
	.start .header {
		padding: 20px 0;
	}
	.close-menu {
		margin-left: 20px;
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: none;
		transform: none;
	}
	.nav {
		padding: 90px 0 30px;
	}
	.lang {
		margin-top: 5px;
		margin-left: auto;
	}
	.lang span {
		font-size: 12px;
	}
}
@media (max-height: 550px) and (max-width: 1023px) {
	.nav {
		display: block;
		padding: 130px 0 30px;
	}
}
.main-wrapper {
	padding: 0 0 0 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	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-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.wrapper {
	min-width: 320px;
	max-width: 1280px;
	padding: 0 40px 0 40px;
	margin: 0 auto;
	position: relative;
}
p, li {
	font-size: 15px;
	line-height: 21px;
	font-family: "Noto Sans", sans-serif;
	color: #989ca0;
	font-weight: 500;
	padding: 0 0 15px 0;
}
p:last-of-type {
	padding-bottom: 0;
}
h1 {
	font-size: 55px;
	line-height: 75px;
	font-family: "Noto Sans", sans-serif;
	color: #fff;
	font-weight: 600;
	padding: 0;
}
h2 {
	font-size: 55px;
	line-height: 75px;
	font-family: "Noto Sans", sans-serif;
	color: #fff;
	font-weight: 600;
	padding: 0;
}
h3 {
	font-size: 24px;
	line-height: 32px;
	font-family: "Noto Sans", sans-serif;
	color: #ffffff;
	font-weight: 600;
	padding: 0;
}
.main {
	min-width: 320px;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 71px;
	padding: 0 40px;
	border-radius: 35.5px;
	text-align: center;
}
.btn_red {
	background-color: #d8232a;
	color: #ffffff;
}
.btn_red:hover {
	background-color: #fff;
	color: #343637;
}
.btn_accent {
	background-color: #ffffff;
	color: #d8232a;
}
.btn_accent:hover {
	background-color: #fff;
	color: #343637;
}
.btn_button {
	outline: none;
	border: none;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
video {
	/* override other styles to make responsive */
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
video:focus {
	outline: none;
}
.checkbox {
	display: inline-block;
	position: relative;
	padding: 6px 0 3px 50px;
	cursor: pointer;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	border-radius: 9px;
	background-color: #fff;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.checkbox:hover input ~ .checkmark {
	background-color: #fedeb8;
}
.checkbox input:checked ~ .checkmark {
	background-color: #febd71;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox input:checked ~ .checkmark:after {
	display: block;
}
.checkbox .checkmark:after {
	left: 9px;
	top: 9px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #d8232a;
}
.ss-main {
	color: #343637;
}
.ss-main .ss-single-selected {
	padding: 25px 25px 25px 30px;
	border: none;
	height: auto;
	border-radius: 27px;
}
.ss-main .ss-single-selected .ss-arrow span {
	border-color: #989ca0;
}
.ss-main .ss-single-selected .placeholder {
	line-height: 21px;
}
.ss-content .ss-search input:focus {
	-webkit-box-shadow: 0 0 5px #febd71;
	box-shadow: 0 0 5px #febd71;
}
.ss-content .ss-list .ss-option:hover {
	background-color: #d8232a;
}
.ss-content .ss-list .ss-option.ss-disabled {
	background-color: #fff;
}
.iti {
	width: 100%;
}
.iti__flag {
	background-image: url("../img/main/flags.png");
}
.iti__selected-flag {
	border-radius: 27px 0 0 27px;
	padding: 0 10px 0 18px;
}
.iti--separate-dial-code .iti__selected-dial-code,
.iti__arrow {
	margin-left: 10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.iti__flag {
		background-image: url("../img/main/flags@2x.png");
	}
}
.slick-dots {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slick-dots li {
	width: auto;
	height: auto;
}
.slick-dots .dot {
	padding: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
}
.slick-prev,
.slick-next {
	width: 34px;
	height: 34px;
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	font-size: 34px;
	font-family: "icomoon";
}
.slick-prev:before {
	content: "\e903";
}
.slick-next:before {
	content: "\e904";
}
.fancybox-is-open .fancybox-bg {
	opacity: 0.7;
}
.fancybox-bg {
	background-color: #000;
}
.fancybox-navigation .fancybox-button {
	background: transparent;
}
.fancybox-navigation .fancybox-button span {
	font-size: 34px;
}
.fancybox-navigation .fancybox-button div {
	padding: 0;
}
.fancybox-slide {
	padding: 44px 120px;
}
.fancybox-navigation .fancybox-button {
	width: auto;
}
.fancybox-navigation .fancybox-button--arrow_right {
	padding-right: 40px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	padding-left: 40px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	opacity: 0.3 !important;
}
.fancybox-caption {
	font-size: 11px;
	color: #fff;
	background: transparent;
}
@media (max-width: 1300px) {
	.wrapper {
		max-width: 1180px;
	}
}
@media (max-width: 1200px) {
	.wrapper {
		max-width: 960px;
	}
}
@media (max-width: 991px) {
	.wrapper {
		max-width: 720px;
	}
	h2 {
		font-size: 35px;
		line-height: 55px;
	}
}
@media (max-width: 767px) {
	.wrapper {
		max-width: 540px;
		padding: 0 20px;
	}
	body {
		font-size: 13px;
		line-height: 19px;
	}
	h2 {
		font-size: 25px;
		line-height: 45px;
	}
	h3 {
		font-size: 19px;
		line-height: 27px;
	}
	p {
		font-size: 13px;
		line-height: 19px;
	}
	.btn {
		height: 51px;
	}
	.iti-mobile .iti--container {
		left: 0;
	}
	.ss-main .ss-single-selected {
		padding: 20px 25px 20px 30px;
	}
	.fancybox-slide {
		padding: 44px 80px;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
		padding-right: 20px;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		padding-left: 20px;
	}
}
@media (max-width: 580px) {
	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
	}
	.slick-prev:before,
	.slick-next:before {
		font-size: 30px;
	}
	.fancybox-slide {
		padding: 40px;
	}
	.fancybox-navigation .fancybox-button--arrow_right {
		padding-right: 5px;
		padding-left: 5px;
	}
	.fancybox-navigation .fancybox-button--arrow_left {
		padding-left: 5px;
		padding-right: 5px;
	}
}


/* fixes */

form.wpcf7-form{
	max-width: 720px;
	margin: auto;
}

.form-control br{
	display: none;
}

.form-control .checkbox br{
	display: block;
}


form.wpcf7-form input[type="submit"]{
	width: auto;
	border-radius: 35.5px;
}

form.wpcf7-form .form-control_right{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	position: relative;
}

.form-control .ajax-loader{
	right: 120px;
	position: absolute;
	margin: auto;
}

form.wpcf7-form .wpcf7-response-output{
	border-color: #FEBD71;
    color: #fff;
    text-align: center;
    padding: 10px;
    line-height: 1;
}

.wpcf7-form .wpcf7-not-valid-tip{
	color: #fff;
	padding: 5px 0;
}

.news-one__item{
	padding: 0;
}

.top-btn{
	padding-bottom: 15px;
	position: relative;
}

.top-btn:after{
	content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
	height: 1px;
	left: 0;
    background-color: #d8232a;
}

@media screen and (min-width: 480px){
	.form-control .checkbox br{
		display: none;
	}
}

@media screen and (max-width: 480px){

	body section:last-child{
		padding-bottom: 360px;
	}

	form .form-row_center .form-control{
		width: 100%;
	}
	
	form .form-row_center .form-control .checkbox{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 0;
	}
	
	form .form-row_center .form-control .checkbox a{
		margin-left: 35px;
	}

	.section_news .wrapper{
		margin-bottom: 50px;
	}

	.section_gallery .tab-links{
		justify-content: center;
	}
}