body {
	/*max-width: 1920px;*/
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif !important;
	min-width: 295px;
	color: #b22e39;
	font-size: 15px;
	margin: 0 auto;
	/*background: #b22e39;*/
}

header {
	width: 100%;
	min-height: 108px;
	background: #b22e39;
	position: relative;
}

body a {
	cursor: pointer;
	text-decoration: none;
}

body h1 {
	font-size: 36px;
	color: #b22e39;
	font-weight: bold;
	line-height: 46px;
}

body.style-sign-default .body h1 {
	font-size: 10px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	overflow: hidden;
	font-weight: normal;
}

body h2 {
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	line-height: 46px;
}

img {
	max-width: 100%;
	height: auto;
}

.hidden {
	display: none;
}

.text-center {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

.button, .button2 {
	width: 188px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	float: left;
	font-weight: bold;
	white-space: nowrap;
}

.button {
	background: #ffffff;
	color: #b22e39;
	border: 1px solid #b22e39;
}

.button2 {
	background: #b22e39;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button2, a.button2:focus, a.button2:link {
	background: #b22e39;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button:hover {
	color: #b22e39;
	/* background: #b22e39;
	color: #ffffff;
	 border: 1px solid #ffffff;
	 text-decoration: none;*/
}

.button2:hover {
	color: #ffffff;
	/* background: #ffffff;
	color: #b22e39;
	border: 1px solid #b22e39;
	text-decoration: none;*/
}

.buttons {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.central-div {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.cookies-alert {
	position: fixed;
	width: 100%;
	z-index: 9999;
	bottom: 0;
}

.cookies-alert button {
	background: #ffffff;
	color: #b22e39;
	border: 1px solid #b22e39;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #ffffff !important;
	opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #ffffff !important;
	opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #ffffff !important;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #ffffff !important;
	opacity: 1;
}


/*
*   BANNERS
*/
.banners {
	position: absolute;
	width: calc((100% - (1200px + 40px)) / 2);
	top: 880px;
	padding: 0 5px;
}

.left-banners {
	left: 10px;
}

.right-banners {
	right: 10px;
}

.banners .banner {
	min-height: 50px;
	width: 100%;
	max-width: 380px;
	margin-bottom: 20px;
	overflow: hidden;
}

.left-banners .banner {
	float: right;
}

.right-banners .banner {
	float: left;
}

/*
* POPUP BANNER
*/
.banner-popup {
	display: none;
	position: fixed;
	top: 20px;
	bottom: 20px;
	left: 20px;
	max-width: calc(100% - 40px);
	border-radius: 10px;
	border: 10px solid #b22e3a;
	background: #ffffff;
	z-index: 99999;
	padding: 15px;
}

.banner-popup .close {
	position: absolute;
	top: -10px;
	right: -5px;
	background: #b22e3a;
	opacity: 1;
	width: 25px;
	height: 25px;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
}

.banner-popup .banner-popup-content {
	float: left;
	width: 100%;
	overflow-y: auto;
	height: 100%;
}

/*
* MODAL
*/
div.modal-dialog-login input::-webkit-input-placeholder {
	color: #503b33 !important;
	opacity: 1;
}

div.modal-dialog-login input:-moz-placeholder {
	color: #503b33 !important;
	opacity: 1;
}

div.modal-dialog-login input::-moz-placeholder {
	color: #503b33 !important;
	opacity: 1;
}

div.modal-dialog-login input:-ms-input-placeholder {
	color: #503b33 !important;
	opacity: 1;
}

div.modal-dialog-login {
	max-width: 400px;
}

div.modal-dialog-login div.modal-header {
	border: none;
	background: #b22e39;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
	max-height: 55px;
}

div.modal-dialog-login div.modal-header h4 {
	font-size: 15px;
}

div.modal-dialog-login div.modal-header button {
	color: #FFFFFF;
	opacity: 1;
}

div.modal-dialog-login button.button2, div.modal-dialog-login button.button2:hover,
div.modal-dialog-login form input[type="submit"], div.modal-dialog-login form input[type="submit"]:hover {
	padding: 0;
	width: 100%;
	border-radius: 0;
	border-color: #b22e39;
	background: #b22e39;
}

div.modal-dialog-login button.button2:hover, div.modal-dialog-login form input[type="submit"]:hover {
	text-decoration: underline;
}

div.modal-dialog-login form {
	overflow: hidden;
}

div.modal-dialog-login form input:not([type="submit"]) {
	background: #dfdce4;
	color: #503b33;
}

div.modal-dialog-login div.modal-body {
	overflow: hidden;
	background: #e3edf6;
	padding: 30px 30px 15px 30px;
}

div.modal-dialog-login div.modal-footer {
	overflow: hidden;
	background: #e3edf6;
	border: none;
	border-radius: 0 0 5px 5px;
	padding: 0px 30px 30px 30px
}

div.modal-dialog-login div.modal-footer a {
	float: left;
	color: #c36f79;
	width: 50%;
	padding-right: 10px;
	text-align: left;
}

div.modal-dialog-login div.modal-footer a:last-of-type {
	text-align: right;
	padding-right: 0px;
}

div.modal-dialog-login ul.errors {
	padding: 0 0 0 15px;
}

div.modal-dialog-login .button-checkbox {
	float: left;
	height: 100%;
}

div.modal-dialog-confirm .modal-body {
	 padding: 30px;
	 background: #e3edf6;
}

div.modal-dialog-confirm .modal-footer {
	padding: 10px;
	background: #e3edf6;
	border-radius: 0 0 5px 5px;
}

div.modal-dialog-confirm div.modal-header {
	border: none;
	background: #b22e39;
	color: #FFFFFF;
	border-radius: 5px 5px 0 0;
	max-height: 55px;
	padding-left: 35px;
}

div.modal-dialog-confirm div.modal-header h4 {
	font-size: 15px;
}

div.modal-dialog-confirm div.modal-header button {
	color: #FFFFFF;
	opacity: 1;
	font-size: 30px;
	margin-top: -15px;
}

div.modal-dialog-confirm div.modal-footer button {
	background: #FFFFFF;
	color: #b22e39;
	border: 1px solid #b22e39;
}

div.modal-dialog-confirm div.modal-footer a {
	color: #FFFFFF;
	background: #b22e39;
	border: 1px solid #b22e39;
}

/*
*   ERROR
*/
ul.errors {
	padding: 0 0 10px 15px;
}

ul.errors li {
	color: #b22e39;
}

.register-form ul.errors {
	background: #ffff00;
	padding: 10px 30px;
	font-weight: bold;
}

.register-form ul.errors li {
	list-style: none;
}

.register-form ul.errors li:after {
	content: ' !';
}

.register-form ul.errors li:before {
	content: '! ';
}

/**
 *  TOOLTIP
 */
.tooltiper {
	cursor: pointer;
	text-decoration: underline;
}

.tooltip-templates {
	display: none;
}

.tooltipster-base {
	pointer-events: auto;
	max-width: 400px;
}

.tooltipster-base .tooltipster-content {
	font-size: 12px;
	padding: 3px;
	height: 100%;
	width: 100%;
}

.tooltipster-base .tooltipster-content > span {
	padding: 6px 14px;
	width: 100%;
	height: 100%;
	float: left;
}

.tooltipster-base .tooltipster-content a {
	color: #fFFFFF;
	text-decoration: underline;
}

.tooltipster-base .tooltipster-content p {
	text-align: justify;
}


.btn-center {
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.btn-center a.button2, .btn-center a.button {
	float: none;
	padding: 12px 32px;
	text-transform: uppercase;
	display: unset;
	height: auto;
	min-width: 188px;
	width: auto;
	font-size: 20px;
}

/*
*   HEADER
*/
header a.logo {
	position: absolute;
	width: 40%;
	min-width: 200px;
	left: 30%;
	right: 30%;
	background: url(/imgs/eunicz/public/logo.png) #b22e39 no-repeat center;
	height: 108px;
	z-index: 5;
}

header a.button {
	float: right;
	margin-right: 20px;
}

header a.button, header a.button2 {
	margin-top: 33px;
}

header div.central-div {
	height: 108px;
}

header .button {
	background: #ffffff;
	height: 42px;
	color: #b22e39;
	width: 190px;
}

/*header .button:hover{
    background: #b22e39;
    border: 1px solid #ffffff;
    color: #ffffff;
    height: 40px;
    width: 188px;
}*/

.navig-menu {
	display: block;
}

#news-box-slider {
	margin-bottom: 20px;
}

/*
*   OWL
*/
.owl-controls {
	position: absolute;
	bottom: 10px;
	right: 24px;
}

.owl-theme .owl-controls .owl-page span {
	margin: 2px 5px;
}

.owl-controls .owl-buttons {
	display: none;
}

/*
div.workshop-block div.top-div .owl-row:nth-child(2) .owl-controls .owl-page span{
    background: #edcacd;
}
div.workshop-block div.top-div .owl-slider:nth-child(2) .owl-controls .active span{
    background: #b22e39;
}
div.workshop-block div.top-div .owl-slider:nth-child(3) .owl-controls .owl-page span{
    background: #8fbbdc;
}
div.workshop-block div.top-div .owl-slider:nth-child(3) .owl-controls .active span{
    background: #e2ecf5;
}
*/
.owl-slider {
	position: relative;
	background: #ffffff;
	overflow: hidden;
	width: calc(100% - 280px);
}

/*
*   NAVIG
*/
.navig-btn {
	border-left: 1px solid rgba(255, 255, 255, .2);
	display: none;
	height: 100%;
	padding: 28px 25px 25px 25px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 90px;
}

.navig-btn span {
	float: left;
	width: 100%;
	margin-bottom: 24%;
	background: #ffffff;
	height: 5px;
	border-radius: 1px;
}

.slideUp {
	max-height: 0;
	overflow: hidden;
	transition-property: height;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.slideDown {
	max-height: 200px;
	overflow: hidden;
	transition-property: height;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*
*   INFO BLOCK
*/

.info-block {
	width: 100%;
	float: left;
	padding: 40px;
}

.info-block .logo {
	position: absolute;
	right: 0;
	top: 0;
	background: url(..//imgs/eunicz/public/logo.png) no-repeat center/100px auto;
	width: 100px;
	height: 60px;
	margin-top: -10px;
}

div.info-block .dots {
	font-size: 70px;
	opacity: 0.5;
	color: #ffffff;
	position: absolute;
	right: -16px;
	top: 25%;
	height: 20px;
	width: 60px;
	text-align: center;
	line-height: 1px;
	letter-spacing: -2px;
}

div.info-block h2 {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 40px;
	margin-top: 0;
}

div.info-block h2 small {
	color: #ffffff;
	font-size: 60%;
	display: block;
}

div.info-block .central-div > div {
	width: 100%;
	float: left;
}

@media screen and (max-width: 990px) and (min-width: 830px) {
	div.info-block .col-sm-6 {
		width: 25%;
	}
}

@media screen and (max-width: 995px) {
	div.info-block .dots {
		display: none;
	}
}

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

	.info-block .logo {
		float: left;
		width: 100%;
		margin: 0 0 10px 0;
		position: relative;
	}

	div.info-block h2 {
		margin-bottom: 10px;
	}

}

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

	body {
		font-size: 17px;
	}

	div.info-block .central-div > div > div {
		width: 100%;
		float: left;
	}

	div.info-block h2 {
		margin-bottom: 20px;
	}

	div.info-block h2 small {
		padding-top: 10px;
	}

	.info-block .logo {
		margin-bottom: 20px;
	}

}

.info-item {
	width: 130px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.info-item .info-icon {
	border-radius: 50%;
	width: 130px;
	height: 130px;
	position: relative;
	background: #b22e39;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
	z-index: 9;
}

.info-item .info-icon div {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% auto;
	position: absolute;
	top: 5px;
	left: 5px;
}

div.info-block .central-div div div:nth-child(1) .info-item .info-icon div {
	background-image: url('/imgs/eunicz/public/icon-sign.png');
}

div.info-block .central-div div div:nth-child(2) .info-item .info-icon div {
	background-image: url('/imgs/eunicz/public/icon-workshop.png');
}

div.info-block .central-div div div:nth-child(3) .info-item .info-icon div {
	background-image: url('/imgs/eunicz/public/icon-test.png');
	background-size: auto 60%;
}

div.info-block .central-div div div:nth-child(4) .info-item .info-icon div {
	background-image: url('/imgs/eunicz/public/icon-certificate.png');
}

.info-item .info-text {
	border-radius: 0 0 10px 10px;
	width: 130px;
	background: #b22e39;
	position: relative;
	padding: 85px 10px 10px 10px;
	z-index: 5;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.4);
	margin-top: -80px;
}

.info-item .info-text div {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	height: 74px;
	vertical-align: middle;
	display: table-cell;
	font-size: 11px;
}

.info-item .info-text div small {
	font-weight: normal;
}


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

	.info-item {
		width: 160px;
		margin-bottom: 0px;
	}

	.info-block .central-div div div:nth-child(1) .info-item,
	.info-block .central-div div div:nth-child(2) .info-item {
		margin-bottom: 40px;
	}

	.info-item .info-icon {
		width: 160px;
		height: 160px;
	}

	.info-item .info-icon div {
		width: 150px;
		height: 150px;
	}

	.info-item .info-text {
		width: 160px;
	}

	.info-item .info-text div {
		height: 94px;
		font-size: 13px;
	}
}

@media screen and (max-width: 430px) {
	.info-item {
		margin-bottom: 40px;
	}

	.info-block .central-div div div:last-of-type .info-item {
		margin-bottom: 10px;
	}
}

/*
*   LINE BLOCK
*/

.line-block {
	float: left;
	width: 100%;
}

.line-block .line-div {
	width: 100%;
	height: 100px;
	float: left;
	background: #b22e39;
	color: #ffffff;
	padding: 20px;
}

.line-block .line-div .box-wrapper {
	max-width: 1460px;
	margin: 0 auto;
}

.line-block .line-div a {
	color: #ffffff;
	margin-bottom: 10px;
}

.line-block .line-div a:last-of-type {
	margin-bottom: 0px;
}

.line-block .line-div a div.doctor {
	background: url('/imgs/eunicz/public/doctor2.png') no-repeat right center/auto 60px;
	height: 60px;
	width: 60px;
}

.line-block .line-div a:hover div.doctor {
	background-image: url('/imgs/eunicz/public/doctor.png')
}

.line-block .line-div a div.worker {
	background: url('/imgs/eunicz/public/worker2.png') no-repeat right center/auto 60px;
	height: 60px;
	width: 60px;
}

.line-block .line-div a:hover div.worker {
	background-image: url('/imgs/eunicz/public/worker.png')
}

.line-block .line-div a div.pharmacist {
	background: url('/imgs/eunicz/public/pharmacist2.png') no-repeat right center/auto 60px;
	height: 60px;
	width: 60px;
}

.line-block .line-div a:hover div.pharmacist {
	background-image: url('/imgs/eunicz/public/pharmacist.png')
}

.line-block .line-div a div:nth-child(2) span:nth-child(1) {
	font-weight: bold;
	font-size: 17px;
}

.line-block .line-div a div:nth-child(2) span:nth-child(2) {
	font-size: 14px;
}

.line-block .line-div a div:nth-child(2) {
	padding-top: 10px;
	padding-left: 5px;
}

@media screen and (max-width: 1280px) {
	.line-block .line-div {
		height: 120px;
	}

}

@media screen and (max-width: 990px) {
	.line-block .line-div {
		height: auto;
	}
}

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

	.line-block .line-div a {
		margin-bottom: 15px;
	}

	.line-block .line-div > a > div {
	}
}

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

	.line-block .line-div {
		padding: 20px;
	}

	.line-block .line-div a {
		margin: 0 0 18px 0;
		padding: 0;
	}

	.line-block .line-div a > div:last-of-type {
		padding: 0;
	}

	.line-block .line-div a, .line-block .line-div a > div:last-of-type span {
		padding-right: 0;
	}
}

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

	.line-block .line-div {
		height: auto;
	}

	.line-block .line-div a div.doctor, .line-block .line-div a div.worker, .line-block .line-div a div.pharmacist {
		background-size: 40px;
		height: 40px;
		width: 40px;
	}

	.line-block .line-div a > div > span:nth-child(1) {
		font-size: 14px !important;
	}
}

