html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;text-decoration:none;} 
body {line-height: 1;} 
ol, ul {list-style: none;} 
blockquote, q {quotes: none;} 
blockquote:before, blockquote:after, 
q:before, q:after {content: '';content: none;} 
table {border-collapse: collapse;border-spacing: 0;}
body {
	font-family:'Regular1', Tahoma, Geneva, sans-serif;
	/*min-width:1200px;*/
	margin:0;
	background:#fff;
	font-size: 18px;
  	font-variant-ligatures: none;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/*HEADER*/
#header {
	width: 100%;
	background: #fff;
}
#header .cont {
    width: 90%;
    max-width: 1680px;
	margin: auto;
	padding: 20px 0;
}
#header .cont div {
	display: table-cell;
	vertical-align: middle;
}
#header .cont .logo {
	position: relative;
}
#header .cont .logo a {
	background: url(../img/logo2.svg) no-repeat;
	vertical-align: top;
	display: block;
}
#header .cont .logo.en a {
	background: url(../img/logo2en.svg) no-repeat;
}
#header .cont .logo a img {
	display: block;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
#header .cont .logo a:hover img {
	opacity: 0;
}

#header .cont .mobmenu p {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 18px;
	background: url(../img/mobmenu1.svg) no-repeat;
	cursor: pointer;
	border-radius: 4px;
	display: none;
}
#header .cont .mobmenu p:hover {
	background-position: 0 -44px;
}
#header .cont .mobmenu p.active {
	background-position: 0 -88px;
}

#header .cont .menu {
	width: 100%;
}
#header .cont .menu ul {
	/*font-size: 0;*/
	text-align: center;
	padding: 0 20px;
}
#header .cont .menu ul li {
	display: inline-block;
	margin-right: 4%;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
	letter-spacing: 0.2px;
	font-size: 16px;
}
#header .cont .menu ul li.last {
	margin-right: 0;
}
#header .cont .menu ul li.active a {
	color: #1c75b7;
}
#header .cont .menu ul li a {
	display: block;
	text-transform: uppercase;
	color: #1d304c;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#header .cont .menu ul li a:hover {
	color: #1c75b7;
}
#header .cont .menu ul li.first a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 17px;
	margin-right: 6px;
	background: url(../img/home1.svg) no-repeat;
	margin-bottom: 2px;
}
#header .cont .menu ul li.first.active a .icon {
	background-position: 0 -24px;
}
#header .cont .menu ul li.first:hover a .icon {
	background-position: 0 -24px;
}
#header .cont .menu ul li a .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	margin-left: 6px;
	background: url(../img/arrow1.svg) no-repeat;
	margin-bottom: 4px;
}
#header .cont .menu ul li a:hover .arrow {
	background-position: 0 -8px;
}
#header .cont .menu ul li.active a .arrow {
	background-position: 0 -8px;
}


#header .cont .langs {
	width: 58px;
	position: relative;
	z-index: 2;
}
#header .cont .langs .mml_links {
	position: relative;
}
#header .cont .langs .mml_links li {
	display: none;
	position: absolute;
	top: 31px;
	font-size: 18px;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
#header .cont .langs .mml_links li.active {
	display: block;
	position: relative;
	top: 0;
}
#header .cont .langs .mml_links li.active a {
	border-top: none;
	border-radius: 8px;
}
#header .cont .langs .mml_links li.active.open a {
	border-top: none;
	border-radius: 8px 8px 0 0;
}
#header .cont .langs .mml_links li a {
	width: 26px;
	display: block;
	padding: 8px 20px 7px 10px;
	text-transform: uppercase;
	color: #fff;
	background: #1c75b7;
	border-top: 1px solid #5ea5d9;
	border-radius: 0 0 8px 8px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#header .cont .langs .mml_links li a:hover {
	background: #2982C4;
}
#header .cont .langs .arrow {
	position: absolute;
	top: 11px;
	right: 8px;
	display: block;
	width: 9px;
	height: 7px;
	background: url(../img/arrow2.svg) no-repeat;
	z-index: 1;
	display: none;
}
#header .cont .langs .active .arrow {
	display: block;
}

#header .cont .contacts ul {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #1c75b7;
	width: 264px;
	padding-top: 5px;
}
#header .cont .contacts ul li {
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
#header .cont .contacts ul li a {
	color: #1d304c;
	position: relative;
}
#header .cont .contacts ul li a:hover {
	color: #1c75b7;
}
#header .cont .contacts ul li a .icon {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	background: #ccc;
	margin-bottom: 4px;
}
#header .cont .contacts ul li a.tel .icon {
	background: url(../img/icon1.svg) no-repeat;
}
#header .cont .contacts ul li a.map .icon {
	background: url(../img/icon2.svg) no-repeat;
}
#header .cont .contacts ul li a.mail .icon {
	background: url(../img/icon3.svg) no-repeat;
	margin-right: 7px;
	margin-bottom: 7px;
}
#header .cont .contacts ul li a:hover .icon {
	background-position: 0 -19px;
}


