/* font face */

@font-face {
    font-family: 'hanken';
    src: url('../fonts/hankenround-regular-webfont.eot');
    src: url('../fonts/hankenround-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hankenround-regular-webfont.woff2') format('woff2'),
         url('../fonts/hankenround-regular-webfont.woff') format('woff'),
         url('../fonts/hankenround-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hanken-bold';
    src: url('../fonts/hankenround-bold-webfont.eot');
    src: url('../fonts/hankenround-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hankenround-bold-webfont.woff2') format('woff2'),
         url('../fonts/hankenround-bold-webfont.woff') format('woff'),
         url('../fonts/hankenround-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'av-metertestbold';
    src: url('../fonts/av-metertest-bold-webfont.eot');
    src: url('../fonts/av-metertest-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/av-metertest-bold-webfont.woff2') format('woff2'),
         url('../fonts/av-metertest-bold-webfont.woff') format('woff'),
         url('../fonts/av-metertest-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

/* main */

.hover-underline {
	color: #3cb5e6;	
}

.hover-underline:hover {
	text-decoration: underline;
}

body {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 24px;
	color: #455063;
	min-width: 970px;
	background-color: #6e91a0;
}

body.homepage {
	background-color: #ffffff;
}

.main-div {
	background-color: #ffffff;
}

.container {
	min-width: 970px !important;
}

body, html {
	height: 100%;
}

.av {
	font-family: "Open Sans";
}

.hk {
	font-family: "hanken";
	letter-spacing: 1px;
}

.hk-b {
	font-family: "hanken-bold";
	letter-spacing: 1px;
}

.body-lang-fr .hk,
.body-lang-es .hk,
.body-lang-ru .hk {
	font-family: "Open Sans";
}

.body-lang-fr .hk-b,
.body-lang-es .hk-b,
.body-lang-ru .hk-b {
	font-family: "Open Sans";
	font-weight: 400;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: "hanken-bold";
	text-transform: uppercase;
	letter-spacing: 1px;
}

.body-lang-fr h1, .body-lang-fr h2, .body-lang-fr h3, .body-lang-fr h4, .body-lang-fr h5,
.body-lang-es h1, .body-lang-es h2, .body-lang-es h3, .body-lang-es h4, .body-lang-es h5,
.body-lang-ru h1, .body-lang-ru h2, .body-lang-ru h3, .body-lang-ru h4, .body-lang-ru h5 {
	font-family: "Open Sans";
	font-weight: 400;
}

h2 {
	font-size: 29px;
	letter-spacing: 1px;
}

h3 {
	letter-spacing:0.03em;
}

a:hover {
	color:#3db5e6;
}

a {
	color:inherit;	
}

.clickable {
	cursor: pointer;
}

/* global */

.grid-pattern {
	background: url('../img/grid-pattern.png') left top;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.cien {
	background: url('../img/cien-banner.png') center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: 0;
}

.blur-bg {
	/*background: url('../img/blurbg.jpg') center center;*/
	background-size: cover;
	opacity: 0.1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.button {
	border: 3px solid #fff9f9;
	border-radius: 3px;
	display: inline-block;
	padding: 8px 25px 6px 25px;
	text-transform: uppercase;
	color: #fff9f9;
	transition: color .2s, border-color .2s, background-color .2s;
	/*font-family: "av-metertestbold";*/
	font-family: "Open Sans";
}

button.button {
	background: none;
}

.button:hover {
	border-color: #fff9f9;
	background-color: #fff9f9;
	color: #7593a1;
}

.button.white:hover {
	color: #000000;
}

.button.black {
	color: #424028;
	border-color: #424028;
}

.button.black:hover {
	background-color: #424028;
	color: #e2d350;
}

.button.blue {
	color: #3db5e6;
	border-color: #3db5e6;
}

.button.blue:hover {
	background-color: #3db5e6;
	color: #fff9f9;
}

.box-button {
	/*font-family: "av-metertestbold";*/
	font-family: "Open Sans";
	display: inline-block;
	padding: 8px 25px 6px 25px;
	text-transform: uppercase;
	color: #3db5e6;
	border: 3px solid #3db5e6;
	border-radius: 3px;
	transition: color .2s, background-color .2s;
}

.box-button:hover,
.box-button.hover {
	background-color: #3db5e6;
	color: #ffffff;
}

.box-button.button-bigger {
	font-size: 18px;
	padding: 10px 25px 8px 25px;
}

/* header */

header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 4;
}

body.has-cookie header {
	top: 50px;
}

body.has-cookie.floater header {
	top: -64px;
}

header .container {
	position: relative;
}

header .logo {
	position: absolute;
	left: 15px;
	top: 30px;
}

.homepage header .logo {
	top: 18px;
}

.homepage header .logo img {
	width: 220px;
	height: 82px;
}

header .logo img {
}

header .menu {
	position: absolute;
	right: 15px;
	top: 45px;
}

header .menu > li {
	float: left;
	margin-left: 15px;
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
}

header .menu > li > a {
	display: block;
	padding: 8px 25px 6px 25px;
	text-transform: uppercase;
	color: #fff9f9;
	transition: color .2s, border-color .2s, background-color .2s;
}

header .menu > li > a:after {
	content: '';
	position: absolute;
	left: 24px;
	top: 60px;
	height: 0;
	right: 24px;
	opacity: 0;
	border-bottom: 3px solid #3db5e6;
	transition: opacity .2s, top .2s;
}

header .menu > li.selected > a:after,
header .menu > li > a:hover:after {
	top: 40px;
	opacity: 1;
}

header .menu > li.boxed > a:hover:after {
	opacity: 0;
}

header .menu > li.boxed a {
	border: 3px solid #3db5e6;
	background-color: #3db5e6;
	color: #ffffff;
	border-radius: 3px;
	top: -4px;
	position: relative;
}

header .menu > li.boxed.contact a {
	background-color: rgba(61, 181, 230, 0);
	color: #3db5e6;
	border-width: 2px;
}

header .menu > li.boxed a:hover {
	border-color: #3db5e6;
	color: #ffffff;
	background-color: #47bfef;
}

header .languages {
	position: absolute;
	right: 15px;
	top: 4px;
	font-size: 11px;
	color: #fff9f9;
}

header .languages a {
	color: #7f7f85;
}

header .languages .selected {
	color: #fff9f9;
}

/* main top */

.main-top {
	height: 100%;
	position: relative;
	transition: opacity .2s;
}

.main-top .eulogo {
	position: absolute;
	right: 0;
	top: 182px;
	z-index: 20;
	width: 174px;
	height: 57px;
	background: url(../img/eulogo.png) no-repeat center center;
	background-size: 174px 57px;
}

.mainpage-6 .main-top .eulogo {
	background-image: url(../img/eulogo-pl.png);
}

.main-top .submenu {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 140px;
	background-color: rgba(0, 161, 224, 0.75);
	z-index: 4;
}

.main-top .submenu .ard {
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -60px;
	height: 60px;
	width: 60px;
	cursor: pointer;
}

.main-top .submenu .ard i {
	width: 26px;
	height: 14px;
	background: url('../img/ard.png') no-repeat top left;
	background-size: 26px 14px;
	position: absolute;
	left: 17px;
	top: 0;
	display: block;
	opacity: 0;

	animation-name: ardanim;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: ardanim;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

@keyframes ardanim {
    0% { opacity: 0; top: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; top: 26px; }
}

@-webkit-keyframes ardanim {
    0% { opacity: 0; top: 0; }
    50% { opacity: 1; }
    100% { opacity: 0; top: 26px; }
}

body.has-cookie .main-top .submenu {
	bottom: 50px;
}

.main-top .submenu a {
	display: block;
	height: 140px;
	position: relative;
}

.main-top .submenu a .img {
	position: absolute;
	top: 34px;
	width: 72px;
	height: 72px;
	left: 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	transition: all .2s;
}

.main-top .submenu a:hover .img {
	width: 80px;
	height: 80px;
	top: 30px;
	left: -4px;
	padding-top: 4px;
	padding-left: 4px;
}

.main-top .submenu a .img img,
.main-top .submenu a .img svg {
	width: 72px;
	height: 72px;
}

.main-top .submenu a .img svg * {
	stroke: #ffffff;
}

.main-top .submenu a .txt {
	left: 92px;
	top: 0;
	right: 20px;
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 1px;
	font-family: "Open Sans";
}

.main-top .submenu .home-info {
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 50px;
    background-color: rgba(243, 252, 255, 0.75);
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans';
}

.main-top .submenu .home-info i {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 24px;
    border-radius: 13px;
    border: 1px solid #db0000;
    text-align: center;
    margin-right: 2px;
}

.main-top .submenu .home-info span {
    color: #db0000;
    display: inline-block;
    margin-right: 8px;
}

.main-top .submenu .home-info a {
    display: inline-block;
    margin-left: 8px;
    text-decoration: underline;
}

.main-top .text {
	position: absolute;
	left: 0;
	width: 100%;
	top: 110px;
	bottom: 140px;
	overflow: hidden;
}

.main-top .text .box {
	display: block;
	max-width: 70%;
	padding: 40px;
	text-align: left;
	color: #ffffff;
	background-color:rgba(43, 45, 48, 0.70);
}

.main-top .text .box.black {
	color: rgb(26, 26, 26);
	background-color: rgba(255, 255, 255, 0.85);
}

.main-top .text .box span {
	font-size: 34px;
	line-height: 40px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.main-top .text .box > p {
	font-size: 18px;
	line-height: 36px;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
}

.main-top .text .box > p.hl {
	background-color: #46bbeb;
	color: #3e3e3e;
	margin-top: 20px;
	font-size: 22px;
	padding: 18px 28px 16px 28px;
	display: inline-block;
}

.main-top .text .box > .link-bottom {
	margin-top: 30px;
}

.main-top .text img {
	margin-top: 40px;
}

.main-top .slider-bgs {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-top .slider-bgs .slider-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-top .slider-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.main-top .slider-dots div {
	cursor: pointer;
	width: 16px;
	height: 16px;
	border-radius: 8px;
	float: left;
	margin-left: 15px;
	border: 2px solid #ffffff;
	transition: border-width .2s, border-color .2s;
}

.main-top .slider-dots div:hover {
	border-width: 5px;
	border-color: #3db5e6;
}

.main-top .slider-dots div.active {
	border-width: 8px;
	border-color: #3db5e6;
}

.main-top .slider-dots div.freeze {
	animation-name: dotanim;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-name: dotanim;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}

@keyframes dotanim {
    0% { border-width: 8px; }
    50% { border-width: 2px; }
    100% { border-width: 8px; }
}

@-webkit-keyframes dotanim {
    0% { border-width: 8px; }
    50% { border-width: 2px; }
    100% { border-width: 8px; }
}

.main-top .slider-dots-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 170px;
	right: 0;
}

.has-cookie .main-top .slider-dots-container {
	bottom: 220px;
}

.main-top .slider-dots-container .container {
	height: 100%;
	position: relative;
}

/* floater */

.floater header {
	position: fixed;
	top: -64px;
}

.floater header .logo img {
	width: 160px;
	height: 59px;
	margin-top: 4px;
}

.floater .main-top {
	position: fixed;
	width: 100%;
	top: -64px;
	z-index: 3;
	opacity: 0.95;
}

.floater .dummy {
	height: 168px;
}

/* main submenu */

.main-submenu {
	position: relative;
	margin-top: 40px;
}

body.has-cookie .main-submenu {
	margin-top: -50px;
	padding-top: 40px;
	z-index: 10;
	background-color: #ffffff;
}

.main-submenu a {
	display: block;
	height: 50px;
	position: relative;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 75px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 13px;
	color: #414242;
	font-size: 13px;
	padding-right: 20px;
	margin-left: 13px;
	transition: color .2s;
	/*font-family: "hanken-bold";*/
	font-family: "Open Sans";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-submenu a .img {
	position: absolute;
	top: 5px;
	width: 40px;
	height: 40px;
	left: 5px;
	border: 1px solid #a6a4a3;
	border-radius: 50%;
	transition: all .2s;
}

.main-submenu a:hover .img {
	width: 44px;
	height: 44px;
	top: 3px;
	left: 3px;
	padding-top: 2px;
	padding-left: 2px;
	border-color: #3db5e6;
}

.main-submenu a:hover {
	color: #3db5e6;
}

.main-submenu a .img img,
.main-submenu a .img svg {
	width: 39px;
	height: 38px;
}

.main-submenu a .img svg * {
	transition: stroke .2s;
}

.main-submenu a:hover .img svg * {
	stroke: #3db5e6;
}

.main-submenu .container {
	position: relative;
}

.main-submenu .container:after,
.main-submenu .container:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	margin-left: -20px;
	left: 33.333333%;
	border-right: 1px solid #cdcdcd;
}

.main-submenu .container:after {
	left: 66.666666%;
}

.main-submenu .row > div i {
	position: absolute;
	left: 36px;
	top: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 16px 16px 16px;
	border-color: transparent transparent #ffffff transparent;
	transition: top .2s;
	z-index: 4;
}

.main-submenu.active .row > div i {
	top: -48px;
}

.main-submenu.active .row > div:hover i {
	top: -56px;
}

/* main cert */

.main-cert {
	background-color: #e5d543;
	min-height: 500px;
	position: relative;
	margin-top: 40px;
}

.main-cert .left {
	text-align: center;
}

.main-cert .left img,
.main-cert .left svg {
	width: auto;
	height: 500px;
}

.main-cert .right {
	padding-top: 70px;
}

.main-cert .right h2 {
	margin-top: 26px;
	margin-bottom: 22px;
}

.main-cert .right .button {
	margin-top: 26px;
	margin-bottom: 20px;
}

.main-cert p {
	color:#424028 ;
}
.main-cert h2 {
	color:#424028 ;
}

/* main gray */

.main-gray {
	background-color: #767f89;
	padding: 90px 0;
	margin-top: 50px;
}

.main-gray .left img {
	width: 100%;
	height: auto;
}

.main-gray .right {
	padding-top: 40px;
	color: #ffffff;
}

.main-gray .right h2 {
	margin-top: 0;
	margin-bottom: 22px;
}

.main-gray .right .button {
	margin-top: 26px;
	margin-bottom: 20px;
}

.main-gray p {
	color: #ffffff ;
}
.main-gray h2 {
	color: #ffffff ;
}

/* main contact */

.main-contact {
	background-color: #6e91a0;
	margin-top: 55px;
	position: relative;
}

.main-contact h2 {
	color: #ffffff;
	text-align: center;
	margin-top: 50px;
}

.main-contact .container {
	position: relative;
	z-index: 2;
}

.main-contact .white-box {
	margin: 50px 40px 40px 40px;
	background-color: #ffffff;
	padding: 60px 48px;
}

.main-contact .white-box .left {
	padding-left: 50px;
	line-height: 22px;
}

.main-contact .white-box a {
	color: #3db5e6;
}

.main-contact .white-box .left img {
	margin-bottom: 26px;
}

.main-contact .bottom-button {
	text-align: center;
	margin: 20px;
}

.main-contact .bottom-links {
	text-align: center;
	margin: 30px;
}

.main-contact .bottom-links a {
	display: inline-block;
	padding: 0 30px;
	color: #ffffff;
	text-transform: uppercase;
}

.main-contact .bottom-copy {
	text-align: center;
	color: #3e4347;
	margin: 30px;
}

.main-contact .bottom-copy a {
	color: #3e4347;	
}

.main-contact .bottom-copy .mlink {
	margin-left: 12px;
	vertical-align: 2px;
}

.main-contact .bottom-copy .mlink2 {
	margin-left: 3px;
}

p.bottom-copy{
	font-size: 14px;
}

/* main form */

.main-form input,
.main-form textarea {
	border: 1px solid #a1a5ad;
	height: 34px;
	padding: 3px 6px;
	line-height: 28px;
	font-weight: 300;
	width: 100%;
	font-size: 14px;
	transition: border-color .2s;
}

.main-form .input.error {
	border-color: #ff0000;
}

.main-form textarea {
	line-height: 20px;
	height: 124px;
}

.main-form .form-row {
	margin-bottom: 16px;
	position: relative;
}

.main-form .form-row.required:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url('../img/asterisk.svg') no-repeat center center;
	right: 10px;
	top: 8px;
}

.main-form .col-tel {
	padding-left: 0;
}

.main-form .captcha-row img {
	cursor: pointer;
	border: 1px solid #a1a5ad;
	max-width: 100%;
	height: auto;
}

.main-form .captcha-row .captcha-container {
	display: inline-block;
	position: relative;
}

.main-form .captcha-row .captcha-container i {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 26px;
	height: 26px;
	background: url('../img/captcha-refersh.png') no-repeat center center;
	background-size: 26px 26px;
	border: 1px solid #a1a5ad;
	cursor: pointer;
}

.main-form .captcha-row .labl {
	margin: 4px 0 10px 0;
	font-size: 14px;
}

@media (max-width: 1200px) {
	.main-form .captcha-row .labl {
		margin: 0;
		line-height: 19px;
		font-size: 10px;
	}
}


/* subpage */

.subpage .main-top {
	background: url('../img/topbg.jpg') no-repeat center center;
	background-size: cover;
	height: 184px;
}

.subpage .main-top.short {
	height: 128px;
	margin-bottom: 40px;
}

.subpage .category-menu {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	height: 56px;
	text-align: center;
	background-color: rgba(61, 181, 230, 0.9);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	transition: background-color .3s;
}

.subpage .category-menu.fixed {
	position: fixed;
	top: 0;
	bottom: auto;
	z-index: 10;
	background-color: rgba(61, 181, 230, 0.94);
}

.subpage .category-menu a {
	display: inline-block;
	text-transform: uppercase;
	color: #fff9f9;
	margin: 12px 40px;
	padding: 5px 13px 3px 13px;
	border-radius: 4px;
	transition: background-color .2s;
}

.subpage .category-menu a:hover,
.subpage .category-menu a.selected {
	background-color: #4c87a2;
}

.subpage-services .product-list {
	margin-top: 0;
}

/* left menu */

.left-menu {
	text-align: right;
	font-size: 13px;
	margin-top: 50px;
	position: relative;
	letter-spacing: 0.02em;
}

.left-menu li > a {
	display: inline-block;
}

.left-menu ul.lev-1 {
	text-transform: uppercase;
}

.left-menu ul.lev-1 > li > a {
	/*color: #3db5e6;*/
	line-height: 30px;
	transition: all .2s;
}


.left-menu ul.lev-1 > li.selected > a {
	margin-bottom: 6px;
	margin-top: 6px;
	background-color: #3db5e6;
	color: #ffffff;
	border-radius: 4px;
	padding: 2px 13px 0 13px;
	margin-right: -10px;
}

.left-menu ul.lev-2 {
	position: relative;
	padding-right: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Open Sans';
	text-transform: none;
	font-size: 13px;
}

.left-menu ul.lev-2 > li {
	padding-top: 6px;
	padding-bottom: 6px;
	position: relative;
}

.left-menu ul.lev-2 > li.active:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	width: 3px;
	height: 36px;
	right: -14px;
	background-color: #3db5e6;
	z-index: 1;
}

.left-menu ul.lev-2 > li > a {
	color: #455063;
}

.left-menu .slider-container {
	position: absolute;
	right: 2px;
	top: 0;
	width: 3px;
	height: 100%;
	display: block;
	background-color: #ededef;
}

.left-menu .slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	background-color: #3db5e6;
	z-index: 1;
}

.subpage-services .left-menu {
	margin-top: 15px;
}

/* product-list */

.product-list {
	margin-top: 35px;
	padding-left: 60px;
}

.cat-bar {
	height: 36px;
	line-height: 37px;
	margin-bottom: 30px;
	text-align: center;
	background-color: rgba(69, 80, 99, 0.18); /*#ededef;*/
	font-size: 14px;
	color:#455063;
}

.product-list .row {
	margin-left: -15px;
	margin-right: -15px;
}

.product-list .product {
	padding-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}

.product-list .product span.like-p,
.product-list .product p {
	font-size: 13px;
	font-family: "Open sans";
	font-weight: normal;
	line-height: 21px;
	margin-top: 8px;
	letter-spacing: 0em;
	text-transform: none;
	color: rgba(56, 65, 81, 0.66);
}

.product-list .product span.like-p {
	display: block;
}

.product-list .product .box {
	border: 1px solid #babfbf;
	border-radius: 3px;
	padding: 20px 15px 20px 250px;
	overflow: auto;
	display: block;
	min-height: 200px;
	transition: border-color .2s;
	position: relative;
}

.product-list .product .box:hover {
	border-color: #455063;
}

.product-list .product .box img {
    width: 110px;
    float: left;
    margin-right: 30px;
}
/*
.product-list .product .box .img {
    width: 110px;
	height: 110px;
    position: absolute;
	left: 30px;
	top: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
*/

/*
.product-list .product .box .img {
	width: 130px;
	height: 130px;
	position: absolute;
	left: 15px;
	top: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
*/

.product-list .product .box .img {
	width: 200px;
	bottom: 6px;
	position: absolute;
	left: 15px;
	top: 6px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.product-list .product .box h3 {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #455063;
	margin: 0;
}

.product-list .product .box h3 .line-1 {
	font-size: 13px;
	color: gray;
	margin-bottom: 10px;
	display: block;
	line-height: 1.1;
	font-weight: normal;
	font-family: 'Open sans';
	letter-spacing: 0px;
}

.product-list .product .box h3 .line-2 {
	font-size: 15px;
	display: block;
	line-height: 19px;
	font-family: 'Open sans';
	letter-spacing: 0px;
}

.product-list .product.soon .box h3 {
	color: #8c8c8c;
}

.product-list .product.soon .box h3 .subinfo {
	font-size: 12px;
	text-transform: none;
	font-family: 'Open Sans';
}

.product-list .product.soon .box {
	pointer-events: none;
	border-color: #eff0f0;
}

@media (max-width: 1200px) {
	.product-list .product .box img {
	    width: 90px;
	    margin-right: 20px;
	}
	.product-list .product .box h3 .line-2 {
		display: block;
	}	
}

/* main product */

.main-product .top-image {
	width: 100%;
	height: 260px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #afafaf;
}

.main-product .breadcrumbs-out {
	margin-top: 20px;
	margin-bottom: 50px;
}

.main-product .breadcrumbs {
	color: #9499a2;
	background-color: rgba(255, 255, 255, 0.94);
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #cccccc;
	transition: padding-top .3s ease-in-out, padding-bottom .3s ease-in-out;
}

.main-product .breadcrumbs .bcscale {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.main-product .breadcrumbs a {
	color: #9499a2;
}

.main-product .breadcrumbs.fixed {
	position: fixed;
	top: 56px;
	z-index: 3;
	padding-bottom: 5px;
	padding-top: 5px;
}

.main-product .breadcrumbs.fixed .bcscale {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
}

.main-product .basic {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #cccccc;
	position: relative;
}

.main-product .basic h1 {
	color: #455063;
	width: 100%;
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.main-product .basic h2 {
	font-size: 14px;
	margin-bottom: 4px;
}

.main-product .basic h2 + h1 {
	margin-top: 0;
}

.main-product .basic .features li {
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 16px;
	position: relative;
}

.main-product .basic .features li:before {
    position: absolute;
	content: "•";
	font-size: 24px;
	left: -20px;
	top: 0;
    color: #3db5e6;
}

.main-product .basic .download {
	position: absolute;
	right: 0;
	bottom: 50px;
}

.main-product .more .left {
	padding-right: 60px;
}

.main-product .more .left .left-menu {
	margin-top: 0;
}

.main-product .more .full {
	color: #455063;
	font-size: 15px;
	line-height: 24px;
}

.main-product .more .full .tab {
	display: none;
}

.main-product .more .full .tab-1 {
	display: block;
}

.main-product .more .full p {
	text-align: justify;
}

.main-product .more .full ul li {
	margin-left: 40px;
	margin-bottom: 10px;
	position: relative;
}

.main-product .more .full ul li:before {
    position: absolute;
	content: "•";
	font-size: 24px;
	left: -20px;
	top: 2px;
    color: #3db5e6;
}

.main-product .more .full ul li.blackdot:before {
	color: #455063;
}

.main-product .more .full img {
	margin-top: 25px;
	margin-bottom: 25px;
}

.main-product .more .full .flag {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	vertical-align: 0;
}

.main-product .more .full .pdf-button {
	color: #455063;
}

.main-product .more .full .pdf-button:hover {
	text-decoration: none;
	color: #428BCA;
}

.main-product .more .full ol {
	list-style-type: decimal;
	margin-left: 0;
	padding-left: 0;
}

.main-product .more .full ol ol {
	margin-top: 20px;
}

.main-product .more .full ol > li {
	list-style-type: decimal;
	margin-left: 40px;
	margin-bottom: 10px;
}

.main-product .more .full a {
	color: #3db5e6;
}

.main-product .more .full a:hover {
	text-decoration: underline;
}

/* spec table */

.spec-table * {
	box-sizing: border-box;
}

.spec-table {
	position: relative;
	margin-bottom: 30px;
	font-size: 14px;
	width: 100%;
}

.spec-table td {
	border: 1px solid #cacdd1;
	padding: 6px;
	background-color: #ffffff;
}

.spec-table .table-images {
	text-align: center;
}

.main-product .more .full .spec-table .table-images img,
.spec-table .table-images img {
	margin: 0;
	padding: 0;
}

/*.spec-table .color-88a7d2 { background-color: #569dbc; color: #ffffff; }*/
.spec-table .color-88a7d2 { background-color: rgba(69, 80, 99, 0.04); color: #3db5e6; }
.spec-table .color-e4e9f1 { background-color: #ffffff; }
.spec-table .color-d3dcec { background-color: rgba(69, 80, 99, 0.04); }
/*.spec-table .color-d3dcec { background-color: #edf2f4; }*/

/* helpers */

.fancybox-inner {
	overflow: hidden !important;
	border-radius: 4px;
}

/* support */

#page-support .left-menu {
	margin-top: 0;
}

#page-support .left-menu ul.lev-2 {
	margin-top: 0;
}

#page-support .product-list {
	margin-top: 0;
}

.product-list.on-product-page {
	margin-top: 0;
	padding-left: 0;
}

/* cookie */

#cookie-bar {
    height: 50px;
    position: relative;
    text-transform: uppercase;
    z-index: 11;
    font-size: 14px;
    line-height: 50px;
    color: #fafafa;
    text-align: center;
    background-color: #4a5c5e;
}

#cookie-bar a {
    color: #fafafa;
    text-decoration: underline;    
}

#cookie-bar i {
    float: right;
    margin: 18px 10px 0 0;
    cursor: pointer;
}

@media (max-width: 767px) {
    #cookie-bar {
        height: 80px;
        line-height: 20px;
        text-align: left;
        padding: 8px 20px 8px 8px;
    }
    
    #cookie-bar i {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
        text-align: right;
        line-height: 80px;
        padding-right: 10px;
        width: 40px;
        height: 80px;
    }
    
    #cookie-bar span {
        display: block;
        max-width: 200px;
    }
}

