/*
file:	WEB Style Sheet
year:	2020
*/

@charset "utf-8";

/* HTML FONT STYLE */

@font-face {
	font-family: 'Eurostile LT Std Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Eurostile LT Std Oblique'), url('../font/Eurostile-LT-Std-Oblique_16312.woff') format('woff');
}


@font-face {
	font-family: 'Eurostile LT Std Demi Oblique';
	font-style: normal;
	font-weight: normal;
	src: local('Eurostile LT Std Demi Oblique'), url('../font/Eurostile-LT-Std-Demi-Oblique_16309.woff') format('woff');
}

@font-face {
	font-family: 'Eurostile';
	font-style: normal;
	font-weight: normal;
	src: local('Eurostile'), url('../font/eurostile.woff') format('woff');
}

@font-face {
	font-family: 'Eurostile Bold';
	font-style: bolder;
	font-weight: bolder;
	src: local('Eurostile'), url('../font/eurostile.woff') format('woff');
}


@font-face {
	font-family: 'EuroStyle Normal';
	font-style: normal;
	font-weight: normal;
	src: local('EuroStyle Normal'), url('../font/EuroStyle Normal.woff') format('woff');
}


/* General HTML Styles */

html {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	z-index: 0;
}
@media screen and (max-width: 1600px) {
	background-size: auto;
}

div, span, p, em, a, time, tr, th, td, label, input, select, button, textarea, option, iframe, ul, li, font {
	font-family: -apple-system, BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji", sans-serif;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Eurostile', "Noto Sans", sans-serif;
	font-weight: 500;
}

h1	{
	color: #464646;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h2	{
	color: #464646;
	font-size: 22px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h3	{
	color: #464646;
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h4	{
	color: #464646;
	font-size: 19px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h5	{
	color: #464646;
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0;
}
h6	{
	color: #464646;
	font-size: 17px;
	font-weight: normal;
	display: block;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
em {
	font-size: 17px;
	color: #2d2d2d;
	margin: 0;
	font-weight: 600;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
}
a {
	font-size: 15px;
	color: #27aae1;
	/*font-weight: 700;*/
	text-decoration: none;
	transition: all .2s linear;
}
a:hover {
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

fieldset {
	width: auto;
	border: 0;
}
legend {
	color: #494949;
	font-size: 16px;
	font-weight: normal;
	padding: 0 5px;
}
input {
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	font-size: 13px !important;
	margin: 3px 0;
	padding: 5px;
	outline: none !important;
}
input:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
input:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 3px 3px;
	outline: none !important;
}
select:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
select:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
option {
	font-size: 13px !important;
	background-color: transparent !important;
	padding: 0 5px;
	outline: none !important;
}
textarea {
	font-size: 13px !important;
	background-color: #f2f2f2;
	border: 1px solid #c2c2c2;
	padding: 5px;
	height: 150px;
	margin: 3px 0;
	outline: none !important;
}
textarea:hover {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}
textarea:focus {
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	outline: none !important;
}

/*wrapper*/

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: table;
}

.wrapper a, img {
	outline: none !important;
}

.wrapper a:hover, a:visited, a:active,
.wrapper input, .wrapper input:hover, .wrapper input:focus, .wrapper input:active, .wrapper input:visited {
	outline: none !important;
}

:focus {
	outline: none;
}
::-moz-focus-inner {
	border:0;
}

/*to top jQuery*/

#toTop {
	background:url("../img/ui.totop.png") no-repeat left top;
	z-index: 999999;
}

#toTopHover {
	background:url("../img/ui.totop.png") no-repeat left -40px;
}

/*slickmenu responsive*/

.slicknav_menu {
	display: none;
}

/*language content*/

.language_content {
	width: 1080px;
	margin: 0 auto;
	padding: 8px 0 10px;
	display: table;
}

.language_content ul {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.language_content ul li {
	float: left;
	margin-left: 20px;
}

.language_content ul li a {
	font-size: 11px;
	color: #696969;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.language_content ul li a:hover, .language_content ul li a.active {
	font-size: 11px;
	color: #191919;
}

/*header*/

header {
	display: table;
	width: 100%;
	z-index: 0;
	height: 50vh;
	min-height: 350px;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header_content {
	width: 960px;
	margin: 0 0 0 -480px;
	padding: 20px;
	position: absolute;
	left: 50%;
	z-index: 2;
}

.header_contact_data {
	box-sizing: content-box;
	width: auto;
	float: right;
	margin: 7px 0 0;
	padding: 0 0 0 20px;
	-webkit-filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.55));
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.55));
	background: rgba(33,69,133,0.19);
	border-radius: 5px;
	min-width: 590px;
}
.header_contact_data div {
	display: inline;
	float: left;
	margin: 0;
	padding: 5px 0 0;
	width: 50%;
}
.header_contact_data div p {
	font-size: 12px;
	color: rgba(0, 123, 255,0.75);/*#cdcdcd;*/
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	margin: 0 0 -4px;
	padding: 0;
	text-shadow: 3px 0 3px rgba(0, 123, 255,0.15);
}
.header_contact_data div a {
	font-size: 30px;
	color: #ebebeb;
	font-weight: 700;
	display: block;
	text-shadow: 1px 0 1px rgba(0,0,0,0.40);
	margin: 0;
	padding: 0;
}
.header_contact_data div a:hover {
	font-size: 30px;
	color: #fff;
	text-shadow: 1px 0 1px rgba(0,0,0,0.80);
}

.header_contact_data nav {
	margin: 0;
	padding: 0;
}

.header_contact_data nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.header_contact_data nav ul li {
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 20px 12px 0;
	-webkit-filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.45));
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.45));
}

.header_contact_data nav ul li a {
	color: rgba(255,255,255,0.95);
	text-decoration: none;
}

.header_contact_data nav ul li a:hover {
	color: rgba(255,255,255,0.65);
	text-decoration: underline;
}

/*logo*/