/*BANNER*/
#banner {
	width: 100%;
	background: url(../img/banner1.jpg) no-repeat 100% 0;
	height: 623px;
}
#banner .cont {
    width: 90%;
    max-width: 1480px;
	margin: auto;
}
#banner .cont .text,
#banner .cont .other {
	display: table-cell;
	vertical-align: middle;
	height: 623px;
}
#banner .cont .other {
	width: 1%;
}
#banner .cont .text .title {
	color: #1d304c;
	font-size: 44px;
	line-height: 38px;
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}
#banner .cont .text .title .small {
	font-size: 30px;
}
#banner .cont .text ul {
	margin-bottom: 30px;
}
#banner .cont .text ul li {
	font-size: 20px;
	line-height: 28px;
	color: #1d304c;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
	padding-left: 30px;
	background: url(../img/check1.svg) no-repeat 0px 2px;
}

#banner .cont .text .link a {
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	background: #1c75b7;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 14px 28px 17px 32px;
	border-radius: 8px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#banner .cont .text .link a:hover {
	background: #2982C4;
}
#banner .cont .text .link a .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	background: url(../img/arrow3.svg) no-repeat;
	margin-bottom: 1px;
}

#banner .cont .other td {
	/*border:1px solid #ccc;*/
	vertical-align: middle;
	padding: 8px 0;
}
#banner .cont .other .big {
	font-family:'ExtraBold1', Tahoma, Geneva, sans-serif;
	font-size: 40px;
	line-height: 32px;
	color: #1c304d;
	background: rgba(255, 255, 255, 0.75);
	padding: 18px 26px;
	border-radius: 10px 0 0 10px;
	margin-right: 2px;
	height: 68px;
}
#banner .cont .other .big .small {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	font-size: 30px;
	line-height: 32px;
}
#banner .cont .other .big .small2 {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	font-size: 28px;
}
#banner .cont .other .big .small3 {
	font-family:'ExtraBold1', Tahoma, Geneva, sans-serif;
	font-size: 24px;
}
#banner .cont .other .desc {
	font-family:'Regular1', Tahoma, Geneva, sans-serif;
	font-size: 22px;
	line-height: 28px;
	width: 378px;
	background: rgba(255, 255, 255, 0.75);
	padding: 24px 26px;
	border-radius: 0 10px 10px 0;
	margin-left: 2px;
	height: 56px;
}
#banner .cont .other .td2 .big {
	line-height: 29px;
	padding: 18px 26px;
}

/*BLOCK1*/
#block {
	width: 100%;
	background: #fff;
}
#block.blue {
	background: #f6fafb;
}
#block .cont {
    width: 90%;
    max-width: 1680px;
	margin: auto;
	padding: 60px 0;
}
#block.blue .cont {
	padding: 50px 0;
}
#block .cont .table {
	/*margin-top: 40px;*/
}
#block .cont .table td {
	/*border: 1px solid #ccc;*/
	vertical-align: middle;
}
#block .cont .table td .img {
	margin-right: 50px;
	margin-bottom: 0;
}
#block.rgt .cont .table td .img {
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 0;
}
#block .cont .table td .img img {
	border-radius: 8px;
}
#block.blue .cont .table td .img {
	margin-right: 0;
	margin-left: 50px;
}
#block.blue.lft .cont .table td .img {
	margin-right: 50px;
	margin-left: 0;
}
#block.rel .cont {
	position: relative;
}
#block .cont .hiddenblock {
	display: none;
}
#block .cont .insideblock {
	border-top: 1px solid #e1eaf1;
	padding-top: 60px;
	margin-top: 60px;
}
#block .cont .readmore {
	color: #fff;
	display: inline-block;
	background: #1c75b7;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 12px 28px 15px 32px;
	border-radius: 6px;
	margin-top: 15px;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
	cursor: pointer;
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: -138px;
	z-index: 1;
}
#block .cont .readmore .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	background: url(../img/arrow3.svg) no-repeat;
	margin-bottom: 0;
}
#block .cont .readmore:hover {
	background: #2982C4;
}
#block .cont .insideblock.rgt .table td .img {
	margin-right: 0;
	margin-left: 50px;
	margin-bottom: 0;
}
#block .cont h2 {
	color: #1c75b7;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
}
#block .cont h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 15px;
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	color: #1d304c;
}
#block .cont h4 {
	color: #1d304c;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 15px;
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
}
#block .cont p {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	text-align: justify;
}
#block .cont .table .link a {
	color: #fff;
	display: inline-block;
	background: #1c75b7;
	font-size: 20px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 12px 28px 15px 32px;
	border-radius: 6px;
	margin-top: 15px;
	font-family:'Medium1', Tahoma, Geneva, sans-serif;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#block .cont .table .link a .arrow {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-left: 8px;
	background: url(../img/arrow3.svg) no-repeat;
	margin-bottom: 0;
}
#block .cont .table .link a:hover {
	background: #2982C4;
}

#block .cont .icons p {
	text-align: left;
}
#block .cont .icons td {
	vertical-align: top;
	padding: 10px 0;
}
#block .cont .icons td.margin {
	width: 4%;
}
#block .cont .icons .title {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 28px;
}
#block .cont .icons .title a {
	color: #1c75b7;
}
#block .cont .icons .title a:hover {
	color: #2982C4;
}
#block .cont .icons img {
	margin-right: 30px;
}

