* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; border: none; border-radius: 0; padding: 0; }
html, body { height: 100%; }
body { display: flex; flex-direction: column; line-height: 1; font-family: 'Encode Sans', 'Open Sans', 'Roboto', Tahoma, Arial, sans-serif; }


/* -- globals -- */
.g-cfix:before,
.g-cfix:after { content: ""; display: table; }
.g-cfix:after { clear: both; }
.g-cfix { zoom: 1 ;}

.g-left { float: left; }
.g-right { float: right; }
.g-hidden-link { color: inherit !important; text-decoration: none !important; }

/* -- sticky footer -- */
.g-sticky-content { flex: 1 0 auto; }
.g-sticky-footer { flex-shrink: 0; }


/* -- site blocks -- */
.sbw { overflow: hidden; }
.sb { margin: 0 20px; }

.sbw-padded { padding: 50px 0; }
.sbw-grid-bg { position: relative; background: url(/img/bg_grid.png) top center; }
.sbw-grid-bg:before { content: ""; display: block; position: absolute; z-index: -1; top: 0; right: 0; left: 0; height: 300px; box-shadow: inset 0 300px 300px -300px rgba(0,0,0,.04); }


/* -- common pieces -- */
.p-btn,
.p-btn-small { display: inline-block; color: #fff; font-family: inherit; text-decoration: none; text-transform: uppercase; background: #ff1616; transition: background-color .3s ease; cursor: pointer; }
.p-btn { padding: 12px 35px; font-size: 15px; font-weight: bold; }
.p-btn-small { padding: 8px 18px; font-size: 13px; }
.p-btn:hover,
.p-btn-small:hover { background-color: #1cbae4; }

.p-tab { display: inline-block; min-width: 70px; font-weight: bold; }


/* -- common blocks -- */
.b-col-content .b-col-2 > *:first-child,
.b-col-content .b-col-3 > *:first-child,
.b-col-content .b-col-4 > *:first-child { margin-top: 0; }
.b-col-content .b-col-2,
.b-col-content .b-col-3,
.b-col-content .b-col-4 { padding-right: 60px; }

.b-block-head h2 { margin-bottom: 16px; line-height: 1.4; color: #1b1b1b; font-size: 50px; font-weight: 200; text-align: center; }
.b-block-head p { margin-bottom: 90px; line-height: 1.8; text-align: center; }

.b-news { padding: 20px 6%; line-height: 1.5; background: #fff; }
.b-news p,
.b-news h3 { margin-bottom: 8px; }
.b-news h3 { line-height: 1.4; color: #15a0d9; font-size: 22px; }
.b-news p { font-size: 15px; }
.b-news .btn-centering { height: 0; text-align: center; }
.b-news .p-btn-small { position: relative; top: 10px; }

.b-reference { padding: 4%; line-height: 1.5; text-align: center; }
.b-reference img { display: block; margin-bottom: 16px; border-bottom: 5px solid #f1f1f1; width: 100%; }
.b-reference h3 { margin-bottom: 8px; line-height: 1.4; font-size: 23px; }
.b-reference p { font-size: 15px; }
.b-reference a { margin-top: 24px; }

.b-content h1,
.b-content h2,
.b-content h3,
.b-content h4,
.b-content h5 { margin: 1.2em 0 .8em; line-height: 1.4; font-weight: 300; }
.b-content > *:last-child { margin-bottom: 0 !important; }
.b-content h1 { margin-top: 1em; font-size: 3em; }
.b-content h2 { font-size: 2em; }
.b-content h3 { font-size: 1.5em; }
.b-content h4 { font-size: 1.2em; }
.b-content p,
.b-content ul,
.b-content ol,
.b-content address { margin-bottom: 1em; line-height: 1.6; }
.b-content ul,
.b-content ol { margin-left: 2em; }
.b-content ul ul { margin-top: .25em; }
.b-content ul li ul { margin-bottom: 0; }
.b-content li + li { margin-top: 6px; }
.b-content a { color: #15a0d9; }
.b-content a:hover { text-decoration: none; }

.b-label-forms fieldset { margin: 0; border: none; padding: 0; }
.b-label-forms label:first-of-type,
.b-label-forms label:first-of-type + .second-column { margin-top: 0; }
.b-label-forms label { display: block; position: relative; margin-top: 16px; }
.b-label-forms .label-name { display: inline-block; font-weight: bold; line-height: 2; }
.b-label-forms .label-name-checkbox { display: inline-block; vertical-align: middle; max-width: 90%; margin-left: 8px; line-height: 1.25; }
.b-label-forms .required { color: #EC1E24; }
.b-label-forms input,
.b-label-forms select,
.b-label-forms textarea { display: inline-block; vertical-align: top; }
.b-label-forms textarea { -webkit-appearance: none; background: #fcfcfc; }
.b-label-forms input[type="checkbox"] { vertical-align: middle; }
.b-label-forms input[type="email"],
.b-label-forms input[type="password"],
.b-label-forms input[type="tel"],
.b-label-forms input[type="text"],
.b-label-forms input[type="date"] { border: 1px solid #e3e3e3; padding: 0px 8px; width: 100%; height: 32px; line-height: 2; background: #fcfcfc; -webkit-appearance: none; }
.b-label-forms input[type="button"] { width: 32px; height: 32px; background-color: #00a09b; background: #fcfcfc; }
.b-label-forms input[type="file"] { border: 1px solid #e3e3e3; max-width: 100%; width: 90%; background: none; background: #fcfcfc; }
.b-label-forms input[type="submit"] { float: right; }
.b-label-forms input[readonly] { background-color: #e3e3e3; cursor: default; }
.b-label-forms select { border: 1px solid #e3e3e3; width: 100%; height: 32px; height: 2rem; }
.b-label-forms textarea { border: 1px solid #e3e3e3; padding: 8px; width: 100%; height: 170px; line-height: 1.6; resize: none; }
.b-label-forms .p-btn { margin-top: 20px; }

.b-label-forms input.form-error,
.b-label-forms textarea.form-error { border-color: #EC1E24 !important }
.b-label-forms .form-error-info { display: block; margin: 8px 0px; margin: 0.5rem 0rem; line-height: 1.5; color: #EC1E24 }
.b-label-forms .form-error-info + .form-error-info { margin-top: 0 }
.b-label-forms .label-with-checkbox .form-error-info { display: inline-block; vertical-align: middle; margin: 0px 0px 0px 8px; margin: 0rem 0rem 0rem 0.5rem; line-height: 1.25 }
.b-label-forms .js-hidden-field-part { padding-top: 16px; padding-top: 1rem; }
.js .b-label-forms .js-hidden-field-part { display: none; }

.b-info-block { padding: 8px 16px; line-height: 1.5; color: #fff; }
.b-info-block + .b-info-block { margin-top: 8px; }
.b-info-block.info { background: #00b; }
.b-info-block.success { background: #0b0; }
.b-info-block.warning { background: #b00; }


/* -- structure blocks -- */
/* cookies */
.sbw-cookies { padding-bottom: 10px; line-height: 1.5; font-size: 14px; background: #dadada; }
.sb-cookies span,
.sb-cookies button { display: inline-block; margin-top: 10px; }
.sb-cookies span { margin-right: 20px; }
.sb-cookies a { color: #15a0d9; }
.sb-cookies a:hover { text-decoration: none; }

/* nav */
.sbw-nav { border-bottom: 1px solid #dadada; }
.sb-nav .top { border-bottom: 1px solid #dadada; padding-bottom: 20px; }
.sb-nav .logo,
.sb-nav .logo img { display: block; }
.sb-nav .logo { margin: 14px auto; max-width: 300px; }
.sb-nav .logo img { width: 100%; }
.sb-nav .claim { display: block; margin: 0 auto; padding-left: 3px; max-width: 150px; max-height: 60px; }
.sb-nav ul { margin: 15px -20px; text-align: center; list-style: none; }
.sb-nav li { display: inline-block; }
.sb-nav ul a { display: block; margin: 5px 20px; border-bottom: 1px solid #fff; padding: 5px 0; color: #5f5f5f; font-size: 14px; font-weight: 600; text-decoration: none; text-transform: uppercase; transition: border-color .3s ease; }
.sb-nav ul a:hover { border-bottom-color: #ff1616; color: #15a0d9; }
.sb-nav ul a.active { color: #15a0d9; }

/* slider */
.sbw-slider { padding: 50px 0; background: url(/slider/slider.jpg) 51% top no-repeat; background-size: cover; }
.sb-slider h2,
.sb-slider p { width: 76%; text-shadow: 1px 1px 2px #fff; }
.sb-slider h2 { margin-bottom: 32px; line-height: 1.4; color: #1b1b1b; font-size: 50px; font-weight: 200; }
.sb-slider p { line-height: 1.6; color: #696969; font-size: 18px; }
.sb-slider .p-btn { margin-top: 92px; }
.sb-slider a { text-shadow: none; }

/* services */
.sbw-services { padding: 120px 0 !important; background: url(/img/bg_noise_lighter.png) center center; }
.sbw-services .b-block-head a { color: #1cbae4; font-weight: bold; transition: color .3s ease; }
.sbw-services .b-block-head a:hover { color: inherit; text-decoration: none; }
.sb-services .g-cfix { margin-bottom: -40px; }
.sb-services .b-col-3 { padding: 0 1% 40px; text-align: center; }
.sb-services .b-col-3 h3 { margin-bottom: 30px; font-size: 30px;}
.sb-services .b-col-3 p { padding: 0 15%; color: #696969; line-height: 1.5; font-size: 15px; }
.sb-services .b-col-3 a { color: inherit; text-decoration: none; }
.sb-services .b-col-3 img { display: block; margin: 0 auto 30px; border-radius: 90px; transition: box-shadow .3s ease; }
.sb-services .b-col-3 img:hover { box-shadow: 0 0 4px rgba(0,0,0,.2); }

/* news */
.sbw-news { background: url(/img/bg_noise.png) center center; }
.sb-news .b-col-2 { padding: 20px 1%; }

/* references */
.sb-references .g-cfix { margin-bottom: -40px; }
.sb-references .b-col-3 { margin-bottom: 40px; }

/* newsletter */
.sbw-newsletter { padding-top: 34px; color: #fff; background-color: #1cbae4; }
.sbw-newsletter p { padding-bottom: 34px; line-height: 1.4; font-size: 30px; font-weight: 200; text-align: center; }
.sbw-newsletter form { margin-top: 4px; padding-bottom: 34px; font-size: 15px; text-align: center; }
.sbw-newsletter input { display: block; width: 100%; height: 36px; line-height: 36px; font-size: 13px; }
.sbw-newsletter input[type="text"] { margin: 8px 0 0 0; padding: 0 10px; background-color: #ebebec; }
.sbw-newsletter input[type="submit"] { padding: 0 18px; color: #fff; font-size: 12px; text-transform: uppercase; background-color: #505050; cursor: pointer; }

/* owner */
.sbw-owner { background: url(/img/owner.jpg) bottom center no-repeat; background-size: cover; }
.sb-owner strong { display: block; color: #1cbae4; font-size: 30px; font-weight: 300; }
.sb-owner .b-block-head { max-width: 400px; }
.sb-owner p { margin-bottom: 20px; line-height: 1.8; }
.sb-owner .sign { overflow: hidden; margin-top: 80px; }
.sb-owner .sign span { text-align: center; }
.sb-owner .p-btn-small { margin-top: 40px; }

/* map */
.sbw-map iframe { display: block; width: 100%; height: 500px; }

/* footer-1 */
.sbw-footer-1 { padding: 38px 0 30px; background: #1b1b1b; }
.sb-footer-1 a { color: #1cbae4; transition: color .3s ease; }
.sb-footer-1 a:hover { color: #fff; text-decoration: none; }
.sb-footer-1 ul { overflow: hidden; margin-bottom: 30px; list-style: none; background: url(/img/bg_dot.png) bottom center repeat-x; }
.sb-footer-1 li { float: left; padding-bottom: 18px; margin-right: 30px; }
.sb-footer-1 li:last-child { margin-right: 0; }
.sb-footer-1 ul a { color: #545454; font-size: 15px; font-weight: bold; text-decoration: none; text-transform: uppercase; }
.sb-footer-1 ul a:hover { color: #1cbae4; }
.sb-footer-1 p { line-height: 2; font-size: 14px; color: #888; }
.sb-footer-1 p span { display: inline-block; margin-right: 40px; }
.sb-footer-1 p strong { display: inline-block; margin-bottom: 2px; color: #fff; }


/* footer-2 */
.sbw-footer-2 { padding-top: 18px; color: #666; font-size: 13px; background: #292929; }
.sb-footer-2 p,
.sb-footer-2 ul { float: left; margin-right: 30px; padding-bottom: 18px; line-height: 1.5; }
.sb-footer-2 a { color: #545454; transition: color .3s ease; }
.sb-footer-2 a:hover { color: #fff; text-decoration: none; }
.sb-footer-2 ul { overflow: hidden; margin-right: 0; list-style: none; }
.sb-footer-2 li { float: left; margin-right: 13px; }
.sb-footer-2 li:last-child { margin-right: 0; }

/* breadcrumbs */
.sbw-breadcrumbs { border-bottom: 1px solid #fff; padding: 14px 0; background: #fafafa; }
.sb-breadcrumbs { color: #444; font-size: 14px; }
.sb-breadcrumbs strong { display: inline-block; margin-right: 4px; }
.sb-breadcrumbs span { display: inline-block; margin: 0 4px; }
.sb-breadcrumbs a { color: #1cbae4; }
.sb-breadcrumbs a:last-child { color: inherit; text-decoration: none; }
.sb-breadcrumbs a:hover { text-decoration: none; }
.sb-breadcrumbs a:last-child:hover { text-decoration: underline; }

/* content */
.sbw-content { padding-bottom: 80px; }

@media (min-width: 330px) {
}
@media (min-width: 550px) {
	/* b-col */
	.b-col-2,
	.b-col-3,
	.b-col-4 { float: left; width: 50%; }

	/* nav */
	.sb-nav .top { padding-bottom: 0; text-align: center; }
	.sb-nav .logo,
	.sb-nav .claim { display: inline-block; vertical-align: middle; margin-left: 0; margin-right: 0; }
	.sb-nav .claim { margin-left: 20px; border-bottom: none; border-left: 1px solid #dadada; padding: 0 0 0 24px; max-width: 170px; }
	

	/* newsletter */
	.sbw-newsletter input { display: inline-block; width: auto; }
	.sbw-newsletter input[type="text"] { margin: 0 0 0 5px; width: 46%; max-width: 400px; }
}
@media (min-width: 750px) {
	/* sbw-padded */
  .sbw-padded { padding: 100px 0; }

	/* b-block-head */
  .b-block-head h2 { font-size: 60px; }

	/* b-col */
	.b-col-3 { float: left; width: 33.3333%; }
	.b-col-4 { float: left; width: 25%; }

	/* b-label-forms */
  .b-label-forms .first-column,
	.b-label-forms .second-column { float: left; width: 50% }
	.b-label-forms .first-column { clear: left; padding-right: 12px; }
	.b-label-forms .second-column { padding-left: 12px; }
	.b-label-forms .full-column { clear: left; float: left; width: 100%; }
	.b-label-forms textarea { height: 120px; }

	/* slider */
	.sb-slider h2 { width: 78%; font-size: 60px; }
	.sb-slider p { width: 48%; }

	/* owner */
	.sb-owner .b-block-head { max-width: 750px; width: 70%; }
}
@media (min-width: 950px) {
	/* sbw-padded */
	.sbw-padded { padding: 120px 0 180px 0; }
	.sbw-padded.sbw-owner { padding-bottom: 120px; }

	/* nav */
	.sb-nav .top { display: inline-block; vertical-align: middle; border-bottom: none; width: 56%; text-align: left; }
	.sb-nav ul { display: inline-block; vertical-align: middle; margin: 0; width: 44%; text-align: right; }
	.sb-nav ul a { margin: 7px; }
	.sb-nav ul li:last-child a { margin-right: 0; }

	/* slider */
	.sb-slider h2 { width: 70%; }
}
@media (min-width: 1180px) {
	.sb { margin: 0 auto; width: 1140px; }

	/* nav */
	.sb-nav ul a { margin: 5px 20px; }

	/* slider  */
  .sbw-slider { padding: 0; }
	.sb-slider { padding-top: 120px; height: 770px; }
  .sb-slider h2 { width: 40%; }
  .sb-slider p { width: 48%; }

  /* newsletter */
	.sbw-newsletter p { float: left; }
  .sbw-newsletter form { float: right; }
  .sbw-newsletter input[type="text"] { width: 300px; }

	/* footer-2 */
	.sb-footer-2 { display: flex; justify-content: space-between; }
}
@media (min-width: 1500px) {
}
