* {
	box-sizing: border-box;
}

*:after,
*:before {
	display: inline-block;
	vertical-align: middle;
}

::placeholder {
	color: #6a6a6a;
	opacity: 1;
}

body {
	line-height: 1.2;
	font-size: 16px;
	color: #000;
	position: relative;
	font-family: 'GT Walsheim Pro', sans-serif;
	background: #fff;
	padding: 0;
	margin: 0;
	transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: inherit;
}

p {
	margin: 0;
}



img {
	vertical-align: middle;
	max-width: 100%;
	object-fit: cover;
}

a {
	transition: all 0.2s;
	color: inherit;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #6333a0;
	text-decoration: none;
}

button,
input,
textarea {
	transition: all 0.2s;
}

input,
textarea,
button,
.swiper-button {
	outline: none;
	border: 0;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important;
}

@media (min-width: 1451px) {
	.cn-container {
		max-width: 1450px;
	}
}

@media (min-width: 1630px) {
	.cn-container {
		max-width: 1600px;
	}
}

@media (max-width: 575px) {
	.cn-container {
		max-width: 320px;
	}
}