#block .cont .patents {
	margin-top: 40px;
}
#block .cont .patents .slidercont {
	width: 852px;
	background: #ebf3f5;
	border-radius: 8px;
	margin: 0 40px 0 80px;
	/*padding: 15px 15px 13px;*/
	position: relative;
}
#block .cont .patents .slidercont .slide {
	text-align: center;
	padding: 5px 5px 3px;
}
#block .cont .patents .slidercont .slide p {
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
}
#block .cont .patents .slidercont .slide p a {
	display: block;
	border: 5px solid #ebf3f5;
	background: #fff;
	padding: 2px 8px 10px 8px;
	border-radius: 10px;
    -webkit-transition: border-color 0.1s ease-in-out;
    -moz-transition: border-color 0.1s ease-in-out;
    -o-transition: border-color 0.1s ease-in-out;
    transition: border-color 0.1s ease-in-out;
}
#block .cont .patents .slidercont .slide p a:hover {
	border-color: #fff;
}
#block .cont .patents .slidercont .slide p img {
	/*margin: auto;*/
}
#block .cont .patents .slidercont .slick-arrow {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/arrows1.svg) no-repeat 0px 0px;
	border: none;
	border-radius: 30px;
	overflow: hidden;
	text-indent: 40px;
	top: 50%;
	margin-top: -16px;
	left: -30px;
	cursor: pointer;
}
#block .cont .patents .slidercont .slick-arrow:hover {
	background-position: 0px -30px;
}
#block .cont .patents .slidercont .slick-arrow.slick-next {
	left: auto;
	right: -30px;
	background-position: -22px 0px;
}
#block .cont .patents .slidercont .slick-arrow.slick-next:hover {
	background-position: -22px -30px;
}


#block .cont .partners {
	margin-top: 40px;
}
#block .cont .partners .slidercont {
	width: 574px;
	height: 394px;
	background: #ebf3f5;
	border-radius: 8px;
	margin: 0px 80px 0 40px;
	/*padding: 15px 15px 13px;*/
	position: relative;
}
#block .cont .partners .slidercont .slide {
	text-align: center;
	padding: 8px 5px 3px;
	width: 574px;
	width: 394px;
}
#block .cont .partners .slidercont .slide p {
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	margin: 5px;
}
#block .cont .partners .slidercont .slide p img {
	/*margin: auto;*/
	border-radius: 8px;
}
#block .cont .partners .slidercont .slick-arrow {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/arrows1.svg) no-repeat 0px 0px;
	border: none;
	border-radius: 30px;
	overflow: hidden;
	text-indent: 40px;
	top: 50%;
	margin-top: -16px;
	left: -30px;
	cursor: pointer;
}
#block .cont .partners .slidercont .slick-arrow:hover {
	background-position: 0px -30px;
}
#block .cont .partners .slidercont .slick-arrow.slick-next {
	left: auto;
	right: -30px;
	background-position: -22px 0px;
}
#block .cont .partners .slidercont .slick-arrow.slick-next:hover {
	background-position: -22px -30px;
}
#block .cont .partners .slidercont .slick-arrow.slick-next.slick-disabled {
	background-position: -22px -60px;
}
#block .cont .partners .slidercont .slick-arrow.slick-prev.slick-disabled {
	background-position: 0px -60px;
}

#block .cont .slider2 {
	padding: 0 30px;
	margin-top: 20px;
	display: none;
}
#block .cont .slidercont2 {
	background: #ebf3f5;
	border-radius: 8px;
}
#block .cont .slidercont2 p {
	margin-bottom: 0;
}
#block .cont .slidercont2 .slide {
	padding: 20px;
}
#block .cont .slidercont2 .slide p img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
#block .cont .slidercont2 .slick-arrow {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/arrows1.svg) no-repeat 0px 0px;
	border: none;
	border-radius: 30px;
	overflow: hidden;
	text-indent: 40px;
	top: 50%;
	margin-top: -11px;
	left: -30px;
	cursor: pointer;
}
#block .cont .slidercont2 .slick-arrow:hover {
	background-position: 0px -30px;
}
#block .cont .slidercont2 .slick-arrow.slick-next {
	left: auto;
	right: -30px;
	background-position: -22px 0px;
}
#block .cont .slidercont2 .slick-arrow.slick-next:hover {
	background-position: -22px -30px;
}
#block .cont .slidercont2 .slick-arrow.slick-next.slick-disabled {
	background-position: -22px -60px;
}
#block .cont .slidercont2 .slick-arrow.slick-prev.slick-disabled {
	background-position: 0px -60px;
}


#block .cont .slidercont3 {
	width: 95%;
	background: #ebf3f5;
	border-radius: 8px;
	margin: 40px auto 20px;
	/*padding: 15px 15px 13px;*/
	position: relative;
}
#block .cont .slidercont3 .slide {
	text-align: center;
	padding: 12px;
}
#block .cont .slidercont3 .slide p {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
	margin-bottom: 0;
}
#block .cont .slidercont3 .slide p strong {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	color: #1d304c;
	letter-spacing: 0.1px;
}
#block .cont .slidercont3 .slick-arrow {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../img/arrows1.svg) no-repeat 0px 0px;
	border: none;
	border-radius: 30px;
	overflow: hidden;
	text-indent: 40px;
	top: 50%;
	margin-top: -10px;
	left: -30px;
	cursor: pointer;
}
#block .cont .slidercont3 .slick-arrow:hover {
	background-position: 0px -30px;
}
#block .cont .slidercont3 .slick-arrow.slick-next {
	left: auto;
	right: -30px;
	background-position: -22px 0px;
}
#block .cont .slidercont3 .slick-arrow.slick-next:hover {
	background-position: -22px -30px;
}