/*
*   REGISTRATION-FORM
*/

div#registration-form {
	height: auto;
}

div#registration-form .form form {
	margin-top: 30px;
}

div#registration-form .form > div {
	width: 100%;
	text-align: justify;
	margin: 30px auto 0 auto;
	display: block;
}

div#registration-form form > div.txt {
	text-align: center;
	margin: 15px 0;
}

div#registration-form form div.agree-specialist {
	display: none;
	text-align: center;
}

/*
* BLOCK COLOR
*/
.blue-block {
	background-color: #e2ecf5;
}

.white-block {
	background-color: #fff;
}

.red-block {
	background-color: #b22e39;
	color: #ffffff;
}

.black-block {
	background-color: #2f3030;
	color: #ffffff;
}

div.blue-block {
	padding-bottom: 50px;
}

div.blue-block h2, div.white-block h2 {
	width: 100%;
	color: #b22e39;
	font-size: 30px;
	padding-left: 10px;
	max-width: 1800px;
	margin: 0 auto;
}

div.red-block h2 {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	padding-left: 10px;
}

h1.center, h2.center, h3.center, h4.center {
	text-align: center;
}

/*
*   DEFAULT-BLOCK
*/
div.default-block {
	width: 100%;
	float: left;
	display: block;
	padding: 30px;
}