@supports (mix-blend-mode: overlay) {
	a.logo img {
		mix-blend-mode: overlay;
	}
}

a.logo {
    margin: 0;
    padding: 0;
	mix-blend-mode: multiply;
}

a.logo img {
    max-height: 125px;
    margin: 0;
    padding: 0;
   
	 /*-webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.45));
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.45));*/
   -webkit-filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.25));
   filter:  drop-shadow(0 0 0.75rem rgba(0,0,0,0.25));
   filter: grayscale(40%);
}



/*BASIC CSS*/

/*left submenu*/
/*

.main_container nav {
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}

.main_container nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.main_container nav ul li {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

.main_container nav ul li:first-of-type a {
	border-top: 1px solid #cdcdcd;
}

.main_container nav ul li a {
	font-size: 13px;
	color: #2d2d2d;
	font-weight: 600;
	margin: 0;
	padding: 8px 10px;
	display: block;
	box-sizing: border-box;
	border-bottom: 1px solid #cdcdcd;
}

.main_container nav ul li a:hover, .main_container nav ul li a.active {
	font-size: 13px;
	color: #fff;
	background-color: #cdcdcd;
}

#mega-menu-1 li .sub-container.non-mega li a:hover, #mega-menu-1 li .sub-container.non-mega li a.active {
	background-color: rgba(131, 218, 255, 0.5);
}

/*contact form*/
/*
.contact_form {
	width: 95%;
	margin: 0 auto 20px;
	padding: 0;
	display: table;
}

.contact_form h1 {
	margin: 0 0 20px;
}

.contact_form dl {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
}

.contact_form div {
	width: 280px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.contact_form div:nth-of-type(3n) {
	margin-right: 0;
}
/*
.contact_form div:nth-of-type(7){
	width: 280px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}
*/
/*
.contact_form div.cnt_form_div_note {
	width: 100%;
	float: none;
	margin: 0 0 15px;
}

.contact_form dd div {
	width: auto;
	float: none;
	margin: 0;
}

.contact_form dt {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0 !important;
}

.contact_form dt label {
	font-size: 14px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0 0 5px 5px;
	display: block;
	cursor: text;
	height: 20px;
}

.contact_form dd {
	width: 100% !important;
	display: table;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
*/
.webform-box input[type="reset"] {
	background: #a5a5a5 !important;
	box-shadow: none !important;
	border-radius: 3px !important;
	border: 1px solid #a5a5a5 !important;
	padding: 3px 8px !important;
	font-size: 14px !important;
	color: #fff !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 10px 0 0 !important;
	font-family: "Oswald", sans-serif;
}

.webform-box input[type="reset"]:hover, .webform-box input[type="reset"]:focus {
	font-size: 14px !important;
	color: rgba(14, 38, 104, 0.9) !important;
	background: rgba(45, 45, 55, 0.3) !important;
	border: 1px solid rgba(45, 45, 55, 0.3) !important;
	opacity: 0.8;
}

.webform-box input[type="submit"] {
	background: rgba(14, 38, 104, 0.9) !important;
	border: 1px solid rgba(14, 38, 104, 0.9) !important;
	box-shadow: none !important;
	border-radius: 3px !important;
	padding: 3px 8px !important;
	font-size: 14px !important;
	color: #f4f4f4 !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	float: left;
	width: auto !important;
	cursor: pointer !important;
	text-transform: uppercase !important;
	transition: all .2s linear !important;
	margin: 0 !important;
	font-family: "Oswald", sans-serif;
}

.webform-box input[type="submit"]:hover, .webform-box input[type="submit"]:focus,
.webform-box input[type="submit"]:valid:hover, .webform-box input[type="submit"]:valid:focus {
	font-size: 14px !important;
	color: rgba(14, 38, 104, 0.9) !important;
	background: rgba(45, 45, 55, 0.3) !important;
	border: 1px solid rgba(45, 45, 55, 0.3) !important;
	opacity: 0.8;
}
/*
.contact_form dl a{
	color: #00677a;
}

.contact_form dd input, .contact_form dd textarea, .contact_form dd select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	padding: 11px 15px 12px;
	margin: 0 !important;

	background: linear-gradient(#ffffff, #fafafa) !important;
	background: -webkit-linear-gradient(#ffffff, #fafafa) !important;
	border-radius: 3px !important;
	border: 1px solid #cdcdcd !important;
	box-shadow: none !important;

	transition: all .2s linear;
	color: #2d2d2d;
	font-size: 12px !important;
	opacity: 1;
}

.contact_form dd input:hover, .contact_form dd input:focus, .contact_form dd input:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea:hover, .contact_form dd textarea:focus, .contact_form dd textarea:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd select:hover, .contact_form dd select:focus, .contact_form dd select:active {
	background: #fff !important;
	border: 1px solid #a5a5a5 !important;
	box-shadow: none !important;
}

.contact_form dd textarea {
	min-height: 120px;
	max-height: 120px;
	resize: none;
}

.contact_form div dd .formInfo:nth-child(2) {
	position: absolute;
	right: 5px;
	top: -22px;
}

.contact_form dd select {
	padding: 8px 10px 10px;
}

.contact_form dd input[type="file"] {
	padding: 7px 10px 7px;
}

/*invalid input*/
/*
.contact_form dd input:invalid:focus, .contact_form dd select:invalid:focus, .contact_form dd textarea:invalid:focus {
	border: 1px solid #e10f0f !important;
}

.contact_form dd input:valid:focus, .contact_form dd select:valid:focus, .contact_form dd textarea:valid:focus {
	border: 1px solid #179d0a !important;
}

.formInfo {
	margin: 0;
	color: #C20E24;
	font-size: 18px;
	cursor: help;
}

.FormButton{
	width: auto!important;
}

.CaptchaInput {
	float:left;
	width:70px !important;
}

#CaptchaImg2 {
	margin: 7px 0 0 5px;
	border: 1px solid #b4b4b4;
}

.contact_form dd img{
	border: none;
}

#reload_ecaptcha_contact{
	border: none;
}

.contact_form dd.buttons_action {
	padding: 20px 0 0 !important;
}

.contact_form dd div p {
	font-size: 13px;
	color: #555;
	font-weight: normal;
	margin: 0 0 8px;
	padding: 0;
	display: block;
}

.error_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.msg_content {
	color: #2d2d2d !important;
	margin: 20px 0;
}

.consent_data input[type="checkbox"] {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}


dd.go-center div, dd.go-center input, dd.go-center button {
	margin: 40px 0 0;
}


/*sorter*/