#block .cont ul {
	margin-bottom: 10px;
}
#block .cont ul li {
	color: #000;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
}
#block .cont ul li {
	margin-left: 18px;
	list-style: disc;
	padding-left: 4px;
}
#block .cont ul.check li {
	background: url(../img/check2.svg) no-repeat 0px 3px;
	padding-left: 26px;
	list-style: none;
	margin-left: 0;
}
#block .cont ul.nomargin li {
	margin-bottom: 4px;
}
#block .cont ul li strong {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	color: #1d304c;
}

#block .cont .tablecontacts td {
	padding-right: 20px;
	vertical-align: top;
}
#block .cont .tablecontacts td.small {
	width: 1%;
	padding-right: 0;
}
#block .cont .tablecontacts p {
	margin-bottom: 2px;
	text-align: left;
}
#block .cont .tablecontacts p a {
	color: #000;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#block .cont .tablecontacts p a:hover {
	color: #1c75b7;
}
#block .cont .tablecontacts .link a:hover {
	color: #fff;
}
#block .cont .tablecontacts .link {
	margin-top: 10px;
}
#block .cont hr {
	border: none;
	border-bottom: 1px solid #e1eaf1;
	margin: 30px 0;
}

#block .cont .blueblock {
	width: 502px;
	display: inline-block;
	background: #e2eef0;
	padding: 20px;
	border-radius: 8px;
}
#block .cont .blueblock h2 {
	font-size: 18px;
	margin-bottom:0;
}
#block .cont iframe {
	padding: 10px;
	/*background: #e2eef0;*/
	border-radius: 8px;
	margin-left: 40px;
	border: 1px solid #e2eef0;
}

/*FOOTER*/
#footer {
	width: 100%;
	background: #1c75b7;
}
#footer .cont {
    width: 90%;
    max-width: 1680px;
	margin: auto;
	padding: 30px 0;
}
#footer .cont table {
    width: 100%;
}
#footer .cont .first {
    width: 40%;
	min-width: 362px;
}
#footer .cont .logo {
	margin-bottom: 30px;
}
#footer .cont .other .ua,
#footer .cont .other .kh {
	display: inline-block;
	margin-right: 20px;
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #07265c;
}
#footer .cont .other .ua .icon {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 14px;
	margin-right: 12px;
	background: url(../img/ua1.svg) no-repeat;
	margin-bottom: 4px;
}
#footer .cont .other .kh .icon {
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 20px;
	margin-right: 12px;
	background: url(../img/kh1.svg) no-repeat;
	margin-bottom: 3px;
}
#footer .cont .center {
	width: 100%;
	text-align: right;
}
#footer .cont .center .middle {
	display: inline-block;
}
#footer .cont .center .middle td {
}
#footer .cont .center td {
	width: 1%;
	text-align: center;
}
#footer .cont .last {
	padding-left: 30px;
}
#footer .cont .center,
#footer .cont .last {
	vertical-align: top;
}
#footer .cont .center p,
#footer .cont .last p {
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 16px;
}
#footer .cont .center p a,
#footer .cont .last p a {
	color: #07265c;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#footer .cont .center p a:hover,
#footer .cont .last p a:hover {
	color: #7eabf1;
}

#footer .cont .last ul li {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 4px;
}
#footer .cont .last ul li a {
	position: relative;
	display: block;
	color: #07265c;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#footer .cont .last ul li a:hover {
	color: #7eabf1;
}

#footer .bottom {
	background: #07265c;
	text-align: center;
	padding: 18px 0;
}
#footer .bottom p {
	color: #416ab0;
	font-size: 20px;
}
#footer .bottom .m2 {
	display: none;
}
#footer .bottom p .m3 {
    display: none;
}

/*SHOWBLOCKS*/
#showblocks {
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index:3;
	top:0;
	display: none;
}
#showblocks .block {
	width: 370px;
	margin: 100px auto;
	border-radius:8px;
	box-shadow: 0px 0px 10px #000;
	background:#fff;
	overflow:hidden;
	position:absolute;
	padding:15px 10px 15px 15px;
	left: 50%;
	top: -50%;
	display: none;
}
#showblocks .block.bl1 {
	margin-top: -197px;
	margin-left:-197px;
}
#showblocks .block.bl2 {
	margin-top: -215px;
	margin-left:-197px;
}
#showblocks .block.bl3 {
	margin-top: -205px;
	margin-left:-197px;
}
#showblocks .block .top {
	border-bottom: 1px solid #c8dae5;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
#showblocks .block .top .close {
	display: block;
	border: 1px solid #c8dae5;
	border-radius: 5px;
	margin: auto;
	cursor: pointer;
	position:absolute;
	z-index:1;
	right:8px;
	top:8px;
	color: #1d304c;
	padding: 5px 5px 4px 5px;
	line-height: 18px;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#showblocks .block .top .close:hover {
	background: #d1edff;
}
#showblocks .block .top p {
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
    color: #1d304c;
	font-size: 20px;
	text-align: left;
	margin-bottom: 0;
}
#showblocks .block p {
	text-align: center;
	margin-bottom: 10px;
	line-height: 22px;
    color: #1d304c;
}
#showblocks .block p strong {
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
}
#showblocks .block p.tel a {
	font-weight: 600;
	color: #1d304c;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}