/* services */

.services-container {
	width: 756px;
	margin: 32px auto;
}

.services-slider {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: relative;
}

.services-slider .slide {
	overflow: hidden;
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.services-slider .slide p {
	margin: 0;
	padding: 20px;
	color: #ffffff;
	font-size: 33px;
	text-align: center;
	text-shadow: 0 0 120px #232a33;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "hanken-bold";
}

.body-lang-fr .services-slider .slide p,
.body-lang-es .services-slider .slide p,
.body-lang-ru .services-slider .slide p {
	font-family: "Open Sans";
	font-weight: bold;
}

.services:after {
	content: '';
	display: block;
	clear: both;
}

.services .service {
	width: 32%;
	border: 1px solid #a3a9a9;
	margin: 0 2% 0 0;
	display: block;
	position: relative;
	min-height: 450px;
	transition: border-color .3s;
	float: left;
}

.services .service:last-child {
	margin-right: 0;
}

.services .service:hover {
	border-color: #455063;
}

.services .service div {
	display: block;
	margin: 40px auto 40px auto;
	padding: 0;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	font-size: 21px;
	position: relative;
}

.services .service div:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
	border: 2px solid #505B5C;
	border-radius: 60px;
	content: '';
	transition: all .3s;
}

.services .service div img,
.services .service div svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	height: 120px;
}

