#talepform {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	clear: both;
	background: #fff;
	z-index: 2;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 200;
	background: #fff;
	transform: translateY(-100%);
	transition: all 1s cubic-bezier(1, 0, 0, 1);
	visibility: hidden
}

@media only screen and (min-width:320px) and (max-width:720px) {
	#talepform {
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch
	}
}

#talepform::-webkit-scrollbar {
	width: 4px!important
}

#talepform .mask {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .15);
	z-index: 1;
	opacity: 0;
	transition: all .2s cubic-bezier(.25, .8, .25, 1);
	-webkit-transition: all .2s cubic-bezier(.25, .8, .25, 1);
	visibility: hidden
}

#talepform .mask.active {
	opacity: 1;
	z-index: 100;
	visibility: visible
}

.talep,
.whatsapp {
	position: fixed;
	right: 45px;
	bottom: 260px;
	z-index: 20;
	-webkit-animation: talep 5s ease infinite;
	-moz-animation: talep 5s ease infinite;
	animation: talep 5s ease infinite
}

@media (max-width:767.98px) {
	.talep,
	.whatsapp {
		right: 10px;
		bottom: 250px
	}
	.talep img,
	.whatsapp img {
		max-width: 60px;
		width: 60px
	}
}

.talep:hover,
.whatsapp:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer
}

@-webkit-keyframes talep {
	0% {
		transform: translateY(-20%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-20%)
	}
}

@-moz-keyframes talep {
	0% {
		transform: translateY(-20%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-20%)
	}
}

@-o-keyframes talep {
	0% {
		transform: translateY(-20%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-20%)
	}
}

@keyframes talep {
	0% {
		transform: translateY(-20%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-20%)
	}
}

.talep:hover .svg:nth-child(2) svg,
.whatsapp:hover .svg:nth-child(2) svg {
	width: 33px
}

.talep:hover .svg svg,
.whatsapp:hover .svg svg {
	opacity: 1
}

.talep a,
.whatsapp a {
	outline: 0!important
}

.talep .svg:nth-child(2),
.whatsapp .svg:nth-child(2) {
	position: absolute;
	margin-left: 3px
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.talep .svg:nth-child(2),
	.whatsapp .svg:nth-child(2) {
		top: 25%;
		left: 23px
	}
}

.talep .svg:nth-child(2) svg,
.whatsapp .svg:nth-child(2) svg {
	width: 30px;
	max-height: 30px;
	height: auto;
	fill: #040001
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.talep .svg:nth-child(2) svg,
	.whatsapp .svg:nth-child(2) svg {
		width: 25px;
		max-height: 25px
	}
}

.talep .svg svg,
.whatsapp .svg svg {
	width: 75px;
	max-height: 75px;
	height: auto;
	fill: #040001;
	transition: all .5s ease-in-out
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.talep .svg svg,
	.whatsapp .svg svg {
		width: 60px;
		max-height: 60px
	}
}

