@font-face {
    font-family: 'caviardreams';
    src: url('../fonts/caviardreams.woff2') format('woff2'),
         url('../fonts/caviardreams.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviardreams-Bold';
    src: url('../fonts/caviardreams_bold.woff2') format('woff2'),
         url('../fonts/caviardreams_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans.woff2') format('woff2'),
         url('../fonts/opensans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*:focus {
    outline: none;
}

input, 
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

p {
	margin-bottom: 0;
}

header {
	padding-right: 15px;
	padding-left: 15px;
}

.header-column {
	height: 295px;
}

.header-column:first-child {
	background-color: #00969b;
	padding-right: 241px;
	padding-left: 30px;
}

.header-column:last-child {
	background-color: #e9ebf2;
	padding-left: 45px;
	padding-right: 30px;
}

.header-column svg {
	width: 120px;
}

.texts-wrapper {
    padding-bottom: 5px;
}

.texts-wrapper p {
	line-height: 1;
	margin-bottom: 0;
}

.texts-profession--title {
	color: #00969b;
	font-family: 'caviardreams-Bold';
	font-size: 39px;
	line-height: 41px !important;
	width: 80%;
}

.texts-wrapper--title {
	color: #95b23c;
	font-family: 'caviardreams-Bold';
	font-size: 27px;
	margin-top: 60px;
}

.texts-wrapper--subtitle {
	color: #95b23c;
	font-family: 'caviardreams';
	font-size: 21px;
}

.texts-wrapper--title + .texts-wrapper--subtitle {
	padding-top: 5px;
}

.image-wrapper {
	max-width: none;
}

.image-wrapper img {
	width: 171px;
	max-width: none;
}

.image-wrapper + .texts-wrapper {
	margin-left: 25px;
}

.info-section {
	color: #e9ebf2;
	background-color: #95b23c;
	padding-top: 60px;
	padding-bottom: 65px;
}

.info-column:last-child {
	padding-left: 90px;
}

.info-column--title {
	font-family: 'caviardreams';
	font-size: 40px;
}

.line-block {
	margin-top: 30px;
}

.line-block p,
.line-block a, 
.line-block li {
	font-size: 20px;
	font-family: 'OpenSans';
}

.line-block ul {
	padding-left: 0;
	list-style-type: none;
}

.line-block li:before {
	content: '> ';
}

.line-block a {
	color: #e9ebf2;
	text-decoration: none;
}

.form-section {
	padding: 30px 0 50px;
}

.form-section--heading {
	text-align: center;
	color: #95b23c;
}

.form-section--title {
	font-size: 30px;
	font-family: 'caviardreams';
	margin-top: 10px;
}

.form-section--subtitle {
	font-size: 25px;
	font-family: 'OpenSans';  
}

.form-section form {
	margin-top: 30px;
}

.book-line {
	display: none;
}

.radio-wrapper--line {
	margin-bottom: 30px;
}

.radio-wrapper + .radio-wrapper {
	margin-left: 35px;
}

.radio-wrapper input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 3px solid #f0f0f0;
	height: 20px;
	width: 20px;
	border-radius: 10px
}

.radio-wrapper input:checked {
	background-color: #95b23c; 
}

.radio-wrapper p {
	margin-left: 10px;
	font-family: 'OpenSans-Bold';
  	font-size: 18px;
  	color: #3f4a56;
}

.input-wrapper,
.select-wrapper,
.textarea-wrapper {
	line-height: 1;
	margin-bottom: 20px;
}

.input-wrapper input,
.select-wrapper select,
.textarea-wrapper textarea {
	border: 1px solid rgba(155,155,155,0.5);
	font-family: 'OpenSans';
	font-size: 16px;
	color: #4a4a4a;
	padding: 10px 17px;
	width: 100%;
	line-height: 1.5;
}

.datepicker-input {
	position: relative;
}

.datepicker-input svg {
	position: absolute;
	top: 50%;
	right: 13px;
	-webkit-transform: translate(0,-50%); 
	-ms-transform: translate(0,-50%); 
	transform: translate(0,-50%);
}

body .ui-state-highlight, 
body .ui-widget-content .ui-state-highlight, 
body .ui-widget-header .ui-state-highlight {
	background-color: #95b23c;
	border-color: #95b23c;
	color: #fff;
}

body .ui-state-active, 
body .ui-widget-content .ui-state-active, 
body .ui-widget-header .ui-state-active, 
body a.ui-button:active, 
body .ui-button:active, 
body .ui-button.ui-state-active:hover {
	background-color: #00969b;
	border-color: #00969b;
	color: #fff;
}

.select-holder {
	position: relative;
}

.select-holder select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-holder:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 13px;
	width: 10px;
	height: 5px;
	-webkit-transform: translate(0,-50%); 
	-ms-transform: translate(0,-50%); 
	transform: translate(0,-50%);
	background: url(../images/icon/select-arrow.png) no-repeat center / 10px;
}

.textarea-wrapper textarea {
	resize: none;
}

.checkbox-wrapper input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border: solid 1px #9b9b9b;
}

.checkbox-wrapper input:checked {
	position: relative;
}

.checkbox-wrapper input:checked:after {
	content: '';
	position: absolute;
	top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
	background: #95b23c; 
}

.checkbox-wrapper p {
	margin-left: 10px;
	font-family: 'OpenSans';
	font-size: 10px;
	color: #4a4a4a;
}