.services .service:hover div:after {
	left: -4px;
	top: -4px;
	width: 128px;
	height: 128px;
	line-height: 128px;
	border-radius: 64px;
	border-color: #3db5e6;
}

.services .service div svg * {
	transition: stroke .3s;
}

.services .service:hover div svg * {
	stroke: #3db5e6;
}

.services .service h2 {
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
}

.ul-like-servies,
.services .service ul {
	margin: 0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
}

.ul-like-servies {
	margin-top: 10px;
	margin-left: 0;
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 24px;
	color: #455063;
	text-transform: none;
}

.ul-like-servies li,
.services .service ul li {
	font-size: 13px;
	line-height: 21px;
	color: rgba(56, 65, 81, 0.66);
	margin: 0 0 6px 16px;
	padding: 0;
	position: relative;
}

.ul-like-servies li:before,
.services .service ul li:before {
    position: absolute;
	content: "•";
	font-size: 20px;
	left: -16px;
	top: 0;
    color: #3db5e6;
}

.services .service:hover {
	color: #455063;
}

.services .service:first-child {
	margin-left: 0;
}

/* pic msg */

.picmsg .pmx {
	max-width: 620px;
	margin: 130px auto;
}

.picmsg .pmx h2 {
	color: #414242;
	font-size: 32px;
	margin-bottom: 10px;
}

