/*
Theme Name: Syncordia
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.aaa
*/

@import url(css/reset.css);
@import url(css/grids.css);

/*----------------------------------------------------------*/
.fluid-img img {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*::-webkit-input-placeholder, *:-moz-placeholder, *::-moz-placeholder {
 color: #606060;
}
*:focus::-webkit-input-placeholder, *:focus:-moz-placeholder, *:focus::-moz-placeholder {
 color: #35b3e6;
}
.btn, input[type=submit], input[type=button], .justify > li, .justify:after, label, span.selected, ul li:before, .menu-items > div > a, .dropdown-item a:after, .tiz, .phone span:before, .social a, nav a:first-child:before, nav span, .left-menu > div a, .blue-box svg, .tabs li, .tabs li a, .company-logo a:before, a[rel="prev"], a[rel="next"], .blue-text-box {
	display: inline-block;
}
/*----------------------------------------------------------*/
html, body {
	background: #fff;
	font-family: "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	line-height: 22px;
	color: #606060;
}
html * {
	max-height: 1000000px;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #35b3e6;
	text-decoration: none;
	border-bottom: 1px solid rgba(53,179,230,.5);
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.noTouch a:hover {
	color: #35b3e6;
	border-color: transparent;
}
a:visited {
	border-color: rgba(0,99,132,.5);
}
.action {
	border-bottom-style: dashed;
}
ul, ol {
	padding: 0;
	list-style: none;
	margin-left: 25px;
}
ol {
	counter-reset: item;
}
ul li:before {
	content: '';
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.5%22%20height%3D%2211.1%22%20viewBox%3D%220%200%206.5%2011.1%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M6.5%205.6v-.3L1%200H.6L0%20.8V1l4.5%204.4L0%2010v.5l.7.5h.6l5.2-5.2v-.2z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 6px;
	width: 6px;
	height: 10px;
	margin: 6px 0 0 -25px;
	float: left;
}
ul li, ol li {
	margin-bottom: 10px;
}
ol li:before {
    display: inline-block;
    content: counter(item)".";
    counter-increment: item;
	color: #35b3e6;
    width: 12px;
	font-weight: 700;
	float: left;
	margin: 0 0 0 -25px;
}
ul ul {
	padding: 0;
	list-style: disc outside;
	margin-left: 50px;
}
ul ul li:before {
	display: none;
}
ol ol{
    counter-reset: inner;
	margin-left: 60px;
}
ol ol li{
    margin-bottom: 0;
}
ol ol li:before {
    content: counter(item)"."counters(inner,".");
    counter-increment: inner;
	margin-left: -35px;
}
.title {
	display: block;
}
span.name {
    margin-bottom: 0px;
}

span.position {
    margin-bottom: 22px;
    display:block;
}

h1, h2, h3, h4, p, ul, ol, h5, table, .title {
	margin-bottom: 22px;
}
h1, .h1 {
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 100%;
	color: #2e2e2e;
}
h2, .h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 100%;
	color: #2e2e2e;
}
h2 .h3 {
	color: #606060;
	margin: 7px 0;
}
.h2home {
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    color: #2e2e2e;
}
.bordered {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #36b3e6;
}
h3, .h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
}
h4, .h4 {
	font-size: 17px;
	line-height: normal;
	margin: 0;
}
.no-marg {
	margin-bottom: 0;
}
.highlight {
	color: #35b3e6;
}
p + h2, p + h3, p + h4, p + h5, ul + h2, ul + h3, ul + h4, ul + h5, ol + h2, ol + h3, ol + h4, ol + h5, ul + p, ol + p {
	padding-top: 20px;
}
s, input[type=checkbox]:disabled:checked + label:after {
	color: #999;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.baseline {
	vertical-align: baseline;
}
.top {
	vertical-align: top;
}
table {
	width: 100%;
}
table td {
	padding: 10px;
}
table tr:nth-child(even) {
	background: #e8f8ff;
}
table caption {
	padding: 10px 10px 10px 0;
	border-bottom: 2px solid #ebebeb;
	font-size: 24px;
	font-weight: 300;
	color: #2e2e2e;
	text-align: left;
	vertical-align: bottom;
}
table th {
	padding: 10px;
	border-bottom: 2px solid #35b3e6;
	font-weight: 700;
	text-align: left;
	vertical-align: bottom;
	font-size: 18px;
}
.no-border {
	border: 0 !important;
}
.black {
	color: #000;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], select, textarea, span.selected {
	vertical-align: middle;
	background: #e8f8ff;
	border: 2px solid #e8f8ff;
	padding: 10px 17px 11px;
	font-family: "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	outline: none;
	line-height: 22px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.disabled, input[disabled], input[disabled="disabled"] {
	border: 2px solid #bcbcbc;
	color: #808080 !important;
	background: #f0f0f0;
	cursor: default;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border-color: #35b3e6;
	color: #35b3e6;
}
input[type="file"] {
	border: 0;
	background: none;
}
.error, .wpcf7-not-valid-tip, .wpcf7-not-valid {
	color: #d95656;
	font-size: 13px;
}
.selected.error, input.error, textarea.error, input.error:focus, textarea.error:focus, input.wpcf7-not-valid, textarea.wpcf7-not-valid, input.wpcf7-not-valid:focus, textarea.wpcf7-not-valid:focus {
	border-color: #d95656;
	color: #d95656;
	background: #f6e1e1;
}
.selected.correct, input.correct, textarea.correct, input.correct:focus, textarea.correct:focus {
	border-color: #a1c561;
	color: #a1c561;
	background: #e7f6e1;
}
.error-message, .info-message {
	color: #fff;
	background: #d95656;
	padding: 20px 30px;
	position: relative;
	margin-bottom: 30px;
	width: auto !important;
}
.error-message span, .info-message span {
	color: #fff;
	margin: 0;
}
.error-message p, .info-message p {
	padding: 10px 0 0;
	margin: 0;
}
.error-message .close, .info-message .close {
	border: 0;
	display: block;
	position: absolute;
	width: 49px;
	height: 52px;
	top: -20px;
	right: -15px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20viewBox%3D%220%200%2046.875%2049.964%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M45.868%2018.842c-.13%204.27-.183%208.545-.16%2012.818s-1.878%207.423-5.696%209.45c-3.818%202.024-7.6%204.115-11.345%206.27s-7.462%202.11-11.15-.137c-3.69-2.245-7.42-4.427-11.185-6.545-3.767-2.12-5.586-5.314-5.457-9.586s.183-8.544.16-12.817c-.02-4.274%201.878-7.424%205.696-9.45%203.82-2.025%207.6-4.116%2011.346-6.27C21.82.42%2025.538.464%2029.226%202.71s7.42%204.43%2011.186%206.547c3.766%202.12%205.585%205.313%205.456%209.585z%22%2F%3E%3Cpath%20fill%3D%22%23D95656%22%20d%3D%22M23.186%2049.964c-2.074%200-4.157-.628-6.19-1.866-3.654-2.224-7.407-4.42-11.154-6.527-4.1-2.305-6.107-5.834-5.966-10.487.128-4.24.182-8.54.16-12.782C.015%2013.647%202.11%2010.17%206.265%207.964c3.78-2.004%207.586-4.11%2011.314-6.255%204.045-2.326%208.19-2.274%2012.17.15%203.65%202.222%207.404%204.418%2011.155%206.527%204.1%202.307%206.106%205.835%205.965%2010.487-.128%204.24-.182%208.54-.16%2012.783.022%204.654-2.072%208.132-6.228%2010.337-3.78%202.005-7.586%204.11-11.314%206.255-1.98%201.14-3.99%201.717-5.98%201.717zm.372-47.972c-1.634%200-3.31.488-4.983%201.45C14.825%205.597%2011%207.713%207.2%209.728c-3.495%201.853-5.184%204.654-5.164%208.56.02%204.266-.033%208.59-.162%2012.854-.118%203.904%201.5%206.745%204.948%208.684%203.767%202.12%207.54%204.327%2011.213%206.562%203.363%202.048%206.72%202.088%2010.132.125%203.75-2.157%207.576-4.273%2011.375-6.288%203.495-1.854%205.184-4.655%205.164-8.56-.02-4.266.033-8.59.162-12.855.118-3.903-1.5-6.744-4.947-8.683-3.77-2.12-7.542-4.33-11.213-6.564-1.714-1.045-3.447-1.574-5.15-1.574z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%232E2E2E%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.046s.628-1.047%201.047-1.047c.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.046-1.046%201.046zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046.646-1.046%201.027-1.046c.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.046%200-.398.628-1.046%201.046-1.046.42%200%201.046.647%201.046%201.046%200%20.4-.627%201.047-1.046%201.047zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.347c0%20.42-.646%201.047-1.047%201.047-.398%200-1.045-.627-1.045-1.046%200-.418.646-1.046%201.046-1.046.402%200%201.048.628%201.048%201.046zm.95-5.38c-.418%200-1.046-.63-1.046-1.03s.628-1.025%201.046-1.025c.42%200%201.046.626%201.046%201.025s-.627%201.028-1.046%201.028zm1.046%207.378c0%20.418-.627%201.046-1.026%201.046s-1.027-.628-1.027-1.046.63-1.047%201.028-1.047%201.026.63%201.026%201.047zm.97-9.358c-.418%200-1.045-.647-1.045-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zm1.047%2011.355c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.047%201.045-1.047s1.046.646%201.046%201.046zm.933-13.354c-.4%200-1.046-.646-1.046-1.046s.646-1.046%201.046-1.046c.42%200%201.046.646%201.046%201.046-.002.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.046-1.046%201.046s-1.046-.627-1.046-1.046.646-1.046%201.046-1.046%201.046.627%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 49px;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.error-message .close:hover {
	border: 0;
	display: block;
	position: absolute;
	width: 49px;
	height: 52px;
	top: -20px;
	right: -15px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20viewBox%3D%220%200%2046.875%2049.964%22%3E%3Cpath%20fill%3D%22%23d95656%22%20d%3D%22M45.868%2018.842c-.13%204.27-.183%208.545-.16%2012.818s-1.878%207.423-5.696%209.45c-3.818%202.024-7.6%204.115-11.345%206.27s-7.462%202.11-11.15-.137c-3.69-2.245-7.42-4.427-11.185-6.545-3.767-2.12-5.586-5.314-5.457-9.586s.183-8.544.16-12.817c-.02-4.274%201.878-7.424%205.696-9.45%203.82-2.025%207.6-4.116%2011.346-6.27C21.82.42%2025.538.464%2029.226%202.71s7.42%204.43%2011.186%206.547c3.766%202.12%205.585%205.313%205.456%209.585z%22%2F%3E%3Cpath%20fill%3D%22%23D95656%22%20d%3D%22M23.186%2049.964c-2.074%200-4.157-.628-6.19-1.866-3.654-2.224-7.407-4.42-11.154-6.527-4.1-2.305-6.107-5.834-5.966-10.487.128-4.24.182-8.54.16-12.782C.015%2013.647%202.11%2010.17%206.265%207.964c3.78-2.004%207.586-4.11%2011.314-6.255%204.045-2.326%208.19-2.274%2012.17.15%203.65%202.222%207.404%204.418%2011.155%206.527%204.1%202.307%206.106%205.835%205.965%2010.487-.128%204.24-.182%208.54-.16%2012.783.022%204.654-2.072%208.132-6.228%2010.337-3.78%202.005-7.586%204.11-11.314%206.255-1.98%201.14-3.99%201.717-5.98%201.717zm.372-47.972c-1.634%200-3.31.488-4.983%201.45C14.825%205.597%2011%207.713%207.2%209.728c-3.495%201.853-5.184%204.654-5.164%208.56.02%204.266-.033%208.59-.162%2012.854-.118%203.904%201.5%206.745%204.948%208.684%203.767%202.12%207.54%204.327%2011.213%206.562%203.363%202.048%206.72%202.088%2010.132.125%203.75-2.157%207.576-4.273%2011.375-6.288%203.495-1.854%205.184-4.655%205.164-8.56-.02-4.266.033-8.59.162-12.855.118-3.903-1.5-6.744-4.947-8.683-3.77-2.12-7.542-4.33-11.213-6.564-1.714-1.045-3.447-1.574-5.15-1.574z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.046s.628-1.047%201.047-1.047c.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.046-1.046%201.046zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046.646-1.046%201.027-1.046c.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.046%200-.398.628-1.046%201.046-1.046.42%200%201.046.647%201.046%201.046%200%20.4-.627%201.047-1.046%201.047zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.347c0%20.42-.646%201.047-1.047%201.047-.398%200-1.045-.627-1.045-1.046%200-.418.646-1.046%201.046-1.046.402%200%201.048.628%201.048%201.046zm.95-5.38c-.418%200-1.046-.63-1.046-1.03s.628-1.025%201.046-1.025c.42%200%201.046.626%201.046%201.025s-.627%201.028-1.046%201.028zm1.046%207.378c0%20.418-.627%201.046-1.026%201.046s-1.027-.628-1.027-1.046.63-1.047%201.028-1.047%201.026.63%201.026%201.047zm.97-9.358c-.418%200-1.045-.647-1.045-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zm1.047%2011.355c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.047%201.045-1.047s1.046.646%201.046%201.046zm.933-13.354c-.4%200-1.046-.646-1.046-1.046s.646-1.046%201.046-1.046c.42%200%201.046.646%201.046%201.046-.002.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.046-1.046%201.046s-1.046-.627-1.046-1.046.646-1.046%201.046-1.046%201.046.627%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 49px;
}
.info-message {
	background: #35b3e6;
}
.info-message .close {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20viewBox%3D%220%200%2046.875%2049.964%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M45.868%2018.842c-.13%204.27-.183%208.545-.16%2012.818s-1.878%207.423-5.696%209.45c-3.818%202.024-7.6%204.115-11.345%206.27s-7.462%202.11-11.15-.137c-3.69-2.245-7.42-4.427-11.185-6.545-3.767-2.12-5.586-5.314-5.457-9.586s.183-8.544.16-12.817c-.02-4.274%201.878-7.424%205.696-9.45%203.82-2.025%207.6-4.116%2011.346-6.27C21.82.42%2025.538.464%2029.226%202.71s7.42%204.43%2011.186%206.547c3.766%202.12%205.585%205.313%205.456%209.585z%22%2F%3E%3Cpath%20fill%3D%22%2335b3e6%22%20d%3D%22M23.186%2049.964c-2.074%200-4.157-.628-6.19-1.866-3.654-2.224-7.407-4.42-11.154-6.527-4.1-2.305-6.107-5.834-5.966-10.487.128-4.24.182-8.54.16-12.782C.015%2013.647%202.11%2010.17%206.265%207.964c3.78-2.004%207.586-4.11%2011.314-6.255%204.045-2.326%208.19-2.274%2012.17.15%203.65%202.222%207.404%204.418%2011.155%206.527%204.1%202.307%206.106%205.835%205.965%2010.487-.128%204.24-.182%208.54-.16%2012.783.022%204.654-2.072%208.132-6.228%2010.337-3.78%202.005-7.586%204.11-11.314%206.255-1.98%201.14-3.99%201.717-5.98%201.717zm.372-47.972c-1.634%200-3.31.488-4.983%201.45C14.825%205.597%2011%207.713%207.2%209.728c-3.495%201.853-5.184%204.654-5.164%208.56.02%204.266-.033%208.59-.162%2012.854-.118%203.904%201.5%206.745%204.948%208.684%203.767%202.12%207.54%204.327%2011.213%206.562%203.363%202.048%206.72%202.088%2010.132.125%203.75-2.157%207.576-4.273%2011.375-6.288%203.495-1.854%205.184-4.655%205.164-8.56-.02-4.266.033-8.59.162-12.855.118-3.903-1.5-6.744-4.947-8.683-3.77-2.12-7.542-4.33-11.213-6.564-1.714-1.045-3.447-1.574-5.15-1.574z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%232E2E2E%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.046s.628-1.047%201.047-1.047c.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.046-1.046%201.046zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046.646-1.046%201.027-1.046c.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.046%200-.398.628-1.046%201.046-1.046.42%200%201.046.647%201.046%201.046%200%20.4-.627%201.047-1.046%201.047zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.347c0%20.42-.646%201.047-1.047%201.047-.398%200-1.045-.627-1.045-1.046%200-.418.646-1.046%201.046-1.046.402%200%201.048.628%201.048%201.046zm.95-5.38c-.418%200-1.046-.63-1.046-1.03s.628-1.025%201.046-1.025c.42%200%201.046.626%201.046%201.025s-.627%201.028-1.046%201.028zm1.046%207.378c0%20.418-.627%201.046-1.026%201.046s-1.027-.628-1.027-1.046.63-1.047%201.028-1.047%201.026.63%201.026%201.047zm.97-9.358c-.418%200-1.045-.647-1.045-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zm1.047%2011.355c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.047%201.045-1.047s1.046.646%201.046%201.046zm.933-13.354c-.4%200-1.046-.646-1.046-1.046s.646-1.046%201.046-1.046c.42%200%201.046.646%201.046%201.046-.002.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.046-1.046%201.046s-1.046-.627-1.046-1.046.646-1.046%201.046-1.046%201.046.627%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 49px;
}
.info-message .close:hover {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249%22%20viewBox%3D%220%200%2046.875%2049.964%22%3E%3Cpath%20fill%3D%22%2335b3e6%22%20d%3D%22M45.868%2018.842c-.13%204.27-.183%208.545-.16%2012.818s-1.878%207.423-5.696%209.45c-3.818%202.024-7.6%204.115-11.345%206.27s-7.462%202.11-11.15-.137c-3.69-2.245-7.42-4.427-11.185-6.545-3.767-2.12-5.586-5.314-5.457-9.586s.183-8.544.16-12.817c-.02-4.274%201.878-7.424%205.696-9.45%203.82-2.025%207.6-4.116%2011.346-6.27C21.82.42%2025.538.464%2029.226%202.71s7.42%204.43%2011.186%206.547c3.766%202.12%205.585%205.313%205.456%209.585z%22%2F%3E%3Cpath%20fill%3D%22%2335b3e6%22%20d%3D%22M23.186%2049.964c-2.074%200-4.157-.628-6.19-1.866-3.654-2.224-7.407-4.42-11.154-6.527-4.1-2.305-6.107-5.834-5.966-10.487.128-4.24.182-8.54.16-12.782C.015%2013.647%202.11%2010.17%206.265%207.964c3.78-2.004%207.586-4.11%2011.314-6.255%204.045-2.326%208.19-2.274%2012.17.15%203.65%202.222%207.404%204.418%2011.155%206.527%204.1%202.307%206.106%205.835%205.965%2010.487-.128%204.24-.182%208.54-.16%2012.783.022%204.654-2.072%208.132-6.228%2010.337-3.78%202.005-7.586%204.11-11.314%206.255-1.98%201.14-3.99%201.717-5.98%201.717zm.372-47.972c-1.634%200-3.31.488-4.983%201.45C14.825%205.597%2011%207.713%207.2%209.728c-3.495%201.853-5.184%204.654-5.164%208.56.02%204.266-.033%208.59-.162%2012.854-.118%203.904%201.5%206.745%204.948%208.684%203.767%202.12%207.54%204.327%2011.213%206.562%203.363%202.048%206.72%202.088%2010.132.125%203.75-2.157%207.576-4.273%2011.375-6.288%203.495-1.854%205.184-4.655%205.164-8.56-.02-4.266.033-8.59.162-12.855.118-3.903-1.5-6.744-4.947-8.683-3.77-2.12-7.542-4.33-11.213-6.564-1.714-1.045-3.447-1.574-5.15-1.574z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.046s.628-1.047%201.047-1.047c.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.046-1.046%201.046zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046.646-1.046%201.027-1.046c.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.046%200-.398.628-1.046%201.046-1.046.42%200%201.046.647%201.046%201.046%200%20.4-.627%201.047-1.046%201.047zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.347c0%20.42-.646%201.047-1.047%201.047-.398%200-1.045-.627-1.045-1.046%200-.418.646-1.046%201.046-1.046.402%200%201.048.628%201.048%201.046zm.95-5.38c-.418%200-1.046-.63-1.046-1.03s.628-1.025%201.046-1.025c.42%200%201.046.626%201.046%201.025s-.627%201.028-1.046%201.028zm1.046%207.378c0%20.418-.627%201.046-1.026%201.046s-1.027-.628-1.027-1.046.63-1.047%201.028-1.047%201.026.63%201.026%201.047zm.97-9.358c-.418%200-1.045-.647-1.045-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zm1.047%2011.355c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.047%201.045-1.047s1.046.646%201.046%201.046zm.933-13.354c-.4%200-1.046-.646-1.046-1.046s.646-1.046%201.046-1.046c.42%200%201.046.646%201.046%201.046-.002.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.046-1.046%201.046s-1.046-.627-1.046-1.046.646-1.046%201.046-1.046%201.046.627%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 49px;
}
select {
	padding: 10px 17px 11px;
	width: 100%;
	margin: 0;
	height: 47px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 2;
	position: relative;
	background: #fff;
}
span.selected {
	margin-top: -47px;
	height: 47px;
	position: absolute;
	z-index: 1;
	color: #35b3e6;
	box-shadow: none;
	display: block;
	line-height: normal;
}
span.selected:after {
	content: '';
	position: absolute;
	right: 17px;
	top: 17px;
	width: 15px;
	height: 9px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%228.8%22%20viewBox%3D%220%200%2015%208.8%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M15%201.3V1l-1-1H14s-.3%200-.3.2l-6%206-6-6s0-.2-.3-.2c0%200-.2%200-.3.2L0%201S0%201%200%201.2c0%200%200%20.3.2.3l7%207%20.3.2s.3%200%20.3-.2l7-7c.2%200%20.2-.2.2-.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 15px;
}
textarea {
	overflow: auto;
	line-height: normal;
	height: auto;
	resize: none;
}
.btn, input[type="submit"], input[type="button"], a[rel="prev"], a[rel="next"] {
	border: 0;
	background: #35b3e6;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
	outline: none;
	height: 100%;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	height: 47px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn, a[rel="prev"], a[rel="next"] {
	height: auto;
	padding: 11px 17px 0;
	height: 47px;
	position: relative;
}
.noTouch .btn:hover, .noTouch input[type="submit"]:hover, .noTouch input[type="button"]:hover, .active, a[rel="prev"]:hover, a[rel="next"]:hover {
	background: #65cffa;
	color: #fff;
	text-decoration: none;
}
.btn.auto, input[type="submit"].auto, input[type="button"].auto, a[rel="prev"], a[rel="next"] {
	width: auto !important;
	padding-left: 40px;
	padding-right: 40px;
	min-width: 180px;
}
.btn:active, input[type="button"]:active, input[type="submit"]:active, .btn:active:before, .btn:active:after {
	background: #27a5d8;
	-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 2px 0 rgba(0,0,0,.2);
}
label {
	width: 90%;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}
label.padd {
	padding: 11px 0 0;
}
label.auto {
	width: auto;
	margin: 0 30px 0 0;
}
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked, input[type="radio"]:not(:checked), input[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
input[type="checkbox"]:not(:checked) + label, input[type="checkbox"]:checked + label, input[type="radio"]:not(:checked) + label, input[type="radio"]:checked + label {
	padding-left: 27px;
	position: relative;
}
input[type=checkbox]:not(:checked) + label:after, input[type=radio]:not(:checked) + label:after {
	display: none;
}
input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
	display: block;
}
/* checkbox aspect */
input[type="checkbox"]:not(:checked) + label:before, input[type="checkbox"]:checked + label:before, input[type="radio"]:not(:checked) + label:before, input[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: #35b3e6;
}
input[type="radio"]:not(:checked) + label:before, input[type="radio"]:checked + label:before {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.noTouch input[type="checkbox"]:not(:checked) + label:hover:before, .noTouch input[type="checkbox"]:checked + label:hover:before, .noTouch input[type="radio"]:not(:checked) + label:hover:before, .noTouch input[type="radio"]:checked + label:hover:before {
	background: #65cffa;
}
/* checked mark aspect */
input[type="checkbox"]:not(:checked) + label:after, input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 5px;
	width: 12px;
	height: 10px;
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2210%22%20viewBox%3D%220%200%2012%2010%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10%200L4%207%202%205%200%207l4%203%208-9-2-1z%22%2F%3E%3C%2Fsvg%3E');
	background-size: 12px;
}
input[type="radio"]:not(:checked) + label:after, input[type="radio"]:checked + label:after {
	content: '';
	position: absolute;
	top: 9px;
	left: 7px;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
}
/* disabled checkbox */
input[type="checkbox"]:disabled:not(:checked) + label:before, input[type="checkbox"]:disabled:checked + label:before, input[type="radio"]:disabled:not(:checked) + label:before, input[type="radio"]:disabled:checked + label:before  {
}
input[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
input[type="checkbox"]:checked:focus + label:before, input[type="checkbox"]:not(:checked):focus + label:before, input[type="radio"]:checked:focus + label:before, input[type="radio"]:not(:checked):focus + label:before {
}
.justify, .justify > li {
	padding: 0;
	margin: 0;
}
.justify {
	list-style: none;
	text-align: justify;
	text-align-last: justify;
	text-justify: distribute;
	width: 100%;
}
.justify > li {
	text-align: left;
	vertical-align: top;
    text-align-last: left;
}
.justify > li:before {
	display: none;
}
.justify:after {
	width: 100%;
	height: 0;
	content: '\00a0'
}
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	overflow: hidden;
	min-width: 750px;
}
footer {
	position: relative;
	background: url(images/footer-bg.jpg) no-repeat center center;
    background: radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),radial-gradient(circle at 50% 50%, #050519, #050519 100%);
    background: -moz-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-moz-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-moz-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-moz-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
    background: -webkit-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-webkit-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-webkit-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-webkit-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
    background: -o-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-o-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-o-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-o-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
    background: -ms-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-ms-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-ms-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-ms-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
    background-size: cover;
    color: #fff;
}
footer > div {
	padding: 30px 0 70px;
}
footer a {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.menu {
	width: 100%;
	background: #e8f8ff;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 65px;
	z-index: 9998;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu > div > div, .menu > div {
	position: relative;
}
.menu-items {
	position: absolute;
	top: 0;
	left: -15px;
	width: 100%;
	box-sizing: border-box;
}
.menu-items > div {
	margin: 0;
}
.menu-items > div > a {
	font-size: 18px;
	padding: 19px 15px 40px;
	border: 0;
	color: #808080;
	position: relative;
	z-index: 3;
}
.menu-items > div > a.current {
	color: #36b3e6;
}
.noTouch .menu-items > div > a:hover, .noTouch .menu-items > div > a.current:hover, .noTouch .dropdown-item:hover > a, .noTouch .dropdown-item:hover > a.current {
	color: #fff;
	background: #36b3e6;
}
.dropdown-item {
	position: relative;
	z-index: 3;
}
.dropdown-item > a:after {
	content: '';
	margin: 0 0 0 9px;
	width: 10px;
	height: 6px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20viewBox%3D%220%20-0.021%2010%205.843%22%3E%3Cpath%20fill%3D%22%23909090%22%20d%3D%22M10.01.812c0-.08-.04-.17-.1-.23L9.408.078c-.06-.062-.15-.1-.23-.1-.082%200-.172.04-.232.1L5%204.024%201.055.08c-.06-.062-.15-.1-.23-.1-.09%200-.172.04-.232.1L.09.58c-.06.06-.1.152-.1.232s.04.17.1.23l4.68%204.68c.06.06.15.1.23.1s.17-.04.23-.1l4.68-4.68c.06-.06.1-.15.1-.23z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 10px;
	vertical-align: middle;
}
.dropdown-item > span {
	display: none;
}
.dropdown-item > a.current:after {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20viewBox%3D%220%20-0.021%2010%205.843%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M10.01.812c0-.08-.04-.17-.1-.23L9.408.078c-.06-.062-.15-.1-.23-.1-.082%200-.172.04-.232.1L5%204.024%201.055.08c-.06-.062-.15-.1-.23-.1-.09%200-.172.04-.232.1L.09.58c-.06.06-.1.152-.1.232s.04.17.1.23l4.68%204.68c.06.06.15.1.23.1s.17-.04.23-.1l4.68-4.68c.06-.06.1-.15.1-.23z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 10px;
}
.noTouch .dropdown-item:hover > a:after, .noTouch .dropdown-item:hover > a.current:after, .noTouch .dropdown-item:hover > a.current:after {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20viewBox%3D%220%20-0.021%2010%205.843%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.01.812c0-.08-.04-.17-.1-.23L9.408.078c-.06-.062-.15-.1-.23-.1-.082%200-.172.04-.232.1L5%204.024%201.055.08c-.06-.062-.15-.1-.23-.1-.09%200-.172.04-.232.1L.09.58c-.06.06-.1.152-.1.232s.04.17.1.23l4.68%204.68c.06.06.15.1.23.1s.17-.04.23-.1l4.68-4.68c.06-.06.1-.15.1-.23z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 10px;
}

.dropdown-menu {
	position: absolute;
	padding: 0 15px;
	background: #f7f7f7;
	left: 0;
	top: 75px;
	width: 230px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0);
	box-shadow: 0 0 20px rgba(0,0,0,0);
}
.noTouch .dropdown-item:hover .dropdown-menu {
	padding: 10px 15px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	max-height: 500px;
}
.noTouch .dropdown-menu:hover {
	overflow: visible;
}
.dropdown-menu a {
	display: block;
	border: 0;
	border-top: 1px solid #d9d9d9;
	padding: 7px 0;
	color: #808080;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.dropdown-menu > div:first-child > a {
	border-top: 0;
}
.noTouch .dropdown-menu a:hover, .noTouch .dropdown-menu a.current:hover {
	color: #fff;
	background: #36b3e6;
	padding: 7px 15px;
	margin: 0 -15px;
}
.dropdown-menu a.current {
	color: #2e2e2e;
}
.dropdown-menu > div {
	position: relative;
}
.dropdown-menu > span {
	display: none;
}
.submenu {
	position: absolute;
	left: 240px;
	top: 0;
	width: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2;
}
.noTouch .submenu-item:hover .submenu {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 1;
	-khtml-opacity: 1;

	opacity: 1;
	width: 280px;
	z-index: 1;
}
.submenu div {
	padding: 15px;
	background: #f7f7f7;
	margin-left: 15px;
	width: 230px;
	position: relative;
}
.submenu div:before {
	content: '';
	position: absolute;
	border-width: 6px 4px;
	border-style: solid;
	border-color: transparent #f7f7f7 transparent transparent;
	left: -8px;
	top: 10px;
}
.submenu-item > a {
	position: relative;
}
.submenu-item div a:first-child {
	border-top: 0;
}
.submenu-item > a:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	width: 6px;
	height: 10px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%239f9c9c%22%20d%3D%22M1%200H.5L0%20.7V1l4.2%204-4%204C0%209%200%209%200%209.2v.2l.6.5H1L6%205V5v-.2L1%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 6px;
	vertical-align: middle;
}
.submenu-item > a.current:after {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%232e2e2e%22%20d%3D%22M1%200H.5L0%20.7V1l4.2%204-4%204C0%209%200%209%200%209.2v.2l.6.5H1L6%205V5v-.2L1%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 6px;
}
.noTouch .submenu-item > a:hover:after {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1%200H.5L0%20.7V1l4.2%204-4%204C0%209%200%209%200%209.2v.2l.6.5H1L6%205V5v-.2L1%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 6px;
	right: 25px;
}
.menu-mobile, .menu-mobile-close {
	display: none;
	cursor: pointer;
}
.login {
	position: absolute;
	display: block;
	border: 0;
	right: 300px;
	top: 20px;
	font-size: 18px;
	font-weight: 500;
	color: #9d9d9d;
}
.noTouch .login:hover {
	color: #006384;
}
.login:before {
	content: '';
	position: absolute;
	width: 29px;
	height: 25px;
	left: -40px;
	top: -3px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2225%22%20viewBox%3D%220%200%2029%2025%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2336B3E6%22%20d%3D%22M20.4%2016.3c-1.4%200-1.3-1.5-1.3-1.5s1.5-.7%201.8-2.6c.1-.5%204-4.5%200-4.5-.1%200%200-3.2%200-3.2s0-2.3-2.1-3.3c-.1-.1-.2-.3-.6-.5-.5-.3-1.3-.2-1.4%200-.1%200-.1.1-.2.1-.2%200-.4%200-.6-.2-.2-.2-.4.4-.5.5-.2.1-.8-1.3-1.3-1.1-.4.2-.4%201.3-.7%201.2-.3%200-.6-.8-1-.8-.1%200-.3.1-.5.2-.2%200-.5.1-1%20.2-2.9.9-2.9%203.6-2.9%203.6s.1%203.3%200%203.3c-4.1%200%200%204.1.1%204.6.3%201.9%201.7%202.5%201.7%202.5s.1%201.5-1.4%201.5C1.9%2016.3%200%2025%200%2025h29s-1.9-8.7-8.6-8.7zm-10.6%201c1.1%200%201.1-.8%201.1-1.4v-1.7s-1.6-1-1.9-2.5c-.1-.4-3-3%200-3%20.1-.1.1-2.7.1-2.7s-.6-3.3%202.6-4.1c.3-.1.6-.1.8-.2.2-.1.3-.1.4-.2.3%200%20.6.6.8.6.2%200%20.2-.9.5-1%20.3-.1.8.9%201%20.9.2-.1.2-.6.4-.4.1.1.3.2.5.1l.1.6v.5c.1-.2.8-1.5%201.2-1.3.3.2.4.3.5.4C20.5%203%2020%206.1%2020%206.1v2.5c3.9%200%20.1%202.6%200%203-.2%201.5-1.8%202.5-1.8%202.5v1.7c0%20.7-.1%201.4%201.1%201.4%207.1%200%208.4%206.8%208.4%206.8H1.4c0%20.1%201.3-6.7%208.4-6.7z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 29px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.noTouch .login:hover:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229%22%20height%3D%2225%22%20viewBox%3D%220%200%2029%2025%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23006384%22%20d%3D%22M20.4%2016.3c-1.4%200-1.3-1.5-1.3-1.5s1.5-.7%201.8-2.6c.1-.5%204-4.5%200-4.5-.1%200%200-3.2%200-3.2s0-2.3-2.1-3.3c-.1-.1-.2-.3-.6-.5-.5-.3-1.3-.2-1.4%200-.1%200-.1.1-.2.1-.2%200-.4%200-.6-.2-.2-.2-.4.4-.5.5-.2.1-.8-1.3-1.3-1.1-.4.2-.4%201.3-.7%201.2-.3%200-.6-.8-1-.8-.1%200-.3.1-.5.2-.2%200-.5.1-1%20.2-2.9.9-2.9%203.6-2.9%203.6s.1%203.3%200%203.3c-4.1%200%200%204.1.1%204.6.3%201.9%201.7%202.5%201.7%202.5s.1%201.5-1.4%201.5C1.9%2016.3%200%2025%200%2025h29s-1.9-8.7-8.6-8.7zm-10.6%201c1.1%200%201.1-.8%201.1-1.4v-1.7s-1.6-1-1.9-2.5c-.1-.4-3-3%200-3%20.1-.1.1-2.7.1-2.7s-.6-3.3%202.6-4.1c.3-.1.6-.1.8-.2.2-.1.3-.1.4-.2.3%200%20.6.6.8.6.2%200%20.2-.9.5-1%20.3-.1.8.9%201%20.9.2-.1.2-.6.4-.4.1.1.3.2.5.1l.1.6v.5c.1-.2.8-1.5%201.2-1.3.3.2.4.3.5.4C20.5%203%2020%206.1%2020%206.1v2.5c3.9%200%20.1%202.6%200%203-.2%201.5-1.8%202.5-1.8%202.5v1.7c0%20.7-.1%201.4%201.1%201.4%207.1%200%208.4%206.8%208.4%206.8H1.4c0%20.1%201.3-6.7%208.4-6.7z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 29px;
}
.search {
	position: absolute !important;
	right: 0;
	width: 250px;
	top: 9px;

}
.search input[type=text] {
	background: #fff;
	border-color: #fff;
	font-weight: 500;
	font-size: 18px;
	padding: 9px 45px 10px 17px;
}
.noTouch .search input[type=text]:hover, .search input[type=text]:focus {
	color: #006384
}
.search .search-btn {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M19.9%2016c-.3-.3-.9-.3-1.2%200l-.7.7-1.7-1.7c1.3-1.6%202.1-3.6%202.1-5.8%200-5.1-4.1-9.2-9.2-9.2S0%204.1%200%209.2s4.1%209.2%209.2%209.2c2.2%200%204.3-.8%205.8-2.1l1.7%201.7-.7.6c-.3.3-.3.9%200%201.2l7.9%207.9c.2.2.4.3.6.3s.4-.1.6-.3l2.6-2.6c.3-.3.3-.9%200-1.2L19.9%2016zM1.7%209.2c0-4.1%203.3-7.4%207.4-7.4%204.1%200%207.4%203.3%207.4%207.4%200%204.1-3.3%207.4-7.4%207.4-4%200-7.4-3.3-7.4-7.4zm22.8%2016.7l-6.6-6.6%201.4-1.4%206.6%206.6-1.4%201.4z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 28px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.noTouch .search .search-btn:hover, .noTouch .search input[type=text]:hover + .search-btn, .search input[type=text]:focus + .search-btn {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cpath%20fill%3D%22%23006384%22%20d%3D%22M19.9%2016c-.3-.3-.9-.3-1.2%200l-.7.7-1.7-1.7c1.3-1.6%202.1-3.6%202.1-5.8%200-5.1-4.1-9.2-9.2-9.2S0%204.1%200%209.2s4.1%209.2%209.2%209.2c2.2%200%204.3-.8%205.8-2.1l1.7%201.7-.7.6c-.3.3-.3.9%200%201.2l7.9%207.9c.2.2.4.3.6.3s.4-.1.6-.3l2.6-2.6c.3-.3.3-.9%200-1.2L19.9%2016zM1.7%209.2c0-4.1%203.3-7.4%207.4-7.4%204.1%200%207.4%203.3%207.4%207.4%200%204.1-3.3%207.4-7.4%207.4-4%200-7.4-3.3-7.4-7.4zm22.8%2016.7l-6.6-6.6%201.4-1.4%206.6%206.6-1.4%201.4z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 28px;
}
.wrapper {
	padding: 105px 0 60px;
}
.index .wrapper {
	padding: 40px 0 60px;
}
header {
	background: url(images/header-bg.jpg) no-repeat left top;
	background-size: cover;
	background: -moz-radial-gradient(circle at 9.77% 71.99%, #091521, transparent 100%),-moz-radial-gradient(circle at 53.45% 29.29%, #53a4cf, transparent 100%),-moz-radial-gradient(circle at 83.42% 68.8%, #0c0f5e, transparent 100%),-moz-radial-gradient(circle at 50% 50%, #1c1887, #1c1887 100%);
	background: -webkit-radial-gradient(circle at 9.77% 71.99%, #091521, transparent 100%),-webkit-radial-gradient(circle at 53.45% 29.29%, #53a4cf, transparent 100%),-webkit-radial-gradient(circle at 83.42% 68.8%, #0c0f5e, transparent 100%),-webkit-radial-gradient(circle at 50% 50%, #1c1887, #1c1887 100%);
	background: -o-radial-gradient(circle at 9.77% 71.99%, #091521, transparent 100%),-o-radial-gradient(circle at 53.45% 29.29%, #53a4cf, transparent 100%),-o-radial-gradient(circle at 83.42% 68.8%, #0c0f5e, transparent 100%),-o-radial-gradient(circle at 50% 50%, #1c1887, #1c1887 100%);
	background: -ms-radial-gradient(circle at 9.77% 71.99%, #091521, transparent 100%),-ms-radial-gradient(circle at 53.45% 29.29%, #53a4cf, transparent 100%),-ms-radial-gradient(circle at 83.42% 68.8%, #0c0f5e, transparent 100%),-ms-radial-gradient(circle at 50% 50%, #1c1887, #1c1887 100%);
	background: radial-gradient(circle at 9.77% 71.99%, #091521, transparent 100%),radial-gradient(circle at 53.45% 29.29%, #53a4cf, transparent 100%),radial-gradient(circle at 83.42% 68.8%, #0c0f5e, transparent 100%),radial-gradient(circle at 50% 50%, #1c1887, #1c1887 100%);
	padding: 40px 0 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.index header {
	margin: 65px 0 0;
}
header > div:first-child {
	background: url(images/header-blocks-bg.svg) no-repeat left -90px;
	background-size: contain;
	width: 1784px;
	left: 50%;
	margin-left: -892px;
	height: 100%;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
header > div:first-child + div {
	position: relative;
}
.logo {
	margin-bottom: 35px;
}
.logo div {
	width: 345px;
}
.logo-internal {
	padding: 12px 0 0;
	width: 43px;
	float: left;
}
.logo-internal svg {
	width: 43px;
	height: 38px;
}
.logo-internal + div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 1% 0 88px;
	display: block;
	width: auto;
}
.top-index-text {
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
	color: #fff;
	margin-bottom: 65px;
}
.top-boxes .slick-slide div {
	background: #fff;
	margin: 40px 30px 2px;
	padding: 20px 20px 70px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.5);
}
.top-boxes .slick-slide div span.h2 {
	padding: 0 40px;
}
.top-boxes .slick-slide div p {
	font-size: 14px;
}
.top-boxes .slick-slide div a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -90px;
}
.top-boxes .slick-slide div span.icon {
	position: absolute;
	top: -40px;
	left: -20px;
	display: block;
	width: 85px;
	height: 91px;
	background-size: contain;
}
span.icon.i1 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20536%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M439%2092c-42-24-83-48-125-73-41-25-82-25-124-1-41%2024-83%2048-126%2070-42%2023-63%2058-63%20106%201%2048%200%2095-1%20143v5c0%2045%2020%2079%2061%20102%2042%2024%2084%2048%20125%2073s82%2025%20124%201c41-24%2083-48%20126-70%2042-23%2063-58%2063-106-1-48%200-96%201-143v-7c-1-45-21-78-61-100z%22%20id%3D%22path10%22%20fill%3D%22%23fefefe%22%20stroke%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M401%20128c-34-19-67-39-101-59-33-20-66-21-100-1-34%2019-68%2038-102%2056-35%2019-52%2047-52%2086%201%2039%200%2077-1%20116-1%2038%2015%2067%2049%2087%2034%2019%2068%2038%20101%2059%2033%2020%2067%2020%20100%201%2034-20%2068-38%20102-57%2035-18%2052-47%2052-85%200-39%200-78%201-116%201-39-15-68-49-87z%22%20id%3D%22path12%22%20fill%3D%22%2327b2e7%22%20stroke%3D%22gray%22%2F%3E%3Cpath%20d%3D%22M133%20324H95c0%207%202%2021%2017%2021h21c-1-3-2-7-2-11%200-3%201-7%202-10zm253%200c1%203%201%207%201%2010%200%204%200%208-2%2011h9c9%200%2011-14%2011-21h-19zm-25%2016c-1%201-3%202-5%202-3%200-5-1-6-2-2-1-2-3-2-6%200-2%200-4%202-5%201-2%203-3%206-3%202%200%204%201%205%203%202%201%202%203%202%205%200%203%200%205-2%206zm-5-31c-7%200-14%203-18%207-5%205-8%2011-8%2018s3%2014%208%2018c4%205%2011%208%2018%208%206%200%2013-3%2017-8%205-4%208-11%208-18s-3-13-8-18c-4-4-11-7-17-7zm-31%2015H194c1%203%201%207%201%2010%200%204-1%208-2%2011h133c-2-3-2-7-2-11%200-3%200-7%201-10zm-156%2016c-2%201-4%202-6%202s-4-1-5-2c-2-1-3-3-3-6%200-2%201-4%203-5%201-2%203-3%205-3s4%201%206%203c1%201%202%203%202%205%200%203-1%205-2%206zm-6-31c-7%200-13%203-18%207-4%205-7%2011-7%2018s3%2014%207%2018c5%205%2011%208%2018%208s14-3%2018-8c5-4%208-11%208-18s-3-13-8-18c-4-4-11-7-18-7zm45-86c19%200%2035%2015%2035%2034s-16%2035-35%2035-34-16-34-35%2015-34%2034-34zm-45%2079c10%200%2020%205%2025%2013h82v-93h15c24%201%2043%2032%2062%2048-34%2017-29-2-68-2v47h51c6-8%2015-13%2026-13%2010%200%2019%205%2025%2013h17v-19c-1-12-24-17-41-35-32-31-46-59-87-59H119c-12%200-18%2031-18%2050v63h37c6-8%2015-13%2025-13zm40-22h10v-18h18v-10h-18v-17h-10v17h-17v10h17v18zm67-84c1-9%202-19-8-20-12-1-11%2010-10%2020h18z%22%20id%3D%22path14%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
}
span.icon.i2 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20536%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M439%2092c-42-24-83-48-125-73-41-25-82-25-124-1-41%2024-83%2048-126%2070-42%2023-63%2058-63%20106%201%2048%200%2095-1%20143v5c0%2045%2020%2079%2061%20102%2042%2024%2084%2048%20125%2073s82%2025%20124%201c41-24%2083-48%20126-70%2042-23%2063-58%2063-106-1-48%200-96%201-143v-7c-1-45-21-78-61-100z%22%20id%3D%22path10%22%20fill%3D%22%23fefefe%22%20stroke%3D%22%23999%22%2F%3E%3Cpath%20d%3D%22M401%20128c-34-19-67-39-101-59-33-20-66-21-100-1-34%2019-68%2038-102%2056-35%2019-52%2047-52%2086%201%2039%200%2077-1%20116-1%2038%2015%2067%2049%2087%2034%2019%2068%2038%20101%2059%2033%2020%2067%2020%20100%201%2034-20%2068-38%20102-57%2035-18%2052-47%2052-85%200-39%200-78%201-116%201-39-15-68-49-87z%22%20id%3D%22path12%22%20fill%3D%22%2327b2e7%22%20stroke%3D%22%23999%22%2F%3E%3Cpath%20d%3D%22M333%20304c-10%202-10%204-16-3-2-2-3-3-6-5-36-33-70-64-104-99-5-6%203-14-1-28-3-16-20-27-36-28-5-1-10%200-15%201-6%202-9%202-10%206%202%202%208%205%2010%207%203%202%208%205%2011%207%208%206%206%2017%201%2024-16%2023-31-1-44-5-7%2013%2012%2051%2042%2045%2012-3%208-3%2015%204%2038%2034%2070%2064%20107%20100%203%204%205%204%204%2011-1%2011-3%2016%201%2026%207%2013%2022%2022%2038%2022%207%200%2019-1%2022-7-5-4-14-9-21-14-8-5-6-17-1-24%2011-18%2021-9%2033-1%203%201%208%205%2011%206%207-17-14-50-41-45zM214%20193l12%2012c7-1%2011-4%2019-4%2025-2%2051%2011%2063%2032%209%2015%2012%2029%209%2047%200%203-2%206-2%209l9%209c4%200%209-2%2013-2%205%200%209%201%2013%202%205-11%209-4%2021-6%2013-3%209-38%206-44-4-8-16-2-23-5-4-1-4-4-5-8-7-20-13-18-3-28%203-3%2011-9%206-17-5-9-7-9-12-15-3-3-12-11-18-10s-11%2010-15%2012c-4%203-7%200-10-1-20-10-22-3-22-19%200-11%200-14-12-16-8-2-17-2-25-1-11%202-12%205-12%2016%200%2014-1%2011-12%2015%201%205-1%2020%200%2022zm68%20158c0-3%202-11%201-13%200-1-5-7-6-7-2-1-9%202-11%203-19%204-36%200-50-8-19-11-33-32-33-56-1-16%202-14%203-25l-12-12c-3-2-7%200-11%200-4%201-7%200-11%200-2%2012-5%2011-17%2011-11%200-12%204-13%2014-2%209-1%2017%200%2025%204%2018%2024%201%2028%2014%202%204%203%207%204%2010%203%207%209%2013%203%2019-11%2011-16%2014%202%2032%2017%2018%2020%2015%2032%203%207-7%209-2%2019%202%204%202%207%203%2011%204%2013%204-4%2023%2013%2027%208%202%2017%203%2025%202%2010-1%2016-2%2016-12%200-21%200-13%209-19-1-5-2-7-2-14z%22%20id%3D%22path14%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
}
span.icon.i3 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20536%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M439%2092c-42-24-83-48-125-73-41-25-82-25-124-1-41%2024-83%2048-126%2070-42%2023-63%2058-63%20106%201%2048%200%2095-1%20143v5c0%2045%2020%2079%2061%20102%2042%2024%2084%2048%20125%2073s82%2025%20124%201c41-24%2083-48%20126-70%2042-23%2063-58%2063-106-1-48%200-96%201-143v-7c-1-45-21-78-61-100z%22%20id%3D%22path10%22%20fill%3D%22%23fefefe%22%20stroke%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M401%20128c-34-19-67-39-101-59-33-20-66-21-100-1-34%2019-68%2038-102%2056-35%2019-52%2047-52%2086%201%2039%200%2077-1%20116-1%2038%2015%2067%2049%2087%2034%2019%2068%2038%20101%2059%2033%2020%2067%2020%20100%201%2034-20%2068-38%20102-57%2035-18%2052-47%2052-85%200-39%200-78%201-116%201-39-15-68-49-87z%22%20id%3D%22path12%22%20fill%3D%22%2327b2e7%22%20stroke%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M220%20178c7-5%2016-8%2027-8s21%203%2027%208c5%204%209%208%2010%2014h14c-2-10-7-18-16-25-9-6-21-11-35-11-13%200-26%205-35%2011-8%207-14%2015-15%2025h13c1-6%205-10%2010-14zm78%20161h-29v-80l29-19v99zm-39%200h-29v-53l29-20v73zm-40%200h-29v-27l29-19v46zm136-139H139c-7%200-12%206-12%2013v154c0%207%205%2012%2012%2012h216c7%200%2013-5%2013-12V213c0-7-6-13-13-13z%22%20id%3D%22path14%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
}
span.icon.i4 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20500%20536%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M439%2092c-42-24-83-48-125-73-41-25-82-25-124-1-41%2024-83%2048-126%2070-42%2023-63%2058-63%20106%201%2048%200%2095-1%20143v5c0%2045%2020%2079%2061%20102%2042%2024%2084%2048%20125%2073s82%2025%20124%201c41-24%2083-48%20126-70%2042-23%2063-58%2063-106-1-48%200-96%201-143v-7c-1-45-21-78-61-100z%22%20id%3D%22path10%22%20fill%3D%22%23fefefe%22%20stroke%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M401%20128c-34-19-67-39-101-59-33-20-66-21-100-1-34%2019-68%2038-102%2056-35%2019-52%2047-52%2086%201%2039%200%2077-1%20116-1%2038%2015%2067%2049%2087%2034%2019%2068%2038%20101%2059%2033%2020%2067%2020%20100%201%2034-20%2068-38%20102-57%2035-18%2052-47%2052-85%200-39%200-78%201-116%201-39-15-68-49-87z%22%20id%3D%22path12%22%20fill%3D%22%2327b2e7%22%20stroke%3D%22%23b3b3b3%22%2F%3E%3Cpath%20d%3D%22M351%20276c-2-1-6-2-7-4s-1-5-1-8c-3-27-21-47-44-52-22-5-45%207-57%2030-1%202-2%202-4%202-20-7-42%203-52%2024-3%207-5%2015-5%2024h-4c-26%203-41%2034-28%2059%207%2016%2019%2022%2034%2022h155c21-2%2038-20%2041-43s-8-46-28-54zm-186-4c9-31%2037-53%2066-50%201%200%202-1%203-2%2011-15%2025-24%2042-27%203-1%207-1%2010-2%200-1-1-2-1-3-9-22-24-35-46-37s-39%208-51%2029c-1%203-2%204-5%203-23-8-48%208-55%2034-1%205-1%209-2%2014h-3c-12%202-22%209-28%2021-2%204-3%208-4%2012v16c1%203%202%207%204%2011%207%2015%2018%2021%2033%2021%201%200%202-1%202-2%207-17%2017-28%2032-35%202%200%203-1%203-3z%22%20id%3D%22path14%22%20fill%3D%22%23fefefe%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
}
.line {
	width: 100%;
	height: 30px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22999%22%20height%3D%22300%22%20viewBox%3D%220%200%20999%20300%22%3E%3Cg%20fill%3D%22%23D8DCDF%22%3E%3Cpath%20d%3D%22M669.683%20165.895C666.703%2073.51%20591.206%200%20498.82%200%20406.44%200%20330.94%2073.51%20328.955%20165.895h-196.69v9.934H338.89v-4.968c0-88.41%2071.523-160.928%20159.934-160.928%2088.41%200%20160.928%2072.517%20160.928%20160.928%200%20.993-.994%202.98-.994%204.967h207.616v-9.935h-196.69z%22%2F%3E%3Cpath%20d%3D%22M118.566%20120.2c-10.927-5.96-21.854-11.92-31.788-17.882-10.927-6.954-21.854-6.954-32.782-.993-10.927%206.954-21.854%2012.914-32.78%2017.88-10.928%205.96-16.89%2014.9-16.89%2026.822.995%2012.914%200%2024.835%200%2036.755%200%2011.92%204.968%2020.86%2015.895%2026.82%2010.928%206.955%2021.855%2012.915%2032.783%2018.875%209.934%206.954%2020.86%206.954%2031.788.994%2010.928-6.953%2021.855-12.913%2032.782-17.88%2010.927-5.96%2016.888-14.9%2016.888-26.822v-36.754s-4.967-20.862-15.894-27.815zM979.778%20120.2c-10.928-5.96-20.86-11.92-31.788-17.882-10.928-6.954-21.854-6.954-32.78-.993-10.93%206.954-21.855%2012.914-32.783%2017.88-10.927%205.96-15.894%2014.9-15.894%2026.822%200%2012.914%200%2024.835-.993%2036.755%200%2011.92%204.967%2020.86%2015.894%2026.82%2010.928%206.955%2021.854%2012.915%2032.78%2018.875%209.936%206.954%2020.862%206.954%2031.79.994%2010.927-6.953%2021.853-12.913%2032.78-17.88%2010.928-5.96%2016.888-14.9%2016.888-26.822v-38.741c0-10.928-4.967-19.868-15.894-25.828zM499.317%20258.278c-48.676%200-87.417-38.74-87.417-87.417s38.74-88.41%2087.417-88.41%2088.41%2039.735%2088.41%2088.41-39.734%2087.418-88.41%2087.418zm0-216.556c-71.523%200-129.14%2057.616-129.14%20129.14S427.795%20300%20499.318%20300s129.14-57.615%20129.14-129.14S570.84%2041.723%20499.317%2041.723z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 98px;
	margin: 0 0 60px 0;
}
.tiz {
	font-size: 16px;
	margin: 0 155px 30px 0;
	text-align: left;
	position: relative;
	max-width: 300px;
}
.tiz:before {
	position: absolute;
	content: '';
	width: 118px;
	height: 155px;
	right: -155px;
	top: 50%;
	margin: -78px 0 0 0;
}
.tiz.t1:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20752%201008%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3Cfilter%20color-interpolation-filters%3D%22sRGB%22%20id%3D%22filter3790%22%3E%3CfeGaussianBlur%20id%3D%22feGaussianBlur3792%22%20stdDeviation%3D%2210.8%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M607%20298l-131-75-131-75c-17-11-38-11-56%200l-130%2075-131%2075c-18%2011-28%2028-28%2049v301c0%2020%2010%2038%2028%2048l131%2076%20130%2075c18%2010%2039%2010%2056%200l131-75%20131-76c18-10%2028-28%2028-48V347c0-21-10-38-28-49z%22%20id%3D%22path10%22%20fill%3D%22%2317aed1%22%2F%3E%3Cpath%20d%3D%22M742%20260c-7-12-17-22-29-29L537%20129%20388%2043c1-4%202-8%202-12%200-17-14-31-32-31-17%200-31%2014-31%2031%200%2018%2014%2032%2031%2032%2010%200%2019-5%2025-12l149%2086%20176%20102c11%207%2020%2015%2026%2026%206%2010%209%2022%209%2035v408c0%2013-3%2025-9%2035s-15%2019-26%2026L532%20871l-149%2086c-6-7-15-12-25-12-17%200-31%2014-31%2031%200%2018%2014%2032%2031%2032%2018%200%2032-14%2032-32%200-4-1-8-2-11l149-86%20176-102c12-8%2022-18%2029-29%207-12%2010-25%2010-38V298c0-14-3-27-10-38z%22%20id%3D%22path12%22%20fill%3D%22%23d8dcdf%22%2F%3E%3Cpath%20d%3D%22M418%20559c9-2%203-14-4-8-1%201-1%202-1%204v2c2%201%203%203%205%202zm-36-226c2%201%204%203%207%202l4-3-3-4c-1-2-1-3-3-4-2%200-11%201-13%202%201%204%202%203%208%207zm-18%2025c-1-10-12-7-13-7-4%200-4-1-9%201%200%205%201%201%202%205s-2%203%206%205c4%202%2010-1%2014-4zm141%20158l3-3c0%203%200%202-3%203zm-16%2066c-2%203-4%205-5%209-2-2%200-1-4-1%203-13%206-15%209-21%202-4%209-16%2012-18-1%205-9%2025-12%2031zm-10-134c-6-3-4-1-8%201-1-1%200%200-2-1-1-1-1-1-2-1l-7-2c-2-1-5-1-6-1-2%202-2%203-3%206-2-2-6-4-8-5-4-1-7%200-9-3%205-2%204%203%207-9%202-5%202-1%202-8%202%201%204%202%205%204l10%2010c1%201%206%202%208%202%201-2%200-1%201-4%202%201%201%200%205%200%201%203%203%205%207%203v8zm-2%20151l-2%202c1-3%200-1%201-3%201-1%201-1%202-1%200%202%201%200-1%202zm-80-164s-2%201%200%200c0-1%203%201%200%200zm-143-82c-1%201-1%201-3%202%202-4%200-3%205-4-1%200-1%201-2%202zm6-3c2-3%202-4%206-5l-1%202-2%201c-2%202%201%201-3%202zm0%2010c2%202%202%201%204%203l-3%201c-1-4-3-4-5-8%203%201%202%201%204%204zm202%20256c-1%201-7%208-7%2010-1%206%203%201-5%208-10%208-15%2014-27%2021-3%203-6%205-10%207-2%201-3%201-5%202-20%2011-43%2017-67%2021-5%200-11%200-16%201-8%201-21-2-30-2%201-4%205-6-3-8-3%201-2%200-3%203-5-1-6-4-9-7l-7-6c-1-2%200-1-2-2v-4c3%200%203-2%203-5%200-4-3%201-1-5%206-12%203-10%201-20%2011-7%2014-5%2014-22%200-5-2-7-2-12%205-1%206-5%208-9%201-2%202-4%202-6%200-10-4-10-12-14-5-3-6-4-13-5s-11-1-16-5v-1c2%203-3-2%200%200h-1l-13-16-12-6c-7%200%200%203-10-3l2-5v-1l1-2v-3c-2-1-2-1-4-1-3-1-3%201-3-3l-1-10c0-6%205-15-14-16h-2l-6-2c-2%200-7-2-7-4-1-2%201-3-4-7-3%202-1%201-4%203l-11-7c-4-3-11-2-11%205-5%200-7%200-11%201-1%202-2%204-2%207h-2c-2-6-2-10%201-19%201-3%206-14%2010-14s1%203%207%203l1-3c3%200%203%200%205%201-1%2023-1%2011%206%2017%202%201-1%202%205%202%203%200%202-5%201-7s0-2-3-2c0-2%201-3%201-5%205-25%2021-14%2022-30%207-1%205-8%2016-10%206-1%204-2%207-6%201-1%206-3%208-4%201%204%200%202%202%204%204-1%209-3%2013-5%206-2%208-1%208-9l9%204c4%200%2010-1%2010-5v-2c-1-3-1-3-2-5%203%200%203%200%203-3l1-6-4-2%201-16c0-2-1-2%202-4l5-3c2-1%201-1%202-1%203-1%206-3%209-4%200-6-2-3-2-7s3%200%200-4c-1-3-2-3-3-6%204-2%209-5%2013-5%200%206%202%205%209%205-2%205-3%205%200%2010-3%200-6%201-7%203s-1%202-1%204c-1%204-2%208%200%2012%203%206%204%200%205%205%209%200%209-4%2014-8%203-3%204-4%209-5l5-2c11-7%2030-1%2024-26%204%200%203%200%204-2-1-4-1-4-5-4-7-2-1-1-6-4-5-4-11-2-17-2-4%200-5%200-8%201-4%202-5%205-9%201l-6-4c-3-2-5-2-7%200s-2%202-4%203c-7%204-4%203-8%206%200-4%201-1-1-3-4%201-9%204-9%208-3-2-1%200-1-6-4%200-5%201-6%204-6-4-2-2-8-2-4%201-7-1-12%202-3%202-2%201-4%202-4%201-8%202-12%205-5%203-2%203-7%202%204-5%2026-13%2033-16%2014-4%2025-7%2041-9%204%200%2010%200%2015-1%207-1%2010%200%2016%201%2024%200%2047%206%2066%2015%207%204%2016%207%2022%2012%202%202%201%202%204%204%203%203%203%201%204%204-2%201-1%201-4%200l-16-4c-4%200-9%205-9%209-1%204%200%207-3%2010-4%205%200%207%202%2011%202%203%202%205%207%205-1%205%201%202%201%207-3%200-4%202-7%204-1-4-5-6-8-9-2-3-2-9-10-9-3%200-3%205-3%209-8%202-7%205-7%208%201%204-1%208%205%207%204-1%204-2%207-2-1%201-1%202-2%204%204%205%203%201%205%208%203%201%205%202%207%203v4c-2%200-7-1-9-1-6-1-2%201-7%202v9c1%207-2%205%202%2012%202%204%202%204%207%204-2%206-8%204-11%2015-2%208-10%205-14%2013-3%205-10%2015-10%2021%200%208%207%205-3%2023%202%203%202%201%202%205%201%204%200%202%202%205%201%203%204%205%206%208%203%205%209%2010%2014%2013%2015%209%203%203%2020%204%2015%200%2016-4%2024-4%201%204%201%203%202%206%2019%200%203%208%206%2017%205%2012%206%2012%203%2024-1%206-3%208-6%2013-3%204-5%204-5%2011s2-1-1%2010c-1%205-3%208-4%2012-2%209-5%2011-9%2019%205%203%204%201%2010%200%2010-3%2011-4%2019-10%204-2%205-3%209-6%207-7%2011-7%2015-13%204-8%203-7%2014-15-1%205-4%206-6%209zm-186%2064zm-66-159v1s-1-1%200-1zm-35-30h-2c-2-1-1-1-2-1%205%200%203-1%204%201zm-8-2zm2%209h4c2-1%202-1%202-4%203%201%2026%203%2030%203l3%2016c1%203%200%203%200%207-14-4-14%201-21-8-11%201-6-1-13%203-1%200-1%200-1%201-3%202-3%203-4%206-12-3-10%202-10-11%200-8%200-12-8-14%200-9%203-9%203-15l3%205c2%203%201%203%203%204%203%202%202%200%205%203%200%201%200%203%204%204zm104%20181c-6%200-25-7-30-10-2-1-4-1-6-3-10-5-22-11-31-19-20-16-33-30-47-52l-10-20c-7-16-13-36-15-55-1-5-1-14-2-18%206%202%203-3%206%201%201%202%200%203%204%207%202%202%203%201%205%205%204%2011%200%208%207%2013%202%201%204%204%205%205%207%204%205-6%208%2011%202%207-2%2011-2%2017l6%2016c1%202%202%203%205%205l16%2019c5%206%200%203%208%207%2014%207%2010%205%2020%2021l19%2023%2010%2010c7%206%2019%2013%2024%2017%204%200%201%200%202%201-4%200-1%200-2-1zm-22-286v4c-4%201-2-2-6%200-2%202-1%203-5%204%202-5%204-2%205-8h6zm-16-35c5-2%201-2%205-2%201%203%201%202%205%202-5%208-6%204-10%2010s-5%204-12%207c-6-12-4-10%2012-17zm185%2022c0-5%201-8%202-11%204%201%206%204%206%209-4%200-4%200-8%202zm11-34v-1%201zm2%2094v-1%201zm-4-14c0%204%200%203%202%206-5-2-1-3-7-2-3%201-5%201-8%202-18%200-8%202-16%202l5-5-2-6c6-2%206%200%207-7%205%201%203%201%207%200l2%209c2%204%204%203%207%201v-6c2%201%207%203%209%206h-6zm32%205c1%202%202%201%200%202-1-1%200-1%200-2zm0-22c2%201%203%202%205%202%204%200%200-3%205%200%202%201%204%202%205%204-7-1-1-3-10%201h-3c-1%200-2-1-2-2v-5zm38%2090h1v4h-1v-4zm18-93c-10-18-17-32-31-48l-26-26c-36-30-84-51-133-51-38%200-69%206-98%2020-6%203-11%206-16%209-6%204-11%206-17%2010l-21%2018c-3%203-5%204-8%206-11%2012-25%2031-33%2045-16%2026-29%2066-29%20102%200%2038%205%2069%2019%2097%203%206%206%2012%209%2017%204%206%207%2011%2010%2017%204%205%208%2010%2012%2014l12%2014c3%203%205%204%207%206%203%203%204%204%207%206%2036%2031%2084%2051%20134%2051%2037%200%2068-5%2097-20%2013-6%2020-10%2033-19l21-17c3-3%205-4%208-7%2011-11%2025-30%2034-44%2015-27%2029-66%2029-103s-6-68-20-97z%22%20id%3D%22path14%22%20opacity%3D%22.5%22%20filter%3D%22url(%23filter3790)%22%2F%3E%3Cpath%20d%3D%22M418%20559c9-2%203-14-4-8-1%201-1%202-1%204v2c2%201%203%203%205%202zm-36-226c2%201%204%203%207%202l4-3-3-4c-1-2-1-3-3-4-2%200-11%201-13%202%201%204%202%203%208%207zm-18%2025c-1-10-12-7-13-7-4%200-4-1-9%201%200%205%201%201%202%205s-2%203%206%205c4%202%2010-1%2014-4zm141%20158l3-3c0%203%200%202-3%203zm-16%2066c-2%203-4%205-5%209-2-2%200-1-4-1%203-13%206-15%209-21%202-4%209-16%2012-18-1%205-9%2025-12%2031zm-10-134c-6-3-4-1-8%201-1-1%200%200-2-1-1-1-1-1-2-1l-7-2c-2-1-5-1-6-1-2%202-2%203-3%206-2-2-6-4-8-5-4-1-7%200-9-3%205-2%204%203%207-9%202-5%202-1%202-8%202%201%204%202%205%204l10%2010c1%201%206%202%208%202%201-2%200-1%201-4%202%201%201%200%205%200%201%203%203%205%207%203v8zm-2%20151l-2%202c1-3%200-1%201-3%201-1%201-1%202-1%200%202%201%200-1%202zm-80-164s-2%201%200%200c0-1%203%201%200%200zm-143-82c-1%201-1%201-3%202%202-4%200-3%205-4-1%200-1%201-2%202zm6-3c2-3%202-4%206-5l-1%202-2%201c-2%202%201%201-3%202zm0%2010c2%202%202%201%204%203l-3%201c-1-4-3-4-5-8%203%201%202%201%204%204zm202%20256c-1%201-7%208-7%2010-1%206%203%201-5%208-10%208-15%2014-27%2021-3%203-6%205-10%207-2%201-3%201-5%202-20%2011-43%2017-67%2021-5%200-11%200-16%201-8%201-21-2-30-2%201-4%205-6-3-8-3%201-2%200-3%203-5-1-6-4-9-7l-7-6c-1-2%200-1-2-2v-4c3%200%203-2%203-5%200-4-3%201-1-5%206-12%203-10%201-20%2011-7%2014-5%2014-22%200-5-2-7-2-12%205-1%206-5%208-9%201-2%202-4%202-6%200-10-4-10-12-14-5-3-6-4-13-5s-11-1-16-5v-1c2%203-3-2%200%200h-1l-13-16-12-6c-7%200%200%203-10-3l2-5v-1l1-2v-3c-2-1-2-1-4-1-3-1-3%201-3-3l-1-10c0-6%205-15-14-16h-2l-6-2c-2%200-7-2-7-4-1-2%201-3-4-7-3%202-1%201-4%203l-11-7c-4-3-11-2-11%205-5%200-7%200-11%201-1%202-2%204-2%207h-2c-2-6-2-10%201-19%201-3%206-14%2010-14s1%203%207%203l1-3c3%200%203%200%205%201-1%2023-1%2011%206%2017%202%201-1%202%205%202%203%200%202-5%201-7s0-2-3-2c0-2%201-3%201-5%205-25%2021-14%2022-30%207-1%205-8%2016-10%206-1%204-2%207-6%201-1%206-3%208-4%201%204%200%202%202%204%204-1%209-3%2013-5%206-2%208-1%208-9l9%204c4%200%2010-1%2010-5v-2c-1-3-1-3-2-5%203%200%203%200%203-3l1-6-4-2%201-16c0-2-1-2%202-4l5-3c2-1%201-1%202-1%203-1%206-3%209-4%200-6-2-3-2-7s3%200%200-4c-1-3-2-3-3-6%204-2%209-5%2013-5%200%206%202%205%209%205-2%205-3%205%200%2010-3%200-6%201-7%203s-1%202-1%204c-1%204-2%208%200%2012%203%206%204%200%205%205%209%200%209-4%2014-8%203-3%204-4%209-5l5-2c11-7%2030-1%2024-26%204%200%203%200%204-2-1-4-1-4-5-4-7-2-1-1-6-4-5-4-11-2-17-2-4%200-5%200-8%201-4%202-5%205-9%201l-6-4c-3-2-5-2-7%200s-2%202-4%203c-7%204-4%203-8%206%200-4%201-1-1-3-4%201-9%204-9%208-3-2-1%200-1-6-4%200-5%201-6%204-6-4-2-2-8-2-4%201-7-1-12%202-3%202-2%201-4%202-4%201-8%202-12%205-5%203-2%203-7%202%204-5%2026-13%2033-16%2014-4%2025-7%2041-9%204%200%2010%200%2015-1%207-1%2010%200%2016%201%2024%200%2047%206%2066%2015%207%204%2016%207%2022%2012%202%202%201%202%204%204%203%203%203%201%204%204-2%201-1%201-4%200l-16-4c-4%200-9%205-9%209-1%204%200%207-3%2010-4%205%200%207%202%2011%202%203%202%205%207%205-1%205%201%202%201%207-3%200-4%202-7%204-1-4-5-6-8-9-2-3-2-9-10-9-3%200-3%205-3%209-8%202-7%205-7%208%201%204-1%208%205%207%204-1%204-2%207-2-1%201-1%202-2%204%204%205%203%201%205%208%203%201%205%202%207%203v4c-2%200-7-1-9-1-6-1-2%201-7%202v9c1%207-2%205%202%2012%202%204%202%204%207%204-2%206-8%204-11%2015-2%208-10%205-14%2013-3%205-10%2015-10%2021%200%208%207%205-3%2023%202%203%202%201%202%205%201%204%200%202%202%205%201%203%204%205%206%208%203%205%209%2010%2014%2013%2015%209%203%203%2020%204%2015%200%2016-4%2024-4%201%204%201%203%202%206%2019%200%203%208%206%2017%205%2012%206%2012%203%2024-1%206-3%208-6%2013-3%204-5%204-5%2011s2-1-1%2010c-1%205-3%208-4%2012-2%209-5%2011-9%2019%205%203%204%201%2010%200%2010-3%2011-4%2019-10%204-2%205-3%209-6%207-7%2011-7%2015-13%204-8%203-7%2014-15-1%205-4%206-6%209zm-186%2064zm-66-159v1s-1-1%200-1zm-35-30h-2c-2-1-1-1-2-1%205%200%203-1%204%201zm-8-2zm2%209h4c2-1%202-1%202-4%203%201%2026%203%2030%203l3%2016c1%203%200%203%200%207-14-4-14%201-21-8-11%201-6-1-13%203-1%200-1%200-1%201-3%202-3%203-4%206-12-3-10%202-10-11%200-8%200-12-8-14%200-9%203-9%203-15l3%205c2%203%201%203%203%204%203%202%202%200%205%203%200%201%200%203%204%204zm104%20181c-6%200-25-7-30-10-2-1-4-1-6-3-10-5-22-11-31-19-20-16-33-30-47-52l-10-20c-7-16-13-36-15-55-1-5-1-14-2-18%206%202%203-3%206%201%201%202%200%203%204%207%202%202%203%201%205%205%204%2011%200%208%207%2013%202%201%204%204%205%205%207%204%205-6%208%2011%202%207-2%2011-2%2017l6%2016c1%202%202%203%205%205l16%2019c5%206%200%203%208%207%2014%207%2010%205%2020%2021l19%2023%2010%2010c7%206%2019%2013%2024%2017%204%200%201%200%202%201-4%200-1%200-2-1zm-22-286v4c-4%201-2-2-6%200-2%202-1%203-5%204%202-5%204-2%205-8h6zm-16-35c5-2%201-2%205-2%201%203%201%202%205%202-5%208-6%204-10%2010s-5%204-12%207c-6-12-4-10%2012-17zm185%2022c0-5%201-8%202-11%204%201%206%204%206%209-4%200-4%200-8%202zm11-34v-1%201zm2%2094v-1%201zm-4-14c0%204%200%203%202%206-5-2-1-3-7-2-3%201-5%201-8%202-18%200-8%202-16%202l5-5-2-6c6-2%206%200%207-7%205%201%203%201%207%200l2%209c2%204%204%203%207%201v-6c2%201%207%203%209%206h-6zm32%205c1%202%202%201%200%202-1-1%200-1%200-2zm0-22c2%201%203%202%205%202%204%200%200-3%205%200%202%201%204%202%205%204-7-1-1-3-10%201h-3c-1%200-2-1-2-2v-5zm38%2090h1v4h-1v-4zm18-93c-10-18-17-32-31-48l-26-26c-36-30-84-51-133-51-38%200-69%206-98%2020-6%203-11%206-16%209-6%204-11%206-17%2010l-21%2018c-3%203-5%204-8%206-11%2012-25%2031-33%2045-16%2026-29%2066-29%20102%200%2038%205%2069%2019%2097%203%206%206%2012%209%2017%204%206%207%2011%2010%2017%204%205%208%2010%2012%2014l12%2014c3%203%205%204%207%206%203%203%204%204%207%206%2036%2031%2084%2051%20134%2051%2037%200%2068-5%2097-20%2013-6%2020-10%2033-19l21-17c3-3%205-4%208-7%2011-11%2025-30%2034-44%2015-27%2029-66%2029-103s-6-68-20-97z%22%20id%3D%22path14-4%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: contain;
}
.tiz.t2:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20752%201008%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3Cfilter%20color-interpolation-filters%3D%22sRGB%22%20id%3D%22filter3766%22%3E%3CfeGaussianBlur%20id%3D%22feGaussianBlur3768%22%20stdDeviation%3D%2210.71%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M725%20298l-131-75-131-75c-18-11-38-11-56%200l-131%2075-130%2075c-18%2011-28%2028-28%2049v301c0%2020%2010%2038%2028%2048l130%2076%20131%2075c18%2010%2038%2010%2056%200l131-75%20131-76c17-10%2027-27%2027-46V345c0-20-10-37-27-47z%22%20id%3D%22path10%22%20fill%3D%22%230db5c6%22%2F%3E%3Cpath%20d%3D%22M394%20945c-10%200-19%205-24%2012l-150-86L45%20769c-12-7-21-16-27-26s-9-22-9-35V300c0-13%203-25%209-35%206-11%2015-19%2027-26l175-102%20150-86c5%207%2014%2012%2024%2012%2017%200%2031-14%2031-32%200-17-14-31-31-31s-31%2014-31%2031c0%204%201%208%202%2012l-149%2086L40%20231c-13%207-23%2017-30%2029-6%2012-10%2026-10%2040v408c0%2014%204%2028%2010%2040%207%2011%2017%2021%2030%2029l176%20102%20149%2086c-1%203-2%207-2%2011%200%2018%2014%2032%2031%2032s31-14%2031-32c0-17-14-31-31-31z%22%20id%3D%22path12%22%20fill%3D%22%23d8dcdf%22%2F%3E%3Cpath%20d%3D%22M367%20532c2-3%202-4%202-9%200-8-1-12-10-9v16l2%201c2%201%202%201%203%201h3zm19-75c-2%2047%2013%2058%2051%2074-1-22-1-41-18-57-6-6-23-15-33-17zm258%2087c-7-5-22-10-34-8%203%208%2010%2021%2015%2025%208%207%2021%209%2034%209-2-10-10-23-15-26zM411%20423c-6-5-25-8-34-3%203%208%2012%2019%2018%2022%204%203%2033%208%2034%203%200-4-16-21-18-22zm-59-64c9%201%2027-5%2032-9-1-2%200-1-2-3-5-4-18-12-24-13-12-2-24%204-32%209%205%205%2015%2014%2026%2016zm-60%20156c-9-3-26-6-35-2-13%206-16%2015-21%2020v1c11%203%2023%207%2034%201%207-3%2019-14%2022-20zm233-129c5-5%2011-18%2011-29-12%201-23%204-29%2011s-12%2019-12%2030c9-1%2025-7%2030-12zM296%20600c-9%204-17%2013-21%2020%2012%203%2023%208%2035%201%207-3%2018-13%2021-19-8-5-26-6-35-2zm242-87c26-3%2035%208%2049%2013-6-9-31-17-40-19-19-4-34%202-50%206%205-15%2029-38%2042-45%2014-8%2031-11%2048-9%206%201%2012%203%2017%203-16-9-47-8-65-2%201-7%206-11%208-25%201-9-1-22-6-29%202%2014%206%2020%200%2035-3%206-5%209-8%2014-2%202-71%2074-71%2074-3-34-9-101%2027-121%206-3%2011-4%2017-6-17%200-34%2011-42%2024-4%204-5%209-8%2014-1-5-3-16-7-30-10-28-27-54-64-52%2021%203%2032%208%2041%2022%206%2010%2014%2033%2014%2048-16-13-34-25-57-21l-5%202c28-1%2042%208%2057%2029%2013%2018%2010%2049%2010%2075%201%2018%202%2037%202%2056-7-7-20-28-33-38-2-2-4-3-6-5l-13-11c-7-5-13-10-17-19-8-16-4-24-1-40-6%207-8%2027-5%2039%201%204%203%209%204%2012-20-10-47-4-67%202%2044%202%2061-16%2099%2036%206%209%2021%2032%2025%2042-19-6-29-9-51-6-10%202-22%207-31%2013-3%201-7%204-9%206%207-2%2011-7%2025-11%2011-3%2020-4%2032-2%2022%204%2033%2015%2038%2036%207%2026-1%2067-15%2089-4%207-11%2017-15%2020l63%201c3-68-36-209%2068-220zm114%208c1-1%202-1%203-2l4-3c-16-8-24-23-54-10-4%201-6%202-9%204-3%201-6%202-7%205%205%205%2023%2015%2034%2015%2010%201%2020-4%2029-9zM443%20376c5-5%209-30%206-40s-16-24-22-27c-5%2011-11%2026-6%2039%203%209%2016%2024%2022%2028zm-96%2023c-12%2028-11%2042%2013%2064l4%203c4-10%209-28%205-40-3-10-16-25-22-27zm226-15c4-12-2-30-9-39-3%201-2%201-6%205-2%202-3%204-5%207-15%2020-9%2036%200%2056%205-3%2018-20%2020-29zM291%20573c1%203%200%201%202%204%207%206%2019%2013%2028%2015%2012%202%2032-5%2039-10-5-6-19-16-30-19-17-4-28%206-39%2010zm87-180c9%206%2028%2010%2040%208%200-8-14-26-18-29-10-9-24-10-41-9%203%2012%2012%2025%2019%2030zm-51%20120c-31%201-49%2018-52%2047%2015-1%2028-5%2037-13%206-6%2015-25%2015-34zm88-157c-1-50-30-48-42-55h-1c-1%2014%203%2029%2010%2038%204%205%2022%2015%2033%2017zm147%20206c-14-3-29%204-40%208%203%206%2020%2018%2029%2021%2012%203%2033-3%2040-9-4-6-18-17-29-20zm6-34c-1%2012%207%2030%2013%2036%207%208%2021%2014%2035%2015-2-14-5-28-13-36-5-5-24-15-35-15zm-288-22c10%202%2033-5%2038-10-5-6-21-17-31-19-14-3-30%204-38%2011%203%206%2021%2017%2031%2018zm314-58c22%2016%2046%2018%2067-1-1-2%200-1-2-2l-5-4c-2-2-5-3-7-5-6-2-12-5-19-5-12-1-31%208-37%2014%202%203%200%201%203%203zm-83%2079c-9%205-28%2025-31%2036%2041%205%2056%201%2074-27%202-3%205-8%207-12-18-1-34-7-50%203zm107-38l-7-6c-3-2-6-4-10-6-6-4-15-8-24-9-15%200-38%2010-47%2017%206%208%2031%2020%2041%2021%2017%202%2039-8%2048-16l-1-1zM489%20385c11-18%205-34%202-53-7%203-14%209-19%2013-23%2018-22%2041-16%2069%2010-3%2029-22%2033-29zM325%20539c4%209%2019%2024%2031%2030%2011%205%2043%203%2053-3-1-4-4-7-7-10-18-21-51-34-77-17zm150%2034c2%2011%2018%2035%2023%2039%2013%2011%2030%2013%2051%2012%200-4-7-18-9-22-12-23-37-30-65-29zm-145%2075c19%201%2037-4%2048-13%207-6%2020-29%2022-42-16%200-40%206-49%2014-10%209-19%2025-21%2041zm230-224c-3%207-7%2016-7%2025%2015-1%2037-10%2045-18%206-5%209-10%2013-18%203-8%205-17%206-26-9%200-18%202-26%205-17%207-24%2015-31%2032zm-243%2060c9%208%2034%2015%2049%2013-1-8-5-14-9-21-1-3-3-7-5-10-3-4-4-5-8-9-10-10-30-14-49-13%203%2016%2012%2033%2022%2040zm165-52c-9%209-12%2020-12%2033%200%209%200%2023%204%2030%2010-3%2028-22%2033-30%204-6%205-16%205-25%200-7-1-22-5-27-8%204-19%2013-25%2019z%22%20id%3D%22path14%22%20filter%3D%22url(%23filter3766)%22%2F%3E%3Cpath%20d%3D%22M367%20532c2-3%202-4%202-9%200-8-1-12-10-9v16l2%201c2%201%202%201%203%201h3zm19-75c-2%2047%2013%2058%2051%2074-1-22-1-41-18-57-6-6-23-15-33-17zm258%2087c-7-5-22-10-34-8%203%208%2010%2021%2015%2025%208%207%2021%209%2034%209-2-10-10-23-15-26zM411%20423c-6-5-25-8-34-3%203%208%2012%2019%2018%2022%204%203%2033%208%2034%203%200-4-16-21-18-22zm-59-64c9%201%2027-5%2032-9-1-2%200-1-2-3-5-4-18-12-24-13-12-2-24%204-32%209%205%205%2015%2014%2026%2016zm-60%20156c-9-3-26-6-35-2-13%206-16%2015-21%2020v1c11%203%2023%207%2034%201%207-3%2019-14%2022-20zm233-129c5-5%2011-18%2011-29-12%201-23%204-29%2011s-12%2019-12%2030c9-1%2025-7%2030-12zM296%20600c-9%204-17%2013-21%2020%2012%203%2023%208%2035%201%207-3%2018-13%2021-19-8-5-26-6-35-2zm242-87c26-3%2035%208%2049%2013-6-9-31-17-40-19-19-4-34%202-50%206%205-15%2029-38%2042-45%2014-8%2031-11%2048-9%206%201%2012%203%2017%203-16-9-47-8-65-2%201-7%206-11%208-25%201-9-1-22-6-29%202%2014%206%2020%200%2035-3%206-5%209-8%2014-2%202-71%2074-71%2074-3-34-9-101%2027-121%206-3%2011-4%2017-6-17%200-34%2011-42%2024-4%204-5%209-8%2014-1-5-3-16-7-30-10-28-27-54-64-52%2021%203%2032%208%2041%2022%206%2010%2014%2033%2014%2048-16-13-34-25-57-21l-5%202c28-1%2042%208%2057%2029%2013%2018%2010%2049%2010%2075%201%2018%202%2037%202%2056-7-7-20-28-33-38-2-2-4-3-6-5l-13-11c-7-5-13-10-17-19-8-16-4-24-1-40-6%207-8%2027-5%2039%201%204%203%209%204%2012-20-10-47-4-67%202%2044%202%2061-16%2099%2036%206%209%2021%2032%2025%2042-19-6-29-9-51-6-10%202-22%207-31%2013-3%201-7%204-9%206%207-2%2011-7%2025-11%2011-3%2020-4%2032-2%2022%204%2033%2015%2038%2036%207%2026-1%2067-15%2089-4%207-11%2017-15%2020l63%201c3-68-36-209%2068-220zm114%208c1-1%202-1%203-2l4-3c-16-8-24-23-54-10-4%201-6%202-9%204-3%201-6%202-7%205%205%205%2023%2015%2034%2015%2010%201%2020-4%2029-9zM443%20376c5-5%209-30%206-40s-16-24-22-27c-5%2011-11%2026-6%2039%203%209%2016%2024%2022%2028zm-96%2023c-12%2028-11%2042%2013%2064l4%203c4-10%209-28%205-40-3-10-16-25-22-27zm226-15c4-12-2-30-9-39-3%201-2%201-6%205-2%202-3%204-5%207-15%2020-9%2036%200%2056%205-3%2018-20%2020-29zM291%20573c1%203%200%201%202%204%207%206%2019%2013%2028%2015%2012%202%2032-5%2039-10-5-6-19-16-30-19-17-4-28%206-39%2010zm87-180c9%206%2028%2010%2040%208%200-8-14-26-18-29-10-9-24-10-41-9%203%2012%2012%2025%2019%2030zm-51%20120c-31%201-49%2018-52%2047%2015-1%2028-5%2037-13%206-6%2015-25%2015-34zm88-157c-1-50-30-48-42-55h-1c-1%2014%203%2029%2010%2038%204%205%2022%2015%2033%2017zm147%20206c-14-3-29%204-40%208%203%206%2020%2018%2029%2021%2012%203%2033-3%2040-9-4-6-18-17-29-20zm6-34c-1%2012%207%2030%2013%2036%207%208%2021%2014%2035%2015-2-14-5-28-13-36-5-5-24-15-35-15zm-288-22c10%202%2033-5%2038-10-5-6-21-17-31-19-14-3-30%204-38%2011%203%206%2021%2017%2031%2018zm314-58c22%2016%2046%2018%2067-1-1-2%200-1-2-2l-5-4c-2-2-5-3-7-5-6-2-12-5-19-5-12-1-31%208-37%2014%202%203%200%201%203%203zm-83%2079c-9%205-28%2025-31%2036%2041%205%2056%201%2074-27%202-3%205-8%207-12-18-1-34-7-50%203zm107-38l-7-6c-3-2-6-4-10-6-6-4-15-8-24-9-15%200-38%2010-47%2017%206%208%2031%2020%2041%2021%2017%202%2039-8%2048-16l-1-1zM489%20385c11-18%205-34%202-53-7%203-14%209-19%2013-23%2018-22%2041-16%2069%2010-3%2029-22%2033-29zM325%20539c4%209%2019%2024%2031%2030%2011%205%2043%203%2053-3-1-4-4-7-7-10-18-21-51-34-77-17zm150%2034c2%2011%2018%2035%2023%2039%2013%2011%2030%2013%2051%2012%200-4-7-18-9-22-12-23-37-30-65-29zm-145%2075c19%201%2037-4%2048-13%207-6%2020-29%2022-42-16%200-40%206-49%2014-10%209-19%2025-21%2041zm230-224c-3%207-7%2016-7%2025%2015-1%2037-10%2045-18%206-5%209-10%2013-18%203-8%205-17%206-26-9%200-18%202-26%205-17%207-24%2015-31%2032zm-243%2060c9%208%2034%2015%2049%2013-1-8-5-14-9-21-1-3-3-7-5-10-3-4-4-5-8-9-10-10-30-14-49-13%203%2016%2012%2033%2022%2040zm165-52c-9%209-12%2020-12%2033%200%209%200%2023%204%2030%2010-3%2028-22%2033-30%204-6%205-16%205-25%200-7-1-22-5-27-8%204-19%2013-25%2019z%22%20id%3D%22path14-4%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: contain;
	right: auto;
	left: -155px;
}
.tiz.t3:before {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20746%20999%22%20id%3D%22svg2%22%20fill-rule%3D%22evenodd%22%3E%3Cdefs%20id%3D%22defs4%22%3E%3Cstyle%20id%3D%22style6%22%2F%3E%3Cfilter%20color-interpolation-filters%3D%22sRGB%22%20id%3D%22filter3766%22%3E%3CfeGaussianBlur%20id%3D%22feGaussianBlur3768%22%20stdDeviation%3D%229.812%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M602%20302l-130-74-130-75c-17-10-37-10-55%200l-130%2075-129%2074c-18%2010-28%2028-28%2048v299c0%2020%2010%2038%2028%2048l129%2074%20130%2075c18%2010%2038%2010%2055%200l130-75%20130-74c17-10%2027-28%2027-48V350c0-20-10-38-27-48z%22%20id%3D%22path10%22%20fill%3D%22%2319ad88%22%2F%3E%3Cpath%20d%3D%22M335%20735c-120%2028-167-159-41-189%2060-14%20105%2029%20114%2075%2012%2058-28%20104-73%20114zm46-176c-18-15-49-28-80-23-54%208-98%2055-90%20119%208%2052%2056%2098%20117%2090%2091-12%20122-128%2053-186zm7-241c-13%200-12-1-17%208l-51%2083c-3%208%2011%2025%2016%2033%204%206%207%2011%2010%2017l15%2025c11%2019%206%206%2015%2027%205-3%202%201%209-12l80-132c5-9%2027-41%2028-49H388zm-26%20311l-21%2018%206%2038c-8-2-27-15-32-15-6%200-24%2013-33%2015l5-38-25-25c10-2%2031-1%2037-8%206-6%2010-22%2016-29%205%206%2011%2025%2015%2030%206%206%2026%205%2036%207%200%205%200%202-4%207zm-34-75c-52-7-92%2030-99%2074-7%2051%2030%2092%2073%2099%2051%208%2091-30%2098-74%208-51-30-93-72-99zm-101-83l21%2033c5%209%204%2012%2016%2013%2034%201%2074%200%20109%200-1-7-25-43-29-50-11-18-85-142-91-149H136c2%207%2033%2058%2040%2068%2014%2022%2028%2045%2042%2068%203%205%204%2010%209%2017z%22%20id%3D%22path12%22%20opacity%3D%22.5%22%20filter%3D%22url(%23filter3766)%22%2F%3E%3Cpath%20d%3D%22M736%20258c-7-12-17-22-29-29L532%20128%20384%2043c2-4%202-8%202-12%200-17-13-31-31-31-17%200-31%2014-31%2031s14%2031%2031%2031c10%200%2019-4%2025-12l148%2086%20174%20101c11%206%2020%2015%2026%2025%206%2011%209%2023%209%2036v403c0%2013-3%2025-9%2036-6%2010-15%2019-26%2025L528%20863l-148%2086c-6-8-15-12-25-12-17%200-31%2014-31%2031s14%2031%2031%2031c18%200%2031-14%2031-31%200-4%200-8-2-12l148-85%20175-101c12-7%2022-17%2029-29%206-12%2010-25%2010-40V298c0-15-4-28-10-40z%22%20id%3D%22path14%22%20fill%3D%22%23d8dcdf%22%2F%3E%3Cpath%20d%3D%22M335%20735c-120%2028-167-159-41-189%2060-14%20105%2029%20114%2075%2012%2058-28%20104-73%20114zm46-176c-18-15-49-28-80-23-54%208-98%2055-90%20119%208%2052%2056%2098%20117%2090%2091-12%20122-128%2053-186zm7-241c-13%200-12-1-17%208l-51%2083c-3%208%2011%2025%2016%2033%204%206%207%2011%2010%2017l15%2025c11%2019%206%206%2015%2027%205-3%202%201%209-12l80-132c5-9%2027-41%2028-49H388zm-26%20311l-21%2018%206%2038c-8-2-27-15-32-15-6%200-24%2013-33%2015l5-38-25-25c10-2%2031-1%2037-8%206-6%2010-22%2016-29%205%206%2011%2025%2015%2030%206%206%2026%205%2036%207%200%205%200%202-4%207zm-34-75c-52-7-92%2030-99%2074-7%2051%2030%2092%2073%2099%2051%208%2091-30%2098-74%208-51-30-93-72-99zm-101-83l21%2033c5%209%204%2012%2016%2013%2034%201%2074%200%20109%200-1-7-25-43-29-50-11-18-85-142-91-149H136c2%207%2033%2058%2040%2068%2014%2022%2028%2045%2042%2068%203%205%204%2010%209%2017z%22%20id%3D%22path12-4%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: contain;
}
.tiz.rtl {
	font-size: 16px;
	margin: 0 0 30px 155px;
}
.text-carousel-line {
	padding: 80px 0;
	width: 100%;
	background: url(images/text-slider-bg.jpg) no-repeat center center;
	background-size: cover;
	background: -moz-radial-gradient(circle at 3.86% 81.79%, #051e2b, transparent 100%), -moz-radial-gradient(circle at 41.05% 33.55%, #3f7d9e, transparent 100%), -moz-radial-gradient(circle at 91.95% 77.85%, #080c2e, transparent 100%), -moz-radial-gradient(circle at 61.08% 58.47%, #4385a8, transparent 100%), -moz-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
	background: -webkit-radial-gradient(circle at 3.86% 81.79%, #051e2b, transparent 100%), -webkit-radial-gradient(circle at 41.05% 33.55%, #3f7d9e, transparent 100%), -webkit-radial-gradient(circle at 91.95% 77.85%, #080c2e, transparent 100%), -webkit-radial-gradient(circle at 61.08% 58.47%, #4385a8, transparent 100%), -webkit-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
	background: -o-radial-gradient(circle at 3.86% 81.79%, #051e2b, transparent 100%), -o-radial-gradient(circle at 41.05% 33.55%, #3f7d9e, transparent 100%), -o-radial-gradient(circle at 91.95% 77.85%, #080c2e, transparent 100%), -o-radial-gradient(circle at 61.08% 58.47%, #4385a8, transparent 100%), -o-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
	background: -ms-radial-gradient(circle at 3.86% 81.79%, #051e2b, transparent 100%), -ms-radial-gradient(circle at 41.05% 33.55%, #3f7d9e, transparent 100%), -ms-radial-gradient(circle at 91.95% 77.85%, #080c2e, transparent 100%), -ms-radial-gradient(circle at 61.08% 58.47%, #4385a8, transparent 100%), -ms-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
	background: radial-gradient(circle at 3.86% 81.79%, #051e2b, transparent 100%),radial-gradient(circle at 41.05% 33.55%, #3f7d9e, transparent 100%),radial-gradient(circle at 91.95% 77.85%, #080c2e, transparent 100%),radial-gradient(circle at 61.08% 58.47%, #4385a8, transparent 100%),radial-gradient(circle at 50% 50%, #050519, #050519 100%);
}
.text-carousel {
	width: 450px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}
.text-carousel div {
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
}
.company-logo a, .noTouch .company-logo a:hover {
	border: 1px solid #d0d0d0;
	background: #fff;
	display: block;
	padding: 10px;
	text-align: center;
}
.company-logo img {
	width: 100%;
	height: auto;
	max-height: 100px;
	max-width: 100%;
	vertical-align: middle;
}
.company-logo a:before {
	content: '';
	width: 0;
	height: 100px;
	vertical-align: middle;
}
.company-text {
	text-align: left;
	color: #2e2e2e;
	line-height: 20px;
}
.company-text p {
	padding-right: 30px;
	font-size: 14px;
}
.inactive {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
}
.logo-bottom {
	width: 80%;
	max-width: 304px;
	margin: 0 0 20px;
}
.logo-bottom img {
	max-height: 67px;
}
.logo-bottom a {
    text-decoration: none;
    border-color: transparent;
	display: block;
}

.logo-bottom a:hover{
    border-color: transparent;
}
.phone {
	width: 80%;
	max-width: 305px;

}
.phone span {
	font-size: 14px;
	font-weight: 700;
}
.phone span:before {
	content: '';
	width: 16px;
	height: 27px;
	vertical-align: middle;
	margin: 0 10px 0 0;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2227%22%20viewBox%3D%220%200%2016%2027%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M0%2020h16V4H0v16zM14.6%200H1.4C.6%200%200%20.6%200%201.4V3h16V1.4c0-.8-.6-1.4-1.4-1.4zM0%2025.6c0%20.8.6%201.4%201.4%201.4h13.3c.7%200%201.4-.6%201.4-1.4V21H0v4.6zM6.5%2023h3v1h-3v-1z%22%2F%3E%3C%2Fsvg%3E') no-repeat left top;
	background-size: 16px;
}
.social {
	margin: 0 0 20px;
	width: 80%;
	max-width: 305px;
}
.social a {
	width: 25px;
	height: 25px;
	border: 0;
	margin: 0 0 0 15px;
}
.facebook {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M19.6%200c1.2%200%202.3.5%203.1%201.3.9.8%201.3%201.8%201.3%203.1v15.2c0%201.2-.5%202.3-1.3%203.1S20.9%2024%2019.6%2024h-3.4v-9.4h3.5l.2-3.4h-3.7V8.8c0-.5.1-.8.3-1.1.2-.3.6-.4%201.2-.4h2.2l.1-3.1-.7-.1h-1.7c-1.7%200-2.9.5-3.7%201.3-.8.8-1.2%201.9-1.2%203v2.9h-2.5v3.4h2.5V24H4.4c-1.2%200-2.3-.5-3.1-1.3-.8-.8-1.3-1.8-1.3-3.1V4.4c0-1.2.5-2.3%201.3-3.1C2.1.5%203.1%200%204.4%200h15.2z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 24px;
}
.twitter {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224.6%22%20height%3D%2220%22%20viewBox%3D%220%200%2024.6%2020%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M24.6%202.4c-.9.4-1.9.7-2.9.8%201.1-.7%201.8-1.6%202.2-2.8-1%20.6-2.1%201-3.2%201.2C19.7.5%2018.5%200%2017%200c-1.4%200-2.6.5-3.6%201.5s-1.5%202.2-1.5%203.6c0%20.4%200%20.8.1%201.1-2.1-.1-4-.6-5.8-1.5C4.5%203.7%203%202.5%201.7.9c-.5.8-.7%201.7-.7%202.6%200%20.9.2%201.7.6%202.4.4.7%201%201.3%201.7%201.8-.8-.1-1.6-.3-2.3-.7v.1c0%201.2.4%202.3%201.2%203.2.7.9%201.7%201.5%202.8%201.7-.4.1-.9.2-1.3.2-.3%200-.6%200-1-.1.3%201%20.9%201.8%201.8%202.5.9.6%201.8%201%202.9%201-1.8%201.4-3.9%202.2-6.3%202.2-.4%200-.8%200-1.2-.1%202.5%201.5%205%202.3%207.8%202.3%201.8%200%203.5-.3%205-.9s2.9-1.3%204-2.3%202.1-2%202.9-3.3c.8-1.2%201.4-2.5%201.8-3.9.4-1.4.6-2.7.6-4.1v-.7c1.1-.6%201.9-1.4%202.6-2.4z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 25px;
}
.gplus {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M10.7%2010.2c.3-.4.4-.9.4-1.5%200-.4-.1-.8-.2-1.2-.1-.4-.3-.9-.4-1.3-.2-.4-.5-.7-.8-1-.3-.3-.7-.4-1.1-.4-.6%200-1.1.2-1.4.7-.3.4-.5.9-.5%201.5%200%20.3%200%20.6.1.9.1.4.2.8.4%201.1.2.3.3.6.5.9s.4.5.8.7c.3.2.6.3.9.3.6-.1%201-.3%201.3-.7zm1.4%206c0-.1-.1-.2-.2-.3-.1-.1-.2-.2-.2-.3%200-.1-.1-.2-.3-.3-.1-.1-.2-.2-.3-.2%200-.1-.1-.1-.3-.2-.2-.1-.3-.2-.3-.2s-.1-.1-.3-.2-.3-.2-.3-.2h-.5c-.3%200-.7%200-1%20.1-.3%200-.7.1-1%20.2s-.7.3-.9.4-.5.4-.7.7-.3.6-.3%201%20.1.8.3%201.2.5.6.9.8c.6.1.9.2%201.3.3.4.1.8.1%201.2.1.4%200%20.7%200%201.1-.1.3-.1.7-.2%201-.4.3-.2.5-.4.7-.7s.3-.6.3-1c0-.1%200-.3-.1-.4l-.1-.3zM22.7%201.3C21.9.5%2020.9%200%2019.6%200H4.4C3.1%200%202.1.5%201.3%201.3S0%203.1%200%204.4v15.2c0%201.2.5%202.3%201.3%203.1.8.9%201.8%201.3%203.1%201.3h15.2c1.2%200%202.3-.5%203.1-1.3.8-.8%201.3-1.9%201.3-3.1V4.4c0-1.3-.4-2.3-1.3-3.1zM12.3%2018.7c-1%20.8-2.3%201.3-4%201.3-.4%200-.8%200-1.1-.1L6%2019.6s-.7-.3-1-.5-.6-.5-.7-.9c-.3-.4-.4-.8-.4-1.2%200-.4.1-.8.4-1.3.2-.4.5-.8.9-1.1s.9-.5%201.4-.7c.5-.2%201-.3%201.5-.3.5-.1.9-.1%201.4-.1-.4-.5-.6-1-.6-1.4v-.2s0-.1.1-.2c0-.1%200-.1.1-.2%200-.1%200-.1.1-.2-.3%200-.5.1-.7.1-.9%200-1.8-.3-2.4-.9S4.9%208.9%205%208c0-.9.3-1.7.9-2.4.6-.7%201.4-1.2%202.2-1.4.6-.1%201.2-.2%201.8-.2v.1h4.2l-1.3.8h-1.3c.5.3.8.7%201%201.2.2.5.4%201.1.4%201.6s-.1.9-.2%201.3-.3.7-.5.9l-.6.6c-.2.2-.4.4-.5.6-.1.2-.2.4-.2.7%200%20.2.1.3.2.5.1.1.2.3.4.5s.4.3.6.5c.2.1.4.3.6.5l.6.6c.2.2.3.5.4.8.1.3.2.7.2%201-.3.9-.7%201.8-1.6%202.5zm7.8-7.2h-2.5V14h-1.2v-2.5H14v-1.2h2.5V7.8h1.2v2.4h2.5v1.3z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 24px;
}
.copyrights {
	width: 80%;
	max-width: 305px;
	font-size: 12px;
	line-height: 20px;
}
.contacts-box {
	background: url(images/contacts-bg.jpg) no-repeat -2000px -2000px;
	background-size: 100% 100%;
}
.bottom-links {
	background: url(images/bottom-links-bg.jpg) no-repeat -2000px -2000px;
	background-size: 100% 100%;
}
.bottom-links a {
	border: 0;
}
.bottom-links > div {
	width: 100%;
}
nav {
	margin: 0 0 30px 22px;
	color: #36b3e6;
	font-size: 14px;
}
nav a, nav a:visited {
	color: #808080;
	border-color: rgba(128,128,128,.5);
	font-size: 14px;
}
nav a:first-child {
	position: relative;
}
nav a:first-child:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.7%22%20height%3D%2221.7%22%20viewBox%3D%220%200%2021.7%2021.7%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2336B3E6%22%20d%3D%22M21.2%2011.8c-.3.3-.6.4-1%20.4-.2%200-.3%200-.5-.1v7.6c0%201-.8%201.9-1.9%201.9h-4.7c-.5%200-.9-.4-.9-.9v-4.3c0-.3-.2-.5-.5-.5H9.9c-.3%200-.5.2-.5.5v4.3c0%20.5-.4.9-.9.9H3.8c-1%200-1.9-.8-1.9-1.9v-7.6c-.5.2-1.1.1-1.5-.3-.5-.6-.5-1.5%200-2l2.4-2.4V3.2c0-.5.4-.9.9-.9h2c.5%200%20.9.4.9.9v.5L9.9.4c.6-.5%201.4-.5%202%200l9.2%209.4c.7.6.7%201.5.1%202zM3.8%2020.7H8c.3%200%20.5-.2.5-.5V16c0-.5.4-.9.9-.9h2.8c.5%200%20.9.4.9.9v4.3c0%20.3.2.5.5.5h4.3c.5%200%20.9-.4.9-.9v-8.4l-7.8-8-8.2%208v8.4c0%20.4.5.8%201%20.8zm2-17c0-.3-.2-.5-.5-.5H4.2c-.2%200-.4.2-.4.5v2.8l2-1.8v-1zm14.8%206.8l-9.2-9.4c-.1-.1-.3-.2-.4-.2-.1%200-.2%200-.3.1l-9.6%209.4c-.2.2-.2.5%200%20.7.1.1.3.1.3.1.1%200%20.2%200%20.3-.1l.2-.1v-.2h.2l9-8.8%208.5%208.8h.2v.2l.1.1c.1.1.3.1.3.1.1%200%20.2%200%20.3-.1.1-.1.1-.3.1-.3.1%200%20.1-.2%200-.3zm-9.8-3.9c1%200%201.9.8%201.9%201.9s-.8%201.9-1.9%201.9c-1%200-1.9-.8-1.9-1.9s.9-1.9%201.9-1.9zm0%202.8c.5%200%20.9-.4.9-.9s-.4-.9-.9-.9-.9.4-.9.9.4.9.9.9z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 22px;
	margin: -1px 0 0 -22px;
}
nav span {
	padding: 0 12px;
}
.left-menu > div {
	margin: 0 40px 30px 0;
	max-width: 225px;
}
.left-menu > div a {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 300;
	color: #272727;
	border-color: rgba(39,39,39,.5);
}
.left-menu > div a.current {
	color: #006384;
	border-color: transparent;
}
.left-menu.bio {
	width: 208px;
	margin-right: 5%;
}
.bio-img {
	width: 200px;
	height: 0;
	padding: 0 0 200px;
	margin-bottom: 15px;
	border: 4px solid #cdcdcd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.bio-img img {
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
}
.bio-text {
	overflow: hidden;
	max-height: 200px;
	margin-bottom: 35px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-item .bio-text {
	margin-bottom: 0;
}
.bio-text.opened {
	max-height: 2000px;
}
.content.bio {
	width: 78%;
	margin-left: 0;
}

.content .bio-img img.director {
    float: left !important;
    margin: 0 20px 20px 0px;
}

.more {
	display: none;
	width: 22px;
	height: 22px;
	margin: -35px 0 35px;
	border: 0;
	background: #36b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M24%2014H14v10h-4V14H0v-4h10V0h4v10h10v4z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 12px;
	-webkit-transition: background-color 0.3s;
	-ms-transition:  background-color 0.3s;
	-o-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.portfolio-item .more {
	margin: 0;
}
.more:hover, .less:hover {
	background-color: #65cffa;
}
.more.less {
	background: #36b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M24%2014H0v-4h24v4z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: 12px;
}
.more.active {
	display: block;
}
.asterisk {
	color: #ff0303;
}
.form > div {
	display: table;
	width: 100%;
}
.form > div > div {
	display: table-row;
}
.form-cell {
	display: table-cell;
}
.form-cell p {
	position: relative;
}
.form-cell.label {
	width: 140px;
}
.right-form .form-cell {
	vertical-align: top;
}
.form-icon {
	display: none;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 5px;
	right: -45px;
}
.error ~ .form-icon {
	display: block;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2226%22%20viewBox%3D%220%200%20516%20433%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23b74556%22%3E%3Cpath%20class%3D%22fil0%22%20d%3D%22M258%2037l225%20378H33L258%2037zm0-37L0%20433h516L258%200zm0%20328c-9%200-16%206-16%2014s7%2014%2016%2014%2017-6%2017-14-8-14-17-14zm11-158h-22v130h22V170z%22%20id%3D%22Layer_x0020_1%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.correct ~ .form-icon {
	display: block;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231%22%20height%3D%2231%22%20viewBox%3D%220%200%20500%20500%22%20shape-rendering%3D%22geometricPrecision%22%20text-rendering%3D%22geometricPrecision%22%20image-rendering%3D%22optimizeQuality%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2389d670%22%3E%3Cpath%20class%3D%22fil0%22%20d%3D%22M250%20480C123%20480%2020%20377%2020%20250S123%2020%20250%2020s230%20103%20230%20230-103%20230-230%20230zm0-480C112%200%200%20112%200%20250s112%20250%20250%20250%20250-112%20250-250S388%200%20250%200zm82%20203L229%20304l-61-60-12%2012%2061%2060%2012%2012%2012-12%20103-101z%22%20id%3D%22Layer_x0020_1%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.map {
	width: 100%;
	height: 275px;
}
.adress-box {
	width: auto;
}
.contacts-adress, .contacts-phone, .contacts-email {
	padding: 0 0 0 40px;
	margin: 0 0 20px;
	line-height: 27px;
	font-size: 16px;
}
.contacts-email:last-child {
	margin: 0;
}
.contacts-adress {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%3E%3Cpath%20fill%3D%22%2336b3e6%22%20d%3D%22M7%200v21l5%202.4v-21L7.2.2H7zM0%2024l6-3V0L0%203v21zM19%200v21l6%203V3l-6-3zm-6%2023.5h.2L18%2021V0l-5%202.5v21z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
}
.contacts-phone {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2227%22%20viewBox%3D%220%200%2016%2027%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M0%2020h16V4H0v16zM14.6%200H1.4C.6%200%200%20.6%200%201.4V3h16V1.4c0-.8-.6-1.4-1.4-1.4zM0%2025.6c0%20.8.6%201.4%201.4%201.4h13.3c.7%200%201.4-.6%201.4-1.4V21H0v4.6zM6.5%2023h3v1h-3v-1z%22%2F%3E%3C%2Fsvg%3E') no-repeat 4px center;
	background-size: 16px;
}
.contacts-email {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%3E%3Cpath%20fill%3D%22%2336B3E6%22%20d%3D%22M10%2015.4c.4-.4%201-.6%201.5-.6.6%200%201%20.2%201.5.6l.4.4%202.3%202.3%207.2-7L12.2.2C12%200%2011%200%2010.7.3l-10%2010-.6.6%207.3%207%202.7-2.6zM6.5%2019L0%2012.2v13L6.5%2019zm15%206.3l-9.2-9c-.4-.5-1.2-.5-1.6%200l-9.3%209.2-.6.5h21.4l-.2-.2-.6-.5zm-5-6.5l6.5%206.6V12.2l-6.6%206.6z%22%2F%3E%3C%2Fsvg%3E') no-repeat 1px center;
	background-size: 23px;
}
h2 .contacts-email {
	float: right;
	margin: 28px 0 0;
}
.blue-box {
	background: #36b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22156%22%20height%3D%22130%22%20viewBox%3D%220%200%20156%20130%22%3E%3Cpath%20fill%3D%22%235EC2EB%22%20d%3D%22M30%2029.2l4.7%208c.6%201%201.7%201.7%203%201.7H56c1.4%200%202.4-.7%203-1.8l4.7-8%204.6-8c.6-1%20.6-2.3%200-3.4l-4.6-8-4.6-8C58.6.8%2057.5%200%2056%200H37.8c-1.3%200-2.3.7-3%201.8l-4.6%208-4.5%208c-.6%201-.6%202.3%200%203.4l4.6%208zm21.4%2082.4c2%200%204-1%205-2.8L64%2095.5l7.6-13.2c1-1.8%201-4%200-5.7L64%2063.4l-7.6-13.2c-1-1.8-2.8-2.8-5-2.8H21c-2.2%200-4%201-5%202.8L8.4%2063.4.8%2076.7c-1%201.8-1%204%200%205.7l7.6%2013.2%207.6%2013.2c1%201.8%202.8%202.8%205%202.8h30.4zm16-62.7l14.2%2024.3c1%201.8%203%203%205%203h28c2.2%200%204-1.2%205-3L134%2049c1-2%201-4%200-6l-14-24.3c-1.2-1.8-3-3-5-3H86.5c-2%200-4%201.2-5%203L67.6%2043c-1%202-1%204%200%206zm1.2-5.3l14-24.4c1-1.5%202.4-2.3%204-2.3H115c1.7%200%203%20.8%204%202.3l14%2024.4c1%201.5%201%203.2%200%204.6l-14%2024.4c-.8%201.5-2.3%202.3-4%202.3H86.6c-1.7%200-3-.8-4-2.3l-14-24.4c-1-1.4-1-3%200-4.6zM152%2084.3c-2%200-3.6%201.5-4%203.4H88c-3.7%200-6.8%201.8-8.7%205L63%20121c-1.6%202.8-4.4%204.4-7.6%204.4H35.6c-.3-2-2-3.4-4-3.4s-4%201.8-4%204%202%204%204%204%203.8-1.5%204-3.4h19.8c3.7%200%206.8-1.8%208.7-5l16.4-28.3C82%2090.5%2084.8%2089%2088%2089h60c.4%201.8%202%203.3%204%203.3%202.2%200%204-1.8%204-4s-1.8-4-4-4z%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% center;
	background-size: 155px;
	padding: 30px 60px;
	color: #fff;
	margin: 0 0 35px;
	min-height: 140px;
}
.blue-box.fbs {
	background: #052850 url(images/analyst1.png) no-repeat 95% center;
}
.blue-box.mrcc {
	background: #ededed url(images/analyst2.png) no-repeat 95% center;
	color: #606060;
}
.blue-box span, .blue-box a {
	color: #fff;
	border-color: transparent;
}
.blue-box.fbs a {
	border-color: rgba(255,255,255,.5);
}
.blue-box.mrcc a, .blue-box.mrcc span {
	color: #606060;
	border-color: rgba(96,96,96,.5);
}
.noTouch .blue-box a:hover, .contact-single-link a {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}
.blue-box svg {
	vertical-align: middle;
	margin: -3px 20px 0 0;
}
.blue-box > div:first-child {
	margin: 0;
}
.blue-box > div:first-child ~ div {
	margin: 0;
}
.blue-box .contacts-adress {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7%200v21l5%202.4v-21L7.2.2H7zM0%2024l6-3V0L0%203v21zM19%200v21l6%203V3l-6-3zm-6%2023.5h.2L18%2021V0l-5%202.5v21z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	width: 60%;
	margin: 0 0 15px;
}
.blue-box.mrcc .contacts-adress {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2224%22%20viewBox%3D%220%200%2025%2024%22%3E%3Cpath%20fill%3D%22%23606060%22%20d%3D%22M7%200v21l5%202.4v-21L7.2.2H7zM0%2024l6-3V0L0%203v21zM19%200v21l6%203V3l-6-3zm-6%2023.5h.2L18%2021V0l-5%202.5v21z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
	background-size: 25px;
	width: 60%;
	margin: 0 0 15px;
}
.blue-box .contacts-adress strong {
}
.blue-box .contacts-phone {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2227%22%20viewBox%3D%220%200%2016%2027%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2020h16V4H0v16zM14.6%200H1.4C.6%200%200%20.6%200%201.4V3h16V1.4c0-.8-.6-1.4-1.4-1.4zM0%2025.6c0%20.8.6%201.4%201.4%201.4h13.3c.7%200%201.4-.6%201.4-1.4V21H0v4.6zM6.5%2023h3v1h-3v-1z%22%2F%3E%3C%2Fsvg%3E') no-repeat 4px center;
	background-size: 16px;
}
.blue-box .contacts-email {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2226%22%20viewBox%3D%220%200%2023%2026%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10%2015.4c.4-.4%201-.6%201.5-.6.6%200%201%20.2%201.5.6l.4.4%202.3%202.3%207.2-7L12.2.2C12%200%2011%200%2010.7.3l-10%2010-.6.6%207.3%207%202.7-2.6zM6.5%2019L0%2012.2v13L6.5%2019zm15%206.3l-9.2-9c-.4-.5-1.2-.5-1.6%200l-9.3%209.2-.6.5h21.4l-.2-.2-.6-.5zm-5-6.5l6.5%206.6V12.2l-6.6%206.6z%22%2F%3E%3C%2Fsvg%3E') no-repeat 1px center;
	background-size: 23px;
}
.blue-box .h2.name {
	margin: 0 0 20px 40px;
}
.contact-single-link {
	position: absolute;
	margin: 54px 0 0;
}
.tabs ul {
	margin: 0;
	padding: 0;
}
.tabs li {
	margin: 0;
	outline: none;
	width: 33%;
}
.tabs li:before {
	display: none;
}
.tabs li a {
	border: 0;
	outline: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 16px 50px;
	background: #27a5d8;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}
.tabs li.ui-state-active a, .tabs li.ui-state-active a:hover {
	background: #e8f8ff;
	color: #35b3e6;
}
.tabs li a:hover {
	background: #35b3e6;
	color: #fff;
}
.tabs li a {
	-webkit-box-shadow: inset 2px 0 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 2px 0 0 rgba(0,0,0,.2);
	box-shadow: inset 2px 0 0 rgba(0,0,0,.2);
}
.tabs li.ui-state-active a, .tabs li:first-child a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none);
	box-shadow: none;
}
.tabs ul ~ div {
	padding: 30px 50px;
	background: #e8f8ff;
	margin: 0 0 20px;
}
.tabs ul ~ div p {
	font-size: 18px;
}
.date {
	color: #9b9b9b;
	font-size: 15px;
	display: block;
}
.faq-item {
	font-size: 18px;
	color: #35b3e6;
	cursor: pointer;
	padding: 0 0 20px;
	position: relative;
}
.faq-item span {
	border-bottom: 1px solid rgba(53,179,230,.5);
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.noTouch .faq-item:hover span {
	border-color: transparent;
}
.faq-item:before {
	content: '';
	position: absolute;
	left: 70px;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 0 23px 18px 0;
	border-style: solid;
	border-color: transparent transparent transparent transparent;
}
.faq-item.opened:before {
	border-color: transparent transparent #35b3e6 transparent;
}
.faq-text {
	background: #36b3e6;
	padding: 0 30px;
	color: #fff;
	max-height: 0;
	overflow: hidden;
	margin: 0 0 0 30px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.faq-text.opened {
	padding: 20px 30px;
	max-height: 500px;
	margin: 0 0 20px 30px;
}
.faq-text a, .noTouch .faq-text a:hover {
	color: #fff;
	border-color: rgba(255,255,255,.5);
}
.portfolio {
	border-top: 1px solid #36b3e6;
}
.portfolio-item {
	border-bottom: 1px solid #36b3e6;
	padding: 25px 0;
	display: table;
}
.portfolio-item {
	border-bottom: 1px solid #36b3e6;
	padding: 25px 0;
	display: table;
}
.portfolio-item > div {
	display: table-cell;
	vertical-align: middle;
}
.portfolio-item > div span {
	display: block;
	margin: 0 0 20px;
	color: #2e2e2e;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.portfolio-item > div span:last-child {
	margin: 0;
}
.portfolio-item a {
	color: #2e2e2e;
	border-bottom-color: rgba(0,0,0,.3);
}
.noTouch .portfolio-item:hover * {
	color: #36b3e6;
	border-bottom-color: transparent;
}
.company-logo-info {
	width: 217px;
	padding: 0 55px 0 0;
}
.company-text-info span:first-child ~ span {
	font-size: 14px;
}
.graph img {
	max-width: 782px;
}
.link-text {
	margin: 0 60px 33px;
	position: relative;
	min-height: 48px;
}
.link-text.news {
	margin: 0 0 33px 60px;
}
.link-text.news.media {
	margin: 0 0 33px 0;
}
.link-text span {
	margin: 0;
	font-weight: 400;
}
.link-text a {
	color: #2e2e2e;
	border-bottom-color: rgba(46,46,46,.5);
}
.link-icon {
	width: 48px;
	height: 48px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin: -24px 0 0;
}
.media .link-icon {
	display: none;
}
.link-icon:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	background: #4d5465 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.313%22%20height%3D%2223.144%22%20viewBox%3D%22510.688%20136.428%2021.313%2023.144%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M510.688%20159.57v-3.856H532v3.857h-21.312zm0-13.5H532v3.857h-21.313v-3.856zm0-9.642H532v3.857h-21.313v-3.857z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-icon[data-title*=ppt]:before {
	background: #9cc254 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2219.999%22%20viewBox%3D%22511%20137.5%2020%2019.999%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M528.777%20157.5h-15.555c-1.223%200-2.223-1-2.223-2.223V139.72c0-1.22%201-2.22%202.222-2.22h15.555c1.223%200%202.223%201%202.223%202.22v15.557c0%201.223-1%202.222-2.223%202.222zm-13.333-4.445h7.778v-2.222h-7.778v2.222zm11.112-11.11h-11.11v2.22h11.11v-2.22zm0%204.444h-11.11v2.22h11.11v-2.22z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-icon[data-title*=pdf]:before {
	background: #35b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2219.999%22%20viewBox%3D%22524.667%20153.167%2020%2019.999%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M542.444%20173.166H526.89c-1.223%200-2.223-1-2.223-2.222v-15.556c0-1.222%201-2.222%202.223-2.222h15.555c1.223%200%202.223%201%202.223%202.222v15.556c0%201.222-1%202.222-2.224%202.222zm-.888-8.222c-.334-.556-1.223-.778-2.555-.778-.444%200-.89.112-1.444.112-.444-.223-.666-.445-1-.667-.666-.666-1.333-1.666-1.777-2.89v-.11c.443-1.444.776-3.222%200-4-.224-.11-.446-.222-.668-.222h-.222c-.445%200-.778.444-.89.89-.444%201.555-.222%202.333.222%203.666-.332%201-.666%202.11-1.222%203.222-.444.778-.778%201.445-1.11%202-.445.223-.778.445-1%20.556-1.334.777-2%201.777-2.11%202.334%200%20.222%200%20.333.11.555v.112l.555.334c.11.11.223.11.445.11.89%200%202-1.11%203.332-3.444.11-.11.11-.11.223-.11%201.11-.444%202.557-.667%204.445-.89%201.11.556%202.443.778%203.333.778.444%200%20.777-.11%201-.223.222-.222.333-.556.444-.666%200-.22%200-.444-.11-.666zm-1%20.667c-.556%200-1.334-.222-2.11-.555v-.11h.222c1.556%200%202%20.332%202.11.443%200%20.11.112.11.112.11v.112h-.334zm-8.223.223h-.11c.222-.444.444-.777.667-1.223.443-1%20.89-1.89%201.11-2.666.444%201%201.11%201.89%201.667%202.556.11.11.223.222.444.333-.888.11-2.22.444-3.666%201h-.11zm1.778-7.444c0%20.332-.11.555-.22%201-.224-1-.224-1.778%200-2.445.11%200%20.11-.11.11-.11l.11.11v.11c.11.112.11.557%200%201.112v.222zm-5.554%2010.776c.11-.333.667-1.11%201.444-1.777.11-.11.333-.223.556-.334-.666%201.333-1.333%202-2%202.11z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-icon[data-title*=zip]:before {
	background: #d76243 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2216%22%20viewBox%3D%22490%20142.499%2020%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M508%20158.5h-16c-1.1%200-2-.9-2-2v-12c0-1.1.9-2%202-2h6l2%202h8c1.1%200%202%20.9%202%202v10c0%201.1-.9%202-2%202z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-icon[data-title*=jpg]:before {
	background: #549587 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2217.001%22%20viewBox%3D%22511%20139.499%2021%2017.001%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M529.9%20156.5h-16.8c-1.16%200-2.1-.952-2.1-2.126v-12.75c0-1.173.94-2.125%202.1-2.125h16.8c1.16%200%202.1.95%202.1%202.125v12.75c0%201.174-.94%202.125-2.1%202.125zm0-14.875h-16.8v12.75h16.8v-12.75zm-8.4%207.438l2.1-1.063%204.2%202.575v1.676h-12.6V148l2.1-2.125%204.2%203.188zm4.725-2.126c-.87%200-1.574-.713-1.574-1.594%200-.88.706-1.594%201.575-1.594.87%200%201.575.713%201.575%201.593s-.705%201.594-1.575%201.594z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-icon[data-title*=mov]:before {
	background: #e89f25 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2214%22%20viewBox%3D%22511%20140.5%2021%2014%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M527.333%20149.25v4.082c0%20.7-.466%201.168-1.167%201.168h-14c-.7%200-1.166-.467-1.166-1.168v-11.666c0-.7.467-1.166%201.166-1.166h14c.7%200%201.167.467%201.167%201.166v4.084l4.667-4.667v12.833l-4.667-4.666z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
}
.link-weight {
	width: 60px;
	position: absolute;
	top: 0;
	right: -60px;
}
.news-img {
	margin: 0 20px 20px 0;
	float: left;
	position: relative;
}
.news-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22212.598%22%20height%3D%22212.599%22%20viewBox%3D%220%200%20212.598%20212.599%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20fill%3D%22none%22%20stroke%3D%22%23CECDCE%22%20stroke-width%3D%228%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M98.375%207.383l-37.07%2021.325-37.07%2021.325c-5.035%202.897-7.917%207.87-7.916%2013.658l.002%2042.632.003%2042.63c0%205.79%202.883%2010.76%207.918%2013.655l37.073%2021.307L98.39%20205.22c5.035%202.894%2010.798%202.892%2015.833-.005l37.07-21.324%2037.07-21.324c5.034-2.896%207.916-7.868%207.916-13.657l-.005-42.632-.003-42.63c0-5.79-2.883-10.76-7.92-13.655l-37.07-21.306L114.207%207.38c-5.036-2.894-10.798-2.893-15.833.003z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M0%200v212.6h212.598V0H0zm188.364%20162.565l-37.07%2021.325-37.07%2021.324c-5.035%202.896-10.798%202.898-15.833.004l-37.073-21.305-37.073-21.307c-5.035-2.895-7.917-7.864-7.918-13.654l-.003-42.63-.003-42.632c0-5.79%202.88-10.76%207.916-13.658l37.07-21.325%2037.07-21.325c5.035-2.896%2010.798-2.897%2015.834-.004l37.073%2021.307%2037.072%2021.306c5.036%202.895%207.918%207.866%207.92%2013.655l.002%2042.63.004%2042.632c0%205.79-2.882%2010.762-7.916%2013.658z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: cover;
}
.clear {
	clear: both;
}
hr {
	margin: 20px 0 40px;
	height: 0;
	width: 100%;
	border: 0;
	border-bottom: 2px solid #35b3e6;
}
.event-item {
	margin: 0 0 20px 50px;
}
.event-item:last-child {
	margin: 0 0 40px 50px;
}
.event-item span {
	margin: 0;
	font-weight: 400;
}
.not-found {
	background: #e5edf4;
}
.not-found div {
	position: absolute;
	width: 650px;
	height: 520px;
	left: 50%;
	top: 50%;
	margin: -260px 0 0 -325px;
	padding: 390px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22362.148%22%20height%3D%22207.172%22%20viewBox%3D%220%200%20362.148%20207.172%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2360B1E8%22%20d%3D%22M94.074%2056.702h174v112.536h-174z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233B3A39%22%20d%3D%22M270.91%2053.867V164.7H91.238V53.868c0-1.562%201.272-2.835%202.834-2.835h174c1.56%200%202.835%201.273%202.835%202.835m-5.67%202.834H96.907v102.333h168.33V56.7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23BDD4DE%22%20d%3D%22M91.24%20163.284h179.67v13.147c0%201.563-1.275%202.836-2.836%202.836h-174c-1.562%200-2.835-1.273-2.835-2.835v-13.146z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E9F2F6%22%20d%3D%22M181.073%20174.125c1.57%200%202.85-1.28%202.85-2.85s-1.28-2.85-2.85-2.85-2.85%201.28-2.85%202.85%201.28%202.85%202.85%202.85%22%2F%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M181.074%20179.267h-19.107v16.28c-.056%205.873-3.637%207.398-7.818%208.848H208c-4.18-1.45-7.763-2.975-7.818-8.85v-16.278h-19.108z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22b%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22c%22%20gradientUnits%3D%22userSpaceOnUse%22%20y1%3D%22207.172%22%20x2%3D%221%22%20y2%3D%22207.172%22%20gradientTransform%3D%22matrix(.002%2017.772%2017.772%20-.002%20-3500.738%20187.013)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23597A8D%22%2F%3E%3Cstop%20offset%3D%22.153%22%20stop-color%3D%22%23698799%22%2F%3E%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%2391AAB8%22%2F%3E%3Cstop%20offset%3D%22.859%22%20stop-color%3D%22%23D3E1EA%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23EBF6FD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20clip-path%3D%22url(%23b)%22%20fill%3D%22url(%23c)%22%20d%3D%22M154.147%20179.265H208v25.133h-53.853z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%238EACBC%22%20d%3D%22M208%20204.396H154.147v2.776H208%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2360B0E8%22%20d%3D%22M96.908%20107.887h168.33v51.146H96.91z%22%2F%3E%3CradialGradient%20id%3D%22d%22%20cx%3D%22124.474%22%20cy%3D%22140.463%22%20r%3D%2218.383%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.442%22%20stop-color%3D%22%232E5670%22%2F%3E%3Cstop%20offset%3D%22.824%22%20stop-color%3D%22%2360B0E6%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22url(%23d)%22%20d%3D%22M124.433%20122.06c10.165%200%2018.403%208.24%2018.403%2018.403%200%2010.164-8.238%2018.403-18.403%2018.403-9.582%200-17.453-7.327-18.32-16.683v-3.44c.867-9.355%208.738-16.682%2018.32-16.682%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E9F2F6%22%20d%3D%22M121.61%20121.446c7.917%200%2014.334%206.417%2014.334%2014.333s-6.417%2014.332-14.333%2014.332c-7.463%200-13.593-5.706-14.27-12.993h-6.475v-2.68h6.476c.677-7.288%206.807-12.994%2014.27-12.994%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23BDD4DE%22%20d%3D%22M121.61%20142.343c3.616%200%206.564-2.95%206.564-6.564s-2.948-6.564-6.563-6.564c-3.614%200-6.563%202.947-6.563%206.563s2.95%206.563%206.564%206.563%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233A6778%22%20d%3D%22M121.61%20127.316c2.338%200%204.453.947%205.985%202.48%201.53%201.53%202.478%203.647%202.478%205.983s-.947%204.45-2.478%205.98c-1.532%201.533-3.647%202.48-5.984%202.48s-4.45-.947-5.982-2.48c-1.53-1.53-2.48-3.645-2.48-5.98s.948-4.453%202.48-5.985c1.53-1.53%203.647-2.48%205.983-2.48m3.3%205.164c-.844-.845-2.01-1.366-3.3-1.366s-2.454.52-3.297%201.365c-.845.844-1.367%202.01-1.367%203.3%200%201.286.522%202.452%201.367%203.298.843.844%202.01%201.366%203.298%201.366s2.456-.522%203.3-1.366c.844-.846%201.366-2.012%201.366-3.3%200-1.287-.522-2.454-1.366-3.3%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23597A8D%22%20d%3D%22M25.608%20133.88h21.81v-16.29h-1.182l-1.162-10.944c-6.92-.94-13.12-4.15-17.825-8.854-4.52-4.52-7.63-13.294-9.888-23.454h3.914c2.086%209.194%204.85%2016.96%208.658%2020.77%204.96%204.96%2011.813%208.027%2019.383%208.027%207.57%200%2014.422-3.068%2019.383-8.028%203.808-3.808%206.572-11.575%208.657-20.77h3.914c-2.257%2010.16-5.367%2018.936-9.886%2023.455-4.704%204.705-10.904%207.913-17.825%208.854l-1.163%2010.943h-1.182v16.29h52.888v3.798H51.215v21.81c0%207.07-2.867%2013.474-7.5%2018.107-4.634%204.634-11.036%207.5-18.107%207.5s-13.474-2.866-18.108-7.5S0%20166.56%200%20159.487c0-7.07%202.866-13.473%207.5-18.106%204.634-4.633%2011.037-7.5%2018.108-7.5m21.81%2025.607v-21.81h-21.81c-6.023%200-11.476%202.44-15.423%206.388-3.947%203.946-6.388%209.4-6.388%2015.422%200%206.023%202.44%2011.477%206.388%2015.424%203.947%203.946%209.4%206.39%2015.423%206.39%206.022%200%2011.475-2.443%2015.422-6.39%203.946-3.946%206.388-9.4%206.388-15.423%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233B3A39%22%20d%3D%22M30.998%200l9.39.87v5.291L31%207.033c-.032.002-.057-.9-.057-.938V.936c0-.036.026-.94.058-.936M67.636%200l-9.39.87v5.291l9.39.872c.032.002.057-.9.057-.938V.936c0-.036-.026-.94-.057-.936%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23B2C6D3%22%20d%3D%22M17.362%2074.338c-3.8-17.098-5.18-38.12-6.783-49.392l-.016-.133c-.056-.76-.084-1.543-.084-2.348-.004-6.678%202.187-11.68%205.622-15.125%203.442-3.452%208.096-5.292%2013.022-5.654.556-.04%201.163-.062%201.816-.062v3.782c-.475%200-.992.02-1.55.062-4.053.298-7.847%201.777-10.603%204.54-2.765%202.773-4.528%206.884-4.525%2012.457%200%20.612.027%201.286.08%202.023%201.526%2010.735%203.057%2032.76%206.934%2049.85h-3.914zM81.27%2074.338c3.8-17.098%205.18-38.12%206.785-49.392l.014-.133c.055-.76.083-1.543.083-2.348.004-6.678-2.187-11.68-5.622-15.125-3.44-3.452-8.095-5.292-13.02-5.654-.557-.04-1.164-.062-1.817-.062v3.782c.475%200%20.992.02%201.55.062%204.053.298%207.847%201.777%2010.603%204.54%202.765%202.773%204.528%206.884%204.525%2012.457%200%20.612-.026%201.286-.08%202.023-1.525%2010.735-3.056%2032.76-6.933%2049.85h3.914z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%233B3A39%22%20d%3D%22M30.998%200l9.39.87v5.291L31%207.033c-.03.002-.057-.9-.057-.938V.936c0-.036.027-.94.058-.936M67.636%200l-9.39.87v5.291l9.39.872c.03.002.057-.9.057-.938V.936c0-.036-.026-.94-.057-.936%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M241.726%20121.115v9.308h-8.14v-9.308h-15.463v-7.328l14.735-34.667h8.867v34.667h3.847v7.328h-3.846zm-8.14-26.286l-8.05%2018.957h8.05V94.83zm-29.487%209.14h-.77l-.127.743-1.063%206.146-2.56-20.135-.71-5.613-1.086%205.557-3.003%2015.393-.508-1.47-.21-.604h-8.49V91.42c0-4.152%201.064-7.338%203.192-9.552%202.137-2.218%206.967-3.334%2010.962-3.334%203.982%200%208.816%201.112%2010.937%203.334%202.107%202.21%203.17%205.4%203.17%209.553v12.55H204.1zm-28.07%2026.453h-8.14v-9.308h-15.463v-7.328l14.736-34.667h8.865v34.667h3.848v7.328h-3.848v9.308zM167.89%2094.83l-8.052%2018.957h8.052V94.83zm24.868%2010.94l1.408%204.055%201.11%203.19.645-3.312%202.565-13.15%202.61%2020.552.767%206.03%201.035-5.993%201.967-11.394h8.967v12.375c0%204.15-1.067%207.337-3.194%209.554-2.126%202.215-6.954%203.335-10.912%203.335-3.995%200-8.825-1.116-10.962-3.334-2.128-2.214-3.193-5.4-3.193-9.553V105.77h7.187z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top;
	background-size: 100%;
}
.not-found p {
	font-size: 24px;
	line-height: 30px;
	color: #58595b;
}
.news-line {
	background: #f6f6f6;
}
.news-boxes {
	margin: 0 -30px 30px;
}
.news-boxes .slick-slide {
	margin: 0 30px 10px;
}
.news-box, .noTouch .news-box:hover, .news-box:visited {
	display: block;
	border: 0;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	border: 1px solid #ebebeb;
	width: 100%;
	padding-bottom: 40px;
	position: relative;
}
.news-box span, .news-box img {
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.news-box img {
	margin: 0 0 20px;
}
.news-box .title {
	color: #606060;
	font-size: 18px;
	font-weight: 700;
	margin: 0 20px 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.news-box .title + span {
	color: #2e2e2e;
	margin: 0 20px 15px;
}
.news-box .link-more {
	font-weight: 700;
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.noTouch .news-box:hover .link-more {
	border-bottom: 1px solid rgba(53,179,230,.5);
}
.news-box .link-more:after {
	content: '';
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 6px 0 6px 6px;
	border-color: transparent transparent transparent #35b3e6;
	top: 5px;
	right: -14px;
}
.header-links {
	position: absolute;
	width: 292px;
	height:308px;
	left: 50%;
	top: 10px;
	margin: 0 0 0 107px;
}
.header-box {
	position: absolute;
	width: 110px;
	height: 95px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 95px;
	display: block;
	border: 0;
}
.noTouch .header-box:hover {
	background-size: 95%;
	color: #fff;
}
.header-box.box1 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.945%22%20height%3D%2282.395%22%20viewBox%3D%220%200%2092.945%2082.395%22%3E%3Cpath%20fill%3D%22%2390c14c%22%20d%3D%22M91.952%2044.845l-9.8%2016.95-9.8%2016.975c-1.33%202.305-3.615%203.625-6.278%203.625H26.876c-2.663%200-4.948-1.32-6.278-3.625l-9.8-16.975-9.8-16.973c-1.33-2.306-1.33-4.945%200-7.25l9.8-16.975%209.8-16.974C21.928%201.32%2024.214%200%2026.876%200h39.198c2.664%200%204.952%201.35%206.302%203.624l9.8%2016.974%209.8%2016.974c1.31%202.31%201.278%204.935.003%207.26m-.028.013z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 105px;
	right: 90px;
	animation: animationFrames1 ease 2s;
  	animation-iteration-count: 1;
	-webkit-animation: animationFrames1 ease 2s;
  	-webkit-animation-iteration-count: 1;
	z-index: 2;
}
@keyframes animationFrames1 {
	0% {
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0));
		-webkit-transform: scale(0,0);
		-o-transform: scale(0,0);
		transform: scale(0,0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1));
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
@-webkit-keyframes animationFrames1 {
	0% {
		-moz-transform: scale(0,0);
		-ms-transform: scale(0,0));
		-webkit-transform: scale(0,0);
		-o-transform: scale(0,0);
		transform: scale(0,0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}
	100% {
		-moz-transform: scale(1,1);
		-ms-transform: scale(1,1));
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);
		transform: scale(1,1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}
}
.header-box.box2 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.945%22%20height%3D%2282.395%22%20viewBox%3D%220%200%2092.945%2082.395%22%3E%3Cpath%20fill%3D%22%23d0cd65%22%20d%3D%22M91.952%2044.845l-9.8%2016.95-9.8%2016.975c-1.33%202.305-3.615%203.625-6.278%203.625H26.876c-2.663%200-4.948-1.32-6.278-3.625l-9.8-16.975-9.8-16.973c-1.33-2.306-1.33-4.945%200-7.25l9.8-16.975%209.8-16.974C21.928%201.32%2024.214%200%2026.876%200h39.198c2.664%200%204.952%201.35%206.302%203.624l9.8%2016.974%209.8%2016.974c1.31%202.31%201.278%204.935.003%207.26m-.028.013z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 0;
	right: 90px;
	animation: animationFrames2 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 1.7s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames2 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	z-index: 1;
}
@keyframes animationFrames2 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(0,-100px) scale(0,0);
		-ms-transform: translate(0,-100px) scale(0,0);
		-webkit-transform: translate(0,-100px) scale(0,0);
		-o-transform: translate(0,-100px) scale(0,0);
		transform: translate(0,-100px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames2 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(0,-50px) scale(0,0);
		-ms-transform: translate(0,-50px) scale(0,0);
		-webkit-transform: translate(0,-50px) scale(0,0);
		-o-transform: translate(0,-50px) scale(0,0);
		transform: translate(0,-50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
.header-box.box3 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.945%22%20height%3D%2282.395%22%20viewBox%3D%220%200%2092.945%2082.395%22%3E%3Cpath%20fill%3D%22%2331b2e3%22%20d%3D%22M91.952%2044.845l-9.8%2016.95-9.8%2016.975c-1.33%202.305-3.615%203.625-6.278%203.625H26.876c-2.663%200-4.948-1.32-6.278-3.625l-9.8-16.975-9.8-16.973c-1.33-2.306-1.33-4.945%200-7.25l9.8-16.975%209.8-16.974C21.928%201.32%2024.214%200%2026.876%200h39.198c2.664%200%204.952%201.35%206.302%203.624l9.8%2016.974%209.8%2016.974c1.31%202.31%201.278%204.935.003%207.26m-.028.013z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 157px;
	right: 0;
	animation: animationFrames3 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 1.7s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames3 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	z-index: 1;
}
@keyframes animationFrames3 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(80px,50px) scale(0,0);
		-ms-transform: translate(80px,50px) scale(0,0);
		-webkit-transform: translate(80px,50px) scale(0,0);
		-o-transform: translate(80px,50px) scale(0,0);
		transform: translate(80px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames3 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(80px,50px) scale(0,0);
		-ms-transform: translate(80px,50px) scale(0,0);
		-webkit-transform: translate(80px,50px) scale(0,0);
		-o-transform: translate(80px,50px) scale(0,0);
		transform: translate(80px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
.header-box.box4 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2292.945%22%20height%3D%2282.395%22%20viewBox%3D%220%200%2092.945%2082.395%22%3E%3Cpath%20fill%3D%22%23cb582a%22%20d%3D%22M91.952%2044.845l-9.8%2016.95-9.8%2016.975c-1.33%202.305-3.615%203.625-6.278%203.625H26.876c-2.663%200-4.948-1.32-6.278-3.625l-9.8-16.975-9.8-16.973c-1.33-2.306-1.33-4.945%200-7.25l9.8-16.975%209.8-16.974C21.928%201.32%2024.214%200%2026.876%200h39.198c2.664%200%204.952%201.35%206.302%203.624l9.8%2016.974%209.8%2016.974c1.31%202.31%201.278%204.935.003%207.26m-.028.013z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 157px;
	right: 179px;
	animation: animationFrames4 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 1.7s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames4 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 1.7s;
	-webkit-animation-fill-mode: both;
	z-index: 1;
}
@keyframes animationFrames4 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(-80px,50px) scale(0,0);
		-ms-transform: translate(-80px,50px) scale(0,0);
		-webkit-transform: translate(-80px,50px) scale(0,0);
		-o-transform: translate(-80px,50px) scale(0,0);
		transform: translate(-80px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames4 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(-80px,50px) scale(0,0);
		-ms-transform: translate(-80px,50px) scale(0,0);
		-webkit-transform: translate(-80px,50px) scale(0,0);
		-o-transform: translate(-80px,50px) scale(0,0);
		transform: translate(-80px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
.header-box.box5 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.222%22%20height%3D%2290.337%22%20viewBox%3D%220%200%2098.222%2090.337%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-opacity%3D%22.4%22%20d%3D%22M49.436%2087.223H28.634c-1.485%200-2.87-.37-4.07-1.064-1.203-.694-2.215-1.707-2.956-2.99L11.36%2065.42%201.112%2047.667C.372%2046.384%200%2045%200%2043.613v-.002c0-1.383.37-2.767%201.113-4.054l10.247-17.75h.002L21.61%204.057c.743-1.29%201.755-2.304%202.953-2.995C25.76.37%2027.145%200%2028.633%200v.002h20.494L49.13%200h20.495c1.484%200%202.85.375%204.05%201.063%201.202.675%202.25%201.725%202.925%202.993l10.248%2017.75L97.096%2039.58c.74%201.276%201.125%202.7%201.125%204.057l.002.002c0%201.383-.372%202.767-1.115%204.054L86.86%2065.44%2076.612%2083.193h-.002c-.708%201.225-1.656%202.2-2.777%202.89l-.53-.92c.963-.598%201.78-1.442%202.39-2.5l10.247-17.75%2010.247-17.75c.65-1.123.974-2.326.974-3.526h.002c0-1.197-.325-2.4-.976-3.524l-10.248-17.75L75.69%204.612c-.65-1.125-1.527-2.007-2.564-2.605-1.04-.6-2.243-.92-3.542-.92L49.09%201.084H28.594c-1.295%200-2.497.32-3.537.922S23.137%203.49%2022.49%204.61l-.002.002L12.24%2022.36%201.994%2040.135c-.647%201.123-.973%202.327-.973%203.527%200%201.2.3%202.4.975%203.523l10.248%2017.75L22.49%2082.712c.65%201.126%201.5%202.026%202.55%202.608%201.038.6%202.25.9%203.525.918v.002h20.188l.683.985zM45.99%2088.518c-.992-1.72-.394-3.93%201.34-4.93%201.733-1%203.943-.415%204.95%201.306.993%201.725.374%203.93-1.34%204.95s-3.955.4-4.98-1.326m.03%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 52px;
	right: 179px;
	height: 99px;
	animation: animationFrames5 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 2.5s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames5 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-fill-mode: both;
}
@keyframes animationFrames5 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(50px,50px) scale(0,0);
		-ms-transform: translate(50px,50px) scale(0,0);
		-webkit-transform: translate(50px,50px) scale(0,0);
		-o-transform: translate(50px,50px) scale(0,0);
		transform: translate(50px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames5 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(50px,50px) scale(0,0);
		-ms-transform: translate(50px,50px) scale(0,0);
		-webkit-transform: translate(50px,50px) scale(0,0);
		-o-transform: translate(50px,50px) scale(0,0);
		transform: translate(50px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
.header-box.box6 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.26%22%20height%3D%2287.25%22%20viewBox%3D%220%200%2098.26%2087.25%22%3E%3Cg%20fill%3D%22%23FFF%22%20fill-opacity%3D%22.4%22%3E%3Cpath%20d%3D%22M97.134%2039.556L86.888%2021.808v-.002l-10.25-17.75c-.75-1.267-1.726-2.316-2.925-2.992C72.512.374%2071.145%200%2069.662%200H28.67c-1.482%200-2.866.37-4.067%201.064-1.202.692-2.214%201.707-2.957%202.992v.002l-8.45%2014.64c-.415-.17-.865-.268-1.338-.268-1.984%200-3.6%201.63-3.6%203.6%200%202.07%201.592%203.64%203.61%203.647%201.978-.007%203.59-1.63%203.59-3.623%200-1.148-.547-2.163-1.38-2.828L22.5%204.64c.65-1.124%201.53-2.007%202.567-2.605%201.037-.6%202.242-.918%203.54-.918H69.6c1.3%200%202.502.32%203.538.917%201.04.602%201.92%201.484%202.568%202.606l10.248%2017.75%2010.247%2017.748v.002c.65%201.12.974%202.323.974%203.525%200%201.2-.324%202.402-.973%203.524L85.956%2064.94l-10.25%2017.748c-.648%201.124-1.527%202.007-2.565%202.605h-.002c-1.037.6-2.24.92-3.538.92H28.608c-1.274-.02-2.488-.32-3.524-.92-1.05-.58-1.9-1.48-2.55-2.606L12.287%2064.913%202.04%2047.163h-.002c-.6-1.07-.94-2.195-.976-3.32H0c.034%201.313.406%202.624%201.112%203.85v.002L11.36%2065.443l10.247%2017.75c.744%201.286%201.755%202.3%202.955%202.992h.002c1.2.693%202.585%201.064%204.068%201.064h20.495l20.496-.002c1.483%200%202.868-.37%204.07-1.064%201.198-.693%202.21-1.707%202.952-2.992l10.25-17.775v-.002L97.14%2047.667c.745-1.288%201.118-2.672%201.118-4.055.002-1.357-.38-2.782-1.124-4.056z%22%2F%3E%3Cpath%20d%3D%22M11.88%2025.68l-.01-.002h-.013%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 52px;
	right: 0;
	animation: animationFrames6 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 2.5s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames6 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-fill-mode: both;
}
@keyframes animationFrames6 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(-50px,50px) scale(0,0);
		-ms-transform: translate(-50px,50px) scale(0,0);
		-webkit-transform: translate(-50px,50px) scale(0,0);
		-o-transform: translate(-50px,50px) scale(0,0);
		transform: translate(-50px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames6 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(-50px,50px) scale(0,0);
		-ms-transform: translate(-50px,50px) scale(0,0);
		-webkit-transform: translate(-50px,50px) scale(0,0);
		-o-transform: translate(-50px,50px) scale(0,0);
		transform: translate(-50px,50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
.header-box.box7 {
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2298.258%22%20height%3D%2287.445%22%20viewBox%3D%220%200%2098.258%2087.445%22%3E%3Cpath%20fill%3D%22%23FFF%22%20fill-opacity%3D%22.4%22%20d%3D%22M86.83%2021.82l.152.3%2010.146%2017.804.004.002c.733%201.274%201.125%202.7%201.125%204.063-.008%201.386-.386%202.766-1.135%204.047l-10.346%2017.7L76.43%2083.43c-.748%201.28-1.766%202.287-2.97%202.974l-.002.003c-1.203.686-2.59%201.048-4.075%201.04l-20.494-.113h-.004l-20.493-.115c-1.487-.007-2.87-.385-4.064-1.083-1.196-.698-2.203-1.718-2.94-3.012h.003l-10.15-17.807h-.003L1.092%2047.512c-.734-1.29-1.1-2.673-1.09-4.06H0c.007-1.388.387-2.77%201.135-4.05l10.35-17.693L21.827%204.016c.748-1.28%201.766-2.288%202.972-2.975V1.04C26.005.354%2027.39-.007%2028.877%200L49.37.113l20.496.114c1.416%200%202.7.376%203.9.982l-.536.9c-.996-.544-2.134-.835-3.354-.843v.003L49.38%201.156l-20.493-.114c-1.3-.007-2.504.308-3.547.9-1.04.593-1.923%201.47-2.578%202.593L12.416%2022.227%202.07%2039.92c-.656%201.122-.986%202.32-.993%203.52h-.002c-.007%201.2.3%202.4.976%203.53L12.2%2064.775%2022.344%2082.58h.002c.64%201.126%201.5%202.026%202.55%202.626%201.037.6%202.25.9%203.524.94l.004.002%2020.493.113%2020.494.112c1.298%200%202.505-.306%203.548-.9%201.04-.592%201.924-1.47%202.58-2.59l10.345-17.694L96.23%2047.495c.655-1.122.986-2.323.994-3.52.007-1.2-.313-2.402-.954-3.53v-.002l-9.997-17.54.558-1.083zM89.648%2024.18c-1.003%201.718-3.218%202.29-4.945%201.28-1.73-1.01-2.315-3.22-1.312-4.938s3.22-2.29%204.947-1.278c1.727%201.037%202.318%203.212%201.343%204.937m-.032%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
	background-size: contain;
	top: 210px;
	right: 90px;
	animation: animationFrames7 ease 1s;
  	animation-iteration-count: 1;
	animation-delay: 2.5s;
	animation-fill-mode: both;
	-webkit-animation: animationFrames7 ease 1s;
  	-webkit-animation-iteration-count: 1;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-fill-mode: both;
}
@keyframes animationFrames7 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(0,-50px) scale(0,0);
		-ms-transform: translate(0,-50px) scale(0,0);
		-webkit-transform: translate(0,-50px) scale(0,0);
		-o-transform: translate(0,-50px) scale(0,0);
		transform: translate(0,-50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
@-webkit-keyframes animationFrames7 {
	0% {
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-moz-transform: translate(0,-50px) scale(0,0);
		-ms-transform: translate(0,-50px) scale(0,0);
		-webkit-transform: translate(0,-50px) scale(0,0);
		-o-transform: translate(0,-50px) scale(0,0);
		transform: translate(0,-50px) scale(0,0);
	}
	100% {
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-moz-transform: translate(0,0) scale(1,1);
		-ms-transform: translate(0,0) scale(1,1);
		-webkit-transform: translate(0,0) scale(1,1);
		-o-transform: translate(0,0) scale(1,1);
		transform: translate(0,0) scale(1,1);
	}
}
span[role="alert"] {
    display:none;
}
.attachment-201x210 {
    height: 210px;
}
.box-img {
	position: relative;
	overflow: hidden;
	padding: 75px 12%;
	text-align: right;
	margin: 0 0 65px;
}
.box-img.careers {
	padding: 0;
	height: 420px !important;
	margin: 0;
}
.bg {
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
.bg img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
}
.blue-text-box {
	color: #fff;
	background: #00b4e9;
	padding: 5px 30px;
	font-size: 14px;
	position: relative;
	width: 290px;
}
.blue-text-box:before {
	content: '';
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221313.746%22%20height%3D%2226%22%20viewBox%3D%220%200%201313.746%2026%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300B6E8%22%20d%3D%22M0%2026L26%200h1287.745v26H0z%22%2F%3E%3C%2Fsvg%3E') no-repeat left bottom;
	background-size: auto 26px;
	position: absolute;
	top: -26px;
	height: 26px;
	width: 100%;
	left: 0;
}
.blue-text-box:after {
	content: '';
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221313.746%22%20height%3D%2226%22%20viewBox%3D%220%200%201313.746%2026%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300B6E8%22%20d%3D%22M1313.746%200l-26%2026H0V0h1313.746z%22%2F%3E%3C%2Fsvg%3E') no-repeat right top;
	background-size: auto 26px;
	position: absolute;
	bottom: -26px;
	height: 26px;
	width: 100%;
	left: 0;
}
.white-text-box {
	color: #000;
	background: #fff;
	padding: 5px 30px;
	font-size: 14px;
	position: absolute;
	right: 120px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 290px;
}
.white-text-box:before {
	content: '';
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221313.746%22%20height%3D%2226%22%20viewBox%3D%220%200%201313.746%2026%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M0%2026L26%200h1287.745v26H0z%22%2F%3E%3C%2Fsvg%3E') no-repeat left bottom;
	background-size: auto 26px;
	position: absolute;
	top: -25px;
	height: 26px;
	width: 100%;
	left: 0;
}
.white-text-box:after {
	content: '';
	background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221313.746%22%20height%3D%2226%22%20viewBox%3D%220%200%201313.746%2026%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M1313.746%200l-26%2026H0V0h1313.746z%22%2F%3E%3C%2Fsvg%3E') no-repeat right top;
	background-size: auto 26px;
	position: absolute;
	bottom: -25px;
	height: 26px;
	width: 100%;
	left: 0;
}
.blue-text-box span {
	display: block;
	margin: 0 0 23px;
	font-weight: 700;
	font-size: 16px;
}
.career-boxes {
	margin: 0 0 60px !important;
}
.career-text p {
	font-size: 16px;
}
.career-text .icon-box {
	margin: 0 0 20px;
	width: 330px;
}
.career-text .icon-box p {
	margin: 0 auto 5px;
	width: 220px;
}
.tabs.career li {
	width: auto;
}
.tabs.career li a {
	padding: 16px 40px 16px 25px;
}
.tabs.career ul ~ div {
	padding: 25px;
}
.tabs.career ul ~ div p {
	font-size: 14px;
}
.desktop-off {
	display: none !important;
}
.full-length {
	width: 80% !important;
	font-size: 18px;
	line-height: 36px;
}
.blue-box .full-length svg {
	margin: -5px 5px 0 5px;
}
.expand-box {
	background: #ededed url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22156.003%22%20height%3D%22130.005%22%20viewBox%3D%220%200%20156.003%20130.005%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.053%2029.19l4.623%208.018c.63%201.09%201.707%201.712%202.962%201.713H56.13c1.256%200%202.335-.623%202.962-1.712l4.624-8.018%204.623-8.02c.626-1.088.626-2.334%200-3.423L63.715%209.73l-4.624-8.02C58.465.622%2057.386%200%2056.132%200H37.637c-1.256%200-2.333.622-2.962%201.71l-4.623%208.02-4.623%208.02c-.628%201.088-.628%202.334%200%203.423l4.623%208.017zm21.397%2082.414c2.072%200%203.853-1.03%204.89-2.826l7.63-13.234L71.6%2082.31c1.036-1.797%201.036-3.854%200-5.652l-7.63-13.233-7.63-13.234c-1.037-1.797-2.817-2.825-4.89-2.825H20.928c-2.074%200-3.854%201.03-4.89%202.826l-7.63%2013.235-7.63%2013.232c-1.037%201.797-1.037%203.854%200%205.65l7.63%2013.235%207.63%2013.234c1.037%201.798%202.816%202.826%204.89%202.826H51.45zm16.084-62.67L81.59%2073.31c1.06%201.842%202.888%202.897%205.01%202.897h28.112c2.124%200%203.95-1.056%205.012-2.897l14.058-24.378c1.06-1.842%201.06-3.953%200-5.795L119.724%2018.76c-1.062-1.842-2.89-2.897-5.013-2.897h-28.11c-2.124%200-3.95%201.056-5.012%202.896L67.534%2043.136c-1.063%201.842-1.063%203.953%200%205.796zm1.017-5.208L82.608%2019.35c.847-1.47%202.302-2.31%203.994-2.31h28.112c1.692%200%203.147.84%203.994%202.31l14.056%2024.376c.846%201.467.846%203.15%200%204.617l-14.057%2024.38c-.846%201.466-2.3%202.307-3.993%202.307h-28.11c-1.692%200-3.148-.84-3.995-2.31L68.55%2048.344c-.844-1.467-.844-3.15%200-4.617zm83.47%2040.59c-1.988%200-3.636%201.457-3.935%203.363H88c-3.67%200-6.824%201.823-8.657%205.004L63.01%20121.01c-1.62%202.808-4.402%204.418-7.64%204.418h-19.8c-.286-1.92-1.947-3.4-3.94-3.4-2.193%200-3.983%201.792-3.983%203.988%200%202.197%201.79%203.99%203.983%203.99%201.993%200%203.654-1.48%203.94-3.4h19.8c3.668%200%206.824-1.824%208.658-5.005L80.36%2093.274c1.62-2.807%204.403-4.417%207.64-4.417h60.076c.27%201.94%201.932%203.435%203.944%203.435%202.2%200%203.983-1.785%203.983-3.987s-1.784-3.988-3.983-3.988z%22%20opacity%3D%220%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% center;
	padding: 30px 260px 10px 60px;
	margin: 0 0 40px;
	-webkit-transition: background 0.3s;
	-ms-transition: background 0.3s;
	-o-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
}
.expand-box.opened {
	background: #ededed url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22156.003%22%20height%3D%22130.005%22%20viewBox%3D%220%200%20156.003%20130.005%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.053%2029.19l4.623%208.018c.63%201.09%201.707%201.712%202.962%201.713H56.13c1.256%200%202.335-.623%202.962-1.712l4.624-8.018%204.623-8.02c.626-1.088.626-2.334%200-3.423L63.715%209.73l-4.624-8.02C58.465.622%2057.386%200%2056.132%200H37.637c-1.256%200-2.333.622-2.962%201.71l-4.623%208.02-4.623%208.02c-.628%201.088-.628%202.334%200%203.423l4.623%208.017zm21.397%2082.414c2.072%200%203.853-1.03%204.89-2.826l7.63-13.234L71.6%2082.31c1.036-1.797%201.036-3.854%200-5.652l-7.63-13.233-7.63-13.234c-1.037-1.797-2.817-2.825-4.89-2.825H20.928c-2.074%200-3.854%201.03-4.89%202.826l-7.63%2013.235-7.63%2013.232c-1.037%201.797-1.037%203.854%200%205.65l7.63%2013.235%207.63%2013.234c1.037%201.798%202.816%202.826%204.89%202.826H51.45zm16.084-62.67L81.59%2073.31c1.06%201.842%202.888%202.897%205.01%202.897h28.112c2.124%200%203.95-1.056%205.012-2.897l14.058-24.378c1.06-1.842%201.06-3.953%200-5.795L119.724%2018.76c-1.062-1.842-2.89-2.897-5.013-2.897h-28.11c-2.124%200-3.95%201.056-5.012%202.896L67.534%2043.136c-1.063%201.842-1.063%203.953%200%205.796zm1.017-5.208L82.608%2019.35c.847-1.47%202.302-2.31%203.994-2.31h28.112c1.692%200%203.147.84%203.994%202.31l14.056%2024.376c.846%201.467.846%203.15%200%204.617l-14.057%2024.38c-.846%201.466-2.3%202.307-3.993%202.307h-28.11c-1.692%200-3.148-.84-3.995-2.31L68.55%2048.344c-.844-1.467-.844-3.15%200-4.617zm83.47%2040.59c-1.988%200-3.636%201.457-3.935%203.363H88c-3.67%200-6.824%201.823-8.657%205.004L63.01%20121.01c-1.62%202.808-4.402%204.418-7.64%204.418h-19.8c-.286-1.92-1.947-3.4-3.94-3.4-2.193%200-3.983%201.792-3.983%203.988%200%202.197%201.79%203.99%203.983%203.99%201.993%200%203.654-1.48%203.94-3.4h19.8c3.668%200%206.824-1.824%208.658-5.005L80.36%2093.274c1.62-2.807%204.403-4.417%207.64-4.417h60.076c.27%201.94%201.932%203.435%203.944%203.435%202.2%200%203.983-1.785%203.983-3.987s-1.784-3.988-3.983-3.988z%22%20opacity%3D%22.2%22%2F%3E%3C%2Fsvg%3E') no-repeat 95% center;
}
.expand-box .h2, .expand-box a {
	color: #606060;
}
.expand-box .h2 {
	cursor: pointer;
}
.expand-box .h2 svg {
	vertical-align: middle;
}
.expand-box .h2.opened svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.expand-box-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: all 0.3s;
	-ms-transition:  all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.expand-box.opened .expand-box-content {
	overflow: hidden;
	max-height: 2000px;
}
.adv-group-box {
	display: inline-block;
	width: 25%;
	margin: 0 0 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 35px;
	vertical-align: top;
}
.adv-list svg {
	margin: 0 15px 0 0;
}
.adv-list strong {
	color: #00b4e9;
}
.adv-list p {
	margin: 0;
}
.adv-list ul li {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: 700;
}
.adv-price-boxes {
	text-align: center;
	padding: 30px 0;
}
.adv-price-boxes > div {
	display: inline-block;
	width: calc(20% - 1px);
	vertical-align: top;
	border: 1px solid #fff;
	border-left: 0;
}
.adv-price-box-title {
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 25px 10px;
	background: #00b4e9;
	font-size: 19px;
	color: #fff;
	position: relative;
	z-index: 1;
	margin: 0;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box-title {
	z-index: 4;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box-title span {
	display: block;
	padding: 45px 0;
	background: #00a7db;
	margin: 0 0 0 -10px;
	position: absolute;
	width: 100%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 300;
}
.adv-price-box {
	text-align: center;
	vertical-align: top;
	background: #e2f8ff;
	padding: 35px 0;
	position: relative;
	z-index: 1;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box {
	z-index: 2;
	padding: 0;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box > div {
	padding: 50px 0;
	position: absolute;
	background: #00b4e9;
	width: 100%;
}
.adv-price-box h3 {
	font-size: 20px;
}
.adv-price-box h4 {
	font-size: 18px;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box h3 {
	color: #fff;
	font-size: 25px;
}
.noTouch .adv-price-boxes > div:hover .adv-price-box h4 {
	color: #fff;
}
@media screen and (max-width: 960px) {
	header > div:first-child {
		background: url(images/header-blocks-bg.svg) no-repeat 0 170px;
		background-size: 100%;
		width: 1784px;
		left: 50%;
		margin-left: -1140px;
	}
	.logo {
		margin-bottom: 45px;
	}
	.logo-internal {
		display: none;
	}
	.logo-internal + div {
		margin: 0;
		float: left;
		width: 100%;
	}
	.top-index-text {
		width: 96%;
		margin-bottom: 385px;
	}
	.menu {
		z-index: 9999;
	}
	.menu.opened {
		z-index: 9999;
	}
	.menu > div, .menu > div > div {
		position: static;
	}
	.menu-mobile {
		display: block;
		width: 65px;
		height: 65px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		position: fixed;
		top: 0;
		left: 0;
		background: #36b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.998%22%20height%3D%2217.998%22%20viewBox%3D%220%200%2019.998%2017.998%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M0%2017.998v-2h19.998v2H0zm0-10h19.998v2H0V8zM0%200h19.998v2H0V0z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
		background-size: 20px 18px;
	}
	.menu-mobile-close.opened {
		display: block;
		width: 65px;
		height: 65px;
		position: fixed;
		top: 0;
		right: 0;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.507%22%20height%3D%2218.506%22%20viewBox%3D%2214.371%2015.724%2018.507%2018.506%22%3E%3Cpath%20fill%3D%22%232E2E2E%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.047%200-.398.628-1.046%201.047-1.046.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.048-1.046%201.048zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046c0-.42.646-1.046%201.027-1.046.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.047%200-.397.628-1.045%201.046-1.045.42%200%201.046.646%201.046%201.045%200%20.4-.627%201.048-1.046%201.048zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.346c0%20.42-.646%201.048-1.048%201.048-.398%200-1.045-.627-1.045-1.047%200-.418.646-1.045%201.045-1.045.403%200%201.048.627%201.048%201.045zm.95-5.38c-.418%200-1.047-.63-1.047-1.028s.63-1.026%201.048-1.026%201.045.626%201.045%201.025-.627%201.028-1.045%201.028zm1.045%207.378c0%20.42-.627%201.048-1.025%201.048s-1.027-.63-1.027-1.047.63-1.046%201.028-1.046%201.025.63%201.025%201.047zm.972-9.356c-.42%200-1.046-.647-1.046-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zM30.88%2031.17c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.048%201.045-1.048s1.046.647%201.046%201.047zm.933-13.354c-.398%200-1.045-.646-1.045-1.046s.646-1.046%201.045-1.046c.42%200%201.047.646%201.047%201.046-.003.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.047-1.046%201.047s-1.046-.627-1.046-1.047c0-.418.646-1.045%201.046-1.045s1.046.628%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
		background-size: 19px 19px;
	}
	.menu-items {
		position: relative;
		text-align: center;
		padding: 65px 0 0 0;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		max-height: 0;
		overflow: hidden;
		box-sizing: border-box;
		left: auto;
	}
	.menu-items.opened {
		padding: 90px 0 20px 0;
		max-height: 1000px;
	}
	.menu-items > div {
		display: block;
	}
	.menu-items > div > a, .noTouch .menu-items > div > a:hover {
		padding: 0;
		margin-bottom: 27px;
		text-decoration: underline;
		color: #2e2e2e;
		font-size: 30px;
		white-space: nowrap;
		overflow: hidden;
		width: 0;
		position: relative;
		display: block;
		float: left;
		line-height: normal;
	}
	.menu-items > div > a.opened, .noTouch .menu-items > div > a.opened:hover {
		width: 100%;
		background: none;
	}
	.menu-items > div > a.current, .noTouch .menu-items > div > a.current:hover, .noTouch .dropdown-item:hover > a, .noTouch .dropdown-item:hover > a.current {
		color: #2e2e2e;
		font-weight: 700;
		background: none;
	}
	.dropdown-item > a span {
		display: inline-block;
		margin: 0 -30px 0 0;
		width: 30px;
		height: 18px;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%232e2e2e%22%20d%3D%22M1%200H.5L0%20.7V1l4.2%204-4%204C0%209%200%209%200%209.2v.2l.6.5H1L6%205V5v-.2L1%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top;
		background-size: 10px;
		vertical-align: middle;
	}
	.dropdown-menu, .noTouch .dropdown-item:hover .dropdown-menu {
		position: relative;
		top: 0;
		padding: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		max-height: none;
		height: 100%;
		margin: 0 auto;
		background: none;
		overflow: hidden;
		width: 0;
		float: right;
	}
	.dropdown-menu.opened, .noTouch .dropdown-item:hover .dropdown-menu.opened {
		width: 100%;
	}
	.submenu-item > a:after, .submenu, .dropdown-item > a:after {
		display: none;
	}
	.dropdown-menu a, .noTouch .dropdown-menu:hover a {
		display: inline-block;
		border: 0;
		padding: 0;
		color: #2e2e2e;
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
		font-size: 18px;
		text-decoration: underline;
		margin: 0 auto 30px;
		position: relative;
		width: auto;
		white-space: nowrap;
	}
	.dropdown-menu a.current, .noTouch .dropdown-menu a:hover, .noTouch .dropdown-menu a.current:hover {
		text-decoration: none;
		color: #36b3e6;
		background: none;
	}
	.dropdown-menu > span {
		display: inline-block;
		padding: 5px 0 5px 20px;
		color: #36b3e6;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.843%22%20height%3D%2210.02%22%20viewBox%3D%220%200%205.843%2010.02%22%3E%3Cpath%20fill%3D%22%2336b3e6%22%20d%3D%22M5.01%200c.08%200%20.17.04.23.1l.503.502c.06.06.1.15.1.23%200%20.08-.04.17-.1.23L1.797%205.01l3.946%203.946c.06.06.1.15.1.23%200%20.09-.04.17-.1.23l-.502.504c-.06.06-.15.1-.23.1-.08%200-.17-.04-.23-.1L.1%205.24c-.06-.06-.1-.15-.1-.23%200-.08.04-.17.1-.23L4.78.1c.06-.06.15-.1.23-.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
		background-size: 10px;
		position: absolute;
		top: 0;
		left: 5%;
		font-weight: 700;
		cursor: pointer;
	}
	.search{
		width: 220px;
		margin: 0 30px 0 0;
		right: 35px;
	}
	.login {
		right: 315px;
	}
	.company-logo {
		width: 217px;
		margin: 0 30px 20px;
	}
	.company-text {
		display: none;
	}
	footer {
		background: none;
	}
	footer .container_20 {
		display: table;
		width: 100%;
		max-width: 3000px;
		padding: 0;
		min-width: 750px;
	}
	.contacts-box {
		display: table-footer-group;
		background: url(images/contacts-bg.jpg) no-repeat center center;
		background-size: 100% 100%;
		background: url(images/footer-bg.jpg) no-repeat center center;
		background-size: cover;
		background: -moz-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-moz-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-moz-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-moz-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
		background: -webkit-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-webkit-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-webkit-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-webkit-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
		background: -o-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-o-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-o-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-o-radial-gradient(circle at 50% 50%, #050519, #050519 100%);
		background: -ms-radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),-ms-radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),-ms-radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),-ms-radial-gradient(circle at 50% 50%, #050519, #050519 100%);

		background: radial-gradient(circle at 5.58% 55.06%, #0b1430, transparent 100%),radial-gradient(circle at 54.93% 30.35%, #08516f, transparent 100%),radial-gradient(circle at 83.42% 62.41%, #053242, transparent 100%),radial-gradient(circle at 50% 50%, #050519, #050519 100%);
	}
	.bottom-links {
		display: table-header-group;
		background: #35b3e6;
		background-size: 100% 100%;
	}
	.contacts-box > div, .bottom-links > div {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 10px;
		min-width: 660px;
	}
	.contacts-box > div {
		padding: 30px 0 30px;
	}
	.logo-bottom {
		float: left;
	}
	.phone, .social {
		float: right;
	}
	.copyrights {
		clear: both;
		text-align: center;
		max-width: none;
		width: 100%;
	}
	nav {
		margin: 0 0 30px 31px;
	}
	nav span {
		padding: 0 5px;
	}
	.left-menu {
		width: 98%;
	}
	.left-menu.bio {
		width: 98%;
		margin: 0 1%;
	}
	.left-menu > div {
		margin: 0 auto 10px;
		text-align: center;
	}
	.content {
		width: 98%;
	}
	.content.bio {
		width: 98%;
		margin-left: 1%;
	}
	.left-form, .right-form {
		width: 98%;
	}
	.form > div {
		width: 100%;
	}
	.map-box {
		padding: 20px 0 0;
		width: 98%;
	}
	.adress-box {
		padding: 0;
		margin: 0 1%;
	}
	.spacer {
		display: none;
	}
	.blue-box {
		padding: 40px 30px 25px;
	}
	.blue-box > div:first-child ~ div {
		width: 40%;
	}
	.blue-box.no-bg {
		background-image: none;
		padding: 40px 30px;
	}
	.blue-box.no-bg > div:first-child ~ div {
		width: 50%;
	}
	.blue-box.no-bg .contacts-adress {
		width: auto !important;
		margin: 0 0 15px 0;
	}
	.header-links {
		top: 270px;
		margin: 0 0 0 -141px;
	}
	.career-text .icon-box {
		width: 33%;
	}
	.career-text .icon-box.last {
		width: 100%;
	}
	.mobile-off {
		display: none;
	}
	.desktop-off {
		display: block !important;
	}
	.full-length {
		width: 100% !important;
	}
	.expand-box .grid_10 {
		width: 98%;
		margin: 0 1%;
	}
	.adv-group-box {
		width: 50%;
	}
	.adv-group-box + .desktop-off {
		display: none !important;
	}
	.adv-list > li {
		width: 45%;
	}
	.adv-price-boxes > div {
		width: calc(50% - 1px);
	}
	.adv-price-boxes > div + .desktop-off {
		display: none !important;
	}
	.adv-price-box-title span {
		display: block;
		padding: 0;
		background: none;
		margin: 0;
		position: relative;
		width: 100%;
		z-index: 2;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.adv-price-box.big > div {
		padding: 30px 0;
		position: relative;
		background: none;
		width: 100%;
	}
	.adv-price-box.big h3 {
		color: inherit;
		font-size: 20px;
	}
	.adv-price-box.big h4 {
		color: inherit;
	}
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
	.logo {
		margin-bottom: 45px;
	}
	.logo-internal {
		display: none;
	}
	.logo-internal + div {
		margin: 0;
		float: left;
		width: 100%;
	}
	.menu {
		z-index: 9999;
	}
	.menu.opened {
		z-index: 9999;
	}
	.menu > div, .menu > div > div {
		position: static;
	}
	.menu-mobile {
		display: block;
		width: 65px;
		height: 65px;
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
		box-shadow: 0 0 10px rgba(0,0,0,.2);
		position: fixed;
		top: 0;
		left: 0;
		background: #36b3e6 url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.998%22%20height%3D%2217.998%22%20viewBox%3D%220%200%2019.998%2017.998%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M0%2017.998v-2h19.998v2H0zm0-10h19.998v2H0V8zM0%200h19.998v2H0V0z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
		background-size: 20px 18px;
	}
	.menu-mobile-close.opened {
		display: block;
		width: 65px;
		height: 65px;
		position: fixed;
		top: 0;
		right: 0;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.507%22%20height%3D%2218.506%22%20viewBox%3D%2214.371%2015.724%2018.507%2018.506%22%3E%3Cpath%20fill%3D%22%232E2E2E%22%20d%3D%22M16.464%2016.79c0%20.398-.646%201.046-1.046%201.046s-1.047-.647-1.047-1.047c0-.42.647-1.047%201.048-1.047.4%200%201.046.628%201.046%201.046zm-1.027%2017.44c-.42%200-1.046-.646-1.046-1.045%200-.4.628-1.047%201.047-1.047s1.047.646%201.047%201.047c0%20.4-.63%201.045-1.047%201.045zm3.024-15.462c0%20.42-.645%201.047-1.045%201.047s-1.046-.628-1.046-1.047c0-.398.645-1.047%201.045-1.047s1.046.65%201.046%201.048zm-1.026%2013.465c-.418%200-1.046-.646-1.046-1.046s.628-1.045%201.046-1.045c.42%200%201.046.646%201.046%201.045s-.627%201.046-1.046%201.046zm1.998-2.015c-.42%200-1.047-.646-1.047-1.047%200-.398.628-1.046%201.047-1.046.418%200%201.046.646%201.046%201.047%200%20.4-.628%201.048-1.046%201.048zm1.026-9.434c0%20.42-.646%201.045-1.026%201.045s-1.027-.627-1.027-1.046c0-.42.646-1.046%201.027-1.046.38%200%201.026.627%201.026%201.046zm2.016%201.98c0%20.417-.646%201.063-1.046%201.063s-1.046-.646-1.046-1.064c0-.4.646-1.046%201.046-1.046s1.046.646%201.046%201.046zm-1.046%205.457c-.418%200-1.046-.645-1.046-1.047%200-.397.628-1.045%201.046-1.045.42%200%201.046.646%201.046%201.045%200%20.4-.627%201.048-1.046%201.048zm2.207-1.903c-.552%200-1.37-.836-1.37-1.35%200-.513.818-1.35%201.37-1.35.55%200%201.37.837%201.37%201.35%200%20.514-.82%201.35-1.37%201.35zm2.206-2.49c-.418%200-1.064-.646-1.064-1.046s.646-1.047%201.065-1.047c.4%200%201.047.647%201.047%201.048%200%20.4-.647%201.047-1.046%201.047zm1.028%203.346c0%20.42-.646%201.048-1.048%201.048-.398%200-1.045-.627-1.045-1.047%200-.418.646-1.045%201.045-1.045.403%200%201.048.627%201.048%201.045zm.95-5.38c-.418%200-1.047-.63-1.047-1.028s.63-1.026%201.048-1.026%201.045.626%201.045%201.025-.627%201.028-1.045%201.028zm1.045%207.378c0%20.42-.627%201.048-1.025%201.048s-1.027-.63-1.027-1.047.63-1.046%201.028-1.046%201.025.63%201.025%201.047zm.972-9.356c-.42%200-1.046-.647-1.046-1.047%200-.398.626-1.047%201.045-1.047.4%200%201.046.648%201.046%201.047%200%20.4-.646%201.047-1.045%201.047zM30.88%2031.17c0%20.417-.645%201.044-1.045%201.044s-1.046-.627-1.046-1.045c0-.4.645-1.048%201.045-1.048s1.046.647%201.046%201.047zm.933-13.354c-.398%200-1.045-.646-1.045-1.046s.646-1.046%201.045-1.046c.42%200%201.047.646%201.047%201.046-.003.4-.63%201.046-1.047%201.046zm1.065%2015.35c0%20.42-.646%201.047-1.046%201.047s-1.046-.627-1.046-1.047c0-.418.646-1.045%201.046-1.045s1.046.628%201.046%201.046z%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;
		background-size: 19px 19px;
	}
	.menu-items {
		position: relative;
		text-align: center;
		padding: 65px 0 0 0;
		-webkit-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
		max-height: 0;
		overflow: hidden;
		box-sizing: border-box;
		left: auto;
	}
	.menu-items.opened {
		padding: 90px 0 20px 0;
		max-height: 1000px;
	}
	.menu-items > div {
		display: block;
	}
	.menu-items > div > a, .noTouch .menu-items > div > a:hover {
		padding: 0;
		margin-bottom: 27px;
		text-decoration: underline;
		color: #2e2e2e;
		font-size: 30px;
		white-space: nowrap;
		overflow: hidden;
		width: 0;
		position: relative;
		display: block;
		float: left;
		line-height: normal;
	}
	.menu-items > div > a.opened, .noTouch .menu-items > div > a.opened:hover {
		width: 100%;
		background: none;
	}
	.menu-items > div > a.current, .noTouch .menu-items > div > a.current:hover, .noTouch .dropdown-item:hover > a, .noTouch .dropdown-item:hover > a.current {
		color: #2e2e2e;
		font-weight: 700;
		background: none;
	}
	.dropdown-item > a span {
		display: inline-block;
		margin: 0 -30px 0 0;
		width: 30px;
		height: 18px;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2210%22%20viewBox%3D%220%200%206%2010%22%3E%3Cpath%20fill%3D%22%232e2e2e%22%20d%3D%22M1%200H.5L0%20.7V1l4.2%204-4%204C0%209%200%209%200%209.2v.2l.6.5H1L6%205V5v-.2L1%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat center top;
		background-size: 10px;
		vertical-align: middle;
	}
	.dropdown-menu, .noTouch .dropdown-item:hover .dropdown-menu {
		position: relative;
		top: 0;
		padding: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		max-height: none;
		height: 100%;
		margin: 0 auto;
		background: none;
		overflow: hidden;
		width: 0;
		float: right;
	}
	.dropdown-menu.opened, .noTouch .dropdown-item:hover .dropdown-menu.opened {
		width: 100%;
	}
	.submenu-item > a:after, .submenu, .dropdown-item > a:after {
		display: none;
	}
	.dropdown-menu a, .noTouch .dropdown-menu:hover a {
		display: block;
		border: 0;
		padding: 0;
		color: #2e2e2e;
		-webkit-transition: none;
		-ms-transition: none;
		-o-transition: none;
		-moz-transition: none;
		transition: none;
		font-size: 18px;
		text-decoration: underline;
		margin: 0 auto 30px;
		position: relative;
		width: auto;
		white-space: nowrap;
	}
	.dropdown-menu a.current, .noTouch .dropdown-menu a:hover, .noTouch .dropdown-menu a.current:hover {
		text-decoration: none;
		color: #36b3e6;
		background: none;
	}
	.dropdown-menu > span {
		display: inline-block;
		padding: 5px 0 5px 20px;
		color: #36b3e6;
		background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.843%22%20height%3D%2210.02%22%20viewBox%3D%220%200%205.843%2010.02%22%3E%3Cpath%20fill%3D%22%2336b3e6%22%20d%3D%22M5.01%200c.08%200%20.17.04.23.1l.503.502c.06.06.1.15.1.23%200%20.08-.04.17-.1.23L1.797%205.01l3.946%203.946c.06.06.1.15.1.23%200%20.09-.04.17-.1.23l-.502.504c-.06.06-.15.1-.23.1-.08%200-.17-.04-.23-.1L.1%205.24c-.06-.06-.1-.15-.1-.23%200-.08.04-.17.1-.23L4.78.1c.06-.06.15-.1.23-.1z%22%2F%3E%3C%2Fsvg%3E') no-repeat left center;
		background-size: 10px;
		position: absolute;
		top: 0;
		left: 5%;
		font-weight: 700;
		cursor: pointer;
	}
	.search{
		width: 220px;
		margin: 0 30px 0 0;
		right: 35px;
	}
	.login {
		right: 315px;
	}
	header > div:first-child {
		background: url(images/header-blocks-bg.svg) no-repeat center -20px;
		background-size: 85%;
	}
	.company-logo {
		width: 217px;
		margin: 0 30px 20px;
	}
	.company-text {
		display: none;
	}
	.content.bio {
		width: 68%;
	}
	.left-form, .right-form {
		width: 98%;
	}
	.form > div {
		width: 100%;
	}
	.map-box {
		width: 98%;
	}
	.adress-box {
		padding: 0 0 0 20px;
		margin: 0;
	}
	.spacer {
		display: none;
	}
	.blue-box > div:first-child ~ div {
		width: 40%;
	}
	.blue-box.no-bg {
		background-image: none;
		padding: 20px 30px;
	}
	.blue-box.no-bg > div:first-child ~ div {
		width: 50%;
	}
	.blue-box.no-bg .contacts-adress {
		width: auto !important;
		margin: 0 0 15px 0;
	}
	.header-links {
		-moz-transform: scale(.85,.85);
		-ms-transform: scale(.85,.85);
		-webkit-transform: scale(.85,.85);
		-o-transform: scale(..85,.85);
		transform: scale(.85,.85);
		top: 36px;
		margin: 0 0 0 69px;
	}
	nav span {
		padding: 0 7px;
	}
	.career-text .icon-box {
		width: 33%;
	}
	.mobile-off {
		display: none;
	}
	.desktop-off {
		display: block !important;
	}
	.full-length {
		width: 100% !important;
	}
	.expand-box .grid_10 {
		width: 98%;
		margin: 0 1%;
	}
	.adv-group-box {
		width: 33.33%;
	}
	.adv-list > li {
		width: 33%;
	}
	.adv-price-boxes > div {
		width: calc(33.3% - 1px);
	}
	.noTouch .adv-price-boxes > div:hover .adv-price-box > div {
		border: 1px solid #fff;
		padding: 40px 0;
		margin: 0 0 0 -1px;
	}
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
	.content.bio {
		width: 74%;
	}
}
span[role="alert"] {
    display:none;
}
.attachment-201x210 {
    height: 210px;
}
.ass-title {	
	background: url(images/ass-new2.png) no-repeat top center;
	height: 29px;
}
.ass-list li, .ass-more {
	color: #36B3E6;
	font-weight: bold;
}
.coordinet-title {
	background: url(images/coordinet-new.png) no-repeat top center;
	height: 32px;
}
.coordinet-comp {
	background: url(images/coordinet-comp.png) no-repeat top right;
	height: 456px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}