.checkbox-wrapper a {
	font-family: 'OpenSans-Bold';	
	color: #4a4a4a;
	text-decoration: underline;
}

.checkbox-wrapper a:hover {
	text-decoration: none;
}

.form-submit {
	font-family: 'OpenSans-Bold';	
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	background-color: #95b23c;
	border: 1px solid #95b23c;
    padding: 9px 60px;
    cursor: pointer;

	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.form-submit:hover {
	background-color: #00969b;
	border-color: #00969b; 
}

footer {
	background-color: #d8d8d8;
    padding: 13px 0;
}

footer p {
	font-size: 12px;
	color: #3f4a56;
	font-family: 'OpenSans';
}

.footer-link {
	font-size: 14px;8
	color: #3f4a56;
	font-family: 'OpenSans';

	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.footer-link:hover {
	color: #95b23c;
	text-decoration: none;
}

.footer-author {
	margin-left: 10px;
	color: #00969b;
	font-family: 'OpenSans-Bold';  
	font-size: 12px;  
	letter-spacing: 0.2px;
	float: right;

	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.footer-author:hover {
	color: #95b23c;
	text-decoration: none;	
}

.form-message {
	color: #c30a0a;
	margin-bottom: 20px;
}

.success {
	color: #95b23c !important;
}

.error {
	color: #c30a0a !important;
}

.has-error .form-message {
	display: block;
}

.accept-text {
	width: 85%;
}

.form-section--top-text {
	font-size: 20px;
	font-family: 'caviardreams';
	text-align: center;
	color: #95b23c;
	padding-top: 20px;
	padding-bottom: 50px;
}

.form-section--left-list {
	color: #95b23c;
}

.form-section--left-list li {
	font-size: 27px;
	font-family: 'caviardreams';
	font-weight: 600;
	margin-bottom: 4px;
}

.info-section--btn {
	margin-top: 47px;
}

.info-section--btn a {
	font-size: 19px;
	color: #95b23c;
	background-color: #fff;
	position: relative;
	text-transform: uppercase;
	border-radius: 42px;
	padding: 11px 25px 13px 56px;

	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.info-section--btn a:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 17px;
	background-image: url(../images/phone-btn.svg);
	width: 23px;
	height: 23px;
	background-size: cover;
}

.info-section--btn a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #00969b;
}



@media (max-width: 1200px) {
	.texts-wrapper--title {
		font-size: 30px;
	}

	.texts-wrapper--subtitle {
		font-size: 20px;
	}
}

@media (max-width: 991px) {
	.header-column:first-child {
		padding-right: 30px;
	}
	
	.header-column:last-child {
		padding-left: 30px;
	}
	
	.header-column svg {
    	max-width: 145px;
	}

	.image-wrapper {
		margin: 0 auto;
    	max-width: 145px;
	}
	
	.texts-wrapper {
		text-align: center;
	}

	.image-wrapper + .texts-wrapper {
		margin-left: 0;
		margin-top: 25px;
	}

	.info-column:last-child {
		padding-left: 15px;
	}

	.line-block p, 
	.line-block a, 
	.line-block li {
		font-size: 16px;
	}

	.form-section--title,
	.info-column--title {
	    font-size: 35px;
	}

	.form-section--subtitle {
		font-size: 22px;
	}

	.radio-wrapper p {
		font-size: 16px;
	}

	.input-wrapper input, .select-wrapper select, .textarea-wrapper textarea {
		font-size: 14px;
	}	

	.form-submit {
		font-size: 18px;
	}

	.footer-column {
		text-align: center;		
	}

	.footer-link {
		margin-bottom: 10px;
	}

	.texts-profession--title {
		font-size: 30px;
		width: 100%;
	}

	.header-column {
		height: 365px;
	}

	.texts-wrapper--title {
		margin-top: 10px;
	}

	.footer-author {
		float: none;
	}
}

@media (max-width: 767px) {
	.info-section {
		padding-top: 45px;	
	}

	.form-section--title,
	.info-column--title {
	    font-size: 28px;
	}

	.form-section--subtitle {
		font-size: 18px;
	}

	.radio-wrapper p {
		font-size: 14px;
	}

	.input-wrapper input, .select-wrapper select, .textarea-wrapper textarea {
		font-size: 12px;
	}

	.form-submit {
		font-size: 16px;
	}

	.line-block {
		margin-top: 10px;
	}

	.info-column + .info-column {
		margin-top: 20px;
	}

	.header-column {
		height: auto;
	}
	
	.header-column:first-child,
	.header-column:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-column:first-child {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.header-column:last-child {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.image-wrapper {
		margin: 0;
	}
	
	.texts-wrapper {
		text-align: left;
	}

	.form-submit {
		width: 100%;
		margin-top: 15px;
	}

	.image-wrapper + .texts-wrapper {
	    margin-left: 20px;
		margin-top: 0;
	}

	.header-column svg {
		max-width: 40px;
		height: auto;
	}

	.image-wrapper img {
		width: 131px;
	}

	.texts-profession--title {
		font-size: 24px;
		line-height: 30px !important;
	}

	.info-section--btn {
		margin-bottom: 30px;
	}

	.info-section--btn a {
		font-size: 16px;
	}


}

@media (max-width: 500px) {
	.texts-wrapper--title {
	    font-size: 25px;
	}

	.texts-wrapper--subtitle {
	    font-size: 16px;
	}
}