.picmsg .pmx h3 {
	color: #414242;
	font-size: 24px;
	margin-bottom: 10px;
}

.picmsg .pmx p {
	color: #8a8b8b;
	font-size: 17px;
	margin-bottom: 10px;
}

.picmsg .pmx p a {
	text-decoration: underline;
}

.picmsg .pmx p.mini {
	color: #8a8b8b;
	font-size: 14px;
	margin-bottom: 10px;
}

.picmsg .pmx p.links a {
	color: #3db6e6;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

/* cert */

.main-product .more .full .right-box-cert {
	text-align: right;
}

.main-product .more .full .right-box-cert img {
	margin: 0;
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 1px solid #cacdd1;
}

.bottom-box-cert {
	padding: 30px;
	background-color: #f8f8f9;
	border: 1px solid #cacdd1;
	margin: 40px 0;
}

.main-product .more .full .bottom-box-cert img {
	border: 2px solid #dee0e2;
	margin: 0;
}

.cert-table {
	margin-top: 40px;
}

.submenu-static {
	background-color: #f3f3f3;
	border-radius: 4px;
	margin-right: -10px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.submenu-static .selected a {
	font-weight: bold;
}

.main-product .more .full img.resp-img,
.resp-img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

.page-about .cat-bar {
	margin-top: 50px;
}

.page-about .photo {
	width: 160px;
	height: 210px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-about .person {
	margin-bottom: 40px;
}

.cert2-text {
	padding-top: 30px;
}

.cert2 {
	margin-right: 42px;
}

.cert2 img {
	border: 1px solid #ffffff;
	transition: border-color .2s;
}

.cert2:hover img {
	border-color: #455062;
}

.rpro h1 {
	text-align: center;
	margin-bottom: 40px;
}

.rpro .insi {
	padding: 0 20px;
}

.rpro .left-col {
	background-color: #f7f7f7;
	text-align: center;
}

.rpro h3 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.rpro .right-col {
	padding-left: 40px;
}

.rpro .bottom {
	text-align: center;
}

a.rbtn {
	background-color: #3DB5E6;
	color: #ffffff !important;
	transition: background-color .2s;
}

a.rbtn:hover,
a.rbtn.hover {
	text-decoration: none !important;
	background-color: #47bfef;
}

.rpro .bottom p {
	text-align: center;
	margin: 40px 0;
}

.jobs .job-info {
	display: none;
}

.jobs .job-info img {
	max-width: 100%;
	height: auto;
}

.jobs .job-info.opened {
	display: block;
}

.jobs .cat-bar {
	margin-bottom: 0;
}

.jobs .cat-in {
	padding: 10px 0;
}

.jobs .job-link {
	display: block;
	color: #455063;
	text-transform: uppercase;
	padding: 10px;
	transition: color .2s, background-color .2s;
}

.jobs .job-link:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}

.jobs .job-link span {
	color: #3db5e6;
	float: right;
	text-transform: none;
	margin-right: 20px;
}

.jobs .job-info {
	position: relative;
	padding: 30px 40px;
	background-color: #f7f7f7;
	margin-bottom: 20px;
}

.jobs .job-info h2 {
	font-size: 22px;
}

.jobs .job-info .iks {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	display: block;
	background: url('../img/iks.png') no-repeat center center;
}

.jobs .job-info .rbtn {
	margin-top: 30px;
}

.jobs .bottom-text {
	padding: 30px 40px;
	background-color: #f7f7f7;
	margin-top: 50px;
	text-align: center;
}

.jobs .bottom-text h3 {
	font-size: 28px;
}

.jobs .bottom-text p {
	margin: 24px 0;
	text-align: center;
}

.exhibition h1 {
	margin-bottom: 30px;
}

.exhibition .cat-bar {
	margin: 50px 0 40px 0;
}

.exhibition .ticket-info p.b {
	text-align: center;
	margin-top: 30px;
}

.exhibition .more-info {
	margin: 40px 0 0 0;
}

.main-product .more .full .main-p {
	margin: 30px 0;
}

/* gtt */

.gtt {
	pointer-events: none;
	opacity: 0;
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 62px;
	height: 62px;
	background: url(../img/top-normal.png) no-repeat center center;
	transition: opacity .3s;
	z-index: 10000;
}

.gtt.show {
	opacity: 1;
	pointer-events: auto;
}

.gtt.show:hover {
	background: url(../img/top-hover.png) no-repeat center center;	
}

.fancybox-image {
	pointer-events: none;
}

.footer-menu {
	margin-top: 50px;
	margin-bottom: 60px;
}

.footer-menu li {
	opacity: 0.66;
	margin-bottom: 7px;
}

.footer-menu li,
.footer-menu li a {
	color: #ffffff;
	font-size: 15px;
	line-height: 17px;
}

.footer-menu li.main {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 500;
	opacity: 1;
	margin-bottom: 10px;
}

.footer-menu .logo-c {
	text-align: center;
	padding-left: 120px;
}

.footer-menu .col {
	padding-left: 20px;
}

.footer-menu .col-about {
	padding-left: 100px;
}

/* cv */

#cv-form-popup {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: none;
}

#cv-form-popup .bg {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(83, 90, 97, 0.66);
}