.sorter {
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 0;
	clear: both;
	display: table;
}

.sorter form {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}

.sorter form div {
	width: auto;
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

.sorter div:last-of-type {
	margin: 0;
	float: right;
}

.sorter form label {
	font-size: 11px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 11px 15px 0 0;
	padding: 0;
	float: left;
}

.sorter div:last-of-type select {
	width: 90px;
	max-width: 90px;
}

.sorter form div select {
	width: 240px !important;
	max-width: 240px !important;
	box-sizing: border-box;
	margin: 0;
	padding: 7px 8px 8px;
	font-size: 11px !important;
	color: #696969;
	font-weight: normal;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
}

/*paging content*/

.paging_content {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 40px 0 0;
	display: table;
	clear: both;
}

.paging_content .paging, .paging_content .paging_info {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
}

.paging_content .paging p {
	font-size: 13px;
	color: #555;
	font-weight: 400;
	text-transform: uppercase;
	margin: 8px 10px 0 0;
	padding: 0;
	float: left;
}

.paging_content .paging span {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.paging_content .paging a, .paging_content .paging span {
	font-size: 11px;
	color: #414141;
	font-weight: 700;
	margin: 0 -1px 0 0;
	padding: 8px 12px;
	float: left;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	cursor: pointer;
	transition: all .3s linear;
}

.paging_content .paging span:first-of-type {
	border-radius: 0;
}

.paging_content .paging a:last-of-type {
	border-radius: 0;
}

.paging_content .paging a:hover, .paging_content .paging a:focus, .paging_content .paging a.active,
.paging_content .paging span:hover, .paging_content .paging span:focus, .paging_content .paging span.active {
	font-size: 11px;
	color: #000;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.paging_content .paging_info {
	font-size: 12px;
	color: #555;
	font-weight: 300;
	padding: 5px 0 0 75px;
}

.paging_content .paging .paging_right_cnt {
	width: 855px;
	float: left;
}

.basic_site_inner_content_catalog .paging_content .paging .paging_right_cnt,
.basic_site_inner_content_news .paging_content .paging .paging_right_cnt {
	width: 605px;
}

/*basic site inner content*/

.basic_site_inner_content {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}

.basic_site_inner_content article {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
}

.basic_site_inner_content h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content h1, .basic_site_inner_content h1 a {
	font-size: 32px;
	color: #27aae1;
	font-weight: 300;
}

.basic_site_inner_content h1 a:hover {
	font-size: 32px;
	color: #27aae1;
}

.basic_site_inner_content h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content h2, .basic_site_inner_content h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content h2 a:hover {
	font-size: 22px;
	color: #27aae1;
}

.basic_site_inner_content h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content h3, .basic_site_inner_content h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content h3 a:hover {
	font-size: 20px;
	color: #27aae1;
}

.basic_site_inner_content figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content figure img {
	max-width: 320px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
}

.basic_site_inner_content article ul {
	width: 100%;
	box-sizing: border-box;
	margin: 5px 0 40px 0;
	padding: 15px 0;
	list-style: none;
	display: table;
	border-top: 1px dashed #a5a5a5;
	border-bottom: 1px dashed #a5a5a5;
}

.basic_site_inner_content article ul li:before {
	content: "";
	position: absolute;
	display: list-item;
	list-style-type: square;
	color: #009036;
	top: -1px;
}

.basic_site_inner_content article ul li {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin: 0 0 0 16px;
	padding: 0 0 8px;
	display: table;
	position: relative;
}

.basic_site_inner_content article ul li:last-of-type {
	padding: 0;
}

/*basic site inner content contact*/

.basic_site_inner_content_contact {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}

.basic_site_inner_content_contact article {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
}

.basic_site_inner_content_contact h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content_contact h1, .basic_site_inner_content_contact h1 a {
	font-size: 32px;
	color: #27aae1;
	font-weight: 300;
}

.basic_site_inner_content_contact h1 a:hover {
	font-size: 32px;
	color: #27aae1;
}

.basic_site_inner_content_contact h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_contact h2, .basic_site_inner_content_contact h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_contact h2 a:hover {
	font-size: 22px;
	color: #27aae1;
}

.basic_site_inner_content_contact h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_contact h3, .basic_site_inner_content_contact h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_contact h3 a:hover {
	font-size: 20px;
	color: #27aae1;
}

.right_column_contact {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

/*basic site inner content news*/
/*
.basic_site_inner_content_news {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}

.news_right_cnt {
	width: 800px;
	float: right;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_news article {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	display: table;
}

.basic_site_inner_content_news article figure {
	max-width: 240px;
	max-height: 180px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
}

.basic_site_inner_content_news article figure img {
	max-width: 240px;
	max-height: 180px;
	text-align: center;
	vertical-align: middle;
}

.basic_site_inner_content_news article h1 {
	margin: 0 0 5px;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	height: 27px;
}

.basic_site_inner_content_news article h1, .basic_site_inner_content_news article h1 a {
	font-size: 21px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_news article h1 a:hover {
	font-size: 21px;
	color: #27aae1;
}

.basic_site_inner_content_news article em, .basic_site_inner_content_news article p {
	font-size: 13px;
	color: #555;
	font-weight: 300;
	line-height: 17px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 69px;
}

.basic_site_inner_content_news article time {
	font-size: 11px;
	color: #27aae1;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	display: table;
}

/*basic site inner content news details*/
/*
.news_details {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}
*/
/*
.news_details {
	margin: 0;
	padding: 0;
}

.news_details figure {
	max-width: 320px;
	max-height: 240px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.news_details figure img {
	max-width: 320px;
	max-height: 240px;
	text-align: center;
	vertical-align: middle;
	transition: transform .2s;
}
.news_details figure img:hover {
	transform: scale(1.025);
}

.news_details h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.news_details h1, .news_details h1 a {
	font-size: 32px;
	color: #2d2d2d;
	font-weight: 300;
}

.news_details h1 a:hover {
	font-size: 32px;
	color: #27aae1;
}

.news_details h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.news_details h2, .news_details h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.news_details h2 a:hover {
	font-size: 22px;
	color: #27aae1;
}

.news_details h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.news_details h3, .news_details h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.news_details h3 a:hover {
	font-size: 20px;
	color: #27aae1;
}

.news_details article time {
	font-size: 11px;
	color: #27aae1;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0;
	display: table;
}

/*basic site inner content catalog*/
/*
.basic_site_inner_content_catalog {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}

.catalog_right_cnt {
	width: 800px;
	float: right;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_catalog article {
	width: 390px;
	float: left;
	margin: 0 20px 40px 0;
	padding: 0;
}

.basic_site_inner_content_catalog article:nth-of-type(2n) {
	margin: 0 0 40px;
}

.basic_site_inner_content_catalog article figure {
	max-width: 390px;
	max-height: 290px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	
	float: none;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_catalog article figure img {
	max-width: 390px;
	max-height: 290px;
	text-align: center;
	vertical-align: middle;
}

.basic_site_inner_content_catalog article span {
	font-size: 15px;
	color: #27aae1;
	font-weight: 300;
	letter-spacing: 3px;
	margin: 15px 0 -2px;
	padding: 0;
	display: table;
}

.basic_site_inner_content_catalog article h1 {
	margin: 10px 0 5px;
	padding: 0;
	overflow: hidden;
	height: 33px;
}

.basic_site_inner_content_catalog article h1, .basic_site_inner_content_catalog article h1 a {
	font-size: 23px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_catalog article h1 a:hover {
	font-size: 23px;
	color: #27aae1;
}

.basic_site_inner_content_catalog article em, .basic_site_inner_content_catalog article p {
	font-size: 15px;
	color: #696969;
	font-weight: 300;
	line-height: 19px;
	margin: 0 0 25px;
	padding: 0;
	overflow: hidden;
	height: 77px;
}

/*basic site inner content catalog details*/
/*
.basic_site_inner_content_catalog_details {
	width: 1080px;
	margin: 0 auto;
	padding: 0 0 80px;
	clear: both;
	display: table;
}

.basic_site_inner_content_catalog_details article {
	width: 800px;
	float: right;
	margin: 0;
	padding: 0;
}

.basic_site_inner_content_catalog_details h1 {
	margin: 0;
	padding: 0 0 10px;
	clear: both;
}

.basic_site_inner_content_catalog_details h1, .basic_site_inner_content_catalog_details h1 a {
	font-size: 32px;
	color: #27aae1;
	font-weight: 300;
}

.basic_site_inner_content_catalog_details h1 a:hover {
	font-size: 32px;
	color: #27aae1;
}

.basic_site_inner_content_catalog_details h2 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_catalog_details h2, .basic_site_inner_content_catalog_details h2 a {
	font-size: 22px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_catalog_details h2 a:hover {
	font-size: 22px;
	color: #27aae1;
}

.basic_site_inner_content_catalog_details h3 {
	margin: 0;
	padding: 0 0 8px;
	clear: both;
}

.basic_site_inner_content_catalog_details h3, .basic_site_inner_content_catalog_details h3 a {
	font-size: 20px;
	color: #2d2d2d;
	font-weight: 700;
}

.basic_site_inner_content_catalog_details h3 a:hover {
	font-size: 20px;
	color: #27aae1;
}

.basic_site_inner_content_catalog_details figure {
	max-width: 390px;
	max-height: 290px;
	display: table-cell;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	background: #fff;
	border-right: 1px solid rgba(0,0,0,0.10);
	border-bottom: 1px solid rgba(0,0,0,0.10);
	
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

.basic_site_inner_content_catalog_details_catalog_details figure img {
	max-width: 390px;
	max-height: 290px;
	text-align: center;
	vertical-align: middle;
}

/*gallery box*/

.pcms_gallery_box {
	width: 100%;
	float: none;
	display: table;
	box-sizing: border-box;
	margin: 10px 0 0;
	border-top: 1px dottted #ccc;
}

.pcms_gallery_box h1 {
	margin: 10px 0;
	font-size: 1.6em;
	width: 100%
}

.pcms_gallery_box p {
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.pcms_gallery_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pcms_gallery_box ul li {
	float: left;
	margin: 15px 15px 0 0;
}
.pcms_gallery_box a {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*
.gallery_box a:nth-of-type(5n) {
	margin: 20px 0 0;
}
*/
.pcms_gallery_box a img {
	box-sizing: border-box;
	margin: 0 20px 20px 0;
	background: #fff;
	border: none;
	max-width: 320px;
	transition: transform .2s;
	
	justify-content: center;
    align-items: center;
    padding: 0.7em;
    line-height: 0.6;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px;
    background-repeat: no-repeat;
	background-image:
        linear-gradient(0deg, #214585, #214585 25%, transparent 25%, transparent 75%, #214585 75%), /* left*/
        linear-gradient(90deg, #214585, #214585 25%, transparent 25%, transparent 75%, #008ad2 75%), /* top*/
        linear-gradient(180deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #008ad2 75%), /* right*/
        linear-gradient(270deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #214585 75%) /* bottom*/
    ;
}
.pcms_gallery_box a img:hover {
	transform: scale(1.025);
}

.pcms_gallery_box em {
	font-size: 14px;
	color: #555;
	font-weight: 700;
	margin: 10px 0;
	padding: 0;

	line-height: 18px;
	overflow: hidden;
	height: 39px;
	min-height: 39px;
}

.basic_site_inner_content_catalog_details .pcms_gallery_box {
	width: 800px;
	float: right;
}

.basic_site_inner_content_catalog_details .pcms_gallery_box a {
	width: 23.12%;
}

.basic_site_inner_content_catalog_details .pcms_gallery_box a:nth-of-type(5n) {
	margin: 20px 20px 0 0;
}

.basic_site_inner_content_catalog_details .pcms_gallery_box a:nth-of-type(4n) {
	margin: 20px 0 0;
}

/*download*/

.document_category {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0;
	padding: 15px 20px 0 20px;
	clear: both;
	display: table;
	background: linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	background: -webkit-linear-gradient(transparent 0%, rgba(0,0,0,0.04) 100%);
	border: 1px solid rgba(0,0,0,0.15);
}

.document_category h1 {
	font-size: 18px;
	color: #414141;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 10px;
}

.document_category ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: table;
	width: 100%;
}

.document_category ul li {
	width: 32.2%;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0;
}

.document_category ul li:nth-of-type(3n) {
	margin: 0 0 15px;
}

.document_category ul li img, .document_category ul li a {
	display: inline-block;
	vertical-align: middle;
}

.document_category ul li img {
	max-height: 48px;
	margin: 0 10px 0 0;
	padding: 0;
}

.document_category ul li a {
	font-size: 15px;
	color: #414141;
	font-weight: 400;
	margin: -2px 0 0;
	padding: 0;
}

.document_category ul li a:hover {
	font-size: 15px;
	color: #27aae1;
}

/*hist and social*/

.hist_and_social {
	width: 100% !important;
	box-sizing: border-box;
	margin: 20px 0 20px !important;
	padding: 10px 0 0 !important;
	clear: both;
	display: table;
	background: none !important;
	border-radius: 0 !important;
}

.basic_site_inner_content_news_details .hist_and_social {
	width: 800px !important;
	float: right !important;
}

.hist_and_social .social_toolbar_inside {
	width: auto;
	float: right;
	margin: 4px 0;
	padding: 0;
}

.social_toolbar_inside p.label {
	font-size: 15px;
	color: #555;
	font-weight: 400;
	margin: 4px 10px 0 !important;
	display: inline-block;
	float: left !important;
	clear: none !important;
}

.hist_and_social .social_toolbar_inside div {
	display: inline-block !important;
	padding: 0;
	margin: 0;
	float: left !important;
	clear: none !important;
}

.social_toolbar_inside ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.social_toolbar_inside ul li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.social_toolbar_inside ul li.label {
	font-size: 12px;
	color: #555;
	font-weight: 400;
	margin: 4px 10px 0 !important;
}

.social_toolbar_inside ul li:last-of-type {
	margin: 0;
}

.social_toolbar_inside ul li a {
	display: flex;
}

.social_toolbar_inside ul li img {
	max-height: 48px;
	margin: 0;
	padding: 0;
	transition: all .2s linear;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	opacity: 1;
}

.social_toolbar_inside ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 1;
}

#hist {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#hist a {
	font-size: 12px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 7px 15px;
	display: table;
	background: linear-gradient(#f5f5f5, #f0f0f0);
	background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
	border: 1px solid #d7d7d7;
	border-radius: 0;
	position: relative;
	transition: all .2s linear;
	clear: both;
}

#hist a:hover, #hist a:focus {
	font-size: 12px;
	color: #27aae1;
	background: #fff;
	border: 1px solid #a5a5a5;
	box-shadow: none;
}

/* NEW */
/*
section.offer-extract {
	width: 620px;
	display:flex;
	margin: 20px 0 0;
}

section.offer-extract h1 {
	color: #f47622;
	font-size: 17px;
	text-transform: uppercase;
	position: absolute;
	width: auto;
}

section.offer-extract article {
	float: left;
	margin: 35px 0 0 10px;
	color: #2d2d2d;
	min-height: 60px;
	width: 189px;
	height: 120px;
	vertical-align: middle;
	text-align: left;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   transition: all 0.3s cubic-bezier(.25,.8,.25,1);
   padding: 5px;
   display: table;
}

section.offer-extract article:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

section.offer-extract article:nth-of-type(1) { 
	background: rgba(204, 24, 23, 0.5);	
	margin: 35px 0 0;
}
section.offer-extract article:nth-of-type(2) { 
	background: rgba(100, 161, 101, 0.5);
	margin: 35px 0 0 10px;
}
section.offer-extract article:nth-of-type(3) { 
	background: rgba(229, 115, 26, 0.5);
	margin: 35px 10px 10px;
}
section.offer-extract article:nth-of-type(4) { 
	background: rgba(239, 231, 32, 0.5);
	margin: 35px 10px 10px;
}
section.offer-extract article h1 {
	 display: table-cell;
    vertical-align: middle;
    padding: 2.2% 0 0;
    width: 200px;
}
section.offer-extract article em {
	font-size: 17px;
	color: rgba(45, 45, 55, 0.3);
	margin: 0;
	font-weight: 600;
	padding: 0 0 15px;
	font-style: normal;
	display: block;
	text-align: right;
}
section.offer-extract article h1 a {
	white-space: pre-line;
	color: #fff;
	font-size: 20px;	
	width: auto;
	/*word-break: break-all !important;*/
/*	word-spacing: 100vw;
}
section.offer-extract article h1 a:hover {
	color: #333;
	font-size: 19px;
}
section.offer-extract article:hover h1 a {
	font-size: 22px;
}

section.newsletter-box {
	width: 300px;
}
section.newsletter-box h1 {
	font-size: 17px;
	margin: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
}
section.newsletter-box input {
    display: block;
    margin: 0;
    padding: 2px;
    color: inherit;
    width: 100%;
    font-family: inherit;
    font-size: 13px;
    font-weight: inherit;
    line-height: 22px;
    border: none;
    border-radius: 0.2rem;
    transition: box-shadow 0,2;
    display: inline;
}
section.newsletter-box .button {
	background: rgba(14, 38, 104, 0.9);
	border: 0;
	width: auto;
	height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	font-size: 13px;
	cursor: pointer;
	transition: width .3s ease, background .3s ease, opacity .3s ease;
	color: #fff;
	text-transform: uppercase;
	display: inline;
}
section.newsletter-box .button:hover {
	background: rgba(45, 45, 55, 0.3);
}

section.bnr-box {
	width: 300px;
	margin: 10px 0 0;
}
section.bnr-box a:hover img {
	box-shadow: 0 3px 6px rgba(0,0,0,0.46), 0 3px 6px rgba(0,0,0,0.53);
}
section.bnr-box a img {
	max-width: 300px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

section.fb-box {
	width: 300px;
}
section.fb-box h1 {
	font-size: 17px;
	margin: 5px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
}

section.social-box {
	width: 300px;
}
section.social-box h1 {
	font-size: 17px;
	margin: 15px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px dotted #999;
}
section.social-box ul {
	list-style: none:
}
section.social-box ul li {
	display: inline-block;
}
section.social-box ul li img {
	max-width: 24px;
}



section.news_extracted {
	width: 940px;
	margin: 0 20px;
	padding: 0;
	display:flex;
}
section.news_extracted h1 {
	position: absolute;
	width: 900px;
	color: #f47622;
	font-size: 17px;
	text-transform: uppercase;
}
section.news_extracted article {
	float: left;
	width: 230px;
	margin: 35px 0 0 10px;
}
section.news_extracted article:nth-of-type(1) { 
	margin: 35px 0 0;
}
section.news_extracted article img {
	max-width: 225px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	transition: transform .2s;
}
section.news_extracted article img:hover {
	transform: scale(1.025);
}
section.news_extracted article h1 {
	line-height: 17px;
	margin: 5px 0 10px 0;
	position: static;
	width: auto;
	text-transform: none;
}
section.news_extracted article h1 a {
	letter-spacing: 1px;
    font-size: 16px;
    color: #27aae1;
    font-weight: 300;
    text-decoration: none;
    transition: all .2s linear;

}
section.news_extracted article h1 a:hover {
	color: #0b286a;
	font-size: 16px;
}
section.news_extracted article em {
	line-height: 17px;
	margin: 0 0 5px 0;
	font-size: 13px;
	font-weight: 400;
}

.footer_info_cnt a img {
	float: left;
	margin: -20px 0 0 20px;
}
aside.ft-location {
	float: left;
	clear: left;
	width: 150px;
	margin: 20px 0 0 20px;
}
aside.ft-location  h1 {
	font-size: 18px;
	color: rgba(45, 45, 55, 0.7);
}
aside.ft-location ul {
	list-style: square outside none;
	color: rgba(14, 38, 104, 0.7);
	margin: 10px 0 0 20px;
}
aside.ft-location ul li {
	float: none;
	width: 200px;
	margin: 2px 0 0 10px;
	padding: 0;
	color: rgba(14, 38, 104, 0.7);
}
aside.ft-location ul li a {
	color: rgba(14, 38, 104, 0.6);
	font-weight: 400;
}
aside.ft-location ul li a:hover {
	color: #fff;
}

aside.ft-pays {
	float: left;
	width: 230px;
	margin: 20px 0 0 20px;
}
aside.ft-pays  h1 {
	font-size: 18px;
	color: rgba(45, 45, 55, 0.7);
}
aside.ft-pays ul {
	list-style: none;
	margin: 25px 0 0;
	padding: 0;
}
aside.ft-pays ul li {
	float: none;
	width: 65px;
	height: 34px;
	margin: 5px 0;
	padding: 0;
	display: inline-flex;
}
aside.ft-pays ul li a {
	border: 1px solid rgba(255, 255, 255, 0.6);
	margin: 0;
	padding: 0;
}
aside.ft-pays ul li a:hover {
	border: 1px solid rgba(14, 38, 104, 0.6);
}
aside.ft-pays ul li a img {
	float: none;
	margin: 0;
	padding: 0;
}


aside.ft-friends {
	float: left;
	width: 180px;
	margin: 20px 0 0 20px;
}
aside.ft-friends  h1 {
	font-size: 18px;
	color: rgba(45, 45, 55, 0.7);
}
aside.ft-friends ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
aside.ft-friends ul li {
	float: none;
	width: 180px;
	height: 65px;
	margin: 5px 0;
	padding: 0;
	display: inline-flex;
}
aside.ft-friends ul li a {
	border: 0px solid rgba(14, 38, 104, 0.6);
	margin: 0;
	padding: 0;
}
aside.ft-friends ul li a:hover {
	border: 0px solid #fff;
}
aside.ft-friends ul li a img {
	float: none;
	margin: 0;
	padding: 0;
}


aside.ft-map {
	float: left;
	width: 300px;
	margin: 30px 0 0 20px;
}

aside.left_content div.main-slider  {
	width: 580px;
	height: 330px;
	min-width: 580px;
	min-height: 330px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(14, 38, 104, 0.6);
}
aside.left_content div.main-slider  .bx-viewport {
	max-height: 330px !important;
}

.padding_top20 {
	padding: 25px 0 0;
}

.details_box {
	padding: 0 20px;
}
.details_box h1, .details_box h2, .details_box h3, .details_box h4, .details_box h5 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}
.details_box h1 {
	margin: 0 0 15px;
	color: #002164;
}
.details_box figure {
	margin: 0 20px 5px 0;
}
.details_box figure a img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	background: #fff;
}
.details_box figure a img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.details_box .hist_and_social {
	margin: 0 0 20px;
	border-top: 1px dotted #ccc
}
.details_box .hist_and_social a:hover {
	opacity: 0.5;
}
.details_box iframe {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	background: #fff;
}
.details_box iframe:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.details_box .article_gallery_box {
	padding: 25px 0 0;
}
.details_box .article_gallery_box h1 {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0 5px;
}
.details_box .article_gallery_box h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 5px;
}
.details_box .article_gallery_box h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 5px;
}
.details_box .article_gallery_box div {
	float: left;
	width: 300px;
}
.details_box .article_gallery_box a img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	background: #fff;
	margin: 5px 10px 5px 0;
}
.details_box .article_gallery_box a img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.details_box .prices_box {
	padding: 40px 0 0;
	clear: left;
}
.details_box .prices_box h1 {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 0 5px;
}
.details_box .prices_box h2 {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 5px;
}
.details_box .prices_box h3 {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0 5px;
}
.details_box .prices_box .price_boxlist {
	width: 50%;
	float: left;
}
.details_box .prices_box ul.prices_list {
	list-style: disc;
	margin: 0 20px 20px;
}
.details_box .prices_box ul.prices_list em {
	font-size: 16px;
}
.details_box .prices_box ul.prices_list em span {
	font-size: 16px;
	font-weight: 500;
	color: #002164;
}
.details_box .additional_box {
	padding: 20px 20px 0;
	margin: 25px 0;
	clear: both;
}
.details_box .additional_box h1 {
	padding: 10px 0 5px;
}
.details_box .additional_box h2 {
	padding: 10px 0 5px;
	border-bottom: 1px dotted #ccc;
}
.details_box .additional_box h3 {
	padding: 10px 0 5px;
}
.details_box .additional_box ul {
	list-style: square;
	color: #002164;
}


nav.article_menu {
	display: block;
	clear: both;
	margin: 0 0 20px;
}
nav.article_menu ul {
	width: 610px;
	box-shadow: 0 0 0 transparent;
}
nav.article_menu ul li {
	float: left;
	width: 190px;
	margin: 0 5px 0 0;
	padding: 0;
}
nav.article_menu ul li a {
	border: 0 !important;
}
nav.article_menu ul li a:hover, nav.article_menu ul li a.active {
	background:    #0F337E;
}

nav.article_menu ul li a.active:hover {
	background:    #0954B9;
}

aside.article_group {
	display: block;
	clear: both;
	margin: 20px 0 0;
}

aside.article_group h1 {
	margin: 10px 0 20px;
}

aside.article_group article {
	width: 300px;
	float: left;
	height: 420px;
}
aside.article_group article a img {
	max-width: 280px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	-moz-box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	box-shadow: 0px 0px 5px 0px rgba(11,40,106,0.45);
	transition: transform .2s;
}
aside.article_group article a img:hover {
	transform: scale(1.025);
}
aside.article_group article h1 {
	color: #f47622;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 17px;
	margin: 5px 0 10px 0;
	position: static;
	width: auto;
}
aside.article_group article h1 a {
	letter-spacing: 1px;
    font-size: 17px;
    color: #27aae1;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s linear;

}
aside.article_group article h1 a:hover {
	color: #0b286a;
	font-size: 17px;
}
aside.article_group article em {
	line-height: 17px;
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 400;
}
aside.article_group article a.more_info_button  {
	font-size: 14px;
    color: #27aae1;
    font-weight: 300 !important;
    text-decoration: none;
}
aside.article_group article time {
	font-size: 11px;
}

.left_content h1 {
	margin: 0 0 20px;
	color: #f47622;
	text-transform: uppercase;
}
.left_content h2 {
	margin: 0 0 10px;
	line-height: 26px;
}
.left_content h3 {
	margin: 0 0 5px;
	line-height: 24px;
}


*/





.gdpr_box, .gdpr_info_box {
	margin: 20px;
	max-width: 930px;
}

.gdpr_box fieldset {
    max-width: 800px;
    text-align: center;
    background: rgba(244,244,244,0.5);
}
.gdpr_box fieldset legend {
	text-align: center;
}
.gdpr_box fieldset div input[type="checkbox"] {
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
}
.gdpr_box fieldset .ok_active {
	float: none !important;
	margin: 20px 0 10px;
	display: inline-block;
}


.full_content article {
	margin: 20px;
}





.main_container {
	width: 960px;
	margin: 20px auto 60px;
	padding: 0;
	position: relative;
	display: table;
}  

.main_container article {
	width: 100%;
	margin: 10px 0;
	display: inline-block;
}

.main_container article h1, 
.main_container article h2 {
	margin: 10px 0;
	border-bottom: 1px dotted #ccc;
	width: 100%
}

.main_container article h1 {
	font-size: 2.5rem;
}
.main_container article h2 {
	font-size: 1.6em;
}
.main_container article h3, .main_container article h4, .main_container article h5, .main_container article h6 {
	font-weight: 600;
	margin: 10px 0;
	width: 100%
}

.main_container article ul {
	margin: 5px 0 5px 50px; 
}
.main_container article ul li h1,
.main_container article ul li h2,
.main_container article ul li h3,
.main_container article ul li h4,
.main_container article ul li h5,
.main_container article ul li h6 {
	margin: 2px 0 0;
	border-bottom: 0;
	width: auto;
}
.main_container article ul li p {
	padding: 0 0 10px;
	margin: 0;
	line-height: 1.1em;
}

.main_container article em {
	font-size: 1.25em;
	font-weight: 550;
}

.main_container article figure[style*="float:left"]{ /* slika lijevo od teksta */
	margin: 0 15px 10px 0;
}
.main_container article figure[style*="float:right"]{/* slika desno od teksta */
	margin: 0 0 10px 15px;
}
.main_container article figure[style*="display:block"]{/* slika iznad i ispod teksta */
	margin: 10px 0;
	max-width: max-content;
}
.main_container article div { 
	float: left; 
	width: 300px; /* possibly also height: 300px; */ 
}
.main_container article div h1,
.main_container article div h2,
.main_container article div h3,
.main_container article div h4,
.main_container article div h5,
.main_container article div h6 {
	margin: 15px 0 0;
	border-bottom: 0;
	width: auto;
}
.main_container article div p {
	margin: 0;
	padding: 0;
}

.main_container article figure {
    justify-content: center;
    align-items: center;
    padding: 0.7em;
    line-height: 0.6;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px;
    background-repeat: no-repeat;
}
.main_container article figure {
	/*border-radius:40px;*/
	background-image:
        linear-gradient(0deg, #214585, #214585 25%, transparent 25%, transparent 75%, #214585 75%), /* left*/
        linear-gradient(90deg, #214585, #214585 25%, transparent 25%, transparent 75%, #008ad2 75%), /* top*/
        linear-gradient(180deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #008ad2 75%), /* right*/
        linear-gradient(270deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #214585 75%) /* bottom*/
    ;
}

.carousel div p.lead {
	text-align: center !important;
}

.specification_left_column {
	width: 960px;
	margin: 10px 0;
	padding: 0;
}
.specification_left_column h1 {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e1e1e1;
	font-size: 2.5rem;
}

.specification_left_column article {
	width: 315px;
	margin: 1px;
	padding: 0;
	display: inline-block;
	overflow: hidden;
	max-width: 320px;
	vertical-align: top;
}

.specification_left_column article h1 {
	margin: 245px 0 30px;
	padding: 0 0 10px;
	/*border-bottom: 1px dotted #e1e1e1;*/
	border: 0;
	font-size: 1.6em;
	position: absolute;
	max-width: 300px;
	line-height: 0.9em;
}

.specification_left_column article figure {
	max-width: 315px;
	max-height: 250px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	margin: 0 20px 50px 0;
	padding: 0;
}

.specification_left_column article figure a img {
	width: 100%;
	
	justify-content: center;
    align-items: center;
    padding: 0.7em;
    line-height: 0.6;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px;
    background-repeat: no-repeat;
	background-image:
        linear-gradient(0deg, #214585, #214585 25%, transparent 25%, transparent 75%, #214585 75%), /* left*/
        linear-gradient(90deg, #214585, #214585 25%, transparent 25%, transparent 75%, #008ad2 75%), /* top*/
        linear-gradient(180deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #008ad2 75%), /* right*/
        linear-gradient(270deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #214585 75%) /* bottom*/
    ;
}
  
.specification_left_column article p {
	word-wrap: break-word; /* "normal" */
	overflow-wrap: break-word;
	width: 95%;
}

.specification_left_column article ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table;
}

.specification_left_column article ul li::before {
	content: "";
	position: relative;
	float: left;
	margin: 5px 10px 0 0;
	background: url("../img/checkmark_icon.png") no-repeat center left;
	width: 14px;
	height: 12px;
}

.about_right_column {
	width: 960px;
	margin: 30px 0 0;
	padding: 0;
}

.about_right_column article {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	display: table;
}

.about_right_column article h1 {
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #e1e1e1;
}

.about_right_column article figure {
	max-width: 300px;
	max-height: 225px;
	display: table-cell;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
	background: transparent;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

.about_right_column article figure img {
	justify-content: center;
    align-items: center;
    padding: 0.7em;
    line-height: 0.6;
    background-position:  0 0, 0 0, 100% 0, 0 100%;
    background-size: 6px 100%, 100% 6px, 6px 100% , 100% 6px;
    background-repeat: no-repeat;
	background-image:
        linear-gradient(0deg, #214585, #214585 25%, transparent 25%, transparent 75%, #214585 75%), /* left*/
        linear-gradient(90deg, #214585, #214585 25%, transparent 25%, transparent 75%, #008ad2 75%), /* top*/
        linear-gradient(180deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #008ad2 75%), /* right*/
        linear-gradient(270deg, #008ad2, #008ad2 25%, transparent 25%, transparent 75%, #214585 75%) /* bottom*/
    ;
}

.about_right_column article em, .about_right_column article p {
	font-size: 15px;
	color: #444;
	font-weight: 400;
}


footer {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	clear: both;
	display: table;
	border-top: 1px solid #d7d7d7;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.10) inset;
}

.footer_content {
	width: 960px;
	margin: 0 auto 30px;
	padding: 0 0 30px;
	border-bottom: 1px dotted #d7d7d7;
	clear: both;
	display: table;
}

.footer_content article {
	width: 740px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
}

.footer_content article h1 {
	font-size: 17px;
	color: #555;
	font-weight: 500;
	margin: 0;
	padding: 0 0 10px;
}

.footer_content article ul {
	list-style: none;
	padding: 0;
	margin: 2px 0 0;
	display: table;
	float: right;
}

.footer_content article ul li {
	float: left;
	padding-right: 1px;
}

.footer_content article:last-of-type {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}



.footer_content article img {
	float: left;
	margin: 6px 5px 0 0;
}

.footer_content article ul li img, .footer_content article ul li img:last-of-type {
	max-width: 32px;
	max-height: 32px;
	margin: 0;
	padding: 0;
}

.footer_content article em, .footer_content article p {
	font-size: 15px;
	color: #444;
	font-weight: 400;
	margin: 9px 0 0;
	padding: 0;
}


.footer_copyright {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	clear: both;
	display: table;
}
.footer_copyright p {
	font-size: 13px;
	color: #444;
	font-weight: 400;
	margin: 0;
	padding: 0;
	float: left;
}

.footer_copyright p:last-of-type {
	float: right;
}


.sticky {
	position: fixed;
	top: 0;
	width: 960px;
	text-align: center;
	-webkit-filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.55));
	filter: drop-shadow(0 0 0.75rem rgba(0,0,0,0.55));
	background: rgba(201,236,255,0.75);
	-webkit-transition: All 0.6s ease;
	transition: All 0.6s ease;
	border-radius: 5px;
}

.sticky a.logo img {
	float: left;
}

.sticky + .content {
  padding-top: 102px;
}