/* 198, 90, 144 */

.header-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: rgba( 0, 0, 0, 0.3 );
}

.block-init {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrap {
	position: absolute;
	width: 100%;
	top: 100%;
	padding: 80px;
}
.block {
	width: 100%;
	padding: 30px;
}

.logo {
	width: auto;
	height: 100px;
}
.logo .st0, .logo .st1, .logo .st2 {
	fill: rgb( 255, 255, 255 );
}
.logo:hover .st0, .logo:hover .st1, .logo:hover .st2 {
	fill: rgb( 198, 90, 144 );
}
.hwrap {
	width: 100%;
	margin: 0 auto;
}
.index {
	float: left;
	width: auto;
	height: 60px;
	margin-left: 50px;
	cursor: pointer;
}
.nav-menu {
	float: right;
	margin-right: 50px;
	text-align: right;
}
.nav-menu-text {
	font-size: 10px;
	color: rgb( 255, 255, 255 );
	margin-right: 20px;
	font-family: FHeavy;
	line-height: 60px;
}
.nav-menu-text:last-child {
	margin-right: 0;
}
.nav-menu-text:hover {
	color: rgb( 198, 90, 144 );
	cursor: pointer;
}
.menu {
	position: absolute;
	top: 42.5%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	   -moz-transform: translateX(-50%) translateY(-50%);
	   		transform: translateX(-50%) translateY(-50%);
}
.menu ul {
	list-style-type: none;
	padding: 0;
}
.menu ul li {
	color: rgb( 255, 255, 255 );
	font-family: FHeavy;
	font-size: 10px;
	line-height: 165px;
}
.menu ul li:hover {
	cursor: pointer;
	color: rgb( 198, 90, 144 );
}

.header-text {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	color: rgb( 255, 255, 255 );
	font-size: 10px;
	font-family: FBlack;
}

.double-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.margin150 {
	margin-top: 150px;
}

.left-text {
	width: 47.5%;
}
.separation-text {
	width: 5%;
}
.right-text {
	width: 47.5%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.right-text img {
	width: 28%;
	margin: 20px;
	height: auto;
}
.right-text img:hover {
	cursor: default;
	-webkit-transform: scale(1.1, 1.1) !important;
	   -moz-transform: scale(1.1, 1.1) !important;
	   		transform: scale(1.1, 1.1) !important;
	-webkit-transition: all 0.5s ease !important;
	   -moz-transition: all 0.5s ease !important;
	   		transition: all 0.5s ease !important;
}

.hoverc, .hovercb {
	color: rgb( 35, 35, 35 );
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   		transition: all 0.5s ease;
}
.hovercb {
	font-size: 10px;
}
.hoverc:hover, .hovercb:hover {
	color: rgb( 198, 90, 144 );
	text-shadow: none;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	   		transition: all 0.5s ease;
}

.tc {
	color: rgb( 255, 255, 255 );
	font-size: 10px;
	text-align: justify;
	font-family: FRegular;
	margin-top: 40px;
}
.tc:first-child {
	margin-top: 0;
}
.hcft {
	font-size: 10px;
	font-family: FHeavy;
}
.hcft:hover {
	color: rgb( 198, 90, 144 );
}
.text {
	font-size: 10px;
	color: rgb( 255, 255, 255 );
	text-align: justify;
	font-family: FRegular;
}
.flex-text {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.flex-text span {
	display: block;
	width: 33.33%;
	color: rgb( 255, 255, 255 );
	font-family: FHeavy;
	font-size: 10px;
	text-align: center;
	line-height: 180%;
}
.flex-text span:hover {
	color: rgb( 198, 90, 144 );
	-webkit-transform: scale( 1.2, 1.2 ) !important;
	   -moz-transform: scale( 1.2, 1.2 ) !important;
	        transform: scale( 1.2, 1.2 ) !important;
	-webkit-transition: all 0.5s ease !important;
	   -moz-transition: all 0.5s ease !important;
	   		transition: all 0.5s ease !important;
}
.social, .protect {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.social a, .protect a {
	text-decoration: none;
	color: rgb( 255, 255, 255 );
	font-family: FMedium;
	min-width: 7%;
	font-size: 10px;
	margin: 10px;
	text-align: center;
}
.protect a {
	min-width: auto;
	color: rgb( 180, 180, 180 );
	font-size: 10px;
}
.social a:hover, .protect a:hover {
	cursor: pointer;
	color: rgb( 198, 90, 144 );
}

.chicle {
	color: rgb( 198, 90, 144 );
}
.skewLeft {
	width: 100%;
	height: 100px;
	background: rgb( 198, 90, 144 );
	-webkit-transform: rotate(-5deg) scaleX(2) !important;
	   -moz-transform: rotate(-5deg) scaleX(2) !important;
	   		transform: rotate(-5deg) scaleX(2) !important;
	opacity: 1;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	   		transition: all 1s ease;
}
.skewRight {
	width: 100%;
	height: 100px;
	background: rgb( 198, 90, 144 );
	-webkit-transform: rotate(5deg) scaleX(2) !important;
	   -moz-transform: rotate(5deg) scaleX(2) !important;
	   		transform: rotate(5deg) scaleX(2) !important;
	opacity: 1;
	-webkit-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	   		transition: all 1s ease;
}
.map {
	width: 100%;
	height: 400px;
	margin-top: 80px;
	margin-bottom: 80px;
	-webkit-transform: scale(1.1,1.1) !important;
	   -moz-transform: scale(1.1,1.1) !important;
	   		transform: scale(1.1,1.1) !important;
}
.marker {
	width: auto;
	height: 30%;
}
.location:hover {
	cursor: pointer;
	color: rgb( 198, 90, 144 );
}

.contactForm {
	width: 30%;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px;
}
.label {
	color: rgb( 255, 255, 255 );
	display: block;
	font-family: FMedium;
	font-size: 10px;
	padding: 10px 0px;
}
.required {
	color: rgb( 160, 160, 160 );
	font-size: 10px;
	font-style: italic;
}
.input {
	background: transparent;
	color: rgb( 255, 255, 255 );
	font-family: FRegular;
	padding: 12px;
	border: 2px solid rgb( 198, 90, 144 );
	width: 100%;
	border-radius: 20px;
	font-size: 10px;
}
.textarea {
	background: transparent;
	color: rgb( 255, 255, 255 );
	font-family: FRegular;
	padding: 12px;
	border: 2px solid rgb( 198, 90, 144 );
	width: 100%;
	border-radius: 20px;
	font-size: 10px;
	resize: none;
	height: 200px;
}
.submit {
	background: rgb( 198, 90, 144 );
	color: rgb( 255, 255, 255 );
	text-align: center;
	font-family: FMedium;
	font-size: 10px;
	padding: 20px;
	width: 100%;
	border: none;
	border-radius: 20px;
	margin-top: 20px;
}
.submit:hover {
	cursor: pointer;
	-webkit-filter: contrast(80%);
	   -moz-filter: contrast(80%);
	   		filter: contrast(80%);
}
.submit:active {
	-webkit-filter: contrast(100%) brightness(80%);
	   -moz-filter: contrast(100%) brightness(80%);
	   		filter: contrast(100%) brightness(80%);
}

.captcha {
	width: 100%;
	margin: 20px 0px;
}
.captcha label {
	color: rgb( 255, 255, 255 );
	font-family: FMedium;
	font-size: 10px;
	text-align: left;
	display: block;
}

.respond {
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	align-content: center;
}
.respond input[type="radio"] {
	display: none;
}
.respond label {
	text-align: center;
	width: 7%;
	padding: 1% 0px;
	border: 2px solid rgb( 198, 90, 144 );
	cursor: pointer;
}
.respond input[type="radio"]:checked + label {
	background: rgb( 198, 90, 144 );
}

.footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
.wrongRespond {
	display: none;
	color: rgb( 255, 255, 255 );
	background: rgb( 198, 90, 144 );
	text-align: center;
	min-width: 30%;
	max-width: 60%;
	text-wrap: nowrap;
	padding: 18px;
	border-radius: 15px;
	font-family: FMedium;
	margin: 0 auto;
	font-size: 10px;
}
.sendMSG {
	display: none;
	color: rgb( 255, 255, 255 );
	background: rgb( 198, 90, 144 );
	text-align: center;
	min-width: 30%;
	max-width: 70%;
	text-wrap: wrap;
	padding: 18px;
	border-radius: 15px;
	font-family: FMedium;
	margin: 0 auto;
	font-size: 10px;
	-webkit-transform: translateY(-50px);
	   -moz-transform: translateY(-50px);
	   		transform: translateY(-50px);
}
.bigger {
	font-size: 10px;
}
.description {
	width: 50%;
	margin: 20px auto;
	color: rgb( 255, 255, 255 );
	font-family: FRegular;
	font-size: 10px;
	text-align: center;
}