#cv-form-popup .popup {
	position: absolute;
	left: 50%;
	top: 100px;
	bottom: 100px;
	width: 660px;
	margin-left: -330px;
}

#cv-form-popup .popup .scroller {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/*max-height: 100%;*/
	overflow-x: hidden;
	background-color: #ffffff;
	border-radius: 4px;
	overflow-y: hidden;
	font-size: 19px;
	color: #455063;
}

#cv-form-popup .popup .inside {
	height: 380px;
	overflow: hidden;
}

#cv-form-popup .popup h1 {
	background-color: #eeeff0;
	display: block;
	text-align: center;
	margin: 0;
	padding: 64px 20px;
	text-transform: uppercase;
	font-size: 32px;
}

#cv-form-popup .popup .slide {
	display: none;
}

#cv-form-popup .popup .slide p.q {
	margin: 40px 45px;
	color: #576172;
}

#cv-form-popup .popup .slide ul {
	margin: 10px 60px 70px 45px;
}

#cv-form-popup .popup .slide ul li {
	padding: 17px 100px 17px 46px;
	border-bottom: 1px solid #eeeff0;
	text-transform: uppercase;
	position: relative;
	display: block;
	cursor: pointer;
	font-size: 15px;
	color: #576172;
}

#cv-form-popup .popup .slide ul li:last-child {
	border-bottom: 0;
}

