/* RESET */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
HTML, body {
	height: 100%;
}
body {
	width:100%;
	min-width:100%;
	margin:0 auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #012e46;
}

/* Base styles: opinionated defaults */
html,
button,
input,
select,
textarea {
    color: #000;
}

/* Remove text-shadow in selection highlight */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/* A better looking default horizontal rule */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* Browse Happy prompt */
.browsehappy {
    margin:0;
    background: #e60003;
    color: #FFF;
    padding: 40px 0;
	text-align:center;
}
.browsehappy a {
	color:#000;
}
.browsehappy a:hover {
	color:#FBA3A4;
}

/* GENERAL STYLING */
html {
	font: normal 18px/150%  'Open Sans', Arial, Helvetica, Gotham, "Helvetica Neue", sans-serif;
	font-weight:300;
	color:#000;
}
BODY, table, div, TD, P, UL, LI, .content {
	font-size:1rem;
}
strong {
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6,
.page_title {
	font-weight:400;
}
h1, h2, h3, h4, h5, h6, .page_title {
	line-height: 120%;
	color:#175676;
	padding:0 0 20px;
    margin: 0;
	text-transform:uppercase;
}
h1, .page_title {font-size:1.333rem;} /* 24px */
h2 {font-size:1.222rem;} /* 22px */
h3 {font-size:1.111rem;} /* 20px */
h4 {font-size:1rem;} /* 18px */
h5 {font-size:0.8889rem;} /* 16px */
h6 {font-size:0.7778rem;} /* 14px */

a { color: #4ba3c3; }
a:visited { color: #4ba3c3; }
a:hover { color: #4ba3c3; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

a[href^="tel"] { color: #000; text-decoration:none; }

/* Lists */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, .form, .form ul, .news_block, .gal_box, .num_box, .banner_block, .steps_box { list-style: none; list-style-image: none; margin: 0; padding: 0; font-size:0; }
nav a { text-decoration:none; }

img { -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* Forms */
form { margin: 0; }
label { cursor: pointer; }
legend { *margin-left: -7px; white-space: normal; }
input[type="checkbox"], input[type="radio"] { *width: 13px; *height: 13px; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fcc2c2; }

/* Allow only vertical resizing of textareas. */
textarea {
    resize: vertical;
	vertical-align: top;
}

td { vertical-align: top; }

/* Main settings */
img, object, embed, video {
	max-width: 100%;
	height:auto;
}

/* GENRAL */
.pagewrap {
	width: 1200px;
	margin:0 auto;
}

/* header */
.top_header {
	background-color:#012e46;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 3;
}
.top_header__box {
	position:relative;
}
#site_logo {
	position:absolute;
	top:calc(50% - 31px);
	left:0;
	width:238px;
	height:62px;
	display:block;
	background-image:url(../images/logo.png);
	-webkit-background-size:238px auto;
	   -moz-background-size:238px auto;
	     -o-background-size:238px auto;
	        background-size:238px auto;
	background-repeat:no-repeat;
	background-position:center;
	z-index:99;
}
.second_page .center_box > div:nth-child(2n) {
    background-color: #cce6f473;
}
.first_page .center_box > div:nth-child(2n+1) {
    background-color: #e8fce1;
}
.first_page .center_box > div:nth-child(1) {
    background-color: #fff;
}
.center_box {
    background-color: #fff;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.1);
}

.content {
	padding:40px 0;
}
.content.form {
	padding:30px 0 20px;
}

/* form */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
select,
textarea {
	border:2px solid #10394e;
	background-color:#fff;
	color:#000;
	display: inline-block;
	*zoom: 1;
	vertical-align:middle;
    font-size: 1rem;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=email],
input[type=date],
select {
	padding:0 10px;
	line-height:40px;
	height:40px;
}
textarea {
	padding:10px;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=date]:hover,
textarea:hover,
select:hover {
	background-color:#4ba3c3;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus, 
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
	background-color: #EBEFFC;
	outline: none;
}
button { outline:none; }
button:active { outline:none; }
button:focus { outline:none; }

input::-webkit-input-placeholder { color:#575757; }
input::-moz-placeholder { color:#575757; } /* firefox 19+ */
input:-ms-input-placeholder { color:#575757; } /* ie */
input.hasPlaceholder { color:#575757; }
input:-moz-placeholder { color:#575757; }

select {
	-webkit-border-radius:0px;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right:50px;
}
select {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    linear-gradient(to right, #4ba3c3, #175676);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 10px) 50%,
    100% 0;
  background-size:
    10px 10px,
    10px 10px,
    40px 40px;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(to right, #175676, #175676);
  background-position:
    calc(100% - 20px) 50%,
    calc(100% - 10px) 50%,
    100% 0;
  background-size:
    10px 10px,
    10px 10px,
    40px 40px;
  background-repeat: no-repeat;
  outline: 0;
}

input[type=button],
input[type=submit],
input[type=reset],
button,
.s_btn {
	background-color:#d62839;
	color:#fff;
	border: 0px none;
	margin:0;
	padding:0 20px;
	font-size:1.444rem;
	line-height:40px;
	height:40px;
	text-decoration:none;
	text-transform:uppercase;
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.s_btn:visited {
	color:#fff;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.s_btn:hover {
	background-color:#175676;
	color:#fff;
	text-decoration:none;
}
.form ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}

.form ul li {
	width:calc(50% - 20px);
	margin-bottom:40px;
    position: relative;
}


html.js.no-flexbox .form ul {
	margin-right:-40px;
}
html.js.no-flexbox .form li {
	margin: 0 40px 40px 0;
	padding: 0;
	min-width:500px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.form li.form_textarea,
.form li.form_checkbox,
.form li.form_title,
.form li.form_but {
	width:100%;
}
.form li.form_but {
    margin-bottom: 0;
}
.form li.form_title {
	margin-bottom:0;
}
.form li:not(.form_static) label {
	cursor:text;
	position: absolute;
	top: 7px;
	left:10px;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}
.form input:hover:not([type='checkbox']) ~ label,
.form input:not([type='checkbox']) ~ label:hover,
.form input:focus:not([type='checkbox']) ~ label,
.form input.filled:not([type='checkbox']) ~ label,
.form select:hover ~ label,
.form select ~ label:hover,
.form select:focus ~ label,
.form select.filled ~ label,
.form textarea:hover ~ label,
.form textarea ~ label:hover,
.form textarea:focus ~ label,
.form textarea.filled ~ label {
	top: -27px;
	left:0;
	-webkit-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;

}
.form textarea {
	resize:vertical;
	width:100%;
}
.form label,
.form li input[type=text],
.form li input[type=email],
.form li input[type=password],
.form li input[type=tel],
.form li input[type=email],
.form li input[type=date],
.form li textarea,
.form li select {
	display:block;
	width:100%;
}
.form  label > span,
.form_inf_text >span,
.form  label > strong,
.form_inf_text > strong,
form#w0 label > span{
	color:#e60003;
	margin-right:3px;
    font-weight: normal;
}
.form li.form__spacer {
	height:40px;
	display:block;
	width:100%;
}
.form li.form__seporator {
	display:block;
	width:100%;
}
input[type=text].failed,
input[type=email].failed,
input[type=password].failed,
input[type=tel].failed,
input[type=email].failed,
input[type=date].failed,
select.failed,
textarea.failed,
input.failed {
	background-color:#FF0000;
}
.form_smalltext {
    display: block;
    position: absolute;
    left: 10px;
    font-size: 10px;
    line-height: 13px;
}
.form li.form_checkbox input[type="checkbox"],
.form li.form_checkbox input[type="radio"] {
    vertical-align: middle;
}
.form_secret_word {
    display: flex;
}
.form_secret_word img {
    width: 100px;
    margin-right: auto;
    flex: none;
}
.form_secret_word input {
    margin-left: 20px;
    flex: 1;
}
#mod90 {display: none;}

/* top left */

/* language */
.lang_box {
	vertical-align:top;
	text-transform:uppercase;
	padding:15px 0;
    text-align: right;
    line-height:20px;
}
.lang_box a {
	color:#fff;
	text-decoration:none;
    font-size: 16px;
	line-height:20px;
	margin-left:10px;
	display: inline-block;
}
.lang_box a:hover,
.lang_box a.lang_on {
	color:#4ba3c3;
}
.lang_box a.lang_on {
    border-bottom: 2px solid #4ba3c3;
}
.lang_box b {
    display: inline-block;
    vertical-align: middle;
    margin-left:10px;
    width: 1px;
    height:20px;
	background-image:url(../images/lang_topline.png);
    background-image:url(../images/lang_topline.svg), none;
	-webkit-background-size:auto 12px;
	   -moz-background-size:auto 12px;
	     -o-background-size:auto 12px;
	        background-size:auto 12px;
	background-repeat:no-repeat;
	background-position:center;
}
.contacts{
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-size: 1.333rem;
	font-weight: 400;
	vertical-align: top;
	padding: 30px 0 10px;
	line-height: 30px;
}
.contacts a{
	color: #000000;
}
.contacts a:hover {
	color: #007b4c;
}
.contacts-contact{
	font-size: 1rem;
}

/* menu top */
.menu_top {
	text-align:right;
    padding: 15px 0;
}
.menu_top > ul {
	vertical-align:top;
}
.menu_top > ul > li {
	padding:0;
	margin-left:20px;
	display: inline-block;
    vertical-align: middle;
    position: relative;
}
.menu_top > ul > li:first-child {
	margin:0;
}
.menu_top > ul > li:nth-child(2) {
	margin-left:0;
}
.menu_top > ul > li > a {
	color:#4ba3c3;
	display:block;
	font-size:20px;
	line-height:20px;
	height:20px;
}
.menu_top > ul > li:hover > a,
.menu_top > ul > li.menu_top__on > a {
	color:#Ba324f;
}
.menu_top__sep {
    vertical-align: middle;
    margin-left:20px;
    width: 1px;
    height:20px;
	background-image:url(../images/topmenu_topline.png);
    background-image:url(../images/topmenu_topline.svg), none;
	-webkit-background-size:auto 15px;
	   -moz-background-size:auto 15px;
	     -o-background-size:auto 15px;
	        background-size:auto 15px;
	background-repeat:no-repeat;
	background-position:center;
}

.menu_top__ico {
	position: absolute;
	right:0;
	top:50%;
	margin-top:-20px;
	height:40px;
	width:40px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	display:none;
}
.menu_top__ico span {
	position: absolute;
	height: 4px;
	width: 40px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	right:0;
	margin-left: -20px;
	background-color: #fff;
}
.menu_top__ico span::before,
.menu_top__ico span::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	background-color: #fff;
}
.menu_top__ico span::before {
	top:-12px;
}
.menu_top__ico span::after {
	top:12px;
}
.menu_top__ico:hover span,
.menu_top__ico:hover span::before,
.menu_top__ico:hover span::after {
	background-color:#175676;
}
.menu_top > ul > li.menu_top__close {
	display:none;
}

/* top menu submenu*/
.menu_top__sub {
	text-align:left;
	position:absolute;
	right:0;
	visibility: hidden;
	opacity: 0;
	z-index:999;
	background-color:#002f1d;
	-webkit-transition: visibility 0s 0.525s, opacity 0.25s ease-in-out 0.175s;
	-moz-transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	transition: visibility 0s 0.525s, opacity 0.35s ease-in-out 0.175s;
	*zoom:1;
}
.menu_top > ul > li:hover > .menu_top__sub,
.tpShow {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	   -moz-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	     -o-transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	        transition: visibility 0s ease-in-out 0.175s, opacity 0.25s ease-in-out 0.175s;
	*zoom:1;
}
.menu_top__sub > ul {
    vertical-align: top;
    padding: 20px;
}
.menu_top__sub li {
	display:block;
	vertical-align:top;
}
.menu_top__sub a {
	display:block;
	color:#fff;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	white-space:nowrap;
	padding:0;
}
.menu_top__sub a:hover,
.menu_top__sub li.menu_top__sub__on a {
	color:#175676;
}

/* banner top */
.banner_top {
	position:relative;
	z-index:2;
	overflow:hidden;
	background-color:#fff;
}

/* steps */
.steps_box {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 80%;
}
.step_item {
    width: calc(32% - 20px);
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 1.333rem;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px;
}
.step_item:first-child{
    margin-left: 0;
}
.step_item:last-child {
    margin-right: 0;
}
.step_item strong {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 2.25rem;
    font-weight: 200;
    color: #fff;
    padding-top: 150px;
    margin-bottom: 10px;
    background-color: #175676;
    background-size:50% auto;
    background-repeat:no-repeat;
	background-position:center 35%;
    z-index: 9;
}
.step_1 strong {
	background-image:url(../images/step_1.png);
}
.step_2 strong {
	background-image:url(../images/step_2.png);
}
.step_3 strong {
	background-image:url(../images/step_3.png);
}
.step_arrow {
    display: block;
    position: absolute;
    content: " ";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: calc(100px - 25px);
    right:-35px;
    background-color: #4ba3c3;
	background-image:url(../images/arrow_right.png);
    background-image:url(../images/arrow_right.svg), none;
	-webkit-background-size:100% auto;
	   -moz-background-size:100% auto;
	     -o-background-size:100% auto;
	        background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
    z-index: 2;
}
/*.step_item span:after {
    display: block;
    position: absolute;
    content: " ";
    width: 210px;
    height: 210px;
    background-color: #6B86D2;
    z-index: 1;
}*/

/* Elements settings*/
.global_title {
	padding-top:0;
	padding-bottom:0;
}
.page_title {
	padding-bottom:0;
}
.global_title a,
.page_title a {
	color:#92b6d5;
	text-decoration:none;
}
.global_title a:hover,
.page_title a:hover {
	color: #dcafad;
}
.color_pink {
	color: #dcafad;
}
.color_blue {
	color: #92b6d5;
}
.color_dark_blue {
	color: #506e88;
}
.picture_left {
	margin: 0 20px 20px 0;
	float: left;
}
.picture_right {
	margin: 0 0 20px 20px;
	float: right;
}
.position_left {
	margin: 0 20px 20px 0;
	float: left;
}
.position_right {
	margin: 0 0 20px 20px;
	float: right;
}
.color_box {
	background-color:#f5f6f6;
	padding:20px;
}
.color_box h2 {
	color:#92b6d5;
}
.color_box .picture_right {
	margin:-20px -20px -20px 20px;
}

/* table */
.table_style tr td {
	padding: 5px 7px 5px;
	background-color:#f5f6f6;
}
.table_style tr th,
.table_style tr td.table_title {
	color:#fff;
	text-decoration: none;
	background-color: #92b6d5;
	text-transform:uppercase;
 	padding: 7px;
	text-align:left;
}
.table_style tr:nth-child(2n) td {
	background-color: #fff;
}

/* numbers */
.num_box li {
	display:inline-block;
	margin:1px 0;
	padding:0;
	color:#999;
	font-size:0.5rem;
	line-height:1rem;
	height:1rem;
	vertical-align:top;
}
.num_box li a {
	font-size:1rem;
	color:#000;
	text-decoration:none;
	line-height:1rem;
	height:1rem;
	padding:0 8px;
	margin:0;
	display:block;
}
.num_box li a:hover,
.num_box li.num_on a {
	color:#dcafad;
	text-decoration:none;
}

/* news */
.news_block {
	margin-bottom:20px;
}
.news_block > li {
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #f5f6f6;
}
.news_block > li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.news_block > li.news_block__sep {
	display:none;
	height:1px;
	border-bottom:1px solid #f5f6f6;
}
.news_block img {
	float:right;
	margin-left:20px;
	width:200px;
}
.news_block__data {
	display:block;
	float:left;
	background-color:#92b6d5;
	color:#FFF;
	margin-right:20px;
	width:60px;
	height:60px;
	text-align:center;
	font-size:0;
}
.news_block__data > b,
.news_block__data > i,
.news_block__data > u {
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	font-weight:normal;
	font-size:22px;
	line-height:20px;
	font-style:normal;
}
.news_block__data > b {
	padding-top:5px;
}
.news_block__data > u {
	font-size:11px;
	line-height:13px;
}
.news_block__content {
	overflow:hidden;
	text-decoration:none;
	color:#000;
	display:block;
}
.news_block__content:hover,
.news_block__content:hover h5,
.news_block__content:hover p {
	color:#dcafad;
}
.news_block__content h2 {
	margin:0;
	padding-bottom:5px;
}
.news_block__content p {
	font-size:14px;
	line-height:17px;
	margin:0;
}

/* Gallery */
.gal_box {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	vertical-align:top;
}
html.js.no-flexbox .gal_box {
	display:block;
}
.gal_box > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 23.8%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 23.8%;
	flex: 0 0 23.8%;
	margin:0 1.6% 1.6% 0;
	position:relative;
	vertical-align:top;
	background-color:#FFF;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition: all 0.3s;
}
html.js.no-flexbox .gal_box > li:nth-child(4n+4) {
	margin-right:0;
}
html.js.no-flexbox .gal_box > li {
	width:23.333%;
	display: -moz-inline-stack;
	display: inline-block;
	*display:inline;
	*zoom: 1;
}
.gal_box a {
	text-decoration:none;
	text-align:center;
	color:#000;
}
.gal_box img {
	width:100%;
	display:block;
	margin:0 0 20px;
	transition: all 0.3s;
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	-webkit-background-size:contain;
	   -moz-background-size:contain;
	     -o-background-size:contain;
	        background-size:contain;
}
.gal_box span {
	display:block;
	position:absolute;
	padding:10px;
	margin:0;
	left:0;
	bottom:0;
	width:100%;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
	background-color:rgba(255,255,255,0.70);
	transition: all 0.3s;
}
.gal_box a:hover img {
	opacity:.8;
}
.gal_box a:hover span {
	color:#dcafad;
	background-color:rgba(255,255,255,1);
}

/* search */
.search_input {
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	margin-bottom:40px;
}
.search_input span {
	line-height:40px;
	height:40px;
	white-space:nowrap;
	padding-right:20px;
}
.search_input input {
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	-ms-flex:1;
	flex:1;
}

/* Footer */
.footer_box {
	
}
.footer_content {
	padding:40px 0 40px 310px;
	position:relative;
	vertical-align:top;
    /*background-color: #002f1d;*/
	background-image:url(../images/logo.png);
	-webkit-background-size:238px auto;
	   -moz-background-size:238px auto;
	     -o-background-size:238px auto;
	        background-size:238px auto;
	background-repeat:no-repeat;
	background-position:left 22px;
}
.copy_adress {
	width:100%;
	color:#fff;
	vertical-align:top;
	font-size:14px;
    line-height: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.copy_adress a {
	color:#fff;
	text-decoration:none;
}
.copy_adress a:hover {
	color:#175676;
}

/* Bottom menu */
.footer_menu {
	vertical-align:top;
    display: block;
    padding-top: 20px;
}
.footer_menu ul {
    display: block;
}
.footer_menu li {
	display:inline-block;
	vertical-align:top;
	padding:0;
    margin-right: 40px;
}
.footer_menu li:last-child {
    margin-right: 0;
}
.footer_menu a {
	font-size:1rem;
	line-height:1rem;
	display:block;
	color:#fff;
}
.footer_menu a:hover,
.footer_menu .footer_menu__on > a {
	color:#Ba324f;
}

/* Clearfix: contain floats */
.clearfix:before,
.clearfix:after,
.color_box:before,
.color_box:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after,
.color_box:after {
    clear: both;
}
/* For IE 6/7 only */
.clearfix,
.color_box {
    *zoom: 1;
}

/* Print styles. Inlined to avoid required HTTP connection */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.alert {
	padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert > p,
.alert > ul {
	margin-bottom: 0;
}
.alert > p + p {
	margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	color: #31708f;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #175676;
}
.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.form label.relative-pic{
	position: relative !important;
}

.form_input_addons {
	width: calc(33% - 20px)!important;
}

.post-article {
	width: 33.333333%;
    float: left;
}

.content-article {
	padding: 15px;
    background-color: #fff;
    margin: 15px;
    box-shadow: 0px 0px 15px #fff1f1;
}

.content-article > a.content-image{
	width: 100%;
    height: 204px;
    overflow: hidden;
    display: block;
	margin-bottom: 20px;
}

.content-article-btn {
	background-color: #d62839;
    color: #fff!important;
    padding: 5px 10px;
    margin: 10px auto;
    display: block;
    text-align: center;
    width: 80%;
	cursor: pointer;
	text-decoration: none;
}

.content-article-title > a {
	text-decoration: none;
}
.articles h3.content-article-title {
	text-align: center;
}

.blog-pagination {
	list-style: none;
	display: inline-block;
}

.blog-pagination > li {
    color: black;
    float: left;
}

.blog-pagination > li > a, .blog-pagination > li > span {
	padding: 8px 16px;
    text-decoration: none;
	cursor: pointer;
}

.blog-pagination > li.active > a, .blog-pagination > li.active > span{
    background-color: #4ba3c3;
    color: white;
    border-radius: 5px;
}

.blog-pagination > li:hover:not(.active) > a, .blog-pagination > li:hover:not(.active) > span {
    background-color: #ddd;
    border-radius: 5px;
}


/** Search block */
.reg_nr_search {
	padding-top: 50px;
	align-items: center;
	text-align: center;
}
.reg_nr_search label {
	font-size: 1.233rem;
	font-weight: bold;
	line-height: 48px;
}

.reg_nr_search #car_nr.no_filled {
	border: 2px solid red !important;
}
.reg_nr_search .eu-est-icon {
	display: block;
	content: " ";
	width: 34px;
	height: 40px;
	background-image: url(../images/eu-est.svg);
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
	margin-right: -2px;
}
#checkCarNr {
	padding: 0px 12px 0px 9px !important;
}

/** Chapch*/
#request-form li.city {
	display: none;
}

/*  breadcrumbs  */
.custom-breadcrumbs {
	background-color: #fff;
}
.custom-breadcrumbs li {
	display: inline-block;
	width: auto;
	list-style: outside none none;
}

.custom-breadcrumbs ul li {
	font-size: 16px;
}

.custom-breadcrumbs .breadcrumb {
	padding: 0;
}
.custom-breadcrumbs .content {
	padding-bottom: 0;
}

.center_box .content_box .content.articles h1 {
	text-align: center;
	font-size: 1.6em;
	font-weight: 800;
}

.flex {
	display:flex;
}

.form #loader {
	margin: 3px 0 0 15px;
	display: none;
}