div.default-block form textarea {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #eccbcd;
	color: #b22e39;
	border: 1px solid #eccbcd;
	padding: 5px 10px;
	margin-bottom: 15px;
	min-height: 200px;
}

div.default-block form input:not([type=submit]) {
	float: left;
	width: 100%;
	border-radius: 5px;
	background: #eccbcd;
	color: #b22e39;
	border: 1px solid #eccbcd;
	padding: 5px 10px;
	margin-bottom: 10px;
}

div.default-block div.central-div > div.form-wrap {
	width: 300px;
}

/*
*   HEAD-BLOCK
*/
div.head-block {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	float: left;
	display: block;
	height: 740px;
	padding-bottom: 245px;
}

.style-sign-default div.head-block {
	background-image: url(/imgs/eunicz/public/bg.jpg);
}

div.head-block-bg {
	margin: 0 auto;
	float: none;
	width: 100%;
	display: table;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(206, 208, 209, 0) 38%, rgba(126, 130, 134, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(206, 208, 209, 0) 38%, rgba(126, 130, 134, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(206, 208, 209, 0) 38%, rgba(126, 130, 134, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#7e8286', GradientType=1); /* IE6-9 */

}

@media screen and (max-width: 1200px) {
	.style-sign-default div.head-block {
		background-image: url(/imgs/eunicz/public/bg2.jpg);
	}
}

div.head-block div.central-div {
	z-index: 100;
}

div.head-block img.background-img {
	position: absolute;
}

div.head-block div.right-block,
div.head-block div.left-block {
	margin-top: 230px;
	width: 50%;
	height: 250px;
	float: left;
	padding: 0 50px;
	height: auto;
}

div.head-block {
}

div.head-block div.left-block,
div.head-block div.right-block {
	margin-top: 20px;
	width: 50%;
	position: relative;
}

div.head-block div.left-block {
	padding-top: 80px;
	background-image: url(/imgs/eunicz/public/doctor-person-small.png);
	background-position: left bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

@media screen and (min-width: 1670px) {
	div.head-block div.left-block #head-doctor {
		margin-right: 120px;
	}
}

@media screen and (min-width: 1755px) {
	div.head-block div.left-block #head-doctor {
		margin-right: 80px;
	}
}

@media screen and (max-width: 980px) {
	div.head-block div.left-block {
		background-image: url(/imgs/eunicz/public/doctor-person-small.png);
	}
}

@media screen and (max-width: 880px) {
	div.head-block {
		background-size: 100% auto;
	}
}

@media screen and (max-width: 780px) {
	div.head-block-bg {
		background-position: cover !important;
	}
}

div.head-block div.right-block {
	padding-left: 150px;
}

div.head-block div.left-block span, div.head-block div.left-block div,
div.head-block div.right-block span, div.head-block div.right-block div {
	float: left;
	width: 100%;
}

div.head-block div.right-block #head-title {
	font-size: 28px;
	line-height: 150%;
	font-weight: normal;
	margin-top: 30px;
	width: 100%;
	color: #ffffff;
	max-width: 640px;
}

div.head-block div.left-block #head-doctor {
	margin-top: 140px;
	font-size: 16px;
	float: right;
	width: 380px;
	margin-bottom: 20px;
}

