/*put your css code here*/
.contactForm {
	font-size:1.15em;
	background:#dde8f0;
}
.contactFormWebinar {
	font-size:1.15em;
	background:#ffffff;
}
.contactForm img {
	float:left;width:18%;
}
.contactFormWebinar img {
	float:left;
	width:48%;
	margin-bottom: 50px;
}
.contactFormWebinar h2 {
    color: #181818;
    font-size: 25px;
    margin: -5px 0 14px 0;
}
.contactForm .container > div {
	float:right;width:77%;
}
.contactFormWebinar .container > div {
    float: right;
    width: 48%;
	text-align: justify;
	margin-bottom: 50px;
}
.contactForm .center a {
	padding:20px 94px;
	background:red;font-size:17px;
}
.contactFormWebinar .center a {
    padding: 20px 94px;
    font-size: 17px;
}
.contactForm .center {
	position:relative;top:-70px;z-index:5;
	text-align:center;
}
.contactFormWebinar .center {
    margin-bottom: 30px;
    z-index: 5;
    text-align: center;
	clear: both;
}
.popup {
	position:absolute;top:0;left:0;width:100%;height:100%;
	/*display:flex;align-items:center;justify-content:center;*/
	z-index:999;
	background:rgba(0,0,0,0.8);
}
.popup > div {
	margin:0 auto;padding:2%;max-width:500px;
	font-size:1.15em;
	background:#f6f6ef;
}
.popup input, .popup textarea {
	width:100%;height:59px;margin-bottom:20px;padding:11px;
	line-height:17px;font-size:16px;
	color:#181818;border:1px solid #d5d5d5;background:white;
}
.popup textarea {
	height:160px;
}
.popup input.btn-submit {background:#2285c4;}
.popup .error {
	color:red;font-style:italic;
}

.main-page div.tarif .trff-top-part {
	height:285px;
}
.main-page div.tarif .trff-top-part {
	padding-bottom:0;
	border-bottom:0;
}
.main-page div.tarif .trff-bot-part {
	padding-top:0;
	border-top:0;
}
.main-page div.tarif .trff-bot-part ul {
	height:236px;
}
.tadviser {
	padding-bottom:11px !important;
}
@media (min-width: 1200px) {
	div.tarif div.tarif-item:hover div.tarif-element {
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.39);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.39);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.39);
    z-index: 5;
}