#cv-form-popup .popup .slide ul li i {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 18px;
	right: 70px;
	border: 1px solid #919599;
	border-radius: 50%;
	display: block;
	transition: all .2s;
}

#cv-form-popup .popup .slide ul li i:after {
	position: absolute;
	width: 12px;
	height: 12px;
	top: 4px;
	left: 4px;
	border: 1px solid #3cb5e6;
	background-color: #3cb5e6;
	border-radius: 50%;
	display: block;
	opacity: 0;
	transition: all .2s;
	content: '';
}

#cv-form-popup .popup .slide ul li.selected i:after {
	opacity: 1;
	width: 16px;
	height: 16px;
	top: 2px;
	left: 2px;
}

#cv-form-popup .popup .slide ul li:hover i {
	border-color: #3cb5e6;
}

#cv-form-popup .popup .bottom {
	margin: 50px 85px 54px 65px;
	height: 48px;
}

#cv-form-popup .popup .bottom .dots .dot {
	border: 1px solid #565d64;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 10px;
	float: left;
	display: block;
	transition: border-color .2s, background-color .2s;
}

#cv-form-popup .popup .bottom .dots .dot.visited {
	cursor: pointer;
}

#cv-form-popup .popup .nofiles {
	text-align: center;
	color: #3cb5e6;
	font-size: 15px;
}