div.head-block div.left-block #head-doctor span {
	color: #000000;
	font-size: 13px;
}

div.head-block div.left-block #head-doctor span:first-of-type {
	padding: 10px 0;
	width: auto;
	font-size: 16px;
}

/*
*   WORKSHOP-BLOCK
*/
div.workshop-block {
	width: 100%;
	float: left;
	background-color: #b22e39;
	padding-bottom: 40px;
}

div.workshop-block h2 {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 40px;
}

div.workshop-block h2 small {
	color: #ffffff;
	font-size: 60%;
	display: block;
	padding-top: 10px;
}

div.workshop-block div.top-div {
	width: 100%;
	height: auto;
	float: left;
	margin-top: -375px;
	max-height: 655px;
}

div.workshop-block div.top-div div.row-block {
	/*height: calc(50% - 45px);*/
	overflow: hidden;
}

div.workshop-block div.top-div div.row-block h3,
div.workshop-block div.top-div div.row-block p {
	float: left;
	width: 100%;
}

div.workshop-block div.top-div .central-block {
	height: 100%;
	overflow: hidden;
	position: relative;
}

div.workshop-block div.top-div .central-block div.first,
div.workshop-block div.top-div .central-block div.second {
	float: left;
	min-height: 280px;
}

div.workshop-block div.top-div .central-block img {
	min-height: 280px;
	width: 100%;
}

div.workshop-block div.top-div .central-block div h3 {
	margin-top: 0;
}

div.workshop-block div.top-div .central-block .first {
	width: 280px;
	background: #ffffff;
}

div.workshop-block div.top-div div.owl-row:first-child .second,
div.workshop-block div.top-div div.owl-row:last-child .first {
	padding: 30px 30px 85px 30px;
	position: relative;
}

div.workshop-block div.top-div .central-block .owl-row:last-child .second {
	width: calc(100% - 280px);
	background: #ffffff;
}

div.workshop-block div.top-div div.next-down {
	width: 100%;
	height: 95px;
}

div.workshop-block div.top-div div.next-down a {
	width: 100px;
	height: 100px;
	color: #b22e39;
	text-align: center;
}

div.workshop-block div.top-div div.next-down span {
	width: 115px;
	line-height: 100px;
	margin: 0 auto;
	display: block;
	position: relative;
	background: url(/imgs/eunicz/public/next-down.png) no-repeat top center;
}

#click-down {
	display: none;
}

div.workshop-block div.top-div .button {
	position: absolute;
	bottom: 35px;
	left: 30px;
}

div.workshop-block div.down-div h2 {
	max-width: 648px;
	margin: 0 auto;
	margin-bottom: 43px;
	margin-top: 310px;
}

div.workshop-block div.down-div {
	color: #ffffff;
	text-align: center;
	float: none;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

div.workshop-block div.down-div div.column {
	position: relative;
}

div.workshop-block div.down-div div.column > div.line {
	position: absolute;
	right: 0;
	width: 1px;
	top: 40px;
	bottom: 40px;
	border-right: 1px solid rgba(255, 255, 255, .15);
	height: auto;
}

div.workshop-block div.down-div div.column img {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 130px;
	margin-bottom: 20px;
	height: 130px;
}

div.workshop-block div.down-div div.column span {
	font-weight: bold;
	width: 100%;
	float: left;
	margin-bottom: 15px;

}

div.workshop-block div.down-div div.column div {
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
	display: block;
	min-height: 140px;
}

div.workshop-block div.down-div div.column .button {
	margin: 0 auto;
	display: block;
	float: none;
	font-size: 20px;
}

@media screen and (max-width: 1092px) and (min-width: 990px) {
	div.workshop-block div.down-div div.column span {
		height: 30px;
	}
}

@media screen and (max-width: 1270px) and (min-width: 990px) {
	div.workshop-block div.down-div div.column div {
		height: 170px;
	}
}

@media screen and (max-width: 1020px) and (min-width: 990px) {
	div.workshop-block div.down-div div.column div {
		height: 190px;
	}
}

@media screen and (max-width: 873px) and (min-width: 768px) {
	div.workshop-block div.down-div div.column div {
		min-height: 160px;
	}

	div.workshop-block div.down-div div.column div:not(.line):last-of-type {
		min-height: 140px;
	}
}

@media screen and (max-width: 770px) {
	div.workshop-block div.down-div div.column {
		width: 100%;
	}

	div.workshop-block div.down-div div.column div {
		height: auto;
		min-height: auto;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	div.workshop-block div.down-div div.column div.line.second {
		display: none;
	}
}

@media screen and (max-width: 470px) {
	div.workshop-block {
		padding: 20px;
		padding-bottom: 40px;
	}
}

/*
*   PUBLICITY-BLOCK
*/
div.publicity-block {
	float: left;
	width: 100%;
}

div.publicity-block .publicity-div {
	width: 100%;
	text-align: center;
	height: 45px;
	background: #ffffff;
	color: #000000;
	font-weight: 600;
	line-height: 45px;
	vertical-align: middle;
}

div.publicity-block .row {
	margin: 0;
}

div.publicity-block .row div {
	height: 223px;
}

div.publicity-block div.row > div {
	color: #ffffff;
	padding: 0;
}

div.publicity-block div.row > div span {
	font-weight: bold;
	text-transform: uppercase;
}

div.publicity-block div.row > div p {
	padding-top: 5px;
}

div.publicity-block .onmouse h3 {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 15px;
	background: #b22e39;
	margin: 0 auto;
	padding: 0 0 0 20px;
	line-height: 50px;
	max-width: 640px;
}

div.publicity-block .onmouse div {
	float: none;
	display: block;
	margin: auto;
	text-align: center;
	width: 220px;
	height: auto !important;
	margin-top: 40px;
}

div.publicity-block .onmouse {
	width: 100%;
	display: block;
	max-width: 640px;
	margin: 0 auto;
	height: 223px;
	color: #ffffff;
	text-decoration: none;
}

div.publicity-block .onmouse:hover {
	background: rgba(178, 46, 57, .7);
}

div.publicity-block .onmouse > h3, div.publicity-block .onmouse > div {
	display: none;
}

div.publicity-block .onmouse:hover > h3, div.publicity-block .onmouse:hover > div {
	display: block !important;
}

/*
*   BENEFITS-BLOCK
*/
div.benefits-block {
	float: left;
	width: 100%;
	text-align: center;
	padding: 30px 0 20px 0;
	position: relative;
	overflow: hidden;
}

div.benefits-block h2 {
	max-width: none;
	font-size: 30px;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
}

div.benefits-block span {
	float: left;
	width: 100%;
}

div.benefits-block img {
	margin-bottom: 40px;
}

div.benefits-block p {
	float: left;
	width: 100%;
}

div.benefits-block .btn {
	width: 100%;
	position: absolute;
	height: auto;
	bottom: -93px;
	left: 0;
}

div.benefits-block .button2 {
	display: block;
	margin: 0 auto;
	position: relative;
	float: none;
	border: 1px solid #b22e39;
	padding: 0;
}

div.benefits-block div.central-div {
	max-width: 960px;
	height: 100%;
}

div.benefits-block div.central-div > div {
	margin-bottom: 20px;
}

div.benefits-block div.central-div div span {
	width: 100%;
	font-size: 19px;
	font-weight: bold;
	padding-top: 5px;
}

div.benefits-block div.central-div div img {
	margin: 0 auto;
	max-width: 195px;
	height: 85px;
	margin-bottom: 15px;
}

div.benefits-block div.central-div div p {
	margin: 0 auto;
	max-width: 225px;
	float: none;
	display: block;
}

@media screen and (max-width: 790px) {
	div.benefits-block div.central-div div[class^=col] {
		margin-bottom: 40px;
	}

	div.benefits-block div.central-div > div {
		margin: auto;
	}
}

@media screen and (max-width: 490px) {
	div.benefits-block div.central-div > div {
		margin-bottom: 40px;
	}
}

/*
*   FORM-BLOCK
*/

div.form-block {
	width: 100%;
	height: 955px;
	background: #b22e39;
	float: left;
	padding: 40px;
}

div.form-block h2 {
	width: 100%;
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
	max-width: 660px;
	margin: 0 auto;
}

div.form-block form {
	margin: 0 auto;
	float: none;
	display: block;
	margin-top: 60px;
}

div.form-block form input, .form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control, div.form-block form select {
	max-width: 340px;
	line-height: 40px;
	height: 40px;
	color: #ffffff /*rgba(255, 255, 255, .5) !important*/;
	background: rgba(255, 255, 255, .1);
	border: 1px rgba(255, 255, 255, .5) solid;
	font-weight: normal;
}

div.form-block form#small_registration_form input,
form#small_registration_form .form-control[disabled],
form#small_registration_form .form-control[readonly],
form#small_registration_form fieldset[disabled] .form-control,
div.form-block form#small_registration_form select {
	max-width: 380px;
}

form#small_registration_form label {
	font-weight: normal;
	width: 100%;
	left: 0;
	right: 0;
}