#showblocks .block p.tel a:hover {
	font-weight: 600;
	color: #4189f3;
}
#showblocks .block hr {
	/*border: none;
	height: 2px;
	background: url(../img/dot1.svg) repeat-x 50% 100%;*/
	border: none;
	border-bottom: 1px solid #c8dae5;
}
#showblocks .block .bottom {
	text-align: center;
}
#showblocks .block .close2 {
	margin-top: 10px;
	margin-bottom: 5px;
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	background: #1c75b7;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 11px 28px 14px 28px;
	border-radius: 6px;
	cursor: pointer;
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#showblocks .block .close2:hover {
	background: #2982C4;
}

#showblocks .block .hidden {
	position: relative;
	overflow: hidden;
	margin: 0 20px;
	margin-bottom: 10px;
}
#showblocks .block .hidden.last {
	margin-bottom: 0;
}
#showblocks .block input {
	width: 304px;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #c8dae5;
	background: #ebf3f5;
	border-radius: 3px;
	font-family: 'Regular1', Tahoma, Geneva, sans-serif;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#showblocks .block textarea {
	width: 304px;
	height: 128px;
	padding: 10px;
	font-size: 16px;
	line-height: 16px;
	border: 1px solid #c8dae5;
	background: #ebf3f5;
	border-radius: 3px;
	font-family: 'Regular1', Tahoma, Geneva, sans-serif;
    outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    resize: none;
	margin-bottom: 5px;
}
#showblocks .block #sendsubmit {
	width: auto;
	border: none;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 18px;
	line-height: 24px;
	background: #1c75b7;
	color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 11px 28px 14px 28px;
	border-radius: 6px;
	cursor: pointer;
	font-family:'SemiBold1', Tahoma, Geneva, sans-serif;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
#showblocks .block #sendsubmit:hover {
	background: #2982C4;
}
#showblocks .block .error {
	position: absolute;
	background: #ed2712;
	padding: 11px 0;
	color: #fff;
	left: 0;
	top:0;
	width: 99%;
	text-align: center;
	border-radius: 3px;
	display: none;
}
#showblocks .block .error.big {
	padding: 66px 0;
}

/*TITLE*/
#title {
    background: url(../img/banner1.jpg) no-repeat 100% 0;
}
#title .cont {
    width: 90%;
    max-width: 1680px;
	margin: auto;
	padding: 50px 0;
	font-size: 0;
}
#title .cont .left, 
#title .cont .right {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	font-size: 16px;
}

#title .cont .right {
	/*border:1px solid #ccc;*/
	vertical-align: middle;
	padding: 8px 0;
}
#title .cont .right .other {
	width: 500px;
	height: 90px;
	overflow: hidden;
	float: right;
}
#title .cont .right .table {
	margin-bottom: 5px;
}
#title .cont .right .table td {
	vertical-align: middle;
}
#title .cont .right .big {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	font-size: 28px;
	line-height: 24px;
	color: #1c304d;
	background: rgba(255, 255, 255, 0.75);
	padding: 18px 26px;
	border-radius: 10px 0 0 10px;
	margin-right: 2px;
	height: 54px;
	text-align: center;
	width: 100px;
}
#title .cont .right .big .small {
	font-family:'Bold1', Tahoma, Geneva, sans-serif;
	font-size: 20px;
	line-height: 22px;
}
#title .cont .right .desc {
	font-family:'Regular1', Tahoma, Geneva, sans-serif;
	font-size: 19px;
	line-height: 22px;
	width: 292px;
	background: rgba(255, 255, 255, 0.75);
	padding: 21px 26px;
	border-radius: 0 10px 10px 0;
	margin-left: 2px;
	height: 48px;
}
#title .cont .right .td2 .big {
	line-height: 23px;
	padding: 18px 26px;
}

#title .cont h1 {
    color: #1d304c;
    font-size: 32px;
    line-height: 34px;
    font-family: 'Bold1', Tahoma, Geneva, sans-serif;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

#title .cont #breadcrumb {
	overflow:hidden;
	padding-left: 0;
}
#title .cont #breadcrumb li {
	float:left;
	color: #1d304c;
	font-size:18px;
	line-height: 20px;
	list-style:none;
    font-family: 'Medium1', Tahoma, Geneva, sans-serif;
}
#title .cont #breadcrumb li a {
	color: #1d304c;
	padding-right:5px;
}
#title .cont #breadcrumb li.last a {
	color: #1c75b7;
}
#title .cont #breadcrumb li a:hover {
	color: #1c75b7;
}
#title .cont #breadcrumb li + li:before {
  content:  '/';
  margin:   0 5px 0 0;
}
#title .cont #breadcrumb .icon {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 8px;
	background: url(../img/home2.svg) no-repeat;
	margin-bottom: 5px;
}
#title .cont #breadcrumb a:hover .icon {
	background-position: 0 -25px;
}

@media
only screen and (max-width : 1700px), only screen and  and (max-device-width : 1700px) {

#header .cont,
#banner .cont,
#block .cont,
#footer .cont,
#title .cont {
    max-width: 1540px;
}


#block .cont .patents .slidercont {
	width: 568px;
}

}
@media
only screen and (max-width : 1560px), only screen and  and (max-device-width : 1560px) {

#header .cont,
#banner .cont,
#block .cont,
#footer .cont,
#title .cont  {
    max-width: none;
	width: 96%;
}
	
