@charset "UTF-8";
/*preset*/
/*width and height edia queries*/
/*media*/
/*color*/
/*fonts*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Regular.eot");
    src: local("Circe"), local("Circe-Regular"), url("../fonts/Circe/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Regular.woff") format("woff"), url("../fonts/Circe/Circe-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-ExtraLight.eot");
    src: local("Circe ExtraLight"), local("Circe-ExtraLight"), url("../fonts/Circe/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-ExtraLight.woff") format("woff"), url("../fonts/Circe/Circe-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Thin.eot");
    src: local("Circe Thin"), local("Circe-Thin"), url("../fonts/Circe/Circe-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Thin.woff") format("woff"), url("../fonts/Circe/Circe-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-Light.eot");
    src: local("Circe Light"), local("Circe-Light"), url("../fonts/Circe/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-Light.woff") format("woff"), url("../fonts/Circe/Circe-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

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

@font-face {
    font-family: 'Circe';
    src: url("../fonts/Circe/Circe-ExtraBold.eot");
    src: local("Circe ExtraBold"), local("Circe-ExtraBold"), url("../fonts/Circe/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe/Circe-ExtraBold.woff") format("woff"), url("../fonts/Circe/Circe-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
/* Document
   ========================================================================== */
html {
  font-family: 'Circe', sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 1 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  padding: 0; /* 3 */
  max-width: 100%; /* 1 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.slick-slider {
	position: relative;
	padding-bottom: 20px;

}
.slick-slide {
	outline: none;
}
.slick-arrow {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90px;
	height: 50px;
	background-color: #f9f9f9;
	font-size: 0;
	transition: .4s
}
.slick-arrow:before{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  content: '';
  transition: .4s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slick-arrow:hover{
  background-color: #008099;
}
.slick-arrow:hover:before{
  border-color: #fff;
}
.slick-prev {
	margin-left: -90px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.slick-prev:before{
  margin-left: -5px;
  border-bottom: 2px solid #3a3a3a;
  border-left: 2px solid #3a3a3a;
}
.slick-next {
	margin-right: -90px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.slick-next:before{
  margin-right: -5px;
  border-top: 2px solid #3a3a3a;
  border-right: 2px solid #3a3a3a;
}
.grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.grid--xs-1{
  display: block;
  padding: 0 5px;
  max-width: 8.33333%;
  width: 8.33333%;
}
.grid--xs-2{
  display: block;
  padding: 0 5px;
  max-width: 16.66667%;
  width: 16.66667%;
}
.grid--xs-3{
  display: block;
  padding: 0 5px;
  max-width: 25%;
  width: 25%;
}
.grid--xs-4{
  display: block;
  padding: 0 5px;
  max-width: 33.33333%;
  width: 33.33333%;
}
.grid--xs-5{
  display: block;
  padding: 0 5px;
  max-width: 41.66667%;
  width: 41.66667%;
}
.grid--xs-6{
  display: block;
  padding: 0 5px;
  max-width: 50%;
  width: 50%;
}
.grid--xs-7{
  display: block;
  padding: 0 5px;
  max-width: 58.33333%;
  width: 58.33333%;
}
.grid--xs-8{
  display: block;
  padding: 0 5px;
  max-width: 66.66667%;
  width: 66.66667%;
}
.grid--xs-9{
  display: block;
  padding: 0 5px;
  max-width: 75%;
  width: 75%;
}
.grid--xs-10{
  display: block;
  padding: 0 5px;
  max-width: 83.33333%;
  width: 83.33333%;
}
.grid--xs-11{
  display: block;
  padding: 0 5px;
  max-width: 91.66667%;
  width: 91.66667%;
}
.grid--xs-12{
  display: block;
  padding: 0 5px;
  max-width: 100%;
  width: 100%;
}
.grid--xs-hide{
  display: none;
}
* {
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	margin: 0;
	color: #3a3a3a;
	font-size: 16px;
	font-family: 'Circe', sans-serif;
	line-height: 1.375;
}
a {
	color: #3a3a3a;
	transition: .4s
}
a:hover{
  color: #007eee;
  text-decoration: none;
}
a._hover{
  color: #007eee;
  text-decoration: none;
}
a._visited{
  color: #909090;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
strong, b {
	font-weight: bold;
	font-family: 'Circe', serif;
}
p {
	margin: 0 0 20px;
}
hr {
	margin: 40px 0;
	height: 1px;
	border: none;
	background: #e3e2e2;
}
mark {
	padding: 1px 5px;
	border-radius: 3px;
	background: #f79b3d;
	color: #fff;
}
em {
	padding: 1px 5px;
	border-radius: 3px;
	background: #f2f0f0;
	color: #053c5a;
	font-style: normal;
}
.letter:first-letter {
	float: left;
	margin: 0 15px 15px 0;
	color: #f79b3d;
	font-weight: bold;
	font-size: 50px;
	font-family: 'Circe', serif;
	line-height: 1;
}
.accent {
	color: #686868;
	font-size: 24px;
	line-height: 1.25;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Circe', serif;
	line-height: 1
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child{
  margin-top: 0;
}
h1, .h1 {
	margin: 0 0 0.71429em;
	font-weight: bold;
	font-size: 28px;
}
h2, .h2 {
	margin: 1.8em 0 0.8em;
	font-weight: bold;
	font-size: 25px;
}
h3, .h3 {
	margin: 1.59091em 0 0.90909em;
	font-weight: bold;
	font-size: 22px;
}
h4, .h4 {
	margin: 1.35em 0 1em;
	font-weight: normal;
	font-size: 20px;
}
h5, .h5 {
	margin: 1.5em 0 0.9em;
	font-weight: normal;
	font-size: 18px;
}
h6, .h6 {
	margin: 1em 0 1em;
	font-weight: normal;
	font-size: 16px;
}
/*layout*/
.wrap {
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 1200px;
	width: 100%
}
.section {
	padding-top: 20px;
	padding-bottom: 20px
}
.main {
	overflow: hidden;
	padding-top: 80px
}
/*elements*/
input {
	padding: 0 12px;
	width: 100%;
	height: 46px;
	outline: none;
	border: 1px solid #e1e0e0;
	border-radius: 3px;
	background: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit
}
input:disabled{
  cursor: default;
}
input:invalid{
  border-color: #a81515;
}
input._error{
  border-color: #a81515;
}
input._ok{
  border-color: #3da046;
}
input:focus{
  border-color: #6d6d6d;
}
input::-webkit-input-placeholder{
  color: #aeaeae;
}
input::-moz-placeholder{
  color: #aeaeae;
}
input:-moz-placeholder{
  color: #aeaeae;
}
input:-ms-input-placeholder{
  color: #aeaeae;
}
select {
	padding: 12px 30px 0 12px;
	min-height: 46px;
	max-height: 120px;
	width: 100%;
	outline: none;
	border: 1px solid #e3e2e2;
	border-radius: 4px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAECAMAAACEE47CAAAAD1BMVEVmZmapqamzs7O8vLz///8YyQXVAAAAHElEQVQIHQXBAQEAAAjDINz7dxYEVEGlY4ndjgcCUQAjjxytLQAAAABJRU5ErkJggg==);
	background-position: calc(100% - 12px) center;
	background-size: 8px 5px;
	background-repeat: no-repeat;
	text-indent: 0.01px;
	text-overflow: '';
	font-size: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none!important
}
select[multiple]{
  padding: 0;
  background-image: none;
}
option {
	overflow: hidden;
	padding: 3px 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: inherit;
	font-family: inherit;
}
button, [type="submit"] {
	width: auto;
	outline: none;
	border: none;
	box-shadow: none;
	color: inherit;
	font-family: inherit;
	cursor: pointer;
}
.btn-gray, [type="reset"] {
	display: inline-block;
	min-width: 160px;
	width: auto;
	height: 46px;
	border: none;
	border-radius: 4px;
	background: #f2f0f0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-size: inherit;
	font-family: inherit;
	line-height: 46px;
	cursor: pointer
}
.btn-gray:hover, [type="reset"]:hover{
  color: inherit;
}
.btn-gray:disabled, [type="reset"]:disabled{
  opacity: .5;
}
.btn {
	display: inline-block;
	padding: 0 5px;
	min-width: 180px;
	height: 46px;
	outline: none;
	border: none;
	border: 2px solid transparent;
	border-radius: 4px;
	background: #007eee;
	background: linear-gradient(#4baeda, #007eee);
	color: #fff;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	line-height: 42px;
	transition: 0s
}
.btn:hover{
  border-color: transparent;
  background: #f79b3c;
  background: linear-gradient(#f79b3c, #e27301);
  color: #fff;
}
.btn:active{
  border-color: #016b9a;
  background: #016b9a;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
}
.btn._orange{
  background: #f79b3c;
  background: linear-gradient(#f79b3c, #e27301);
}
.btn._orange:hover{
  background: #007eee;
  background: linear-gradient(#4baeda, #007eee);
}
.btn._orange:active{
  border-color: #e27301;
  background: #f79b3c;
}
.link-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.link {
	color: #747474;
	font-size: 14px;
}
.link-blue {
	color: #016b9a;
	font-size: inherit
}
.link-blue:hover{
  color: #747474;
}
blockquote {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 20px;
	border-left: 4px solid #016b9a;
	background-color: #4cafdb;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Circe', serif;
}
blockquote span {
  font-weight: normal;
  font-size: 14px;
  font-family: 'Circe',sans-serif;
}
blockquote:before{
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  display: block;
  width: 40px;
  height: 26px;
  background-image: url(pics/icons/blockquote.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
ul {
	padding-left: 35px;
}
ul ul {
  margin: 10px 0;
}
ul._clear{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol {
	padding-left: 35px;
}
ol >li {
  padding-left: 5px;
}
li {
	margin-bottom: 10px
}
li:last-child{
  margin-bottom: 0;
}
figure {
	display: inline-block;
	margin: 0 0 20px;
	vertical-align: top;
	font-size: 0;
}
figure img {
  max-width: 100%;
}
figure:first-child{
  margin-top: 0;
}
figcaption {
	padding: 4px 0;
	background: #f9f9f9;
	text-align: center;
	font-size: 13px;
}
.left {
}
.right {
}
.table {
	overflow: auto
}
table {
	min-width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 5px 4px;
	text-align: left;
	font-size: 14px
}
td:first-child, th:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
td:last-child, th:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
thead {
	background: #016b9a;
	color: #fff;
	font-weight: bold
}
thead._orange{
  background: #f79b3d;
}
tbody tr:nth-child(even) {
  background: #f9f9f9;
}
tbody._border{
  border: 1px solid #e1e0e0;
  border-top: none;
}
label {
	display: inline-block;
	margin: 0 0 8px;
	color: #686868;
	font-weight: bold
}
label._error{
  color: #a81515;
}
textarea {
	padding: 12px;
	width: 100%;
	height: 116px;
	outline: none;
	border: 1px solid #e1e0e0;
	border-radius: 3px;
	background: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	resize: none
}
textarea._error{
  border-color: #a81515;
}
textarea._ok{
  border-color: #3da046;
}
textarea:focus{
  border-color: #6d6d6d;
}
textarea::-webkit-input-placeholder{
  color: #aeaeae;
}
textarea::-moz-placeholder{
  color: #aeaeae;
}
textarea:-moz-placeholder{
  color: #aeaeae;
}
textarea:-ms-input-placeholder{
  color: #aeaeae;
}
.row {
	display: inline-block;
	margin: 0 0 14px;
	width: 100%;
}
.checkbox {
	position: relative;
	display: inline-block;
}
.checkbox label {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  font-weight: inherit;
  font-size: inherit
}
.checkbox label:before{
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(pics/icons/checkbox.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0
}
.checkbox input:checked + label{
}
.checkbox input:checked + label:before{
  background-image: url(pics/icons/checkbox_checked.png);
}
.radio {
	position: relative;
	display: inline-block;
}
.radio label {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  font-weight: inherit;
  font-size: inherit
}
.radio label:before{
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(pics/icons/radio.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
}
.radio input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0
}
.radio input:checked + label{
}
.radio input:checked + label:before{
  background-image: url(pics/icons/radio_checked.png);
}
/*widgets*/
.popup {
	display: none;
	padding: 27px 0 0;
	border-radius: 10px;
	background: #016b9a;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, .34);
	color: #fff;
	text-align: center
}
.popup__checkbox{
  font-size: 14px;
  line-height: 1;
}
.popup__checkbox label:before{
  top: 1px;
}
.popup__btn{
  margin: 0 0 10px;
  width: 100%;
}
.popup__recovery{
  float: right;
}
.popup__submit{
  width: 100%;
}
.popup.active{
  display: block;
  -webkit-animation: Opacity .4s forwards;
          animation: Opacity .4s forwards;
}
.popup-content {
	overflow: hidden;
	padding: 33px 10px 20px;
	border-radius: 10px 10px 0 0;
	background: #fff;
	color: #3a3a3a;
	text-align: left
}
.popup-footer {
	padding: 15px 10px;
	border-radius: 0 0 10px 10px;
	background: #f9f9f9;
	color: #3a3a3a;
	text-align: right;
	font-size: 11px
}
.rad-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: auto;
	padding: 10px;
	max-height: 100%;
	background: rgba(35, 39, 41, .6);
	text-align: center;
	font-size: 0
}
.rad-popup:before{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.rad-popup__wrap{
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 420px;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
}
.rad-popup__overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.rad-popup__close{
  position: absolute;
  top: 13px;
  right: 11px;
  width: 14px;
  height: 14px;
  opacity: .5;
}
.rad-popup__close:before{
  position: absolute;
  top: 0;
  left: 6px;
  width: 3px;
  height: 15px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.rad-popup__close:after{
  position: absolute;
  top: 0;
  left: 6px;
  width: 3px;
  height: 15px;
  background: #fff;
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.rad-popup__close:hover{
  opacity: 1;
}
.accordion {


}
.accordion-item {
	margin: 0 0 4px
}
.accordion-item__title{
  position: relative;
  padding: 9px 35px 10px 25px;
  border-radius: 3px;
  background: #016b9a;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.accordion-item__title:before{
  position: absolute;
  top: 19px;
  right: 16px;
  display: block;
  width: 12px;
  height: 3px;
  background: #fff;
  content: '';
}
.accordion-item__title:after{
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  width: 3px;
  height: 12px;
  background: #fff;
  content: '';
}
.accordion-item__title.active{
  background: #4cafdb;
}
.accordion-item__title.active:after{
  display: none;
}
.accordion-item__title:hover{
  background: #f79b3d;
}
.accordion-item__content{
  padding: 25px 20px;
  border: 1px solid #e1e0e0;
  border-top: none;
  border-radius: 0 0 3px 3px;
  background: #f9f9f9;
  font-size: 15px;
}
.menu {
	display: none
}
.menu__btn{
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  background-image: url('pics/icons/menu.svg');
  background-position: center;
  background-size: 21px 22px;
  background-repeat: no-repeat;
}
.menu__btn.active{
  background-color: #e6e6e6;
  background-image: url('pics/icons/close.svg');
  background-size: 14px 13px;
}
.menu__list{
  margin: 0 -15px;
  padding: 15px 15px 20px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 4px solid #0e86c2;
  background: #007eee;
  font-size: 0;
}
.menu__item{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  margin: 0 0 10px;
  padding: 0 0 0 40px;
  min-height: 30px;
  font-size: 16px;
  line-height: normal;
  transition: .4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.menu__item--toggle{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.menu__item--toggle:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #e6e6e6;
  content: '+';
  text-align: center;
  font-size: 21px;
}
.menu__item.active{
  overflow: hidden;
  border-radius: 3px;
  background: #e6e6e6;
}
.menu__item.active .menu__item--toggle{
}
.menu__item.active .menu__item--toggle:before{
  content: '-';
}
.menu__item:last-child{
  margin-bottom: 0;
}
.menu__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  min-height: 30px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.submenu {
	top: calc(100% + 1px);
	left: 0;
	display: none;
	margin: 0;
	padding: 0 0 6px;
	width: 100%;
	list-style-type: none;
	-webkit-animation: Opacity .4s;
	        animation: Opacity .4s
}
.submenu__item{
  margin: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #fff;
  font-size: 13px;
}
.submenu__item:last-child{
  border-bottom: 1px solid transparent;
}
.submenu__item:first-child:hover{
  border-top: 1px solid transparent;
}
.submenu__link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          align-items: center;
  min-height: 33px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	        align-items: center;
	padding: 20px 0;
	width: 100%;
	height: 80px;
	border-bottom: 2px solid transparent;
	background: #fff;
	font-size: 13px;
	transition: .1s;
	-webkit-box-align: center;
	    -ms-flex-align: center
}
.header.mini{
  height: 80px;
  border-color: #007eee;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .11);
}
.header.mini .logo span{
  display: none;
}
.lang {
	float: right;
	width: 40px;
	height: 40px;
	background: #90abba;
	color: #fff;
	text-align: center;
	line-height: 40px
}
.lang:hover{
  background: #007eee;
  color: #fff;
}
.logo {
	color: #007eee;
	text-decoration: none;
}
.logo img {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  vertical-align: middle
}
.logo__text{
  display: none;
  padding: 0 0 0 20px;
  max-width: 220px;
  vertical-align: middle;
  text-decoration: inherit;
}
.logo__text span{
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Circe', serif;
  line-height: normal;
}
.time-date {
	position: relative;
	padding: 0 0 0 40px;
	line-height: 1.61538
}
.time-date:before, .time-date:after{
  position: absolute;
  display: block;
  content: '';
}
.time-date:before{
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #3a3a3a;
  border-radius: 50%;
}
.time-date:after{
  top: 6px;
  left: 10px;
  width: 5px;
  height: 6px;
  border-bottom: 1px solid #3a3a3a;
  border-left: 1px solid #3a3a3a;
}
.auth {
    position: relative;
    overflow: hidden
}
.auth:before{
  position: absolute;
  top: 5px;
  left: 0;
  display: none;
  width: 20px;
  height: 30px;
  background: url(pics/icons/auth-gray.svg) no-repeat;
  background-size: 100% 100%;
  content: '';
}
.auth__link{
  display: none;
}
.auth__mobile{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f9f9f9;
  background-image: url(pics/icons/lock-gray.svg);
  background-position: center;
  background-size: 34px 24px;
  background-repeat: no-repeat;
}
.auth__mobile:hover{
  background-color: #007eee;
  background-image: url(pics/icons/lock.svg);
}
.contacts {
	font-size: 0;
	line-height: 24px

}
.contacts__mail, .contacts__phone{
  display: inline-block;
  max-width: 39px;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  background-color: #f9f9f9;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.contacts__mail:hover, .contacts__phone:hover{
  background-color: #007eee;
}
.contacts__mail{
  margin: 0 0 0 10px;
  background-image: url(pics/icons/mail-gray.svg);
  background-size: 22px 22px;
  /*pics/icons/mail.png*/
}
.contacts__mail:hover{
  background-image: url(pics/icons/mail.svg);
}
.contacts__phone{
  display: inline-block;
  background-image: url(pics/icons/24-gray.svg);
  background-position: center;
  background-size: 24px 22px;
  background-repeat: no-repeat;
  color: #007eee;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Circe', serif;
}
.contacts__phone:hover{
  background-image: url(pics/icons/24.svg);
}
.control-panel {
	position: relative;
	z-index: 6;
	background: #007eee;
}
.control-panel a {
  text-decoration: none;
  color: #fff;
}
.control-panel__items{
  overflow: hidden;
}
.banner {
	position: relative;
	background-color: #007eee;
	color: #fff;
}
.banner .wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.banner__img{
  position: absolute;
  top: -20%;
  left: -20%;
  z-index: 1;
  width: 140%;
  height: 120%;
  opacity: .3	;
}
.banner__img:before{
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(pics/bg/banner.png) no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
}
.banner__media{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.banner__media *{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.banner__map{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 300%;
  height: 100%;
  background-position: center;
  background-size: contain;
  text-align: center;
  /* background:url(pics/bg/map.svg) no-repeat;s */
}
.banner__map svg{
  max-width: 100%;
  max-height: 100%;
}
.service {
	margin: 0 auto;
	padding: 30px 0;
	max-width: 800px;
	text-align: center
}
.service-item {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	    -ms-flex-direction: column;
	        flex-direction: column;
	        align-items: center;
	        justify-content: center;
	margin: 0 0 10px;
	width: 140px;
	height: 170px;
	border: 2px solid transparent;
	transition: .4s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center
}
.service-item:hover{
  border-color: #afdff4;
  background-color: rgba(0, 121, 174, .75);
}
.service-item:hover .service-item__btn{
  visibility: visible;
  opacity: 1;
}
.service-item__img{
  margin: 0 0 25px;
  width: 100%;
  height: 80px;
}
.service-item__img img{
  max-width: 100%;
  max-height: 100%;
}
.service-item__desc{
  margin: 0 0 8px;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Circe', serif;
}
.service-item__btn{
  visibility: hidden;
  color: #afdff4;
  text-decoration: none;
  font-size: 14px;
  opacity: 0;
}
.service-item__btn:hover{
  color: #afdff4;
}
.search-wrap {
}
.search {
    position: relative;
    z-index: 5;
    display: none;
    margin: 0 -15px;
    padding: 20px 15px 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    background: #053c5a;
}
.search select {
  visibility: hidden;
  padding: 0 35px 0 15px;
  height: 50px;
  border: none;
  background: #016b9a;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAYUlEQVQYlX2QQQ2AMBAEpw4qAQlIQAISKqESkIADJFFHwwOaNKWwyX1uZ+5xQV2AGdj5TwYK6uqdQ+VjjofJdZF+pApvKm3RSrGDU+X6a1U6R/BIaKUXrBLU0UcmIAKlLy71j8+X+r5OeQAAAABJRU5ErkJggg==);
  background-position: calc(100% - 12px) center;
  background-size: 12px 6px;
  background-repeat: no-repeat;
  font-size: 15px;
  /* pics/icons/arrow-down.svg */
}
.search__toggle{
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(pics/icons/loupe.svg);
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  /*  pics/icons/loupe-dark.png */
}
.search__toggle.active{
  background-image: url(pics/icons/loupe-dark.svg);
}
.search__input{
  margin: 0 0 15px;
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #bcbcbc;
  font-size: 15px;
}
.search__input::-webkit-input-placeholder{
  color: #7c7c7c;
}
.search__input::-moz-placeholder{
  color: #7c7c7c;
}
.search__input:-moz-placeholder{
  color: #7c7c7c;
}
.search__input:-ms-input-placeholder{
  color: #7c7c7c;
}
.search__select{
  position: relative;
  width: 100%;
  height: 50px;
  background: #016b9a;
  color: #fff;
  white-space: nowrap;
  line-height: 50px;
  cursor: pointer;
}
.search__select .jq-selectbox__dropdown{
  width: 100%;
  font-size: 14px;
}
.search__select .jq-selectbox__dropdown ul{
  margin: 0;
  padding: 0;
  background: #fff;
  list-style-type: none;
}
.search__select .jq-selectbox__dropdown li{
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
  height: 32px;
  color: #3a3a3a;
  white-space: nowrap;
  line-height: 32px;
}
.search__select .jq-selectbox__dropdown li.sel{
  background: #016b9a;
  color: #fff;
}
.search__select .jq-selectbox__select-text{
  overflow: hidden;
  padding: 0 25px 0 15px;
  max-width: 100%;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 15px;
}
.search__select .jq-selectbox__trigger{
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 50px;
  background: #016b9a;
}
.search__select .jq-selectbox__trigger-arrow{
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -4px;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search__btn{
  margin: 15px 0 0;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  background: #90abba;
  color: #fff;
  font-size: 15px;
}
.search__btn:active{
  border-color: #007eee;
}
.support {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        align-items: center;
	        justify-content: space-between;
	overflow: hidden;
	margin: 0 0 15px;
	height: 110px;
	background-color: #5ebbe2;
	color: #fff;
	transition: .4s;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify
}
.support--c1{
  background-color: #4cafdb;
}
.support--c2{
  background-color: #5ebbe2;
}
.support--c3{
  background-color: #59c3e2;
}
.support--c4{
  background-color: #68d1e5;
}
.support:hover{
  background-color: #007eee;
}
.support__img{
  width: 35.71429%;
  height: 60px;
  text-align: center;
}
.support__img img{
  max-width: 100%;
  max-height: 100%;
}
.support__desc{
  padding: 0 0 0 37px;
  max-width: 175px;
  width: 64.28571%;
  font-weight: bold;
  font-family: 'Circe', serif;
}
.news {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	        justify-content: space-between;
	padding: 35px 0 0;
	transition: .4s;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify

}
.news:hover .news__desc{
  color: #3a3a3a;
}
.news__date{
  width: 57px;
  text-align: center;
}
.news__day{
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 7px;
background-image: url(pics/icons/gex.svg);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
color: #fff;
margin-bottom: 7px;
width: 55px;
height: 57px;
font-size: 20px;
line-height: 57px;
}
.news__month{
  color: #007eee;
  font-size: 13px;
}
.news__desc{
  width: calc(100% - 70px);
  line-height: 1.375;
}
.news__desc--link{
  display: block;
  color: #747474;
  text-decoration: none;
  font-size: 14px;
}
.tabs {
	display: none
}
.tabs__controls{
  height: 50px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 50px;
}
.tabs__controls ul{
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabs__controls li{
  position: relative;
  display: inline-block;
  margin-right: 55px;
  margin-bottom: 0;
}
.tabs__controls li:hover a{
  color: #747474;
}
.tabs__controls li:hover:before{
  display: block;
}
.tabs__controls li.active a{
  color: #007eee;
}
.tabs__controls li.active:before{
  display: block;
  background: #007eee;
}
.tabs__controls li:before{
  position: absolute;
  bottom: -4px;
  left: 0;
  display: none;
  width: 100%;
  height: 8px;
  background: #d5d5d5;
  content: '';
  -webkit-animation: horizontalScale .4s;
  animation: horizontalScale .4s;
}
.tabs__controls li:last-child{
  margin-right: 0;
}
.tabs__controls a{
  display: block;
  color: #747474;
  text-decoration: none;
  line-height: 50px;
}
.tabs__controls a:hover{
  color: #007eee;
}
.tabs__content{
  padding: 40px 0;
}
.tabs-controls {
	overflow: auto;
	border-radius: 3px;
	background: #016b9a;
	color: #fff;
	white-space: nowrap;
	font-weight: bold;
	font-size: 0
}
.tabs-controls._light{
  border-bottom: 1px solid #4cafdb;
  background: none;
  color: #3a3a3a;
}
.tabs-controls._light .tabs-controls__item{
}
.tabs-controls._light .tabs-controls__item.active{
  color: #fff;
}
.tabs-controls._light .tabs-controls__item.active:hover{
  background: #4cafdb;
  opacity: .8;
}
.tabs-controls._light .tabs-controls__item:hover{
  background: #f9f9f9;
}
.tabs-controls__item{
  display: inline-block;
  padding: 9px 20px 10px;
  border-radius: 3px;
  vertical-align: top;
  font-size: 16px;
  cursor: pointer;
}
.tabs-controls__item.active{
  background: #4cafdb;
}
.tabs-controls__item:hover{
  background: #f79b3d;
}
.tabs-content {
	padding: 25px 20px;
	border: 1px solid #e1e0e0;
	background: #f9f9f9;
	font-size: 15px;
}
.partner {
	display: inline-block;
	width: 16.66667%;
	vertical-align: middle;
	text-align: center;
}
.partner-wrap {
	overflow: hidden;
	white-space: nowrap;	
	font-size: 0;
}
.footer {
	padding: 25px 0 0;
	background: #f9f9f9;
	font-size: 13px;
	line-height: 1.61538;
}
.footer a {
  font-family: 'Circe', serif;
}
.footer a {
  color: inherit
}
.footer a:hover{
  color: #007eee;
}
.footer-list {
		position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 40px;
	color: #747474;
		transition: .4s;
}
.footer-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.footer-list ul:last-of-type{
  margin-bottom: 0;
}
.footer-list li {
  margin: 0;
  padding: 6px 0;
  border-bottom: 1px solid #f9f9f9
}
.footer-list li:last-child{
  padding-bottom: 15px;
  border-bottom: none;
}
.footer-list a {
  text-decoration: none;
}
.footer-list:last-child{
  padding-bottom: 0;
}
.footer-list__toggle{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: .4s;
}
.footer-list__toggle:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #e6e6e6;
  content: '+';
  text-align: center;
  font-size: 21px;
  transition: .4s;
}
.footer-list.active{
  overflow: hidden;
  border-radius: 3px;
  background: #e6e6e6;
}
.footer-list.active .footer-list__toggle{
}
.footer-list.active .footer-list__toggle:before{
  content: '-';
}
.footer-list__title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  min-height: 30px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
}
.footer-contacts {
	font-size: 0

}
.footer-contacts__phone{
  text-decoration: none;
}
.footer-contacts__phone, .footer-contacts__mail{
  display: inline-block;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border: 2px solid #d5d5d5;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-contacts__phone:hover, .footer-contacts__mail:hover{
  border-color: #007eee;
  background-color: #007eee;
}
.footer-contacts__phone{
  background-image: url('pics/icons/24-gray_light.svg');
  background-size: 24px 22px;
}
.footer-contacts__phone:hover{
  background-image: url('pics/icons/24.svg');
}
.footer-contacts__mail{
  background-image: url('pics/icons/mail-gray_light.svg');
  background-size: 22px 22px;
}
.footer-contacts__mail:hover{
  background-image: url('pics/icons/mail.svg');
}
.copyright {
	margin: 15px 0 0;
	padding: 22px 0;
	border-top: 1px solid #d5d5d5;
	color: #747474;
	text-align: center;
	font-size: 0
}
.copyright__text{
  margin: 0 auto;
  max-width: 780px;
}
.pagination {
	display: inline-block;
	border: 1px solid #e1e0e0;
	border-radius: 3px;
	vertical-align: top;
}
.pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-right: 1px solid #e1e0e0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 40px
}
.pagination a:nth-child(5){
  display: none;
}
.pagination a:nth-child(6){
  display: none;
}
.pagination a:hover{
  background: #f9f9f9;
  color: inherit;
}
.pagination a.active{
  background: #4cafdb;
  color: #fff;
}
.pagination a.active:hover{
  opacity: .8;
}
.pagination a:last-child{
  border-right: none;
}
.dots {

}
.dot {
	display: inline-block;
	margin: 0 18px 0 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d5d5d5;
	vertical-align: middle
}
.dot:last-child{
  margin-right: 0;
}
.dot:hover{
  background: #f79b3d;
}
.dot.active{
  background: #4cafdb;
}
.about {
	padding: 40px 0;
	background-color: #1c75ad;
	background-image: url(pics/bg/about.png);
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-size: 0
}
.about__title{
  margin-bottom: 1.6em;
}
.about-text {
	margin: 0 0 15px
}
.about-item {
	display: inline-block;
	margin: 0 10px 20px;
	padding: 38px 10px;
	width: 180px;
	height: 170px;
	border: 2px solid #afdff4;
	background: rgba(89, 156, 226, .2);
	color: #fff;
	vertical-align: top;
	text-decoration: none;
	line-height: 1
}
.about-item:hover{
  color: #fff;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.about-item__img{
  display: inline-block;
  margin: 0 0 22px;
  width: 72px;
  height: 60px;
}
.about-item__img img{
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.about-item__img:before{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
.about-item__text{
  font-weight: bold;
  font-size: 15px;
  font-family: 'Circe', serif;
}
.about-content {
	text-align: left;
	font-size: 16px;
}
.info {
	overflow: hidden;
	padding: 20px 0 30px
}
.seller {
	margin: 0 0 45px
}
.seller-list {
	position: relative;
	counter-reset: seller;
	font-family: 'Circe', serif
}
.seller-list__title{
  margin-bottom: 1.59091em;
  color: #369dcb;
}
.seller-list__item{
  position: relative;
  margin: 0 0 23px;
  white-space: nowrap;
  font-size: 0;
}
.seller-list__item span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  max-width: 3250px;
  vertical-align: middle;
  white-space: normal;
  font-size: 16px;
}
.seller-list__item span:before{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  content: counter(seller);
  counter-increment: seller;
}
.seller-list__item span:last-child{
  margin: 0 42px 0 0;
  margin-right: 0;
}
.buyer {
}
.buyer-list {
	position: relative;
	counter-reset: buyer;
	font-family: 'Circe', serif

}
.buyer-list__title{
  margin-bottom: 1.59091em;
  color: #f79b3d;
}
.buyer-list__item{
  margin: 0 0 23px;
  white-space: nowrap;
  font-size: 0;
}
.buyer-list__item span{
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  max-width: 270px;
  vertical-align: middle;
  white-space: normal;
  font-size: 16px;
}
.buyer-list__item span:before{
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  content: counter(buyer);
  counter-increment: buyer;
}
.buyer-list__item:before{
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}
/*other*/
@-webkit-keyframes Opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes Opacity {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes horizontalScale {
	from {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	to {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes horizontalScale {
	from {
		-webkit-transform: scale(0, 1);
		        transform: scale(0, 1);
	}
	to {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@media (min-width: 759px){
  .grid{
    margin-right: -10px;
    margin-left: -10px;
  }
  .grid--sm-1{
    display: block;
    padding: 0 10px;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .grid--sm-2{
    display: block;
    padding: 0 10px;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .grid--sm-3{
    display: block;
    padding: 0 10px;
    max-width: 25%;
    width: 25%;
  }
  .grid--sm-4{
    display: block;
    padding: 0 10px;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .grid--sm-5{
    display: block;
    padding: 0 10px;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .grid--sm-6{
    display: block;
    padding: 0 10px;
    max-width: 50%;
    width: 50%;
  }
  .grid--sm-7{
    display: block;
    padding: 0 10px;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .grid--sm-8{
    display: block;
    padding: 0 10px;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .grid--sm-9{
    display: block;
    padding: 0 10px;
    max-width: 75%;
    width: 75%;
  }
  .grid--sm-10{
    display: block;
    padding: 0 10px;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .grid--sm-11{
    display: block;
    padding: 0 10px;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .grid--sm-12{
    display: block;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }
  .grid--sm-hide{
    display: none;
  }
  .wrap{
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-blue{
    font-size: 14px;
  }
  blockquote{
    padding: 30px 40px;
  }
  blockquote:before{
    bottom: 24px;
    left: 22px;
  }
  .left{
    float: left;
    margin-right: 20px;
  }
  .right{
    float: right;
    margin-left: 20px;
  }
  .table{
    overflow: visible;
    overflow: initial;
  }
  td, th{
    padding: 9px 12px;
    font-size: inherit;
  }
  .popup__btn{
    margin-bottom: 0;
    min-width: 180px;
    width: auto;
  }
  .popup-content{
    padding-right: 20px;
    padding-left: 20px;
  }
  .popup-footer{
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .menu{
}
  .menu__item{
    padding-right: 20px;
  }
  .header{
    padding: 0;
  }
  .auth{
    padding: 0 0 0 40px;
  }
  .auth:before{
    display: block;
  }
  .auth__link{
    display: inline-block;
    margin-right: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
  }
  .auth__link:last-child{
    margin-right: 0;
  }
  .auth__mobile{
    display: none;
  }
  .contacts{
    text-align: right;
  }
  .contacts__mail{
    margin-left: 20px;
    max-width: 40px;
  }
  .contacts__phone{
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
  }
  .contacts__phone:hover{
    background: none;
  }
  .contacts__phone{
    font-size: 24px;
  }
  .control-panel{
}
  .control-panel__lang{
    margin-left: 20px;
  }
  .banner{
}
  .banner__map{
    left: 0;
    width: 100%;
    height: calc(100% - 230px);
  }
  .service{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
  .service-item{
    margin: 0 10px;
    width: 180px;
    height: 180px;
    font-size: inherit;
  }
  .service-item__desc{
    font-size: 18px;
  }
  .search{
    margin: 0 -10px;
  }
  .news{
}
  .news__desc{
    width: 100%;
  }
  .news__month{
    margin: 0 0 10px;
  }
  .tabs{
    display: block;
  }
  .active .footer-list__toggle{
}
  .active .footer-list__toggle:before{
    background: #007eee;
    color: #fff;
  }
  .footer-list ul{
    padding-right: 15px;
  }
  .footer-list.active{
    background: #007eee;
    color: #fff;
  }
  .pagination a:nth-child(5){
    display: inline-block;
  }
  .pagination a:nth-child(6){
    display: inline-block;
  }
  .about-text{
    margin-bottom: 0;
  }
  .about-item{
    margin-right: 3.44828%;
    margin-left: 0;
    width: 31.03448%;
  }
  .about-item:nth-child(3n){
    margin-right: 0;
  }
  .info{
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .seller{
    margin-bottom: 0;
  }
  .seller-list{
}
  .seller-list:before{
    position: absolute;
    right: 100%;
    z-index: -1;
    display: block;
    margin-right: -30px;
    width: 1000px;
    height: 100%;
    background: url(pics/bg/seller.png) no-repeat;
    content: '';
  }
  .seller-list__item{
    margin-bottom: 43px;
    height: 47px;
  }
  .seller-list__item span{
    padding-left: 55px;
    max-width: 390px;
  }
  .seller-list__item:last-child span{
}
  .seller-list__item:last-child span:before{
    color: #fff;
  }
  .buyer{
    text-align: right;
  }
  .buyer-list{
}
  .buyer-list:before{
    position: absolute;
    left: 100%;
    z-index: -1;
    display: block;
    margin-left: -30px;
    width: 1000px;
    height: 100%;
    background: url(pics/bg/buyer.png) no-repeat;
    content: '';
  }
  .buyer-list__item{
    margin-bottom: 43px;
    height: 47px;
  }
  .buyer-list__item span{
    padding-right: 55px;
    padding-left: 0;
    max-width: 390px;
  }
  .buyer-list__item span:before{
    right: 0;
    left: auto;
  }
  .buyer-list__item:last-child span{
}
  .buyer-list__item:last-child span:before{
    color: #fff;
  }
}
@media (min-width: 1023px){
  .grid{
    margin-right: -10px;
    margin-left: -10px;
  }
  .grid--md-1{
    display: block;
    padding: 0 10px;
    max-width: 8.33333%;
    width: 8.33333%;
  }
  .grid--md-2{
    display: block;
    padding: 0 10px;
    max-width: 16.66667%;
    width: 16.66667%;
  }
  .grid--md-3{
    display: block;
    padding: 0 10px;
    max-width: 25%;
    width: 25%;
  }
  .grid--md-4{
    display: block;
    padding: 0 10px;
    max-width: 33.33333%;
    width: 33.33333%;
  }
  .grid--md-5{
    display: block;
    padding: 0 10px;
    max-width: 41.66667%;
    width: 41.66667%;
  }
  .grid--md-6{
    display: block;
    padding: 0 10px;
    max-width: 50%;
    width: 50%;
  }
  .grid--md-7{
    display: block;
    padding: 0 10px;
    max-width: 58.33333%;
    width: 58.33333%;
  }
  .grid--md-8{
    display: block;
    padding: 0 10px;
    max-width: 66.66667%;
    width: 66.66667%;
  }
  .grid--md-9{
    display: block;
    padding: 0 10px;
    max-width: 75%;
    width: 75%;
  }
  .grid--md-10{
    display: block;
    padding: 0 10px;
    max-width: 83.33333%;
    width: 83.33333%;
  }
  .grid--md-11{
    display: block;
    padding: 0 10px;
    max-width: 91.66667%;
    width: 91.66667%;
  }
  .grid--md-12{
    display: block;
    padding: 0 10px;
    max-width: 100%;
    width: 100%;
  }
  .grid--md-hide{
    display: none;
  }
  .section{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .main{
    padding-top: 113px;
  }
  .menu__item--toggle{
    display: none;
  }
  .menu{
    display: block;
  }
  .menu__btn{
    display: none;
  }
  .menu__list{
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
  }
  .menu__item{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0 7px;
    padding: 0 7px;
    border-top: 4px solid transparent;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
  }
  .menu__item.active{
    overflow: visible;
    overflow: initial;
  }
  .menu__item:hover{
    border-color: #0076df;
    border-bottom: 1px solid #0076df;
    background: #0076df;
  }
  .menu__item:hover .submenu{
    display: block;
  }
  .menu__item:hover .menu__link{
    color: #fff;
  }
  .menu__link{
    height: 45px;
  }
  .menu__link:hover{
    color: #fff;
  }
  .submenu{
    position: absolute;
    padding-bottom: 0;
    width: auto;
    border-bottom: 3px solid #0e86c2;
    background: #007eee;
  }
  .submenu__item{
    padding: 0 15px;
    border-color: transparent;
    font-size: inherit;
  }
  .submenu__item:hover{
    border-color: #0e86c2;
    background: #016b9a;
  }
  .submenu__link{
    min-height: 50px;
    height: auto;
    color: #fff;
  }
  .submenu__link:hover{
    color: #fff;
  }
  .header{
    height: 113px;
  }
  .lang{
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .logo img{
    max-width: 250px;
  }
  .auth{
}
  .auth:before{
    top: 0;
  }
  .auth__link{
    display: block;
    margin-right: 0;
    height: auto;
    line-height: 1.61538;
  }
  .contacts{
    text-align: right;
    font-size: inherit;
  }
  .contacts__mail{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
  }
  .contacts__mail:hover{
    background: none;
  }
  .contacts__mail{
    margin-left: 0;
  }
  .contacts__phone{
    display: block;
    font-size: 30px;
  }
  .control-panel{
}
  .control-panel__items{
    float: right;
  }
  .control-panel__search, .control-panel__lang{
    position: static;
    position: initial;
  }
  .control-panel__lang{
    margin-left: 0;
  }
  .banner{
    overflow: hidden;
    margin: -100px 0 0;
    padding-top: 100px;
    width: 100%;
/*     height: 520px; */
  }
  .banner__map{
    height: 100%;
  }
  .search-wrap{
    padding: 25px 0;
    background: #007eee;
  }
  .search__input{
    padding: 0 20px;
    border: none;
  }
  .search{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
  }
  .search:hover{
    border: 1px solid #5babd0;
  }
  .search__input{
    float: left;
    margin: 0;
    width: calc(100% - 50px);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f3f3f3;
  }
  .search__select{
    float: left;
    width: 180px;
  }
  .search__toggle{
    display: none;
  }
  .search__btn{
    float: left;
    margin: 0;
    width: 50px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #fe9447;
    background-image: url(pics/icons/loupe.svg);
    background-position: center;
    background-size: 40% 40%;
    background-repeat: no-repeat;
    font-size: 0;
  }
  .support{
    margin: 0;
  }
  .news{
    padding: 45px 0 0;
  }
  .news__desc{
    width: calc(100% - 80px);
  }
  .news__month{
    margin-bottom: 0;
  }
  .footer{
    padding-top: 60px;
  }
  .footer-list{
    margin: 0;
    padding: 0 0 17px;
  }
  .footer-list ul{
    margin: 15px 0;
    padding-right: 0;
  }
  .footer-list li{
    padding: 0;
    border-bottom: none;
  }
  .footer-list li:last-child{
    padding-bottom: 0;
  }
  .footer-list__title{
    min-height: 1px;
  }
  .footer-list__toggle{
    display: none;
  }
  .footer-contacts{
    font-size: inherit;
  }
  .footer-contacts__phone, .footer-contacts__mail{
    margin: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: none;
  }
  .footer-contacts__phone:hover, .footer-contacts__mail:hover{
    background: none;
  }
  .copyright{
    margin-top: 35px;
    padding: 30px 0;
    font-size: inherit;
  }
  .about{
    margin-bottom: 75px;
    padding-top: 75px;
  }
  .seller{
}
  .seller__btn{
    margin-left: 200px;
  }
  .seller-list{
}
  .seller-list:before{
    margin-right: -180px;
  }
  .seller-list__item{
    padding: 0 0 0 145px;
  }
  .buyer{
}
  .buyer__btn{
    margin-right: 200px;
  }
  .buyer-list{
}
  .buyer-list:before{
    margin-left: -180px;
  }
  .buyer-list__item{
    padding: 0 145px 0 0;
  }
}
@media (min-width: 1200px){
  .logo__text{
    display: inline-block;
  }
}

select::-ms-expand {
    display: none;
}