form#small_registration_form .step {
	font-weight: normal;
	width: 100%;
	float: left;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

div.form-block .form-control option {
	color: #000000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	color: rgba(255, 255, 255, .5);
}

.form-control::-moz-placeholder, .form-control:-moz-placeholder, .form-control::-webkit-input-placeholder, .form-control:-ms-input-placeholder,
div.form-block form input::-moz-placeholder, div.form-block form input:-moz-placeholder, div.form-block form input::-webkit-input-placeholder,
div.form-block form input:-ms-input-placeholder {
	color: #ffffff /*rgba(255, 255, 255, .5) !important*/;
}

/*div.form-block form select{
    background: url(/imgs/eunicz/public/select-btn.png) no-repeat right rgba(255, 255, 255, .1);
    cursor: pointer;
    padding-right: 50px;
}*/
div.form-block .form {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	color: #ffffff /*rgba(255, 255, 255, .5) !important*/;
}

div.form-block form .checkbox {
	min-height: 40px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: justify;
}

div.form-block form .checkbox:first-of-type {
	margin-top: 20px;
	margin-bottom: 10px;
}

div.form-block form .checkbox button span {
	float: left;
}

div.form-block .bootstrap-checkbox button.btn > span.cb-icon-check {
	background-position: 1px -1px;
}

div.form-block .bootstrap-checkbox button.btn > span.cb-icon-check-empty {
	background-position: -23px -1px;
}

div.form-block form .checkbox.focus button span {
	background-color: #fFFFFF;
}

div.form-block form .checkbox .button-checkbox {
	margin-left: -30px;
}

div.form-block form .checkbox label {
	padding-left: 30px;
}

div.form-block form input[type=checkbox] {
	color: #ffffff /*rgba(255, 255, 255, .5) !important*/;
	background: rgba(255, 255, 255, .1);
	border: 1px rgba(255, 255, 255, .5) solid;
	border-radius: 10px;
	font-weight: normal;
	margin: 0 0 0 -20px;
	padding: 0;
}

div.form-block form input[type="submit"].button,
div.form-block form input[type="submit"].button2,
div.form-block form input[type="button"].button,
div.form-block form input[type="button"].button2,
div.form-block form button.button,
div.form-block form button.button2 {
	max-width: 340px;
	line-height: 42px;
	height: 42px;
	width: 100%;
	border-radius: 0px;
	padding: 0;
	font-weight: bold;
	text-decoration: none;
	opacity: 1;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #b22e39;
	margin: 0 auto 0 auto;
	float: none;
	display: block;
}


div.form-block form input[type="submit"].button2,
div.form-block form input[type="button"].button2,
div.form-block form button.button2 {
	background: #b22e39;
	border: 1px solid #fff;
	color: #fff;
}

div.form-block form input[type="submit"].button:hover,
div.form-block form input[type="submit"].button2:hover,
div.form-block form button.button:hover
div.form-block form button.button2:hover {
	text-decoration: underline;
}

div.form-block form input.small {
	max-width: 166px;
}

div.form-block form#small_registration_form input.small {
	max-width: 186px;
}

div.form-block form div.form-group, div.form-block form div.form-inline div.form-group {
	margin-bottom: 10px;
}

div.form-block form div.form-group, div.form-block form div.form-inline div.form-group:first-of-type {
	margin-right: 4px;
}

div.form-block form div.form-group, div.form-block form div.form-inline {
	margin-left: auto;
	margin-right: auto;
	max-width: 340px;
}

div.form-block form#small_registration_form div.form-group, div.form-block form div.form-inline {
	max-width: 380px;
}

div.form-block div.conditions {
	width: 100%;
	float: left;
}