#header .cont .menu ul li {
    margin-right: 3%;
}
#header .cont .menu ul {
    padding: 0 10px;
}
#header .cont .contacts ul {
    padding-left: 10px;
    margin-left: 15px;
}

}
@media
only screen and (max-width : 1380px), only screen and  and (max-device-width : 1380px) {

#header .cont .menu ul li.first a {
	overflow: hidden;
	width: 16px;
	height: 16px;
}
#header .cont .menu ul li.first a .icon {
    margin-top: 2px;
	vertical-align: bottom;
}

}
@media
only screen and (max-width : 1270px), only screen and  and (max-device-width : 1270px) {

#header .cont {
	position: relative;
	padding-top: 54px;
}
#header .cont .contacts {
    display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #bdccd7;
}    
#header .cont .contacts ul {
    padding-left: 0;
    margin-left: 0;
    border: none;
    width: 100%;
    text-align: center;
}
#header .cont .contacts ul li {
    display: inline-block;
    margin-left: 30px;
}    
#header .cont .menu ul li.first a {
    overflow: hidden;
    width: auto;
    height: 14px;
}    
#header .cont .menu ul li.first a .icon {
    margin-top: 0;
    vertical-align: middle;
}
#banner .cont .other .big {
    padding: 18px 20px;
}
#banner .cont .other .desc {
    width: 318px;
	padding: 24px 20px;
}
#block .cont .table td {
    vertical-align: top;
}
#block .cont .table td .img img {
	width: 400px;
	height: auto;
}
#banner .cont .text .title {
    font-size: 39px;
}
#banner .cont .text .title .small {
    font-size: 28px;
}

}
@media
only screen and (max-width : 1100px), only screen and  and (max-device-width : 1100px) {

#header .cont .menu ul li.first a {
    width: 16px;
    height: 16px;
}
#header .cont .menu ul li.first a .icon {
    margin-top: 2px;
    vertical-align: bottom;
}
#banner {
	background-position: 60% 0;
}
#banner .cont .other .desc {
    width: 188px;
    padding: 18px 20px;
}
#banner .cont .other .desc {
    font-size: 18px;
    line-height: 22px;
	height: 68px;
}

#block .cont .partners {
    margin-top: 20px;
}
#block .cont .patents .slidercont {
    width: 284px;
}
#block .cont .partners .slidercont {
	display: none;
}
#block .cont .partners .link {
	text-align: center;
}
#block .cont .slider2 {
	display: block;
}
#block .cont .table td .img img {
    width: 300px;
}
	
#block .cont .icons td {
	display: block;
}
#block .cont .icons td td {
	display: table-cell;
}
	
	
#footer .cont .first {
    min-width: 330px;
}
#footer .cont .center .middle td {
    display: inline-block;
	width: 45%;
	text-align: left;
}
#footer .cont .center {
	padding-top: 24px;
}
#footer .cont .center p {
    margin-top: 6px;
    margin-bottom: 0px;
}
#block .cont .table.cnt td {
	display: inline-block;
}
#block .cont .table.cnt td.small {
	width: 100%;
}
#block .cont .table.cnt td td {
	display: table-cell;
}
#block .cont iframe {
    margin-left: 0;
	margin-top: 20px;
	min-width: 95%;
	padding: 2%;
}
#block .cont .blueblock {
    width: 95%;
    padding: 2%;
	margin-top: 30px;
}
	

}
@media
only screen and (max-width : 980px), only screen and  and (max-device-width : 980px) {

#header .cont {
    padding-top: 20px;
}
#header .cont .logo a {
	margin-left: 60px;
	
}
#header .cont .contacts {
    display: table-cell;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
}
#header .cont .contacts ul {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 2px solid #1c75b7;
    width: 264px;
    text-align: left;
}
#header .cont .contacts ul li {
    margin-left: 0;
}
	
#header .cont .mobmenu p {
	display: block;
}
#header .cont .menu ul li.first a {
        overflow: hidden;
        width: auto;
        height: 14px;
    }
#header .cont .menu ul li.first a .icon {
    display: none;
}
#header .cont .menu ul {
	position: absolute;
	background: #d6edff;
	top: 117px;
	left: 0;
	z-index: 2;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	text-align: left;
	padding: 0;
	display: none;
}
#header .cont .menu ul li {
	display: block;
	margin: 0;
}
#header .cont .menu ul li a {
	display: block;
	padding: 20px 80px 20px 40px;
	color: #1d304c;
	border-top: 1px solid #a9cee9;
	font-size: 18px;
	position: relative;
}
#header .cont .menu ul li.first a {
	border-top: none;
}
#header .cont .menu ul li.active a {
	color: #1d304c;
}
#header .cont .menu ul li a:hover {
	color: #1d304c;
	background: #e5f3ff;
}
#header .cont .menu ul li a .arrow {
	position: absolute;
	right: 20px;
	top: 26px;
}
#header .cont .menu ul li a:hover .arrow {
	background-position: 0 0;
}
#banner .cont .text .title {
    font-size: 34px;
    line-height: 28px;
}    
#banner .cont .text .title .small {
    font-size: 23px;
}
#banner .cont .text, #banner .cont .other {
    height: auto;
	width: 100%;
	display: inline-block;
}
#banner .cont .text {
	margin-top: 20px;
	margin-bottom: 20px;
}
#banner .cont .other table {
	width: 100%;
}    
#banner .cont .other table td {
	padding: 0;
	padding-bottom: 4px;
}    
#banner .cont .other .big {
    padding: 10px 10px;
    font-size: 28px;
    line-height: 24px;
    height: auto;
}
#banner .cont .other .big .small {
    font-size: 24px;
    line-height: 28px;
}
#banner .cont .other .big .small2 {
    font-size: 24px;
}
#banner .cont .other .td2 .big {
    line-height: 24px;
    padding: 10px 10px;
	height: auto;
}
#banner .cont .other .desc {
    width: auto;
    padding: 25px 20px;
	height: auto;
	font-size: 21px;
}
#banner .cont .text ul {
    margin-bottom: 22px;
}