#cv-form-popup .popup .bottom .dots .dot.selected {
	border-color: #3cb5e6;
	background-color: #3cb5e6;
}

#cv-form-popup .popup .bottom .dots .dot:hover {
	border-color: #3cb5e6;
}

#cv-form-popup .popup .bottom a {
	float: right;
	opacity: 1;
	transition: opacity .2s;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 600;
	border-width: 1px;
}

#cv-form-popup .popup .bottom .status {
	display: block;
	float: right;
}

#cv-form-popup .popup .bottom a.inactive {
	opacity: 0.4;
	pointer-events: none;
}

#cv-form-popup .popup .browser {
	margin: 88px 150px 50px 150px;
	transition: margin-top .3s ease-in-out;
}

#cv-form-popup .popup .browser .items {
	padding: 15px;
	border: 1px dashed #999999;
	border-radius: 4px;
}

#cv-form-popup .popup .browser .items .file-box {
	padding-right: 60px;
	padding-left: 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	text-overflow: ellipsis;
	margin-bottom: 2px;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color .2s;
}

#cv-form-popup .popup .browser .items .file-box .spinner {
	position: absolute;
	right: 22px;
	top: 0;
}

#cv-form-popup .popup .browser .items .file-box .spinner img {
	width: 20px;
	height: 20px;
}