div.form-block div.conditions p {
	margin: 0 auto;
	display: block;
	max-width: 660px;
	color: #ffffff /*rgba(255, 255, 255, .5) !important*/;
	font-size: 12px;
	text-align: justify;
}

div.form-block a {
	color: #ffffff;
	text-decoration: underline;
}

div.form-block form small {
	max-width: 340px;
	margin: 0 auto 0 auto;
	width: 100%;
	display: block;
}

div.form-block form#small_registration_form small {
	max-width: 380px;
}

/*
*   CONTACT-BLOCK
*/
div.contact-block {
	width: 100%;
	float: left;
	background-color: #e2ecf5;
	color: #503b33;
	background-image: url(/imgs/eunicz/public/bg-contact2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*min-height: 1195px;*/
	position: relative;
	overflow: hidden;
	padding: 40px 40px 80px 40px;
}

div.contact-block div.contact-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 300px;
	background: transparent;
}

div.contact-block div.contact-div {
	width: 960px;
	height: auto !important;
	float: left;
	background: #ffffff;
}

div.contact-block h2 {
	width: 100%;
	color: #503b33;
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
}

div.contact-block div.contact-div div.row-block {
	/*height: calc(50% - 45px);*/
	overflow: hidden;
}

div.contact-block div.contact-div div.row-block h3 {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

div.contact-block div.contact-div > div {
	float: left;
	width: 100%;
}

div.contact-block div.contact-div div.first, div.contact-block div.contact-div div.second {
	float: left;
	height: 280px;
}

div.contact-block div.contact-div div.second div.tel {
	margin-bottom: 40px;
	background: url(/imgs/eunicz/public/phone.png) 7px top no-repeat;
	padding-left: 50px;
	line-height: 37px;

}

div.contact-block div.contact-div div.second div.email {
	background: url(/imgs/eunicz/public/mail.png) center left no-repeat;
	padding-left: 50px;
	line-height: 35px;
}

div.contact-block div.contact-div div.second div.address {
	background: url(/imgs/eunicz/public/here.png) 7px 0px no-repeat;
	padding-left: 45px;
	padding-top: 10px;
}

div.contact-block div.contact-div div:last-child div.second {
	background: #b22e39;
}

div.contact-block div.contact-div .second {
	width: calc(100% - 280px);
}

div.contact-block div.contact-div .first {
	width: 280px;
}

div.contact-block div.contact-div div:first-child .second,
.contact-block div.contact-div div:last-child .item .first {
	padding: 30px 30px 20px 40px;
	position: relative;
}

div.workshop-block div.contact-div .item .second {
	width: calc(100% - 280px);
	background: #ffffff;
}

div.contact-block div.contact-div div h3 {
	margin-top: 0;
	color: #503b33;
	font-size: 24px;
	font-weight: 300;
}

div.contact-block div.contact-div div.second img {
	margin: 90px auto 0 auto;
	float: none;
	display: block;
}

div.contact-block div.contact-div div.second a {
	color: inherit;
}

div.contact-block div.contact-div .first {
	width: 280px;
	background: #ffffff;
	position: relative;
}

div.contact-block div.contact-div .first img {
	width: auto;
	height: 100%;
}

div.contact-block div.contact-div .first ul {
	max-width: 180px;
	float: none;
	margin: 40px auto 0 auto;
	padding: 0;
	display: block;
}

div.contact-block div.contact-div .first ul li {
	list-style: none;
	line-height: 25px;
}

div.contact-block div.contact-div .first ul li a {
	color: #b22e39;
	text-decoration: underline;
}

div.contact-block div.contact-div div:last-child .first {
	padding-bottom: 85px;
}

div.contact-block .first .btn-div {
	width: 100%;
	position: absolute;
	height: auto;
	left: 0;
	bottom: 35px;
}

div.contact-block .first .button {
	display: block;
	margin: 0 auto;
	position: relative;
	float: none;
}

div.twitter {
	background: url(/imgs/eunicz/private/twitter.png) center left no-repeat;
	padding-left: 50px;
	line-height: 45px;
}


/*
*   BLOCK
*/
div.block {
	width: 100%;
	float: left;
	padding: 25px 30px;
}

div.block .button {
	margin-right: 20px;
}

div.block .warning {
	font-size: 17px;
}

.footer {
	min-height: 82px;
	width: 100%;
	background: #b22e39;
	float: left;
	color: #ffffff;
	padding: 30px;
}

.footer a {
	color: #ffffff !important;
}

.footer span.line {
	width: 2px;
	border-right: 1px solid #ffffff;
	margin: 2px 19px 0 20px;
	float: left;
	height: 20px;
}

.footer .central-div {
	width: 100%;
	max-width: 100%;
}

.footer div.links {
	margin-bottom: 20px;
}

.footer span.footer-bottom {
	color: #ffffff;
}

.footer span.footer-bottom a {
	color: #ffffff;
}

footer.footer > div.central-div {
	max-width: 1800px;
}

/*
*   CHOSEN
*/
.chosen-container {
	width: 100% !important;
}

.select2-container {
	max-width: 100%;
}

.select2-container--open input.select2-search__field {
	color: #333;
}

.chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
	line-height: 40px;
	height: 40px;
	color: /*rgba(255, 255, 255, .5)*/ #ffffff !important;
	background: rgba(255, 255, 255, .1);
	border: 1px rgba(255, 255, 255, .5) solid;
	font-weight: normal;
}

.select2-container--default .select2-selection--single {
	line-height: 40px;
	height: 40px;
	color: #ffffff !important;
	background: rgba(255, 255, 255, .1);
	border: 1px rgba(255, 255, 255, .5) solid;
	font-weight: normal;
}

form#small_registration_form .chosen-container-single .chosen-single, .chosen-container-active.chosen-with-drop .chosen-single {
	max-width: 380px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 37px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 45px;
	border-left: 1px solid #c25760;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
	color: #fff;
	padding-right: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}

.select2-results li {
	color: #555;
}

.chosen-container-single .chosen-single div b {
	background: url(/imgs/eunicz/public/select-btn.png) no-repeat left !important;
	cursor: pointer;
	margin-left: -24px;
	width: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #ffffff transparent transparent transparent;
	border-width: 8px 4px 0 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #ffffff transparent;
	border-width: 0 4px 8px 4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: 0 0;
}

.chosen-container-single .chosen-single span {
	margin-right: 42px;
	text-align: left;
}

.chosen-search > * {
	color: #555555 !important;
}

.chosen-drop {
	max-width: 340px;
}

/*
*   RESPONSIVE
*/
@media screen and (max-width: 1550px) {
	div.head-block div.right-block #head-title {
		font-size: 28px;
	}
}