#block .cont .table td {
	display: block;
    }
#block .cont .table td .img {
    margin-right: 0;
	margin-bottom: 20px;
	text-align: center;
}
#block.rgt .cont .table td .img {
    margin-left: 0;
}
#block .cont .table td .img img {
        width: auto;
	max-width: 100%;
    }
#block .cont {
    padding: 60px 0 40px;
}
#block.blue .cont {
    padding: 50px 0 20px;
}
#block .cont .link {
	text-align: center;
}
#block .cont .patents .slidercont {
    margin: 0  auto;
	margin-top: 40px;
	width: 568px;
}    
#header .cont .contacts ul {
    padding-left: 0;
	margin-left: 15px;
    border-left: none;
}
#footer .cont .center .middle td {
    width: 85%;
}
#footer .cont .center p {
    margin-bottom: 3px;
}    
#footer .cont .center {
    padding-top: 10px;
}
#footer .cont .last p {
    margin-top: 16px;
}

#title .cont .left {
	width: 100%;
}
#title .cont .right {
	display: none;
}
#title {
	background-position: 75% 0;
}
	
#block .cont .slidercont3 {
    width: 94%;
}

#block.rel {
	padding-bottom: 20px;
	padding-top: 40px;
}
#block .cont .readmore {
    bottom: -55px;
}

}
@media
only screen and (max-width : 800px), only screen and  and (max-device-width : 800px) {

#header .cont {
	position: relative;
	padding-top: 54px;
}
#header .cont .contacts {
    display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding-bottom: 4px;
	border-bottom: 1px solid #bdccd7;
}    
#header .cont .contacts ul {
    padding-left: 0;
    margin-left: 0;
    border: none;
    width: 100%;
    text-align: center;
}
#header .cont .contacts ul li {
    display: table-cell;
    margin: 0;
}
#header .cont .contacts ul li.li1 {
	float: left;
	text-align: left;
}
#header .cont .contacts ul li.li2 {
	text-align: right;
	float: right;
}
#header .cont .contacts ul li.li3 {
	display: none;
}
#header .cont .menu ul {
      top: 147px;
  }
#banner .cont .other .desc {
    padding: 14px 20px;
    font-size: 19px;
	padding-right: 23%;
}    
#block .cont .patents .slidercont {
    width: 284px;
}
#footer .cont {
    position: relative;
}
#footer .cont .logo img {
    width: 254px;
    height: auto;
}  
#footer .cont .first {
    min-width: 240px;
}    
#footer .cont .center {
    position: absolute;
    right: 0;
    width: 162px;
    z-index: 1;
}
#footer .cont .first {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 20px;
	border-bottom: 1px solid #4d95cb;
}
#footer .cont .first p {
	display: table-cell;
	vertical-align: middle;
}
#footer .cont .first .logo {
	width: 1%;
}
#footer .cont .first .other {
	text-align: right;
}
#footer .cont .other .kh {
    margin-right: 0px;
}
#footer .cont .last {
	width: 100%;
	display: inline-block;
    padding-left: 0px;
}
#footer .bottom .m1 {
    display: none;
}
#footer .bottom .m2 {
    display: inline;
}    
#banner .cont .text {
    margin-top: 36px;
}
#title .cont {
    padding: 30px 0;
}
#title .cont h1 {
    font-size: 25px;
	line-height: 20px;
}
	
#block .cont .slidercont3 {
    width: 92%;
}

}
@media
only screen and (max-width : 580px), only screen and  and (max-device-width : 580px) {

#banner .cont .other .desc {
    padding-right: 20px;
}
#footer .cont .other .ua {
    margin-right: 10px;
}
#footer .cont .other .ua .icon {
	margin-right: 8px;
}
#footer .cont .other .kh .icon {
	margin-right: 8px;
}
#block .cont h2 {
    font-size: 22px;
    line-height: 28px;
}
#block .cont h4 {
    font-size: 24px;
    line-height: 28px;
}
#block .cont p {
    line-height: 24px;
}
#block .cont h3 {
    font-size: 20px;
    line-height: 26px;
}
#block .cont .icons .title {
    font-size: 20px;
    line-height: 26px;
}
#block .cont .icons img {
    margin-right: 20px;
}
#block .cont .icons td {
    padding: 4px 0;
}
#block .cont .icons td.margin {
	display: none;
}
#title {
	background-position: 50% 0;
}
#block .cont .slidercont3 {
    width: 86%;
}