.talep .title,
.whatsapp .title {
	font-family: "DIN Pro", arial;
	font-size: 17px;
	color: #007bff;
	display: block;
	width: 100%
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.talep .title,
	.whatsapp .title {
		font-size: 14px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.talep .title,
	.whatsapp .title {
		font-size: 16px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.talep .title,
	.whatsapp .title {
		font-size: 16px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.talep .title,
	.whatsapp .title {
		font-size: 16px
	}
}

@media (max-width:767.98px) {
	.talepform {
		display: table;
		align-items: center;
		-webkit-align-items: center;
		vertical-align: middle
	}
}

.talepform .title {
	font-size: 35px!important;
	font-family: "DIN Pro Medium", arial;
	color: #040001
}

.talepform .box {
	padding-left: 50px;
	padding-right: 50px
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.talepform .box {
		padding-left: 5px;
		padding-right: 5px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform .box {
		padding-left: 5px;
		padding-right: 5px
	}
}

.talepform .box form .form-group {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.talepform .box form .form-group {
		margin-bottom: 0
	}
}

.talepform .box form .form-group .spe_input {
	border-radius: 1px;
	padding: 13px;
	height: auto;
	background: #fff;
	border: 1px solid #1d1d1d;
	font-family: "DIN Pro", arial;
	box-shadow: inset 0 1px 1px transparent!important;
	-webkit-box-shadow: inset 0 1px 1px transparent!important;
	font-size: 16px;
	color: #0d9fff;
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.talepform .box form .form-group .spe_input {
		font-size: 13px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.talepform .box form .form-group .spe_input {
		font-size: 15px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.talepform .box form .form-group .spe_input {
		font-size: 15px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.talepform .box form .form-group .spe_input {
		font-size: 15px
	}
}

.talepform .box form .form-group .spe_input:focus {
	border-color: #8e8e8e;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px #67141c!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px transparent!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px transparent!important;
	color: #040001
}

.talepform .box form .form-group .spe_input::placeholder {
	color: #a2a2a2;
	font-size: 14px;
	font-family: din-regular, sans-serif
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 11px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 13px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 13px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.talepform .box form .form-group .spe_input::placeholder {
		font-size: 13px
	}
}

.talepform .box form .form-group .bottom {
	margin-bottom: 0
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.talepform .box form .form-group .bottom {
		margin-bottom: 0
	}
}

.talepform .box form .form-group .button {
	border: 2px solid #1d1e23;
	max-width: 100%;
	width: 100%;
	padding: 2px
}

.talepform .box form .form-group .button:hover {
	border-color: #020000
}

.talepform .box form .form-group .button:hover button {
	color: #fff;
	background-color: #020000!important
}

.talepform .box form .form-group .button button {
	background: #f7a336!important;
	color: #fff;
	border-radius: 0;
	width: 100%!important
}

.talepform .box form .form-group h3 {
	margin-top: 0;
	font-family: "DIN Pro", arial;
	font-size: 20px;
	color: #de8108;
	margin-bottom: 8px;
	font-weight: 500
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.talepform .box form .form-group h3 {
		font-size: 17px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.talepform .box form .form-group h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.talepform .box form .form-group h3 {
		font-size: 19px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.talepform .box form .form-group h3 {
		font-size: 19px
	}
}

.talepform .box form .invalid {
	background-color: transparent!important;
	background: 0 0!important;
	color: #040001!important
}

[type=checkbox]:checked+span:not(.lever):before {
	border-bottom: 2px solid rgba(13, 159, 255, .788235);
	border-right: 2px solid rgba(13, 159, 255, .788235)
}

.talepform_image {
	background: #020000;
	height: 100%;
	background-size: cover!important;
	padding: 0!important;
	clear: right!important;
	width: 100%!important
}

.talepform_image svg {
	width: 400px;
	height: 400px;
	fill: #fff
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform_image svg {
		max-width: 250px
	}
}

.talepform_image h3.title {
	font-family: din-regular, sans-serif;
	font-size: 22px;
	color: #fff;
	display: block;
	text-align: center;
	text-align: -webkit-center;
	width: 100%;
	font-style: italic
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.talepform_image h3.title {
		font-size: 19px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.talepform_image h3.title {
		font-size: 21px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.talepform_image h3.title {
		font-size: 21px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.talepform_image h3.title {
		font-size: 21px
	}
}


.whatsapp {
	position: fixed;
	right: 45px;
	bottom: 160px;
	z-index: 19;
	-webkit-transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-animation: talep 15s ease infinite;
	-moz-animation: talep 15s ease infinite;
	animation: talep 15s ease infinite
}

@media (max-width:767.98px) {
	.whatsapp {
		right: 10px;
		bottom: 150px
	}
}

.whatsapp:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
	cursor: pointer
}

@-webkit-keyframes talep {
	0% {
		transform: translateY(-40%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-40%)
	}
}

@-moz-keyframes talep {
	0% {
		transform: translateY(-40%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-40%)
	}
}

@-o-keyframes talep {
	0% {
		transform: translateY(-40%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-40%)
	}
}

@keyframes talep {
	0% {
		transform: translateY(-40%)
	}
	50% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-40%)
	}
}

.whatsapp img {
	max-width: 80px;
	width: 80px;
	height: 80px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg)
}

@media (min-width:576px) and (max-width:1199.98px) {
	.whatsapp img {
		max-width: 70px;
		width: 70px;
		height: 70px
	}
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.whatsapp img {
		max-width: 55px;
		width: 55px;
		height: 55px
	}
}



.w-100 {
	width: 100%!important
}


.mobile-contact {
	position: fixed;
	bottom: 0;
	margin-bottom: -20px;
	background: #fff;
	z-index: 101;
	box-shadow: 2px 7px 6px 8px #404040;
	-webkit-box-shadow: 2px 7px 6px 8px #404040;
	transition: all 1s cubic-bezier(1, 0, 0, 1);
	-webkit-transition: all 1s cubic-bezier(1, 0, 0, 1);
	-moz-transition: all 1s cubic-bezier(1, 0, 0, 1);
	-o-transition: all 1s cubic-bezier(1, 0, 0, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.mobile-contact.passive {
	transform: translateY(110%);
	-webkit-transform: translateY(110%)
}

.mobile-contact ul.list {
	padding: 0;
	position: relative;
	float: left;
	margin: 0;
	width: 100%
}

.mobile-contact ul.list li {
	width: 33.3333333333%;
	float: left;
	position: relative;
	padding: 12px;
	display: flex;
	justify-content: center;
	align-items: center
}

.mobile-contact ul.list li figure {
	margin: 0
}

.mobile-contact ul.list li figure img {
	max-width: 45px;
	width: 45px;
	display: block;
	margin: 0 auto
}

.mobile-contact ul.list li figure figcaption {
	margin-top: 3px
}

.mobile-contact ul.list li figure figcaption span {
	font-family: "DIN Pro", arial;
	font-size: 16px;
	color: #ccc;
	display: block;
	width: 100%
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 13px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 15px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 15px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.mobile-contact ul.list li figure figcaption span {
		font-size: 15px
	}
}

.d-block {
	display: block!important
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}


	.center {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center
}



.formClose {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	text-align: center;
	z-index: 3;
	background-color: #000;
	color: #fff;
	line-height: 22px;
	font-size: 50px;
	cursor: pointer
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.formClose {
		font-size: 47px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.formClose {
		font-size: 49px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.formClose {
		font-size: 49px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.formClose {
		font-size: 49px
	}
}

.formClose:hover svg {
	fill: #ffcb05
}

.formClose svg {
	width: 20px;
	fill: #fff;
	height: 25px;
	padding: 2px;
	transition: all .3s ease 0
}



.popup {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .75)
}

.popup-inner {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 0 2px 6px #000;
	border-radius: 3px;
	background: #fff
}

@media only screen and (min-width:320px) and (max-width:720px) {
	.popup-inner {
		width: 83.3333333333%
	}
}

.popup-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	transition: ease .25s all;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	border-radius: 1000px;
	background: #fff;
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	text-align: center;
	line-height: 100%;
	color: #040001;
	box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .188235);
	-webkit-box-shadow: 0 2px 5px 4px rgba(0, 0, 0, .188235)
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:320px) and (max-width:568px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:375px) and (max-width:667px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:414px) and (max-width:736px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:1024px) and (max-width:1300px) {
	.popup-close {
		font-size: 17px
	}
}

@media only screen and (min-width:1300px) and (max-width:1400px) {
	.popup-close {
		font-size: 19px
	}
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
	.popup-close {
		font-size: 19px
	}
}

@media only screen and (min-width:1600px) and (max-width:1680px) {
	.popup-close {
		font-size: 19px
	}
}

.popup-close:hover {
	background: #ffcb05
}

.popup-close:hover .icon-bar {
	background: #fff
}

.popup-close .icon-bar {
	width: 17px;
	height: 3px!important;
	background: #050306;
	z-index: 999;
	position: absolute;
	clear: both;
	color: red;
	display: block;
	transition: .25s ease-in-out
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.popup-close .icon-bar {
		right: 5px
	}
}

.popup-close .icon-bar:nth-child(1) {
	transform: rotate(-45deg)!important
}

.popup-close .icon-bar:nth-child(2) {
	transform: rotate(45deg)!important
}

.d-flex {
	display: flex!important
}