@media screen and (max-width: 1350px) {
	div.head-block div.right-block {
		padding-left: 0px;
		position: absolute;
		right: 0;
		width: 50%;
	}

	div.head-block div.left-block #head-doctor {
		width: 50%
	}

	div.head-block div.left-block #head-doctor span {
		color: #ffffff;
	}

	div.head-block div.left-block {
		width: 100%;
	}

	div.head-block div.right-block #head-title {
		margin-top: 0;
	}

	.footer div.links {
		float: left;
		width: 100%;
	}

	.footer span.footer-bottom {
		width: 100%;
		text-align: right;
	}
}

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

	div.head-block div.right-block {
		padding-left: 0px;
	}

	div.head-block div.right-block #head-title {
		white-space: normal;
	}

	div.head-block div.left-block #head-doctor {
		margin-bottom: 30px;
	}
}

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

	div.workshop-block div.central-div, div.contact-block div.central-div {
		width: auto;
	}

	div.workshop-block div.top-div, div.contact-block div.contact-div {
		width: 100%;
	}

	div.top-div {
		width: 100%;
	}

	.navig-menu {
		display: block;
	}
}

@media screen and (max-width: 920px) {
	div.contact-block div.contact-div div.second > div {
		width: 100%;
		margin-bottom: 15px !important;
	}

	div.contact-block div.contact-div div.second > div:last-child {
		margin-bottom: 5px !important;
	}

	div.contact-block div.contact-div div.second h3 {
		font-size: 20px;
	}

	div.contact-block div.contact-div div:first-child .second, .contact-block div.contact-div div:last-child .item .first {
		padding: 10px 10px 0px 30px;
	}

	div.contact-block div.contact-div div.row-block h3 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 890px) {
	div.head-block div.right-block #head-title {
		font-size: 24px;
		max-width: 100%;
	}

	.footer div.links {
		float: none;
		margin: inherit auto;
		display: block;
		column-count: 2;
	}

	.footer div.links a {
		width: 100%;
		text-align: center;
		line-height: 28px;
	}

	.footer div.links span.line {
		display: none;
	}

	.footer span.footer-bottom {
		text-align: center;
	}

	.footer span.footer-bottom a {
		float: none;
	}
}

@media screen and (max-width: 790px) {
	div.central-div {
		width: 100%;
	}

	div.navig-menu .button2 {
		margin-left: 10px;
	}

	header a.logo {
		margin: 10px;
		background-size: auto 58px;
		height: 88px;
	}

	.map iframe {
		max-width: 100% !important;
	}

	.astellas {
		display: none;
	}

	.publicity-block {
		display: none;
	}

	.footer {
		text-align: center;
	}

	.button, .button2 {
		margin-bottom: 20px;
	}

	.resp > img {
		max-width: 330px;
		height: auto;
	}

}

@media screen and (max-width: 780px) {
	div.head-block {
		background-size: cover;
		background-position: center top;
		padding-bottom: 0;
		position: relative;
		display: table;
		width: 100%;
		float: left;
		height: 360px;
	}

	div.head-block div.left-block {
		display: table-cell;
		position: absolute;
		height: 100%;
		margin: 0;
		width: 100%;
		background-size: auto 80%;
	}

	div.head-block div.right-block {
		display: table-cell;
		position: absolute;
		height: 100%;
		margin: 0;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0;
	}

	div.head-block div.left-block #head-doctor {
		position: absolute;
		top: 0;
		margin-bottom: 0;
		bottom: 0;
		left: auto;
		right: 20px;
		width: 50%;
	}

	div.head-block div.left-block #head-doctor span {
		color: #000000;
	}

	div.head-block div.left-block #head-doctor span {
		font-size: 16px;
	}

	div.head-block div.right-block #head-title {
		font-size: 20px;
		background: #e2ecf5;
		padding: 10px 10px;
		margin: 0;
		color: #000;
		text-align: center;
		line-height: 24px;
	}
}

@media screen and (max-width: 720px) {
	header a.button {
		right: 20px;
		top: 10px;
		margin-right: 0px;
	}

	header a.button2 {
		right: 20px;
		bottom: 10px;
		margin-bottom: 0;
	}

	header a.button, header a.button2 {
		margin-top: 0px;
		position: absolute;
	}

	header a.logo {
		position: relative;
		width: 40%;
		float: left;
		/*height: 108px;*/
		right: 0;
		left: 0;
		background-position: center left;
	}

	div.contact-block h2 {
		margin: 15px 0;
	}

	div.workshop-block div.top-div .central-block div.owl-item div.owl-row {
		float: left;
	}

	div.workshop-block div.top-div .central-block .owl-row:first-child .first,
	div.workshop-block div.top-div .central-block .owl-row:last-child .second {
		display: none;
	}

	div.workshop-block div.top-div .central-block div.first,
	div.workshop-block div.top-div .central-block div.second {
		height: auto;
	}

	div.workshop-block div.top-div .central-block .owl-row:first-child .owl-slider,
	div.workshop-block div.top-div .central-block .owl-row:last-child .first {
		width: 100%;
		text-align: center;
	}

	div.workshop-block div.top-div .central-block .owl-row:first-child .second a.button,
	div.workshop-block div.top-div .central-block .owl-row:last-child .first a.button {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	div.workshop-block div.top-div {
		height: auto;
	}

	div.contact-block div.contact-div div:first-child div.first,
	div.contact-block div.contact-div div:last-child div.second {
		display: none;
	}

	div.contact-block div.contact-div .second {
		width: 100%;
	}

	div.contact-block div.contact-div div.second div.tel, div.contact-block div.contact-div div.second div.address,
	div.contact-block div.contact-div div.second div.email {
		width: 50%;
	}

	div.contact-block {
		height: auto;
	}

	div.contact-block div.contact-div {
		height: auto;
	}

	div.contact-block div.contact-div div.first, div.contact-block div.contact-div div.second {
		min-height: 0;
	}

	div.contact-block div.contact-div div:last-child div.first {
		margin: 0 auto;
		float: none;
		text-align: center;
		padding-top: 65px;
		background: url(/imgs/eunicz/public/logo2.png) no-repeat top center;
	}

	div.contact-block div.contact-div > div:first-child {
		background: #e2ecf5;
	}

	div.contact-block div.contact-div > div:nth-child(2) {
		margin-bottom: 20px;
	}

	div.top-div div.owl-item .owl-row:last-child {
		border-top: 1px #b22e39 solid;
	}

	div.contact-block div.contact-div div:last-child div.first {
		height: auto;
	}
}

@media screen and (max-width: 770px) {
	div.benefits-block {
		height: auto;
	}

	div.form-block form div.form-inline div.form-group:first-of-type {
		margin-right: 0;
	}

	div.form-block form input.small {
		max-width: 340px;
	}

	div.form-block form#small_registration_form div.form-group,
	div.form-block form#small_registration_form input.small {
		max-width: 380px;
		width: 100%;
	}

	div.workshop-block div.down-div div.column > div.line {
		display: none;
	}

	div.workshop-block div.down-div div.column {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}

	div.workshop-block div.down-div div.column:last-child {
		border-bottom: none
	}

	div.workshop-block div.down-div div.column {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	div.workshop-block div.down-div div.column:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	div.benefits-block {
		padding-bottom: 20px;
	}

	div.contact-block div.contact-footer {
		position: relative;
		float: left;
	}

	div.contact-block {
		background-image: none;
		min-height: 0;
	}
}

@media screen and (max-width: 690px) {
	body h1 {
		font-size: 32px;
	}

	body h2 {
		font-size: 32px;
	}

	div.form-block {
		padding: 20px;
	}

	div.form-block form {
		margin-top: 10px;
	}

	div.form-block form .checkbox {
		margin-bottom: 20px !important;
	}

	div.head-block h1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	body h1 {
		font-size: 28px;
		line-height: 40px;
	}

	body h2 {
		font-size: 28px;
	}

	div.head-block {
		/*background-size: auto 300px;*/
		padding-bottom: 100px;
		height: auto;
		text-align: center;
		height: 360px;
	}

	div.head-block div.left-block #head-doctor {
		text-align: left;
		font-size: 12px;
	}

	div.head-block div.right-block #head-title {
		font-size: 18px;
	}

	div.workshop-block div.top-div div.next-down {
		display: none;
	}

	div.workshop-block div.top-div {
		margin-top: 0;
	}

	div.publicity-block .onmouse, div.publicity-block .onmouse:hover {
		background: none;
	}

	div.publicity-block .onmouse h3, div.publicity-block .onmouse div {
		display: block;
	}

	div.publicity-block .onmouse div {
		color: #1a1a1a;
		margin-top: 265px;
	}

	div.publicity-block .onmouse {
		height: auto;
	}

	div.publicity-block .row div {
		background-position: center 50px;
		height: auto;
	}

	div.publicity-block .row .onmouse div {
		padding-bottom: 30px;
	}

	div.publicity-block .publicity-div {
		height: 80px;
		line-height: 80px;
	}

	div.workshop-block div.down-div, div.benefits-block, div.form-block, div.contact-block {
		padding-top: 35px;
	}

	div.contact-block h2 {
		margin-top: 0;
	}

}