#block .cont .blueblock {
    width: 90%;
}    
	#block .cont iframe {
        max-width: 95%;
    }

}
@media
only screen and (max-width : 510px), only screen and  and (max-device-width : 510px) {

#header .cont .logo a img {
	width: 218px;
	height: auto;
}
#header .cont .logo a:hover img {
	opacity: 1;
}
#header .cont .mobmenu p {
    top: 1px;
}    
#header .cont .logo a {
    margin-left: 54px;
}    
#header .cont .menu ul {
    top: 121px;
}    
#banner .cont .other .desc {
    padding-right: 10px;
    padding-left: 15px;
}    
#footer .cont .other .ua {
    margin-right: 0;
    margin-bottom: 4px;
}  
#footer .cont .other .ua,
#footer .cont .other .kh {
    width: 138px;
    text-align: left;
}
#block .cont p {
    text-align: left;
}
#header .cont .contacts ul li a .icon {
    margin-right: 2px;
}
#banner .cont .other .desc {
    font-size: 18px;
}
#footer .cont .other .ua .icon {
	margin-right: 12px;
}
#footer .cont .other .kh .icon {
	margin-right: 12px;
}
#banner .cont .text .link a {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 18px 15px 24px;
}    
#banner .cont .text .title {
    font-size: 32px;
}
#block .cont .table .link a {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 18px 13px 24px;
}
#block.blue .cont .table td .img {
    margin-left: 0;
}
#block.blue.lft .cont .table td .img {
    margin-right: 0;
}

}
@media
only screen and (max-width : 470px), only screen and  and (max-device-width : 470px) {

#header .cont .contacts ul li.li2 {
	display: none;
}
#header .cont .contacts ul li.li1 {
	display: block;
    float: none;
    text-align: center;
	width: 100%;
}
	#banner .cont .text .title {
        font-size: 28px;
    }
	#banner .cont .text .title .small {
        font-size: 21px;
    }
#banner .cont .text ul li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 26px;
}
	#banner .cont .other .big {
        font-size: 24px;
        line-height: 20px;
		padding-right: 10px;
		padding-top: 18px;
		padding-bottom: 18px;
    }    
	#banner .cont .other .big .small {
        font-size: 18px;
        line-height: 24px;
    }
#banner .cont .other .big .small3 {
    font-size: 18px;
}
#banner .cont .other .td2 .big {
        line-height: 18px;
		padding-top: 18px;
		padding-bottom: 18px;
    }
	#banner .cont .other .big .small2 {
        font-size: 18px;
    }   
#banner .cont .other .desc {
        line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
    }    
#footer .cont .logo {
    }
#footer .cont .logo img {
        width: 232px;
	margin-bottom: 15px;
    }
#footer .cont .first .other {
	display: block;
	text-align: left;
    }
#footer .cont .last ul li {
    font-size: 18px;
}
#footer .cont .center p,
	#footer .cont .last p {
    font-size: 17px;
}    
#footer .cont .center .middle td {
    width: 72%;
}
#footer .cont .m1 {
    display: none;
}    
#footer .cont .center p {
    margin-bottom: 0;
    margin-top: 2px;
}    
#footer .cont .last p {
    margin-bottom: 6px;
    margin-top: 11px;
}
#footer .cont .last ul li {
line-height: 22px;
margin-bottom: 0px;
}
#footer .bottom p {
    font-size: 16px;
	line-height: 18px;
}
#block .cont .icons img {
	width: 90px;
	height: auto;
}


#showblocks .block {
	width:276px;
}
#showblocks .block.bl1 {
	margin-top: -208px;
	margin-left:-150px;
}
#showblocks .block.bl2 {
	margin-top: -215px;
	margin-left:-150px;
}
#showblocks .block.bl3 {
	margin-top: -225px;
	margin-left:-150px;
}
#showblocks .block .top p {
    font-size: 18px;
}
#showblocks .block input {
    width: 222px;
}
#showblocks .block textarea {
    width: 222px;
}
#showblocks .block .hidden {
    margin: 0 15px;
    margin-bottom: 10px;
}
	
#block .cont .slidercont3 {
    width: 82%;
}

    #block .cont .table.cnt td tr  {
        display: block;
		padding-bottom: 20px;
    }
    #block .cont .table.cnt td td {
        display: block;
    }

}
@media
only screen and (max-width : 370px), only screen and  and (max-device-width : 370px) {

    #header .cont .logo a img {
        width: 196px;
    }    
	#header .cont .mobmenu p {
        top: -1px;
    }
#header .cont .langs .mml_links li a {
    padding: 6px 16px 5px 6px;
}
#header .cont .langs .arrow {
    right: 6px;
}
#header .cont .langs .mml_links li {
    top: 27px;
}    
#header .cont .menu ul {
    top: 116px;
}    
#banner .cont .text .title {
    font-size: 25px;
}    
#banner .cont .text .title .small {
    font-size: 19px;
}    
#banner .cont .other .desc {
    font-size: 16px;
}    
#banner .cont .text .link {
    text-align: center;
}    
#block .cont h2 {
    font-size: 20px;
    line-height: 26px;
}    
#block .cont h4 {
    font-size: 22px;
    line-height: 26px;
}
#block .cont .icons p {
    text-align: center;
}
#block .cont .icons td td {
    display: inline-block;
    width: 100%;
}
#block .cont .icons .img {
    text-align: center;
    margin-bottom: 0;
}
#block .cont .icons img {
    width: auto;
    margin-right: 0;
}    
#block .cont .patents .slidercont {
    width: 246px;
}  
#block .cont .patents .slidercont img {
    width: 208px;
    height: auto;
}
/*#footer .bottom p {
    font-size: 19px;
}  */  
#footer .bottom p .m3 {
    display: inline;
}     
#footer .bottom p .m4 {
    display: none;
}    
#footer .cont .center p, #footer .cont .last p {
    font-size: 16px;
}
#footer .cont .last ul li {
    font-size: 17px;
}    
#footer .cont .logo img {
    width: 300px;
}

}