#cv-form-popup .popup .browser .items .file-box .progress-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	bottom: 0;
	border-radius: 5px;
	opacity: 1;
	display: none;
	background-color: rgba(0, 0, 0, 0.1);
	transition: width .2s ease-in-out, opacity .2s;
}

#cv-form-popup .popup .browser .items .file-box .name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#cv-form-popup .popup .browser .items .file-box.completed .progress-box {
	opacity: 0;
}

#cv-form-popup .popup .browser .items .file-box.completed {
	background-color: rgba(0, 0, 0, 0);
}

#cv-form-popup .popup .browser .items .file-box .remove {
	position: absolute;
	right: 2px;
	top: 9px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: #ffffff;
	text-align: center;
	font-size: 9px;
	border-radius: 50%;
	background-color: #3db6e7;
	cursor: pointer;
}

#cv-form-popup .popup .browser .handler {
	margin-top: 18px;
	position: relative;
	height: 44px;
}

#cv-form-popup .popup .browser .handler input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	cursor: pointer;
}

#cv-form-popup .popup .browser .handler a {
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	pointer-events: none;
	transition: opacity .2s, background-color 1s, border-color 1s;
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 600;
	border-width: 1px;
}

#cv-form-popup .popup .browser .handler a.error {
	background-color: #da0000;
	border-color: #da0000;
	color: #ffffff;
}

#cv-form-popup .popup .browser .handler.hover a.error {
	background-color: #da0000;
	border-color: #da0000;
	color: #ffffff;
}

#cv-form-popup .success {
	display: none;
	text-align: center;
	margin-top: 200px;
	margin-bottom: 200px;
}

#cv-form-popup .success a {
	font-size: 13px;
	letter-spacing: 0.5px;
	font-weight: 600;
	border-width: 1px;	
	margin-top: 20px;
}

#cv-form-popup .popup .browser .handler.inactive {
	pointer-events: none;
}

#cv-form-popup .popup .browser .handler.inactive input {
	display: none;
}

#cv-form-popup .popup .browser .handler.inactive a {
	opacity: 0.4;
	pointer-events: none;
}

#cv-form-popup .popup .iks {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: -20px;
	top: -20px;
	background: #3cb5e6 url(../img/iksw.png) no-repeat center center;
}

#cv-form-popup .popup .iks:hover {
	background-color: #47BFEF;
}

.mainpage-827 .main-contact,
.mainpage-832 .main-contact,
.mainpage-5808 .main-contact {
	margin-top: 0;
}

.mainpage-827 .subpage .main-top.short,
.mainpage-832 .subpage .main-top.short,
.mainpage-5808 .subpage .main-top.short {
	margin-bottom: 0;
}

.mainpage-827.floater .dummy,
.mainpage-832.floater .dummy,
.mainpage-5808.floater .dummy {
	height: 128px;
}

.b-contact {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	padding: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #7C9CA9;
	position: relative;
	z-index: 1;
}

.b-contact:hover {
	text-decoration: none;
	color: #ffffff;
}

.outer-container-contact-top {
	background-color: #ffffff;
}

.outer-container-contact-top .white-box {
	background-color: #6e91a0;
}

.outer-container-contact-top .white-box p,
.outer-container-contact-top .white-box .labl {
	color: #ffffff;
}

.outer-container-contact-top .button {
	background-color: #3db5e6;
	color: #fff9f9;
}

.onepage-container {
	margin-bottom: 60px;
}

.onepage-container h2 {
	margin-bottom: 30px;
}

.fancybox-close {
	width: 50px !important;
	height: 50px !important;
	background: url(../img/iksw.png) no-repeat center center !important;
	background-size: 21px 23px !important;
	border-radius: 50% !important;
	background-color: #3db5e6 !important;
}

.uepopup {
	width: 100%;
	max-width: 650px;
	padding: 50px;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #455063;
	height: 100%;
	overflow-y: auto;
}

.uepopup img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.uepopup p {
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.6;
	letter-spacing: normal;
	color: #455063;
	margin-bottom: 30px;
}

.uepopup p.h {
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #455063;
	margin-bottom: 0;
}

.error-gallery p {
	margin-top: 40px;
	text-transform: uppercase;
}

.error-gallery:after {
	clear: both;
	content: '';
	display: block;
}

.error-gallery .photo {
	margin-bottom: 30px;
}

.error-gallery .photo .inside {
	padding-top: 75%;
	display: block;
	background-size: cover;
	background-position: center center;
	border: 1px solid #ffffff;
}

.error-gallery .photo .inside:hover {
	border-color: #455063;
}