@media screen and (max-width: 560px) {
	div.head-block div.left-block #head-doctor {
		display: none;
	}
}

@media screen and (max-width: 530px) {
	div.head-block {
		/*background-size: 530px auto;*/
	}

	div.contact-block div.contact-div div.second div.tel, div.contact-block div.contact-div div.second div.address,
	div.contact-block div.contact-div div.second div.email {
		width: 100%;
	}

	div.twitter {
		width: 100%;
		text-align: center;
		padding-left: 0;
		background-position: center top;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

	div.contact-block div.row {
		margin: 0;
		padding-right: 0 !important;
	}

	div.contact-block div.contact-div div:first-child div.second > div {
		width: 100%;
		text-align: center;
		padding-left: 0;
		background-position: center top;
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

	div.contact-block div.contact-div div:first-child div.second > div:last-child,
	div.contact-block div.contact-div div:first-child div.second > div:first-child {
		border-bottom: none;
		padding-top: 30px;
	}

	div.contact-block div.contact-div div:first-child div.second {
		padding-left: 0;
		height: auto;
	}

	div.contact-block div.contact-div div:first-child div.second > div.address {
		padding-top: 45px;
	}

	div.contact-block div.contact-div div:first-child div.second > div.email {
		padding-top: 25px;
	}

	div.contact-block div.contact-div div:first-child div.second > div.tel {
		padding-top: 35px;
	}

	.footer div.links span.line {
		display: none;
	}

	.footer div.links a {
		width: 100%;
		text-align: center;
		line-height: 28px;
	}

	.footer div.links {
		width: 100%;
		margin-bottom: 35px;
		overflow: hidden;
	}

	.footer {
		padding: 20px;

	}

	div.default-block {
		text-align: center;
	}

	div.default-block .button2 {
		float: none;
		display: inline-block;
	}

	div.default-block div.central-div > div.form-wrap {
		width: 100%
	}

}

@media screen and (max-width: 490px) {
	.navig-btn {
		display: block;
	}

	.navig-menu-responsive {
		display: none;
		float: left;
		width: 100%;
		background: #b22e39;
		height: auto;
		overflow: hidden;
		padding: 10px 5px 10px 5px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.navig-menu-responsive a {
		float: left !important;
		position: relative !important;
		margin: 5px 50% 0 5px !important;
		right: 0 !important;
		left: 0 !important;
		bottom: 0 !important;
		top: 0 !important;
	}

	header a.logo {
		height: 70px;
		width: auto;
	}

	header, header div.central-div {
		min-height: 90px;
	}

	header div.central-div {
		height: 90px;
	}

	div.benefits-block .row div {
		width: 100%;
		float: left;
	}

	div.form-block {
		height: auto;
	}

	div.form-block div.conditions p {
		/*font-size: 10px;*/
		text-align: justify;
	}

	div.contact-block div.contact-div div.second div.tel, div.contact-block div.contact-div div.second div.address,
	div.contact-block div.contact-div div.second div.email {
		width: 100%;
	}

	div.navig-menu .button2 {
		margin-top: 0 !important;
	}

	.footer div.links {
		column-count: 1;
	}
}

@media screen and (max-width: 470px) {
	div.contact-block {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 442px) {
	div.head-block {
		/*background-size: cover;*/
		height: 400px;
		background-position: center 60px;
	}

	div.head-block div.right-block #head-title {
		font-size: 16px;
	}

	.public-search-form {
		top: 340px;
	}

	div.head-block div.left-block #head-doctor {
		margin-top: 150px;
	}

	div.head-block div.left-block #head-doctor span {
		font-size: 13px;
	}

	div.head-block div.left-block #head-doctor span:first-of-type {
		font-size: 16px;
	}
}

@media screen and (max-width: 380px) {
	div.head-block {
		background-position: bottom left;
		/*background-size: auto;*/
		padding-bottom: 180px;
	}

	div.workshop-block div.top-div div.owl-slider:nth-child(2) .central-block .second,
	.workshop-block div.top-div div.owl-slider:last-child .central-block .first {
		padding: 20px 20px 85px;
	}

	div.publicity-block .row div {
		background-size: auto 180px;
	}

	div.publicity-block .onmouse div {
		margin-top: 220px;
	}
}

@media screen and (max-width: 360px) {
	div.form-block div.checkbox {
		margin: 5px;
	}

	.footer span.footer-bottom {
		font-size: 12px;
		width: 100%;
	}
}
